
:root {
	--primary-color: #DF9C81;
	--secondary-color: #5BA4E5;
	--background-color: #666666;
	--text-color: #333333;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
html, body {
	height: 100%;
}
body {
	line-height: 1.6;
	color: var(--text-color);
	font-size: 1em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
a {
	color: var(--primary-color);
	text-decoration: none;
  }

h1 {
	margin-top: 1.0em;
	margin-bottom: .5em;
	color: #333333;
	font-weight: lighter;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .05em;
	font-size: 1.8em;
	line-height: 1.2em;
}
p {
	margin-bottom: 1.3em;
	line-height: 1.7em;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #b3b3b3;
	font-size: .7em;
}

hr {
	border: none;
}

.hidden {
	display: none !important;
}

.panel {
	display: table;
	width: 100%;
	height: 100%;
}

.panel-title {
	margin: 0 0 15px 0;
	color: #FFF;
	letter-spacing: 4px;
	font-size: 2.5em;
}

.panel-subtitle {
	color: #CCCCCC;
	letter-spacing: 3px;
	font-weight: lighter;
	font-size: 1.2em;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.panel-cover {
	position: fixed;
	z-index: 900;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	background: url(../images/background-cover.jpg) top left no-repeat #666666;
	/* background-image: url(bg.jpg); */
	background-size: cover;
}

.panel-cover--collapsed {
	width: 30%;
	max-width: 700px;
}

.panel-cover--overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	display: block;
	background-color: rgba(68, 68, 68, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
	background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
}


.panel-cover__description {
	margin: 0 30px;
	font-weight: 400;
}

.panel-cover__divider {
	margin: 20px auto;
	width: 50%;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-cover__divider--secondary {
	width: 15%;
}

.panel-main {
	display: table;
	width: 100%;
	height: 100%;
}

.panel-main__inner {
	position: relative;
	z-index: 800;
	display: table-cell;
	padding: 0 60px;
	vertical-align: middle;
}

.panel-main__content {
	margin: 0 auto;
	max-width: 620px;
}

.panel-main__content--fixed {
	width: 480px;
	-webkit-transition: width 1s;
  /* Safari */
	transition: width 1s;
}

.panel-inverted {
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: 100;
}

.panel-inverted a {
	color: #FFF;
}

.cover-slate {
	background-color: rgba(60, 91, 147, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
	background-image: linear-gradient(140deg,rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
}

