#mask {
  position:fixed;
  left:0;
  top:0;
  width: 100%;
      height: 100%;
  z-index:999999;
  background-color:#000;
  display:none;
} 

#boxes .window {
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width:440px;
  height:200px;*/
  display:none;
  z-index:99999999999999999;
  padding:10px 20px;
  border-radius: 5px;
  text-align: center;
  /*width:60%;
  height:60%;*/
}
#boxes #dialog {
  /*width:450px; 
  height:auto;
  padding:20px;*/
  background-color:#fff;
  font-size: 15pt;
}
.input-contact-form {
width:60%;
margin:20px auto; 
}
.input-contact-form h2 {
font-size:30px;
margin:20px auto;
}
video {
  width: 75%;
}

#lorem{
	font-size: 12pt;
  text-align: left;
}
#lorem h2 {
  margin-top: 0;
  color: #333;
  font-size:24px;
}
.shut {
  position: absolute;
  width:30px;
  top: -10px;
  right: -10px;
  padding:2px;
  border-radius:5px;
  line-height:normal;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff!important;
  background-color:#333!important;
  z-index:99999999999999999999999999!important;
}
.shut:hover {
  color: #0DA6F3;
}

/*------------------------------------------------------------------*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 661px;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:99999999999999999999999999!important;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-size:20px;
}
.popup .shut {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background-color:#009966!important;
  z-index:999999999!important;
}
.popup .shut:hover {
  color: #06D85F;
}
.popup .content {
  /*max-height: 30%;
  overflow: auto;
  padding:10px;*/
}
.topper-list {
width:85%!important;
}
@media (max-width:768px) {
#boxes .window {
  /*width:440px;
  height:200px;*/
  display:none;
  z-index:9999999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
  width:90%;
  /*height:90%;*/
}
.input-contact-form {
width:100%;
margin:10px auto; 
}
.input-contact-form h2 {
font-size:20px;
}
video {
  width: 95%;
}
.topper-list {
width:90%!important;
}

}


.owl-nav button {
  position: fixed;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-nav button {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
