@charset "utf-8";
/* CSS Document */
* { outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box;
 }
input,textarea{outline:none}  
a{text-decoration:none;}
a:hover{ text-decoration:none;}
a, a:hover, a:active {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}


body, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, div, dl, dt, dd, pre, code, form, fieldset, legend, input, button, textarea {
  margin: 0;
  padding: 0;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
body {	
	margin: 0px 0px 0px 0px; padding: 0;
	font-family:'Roboto';
	
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
}
#wrapper { margin:0px auto; width:100%; height:auto; }
header { margin:0px auto 0px auto; padding: 0; width:100%; height:auto; position: fixed; z-index: 999; background: #fff; box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
border-bottom: 1px solid #eef1f4;
}
main { margin:0px auto 0px auto; width:100%; height:auto;  padding:0px 0px 0px 0px;}
footer { margin:0px auto 0px auto; padding:2% 0 0px 0; width:100%; height:auto; overflow: hidden; background: #083a6a;}

footer ul { width:100%; margin:0 0 0px 0; padding:0; list-style:none; text-align: center; }
footer ul li{ margin:0 0px 0px 0; padding:0 20px; list-style:none; font-size: 20px; color:rgba(255,255,255,0.7); line-height:2; 
	display: inline-block; font-weight: bold;
}
footer ul li a{ color:#fff;}
footer ul li a:hover{ color:#C7E799;}

footer .copyright { width:100%; font-size: 15px; color:#999; line-height:2; text-align:center; padding:0 0px 2% 0px;}
footer .copyright a{ color:#999; }
footer .copyright a:hover{ color:#c7e799; }

@media only screen and (min-width: 0px) and (max-width: 900px) {
footer ul { display: none; }
}

