/*** MAIN ***/
#container {
	position: relative;
	margin: auto;
	width: 1024px;
	height: 678px;
}

.content {
	float: left;
	overflow: hidden;
	width: 100%;
	height:100%;
}

.page {
	position: absolute;
	display: none;
	overflow: hidden;
	margin: auto;
	width: 1024px;
	width: 100%;
	height: 678px;
	background: #333;
	background-size: cover;
}

.page.active {
	display: block;
}

#main {
	float: left;
	margin-top: 50px;
}

body {
	background: #222!important;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}
/*** END - Main ***/


/*** VIDEO ***/
.video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.video_close {
	position: absolute;
	right: 0;
	padding: 10px 20px;
	background: #fff;
}

.video_overlay video {
	min-width: 100%;
	min-height: 100%;
	max-height: 600px;
	width: 100%;
}
/*** END - Video ***/


/*** START BUTTON ***/
.btn_start {
	position: absolute;
	bottom: 120px;
	display: block;
	margin-left: 37.5%;
	padding: 10px;
	width: 25%;
	background: #4d526a;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-size:1.6em;
}

.btn_start:hover {
	color: #fff;
}
/*** END - Start Button ***/


/*** SPLASH SCREEN ***/
.splash_screen {
	max-width: 1024px;
	width: 100%;
/*	background-image: url(../img/splash/splash_background.jpg);*/
	background-size: cover;
}

.splash_logo {
	margin-top: 10%;
	margin-bottom: 4%;
	margin-left: 27.5%;
	width: 45%;
}

.splash_people {
	margin-bottom: 4%;
	margin-left: 41%;
	width: 18%;
}

.splash_staff {
	display: block;
}

.splash_staff:hover {
	cursor: pointer;
}

.splash_staff img {
	margin-left: 27.5%;
	width: 45%;
}
/*** END - Splash Screen ***/



/*** HEADER ***/


header {
	margin-top: -3px;
	width: 100%;
	height: 80px;
	background: #F5D7D9;
	
}

header.white {
	background: #fff;
	background-image: none!important;
}

header .white {
	color: #fff;
}

header h1 {
	width: 100%;
	color: #EA3023;
	text-align: center;
	font-weight: normal;
	margin-left: 0%;
	font-size:3em;
	line-height: 85px;
	font-family: 'noir_stdsemi_bold';
	margin-top: 0px;
	margin-bottom: 0px;
}

header h1 img {
	width: 45px;
}

header.multiple h1 {
	line-height: 1em;
	padding-top: 14px;
}

/*
header h1 span {
	font-weight: bolder;
	font-size: 0.8em;
}
*/
/*** END - Header ***/



/*** FOOTER ***/
footer {
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 80px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	background: #2b8ed6;
	padding-top: 10px;
}

footer:hover {
	cursor: pointer;
}

footer img {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

footer .middle_left {
	float: left;
	margin-left: 32%;
	margin-right: 2%;
}

footer p {
	float: left;
	margin-top: 0px;
	color: #232021;
	text-align: center;	
	font-size: 1.4em;
	line-height: 50px!important;
	width: 100%;
}

footer p:before {
	content: url(../img/gui/gui_next.png);
	margin-right: 10px;
	display: inline-block;
	margin-top: 10px;
}

footer.middle_long p:before {
	content: url(../img/gui/gui_next_long.png);
	margin-right: 10px;
	display: inline-block;
	margin-top: 10px;
}

footer.done p:before {
	content: url(../img/gui/gui_done.png);
	margin-right: 10px;
	display: inline-block;
	margin-top: 10px;
}

.footer_retry p:before {
	content: url(../img/gui/gui_retry.png)!important;
}

.footer_continue p:before {
	content: url(../img/gui/gui_next.png)!important;
}
footer.nextGoodmatch p:before {
	content: url(../img/gui/gui_goodmatch.png);
}
footer.nextGoodnice p:before {
	content: url(../img/gui/gui_goodnice.png);
}
/** RESULTS PAGE **/
.footer_results {
	background: #fff;
	padding: 0px;
}

.footer_retry {
	float: left;
	padding-top: 12px;
	/* padding-left: 14%; */
	width: 40%;
}

.footer_continue {
	float: left;
	padding-top: 12px;
	/* padding-left: 20%; */
	width: 60%;
	background: #2B8ED6;
}
/** END - Results Page **/
/*** END - Footer ***/


div.mobile_continue {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 999999;
	display: none;
}

div.mobile_continue img {
}

div.mobile_continue:hover {
	cursor: pointer;
}

div.mobile_continue.mc_bg {
	position: fixed;
	width: 100%;
	height: 77px;
	z-index: 1;
	display: none;
	top: 0px;
	right: 0px;
	background: url(../img/gui/header_color.jpg);
	background-size: cover;
}

div.mobile_continue.mc_bg img {
	float: right;
	margin-right: 10px;
	margin-top: 14px;
}


.mobile_header {
	display: none;
}

.orientation {
	position: absolute;
	z-index: 10000;
	background: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	color: #fff;
	padding-top: 20%;
	display: none;
}

.orientation p {
	margin: 0px;
	width: 100%;
	text-align: center;
	line-height: 1.1em;
}

.ui-loader {
	display: none;
}


