<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html  
{
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%; 
	/*overflow-x: hidden;*/
}


.flexslider, .flex-viewport	    { width: 100%; height: 100%; margin: 0; padding: 0; }
.flexslider .slides					{ height: 100%; width: 100%; top: 0px; left: 0px; margin: -4px; }

.flexslider .slides li				 
{
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	-webkit-background-size: covert;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#sliderIMG 
{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
	-webkit-background-size: covert;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




/*@media (min-width: 768px) and (max-width: 980px) {
.flex-caption h1		{ font-size: 55px; }
.flex-caption p		        { font-size: 13px; }
.flex-control-nav		{bottom: 180px; margin-left: 0px; text-align: center; }
}
@media (max-width: 767px) {
.flex-caption h1		{ font-size: 35px; }
.flex-caption p		    { font-size: 10px; }
.flex-control-nav		{ bottom: 180px; margin-left: 0px; text-align: center; } 
}*/</pre></body></html>