@charset "utf-8";
/* CSS Document */
/* Main page */
.logo {
	margin-left: 18px;
	padding-top: 28px;
	position: relative;
	/*width: 100%;*/
}
.logo_R10 {
	margin-left: 18px;
	padding-top: 0px;
	position: relative;
	/*width: 100%;*/
}
.home_line {
	position: absolute;
	right: 18px;
	top: 40px;
	/*font-family: OpenSans, Tahoma, Geneva, sans-serif;*/
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.event_banner {
	position: absolute;
	top: 20px;
	text-align: center;
	color: #000;
}
.rule_banner {
	width: 100%;
	border: 0; 
	height: 1px; 
	background: #333; 
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); 
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); 
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc); 
}
.header4 {
	color: #757575;
	font-size: 18px;
}
.lp_content {
	margin-top: 20px;
}
.big_img {
	margin: 0 auto;
}
.info_txt {
	/*font-family: OpenSans, Tahoma, Geneva, sans-serif;*/
	font-size: 15px;
	color: #2B2B2B;
	text-align: left;
}
.thankyou_txt {
	/*font-family: OpenSans, Tahoma, Geneva, sans-serif;*/
	font-size: 15px;
	color: #2B2B2B;
	text-align: center;
}
.title {
	/*font-family: OpenSans, Tahoma, Geneva, sans-serif;*/
	font-size: 22px;
	color: #E90E0E;
	margin-top: 35px;
}
.form_style label {
	/*font-family: OpenSans, Tahoma, Geneva, sans-serif;*/
	font: 13px/16px Arial,sans-serif !important;
	color: #333;
}
.small_txt {
	/*font-family: OpenSans, Tahoma, Geneva, sans-serif;*/
	font-size: 12px;
	color: #777;
}
.italic_txt {
	font-style: italic;
}
.float_r {
	float: right;
}
.margin_t20 {
	margin-top: 20px;	
}
.margin_t40 {
	margin-top: 40px;	
}
.margin_b20 {
	margin-bottom: 20px;	
}
.margin_l20 {
	margin-left: 20px;
}
.txt_center {
	text-align: center;
}
.txt_r {
	text-align: right;
}
.blue_icon { 
	color: #2a6496;
	font-size: 11px;
}
.box_l {
	font-size: 14px;
	text-align: right;
	color: #999;
}
.box_r {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.error {
	border: 1px solid #F00 !important;
	border-radius: 4px 4px 4px 4px;
}
a.bottom_lnk {
	color: #777;
	font-size: 11px;
}
.right_bdr {
	border-right: 1px solid #777;
}

/*     Media queries     */
/* Small devices (tablets, 768px and up) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){
.container{margin-left: 0px !important; margin-right: 0px !important;}
}