/** HEADER BACKGROUND **/



/** HEADER / FOOTER DETAILS **/
.branch-details .org {
	text-transform: uppercase;
	font-weight: 400;
}

.branch-details .email-address {
	font-size: 0.9em;
}

.branch-details .tel {
	color: #54AF1B;
}

.branch-details .tel:hover {
	color: #333333;
}

.branch-details .email-address {
	color: #333333;
}

.branch-details .email-address:hover {
	color: #54AF1B;
}



/** SEO TEXT **/
.title-searchE {
	padding-top: 10px;
	text-align: right;
}



/** CONTACT PAGE **/
.contact-office {
	margin: 20px 0px;
}

.contact-office img {
	width: 100%;
	max-width: 960px;
	max-height: 674px;
}



/** RESPONSIVE **/
@media screen and (max-width:500px) {

	.header-wrapper .title-searchE {
		padding: 0px 0px 0px 0px;
	}

}