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;
  
}

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

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

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



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

#v1{
 
  margin-left:0px;
  margin-top:0px;
  min-width: 100%;
  min-height: 100%;
opacity:.2 ;
 background: url(../imgs/hero.jpg) no-repeat center top;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 

 
    
}
#section1 {
  top:40%;
  margin-top:0px;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
 
  height:1009px;
}

#section2 {
  top:40%;
  margin-top:1100px;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  opacity:0;
  height:942px;

}

#section3 {
  top:40%;
  margin-top:2000px;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  opacity:0;
  height:742px;
 
}

#section4 {
  top:40%;
  margin-top:2780px;
  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:40%;
  margin-top:2680px;
  background:#252525;
  position:absolute;
  width:100%;
  overflow:hidden;
  text-align:center;
  height:911px;

}

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


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