body{
	background: url('background/contact.png') no-repeat;
	background-position: top center;
}
.contact{
	margin-top: 330px;
	margin-bottom: 20px;
}
.contact .mainTitle{
	font-size: 48px;
	font-family: 'merriweather', serif;
	color: #ffffff;
}
.contact .contactForm{
	margin-top: 20px;
}
.contact .contactForm .whitebox{	
	background-color: #FFF;	
}
.contact .contactForm .formcontainer{
	font-family: 'merriweather', serif;
	padding: 80px 140px 80px 80px;	
}
.contact .contactForm .hvr-underline-from-left:before{
	background: #b1a06c;
}
.contact .contactForm .form-control{
	border: none;
	border-bottom: 1px solid #323232;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 24px;
}
.contact .contactForm textarea.form-control{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);	
}
.contact .contactForm .form-group {
    margin-bottom: 30px;
}
.contact .contactForm .form-group label{
	font-size: 18px;
	font-weight: 300;
}
/** Map */
.contact .mapcontainer{
	padding: 15px;
}
.contact .contactForm #map {
    min-height: 430px;    
}
/** END Map */
.contact .blackblock{
	background: url('background/blackbox.png') no-repeat;
	background-size: cover;	
	font-weight: 300; 
	color:#fff;	
}

/** Address */
.contact .address{
	padding: 20px 80px 60px 80px;
	margin-bottom: 20px;
	font-weight: 300; 
}
.contact .address h3{
	font-weight: 300; 	
}
/** END Address */

/** Direct Contact */
.contact .directcontact{
	padding: 20px 80px 40px 80px;
	margin-bottom: 40px;
	font-weight: 300; 
}
.contact .directcontact h3{
	font-weight: 300; 	
}
.contact .directcontact h3 span{
	margin-right: 10px;
}
.contact .directcontact span.rtf-ico_arobase {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}
/** END Direct Contact */

@media (max-width: 1919px){
	.contact .address {
	    padding: 20px 40px 60px 40px;
	}
	.contact .address h3, .contact .directcontact h3 {
	    font-size: 1.1em;
	}
	.contact .directcontact {
    	padding: 20px 40px 40px 40px;
    }
}
@media (max-width: 1279px){
	.contact {
	    margin-top: 370px;
	}
    .contact .address h3, .contact .directcontact h3  {
        font-size: 1.3em;
    }
}
@media (max-width: 991px){
	.contact {
		margin-top: 410px;
	}
	.contact .directcontact h3 ,.contact .address h3{
	    font-size: 22px;
	}
}
@media (max-width: 767px){
	.contact .contactForm .formcontainer{
		padding: 20px;
	}
	.contact .contactForm .formcontainer h3{
		font-size: 18px;
	}
	.contact .contactForm .form-control{
		font-size: 18px;
	}
	.contact .directcontact h3, .contact .address h3{
		font-size: 18px;
	}
	.contact .directcontact p{
		font-size: 14px;
	}
	.contact .contactForm .formcontainer .btn-black{
		width: 100%;
		padding: 10px 10px;
	}
}