*{
font-family:Arial, Helvetica, sans-serif;
}
body{
padding:0;
margin:0;
}
#quality{
position:absolute;
left:0;
top:0;
}
#header{
max-width:1000px;
margin:0 auto;
text-align:right;
}
#navwrap{
width:100%;
background: #0362ff; /* Old browsers */
background: -moz-linear-gradient(top,  #0362ff 0%, #0247ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0362ff), color-stop(100%,#0247ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0362ff 0%,#0247ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0362ff 0%,#0247ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0362ff 0%,#0247ba 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0362ff 0%,#0247ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0362ff', endColorstr='#0247ba',GradientType=0 ); /* IE6-9 */
overflow:auto;
}
#nav{
max-width:1000px;
margin:0 auto;
text-align:left;
}
#nav ul{
list-style:none;
padding:0;
}
#nav li{
float:left;
padding-left:55px;
padding-bottom:15px;
}
#nav li:first-child{
padding-left:0px;
}
#nav a{
font-size:20px;
color:#FFFFFF;
text-decoration:none;
}
#nav a:hover{
color:#FF0000;
text-decoration:none;
}
#graphicwrap{
clear:both;
width:100%;
background:#dddddd;
overflow:auto;
}
#slideshow{
max-width:1000px;
margin-left:auto;
margin-right:auto;
}
#slideshow img {
width: 100%;
}
#content{
max-width:1000px;
margin:0 auto;
text-align:left;
}
h1{
font-size:36px;
}
h2{
font-size:30px;
}
h3{
padding-top:25px;
clear:both;
font-size:24px;
margin-bottom:0;
padding-bottom:0;
}
p{
font-size:18px;
}
#content li{
font-size:18px;
}
a{
color:#0362ff;
text-decoration:none;
}
a:hover{
color:#0362ff;
text-decoration:underline;
}
.imgleft{
float:left;
margin-right:20px;
}
#footer{
width:100%;
background: #0362ff; /* Old browsers */
background: -moz-linear-gradient(top,  #0362ff 0%, #0247ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0362ff), color-stop(100%,#0247ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0362ff 0%,#0247ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0362ff 0%,#0247ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0362ff 0%,#0247ba 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0362ff 0%,#0247ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0362ff', endColorstr='#0247ba',GradientType=0 ); /* IE6-9 */
overflow:auto;
text-align:center;
margin-top:70px;
}
#footer p{
font-size:12px;
color:#FFFFFF;
padding:50px 0;
}
#footer a{
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.bxslider{
list-style:none;
padding:0;
margin:0;
}
#maxvbox{
margin:0 auto;
max-width:640px;
}
.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.forminput{
font-size: 18px;
color:#333333;
padding:3px;
margin-bottom:6px;
width:99%;
background:#FAFAFA;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #CCCCCC;
border-radius: 2px;
}
.subbutton{
font-family: 'Open Sans', sans-serif;
background-color: #0362ff;
    font-size:18px;
font-weight:600;
    text-transform:uppercase;
    text-decoration:none;
    color:#000000;
    border-radius: 5px;
    border: 2px solid #000000;
    padding:10px 40px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;

}
.subbutton:hover{
background-color: rgba(255, 255, 255, 0.1);
border-radius: inherit;
border-radius: 5px;
}
@media screen and (max-width: 1000px) {
#nav{
margin-left:5px;
margin-right:5px;
}
#content{
margin-left:5px;
margin-right:5px;
}
#nav li:first-child{
padding-left:5px;
}
}
@media screen and (max-width: 820px) {
#quality img{
width:350px;
}
#header img{
width:250px;
}
}
@media screen and (max-width: 750px) {
#nav li{
padding-left:35px;
}
}
@media screen and (max-width: 750px) {
#nav li{
padding-left:25px;
}
#nav a{
font-size:16px;
}
}
@media screen and (max-width: 505px) {
#quality img{
width:300px;
}
#header img{
width:200px;
}
#nav li{
padding-left:10px;
}
#nav a{
font-size:14px;
}
}
@media screen and (max-width: 420px) {
#quality{
display:none;
}
#header{
text-align:center;
}
#nav a{
font-size:12px;
}
#nav li{
padding-left:5px;
}