<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/** GENERAL **/
.header-main					{ clear:both; padding:20px 0px 10px 0px; }

.header-main					{ background:transparent url(header/grass.png) repeat-x 0% 100%; }



/** LOGO **/
.header-main .header-logo		{ float:left; max-width:449px; margin:20px 0px; }
.header-main .header-logo img	{ width:100%; max-width:449px; max-height:88px; }



/** DETAILS **/
.header-details						{ float:right; width:310px; margin:30px 0px 0px 0px; }
.header-details .address-wrapper	{ display:block; font-size:1.2em; text-align:right; }
.header-details .header-tel			{ display:block; font-size:3.5em; text-align:right; }
.header-details .title-searchE		{ display:block; font-size:1.3em; text-align:right; text-transform:none; margin:70px 0px 0px 0px; }

.header-details .address-wrapper	{ color:#262626; }
.header-details .header-tel			{ color:#20A1DC; }
.header-details .title-searchE		{ color:#FFFFFF; text-shadow: 0px 0px 5px rgba(0, 0, 0, 1); }



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

	.header-main .header-logo		{ width:350px; }

}

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

	.header-details						{ width:250px; }
	.header-details .address-wrapper	{ font-size:1em; }
	.header-details .header-tel			{ font-size:2.8em; }

}

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

	.header-main .header-logo,
	.header-details						{ display:block; float:none; clear:both; width:96%; text-align:center; margin:20px auto 10px auto; }
	.header-details .address-wrapper,
	.header-details .header-tel			{ text-align:center; }
	.header-details .title-searchE		{ text-align:center; margin:30px 0px 0px 0px; }

}

</pre></body></html>