@charset "utf-8";
/* CSS Document */

body{
	/*background-color:#000000;	*/
	color:#555555;
	font-size:1em;
	margin:0px;
	padding:0px;
	min-height:100vh;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-color:#333333;	
	padding-bottom:70px; 
}

canvas{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	display:block;
	max-width:640px;
	max-height:480px;
	width:100%;
	height:auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding:0px;
}

#containerBkg{
		padding:0px;
	}

#loader:before{
	display:none;
}

.logo{
	width:100%;
	height:auto;
	/*min-width:320px;
	min-height: 49px;*/
	max-width:1000px;
}

.masthead{
	text-align:center;	
}

.mastheadFulfill{
	text-align:center;	
	max-width:320px;
}

.emTopFill{
	margin-top:1em;
}

.promoImg{
	display:block;
	margin:.5em auto 0px auto;
}

.sideBar{
	margin-top:1em !important;
	margin-left:6em;
	margin-right:0px;
	width:180px;
	text-align:center;
	padding:0px 1em 1em 1em;
}

.sideBar .media{
	text-align:left;
	padding:.5em 0px .5em 0px;
}

.gameColumn{
	margin-top:0;
	max-width:640px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.gameContainer{
	padding:0px;
}

.emPadTop{
	padding-top:1em !important;
	
}

/*---------- [ BRAND DETAILS START ] ----------*/

.gameColumn{
	max-width:640px;
}

.gameColumn div{
	padding:1em;
}

.gameColumn p{
	margin:0px 0px 0px 0px;
}

.brandPanelBox{
	/*border:#FFFFFF solid 1px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*background-color:rgba(255,255,255,0.4);*/
	padding:0px !important;
}

.brandContentBox{
	border:#FFFFFF solid 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:rgba(255,255,255,0.4);
}

.brandMessageBox{
	border:#FFFFFF solid 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color:#333333;
	background-color:rgba(255,255,255,.9);
}

.brandFooter{
	background-color:#000000;
	color:#FFFFFF;
	padding:1em 0px 1em 0px;
	/*position: absolute;
    bottom: 0px;
    width: 100%;*/
    height: 6em;
    /*transform: translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);*/
	font-size:1.1em;
}

.brandFooter p{
	font-size:.8em;
}

.brandFooter a{
	color:#FFFFFF;	
}

#alertBox{
	border:#FF0000 solid 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:rgba(204,0,0,.9);
	padding:1em;
	color:#FFFFFF;
}

.media-body{
	color:#FFFFFF;
}

.media-heading{
	color:#FF0000;
}

/*----------- FORM COLUMN START ----------- */
#formCity{
	width:55%;
	float:left;
}

#formZip{
	width:40%; 
	float:right;
}

.formColumn {
	/*width:320px;*/
	max-width:400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px 2em 0px 2em;
}

.formColumn .media{
	margin-top:1em;
}

.formColulmn p{
	width:290px;
}
	
	#formP{
		color:#555555;
	}

form{
	width:290px;
	padding: 0px 2em 6em 1em;
}

label{
	margin-top:.5em;
}

.messageColumn{
	padding:0px;
	margin:0px;
}

.promoRow{
	background-color:#FFFFFF;	
}

.emTop{
	margin-top:1em !important;
}

/*----------- FORM COLUMN START ----------- */

/* --------- [ small VIEW ]---------  */
@media all and (min-width: 768px) {


}

/* --------- [ med VIEW ]---------  */
@media all and (min-width: 992px) {
	
	.brandContent3rds{	
		width:200px;
	}
	
	.brandContent4ths{
		width:148px;
	}

}

/* --------- [ LARGE VIEW ]---------  */
@media all and (min-width: 1200px) {

	.gameColumn{
		margin-top:1em;
	}
	
	#logo{
		max-width:300px;
		width:100%;
		height:auto;
	}
	
}

/*  :::::::::: [ IE TWEAKS START ] ::::::::::  */

@media (-ms-high-contrast: active) and (min-width: 100px), (-ms-high-contrast: none) and (min-width: 100px) {
	 
	 #teaserCanvas {
		  width: 320px !important;
		  height: 240px !important;
		}
		
	#boomCanvas {
		  width: 320px !important;
		  height: 240px !important;
		}
 }
 
@media (-ms-high-contrast: active) and (min-width: 480px), (-ms-high-contrast: none) and (min-width: 480px) {
	 
	 #teaserCanvas {
		  width: 480px !important;
		  height: 360px !important;
		}
		
	#boomCanvas {
		  width: 480px !important;
		  height: 360px !important;
		}
 }

 @media (-ms-high-contrast: active) and (min-width: 640px), (-ms-high-contrast: none) and (min-width: 640px) {
	 
	 #teaserCanvas {
		  width: 640px !important;
		  height: 480px !important;
		}
		
	#boomCanvas {
		  width: 640px !important;
		  height: 480px !important;
		}
 }


