

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

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



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



/** HEADER DETAILS **/
.header-details								{ float:right; width:; text-align:right; }
.header-details a							{ display:block; }
.header-details a.tel						{ font-size:3em; font-weight:300; }
.header-details a.email						{ font-size:1.4em; }
.header-details .title-searchE				{ display:block; margin:10px 0px 0px 0px; padding:0px; font-size:0.9em; }

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




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

	.header-logo						{ float:none; display:block; clear:both; margin:20px auto; width:100%; max-width:250px; }
	.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-details .title-searchE		{ display:none; }

}


