@import url('reset.css');

@font-face {
  font-family: 'LeagueGothic';
  src: url('../images//fonts/LeagueGothic-Italic-webfont.eot'); /* IE9 Compat Modes */
  src: url('../images//fonts/LeagueGothic-Italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../images/fonts/LeagueGothic-Italic-webfont.woff2') format('woff2'),
  url('../images//fonts/LeagueGothic-Italic-webfont.woff') format('woff'),
  url('../images//fonts/LeagueGothic-Italic-webfont.ttf')  format('truetype'),
  url('../images//fonts/LeagueGothic-Italic-webfont.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    background: #000;
    color: #fff;
    font-family: LeagueGothic, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
	overflow: hidden;
	
}

a{
    color: #ddd;
    text-decoration: none;
}
.clr{
    clear: both;
}
/* Header Style */
.header{
    font-family: LeagueGothic, Arial, sans-serif;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    z-index: 2000;

}
/*.header a{
    padding: 5px 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
}*/
.header a:hover{
    color: #fff;
}
.header a span{
    font-family: LeagueGothic, sans-serif;
	
}

.header span.lefttext a{
	color: #ca1623;
}

.header span.lefttext a:hover{
	color: #fff;
}

.header span.lefttext p{
	font-size:23px;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1.5px;
}

.header span.lefttext{
    position: absolute;
    left: 10px;
	top: 6px;
	color: #555;
	font-size: 16px;
	
	text-transform: none;
	letter-spacing: 1px;
}

.header span.right_ab{
    position: absolute;
    right: 4px;
	top: 10px;
}

.tinlogo {
	margin-left:20px;
}

/* Top Bar */
.ib-top{
/*    background: #fff;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 123;
    height: 40px;
}
.ib-top h1{
	font-family: LeagueGothic, Arial, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-left: 10px;
	margin-top: 10px;
}
.ib-top h1 span#points{
	font-family: LeagueGothic, Arial, sans-serif;
    font-size: 30px;
	margin-left: 10px;
}

.ib-top h1 span#total{
	font-family: LeagueGothic, Arial, sans-serif;
    color: #fff;
    font-size: 30px;
	margin-left: 10px;
}

.ib-top p{
	margin-left: 20px;
	font-size: 16px;

}


#spanbonus {
	left-padding: 10px;
	line-height:-5px;
	color: #ca1623;
	opacity: 0;
}

.welcomeBack{
	position:absolute;
	z-index: 200;
	width:100%;
	height:100%;
	display: none;
}
.welcomeBack p{
	position:absolute;
	width:90%;
	top: 40%;
	text-align: center;
	padding: 0 5%;
	color: white;
	font-size: 10vh;
}

.introbg{
	background: url('../images/introBG.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: default;
	width: 100%;
	max-height: 100%;
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	width: 100%;
	height: 100%;
}

.intro h1 {
/*	font-size:6vh;*/
	font-size:6vmax;
/*	color: #ca1623;*/
	color: #fff;
	line-height:0.8;
	padding-bottom: 10px;
	text-shadow: 0px 0px 10px #fff;
}

.intro span{
	position:absolute;
/*	text-align: left;*/
	text-align: center;
	font-size:3vmax;
	line-height:1;
/*	text-transform: none;*/
/*	letter-spacing: 1px;*/
	text-shadow: 0px 0px 10px #ffffff;
/*	color: #999;*/
	
}

.intro p{
 	padding-bottom: 20px;
	
}

.intro a{
	color: #fff;
}

.intro a:hover{
	color: #ca1623;
}



.introcopy{
	position: absolute;
	vertical-align: middle;
/*	margin-top: 200px;*/
	margin-top: 35vmin;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
/*	width:340px;*/
	width:80%;
	height: auto;
}

.introbtn{
	color:#ca1623;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 6px  18px 6px 14px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	text-shadow: none;
	background-color:#000;
}

.icondiv {
	position:absolute;
	z-index:124;
	top: 20px;
	right: 0px;
	margin-right: 54px;
}



.infoicon {
	position: absolute;
/*	content: "";*/
	cursor: pointer;
	list-style-type: none;
	left: 3px;
	width: 39px;
	height: 30px;
/*	margin-top: -10px;*/
	font-size: 14px;
	text-transform: none;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
/*	text-align: center;*/
/*	color: #fff;*/
	background-color: rgba(202,27,44,1);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

.tweet{
	z-index:123;
}

.shareicon{
	position:absolute;
	z-index:123;
	top:100px;
	left:0px;	
}

.tw, .fb{
	width: 90px;
	left: -150px;
	font-size: 18px;
	letter-spacing: 1px;
	padding-right:10px;
	text-align: right;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}

.audioControl{
	position: absolute;
	cursor: pointer;
	left: -60px;
	width: 60px;
	height: 24px;
/*	margin-top: -10px;*/
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	
}

.audioControl span{
	color: rgba(202,27,44,1);
}



.game_title{
    position: absolute;
	background:transparent;
	width: 738px;
	height: 272px;
	margin: 0 auto;
	margin: 0 auto;
	background-image: url("../images/title.png");
	opacity:0;

    /*left: 50%;
   	right: 50%;
	 transform: translate(0, -50%);
   	-webkit-transform: translate(0, -50%);
   	-moz-transform: translate(0, -50%);
   	-o-transform: translate(0, -50%);
   	-ms-transform: translate(0, -50%);*/
	 z-index: 5;
	
}


.vignette{
	
	position: fixed;
	
	-webkit-box-shadow: inset 0px 0px 10rem rgba(0,0,0,1);
	-moz-box-shadow:    inset 0px 0px 10rem rgba(0,0,0,1);
	box-shadow:         inset 0px 0px 10rem rgba(0,0,0,1);

	line-height: 0;         /* ensure no space between bottom */

	display: inline-block;  /* don't go wider than image */
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

.ib-main-wrapper{
    width: 100%;
    overflow: hidden;

	
/*    margin-top: 40px;
    outline: none;*/
    /*height dynamic*/
}
.ib-main{
    position: relative;
    width: 3100px;
	height: 300px;
	
}

#bg{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:3100px;
	height:1840px;
}

#leftBG{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	
	
}

#rightBG{
	position:absolute;
	opacity:0;
	left:1550px;
	top:0px;	
}


#svgdiv{
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
}

#answeredImgs{
	position: absolute;
	opacity:1;
	top: 0px;
	left: 0px;
}
.hint, .correctOverlay, .intro{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 110;
}

#hintx, #svgyes{
	position:absolute;
	overflow: visible;
/*	z-index:110;*/
}

#hint_title{
	position:absolute;
	width:100%;
	text-align: center;
	color: white;
	font-size: 40px;
	padding-bottom: 20px;
	text-transform: none;
	
}

#hint_var{
	position:absolute;
/*	overflow: auto;*/
	margin: 5% auto;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizign: border-box;
	-ms-box-sizign: border-box;
	box-sizing: border-box;*/
	width:90%;
	padding: 5%;
	text-align: center;
	font-size: 10vw;
	color: white;
	line-height:90%;
	
}


.typeAnswers{
	position:absolute;
}

.input_field{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:6;
	
	font-family: LeagueGothic, Arial, sans-serif;
	font-size: 28px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(202,27,44,1);
	width: 300px;
	height: 47px;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:#fff;
	border-radius: 0;
	
}

.input_field:focus{
	outline:none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#closex{
	position:absolute;
	width: 52px;
	height: 52px;
	display:none;
	z-index:6;
}

.ib-nav span:hover, .ib-close:hover{
	opacity: 1;
}

@media only screen
and (max-width : 460px) { 
	.game_title{
	    position: absolute;
		background:transparent;
		width: 210px;
		height: 58px;
		margin: 0 auto;
		margin: 0 auto;
		background-image: url("../images/title_sm.png");
		z-index: 5;
	}
	
	.input_field{
		background-color: rgba(202,27,44,0.5);
	}
	
	.intro h1{
		font-size:8vmax;
	}
	
	.intro span{
		font-size:4vmax;
	}
	
}

@media only screen
and (max-height : 460px) { 
	.game_title{
	    position: absolute;
		background:transparent;
		width: 210px;
		height: 58px;
		margin: 0 auto;
		margin: 0 auto;
		background-image: url("../images/title_sm.png");
		z-index: 5;
	}
}
	

/*.video-containers {          
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top:56.25%;
	overflow:hidden;
	
}*/

#vidOverlay{
	background-color:#000000;
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 122;
}

#video-container {    
/*	position: absolute;*/
	overflow:hidden;
	z-index: 122;
	display:none;
	width:100%;
	
	
}

#congratsCopy{
	position: absolute;
	top: 30%;
	height:350px;
	opacity:1;
/*	padding: 0px 20px;*/
	z-index: 122;
	width:100%;
	text-align: center;
	
}

#congratsCopy p{
	font-size: 4vh;
	width:90%;
	padding: 0% 5%;
	text-transform: none;
	text-align:center;
	padding-bottom: 10px;
}

#congratsCopy h1{
	font-size: 10vw;
	width:90%;
	padding: 0% 5%;
	text-align:center;
}

#congratsCopy a{
	color: #ca1623;
}

#congratsCopy a:hover{
	color: #fff;
}

.video-container iframe {
	position:absolute;
	top:0;
	/*top: auto;
		bottom: 0;*/
	overflow:hidden;
	z-index: 122;
}

.noiseContainer{
	position: relative;
	width: 3100px;
	height: 1840px;
	overflow:hidden;
	
}

.noiseFX{
	position: absolute;
	left: 0;
	width: 200%;
	height: 200%;
/*	z-index:1000;*/
	background-image: url("../images/noise.png");
	opacity: 0.18;
}
