body{background:#fff;
margin:0;
overflow-x:hidden;
}

#logo {
  top:55px;
  position:absolute;
  width:100%;
  height:105px;
  overflow:hidden;
  text-align:center;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-width: 1px;
  padding-left: 15px;
   opacity:0;
}

#nav {
  top:75px;
  position:absolute;
  width:100%;
  height:105px;
  overflow:hidden;
  text-align:center;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-width: 1px;
  padding-left: 15px;
  opacity:0;
}

#sticky {
  top:-55px;
  position:fixed;
  width:100%;
  height:54px;
  overflow:hidden;
  text-align:center;
  background: #252525 url(../imgs/sticky.png) no-repeat center center;
}

#cover {
  top:0px;
  position:fixed;
  width:100%;
  height:100%;
  background: #252525 url(../imgs/warning.png) no-repeat center center;
  z-index:1;
}

#overlay {
  top:0px;
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  background: url(../imgs/overlay.png) no-repeat center center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity:.7;
}

#hero_text {
  top:45%;
  position:absolute;
  width:100%;
  height:122px;
  overflow:hidden;
  text-align:center;
opacity:0 ;
}

#hero_quote {
  top:100%;
  margin-top:-90px;
  position:absolute;
  width:100%;
  height:400px;
  overflow:hidden;
  text-align:center;
  opacity:1;
}


#hero {
  
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  text-align:center;
  background:#000000;
}

#v1{
 
  margin-left:0px;
  margin-top:0px;
  min-width: 100%;
  min-height: 100%;
opacity:.2 ;
 

 
    
}

#section2 {
  top:100%;
  margin-top:220px;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  opacity:0;
  height:690px;
}
#section3 {
  top:100%;
  margin-top:950px;
  background:url(../imgs/main_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  opacity:1;
  height:1030px;

}

#section4 {
  top:100%;
  margin-top:1980px;
  background:url(../imgs/form_bg.png) repeat center center;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  height:911px;
  opacity:0;
}

#section4_bg {
  top:100%;
  margin-top:1880px;
  background:#252525;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  height:911px;

}



@media only screen and (min-width: 1550px) {
  #cover {
  display:none;
}
}

