

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

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



/** HEADER LOGO **/
.header-logo		{ float:left; width:260px; padding:20px 0px 40px 0px; }
.header-logo img	{ width:100%; max-width:350px; }



/** HEADER DETAILS **/
.header-details								{ float:right; margin:40px 0px; text-align:right; }
.header-details a							{ display:block; }
.header-details a.tel						{ font-size:2em; font-weight:300; }
.header-details a.email						{ font-size:1.2em; }
.header-details .title-searchE				{ display:block; color:#CDCCD4; margin:10px 0px 0px 0px; padding:0px; font-size:0.9em; }

.header-details,
.header-details a						{ color:#CDCCD4; }
.header-details a:hover				{ color:#FFFFFF; }




/** RESPONSIVE **/
@media screen and (max-width:600px){
	.header-logo						{ float:none; display:block; clear:both; margin:0px auto; width:100%; max-width:260px; }
	.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; }
}
