input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrapper {

}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100vh;
  margin-top: 5px;
}

#mainmenu {
    position: relative;
    overflow:hidden;
    margin-top:1px;
}

#mainmenu ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
    left:50%;
    float:left;
}
#mainmenu ul li {
    position:relative;
    left:-50%;
    float:left;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
  float: left;
}
.onepage-pagination li a{
  padding: 10px;
  display: block;

}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
}

.onepage-pagination li a.active:before{
  background: none;
}

#bg {
  min-height:110vh;
}


body {
  background: url("images/bg.png");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:100% 0;
  position:relative;

}

.bg-slide1 {
    background: url("images/classic_min.png");
      background-size: cover;
      width: 100%;
      height: 100%;
}

.bg-slide2 {
     background: url("images/special_min.png");
      background-size: cover;
      width: 100%;
      height: 100%;
}

.bg-slide3 {
     background: url("images/light_min.png");
      background-size: cover;
        width: 100%;
      height: 100%;
}

.bg-slide4 {
      background: url("images/contact_min.png");
      background-size: cover;
            width: 100%;
      height: 100%;
}



.page_container img {
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  width:100%;
}

.logo {

  margin-top: 5px;
}


header {
  height:115px;
  background-color: #000;
  text-align: center;
  padding: 3px;
  position: fixed;
  z-index: 999;
  width:100%;
}
a, a:hover {
  text-decoration: none;
}
.link-view {
  font-family: 'Myriad Pro';
  font-size: 12px;
  text-decoration: none;
  color: red;
  padding: 6px;
}
nav {
  position: relative;
  overflow:hidden;
  margin-top: 10px;
}
header a:hover {
  color:#fff;
}
.active {
  color: #fff;
}

.page_container {
  position: relative;
  height: 100%;
}

.description {
font-family: 'Myriad Pro';
font-size: 15px;
position: absolute;
bottom: 5%;
text-align: center;
left:5%;
right:5%;
top: auto;
color:#fff;
z-index: 2;
}

.blue {
  color:#9aafbe;
}
.description_bottom {
font-family: 'PT Sans';
font-size: 15px;
position: absolute;
/* bottom:20px; */
text-align: center;
left:15%;
right:15%;
top:86%;
color:#9aafbe;
z-index: 2;
}

.bg-black {
background-color: #000;
position: absolute;
height: 110px;
width:100%;
z-index: 1;
}

/*.page3 {
  padding-top: 121px;

}*/

.page3 .description {
  /*bottom: 25px;*/
}

.bg-slide {

}

.stop18 {
    width: 314px;
    padding: 30px 25px 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -182px;
    margin-top: -80px;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 22px;
    background-color: #000;
}

.stop18block {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 22px;
    margin-top: 200px;
    background-color: none;
}

.stop18 .btn {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    max-width: 120px;
    font-size: 36px;
    font-weight: normal;
    color: fff;
    background-color: transparent;
    border-radius: 0;
    border: solid 1px #fff;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 10px;
}


.error-popup {
    color: #F00;
}

.dm {
  width:64px;
  height: 50px;
  font-size: 18px;
  text-align: center;
border: 0;
margin-top: 20px;
}

.dm:hover {

}

.year {
  width:100px;
}

.stop18sub {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  margin: 0;
padding:0;
border: 0;
font-size: 32px;
margin-top: 20px;
cursor: pointer;
font-weight: bold;
font-family: 'Arial';
color: #fff;
background-color: #000;
}

.stop18sub {

}

.stop18sub:hover {

}

.welcometext {
  font-family: 'Arial';
  font-size: 47px;
  color: #fff;
}

.agetext {
  color: #fff;
  margin-bottom: 15px;
}

.submitbut {
  background: none;
}

.bg-slide-mob {
  display: none;
}

.slide3 {
  top:76%;
  padding-top:15px;
}

@media (max-width: 1500px), (max-height: 650px) {
  .description {
    bottom: 15px;
  }
}

@media (max-width: 1280px), (max-height: 600px) {
  .description {
    bottom: 10px;
  }
}

@media screen and (max-width: 1024px){
  /*#light{
    top: 110% !important;
  }*/
}

@media screen and (max-width: 600px) {
.bg-black{
     display: none;
}

.page_container img {
  max-height: 100%;
}
.bg-slide {
  display: none;
}

.description {
  top: auto;
  bottom: 15%;
  font-size: 14px;
}

.bg-slide-mob {
  display: block;
  height: 100%;
}
header {
  height: 80px;
}

.logo {
  height: 40px;
}

.link-view  {
  font-size: 8px;
}

.description, .slide2 {
left:2%;
right:2%;
}

.page_container {
  padding-top: 80px;
}

.page3 {
  padding-top: 0;
}

.page4 .description {
  bottom: 22%;
}

.onepage-pagination li a {
  padding: 5px;
}

.page_container img {
  margin-top:-10px;
}

.slide3_container img{

}

.allcontent {

}

.blue {

}

.stop18 {
  /*margin-top: 100px;*/
}

.submitbut {
  background: none;
  width: 200px;
  height:10px;
  margin: 0 auto;
}


@media screen and (max-width: 460px){
	.description{
		bottom: 13%;
	}
  .description {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px){
	/*.description{
		top: 330px;
	}*/
}
