body{
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	line-height: 24px;
	color:#536476;
}
header{
	padding:15px 0;
	background: #fff;

	
}
header.smaller{
	position: fixed;
	width: 100%;
	z-index:30;
	box-shadow: 3px 2px 3px rgba(0,0,0,0.3);
	padding:5px 0;
}
section{
	padding:90px 0;
}
.btn-red {
	background: #d80303;
	color:#fff;
	padding:10px 20px
}
.red{
    color:#D80305;
}
.header-text{
	font-size:20px;
	line-height: 24px;
	color:#24aeae;
	padding-top:10px;
	display: block;
}
.fast-call{
	text-align: right;
}
.fast-call span{
	font-size:20px;
}
.fast-call a{
	color:#24aeae;
}

.baner{
	background: #536476;
	color:#fff;
}
.baner-bg{
	background:  #536476 url('../i/lp_07.jpg') no-repeat center center;
	padding-top:80px;
	padding-bottom:0;
}
@media all and (max-width: 800px){
	.baner-bg{
	background:  #536476 url('../i/lp_07-mobile.jpg') no-repeat center center;
	padding-top:80px;
	padding-bottom:0;
	background-size: cover
}
}
h2{
	margin-top:0;
	position: relative;
}
.baner h2, footer h2{
	font-size:40px;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	margin-top:0;

}
.sub{
	font-size: 20px;
	line-height: 26px;
text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
 display: block;
 margin-bottom:30px;
}
.sub .text-yellow{
	color:#f8c44f;
	font-size: 30px;
	line-height: 36px;
}
form{
	display: inline-block;
	margin-bottom: 80px
}
label{
	display: block;
	font-size:14px;
	font-weight: bold;
	margin-bottom:5px;
	text-align: left;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
input[type="tel"]{
	background: #fff;
	padding:15px 30px;
	border-radius: 7px;
	border:0;
	width: 270px;
	margin-right: 15px;
	color:#536476;
	position: relative;
}
input[type="tel"]:before{
content:"\f095";
	font-size:82px;
	line-height: 120px;
	color:#f7f8fb;
	position: absolute;
	left: 19px;
    top: -24px;
    font-family: FontAwesome;
    width: 120px;
    height: 120px;
}
input[type="submit"]{
	background: #24aeae;
	padding:15px 20px;
	color:#fff;
	border-radius: 7px;
	border:0;

}
.help-block{
		position: absolute;
	}

.small-contact{
	font-size:13px;
	color:#c9c9c9;
	font-weight: normal;
	max-width: 470px;
	margin-top: 5px;
	line-height: 18px
}
.form-group{
	display: inline-block;
}
.alert-icon{padding-left:50px;position:relative;display:inline-block}
.alert-icon:before {
    display: block;
    position: absolute;
    font-size: 40px;
    top: 0;
    content: '\f1d8';
    font-family: FontAwesome;
    left: 0;
    }
.trust-icon{
	vertical-align: middle
}
.trust-icon .fa-star, .trust-icon .fa-star-half-o{
	color:#f8c44f;
}
.trust-bg{
 background: rgba(83,100,118,0.8);
 border-top: solid 1px #475767;
 padding:15px 0;
 vertical-align: middle
}
.icon{
	display: inline-block;
	font-size: 30px;
	margin-right:10px;
	vertical-align: middle;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);

}
.content{
	display: inline-block;
	font-size:20px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	vertical-align: middle
}
.content .fa{
 padding-right: 4px
}
.section-title{
	font-size:30px;
	line-height: 38px;
	margin-bottom: 60px
}
.green{
	color:#24aeae;
}
.icon-box{
	margin-bottom: 40px
}
.icon-box h4 {
	font-weight: bold;
	font-size:18px;
	margin-bottom: 2px;
	line-height: 24px;
}
.icon-img-1{
	background: url(../i/sprite.png) -20px -16px;
	width: 102px;
	height: 96px;
}
.icon-img-2{
	background: url(../i/sprite.png) -194px -22px;
	width: 90px;
	height: 90px;
}
.icon-img-3{
	background: url(../i/sprite.png) -355px -22px;
	width: 105px;
	height: 105px;
}
.icon-img-4{
	background: url(../i/sprite.png) -20px -163px;
	width: 94px;
	height: 82px;
}
.icon-img-5{
	background: url(../i/sprite.png)  -194px -169px;
	width: 101px;
	height: 113px;
}
.icon-img-6{
	background: url(../i/sprite.png)  -373px -169px;
	width: 98px;
	height: 94px;
}
.icon-img{
	widows: 140px;
	height: 110px;
	display: inline-block;
}
.two{
	background: #e1e5ec;
	text-align: center;
}
.star{
	color:#f8c44f;
	margin:10px 0;
}
.star i{
	padding: 2px;
}
.person{
	color:#24aeae
}
.adress, .hours{
	margin-top:5px;
	display: block
}
.cta-text{
	font-size:25px;
	line-height: 35px;
	margin-top:30px;
}
.cta-text .big{
	font-size:30px;
	font-weight: bold
}
.modal-content{
	background-color: #24aeae;
	color:#fff;
}
.modal-header {
    padding: 15px;
    border-bottom: 0;
    color:#fff;
    }
.modal-body .line-1 span:after{
	background: none
}
    .close{
    	color:#fff;
    	opacity: 1;
    	text-shadow: 0;
    }
.modal-body{
	background: #24aeae;
	padding-top:40px;
	color:#fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}
.modal-body h2 , .modal-body .sub, .modal-body .sub .text-yellow, .modal-body label{
		text-shadow: none
}
.inner-addon { 
    position: relative; 
}
.inner-addon input{
 padding-left:40px;
}
.form-control-feedback {
    position: absolute;
    top: 47px;
    right: 20px;
    }
.with-errors{
	font-size:12px;
	margin-top:0;
}
.form-group{
	vertical-align: top;
}
.form-group input[type=submit]{
	margin-top:30px
}
.has-error .help-block{
	color:#ff3030;
}
.has-error .form-control-feedback{
	color:#ff3030;
}
.form-group .fa-phone{
	position: absolute;
	left: 10px;
	top:30px;
	color:#536476;
	left: 15px;
    top: 49px;
    z-index: 1
}
footer{
	background: #24aeae;
	color:#fff;
	padding:90px 0 0 0;
	text-shadow: none
}footer h2, footer .sub, footer .sub .text-yellow, footer label{
	text-shadow: none
}
footer input[type="submit"], .modal-body input[type="submit"]{
	background: #d80303
}
footer .small-contact, .modal-body .small-contact{
	color:#fff;
}
footer .logo{
	text-align:center;
	border-top:1px solid #159696;
	padding: 15px 0;
}
footer .logo img{
	display: inline-block;
}
footer h2{
	margin-bottom: 15px;
}

.sub-footer{
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 35px;
	display: inline-block;

}
.line-1 span {
	z-index: 10
}
.line-1 span{
	position: relative;
}
.line-1 span:after{
	position: absolute;
	background: url('../i/sprite.png') no-repeat -51px -316px;
	width: 217px;
	height: 17px;
	content: "";
	z-index: -1;
    right: -5px;
    bottom: -3px;
} 
footer .line-1 span:after{
	background: url('../i/sprite.png') no-repeat -37px -372px;
	width: 404px;
	height: 17px;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #24aeae
    }
.carousel-indicators li{
	border:none;
	background: #fff
}
.control{
	display: none
}
.item{
	position: relative;
}
.item:before{
	content:"\f10e";
	font-size:82px;
	line-height: 120px;
	color:#f7f8fb;
	position: absolute;
	left: 19px;
    top: -24px;
    font-family: FontAwesome;
    width: 120px;
    height: 120px;
}
.p-5{
	padding-top:5px;
}
.sub .text-yellow a{
 color:#fff;
}
footer .sub .text-yellow a, .modal-body .sub .text-yellow a, .sub .text-yellow a{
	color:#f8c44f;
}
@media all and (max-width: 1199px){
	.trust-icon .content{ 
 	font-size:18px;
	}
}
@media all and (max-width: 768px){
	.trust-icon { 
 	text-align: center;
	}
	.p-5{
	margin-bottom: 30px
}
.map{
	width: 100%;

}
.header-text{
	display: none
}
.three{
		text-align:center;
	}
footer .line-1 span:after{
	display: none
}
}
@media all and (max-width: 500px){
	form{
		padding: 15px;
	}
   .form-group{
   	width: 100%;
   	padding: 0 15px;
   }
   .form-group .fa-phone{
   	left: 30px;
   }
	.form-group input{
		width: 100%
	}
	.form-group input[type=submit]{
		margin-top:15px;
		margin-bottom:10px;
	}
	.help-block{
		position: absolute;
	}
	.section-title{
		font-size:25px;
		line-height: 31px
	}
	


}

@media all and (max-width: 400px){
	.baner h2, footer h2, h2{
		font-size:30px;
}
.sub-footer{
	font-size:20px;
	line-height: 26px
}
.line-1, .sub .text-yellow, .sub{
	font-size:20px;
	margin-bottom:20px;
}
.baner-bg{
	padding-top:50px;
}
.logo img {
	margin-top:10px;
    width: 120px;
    height: auto;
    }
    .fast-call{
    	font-size:13px;
    }
    .section-title{
    	font-size:30px;
    	line-height: 36px;
    }
    footer .line-1 span:after, .line-1 span:after{
    	display: none
    }
    .modal-body{
    	padding-top:0;
    }
}