

/** HEADER **/
.header-wrapper								{ position:absolute; width:100%; }
.header-wrapper .header-logo				{ float:left; width:30%; max-width:240px; }
.header-wrapper .header-logo img			{ width:100%; max-height::351px; max-width:600px; }
.header-wrapper .header-right				{ float:right; width:65%; text-align:right; margin:30px 0px 0px 0px; }
.lt-ie9 .header-wrapper .navigation-list	{ float:right; }
.header-wrapper .header-details				{ margin:30px 0px 0px 0px; font-size:0.9em; font-weight:400; }


.header-wrapper								{ background:rgb(32,156,218); background:rgba(32,156,218,0.8); color:#FFFFFF; }
.header-details .number						{ color:#FFFFFF; }
.header-details .number:hover				{ color:#F8CF0D; }
.header-details .email						{ color:#FFFFFF; cursor:pointer; }
.header-details .email .email-before		{}/** TEXT BEFORE @ SIGN **/
.header-details .email .email-symbol		{}/** @ SYMBOL **/
.header-details .email .email-after			{ color:#F8CF0D; }/** TEXT AFTER @ SIGN BUT BEFORE DOMAIN **/
.header-details .email .email-end			{}/** DOMAIN TEXT **/
.header-details .email:hover				{ color:#F8CF0D; }
.header-details .pipe						{ color:#FFFFFF; padding:0 10px; }
.header-details .office						{ color:#F8CF0D; }



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

	.header-wrapper .header-right	{ margin:20px 0px 0px 0px; }

}

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

	.header-wrapper .header-right			{ margin:10px 0px 0px 0px; }
	.header-wrapper .header-details			{ margin:20px 0px 0px 0px; }

}

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

	.header-wrapper .header-logo		{ float:none; width:100%; display:block; clear:both; margin:10px auto 0px auto; max-width:330px; }
	.header-wrapper .header-right		{ float:none; display:block; clear:both; width:100%; text-align:center; margin:0px 0px 0px 0px; }
	.header-wrapper .header-details		{ display:none; }


}

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

	.header-right .header-details 				{ border-top:1px dotted #666666; }
	.header-right .header-details .telephone	{ display:block; clear:both; padding:20px 0px; font-size:1.5em; }
	.header-right .header-details .email		{ display:block; clear:both; }
	.header-right .header-details .pipe			{ display:none; }


}


