::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
::-webkit-scrollbar{width: 6px;height: 6px;background-color: #F5F5F5;}
::-webkit-scrollbar-thumb{background-color:rgb(84,132,255);}
::selection{
	/*background: transparent;*/
}
body{
	/*background-color: rgb(215, 222, 235);*/
	font: 16px 'PT Sans', Calibri, sans-serif;
}
.container-fluid.bg-gradient>.container{
	max-width: 960px;
}
.bg, .with_bg>.bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: black;
}
.with_bg>.bg>.bg-gradient{
	background-image: -webkit-radial-gradient(40% 50%, circle closest-corner,  transparent 40%,rgba(0,0,0,0.8) 60%,rgb(0, 0, 0) 100%);
}
.text_style_1{
	font-size: 23px;
	color: #fde790;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.text_style_2{
	margin-top: 10px;
	color: white;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font: 700 24px/34px 'PT Sans',sans-serif;
	letter-spacing: -1px;
}
.text_style_3{
	font-size: 18px;
	color: white;
}
.text_style_4{
	display:block;
	font-size: 16px;
	text-align: center;
	font-style: italic;
	color: #9a9a9a;
	padding: 10px 0px 40px;
}
.text_style_2 b{
	color: #e73e3e;
}
.text_style_2 u{
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	text-decoration: none;
}
.block_form{
	background-color: #FFE57E;
	padding: 20px 0px 20px 40px;
	box-shadow: 7px 7px 0px 0px #816700;
	margin-right: 60px;
}

.block_form>h3{
	margin: 0px 0px 10px 0px;
	font: 700 20px/28px 'PT Sans', sans-serif;
}
.block_form>h3>b{
	color: #e73e3e;
}
.block_form>p{
	padding-top: 3px;
	font-size: 14px;
	margin-bottom: 15px;
}
.block_form>form>.row>div>input[type=text]{
	height: 39px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	margin: 0px auto 16px;
	background-color: rgb(255, 255, 255);
	max-width: 302px;
	border-radius: 5px;
	color: rgb(0, 0, 0);
	border: 4px solid #cab973;
}
.block_form>form>.row>div>input[type=text]:focus{
	border-color:#B29419;
	box-shadow:0 0 8px rgba(255, 255, 255, 0.6);
}
.btn.btn-submit{
	background-color: #FF4040;
	max-width: 220px;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	text-transform: capitalize;
	border-width: 0px;
	color: white;
	box-shadow: 4px 4px 0px 0px #A80000;
	margin-bottom: 2px;
	border-radius: 0px;
}
.btn.btn-submit:hover{
	margin-top: 2px;
	box-shadow: inset 0px 0px 0px 0px rgb(160, 89, 89);
	margin-bottom: 0px;
}
.block_form>form+.access{
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 20px;
}

/*.bg>img{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}*/
/*.block_info{
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
}
.block_info td.bg_img{
	padding-right: 0px;
	max-width: 700px;
}
.block_info td.bg_img>img{
	width: 100%;
}
.block_info td.form{
	vertical-align: top;
	background-color: rgb(61, 84, 113);
	padding: 15px;
	font: 20px 'PT Sans', Calibri, sans-serif;
	max-width: 350px;
}
.block_info td.form>p{
	font-size: 19px;
	color: rgb(255, 186, 0);
	font-weight: 700;
}
.block_info td.form>.text{
	font: 400 14px/21px 'PT Sans', sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	padding-bottom: 30px;
}
.block_info td.form>form>.row>div>input[type=text]{
	height: 39px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	margin: 0px auto 16px;
	border-width: 0px;
	background-color: rgba(19, 41, 68, 0.5);
	max-width: 302px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
}
.block_info td.form .access{
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
}
.btn.btn-submit{
	background-color: rgb(224, 171, 0);
	max-width: 300px;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	text-transform: capitalize;
	border-width: 0px;
	color: white;
	box-shadow: 0px 4px 0px 0px rgb(160, 89, 89);
	margin-bottom: 2px;
}
.btn.btn-submit:hover{
	margin-top: 2px;
	box-shadow: 0px -2px 0px 0px rgb(160, 89, 89);
	margin-bottom: 0px;
}
.btn.btn-submit>i{
	color: rgb(143, 0, 0);
	font-size: 30px;
}*/
.footer{
	padding-top: 30px;
	padding-bottom: 0px;
}
.footer h3{
	font-weight: bolder;
}
.footer>.timer-panel{
	text-align: left;
}
@media (max-width: 992px){
	.footer h3{
		text-align: center;
	}
	.footer>.timer-panel{
		text-align: center;
	}
}
footer{
	padding-top: 20px;
}
#timer{
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	font-size: 14px;
}
#timer>*{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	color: rgb(90, 90, 90);
}
#timer>*>.time{
	background-color: rgb(51, 51, 51);
	padding: 0px 0px 0px 4px;
	letter-spacing: 4px;
	text-align: center;
	border-radius: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.4;
	font-size: 34px;
	color: white;
	min-width: 56px;
}
/*.modal-header{
	background-color: rgb(99, 125, 170);
	color: rgb(255, 255, 255);
}
.modal-footer{
	background-color: rgb(99, 125, 170);
	color: rgb(255, 255, 255);
}
.btn-modal{
	background-color: rgb(77, 108, 162);
	color: rgb(255, 255, 255);
	border-color: rgb(49, 77, 126);
}*/

.block_form:before{
	top: 7px;
	width: 0px;
	content: "";
	right: 18px;
	height: 100%;
	border-width: 50px 0px 50px 50px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #816700;
	background-color: transparent;
	position: absolute;;
}
.block_form:after{
	top: 0px;
	width: 0px;
	content: "";
	right: 25px;
	height: 100%;
	border-width: 50px 0px 50px 50px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #FFE57E;
	background-color: transparent;
	position: absolute;;
}