/* CSS Document */

/* Header */





.et_header_style_centered #logo {
	max-height: 44px !important;
	max-width: 90% !important;
	width: auto !important;
	height: auto !important;
}



/* Media Queries */

@media all and (max-width: 1270px) {
	
.et_header_style_centered #main-header .logo_container {
	max-height: 125px !important;
}
	
}

