.shower{
  float:  left;
  width:  10vw;    /* change HERE desired height and width */
  height: 10vw;    /* the rest will be scaled accordingly */
  overflow: hidden;
}
*{
  font-weight: 300;
}
@font-face {
    font-family: 'eddh';
    src:  url('../fonts/7786.ttf');    
   
}
@font-face {
    font-family: 'qwe';
    src:  url('../fonts/11344.ttf') format('truetype');    
    font-style: normal;
}
@font-face {
    font-family: 'qwese';
    src:  url('../fonts/11341.ttf') format('truetype');    
    font-style: normal;
}
.mainslider img{
  height: 500px !important;
  object-fit: cover;
}
.slides h2{
 font-family: 'qwese' !important;
}
h2,h1,h3{
  font-family: qwese !important;
}
.units h3{
    font-family: qwe !important;
}
p,span,a,div,h4{
  font-family: 'Philosopher', sans-serif;
}
h4, .h4 {
    font-size: 22px;
}
.holder {
  width:  300%;   /* change width HERE: width = 100% * nb_of_slides */
  height: 100%;   
}
.padding0{
  padding: 0;
}
.topup{
  position: fixed;
    right: 20px;
    bottom: 20px;
    background: #5da8efa3;
    color: white;
    padding: 9px 15px;
    border-radius: 10px;
    z-index: 999;
}
.about{
  background: url(../img/21.png) no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    border-bottom: 3px solid #5da8ef;
    box-sizing: content-box;
    border-top: 3px solid #5da8ef;
}
.units{
  overflow: hidden;
}
.about .img-circle {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;
    top: 50px;
    position: relative;
    margin: auto;
}
#myVideo{
  width: 100%;
    height: 500px;
    object-fit: cover;
}
.videocontainer{
  height: 500px;
  overflow: hidden;
}
/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    box-shadow: 1px 3px 5px black;
    opacity: .9;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.fa-bars{
      font-size: 30px;
    padding: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.about p{
    color: white;
    font-size: 19px;
    top: 120px;
    position: relative;
    padding: 0 20px;
    text-align: justify;
}
.slide {
  float:   left;
  width: 33.33%;
  height:  100%;
  opacity:  0.4;
}
.dotsCont2, .dotsCont3{
 position: absolute;
    bottom: 5%;
    left: 6.5%;
    z-index: 999;
}
#counter{
  position: absolute;
    bottom: 9%;
    left: 10.5%;
    z-index: 999;
}
.dotsCont2{
  display: none;
}
.owl-prev{
    position: relative;
    top: 50px;
    left: -50px;
    font-size: 40px;
    opacity: .7;
}
.owl-next{
    position: relative;
    top: 10px;
    opacity: .7;
    left: 40px;
    font-size: 40px;
}
.owl-nav{
   position: absolute;
    bottom: 9%;
    left: 10.5%;
    z-index: 999;
}
.top .slides .caption{
  height: 600px;
  background-size: cover !important;
  margin: 20px 0 20px 6%;
  box-shadow: 2px 2px 20px 3px #00000078;
}
.center-block{
  float: none;
  margin: auto;
}
.dotsCont2 div, .dotsCont3 div{
  display: inline-block;
  margin: 0 10px;
  }
  .slides .caption-text p{
    text-align: left;
    font-size: 14px;
    width: 90%;
    margin: 10px auto;

  }
  .slides h2{
    width: 900px;
    text-transform: uppercase;
    color: black;
    text-shadow: 1px 0px 3px white;
    font-size: 50px;
    z-index: 990;
    padding-bottom: 80px;
    position: relative;
    margin-top: 100px;
  }
  .slides h2:after{
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 100px;
    height: 10px;
    background: #7b5536;

  }
  .comanda .owl3 .owl-nav .owl-prev {
    position: relative;
    top: 20px;
    left: -50px;
    font-size: 40px;
    opacity: .7;

  } 
  .comanda .owl3 .owl-nav .owl-next{
    position: relative;
    top: -37px;
    opacity: .7;
    right: 43px;
    font-size: 40px;
    text-align: right;
    z-index: 9999999;
  }
   .comanda .owl3 .owl-nav{
    position: absolute;
    top: 28%;
    left: -31%;
    z-index: -1;
    width: 139%;

  }
   .comanda .owl-item img {
    width: 500px !important;
    height: 700px;
    object-fit: cover;
    object-position: top;
}
.comanda h3{
  font-size: 33px;
  margin-top: 70px; 
  padding-bottom: 70px;
}
.call{
      text-transform: lowercase;
    text-decoration: underline;
    padding: 1px;
    color: black;
}
.marsh{
  background: url(../img/3748048.png) no-repeat;
  background-size: cover; 
  min-height: 500px;
}
.comanda h3:after{
    content: '';
    position: absolute;
    top: 180px;
    left: 16px;
    width: 50px;
    height: 5px;
    background: #5da8ef;

  }
  .comanda  .dotsCont3{
    position: absolute;
    bottom: -7%;
    left: 21.5%;
    z-index: 999;
  }
  .units .owl2 .owl-nav .owl-prev {
    position: relative;
    top: 20px;
    left: -50px;
    font-size: 40px;
    opacity: .7;

  } 
  .units .caption {
    width: 300px;
    height: 80px;
    padding: 20px;
    position: absolute;
    color: white;
    bottom: 30px;
    right: 0;
    background: #5da8ef99;
  }
 .owl2 .item:hover .text-caption{
    opacity: 1;
  }
  .owl2 .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .owl2 .item .text-caption{
        position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #5da8efc4;
    color: white;
    padding: 50px 20px 0 20px;
    text-align: justify;
    transition: .5s;
  }
  .units .owl2 .owl-nav .owl-next{
    position: relative;
    top: -37px;
    opacity: .7;
    right: 43px;
    font-size: 40px;
    text-align: right;
    z-index: 9999999;
  }
   .units .owl2 .owl-nav{
    position: absolute;
    top: 28%;
    left: 1%;
    z-index: -1;
    width: 99%;

  }
  .h2{
    width: 700px;
    text-transform: uppercase;
    color: black;
    margin: auto;
    font-size: 50px;
    z-index: 990;
    padding-bottom: 70px;
    position: relative;
    margin-top: 100px;
  }
  .marsh .h2{
    width: 700px;
    text-transform: uppercase;
    color: white;
    margin: auto;
    font-size: 40px;
    z-index: 990;
    padding-bottom: 70px;
    position: relative;
    margin-top: 100px;
  }
  .marsh .h2:after{
   content: '';
    position: absolute;
    top: 70px;
    left: 44.5%;
    width: 80px;
    height: 5px;
    background: white;

  }
  .map .h3{
    
    text-transform: uppercase;
    color: black;
    margin: auto;
    font-size: 30px;
    z-index: 990;
    padding-bottom: 40px;
    position: relative;
    margin-top: 100px;
  }
  .border{
    border-top: 5px solid #5da8ef;
  }
  footer{
    padding: 30px;

  }
  
  .marsh h4:after{
   content: '';
    position: absolute;
    top: 50px;
    left: 12%;
    width: 80px;
    height: 2px;
    background: white;

  }
  .comanda{
    min-height: 1000px;
  }
  .marsh p{
    color: white;
    font-size: 14px;
    width: 80%;
    margin: auto;
  }
  .marsh h4{
    color: white;
   font-size: 20px;
    padding-bottom: 50px; 
    width: 80%;
    margin: auto;
  }
  .l3{
    left: 3.5%
  }
  .units h3{
        width: 50%;
    text-align: right;
    border-bottom: 7px solid #5da8ef;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 35px;
  }
  p{
    font-size: 23px;
  }
  .h2:after{
   content: '';
    position: absolute;
    top: 70px;
    left: 44.5%;
    width: 80px;
    height: 5px;
    background: #7b5536;

  }
  .cifra{
    position: absolute;
    top: -17px;
    font-size: 80px;
    opacity: .2;
    font-weight: bold;
    z-index: -1;
    color: grey;
    letter-spacing: 20px;
  }
header nav{
  width: 100%;
  left: 3%;
    position: relative;
}
header nav a{
  padding: 20px;
  color: black;
  text-transform: uppercase;
}
header{
  padding: 20px 20px 50px 20px;
}
.dotsCont2 span, .dotsCont3 span{
    width: 10px;
    cursor: pointer;
    height: 10px;
    background: #333333;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    opacity: 0.7;
  }
  .dotsCont2 .active span, .dotsCont3 .active span{
    opacity: 1;

  }

#slide-0{  background-color: purple; }
#slide-1{  background-color: teal;   }
#slide-2{  background-color: red;    }

@media screen and (min-device-width: 300px) and (max-device-width: 900px) {
  .marsh .h2 {
    width: 100%;
    text-transform: uppercase;
    color: white;
    margin: auto;
    font-size: 25px;
    z-index: 990;
    padding-bottom: 70px;
    position: relative;
    margin-top: 100px;
}
.mobilebr{
  display: block;
}
.comanda {
    min-height: 1200px;
}
.top .slides .caption {
       height: 180px;
    background-size: cover !important;
    margin: 0;
    box-shadow: none;
    margin-bottom: 70px;
}
.l3{
    left: 0%
  }
  .units .owl2 .owl-nav {
    position: absolute;
    top: -19%;
    left: 1%;
    z-index: -1;
    width: 86%;
}
.owl-nav {
    position: absolute;
    bottom: 4%;
    left: 48.5%;
    z-index: 999;
}
#counter {
    position: absolute;
    bottom: 4%;
    left: 45.5%;
    z-index: 999;
}
.about p {
    color: white;
    font-size: 20px;
    top: 0;
    position: relative;
    padding: 0 20px;
}
.slides h2 {
    width: 100%;
    text-transform: uppercase;
    color: black;
    text-shadow: 1px 0px 3px white;
    font-size: 30px;
    z-index: 990;
    padding-bottom: 100px;
    position: relative;
    margin-top: 40px;
}
.slides .caption-text p {
    text-align: left;
    font-size: 14px;
    width: 90%;
    margin: 10px auto 50px auto;
}
.about .img-circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    top: 20px;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
}
.marsh h4:after {
    content: '';
    position: absolute;
    top: 105px;
    left: 13%;
    width: 80px;
    height: 2px;
    background: white;
}
.comanda h3:after {
    content: '';
    position: absolute;
    top: 140px;
    left: 16px;
    width: 50px;
    height: 5px;
    background: #5da8ef;
}
p {
        font-size: 17px;
    width: 90%;
    margin: auto;
}
.form-control {
    margin: 10px 0;
    }
.marsh {
    
    padding-bottom: 50px;
}
.marsh h4 {
    color: white;
    font-size: 20px;
    padding-bottom: 50px;
    width: 80%;
    margin: auto;
    padding-top: 50px;
}
.about {
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 20px;
}
.owl2 .item .text-caption {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #5da8efc4;
    color: white;
    padding: 50px 20px 0 20px;
    text-align: justify;
    transition: .5s;
}
.comanda .owl-item img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.comanda .owl3 .owl-nav {
    position: absolute;
    top: 70%;
    left: -1%;
    z-index: 999;
    width: 86%;
}
.comanda .owl3 .owl-nav .owl-prev {
    position: relative;
    top: 20px;
    left: -50px;
    font-size: 40px;
    opacity: .7;
    display: none;
}
#myVideo {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.videocontainer {
    height: 300px;
    overflow: hidden;
}
.cifra {
    position: absolute;
    top: -57px;
    font-size: 50px;
    opacity: .2;
    font-weight: bold;
    z-index: -1;
    color: grey;
    letter-spacing: 20px;
}
.h2:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 38.5%;
    width: 80px;
    height: 5px;
    background: #7b5536;
}
header {
    padding: 20px 20px 0px 20px;
}
#main {
    transition: margin-left .5s;
    padding: 0;
}
.h2 {
    width: 100%;
    text-transform: uppercase;
    color: black;
    margin: auto;
    font-size: 25px;
    z-index: 990;
    padding-bottom: 70px;
    position: relative;
    margin-top: 100px;
}
.marsh .h2:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 34.5%;
    width: 80px;
    height: 5px;
    background: white;
}

}
