@charset "UTF-8";

/* CSS Document */

* {
	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;

}


/* HELPERS ---------------------------------------------------------------------------------- */

.abs {
	top: 0;	left: 0;
	position: absolute;
}

.rel {
	top: 0; left: 0;
	position: relative;
}

.absFull {
	top: 0;	left: 0;
	position: absolute;
	width: 100%; height: 100%;
	display: block;
}

.hidden {
	visibility: hidden;
	display: none;
	opacity: 0;
}
.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; opacity: 0; }
.hList { list-style: none; white-space: nowrap;}
.hList li { display: inline-block;  white-space: normal; vertical-align: top;}



/* 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_01 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.tweenAll_025_back {
	-webkit-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	-moz-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	-o-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
}

.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;
}

/* FONTS ------------------------------------------------------------------------------------- */
.fontDin {
	font-family: 'Ropa Sans', sans-serif;
	font-weight:normal;
/*	font-family: 'Ropa Sans', 'DIN Next W01 Regular', sans-serif;*/
}
.fontDinLight {
	font-family:'DIN Next W01 Light', 'Ropa Sans', sans-serif;
	font-weight:normal;
/*	font-family: 'Ropa Sans', 'DIN Next W01 Regular', sans-serif;*/
}
.fontTradeGothicBold {
	font-family:'TradeGothicNextW01-Bold_693229',Sans-Serif;
}

@font-face {
    font-family: 'quanticoregular';
    src: url('../fonts/Quantico-Regular-webfont.eot');
    src: url('../fonts/Quantico-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quantico-Regular-webfont.woff') format('woff'),
         url('../fonts/Quantico-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Quantico-Regular-webfont.svg#quanticoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontRusso {
	font-family: 'quanticoregular', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* main page */

html {
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 10px;

	overflow-y: auto;
	overflow-x: auto;
	min-width: 1000px;

	background: #000;
	height: 100%;
	min-height: 850px;
}

.ie8 body {
	min-width: 1680px;
	min-height: 1100px;
}


/* MOBILE CLICK TO ENTER ----------------------------------------------- */
#mobileClick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10001;
	background-size: contain;
	display: block;
}

#mobileMsgShell {
	width: 550px;
	margin-left: -275px;
	margin-top: -175px;
	text-align: center;
	display: block;
}
#mobileMsg {
	width: 300px;
	height: 50px;
	margin-left: -10px;
	background: url(../images/clickToEnter.png) top center no-repeat;
	display: block;
}


/* MOBILE CLICK TO ENTER ----------------------------------------------- */
#upgrade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10001;
	background-size: contain;
	display: block;
}

#upgradeMsgShell {
	width: 550px;
	margin-left: -275px;
	margin-top: -175px;
	text-align: center;
	display: block;
}
#upgradeMsg {
	width: 300px;
	height: 50px;
	margin-left: -10px;
	background: url(../images/clickToEnter.png) top center no-repeat;
	display: block;
}
/* PRELOADER ----------------------------------------------------------- */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10000;
	background: #000;
	display: block;
	min-height: inherit;
	min-width: inherit;
}

#preloadArt2 {
	width: 652px;
	height: 652px;
	margin-left: -326px;
	margin-top: -326px;
	opacity: 0;
	display: block;
	background-size: 100% 100%;

}

#preloadArt {
	opacity: 0;
	width: 300px;
	margin-left: -150px;
	margin-top: -120px;
}

#preloadLabel {
	width: 168px;
	height: 35px;
	display: block;
	background: url(../images/loading.png) top center no-repeat
}
#preloadLoop {
	width: 300px;
	height: 80px;
	margin-top:  20px;
	margin-left:  20px;
	display: block;
	background: url(../images/loadloop.gif) top center no-repeat;
}

/* Marvel Menu FPO ----------------------------------------------------- */

#marvelMenu {
    background: #000;
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
	z-index: 100;
}

/* main ----------------------------------------------------------------- */
#shell {
	overflow-y: hidden;
	overflow-x: hidden;
	min-width: inherit;
	min-height: inherit;
}



	#bgShell {
		position: absolute;
		width: 100%;
		left: 0;
		top: 45px;
        bottom: 0;
        min-width: inherit;

	}

		#bgBody {
			display: block;
			position: absolute;
			left: 0;
		}

		.bgArt {
			display: block;
		}


/* HEADER -------------------------------------------------------------- */
#headerShell {
    top: 44px;
    left: 0;
	min-width: inherit;
	position: absolute;
	width: 100%;
    height: 204px;

}
#header {
	width: 100%;
    background: #000 url(../images/framework/headerBg.jpg) repeat-x bottom left;
	height: 204px;

}

#headerBg {
    width: 100%;
    height: 204px;
    background: url(../images/framework/menuBg.png) no-repeat bottom center;
    display: block;
}

#logo {
    top: 6px;
    text-align: center;
    width: 100%;
}

#logo.enabled {
	cursor:  pointer;
}

#logoImg {
	margin-left: -152px;
}
#releaseDate {
    top: 110px;
	margin-left: -200px;
	color: #fff;
	font-size: 18px;
	width: 400px;
	text-align: center;
	letter-spacing: 1px;
}

#threeDImg {
	margin-left: -112px;
	top: 134px;
}

#headerTL {
    top: 8px;
	z-index: 3;
}

.headerSocialBtn {
    background: url(../images/framework/socialIcons.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 4px;
    float: left;
}

.headerSocialBtn.facebook { background-position: 0px 0; }
.headerSocialBtn.twitter { background-position: -23px 0; }
.headerSocialBtn.google { background-position: -46px 0; }
.headerSocialBtn.pinterest { background-position: -69px 0; }


#headerTR {
    top: 6px;
    right: 6px;
}

#sound {
	position: absolute;
	z-index: 10000;
	width: 30px;
	height: 30px;
	background: url(../images/framework/sound_button.png) top left;
	display: block;
}

#sound:hover { background-position: bottom left; }
.muted #sound  { background-position: top right;}
.muted #sound:hover{ background-position: bottom right; }
.noSound #sound {display: none; }

/* MAIN MENU ------------------------------------------ */

#mainMenuShell {
    top: 170px;
    width: 100%;
    text-align: center;
}



#mainMenu {
    position: relative;
    height: 30px;
}

#mainMenu li {
    height: inherit;
    position: relative;
	background: url(../images/framework/menuBtnsBg.png) top center no-repeat;
	padding-top: 4px;
}


#mainMenu li:first-child {
	padding-left: 1px;
	background-position:  top left;
}
#mainMenu li:last-child {
	padding-right: 2px;
	background-position:  top right;
}
.mainMenuBtn {
	margin: 0 2px;
	display: block;
	font-size: 17px;
	color: rgb(0, 0, 0);
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
	background: url(../images/framework/menuBtnBg2.png) top center;
}

.mainMenuBtn[rel='tickets'] {
	background: url(../images/framework/menuBtnBgRed.png) top center;
	color: #fff;
}

#mainMenu li:first-child .mainMenuBtn {
	background-position:  top left;
	padding-left: 32px;
}
#mainMenu li:last-child .mainMenuBtn {
	background-position:  top right;
	padding-right: 32px;
}

.mainMenuBtn.selected {
	cursor: default;
	color: #c09761;
}

.no-mobile .mainMenuBtn:hover, .mainMenuBtn.selected {
	background-position:  bottom center;
	color: #c09761;
}

.mainMenuBtn[rel='tickets'].selected, .mainMenuBtn[rel='tickets']:hover {
	color: #fff;
}

.no-mobile #mainMenu li:first-child .mainMenuBtn:hover, .no-mobile #mainMenu li:first-child .mainMenuBtn.selected {
	background-position:  bottom left;
}
.no-mobile #mainMenu li:last-child .mainMenuBtn:hover, .no-mobile #mainMenu li:last-child .mainMenuBtn.selected  {
	background-position:  bottom right;
}


#menuBoxShell {
	top: 155px;
	width: 1000px;
	margin-left: -500px;
	height: 9px;
	display:  block;
}

#menuBox {
	display:  block;
	background: url(../images/framework/menuBgMovingBox.png);
	opacity:  0.7;
	width: 109px;
	height: 9px;
	left: 550px;
	position:  relative;
	-webkit-animation: menuBoxAnim 55s infinite; /* Safari 4+ */
	-moz-animation:    menuBoxAnim 55s infinite; /* Fx 5+ */
	-o-animation:      menuBoxAnim 55s infinite; /* Opera 12+ */
	animation:         menuBoxAnim 55s infinite; /* IE 10+ */

}

@-webkit-keyframes menuBoxAnim {
  0%   { left: 0; }
  10%   { left: 600px; }
  20%   { left: 200px; }
  30%   { left: 400px; }
  40%   { left: 100px; }
  50%   { left: 800px; }
  60%   { left: 350px; }
  70%   { left: 650px; }
  80%   { left: 150px; }
  90%   { left: 750px; }
  100% { left: 0; }
}
@-moz-keyframes menuBoxAnim {
  0%   { left: 0; }
  10%   { left: 600px; }
  20%   { left: 200px; }
  30%   { left: 400px; }
  40%   { left: 100px; }
  50%   { left: 800px; }
  60%   { left: 350px; }
  70%   { left: 650px; }
  80%   { left: 150px; }
  90%   { left: 750px; }
  100% { left: 0; }
}
@-o-keyframes menuBoxAnim {
  0%   { left: 0; }
  10%   { left: 600px; }
  20%   { left: 200px; }
  30%   { left: 400px; }
  40%   { left: 100px; }
  50%   { left: 800px; }
  60%   { left: 350px; }
  70%   { left: 650px; }
  80%   { left: 150px; }
  90%   { left: 750px; }
  100% { left: 0; }
}
@keyframes menuBoxAnim {
  0%   { left: 0; }
  10%   { left: 600px; }
  20%   { left: 200px; }
  30%   { left: 400px; }
  40%   { left: 100px; }
  50%   { left: 800px; }
  60%   { left: 350px; }
  70%   { left: 650px; }
  80%   { left: 150px; }
  90%   { left: 750px; }
  100% { left: 0; }
}

/* CONTENT FOOTER --------------------------------------------------------------- */

#contentFooter {
	width: 100%;
	background: url(../images/framework/bgBottom.jpg) top left repeat-x;
	display:  block;
	height:  106px;
}

#contentFooter #boxShell {
	width: 1043px;
	margin-left: -522px;
	background:  url(../images/home/bottomLine.png) top center no-repeat;
	height: 13px;
	top: -4px;
}


#contentFooter #boxShell #box1 {
	background: url(../images/home/movingLines.png) -75px 0 no-repeat;
	width: 19px;
	height: 11px;
	display: block;
	top: 2px;
	left: 300px;
	-webkit-animation: footerBox1 14s infinite; /* Safari 4+ */
	-moz-animation:    footerBox1 14s infinite; /* Fx 5+ */
	-o-animation:      footerBox1 14s infinite; /* Opera 12+ */
	animation:         footerBox1 14s infinite; /* IE 10+ */
}

@-webkit-keyframes footerBox1 {
  0%   { left: 300px; }
  8%   { left: 400px; }
  22%   { left: 150px; }
  35%   { left: 800px; }
  42%   { left: 200px; }
  50%   { left: 600px; }
  57%   { left: 350px; }
  72%   { left: 650px; }
  80%   { left: 100px; }
  93%   { left: 750px; }
  100% { left: 300px; }
}
@-moz-keyframes footerBox1 {
  0%   { left: 300px; }
  8%   { left: 400px; }
  22%   { left: 150px; }
  35%   { left: 800px; }
  42%   { left: 200px; }
  50%   { left: 600px; }
  57%   { left: 350px; }
  72%   { left: 650px; }
  80%   { left: 100px; }
  93%   { left: 750px; }
  100% { left: 300px; }
}
@-o-keyframes footerBox1 {
  0%   { left: 300px; }
  8%   { left: 400px; }
  22%   { left: 150px; }
  35%   { left: 800px; }
  42%   { left: 200px; }
  50%   { left: 600px; }
  57%   { left: 350px; }
  72%   { left: 650px; }
  80%   { left: 100px; }
  93%   { left: 750px; }
  100% { left: 300px; }
}
@keyframes footerBox1 {
  0%   { left: 300px; }
  8%   { left: 400px; }
  22%   { left: 150px; }
  35%   { left: 800px; }
  42%   { left: 200px; }
  50%   { left: 600px; }
  57%   { left: 350px; }
  72%   { left: 650px; }
  80%   { left: 100px; }
  93%   { left: 750px; }
  100% { left: 300px; }
}


#contentFooter #boxShell #box2 {
	background: url(../images/home/movingLines.png) 0 0 no-repeat;
	width: 9px;
	height: 11px;
	display: block;
	top: 6px;
	left: 300px;
	-webkit-animation: footerBox2 16s infinite; /* Safari 4+ */
	-moz-animation:    footerBox2 16s infinite; /* Fx 5+ */
	-o-animation:      footerBox2 16s infinite; /* Opera 12+ */
	animation:         footerBox2 16s infinite; /* IE 10+ */
}

@-webkit-keyframes footerBox2 {
  0%   { left: 700px; }
  12%   { left: 650px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 700px; }
}
@-moz-keyframes footerBox2 {
  0%   { left: 700px; }
  12%   { left: 650px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 700px; }
}
@-o-keyframes footerBox2 {
  0%   { left: 700px; }
  12%   { left: 650px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 700px; }
}
@keyframes footerBox2 {
  0%   { left: 700px; }
  12%   { left: 650px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 700px; }
}


#contentFooter #boxShell #box3 {
	background: url(../images/home/movingLines.png) 0 0 no-repeat;
	width: 9px;
	height: 11px;
	display: block;
	top: 6px;
	left: 300px;
	-webkit-animation: footerBox3 24s infinite; /* Safari 4+ */
	-moz-animation:    footerBox3 24s infinite; /* Fx 5+ */
	-o-animation:      footerBox3 24s infinite; /* Opera 12+ */
	animation:         footerBox3 24s infinite; /* IE 10+ */
}
@-webkit-keyframes footerBox3 {
  0%   { left: 100px; }
  12%   { left: 550px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 100px; }
}
@-moz-keyframes footerBox3 {
  0%   { left: 100px; }
  12%   { left: 550px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 100px; }
}
@-o-keyframes footerBox3 {
  0%   { left: 100px; }
  12%   { left: 550px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 100px; }
}
@keyframes footerBox3 {
  0%   { left: 100px; }
  12%   { left: 550px; }
  25%   { left: 300px; }
  30%   { left: 850px; }
  38%   { left: 100px; }
  47%   { left: 450px; }
  65%   { left: 720px; }
  69%   { left: 400px; }
  79%   { left: 550px; }
  89%   { left: 220px; }
  100% { left: 100px; }
}

#footerWelcome {
	margin-left: -225px;
	top: 22px;
}


/* FOOTER --------------------------------------------------------------- */

#footerShell {
	min-width: inherit;
	position: absolute;
	width: 100%;
	height: 52px;
	z-index: 90;
	background: #131313;
	display: block;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#footerShell.open {
	height: 100px;
/*	height: 100px;*/
}

#footerBody {
	width: 100%;
	height: 200px;
	text-align: center;
}

#footerContent {
	width: 100%;
	top: 60px;
	text-align: center;
}

#billing {
	margin-bottom: 10px;
}
.footerBtnsRow {
	left: 15px;
	right: 15px;
}
#legalBtn {
	color: #a5a5a5;
	font-size: 10px;
	line-height: 28px;
	padding-right: 20px;
	background: url(../images/framework/legalArrow.png) top right no-repeat;
	display: block;
}

.no-mobile #legalBtn:hover {
	color: #fff;
	background-position: bottom right;
}


#ratingBox {
	display: block;
	height: 40px;
	padding: 0 5px;
	margin-top: 6px;
	margin-left: 10px;
}

.footerLi {
	color: #a5a5a5;
	font-size: 10px;
	line-height: 28px;
	padding-right: 12px;
	display: block;

}

.footerLi a {
	color: #a5a5a5;
}

.no-mobile .footerLi a:hover {
	color: #fff;
	background-position: bottom right;
}


.open #legalBtn {
	background: url(../images/framework/legalArrow2.png) top right no-repeat;

}

.legal, .legalBtn {
	font-size: 11px;
	color: #c1c1c1;
}

.legal span {
	margin: 0 5px;
}

.no-mobile .legalBtn:hover {
	color: #fff;
}

/* CONTENT PANELS ------------------------------------------------------- */


#contentShell {
    position: absolute;
    width: 100%;
    left: 0;
    top: 248px;
    bottom: 30px;
    min-width: inherit;
	overflow: hidden;
}

    #contentBody {
        display: block;
        position: absolute;
        left: 0;
        width: 1680px;
        height: 830px;
    }

.contentPanel {
}

.innerPanel {
    color: #fff;
    font-size: 100px;
}

.contentPanelLabel {
	font-size: 40px;
	color: #e3323a;
	text-shadow: 0px 0px 70px rgb( 0, 0, 0 );
}



/* OVERLAYS -------------------------------------------------------- */

.overlayContentBg {
	background: url(../images/common/overlayBg.png);
	width: 50%;
	height: 50%;
}
.overlayContentBg.TL { background-position: top left; }
.overlayContentBg.TR { background-position: top right; }
.overlayContentBg.BR { background-position: bottom right; }
.overlayContentBg.BL { background-position: bottom left; }

.overlay #imgShell {
	position: relative;
	display: block;
}

.overlay #shareBtns {
	position: absolute;
	left: 90px;
	top: 58px;
    height: 20px;
}

.overlay .shareBtn {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/common/shareBtnsColor.png);
    margin-right: 3px;
}
.overlay .shareBtn#facebook { background-position: 0 0; }
.overlay .shareBtn#twitter { background-position: -23px 0; left: 23px; }
.overlay .shareBtn#google { background-position: -46px 0; left: 46px; }
.overlay .shareBtn#pinterest { background-position: -69px 0; left: 69px; }
.overlay .shareBtn#tumblr { background-position: -92px 0; left: 92px; }
.overlay .shareBtn#dl { background-position: -115px 0; left: 115px; }

.overlay #closeBtn {
	background: url(../images/common/closeBtn2.png) top left;
	width: 22px;
	height: 22px;
	display: block;
	top: 54px;
	right: 90px;
}

.no-mobile .overlay #closeBtn:hover {
	background-position: bottom left;
}

.overlay .title {
	top: 11px;
	left: 47px;
	color: #fff;
	font-size: 40px;

}

/* RSS NEWS FEED -------------------------------------------------------------- */

#news {
	display: inline-block;
	margin-left: 3px;
	white-space: nowrap;
	text-align: left;
	height: 20px;
	vertical-align: top;
}

	#newsTitle {
		background: #fff;
		height: 20px;
		padding: 0 8px;
		color: #000;
		font-size: 12px;
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
	}

	#newsContent {
		background: #000;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		display: inline-block;
		color: #fff;
		padding: 0 8px;
		vertical-align: top;
		white-space: nowrap;
		letter-spacing: 1px;
	}
		#newsContent a {
			color: #de0202;
		}