/* Start CSS */
body { color: #333; background:#cccccc; font-size:14px; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix15 { display:block; clear:both; height:15px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#e43b2c; }
.text-normal { font-size:14px; font-weight:normal; }
.title-32 { color:#e43b2c; font-size: 32px; margin-bottom: 10px; margin-top: 20px; }
.font-Rock { font-size: 32px; font-family: 'Rock Salt', cursive; margin: 10px 0;}
.title-36 { font-size: 36px; font-weight: normal; margin-bottom: 0; margin-top: 20px; }
.font-24 { font-size: 24px;}
.font-22 { font-size: 22px;}
.font-20 { font-size: 20px; }
.mb-5 { margin-bottom: 5px;}
.mb-10 { margin-bottom: 10px;}
.mt-15 { margin-top: 15px;}
.img-responsive { margin:0px auto; }
.img-full { width:100%; }
.img-circle { background: rgba(0,0,0,0.15); border-radius: 50%; border: 1px solid rgba(0,0,0,0.25); padding: 5px; }
.is--normal { font-weight:normal; }
.is--bold { font-weight:bold; }
.is--font18 { font-size:18px; }
.is--black { color:#000 !important; }
.text-center { text-align:center !important; }
.text-left { text-align:left !important; }
hr { margin-top: 15px; margin-bottom: 15px; border: 0; border-top: 2px solid #eee; }
.hr-xs { margin-top: 7px; margin-bottom: 7px; border: 0; border-top: 1px solid #eee; }
.hr-lg { margin-top: 30px; margin-bottom: 30px; border: 0; border-top: 3px solid #eee; }
.px-15 { padding: 0 15px; }
.text-right { text-align: right;}  
.line-height { line-height:normal; }
.m-0 { margin: 0; }
.main { display: block; padding:40px 0; margin-bottom: 60px;}
.main__content { background:#fff; padding: 30px; }
.form__title { display: block; font-size: 17px; margin: 15px 0; }
.form__label { color: rgba(47, 47, 47, 0.8); display:inline-block; font-size: 13px; font-weight: 700; margin: 5px 0; }
.form__control { background: #fff; border-radius: 5px; border: 1px solid rgba(0,0,0,0.2); display: block; font-size: 16px; margin: 0 0 15px 0; padding: 12px 18px; width: 100%; box-shadow: inset 0px 2px 4px rgba(128,128,128,0.15),0px 3px 2px rgba(140,157,169,0.14) !important; position: relative; }

.form__icon {
	padding: 12px 50px 12px 18px;
}
.form__icon-email {
	background: url(../img/email.png) calc(100% - 15px) 14px no-repeat;
}
.form__icon-user {
	background: url(../img/name2.png) calc(100% - 15px) 14px no-repeat;
}
.form__icon-home {
	background: url(../img/address2.png) calc(100% - 15px) 14px no-repeat;
}
.form__icon-phone {
	background: url(../img/phone2.png) calc(100% - 15px) 14px no-repeat;
}
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 1px solid #42B0E2; }
.form__button { background: #e43b2c; border-radius: 5px; border: 1px solid rgba(0,0,0,0.2); color: #fff; display: inline-block; font-size: 28px; font-weight: 700; margin: 0 0 15px 0; padding: 5px 10px; width: 100%; }
.form__button:hover { box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset; color: #fff; text-decoration: none; }
.form__button:focus { outline: 0; }
.form__button-info { display: block; font-size: 20px; font-weight: normal; opacity: 0.7; }

.countdown-wrap { margin: 30px 0; text-align: center; }
.countdown__title { color: rgb(228, 59, 44); display: block; font-size: 44px; line-height: normal; margin: 0; padding: 0; }
.countdown__info { display: block; font-size: 38px; }
.countdown { display: block; list-style: none; margin: 0; padding: 20px 0; }
.countdown__box { background: #C41229; display: inline-block; padding: 10px; text-align: center; text-shadow: 1px 1px 0px rgba(255,255,255,0.2); color: #43010f; border-radius: 5px; border: 2px solid rgba(0,0,0,0.2); font-size: 47px; font-weight: 700; margin: 0 5px; width: 100px; position: relative; }
.countdown__box span { color: rgba(0,0,0,0.4); font-size: 14px; font-weight: 700; position: absolute; left: 0; top: calc(100% + 10px); width: 100%; }

/*.footer { display:block; padding: 0 0 40px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 250px; }
.footer__link { color: #e43b2c; display:inline-block; margin: 0 5px; }
.footer__link:hover { color: #e43b2c; }
.footer__info {	margin-top: 15px; }*/

.footer { /*background: #5e5e5e;*/ border-bottom: 5px solid #000; color: rgba(47, 47, 47, 0.541176); display:block; padding:20px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 200px; }
.footer__links { color: rgba(47, 47, 47, 0.541176); display:block; margin: 10px 0 0 0; padding:0px; }
.footer__links a { color: rgba(47, 47, 47, 0.541176); display:inline-block; margin: 0 5px; }

/* =============== Start Tablet & Phone Device CSS =============== */

@media (max-width: 1199px) { 
	.font-24 { font-size: 20px;}
	.font-22 { font-size: 18px;}
	.title-36 { font-size: 32px; }
	.title-32, .font-Rock { font-size: 28px;}
	.countdown__title { font-size: 38px; }
	.countdown__info { font-size: 32px; }
}

@media (max-width: 991px) {
	.px-15 {padding:0;}
	.form__button { font-size: 20px; }
	.form__button-info { font-size: 18px; }
	.font-24 { font-size: 18px;}
	.font-22 { font-size: 16px;}
	.font-20 { font-size: 18px; }
	.title-36 { font-size: 28px; }
	.title-32, .font-Rock { font-size: 24px;}
	.countdown__title { font-size: 28px; }
	.countdown__info { font-size: 22px; }
}
@media (max-width: 767px) { 
	.d-none-xs { display: none !important;}
	.main { padding:15px 0; }
	.main__content { padding: 15px; }
	.form__title { font-size: 16px; }
	.form__button-info { font-size: 16px; }
	/*.footer { padding: 0 0 15px 0; }*/
	.font-24 { font-size: 16px;}
	.font-22 { font-size: 14px;}
	.max-width-300 { max-width: 300px; }  
	.max-width-200 { max-width: 200px; }
	.font-20 { font-size: 16px; }
	.title-36 { font-size: 24px; }
	.title-32, .font-Rock { font-size: 20px;}
	.countdown__title { font-size: 25px; }
	.countdown__info { font-size: 21px; }
}
@media (max-width: 575px) { 
	.col-xxs-12 { width: 100% !important;}
	.mb-xs-3 { margin-bottom: 15px; }
	.font-20 { font-size: 14px; }
	.title-36 { font-size: 22px; }
	.title-32, .font-Rock { font-size: 18px;}
	.countdown__title { font-size: 28px; }
	.countdown__info { font-size: 15px; }
	.max-width-300 { max-width: 240px; } 
}
@media (max-width: 467px) { 
	.form__title { font-size: 15px; }
	.form__control { font-size: 14px; padding: 12px 10px; }
	.form__icon { padding: 12px 45px 12px 10px; }
	.form__button { font-size: 18px; }
	.form__button-info { font-size: 14px; }
	.title-36 { font-size: 18px; }
	.countdown__title { font-size: 13px; }
	.countdown__info { font-size: 11px; }
	.countdown__box { font-size: 30px; width: 70px; }
}
/* =============== End Tablet & Phone Device CSS =============== */