.top-image { 
	width:100%; position:relative; top:-90px; 
}
.bg-gradient {
	min-height:400px;
	background: #f1eff0; /* Old browsers */
	background: -moz-linear-gradient(top, #f1eff0 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1eff0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1eff0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eff0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.logos {
	float:right; position:relative; z-index:1;
}

.desktop-half {
	float:left;
	width:50%;
	padding:0 8px;
}
.enter-now {
	clear:both; display:block; margin:20px auto; width: 33%; border:2px solid #f70613; padding:20px 0; border-radius:10px; font-size:36px; font-weight:bold; color:#f70613; text-align:center;
}
.enter-now-2 {
	position:absolute; top:0; width:100%;
	color:#FFF; font-weight:bold; font-size:26px; text-align:center; margin:0 auto; z-index:100; padding-top:80px;
}
.btn-enter {
	background-color:#f20c18; margin:20px auto; width: 30%; border:2px solid #f70613; padding:20px 0; border-radius:10px; 
	font-size:28px; color:#fff; text-align:center; cursor:pointer;
}
.official-rules {
	display:block; margin:20px auto; width: 300px; border:2px solid #fff; padding:15px 0; border-radius:8px; font-size:18px; font-weight:normal; color:#fff; text-align:center;
}
.wrap-gallery {
	position:relative; top:-80px;
}

.img-gallery a{
	width:25%;
	float:left;
	display:block;
	margin-bottom:-3px;
}
.img-gallery a img{
	width:100%;
}
.social-share {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.social-share a{
	background:url('images/social_fb.gif') no-repeat center center; display:inline-block; width:49%; background-size:contain; font-size:0; min-height:50px;
}
.social-share a.tw{
	background-image:url('images/social_tw.gif');
	margin-left:-5px;
}
.quiz-input {
	border:2px solid #dad8d8;
	border-radius:5px;
	width:200px;
	height:100px;
	margin-top:20px;
	font-size:48px;
	padding:10px;
}
#frm_contest .desktop-half  {
	text-align:left;
	color: #000000;
}
#frm_contest .desktop-half .desktop-half {
	padding:0;
	width:44.5%;
}
#frm_contest .desktop-half label {
	font-weight:bold;
	font-size:18px;
	color:#000000;
}
.wrap-quiz h2.text-heading {
	color:#dc1903;
	margin:10px 20px 20px 40px; 
	width:66%; float:left; font-size:32px; text-align:left;
}

.frm_input {
	border:2px solid #dad8d8;
	background-color:#f8f8f8;
	width:80%;
	height:50px;
	font-size:18px;
	color:#000000;
	margin-bottom:8px;
	padding:0 8px;
}

.lbl_cb {
	font-size:18px;
	color:#000000;
	display:inline;
	font-weight:normal;
}
.frm_cb {

}

a.classic-link {
	font-size:18px;
	color:#318ed5;
	text-decoration:none;
}
a.classic-link:hover {
	text-decoration:underline;
}

#frm_msg {
	font-size:14px;
	color:#f70613;
	font-weight:bold;
}
.bottom-img {
	background:url('images/bg_bottom.jpg') no-repeat top center / cover; min-height:480px;
}


@media screen and (max-width:767px) {
	.banner>.container { padding-left:0px; }
	.banner h1.title { font-size:17px;}

	.logos { float:none; text-align:center; }
	.top-image { top:-50px; }
	
	.wrap-gallery { top:0px; }
	.enter-now-2 {
		color: #000;
		font-size: 13px;
		padding-top: 10px;
		top: -70px;
	}
	.img-gallery a{
		width:50%;
	}	
	.desktop-half {
		float:none;
		width:100%;
		padding-bottom:15px;
	}
	.enter-now { width:80%; }
	.btn-enter { width:50%; }
	.social-share a{
		width:100%;
	}
	.social-share a.tw{margin-left:0;}

	.wrap-quiz h2.text-heading {
		font-size:20px;
	}
	
	.quiz-input {
		margin-top:0;
	}

	.bottom-img {
		min-height:200px;
	}
	
}
