@charset "UTF-8";
/* CSS Document */
.abs {
	top: 0;	left: 0;
	position: absolute;
}

.absFull {
	top: 0;	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.TL { top: 0; left: 0; position: absolute; }
.T { top: 0; left: 50%; position: absolute; }
.TR { top: 0; right: 0; position: absolute; }
.L { top: 50%; left: 0; position: absolute; }
.C { top: 50%; left: 50%; position: absolute; }
.R { top: 50%; right: 0; position: absolute; }
.BL { bottom: 0; left: 0; position: absolute; }
.B { bottom: 0; left: 50%; position: absolute; }
.BR { bottom: 0; right: 0; position: absolute; }
.full { width: 100%; height: 100%; display: block; }
.invis { visibility: hidden; filter: alpha(opacity=0); opacity: 0; }
.hList { list-style: none; white-space: nowrap;}
.hList li { display: inline-block;  white-space: normal; vertical-align: top;}

* {
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.noSelect { 
  user-select: none; 
  -o-user-select: none; 
  -ms-user-select: none;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -webkit-touch-callout: none;
}
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	
    user-select: none; 
    -o-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none;
}

body {
	height: 100%;
	width: 100%;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	background: #000;
	position: relative;
	
    user-select: none; 
    -o-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}

/* fonts ---------------------------------------------------------------- */
.fontPurista {
	font-family: "purista-web", Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.fontPuristaI {
	font-family: "purista-web", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.fontNimbus {
	font-family: "nimbus-sans-condensed", Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.fontNimbusI {
	font-family: "nimbus-sans-condensed", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
}

/* TWEENS ---------------------------------------------------------------- */
.tweenAll_05 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}

.tweenAll_025 {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	}

.tweenAll_1 {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	}

.tweenAll2_05 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}

.tweenAll2_025 {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	}

.tweenAll2_1 {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	}

/* main ------------------------------------------------------------------ */
.loaderShell {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 102;
}
.mazeLoad_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -125px;
	}
#mazeLoad_ss {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: -55px;
}

#shell {
	position: absolute;
	min-height: 600px;
	min-width: 1000px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	} 

#no-js {
	color: #000;
}

#contentCurtain {
	background: #000;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	display:  none;
	z-index: 101;
}

#contentShell {
	display: none;
}

#trans {
	z-index: 100;
}

/* MOBILE SITE CLICK TO ENTER */
#mobileEnter {
	display: none;
	z-index: 100;
	background: #000;
}

#mobileEnterLabel {
	font-size: 25px;
	color: #fff;
}

#mobileEnter img {

}

/* MAIN MENU --------------------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: url('../images/bg-nav.jpg') repeat-x;
	/*display: none;*/
	overflow: hidden;
	margin: -90px 0px 0px 0px;
	min-width: 1000px;
}

#mainMenuWrapper {
	display: block;
	left: 30px;
	right: 90px;
	height: 60px;
	overflow: hidden;
	}
	#mainMenu {
		position: absolute;
		display: none;
		margin: 8px 0px 0px 0px;
		padding: 0;
		height: 50px;
		left: auto;
		}
		#mainMenu li {
			/*
			display: inline-block;
			white-space: nowrap;
			vertical-align: top;
			*/
			}
		.mainMenuBtn {
			color: #fff;
			color: rgba(118,129,139,1);
			white-space: nowrap;
			padding: 7px;
			display: block;
			/*
			font: 14px/14px "purista-web", Verdana, Helvetica, Arial, sans-serif;
			font-weight: bold;
			*/
			height: 45px;
			padding: 12px 20px 0px 20px;
			text-shadow: 0px 0px 4px #000; 
			}
			.mainMenuBtn.noHover {
				color: #d4d8db;
				color: rgba(212,216,219,.5);
				}
			.mainMenuBtn:hover {
				color: #d4d8db;
				color: rgba(212,216,219,1);
				}
			.mainMenuBtn.selected {
				color: #d4d8db;
				color: rgba(212,216,219,1);
				cursor: default;
				background: url('../images/common/bg-mainnav.png') repeat-x;
				background-position: center top;
				}
	
	.mainMenuSoon {
		top: 20px;
		left: 50%;
		width: 70px;
		text-align: center;
		font: 10px/10px "purista-web", Verdana, Helvetica, Arial, sans-serif;
		color: #666;
		color: rgba(255,255,255, .5);
		filter: alpha(opacity=0);
		opacity: 0;
		margin: 0px 0px 0px -35px;
		}
	
	.mainMenuBtn:hover .mainMenuSoon {
		filter: alpha(opacity=100);
		opacity: 1;
		top: 30px;
		}
	
	.ie8 .mainMenuSoon {
		display: none;
	}
	
	.ie8 .mainMenuBtn:hover .mainMenuSoon {
		display: block;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#menuLeftArrowShell {
		position: absolute;
		left: 5px;
		top: 18px;
		display: none;
		width: 19px;
		height: 21px;
		}
		#menuLeftArrow {
			position: absolute;
			left: 0;
			top: 0;
			background: url(../images/menu/arrowLeft.png);
			width: 19px;
			display: block;
			height: 21px;
			}
			#menuLeftArrow.hide {
				filter: alpha(opacity=0);
				opacity: 0;
				left: -120px;
				}
	
	#menuRightArrowShell {
		position: absolute;
		right: 55px;
		top: 18px;
		width: 19px;
		height: 21px;
		display: none;
		}
		#menuRightArrow {
			position: absolute;
			right: 0;
			top: 0;
			background: url(../images/menu/arrowRight.png);
			width: 19px;
			display: block;
			height: 21px;
			}
			#menuRightArrow.hide {
				filter: alpha(opacity=0);
				opacity: 0;
				right: -120px;
				}

/* SOUND CONTROLS --------------- */
#sound {
	display: none;
	top: 15px;
	right: 15px;
	background: url(../images/muteBtn.png) no-repeat top left;
	width: 26px;
	height: 25px;
	}
	.muted #sound {
		background-position: bottom left;
		}
	
	.noSound #sound {
		display: none;
		visibility: hidden;
		top: -50px;
		left: -50px;
		}

/* FOOTER AND SHARING ----------------------- */

#footer {
	height: 300px;
	width: 100%;
	background: url('../images/bg-footer.jpg') repeat-x;
	margin: 0px 0px -300px 0px;
	display: none;
	text-align: center;
	min-width: 1000px;
	}
	#subnav {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 120px;
		background: url('../images/bg-subnav.jpg') repeat-x;
		}
		#promosLeft {
			position: absolute;
			top: 9px;
			left: 10px;
			width: 33%;
			margin: 0;
			padding: 0;
			display: none;
			}
		#promosRight {
			position: absolute;
			top: 9px;
			right: 10px;
			width: 33%;
			margin: 0;
			padding: 0;
			display: none;
			}
			#promosLeft li,
			#promosRight li {
				width: 50%;
				text-align: center;
				margin: 0;
				padding: 0;
				}
			.promo {
				text-align: center;
				}
				.promo a {
					display: block;
					postion: relative;
					width: 157px;
					text-align: center;
					font: 10px/10px "purista-web", Verdana, Helvetica, Arial, sans-serif;
					color: #ff0000;
					margin: 0px auto;
					padding: 0;
					}
				.promo a:hover {
					color: #fff;
					}
					.promo img {
						display: block;
						width: 157px;
						height: 70px;
						margin: 0px 0px 15px 0px;
						}
		
	#subnav-videos {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100px;
		background: url('../images/bg-subnav2.jpg') repeat-x;
		}
	#logo {
		position: absolute;
		width: 500px;
		height: 325px;
		bottom: 0px;
		left: 50%;
		margin: 0px 0px 0px -250px;
		}
	#releaseDate {
		position: absolute;
		width: 350px;
		bottom: 65px;
		left: 50%;
		margin: 0px 0px 0px -175px;
		
		font: 16px/16px "purista-web", Verdana, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #c61f27;
		white-space: nowrap;
		text-shadow: 0px 0px 4px #000;
		text-align: center; 
		}
		
		
#footerBtns {
	display: block;
	position: relative;
	}
	#footerBtns a {
		display: inline-block;
		font-size: 11px;
		padding: 4px 7px;
		color: #fff;
		color: rgba(255,255,255,1);
		}
		#footerBtns a:hover {
			color: #fff;
			color: rgba(255,255,255,.5);
			}

#sharebar {
	width: 100%;
	height: 25px;
	margin: -27px 0px 0px 0px;
	}
		
	#followDrawer {
		display: inline-block;
		width: 175px;
		height: 25px;
		padding: 0px;
		position: relative;
		vertical-align: top;
		overflow: hidden;
		white-space: nowrap;
		text-align: right;
		/*border-right: solid 1px #454545;*/
		}
		#followDrawer.open {
			width: 1px;
			}
		#followLabel {
			display: inline-block;
			height: 25px;
			margin: 0px 5px 0px 0px;
			position: relative;
			vertical-align: top;
			color: rgba(255,255,255,.8);
			font: 11px/25px "purista-web", Verdana, Helvetica, Arial, sans-serif;
			}
		.shareBtn {
			width: 25px;
			height: 25px;
			background: url(../images/shareBtns.png) no-repeat;
			display: inline-block;
			position: relative;
			vertical-align: top;
			}
			.fb.shareBtn { background-position: 0 0; }
			.tw.shareBtn { background-position: -25px 0; }
			.gp.shareBtn { background-position: -75px 0; }
			.yt.shareBtn { background-position: -50px 0; }
			/*
			.fb.shareBtn:hover { background-position: 0 -26px; }
			.tw.shareBtn:hover { background-position: -26px -26px; }
			.pi.shareBtn:hover { background-position: -52px -26px; }
			.gp.shareBtn:hover { background-position: -78px -26px; }
			*/
			
	#shareLabel {
		display: inline-block;
		height: 25px;
		padding: 0px;
		position: relative;
		vertical-align: top;
		/*border-left: solid 1px #454545;*/
		color: #454545;
		color: rgba(255,255,255,.8);
		margin: 0px;
		font: 11px/25px "purista-web", Verdana, Helvetica, Arial, sans-serif;
		}
		#shareLabel span {
			vertical-align: top;
			color: #454545;
			color: rgba(255,255,255,.8);
			font: 11px/25px "purista-web", Verdana, Helvetica, Arial, sans-serif;
			}
		#shareLabel:hover {
			color: #fff;
			color: rgba(255,255,255,1)
			}
			
	#shareDrawer {
		margin-top: 3px;
		width:  1px;
		padding-left: 2px;
		overflow: hidden;
		display: inline-block;
		white-space: nowrap;
		}
		#shareDrawer.open {
			width: 330px;
			}
		.shareDrawerBtn {
			display: inline-block;
			vertical-align: middle;
			}

#credits {
	height: 250px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 20px 0px 0px 0px;
	}
	#credits a {
		color: #fff;
		font-size: 11px;
		font-family: "purista-web", Verdana, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 0 4px;
		display: inline-block;
		}
	#credits a:hover {
		color: #ff0000;
		}
#copyright {
	color: #999999;
	font-size: 10px;
	font-family: "purista-web", Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	}

/* transition skip btn */
#vidSkipShell {
	text-align: center;
	z-index: 120;
	margin: -50px 20px 0px 0px;
	}
	#vidSkip {
		display: block;
		position: relative;
		text-align: center;
		white-space: nowrap;
		background-color: #000;
		background-color: rgba(0,0,0,.6);
		color: #fff;
		padding: 10px;
		font: 14px/14px "purista-web", Verdana, Helvetica, Arial, sans-serif;
		font-weight: bold;
		width: auto;
		}
		#vidSkip:hover {
			background-color: #fff;
			background-color: rgba(255,255,255,1);
			color: #e11e26;
			}

/* rotate message */
#rotate {
	background: #000;
	z-index: 300;
	display: none;
}

@media only screen and (orientation:portrait){
	#rotate.mobile {
		display: block;
	}
}

#rotateInner {
	width: 500px;
	height: 325px;
	display: block;
	margin: -300px 0px 0px -250px;
	text-align: center;
	color: #7c7c7c;
}