@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'nexab';
    src: url('../_fonts/NexaBold.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../_fonts/NexaBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../_fonts/NexaBold.woff') format('woff'), /* Modern Browsers */
     url('../_fonts/NexaBold.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../_fonts/NexaBold.svg#levenim') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'nexal';
    src: url('../_fonts/NexaLight.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../_fonts/NexaLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../_fonts/NexaLight.woff') format('woff'), /* Modern Browsers */
     url('../_fonts/NexaLight.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../_fonts/NexaLight.svg#levenim') format('svg'); /* Legacy iOS */
}



*{ margin:0; padding:0; text-decoration:none; border:none;}
img{ max-width:100%;}
li{list-style:none;}
a.tel{ cursor:default;}
body{
	margin:auto;
	text-align:center;
	font-size:24px;
	color:#000;
}

header, section{
	width:100%;
	text-align:center;
}
header{width:94% !important;}
header{padding:90px 3%;}


#services{
	background:#f0f0f4;
	padding:75px 0 75px;
}
#services ul{
	text-align:center;
	margin:0 0 70px;
	display:inline-block;
	*display:inline-block;
	zoom:1;
	}
	
#services ul li{
	font-family: 'nexab', Arial;
	font-size:.93em;
	text-transform:uppercase;
	vertical-align:top;
	max-width:185px;
	margin:0 35px;
	display:inline-block;
	*display:inline-block;
	zoom:1;
}


#status{
	background:#a6ce39;
	padding:40px 0 65px;
	}

p{
	font-family: 'nexal', Arial;
	color:#a6ce39;
	margin-bottom:40px;
}
#status h2{
	font-family: 'nexab', Arial;
	font-size:1.5em; color:#fff;
	font-weight:700; 
}
#status h2 a{color:#fff;}
#status h2 img{vertical-align:middle; margin-left:10px;}
footer{
	background-image:url(../_img/v.png);
	background-color:#000;
	background-position:top;
	background-repeat:repeat-x;
	margin-top:-25px;
	padding:60px 0 50px;
}

footer ul{text-align:center;}
footer ul li{
	font-family: 'nexab', Arial;
	font-size:1.5em;
	color:#fff;
	display:inline-block;
	*display:inline-block;
	zoom:1;
}
footer ul li.sep{width:70px; color:#a6ce39;}
footer ul li a{color:#fff;}
footer ul li a:hover{border-bottom:2px solid #fff;}


@media screen and (max-width: 800px)
{
	header{padding:30px 3%;}
	#services{
	background:#f0f0f4;
	padding:15px 0;
	}
	#services ul{
		position:relative;
		margin:0;
	}
	#services ul li{
		display:list-item;
		position:relative;
		margin:40px 110px;
	}
	footer{padding:35px 0 25px;}
	footer ul li{
		font-size:1.2em;
		display:list-item;
	}
	footer ul li.sep{display:none;}
	
}