@charset "utf-8";
/* CSS Document */
/* css/main */
	@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
	
*{
	margin:0;
	padding:0;
	font-family: Lato, Arial, Helvetica, sans-serif;
}	

html, body{
	height:100%;
}

.clearFloat{
	clear:both;
	}

a{text-decoration:none;}

::-webkit-input-placeholder {
   color: #444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444;  
}

:-ms-input-placeholder {  
   color: #444;
}
	
	
	
header{
	border-top: 5px solid #000;
	background: rgba(0, 0, 0, 0.30);
}

.navigation{
	text-align: right;
}
.navigation nav ul li{
	display:inline-block;
}
.navigation nav ul li a{
	color: #fff;
	display: block;
	padding: 20px 15px;
	background: #2b2b37;
	text-transform:uppercase;
	font-size: 16px;
}

.container_bg{
	background:#FFFFFF;
}
	
footer{ 
	color:#D60762;
	text-align:center;
	 padding: 20px 0;
	font-size:12px;
	background-color: #2b2b37; 
	margin-top: 20px;
	}

li{
	list-style:none;
	}

.main_title{
	border-bottom: 1px dashed #B4B4B4;
	margin: auto auto 10px;
	padding-bottom: 5px;
	font-size: 25px;
	color: #D60762; 
	font-weight: normal;
}

.service_box{
	background-color: #F9F9F9;
	border-left: 2px solid #D60762;
	display: block;
	box-shadow: 8px 9px 7px -9px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.contacts_box{
	padding:0 30px ;
}

.figure{
	border-bottom: 5px solid #2b2b37;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.figure:last-child{
	border-bottom: none;
}

.figure h3{
	color: #DD8500;
	font-size: 36px;
	margin-bottom: 10px;
}
#banner{
	height: 450px;
	margin-top: -63px;
}

.main_menu a{
	float: left;
	padding: 16px 20px;
	text-decoration: none;
	color: #585858;
	border-bottom:5px solid #fff;
	}
	
.main_menu a:hover{
	border-bottom:5px solid #585858;
}

/*REGULAR CSS*/
.btn_view{
	margin:30px 0;
	display:inline-block;
	color:#FFF;
	background:#E14D43;
	text-decoration:none;
	padding:10px 15px;
}

	
.btn_view:hover{
	color:#FFF;
	background:#444;
	text-decoration:none;
	padding:10px 15px;
}

.btn_view:visited{
	color:#FFF;
	text-decoration:none;
}

.fill_form {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #EFEFEF;
	margin-bottom: 10px;
	padding: 8px 10px;
	width: calc(100% - 20px);
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.fill_form:focus{
    border: 1px solid #699933;
}

.info{
	font-size:12px;
}

.info img{
	display:block;
	width:15px;
	float:left;
	margin-right:10px;
}

.link_decoration:link{
	color:#D60762;
	text-decoration:none;
}
	
.link_decoration:visited{
	color:#D60762;
	text-decoration:none;
}
.location_info{
	line-height: 180%;
	font-size: 13px;
	color:#474747;
}	
.location_info i{
	font-size:16px;
	width: 16px;
	margin-right:5px;
	color:#D60762;
	font-weight: bold;
}

.logo{
	display: block;
	max-height: 60px;
}

.about_quote{
	margin: 0 0 20px 0;
	line-height: 140%;
	font-size: 14px;
}

.send_btn {
    background: none repeat scroll 0 0 #D60762;
    border: medium none;
    color: #FFFFFF;
	cursor: pointer;
    padding: 15px 20px;
    text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.55);
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.send_btn:hover{
	opacity:0.85;
}

#map{
	margin-top:30px;
}

.page_title{
	margin: 10px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	font-weight:600;
}

	
.title_service{
	background: #2b2b37;
	color: #FFF;
	text-align: center;
	padding: 6px 0px;
	font-weight: normal;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.prm-btn{
	border: 1px solid #000;
	display: block;
	padding: 5px;
	text-align: center;
	max-width: 100px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;	
}

.prm-btn:hover{
	background: #F75050;
}

.service_item p{
	display: inline-block;
}
.service_item span{
	float:right;
}

.fb_iframe_widget{margin:10px 0;width:100%}
.fb_iframe_widget span{width:100%}

.caption_style{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: Open Sans;
    font-size: 40px;
    letter-spacing: 0;
    padding: 2px 20px;
    position: absolute;
    right: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    top: 50%;
    transform: translate(0px, -50%);

}
.social_net{margin:10px 0;}
.social_net a{
	font-size: 30px;
	margin-right: 5px;
	display: inline-block;
	color:#D60762;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;	
}
.social_net a:hover{
	color:#2b2b37;
}

.service_item{
	font-size: 15px;
	color: #3D3D3D;
	padding: 7px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

.features_container{
	margin:50px 0;
}

.feature{
	font-size: 15px;
	padding: 7px 0;
	text-align: center;
}

.feature .feature_img{
	width: 80px;
	height: 80px;
	margin: auto;
	overflow: hidden;
}

.feature h4{
	border-bottom: 1px dashed #B4B4B4; 
	margin: 5px 0;
	padding-bottom: 5px;
	font-size: 18px;
	color: #D60762; 
}

.mediaEmbed {
	height: 350px;
	margin: 20px auto;
	width: 100%;
}


@media (max-width:1024px){
	
	.caption_style {
        font-size: 32px;
	}
}

@media (max-width:640px){
	
	#banner {
		height: 250px;
	}
	
	.about_quote{
		padding-left:10px;
	}
	
	.caption_style {
		bottom: 0;
		font-family: Open Sans;
		font-size: 21px;
		top:initial;
		transform: translate(0px, 0px);
	}
}
