.form_box {
	padding-top: 12px;
}
.submit_button {
	background-color: #A47448;
	border-style: none;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;	
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease
}
.submit_button:hover {
	background-color:#35250E ;
}

.back_logos {
	background-image: url(../img/contact/back_contact.jpg);
	background-repeat: repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}
.logo_box_contact {
	height: 164px;
}
.logo_item {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	
}

.logo_itemc21 {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 226px;
	margin-top: 16px;
}
.logos_contact_box {
	color: #9B8579;
	font-size: 15px;
}
.text-center.logos_contact_box div a {
	text-decoration: none;
	color: #9B8579;	
	-webkit-transition:color 500ms ease;
	-moz-transition:color 500ms ease;
	-o-transition:color 500ms ease;
	-ms-transition:color 500ms ease;
	transition:color 500ms ease
}
.text-center.logos_contact_box div a:hover {
	text-decoration: none;
	color: #35250E;
}
.box_real {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media screen and (max-width:767px){
.logo_box_contact {
	height: auto;
	padding-top: 33px;
	padding-bottom: 19px;
}
}
