

/** GENERAL **/


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



/** HEADER LOGO **/
.header-logo		{ float:left; }



/** HEADER DETAILS **/
.header-details								{ float:right; text-align:right; }
.header-details a							{ display:block; }
.header-details a.tel						{ font-size:3.1em; font-weight:400; }
.header-details a.email						{ font-size:1.5em; }
.header-details .title-searchE				{ display:block; color:#666666; margin:10px 0px 0px 0px; padding:0px; font-size:1em; }

.header-details								{ color:#CCCCCC; margin-top:15px; }
.header-details a.tel						{ color:#a2277b; }
.header-details a.tel:hover					{ color:#999999; }
.header-details a.email						{ color:#a2277b; }
.header-details a.email:hover				{ color:#e8ecb4; text-decoration:underline; }

.header-details a.email .tokeniser-token2	{color:#a2277b;}
.header-details a.email .tokeniser-token1,
.header-details a.email .tokeniser-delimiter1,
.header-details a.email .tokeniser-delimiter2	{color:#666666;}





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

	.header-logo						{ float:none; display:block; clear:both; width:100%; text-align:center;}
	.header-details						{ float:none; width:100%; margin:0px 0px 15px 0px; text-align:center; }
	.header-details a.tel				{ font-size:2.5em; margin-bottom:20px; }
	.header-details a.email				{ font-size:1.4em; }

}

@media screen and (max-width:450px){

	.header-details .title-searchE 		{ display:none; }

}


