@charset 'utf-8';
/* CSS DOCUMENT */
html , body { background:#111111;}
.loading { position:fixed; width:100%; height:100%; overflow:hidden; background:#fff url('../images/page_template/loading.gif') no-repeat center; z-index:999999; }
.hide { position:relative;}
.ease { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loader { position:relative; overflow:hidden; background:#fff url('../images/page_template/loading.gif') no-repeat center; }

/*********
	Page Template
*********/
#main-container { }
.auto { width:810px; margin: 0 auto; }

#main-wrapper {}

footer { min-height:50px; background:url('../images/page_template/footer_bg.jpg') repeat-x top;}

/*********
	END Page Template
*********/

/** FONT FACE **/
@font-face {
	font-family: 'DejaVuSans';
	src: url('fonts/DejaVuSans.eot?') format('eot'), 
	     url('fonts/DejaVuSans.woff') format('woff'), 
	     url('fonts/DejaVuSans.ttf')  format('truetype'),
	     url('fonts/DejaVuSans.svg#DejaVuSans') format('svg');
}
@font-face {
	font-family: 'DejaVuSansCondensed';
	src: url('fonts/DejaVuSansCondensed.eot?') format('eot'), 
	     url('fonts/DejaVuSansCondensed.woff') format('woff'), 
	     url('fonts/DejaVuSansCondensed.ttf')  format('truetype'),
	     url('fonts/DejaVuSansCondensed.svg#DejaVuSansCondensed') format('svg');
}
/** FONT FACE **/

/** HOME **/
.home-banner { position:relative; padding-top:30px;  background:url('../images/home/banner_bg.jpg'); background-size:100% 100%; border-bottom:25px solid #101111; }
.h-b-logo { position:relative; top:-20px; background:url('../images/home/banner_title.jpg') repeat-x top center; z-index:1; }
.h-b-shadow { position:absolute; left:0; width:100%; height:22px; }
.h-b-shadow.top { top:-22px; background:url('../images/home/b_title_top_shadow.png') repeat-x;}
.h-b-shadow.bottom { bottom:-22px; background:url('../images/home/b_title_bottom_shadow.png') repeat-x;}
.h-b-logo .auto span { display:inline-block; padding:15px 10px; } 
.h-b-ie-bg { display:none; }

.banner-content.auto { position:relative; width:810px; z-index:1; }
.prize { position:absolute; top:-70px; left:-40px; z-index:0; text-align:center;}
.b-c-text { position:relative; width:425px; z-index:1; margin-top:10px; text-align:center; font-family: 'Arial'; line-height:1.0; }
.b-c-text h1 { color:#f26522; font-size:55px; text-shadow:-2px 2px 2px #000; }
.h-p-title h1 , .b-c-text h2 { padding:15px 0px 20px 0px; font-size:25px; text-shadow:-2px 2px 2px #000; font-style:italic; font-family: 'Tahoma' , 'Helvetica' , 'Calibri';}

.h-p-title { background:url('../images/home/title_bg.jpg');}
.h-p-title h1 { padding:5px 0px; }
.h-p-title h1 span { font-weight:normal; }

.h-p-b-content { min-height:300px; background:#fc882e url('../images/home/participate_bg.jpg') repeat-x top;}
.h-p-b-content .auto { position:relative; padding:15px 0px; text-align:center; width:750px; }
.b-c-video { width:421px; height:250px; background:#fff url('../images/page_template/loading.gif') no-repeat center; margin-bottom:50px; }

/** LAYER 1 **/
.part-logo { position:relative; }
.part-like{ position:relative; font-size:25px; font-weight:bold;}
.part-like span { position:relative; left:10px; }
.part-logo.l2-redroid img { width:250px; height:240px; }

.l1-gameloft { top:-30px; }
.l1-like { bottom:-30px; }

/** LAYER 4 **/
.profile-signup { position:relative; width:475px; top:-500px; margin: 0 auto; }
.profile-signup  h4 { font-size:30px; }
.profile-signup ul li { margin:10px 0px; }
.profile-signup ul li label { display:block; text-align:left; font-size:20px; font-family: 'DejaVuSansCondensed';}
.profile-signup ul li input[type="text"] { display:block; width:463px; height:28px; padding:5px; background:#bae4f5; border:1px solid #979797; border-radius:5px; font-size:14px;}
.profile-signup ul li input[type="submit"] { display:inline-block; margin-top:5px; padding:10px 15px; background:#ed1c24; color:#fff; text-transform:uppercase; font-weight:bold; border:none; font-size:25px; border-radius:5px; }

.animation-layer { position:absolute; width:100%; left:0; top:0;  }
.animation-layer a { display:inline-block; color:#fff; }

.step-label { position:absolute; top:10px; left:0; width:100px; height:100px; border-radius:50%; border:3px solid #fff; text-align:center; font-size:40px; font-weight:bold; }
.step-label span { display:table-cell; vertical-align:middle; width:100px; height:100px; }

.animation-layer.layer1 { z-index:1; }
.animation-layer.layer2 { z-index:2; }
.animation-layer.layer3 { z-index:3; }
.last { opacity:1 !important; }

.thank-you h1 { padding-top:100px; font-size:60px; }
.hidden{display:none;}

/** JARALLAX **/
#animation{
	position:relative; 
	height:340px;
	overflow:hidden;
}

#button{
	position:relative;
	display:block;
	text-indent:100px;
	width:20px;
	height:20px;
	border:5px solid #243651;
	border-radius:100px;
	overflow:hidden;
	background:white;
	margin-top:-18px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	cursor:pointer; 
}

#scrollbar{
	width:100%;
	background:#243651;
	height:5px;
	border-radius:10px;
	margin-top:20px;
}

/** RESPONSIVE **/
@media screen and (max-width: 810px) {
	/** html { border-top:5px solid blue;} **/
	.auto { width:auto !important;}
	.h-p-b-content .auto { padding:15px 10px; }
	.prize { width:50%; top:0; left:0; }
	.prize img { width:100%; height:auto; }
	.b-c-text { width:50%; padding-right:5px; }
	.b-c-video { width:100%; height:auto; }
	.b-c-video iframe { width:100%; }
	.h-p-title h1 { padding:5px 15px; }
}

@media screen and (max-width: 760px) {
	/** html { border-top:5px solid yellow;} **/
	#scrollbar { display:none;}
	#button { display:none; }
	.step-label { opacity:1 !important; left:10px; width:50px; height:50px; font-size:20px; }
	.step-label span { width:50px; height:50px; }
	
	#animation { height:auto; overflow:hidden; }
	.animation-layer { position:relative; width:auto; padding:40px 15px 0px 15px; margin-top:10px; }
	.animation-layer.layer4 .step-label { top:-40px; }
	.part-like { padding:0px 15px; }
	
	.b-c-text h1 { font-size:45px; }
	
	/** LAYER 1 **/
	.l1-gameloft { top:0; }
	.l1-like { bottom:0; }
	
	/** LAYER 3 **/
	.part-logo { display:block !important; opacity:1 !important; left:0 !important; right:0 !important; }
	.part-like { display:block !important; opacity:1 !important; left:0 !important; right:0 !important; }
	
	/** LAYER 4 **/
	.profile-signup { width:auto; top:0 !important; padding:10px; opacity:1 !important; }
	.profile-signup ul li input[type="text"] { width:98%; padding:5px 0px; }
}

@media screen and (max-width: 600px) {
	/** html { border-top:5px solid green;} **/
	.prize { position:relative; width:100%; top:-30px; }
	.prize img { width:70%; }
	.b-c-text { float:none !important; width:auto; padding:15px; }
	.b-c-video { margin:0; }
}

@media screen and (max-width: 500px) {
	/** html { border-top:5px solid blue;} **/
	.prize img { width:100%; }
	.thank-you h1 { padding:40px 0px; }
}

@media screen and (max-width: 480px) {
	/** html { border-top:5px solid pink;} **/
}

@media screen and (max-width: 380px) {
	/** html { border-top:5px solid cyan;} **/
	.h-b-logo { text-align:center; background:none; }
	.h-b-logo .auto span { padding:10px 5px; }
	.h-b-logo .fr { float:none !important; }
	.h-b-logo span { width:20%; }
	.h-b-logo span.h-b-gameloft { width:30%; }
	.h-b-logo span img { width:100%; height:auto; }
	.h-b-shadow { display:none; }
	
	.b-c-text h1 { font-size:40px;}
	
	.part-like { font-size:18px;}
	.part-like span { left:0; }
	.part-like span img { width:35px; height:auto; }
	
	.h-p-b-content .auto { padding:15px 0px; }
	.animation-layer .auto { padding:10px 0px !important; }
	.profile-signup ul li input[type="submit"] { font-size:20px; }
	.part-like { padding:0px; }
	
	.thank-you h1 { font-size:40px;}
	.animation-layer.layer2 .auto { padding-top:30px !important; }
}