

/** GENERAL **/
.header-wrapper		{ padding:15px 0px; }

.header-wrapper		{ background:#C13931; color:#FFFFFF; }



/** HEADER LOGO **/
.header-logo		{ float:left; width:460px; }
.header-logo img	{ width:100%; max-width:283px; max-height:84px; }

/** HEADER DETAILS **/
.header-details					{ float:right; width:; text-align:right; }
.header-details	 .header-branch { display:inline-block; vertical-align:top; width:260px; }
.header-details a				{ display:block; }
.header-details a.tel			{ font-size:2.6em; font-weight:500; }
.header-details .title-searchE	{ display:block; margin:10px 0px 0px 0px; padding:0px; font-size:1em; color:#FFFFFF; }

.header-details					{ color:#FFFFFF; }
.header-details a.tel			{ color:#FFFFFF; }
.header-details a.tel:hover		{ color:#000000; }
.header-details .email			{ color:#FFFFFF; }
.header-details .email:hover	{ color:#000000; }




/** RESPONSIVE **/
@media screen and (max-width:990px){
	.header-logo		{ width:400px; }
}
@media screen and (max-width:750px){
	.header-logo				{ float:none; display:block; clear:both; margin:0px auto 20px auto; width:100%; max-width:283px; }
	.header-logo img 			{ margin-bottom:5px; }
	.header-details				{ float:none; width:100%; margin:0px auto; text-align:center; }
	.header-details a.tel		{ font-size:2.5em; }
	.header-details a.email		{ font-size:1.2em; }
	.header-logo .static-left,
	.header-logo .static-right	{ width:100%; display:block; text-align:center; }
	.header-logo .static-right	{ text-align:center; margin-top:0px; }
}
@media screen and (max-width:480px){
.header-details				{ display:none; }
.header-logo				{ float:none; display:block; clear:both; margin:0px auto; width:60%; max-width:280px; }
}
