@media screen and (max-width: 540px)  {

body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#sticky-wrapper{
  display: none;
}

.mobiltopbar{
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: white;
  display: block;
}
.mobiltopbar a{

  color: white;
  text-decoration: none;
}

#logomobil{
  display: block;
  text-align: center;
  width: 100%;
  float: right;
  height: 10px;
  padding-top: 5px;
  position: absolute;
}
#logomobil img{
  position: relative;
  top: 5px;
  left: 2%;
  height: 45px;
}

#menumobil111 {
    display: block;
    

  }
#menumobil111 .hamburger {
    padding: 23px;
    
   background: white;
    display: block;

  }

  #menumobil111 .line {
    border-bottom: 4px solid #95c22b;
    border-radius: 3px;
    width: 35px;
    margin-bottom: 6px;

  }
  
  #menumobil111 .line:last-child {
    margin-bottom: 0;
  }

  #menumobil111 nav li {
    width: 100%;
  }
  
  #menumobil111 .menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s linear;
  }
  
  #menumobil111 .slide-down {
    height: 350px;
    background-color: white;
  }
  #menumobil111 ul {
  list-style: none;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

#menumobil111 ul a {
  display: block;
  padding: 20px 0px 20px 0px ;
  padding-right: 0 !important; /* important overrides media queries */
  font-size: 16px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #eee; 
  background-color: white;
  color: #565656;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}

#menumobil111 ul a:hover {
  background: #eee;
}

#menumobil111 nav li {
  float: left;
  width: 20%;
  border-right: 1px solid #ddd;
}

#menumobil111 nav li:last-child {
  border-right: none;
}

#topbar{
  width: 100%;
  height: auto;
  display: none;

}
.topbarstred{
  width: 95%;
  height: auto;
  margin:auto;
  text-align: right;
  line-height: 4.1vh;
  font-size: 0.9vw;
}
#mailik{
 float: left;
 width: 50%;
 height: 4vh;
 font-size: 3vw;
 text-align: center;
}
#mailik a{
  text-decoration: none;
}
#prih2{
  float: none;
  width: 100%
  height: 3vh;
  display: none;
  cursor: pointer;
  font-size: 2vw;
}
#prih3{
  float: right;
  width: 100%;
  display: none;
  height: 3vh;
  line-height: 4.5vh;
  cursor: pointer;
  text-align: center;
}
#prih{
  float: right;
  cursor: pointer;
}
#prih:hover{
  color: gray;
}
#prih2:hover{
  color: gray;
}
#verzz{
  width: 1.5vw;
}

#oknoobal{
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  z-index: 2000;

}
#zlavaokno{
  width: 70%;
  height: auto;
  padding: 30px;
  margin: 5vh auto;
  background-color: white;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#zlavaokno h2{
  font-family: AxiformaBlack;
  margin: 10px 0 10px 0;
  line-height: 26px;
  padding: 0px 0 0px 0;
}
#zlavaokno p{
  color: gray;
  font-size: 13px;
  line-height: 23px;
  margin: 5px 0 15px 0;
}
#zlavaokno b{
  padding: 0;
  margin: 30px 0 10px 0;
  color: gray;
  font-size: 13px;
}

#zlavaokno a{
  padding: 15px; 
  width: 390px;
  background-color: #ff0f0f;
  margin: 20px 0 20px 0;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;

  display: block;
}
#zlavaform input{
width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #dadada;
    color: white;
    padding: 14px;
    margin-top: 10px;

}
#zlavaform .odoslatis{
  width: 100%;
  -webkit-transition: 0.3s;
  height: 50px;
  font-size: 16px;
  background: none;
  color: white;
  background-color: #ef8619;
  box-shadow: none;
  font-weight: lighter;
  margin-top: 10px;
  border-radius: 100px;
  font-family: AxiformaBlack;
  border:none;
}
.panelkrizik{
  width: 100%;
  height: 20px;
  font-size: 19px;
  color: #ff0f0f;
  text-align: right;
}
#zlavaokno img{
  width: 100%;
}



nav{
  width: 100%;
  height: auto;
  display: none;

}
.menustred{
  width: 70%;
  height: 11vh;
  margin: auto;
}
.menustred .logo{
  width: 20%;
  height: 9vh;
  float: left;

}
.menustred .logo img{
  height: 100%;
  position: relative;
  top: 1vh;
}
.menustred ul{
  float: right;
  width: 70%;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 11.2vh;
  text-align: right;
}
.menustred ul li{
  display: inline-block;
  
}
.menustred ul a li{
  margin-left: 4.8%;
  color: black;
  font-weight: lighter;
  font-size: 1.02vw;
}
#header{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#heddva{
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-attachment: fixed;
}
#heddva h1{
  font-size: 1.9vw;
  line-height: 100px;
  width: 69%;
  margin: auto;
  color: white;
  text-align: left;
}

#header #sloganis{
    left: 10.5%;
    right: 10.5%;
    margin: 30px auto;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.2s;
    z-index: 450;
    border-radius: 10px;
    height: 400px;
    overflow: hidden;
}


#header #headleft{
  width: 95%;
  float: left;
  text-align: left;
  height: auto;
  margin-top: 30px;
}
#header #headleft h1{
  color: white;
  font-size:38px;
    line-height: 35px;
}
#header #headleft h3{
  display: none;
}
#header #headleft p{
  color: white;
  font-size: 15px;
  line-height: 20px;
}

#tlacidlo{
  padding: 23px 23px;
    color: white;
    border-radius: 100px;
    font-size: 15px;
    -webkit-transition: 0.2s;
    text-decoration: none;

}
#tlacidlo:hover{
-webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
  color: white;
  background-color: #ef9436;
}

#header #slogan{
  width: 28%;
    height: auto;
    text-align: left;
    -webkit-transition: 0.2s;
    float: right;
    color: white;
    display: none;
    border-radius: 20px;
}
#header #slogan input{
    padding: 15px 10px;
    border: 0;
    color: white;
    width: 100%;
    color: black;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: inherit;
    color: gray;
}
#header #slogan select{
    height: 40px;
    border: 0;
    color: white;
    width: 100%;
    color: black;
    margin-bottom: 20px;
    font-family: inherit;
    color: gray;
}
form .odooo{
  background-color: #ef8619;;
  padding: 23px 44px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  border-radius: 100px;
  font-family: AxiformaBlack;
  -webkit-transition:0.2s;
  width: 100% !important;
  color: white !important;
}
form .odooo:hover{
  -webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
  color: white;
  background-color: #ef9436;

}

.n_form_right b{
  font-size: 10px;
}

#header #slogan h3{
  color: white;
    font-size: 16px;
    font-family: BlackItalic;
}
#header #slogan a{
  color: white;
  text-decoration: none;
  border: 0.2vw solid white;
  padding: 1vw 2vw 1vw 2vw;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 1.2vw;
}
#header #cycle-slideshow{
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
  margin-top: 0px;
}
.filterrr{
  width: 100%;
  height: 70vh;
  background-color: rgba(0,0,0,0);
  position: absolute;
}
#header #cycle-slideshow img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

#stredprehl2 {
     
 width: 80%;
  height: auto;
  float: none;
  margin: auto;
  margin-top: 70px;
   text-align: center;

 

}
#stredprehl2 a{
     
color: gray;
text-decoration: none;
-webkit-transition:0.2s;
}

#stredprehl2 a:hover{
  color: #3498db;
}



#stredprehl2 h3 b{
  color: gray;
  font-size: 12px;
}
#stredprehl3 {
     
  width: 100%;
  height: auto;
  float: none;
  line-height: 35px;
  margin-top: 50px;

 

}
#stredprehl3 #okk{
  color:  #27ae60;
}
#stredprehl2 input{
  width: 96%;
    height: 23px;
    border-radius: 7px;
   background-color: #bdc3c7;
    border: none;
    font-size: 14px;
    color: white;
    padding: 10px;
}
#stredprehl2 .prihlasbutt{
 width: 100%;
  -webkit-transition: 0.3s;
  height: 50px;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  background: none;
  color: white;
  background-color: #B89B5F;
  box-shadow: none;
  float: right;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;

}
#stredprehl2 .prihlasbutt:hover{
  color: black;
  cursor: pointer;
  background: #e2bc2d;
}
#stredprehl3 #buttprv{
  padding: 3% 4% 3% 4%;
  background: #27ae60;
  color: white;
  border-radius: 7px;
  font-size: 13px;
  text-decoration: none;
}


form .odooo{
  background: #e2bc2d;
  padding:1%;
  cursor: pointer;
  -webkit-transition:0.2s;
}
form .odooo:hover{
  background: #2ecc71;
  color: white;

}
#header #slogan h1{
  color: white;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 2.7vw;
}
#header #slogan a{
  color: white;
  text-decoration: none;
  border: 0.2vw solid white;
  padding: 1vw 2vw 1vw 2vw;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 1.2vw;
}

#recenz{
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 0;
}

#onas{
  width: 100%;
  padding: 2% 0% 2% 0%;
  height: auto;
  background-color: white;

}
#onas #stredis{
  width: 85%;
  margin: 10px auto;
  height: auto;
}
#onas #stredis .polle{
  width: 31%;
  height: auto;
  float: left;
  text-align: center;
  margin-left: 1.7%;
  background-size: 100%;

}
#onas h3{
  color: gray;
}
#onas #stredis .polle h2{
  text-align: center;
  color: #a5cb46;
}
#onas #stredis .polle p{
  text-align: center;
  color: #878787;
  height: 200px;
  overflow: hidden;
}
#onas #stredis .polle i{
  text-align: center;
  color: #a5cb46;
  font-size: 5vw;
}
#onas #stredis .polle .viac{
  width: 100%;
  color: white;
  padding: 3% 10% 3% 10%;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1vw;
  background-color:#a5cb46; 
}


.leftzoom23{
  width: 96%;
  height: auto;
  color: white;
  font-size: 15px;
  line-height: 28px;
  margin-left: 0;
  float: right;
  padding: 2% 2% 0% 4%;
  font-weight: lighter;
}


.rightzoom23{
  width: 96%;
  height: auto;
  color: gray;
  font-size: 16px;
  line-height: 28px;
  margin-left: 0;
  padding: 2% 2% 0% 4%;
  float: left;
  font-weight: lighter;
}


.leftzoom{
  width: 100%;
  height: auto;
  float: left;
}
.leftzoom img{
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.rightzoom{
  width: 100%;
  height: auto;
  color: gray;
  font-size: 16px;
  line-height: 25px;
  float: right;
}
.rightzoom h1{
  line-height: 40px;
}

.leftzoom2{
  width: 100%;
  height: auto;
  float: right;
}
.leftzoom2 img{
  width: 100%;
  margin-top: 20px;
}
.rightzoom2{
  width: 100%;
  height: auto;
  color: gray;
  font-size: 15px;
  line-height: 23px;
  margin-left: 0%;
  float: left;
  font-weight: lighter;
}
.rightzoom2 h1{
  line-height: 33px;
  margin-bottom: 20px;
  font-size: 25px;
  margin-top: 10px;
}


.cennikstred{
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 70px;
}
.balicekk{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
  height: auto;
  float: left;
  margin-left: 0%;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);

}

.naz{
  width: 98%;
  padding: 25px 1% 15px 1%;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.cena{
  padding: 22px 0% 10px 0%;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: black;
}

.logaprot2{
  width: 85%;
  margin: auto;
  height: auto;
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 10px;

}

.logaprot{
  width: 85%;
  margin: auto;
  height: auto;
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 10px;

}


#uspechy{
  width: 100%;
  padding: 50px 0% 75px 0%;
  height: auto;
  background-image: url(img/bg23.jpg);
  background-attachment: unset;
  background-size: cover;

}

#uspechy #uspechstred{
  width: 90%;
  margin: auto;
  height: auto;
  text-shadow: 2px 2px 50px gray;
}
#uspechy #uspechstred h3{
  color: white;
  font-size: 25px;
}
#uspechy #uspechstred p{
  font-size: 15px;
  line-height: 27px;

  text-align: justify;
  color: #1a7278;
}


#uspechy #uspechstred2{
  width: 90%;
  margin: auto;
  height: auto;
  text-shadow: 2px 2px 50px gray;
}
#uspechy #uspechstred2 h3{
  color: white;
  font-size: 26px;
}
#uspechy #uspechstred2 p{
  font-size: 15px;
  line-height: 27px;

  text-align: justify;
  color: white;
}

.viacis{
  width: 15%;
  color: white;
  padding: 3% 2% 2.5% 2%;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 14px;
  background-color:#ef8619; 
  font-family: AxiformaBlack;

}

.lavastrana{
  width: 100%;
  float: none;
  height: auto;
  color: gray;
  font-size: 17px;
  line-height: 28px;
  font-weight: lighter;
}
.lavastrana h1{
  line-height: 40px;
  color: #bc0a1f;
}
.lavastrana img{
width: 100%;
display: none;
}
.pravastrana{
  width: 100%;
  float: none;
  display: none;
  height: auto;
}


#obalonas{
  width: 90%;
  height: auto;
  text-align: center;
  margin: auto;
}
#obalonas h1{
  font-size: 5vw;
}
#obalonas p{
  font-size: 4vw;
  line-height: 3.7vh;
}

#obalrezerv{
  width: 91%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#obalrezerv h1{
  font-size: 2vw;
}
#obalrezerv p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}

#obaltext{
  width: 60%;
  height: auto;
  text-align: left;
  margin: auto;
}
#obaltext h1{
  font-size: 2vw;
}
#obaltext p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}

.castrezerv{
  width: 98%;
  height: 4vh;
  line-height: 4vh;
  text-align: left;
  padding:1%;
  background: #e2bc2d;
  color: white;
  display: none;
}
.castrezerv img{
  height: 1.5vh;
}
.castrezerv2{
  width: 98%;
  display: none;
  height: 4vh;
  line-height: 4vh;
  text-align: left;
  padding:1%;
  background: #d7d7d7;
  color: #e2bc2d;
  border-bottom: 1px solid gray;
}
.castrezerv2 img{
  height: 1.5vh;
}

.reset{
  
}
.reset input{
  background-color: #4b5359;
  color: white;
  padding: 3% 10% 3% 10%;
  font-size: 5vw;
  border-radius: 4px;
  border:none;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.reset input:hover{
  background-color: #1a242c;
}

#suhrn{
  float: none;
  width: 80%;
  height: auto;
  padding: 2%;
  text-align: left;
  margin: auto;
}
#suhrn h4{
  margin: 0;
  padding: 0% 0% 2% 0%;
  font-size: 5vw;
  border-bottom: 1px solid #dadada;
  text-align: left;
}
#suhrn #cenusfin{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 4vw;
  border-top: 1px solid #dadada;
  color: black;
}
#suhrn #polozka{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 4vw;
  color: gray;
}


.odobrat{
  width: 100%;
  padding: 2%;
  background: red;
  -webkit-appearance: none;
  border: none;
  color: white;
  font-size: 3vw;
  cursor: pointer;
}
.odobrat:hover{
  background: orange;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}


.pridat{
  width: 100%;
  padding: 2% 4% 2% 4%;
  border-radius: 100px;
  background: #27ae60;
  -webkit-transition:0.2s;
  -webkit-appearance: none;
  border: none;
  font-size: 4vw;
  color: white;
  cursor: pointer;
}
.pridat:hover{
  background: lightgreen;
  border: none;
  color: black;
box-shadow: 0px 6px 6px #dadada;
}


.pridat2{
  width: 100%;
  padding: 2% 4% 2% 4%;
  border-radius: 100px;
  background: #27ae60;
  -webkit-transition:0.2s;
  -webkit-appearance: none;
  border: none;
  font-size: 4vw;
  color: white;
  cursor: pointer;
}
.pridat2:hover{
  background: lightgreen;
  border: none;
  color: black;
box-shadow: 0px 6px 6px #dadada;
}

.odo{
  width: 100%;
  padding: 3%;
  border-radius: 100px;
  -webkit-transition:0.2s;
    background-color: #bd0b20;
  color: white;
  border: none;
  font-size: 4vw;
  cursor: pointer;
}
.odo:hover{
  background: #e2bc2d;
  border: none;
  color: black;
box-shadow: 0px 6px 6px #dadada;
}

.odo3{
  padding: 4% 7% 4% 7%;
  border-radius: 100px;
  -webkit-transition:0.2s;
    background-color: #bd0b20;
  color: white;
  border: none;
  font-size: 4vw;
  cursor: pointer;
}
.odo3:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}


.odo2{
  width: 100%;
  padding: 3%;
  background: #4b5359;
  border: none;
  color: white;
    -webkit-transition:0.2s;
    border-radius: 100px;<
  font-size: 4vw;
  cursor: pointer;
}
.odo2:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}


.doplnok{
  width: 85%;
  height: auto;
  float: left;
  margin-left: 0.5%;
  margin-top: 2vh;
  background-color: white;
  padding: 7%;
  border-radius: 6px;
}
.doplnokobr{
  width: 90%;
  margin: auto;
  height: auto;
  padding-bottom: 3vh;
  overflow: hidden;

}
.doplnokobr img{
  width: 100%;
}
.doplnok .hodnota{
  width: 96%;
  height: auto;

}
.doplnok .hodnota .nazovauta{
   width: 100%;
   height: auto;
   text-align: left;
   font-size: 5vw;
   color: gray;
}
.doplnok .hodnota .cenadoplnku{
   width: 100%;
   height: auto;
   text-align: left;
   font-size: 4vw;
   margin-top: 2vh;
   color: black;
}
.doplnok .hodnota .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 4vw;
}
.doplnok .hodnota .batozina{
   width: 100%;
   height: 6vh;
   text-align: left;
   font-size: 1.1vw;
   line-height: 4vh;
}
.doplnok .hodnota .batozina #imgm{
  float: left;
  width: 1.5vw;
   margin-right: 3%
}
.doplnok .hodnota .batozina b{
  float: left;
  margin-right: 6%
}
.doplnok .hodnota .batozina2{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 1.1vw;
   line-height: 4vh;
}
.doplnok .hodnota .batozina3{
   width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 1vw;
   float: left;
   line-height: 4vh;
}
.doplnok .hodnota .batozina3 #imgm{
   float: left;
   height: 3vh;
   margin-right: 3%;
   position: relative;
   top: 1vh;
}
.doplnok .hodnota .cena{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 2vw;
   line-height: 3vh;
}
.doplnok .hodnota .batozina2 #imgm{
   float: left;
   height: 4vh;
   margin-right: 3%;
}

.doplnok2{
  width: 90%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 5vh;
  background-color: white;
  padding: 1%;
}
.doplnok2 .doplnokobr{
  width: 80%;
  margin: auto;
  height: auto;
  margin-bottom: 10px;

}
.doplnok2 .doplnokobr img{
  width: 100%;
}
.doplnok2 .hodnota{
  width: 96%;
  height: auto;
  padding: 0%;
}
.doplnok2 .hodnota .nazovauta{
   width: 100%;
   height: auto;
   text-align: center;
   font-size: 4.2vw;
   color: gray;
}
.doplnok2 .hodnota .cenadoplnku{
   width: 100%;
   height: auto;
   text-align: center;
   font-size: 6.2vw;
   margin-top: 2vh;
   color: black;
}
.doplnok2 .hodnota .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 2vw;
}
.doplnok2 .hodnota .batozina{
   width: 100%;
   height: 6vh;
   text-align: left;
   font-size: 4vw;
   line-height: 4vh;
}
.doplnok2 .hodnota .batozina #imgm{
  float: left;
  width: 1.5vw;
   margin-right: 3%
}
.doplnok2 .hodnota .batozina b{
  float: left;
  margin-right: 6%
}
.doplnok2 .hodnota .batozina2{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 1.1vw;
   line-height: 4vh;
}
.doplnok2 .hodnota .batozina3{
   width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 1vw;
   float: left;
   line-height: 4vh;
}
.doplnok2 .hodnota .batozina3 #imgm{
   float: left;
   height: 3vh;
   margin-right: 3%;
   position: relative;
   top: 1vh;
}
.doplnok2 .hodnota .cena{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 2vw;
   line-height: 3vh;
}
.doplnok2 .hodnota .batozina2 #imgm{
   float: left;
   height: 4vh;
   margin-right: 3%;
}


#lavokonfig{
  width: 90%;
  float: none;
  height: auto;
  margin-right: 0%;
  padding: 1px;
  margin: auto;
  
}


#lavokonfig #stredconfigu{
  width: 99%;
  overflow: auto;
    height: auto;
    padding-left: 1%;
    margin-left: 0%;

}



#pravokonfig{
  width: 90%;
  float: none;
  background-color: #373737;
  height: 700px;
  padding: 20px 5% 20px 5%;
  margin: auto;
}


#konffinal{
 position: absolute;
 bottom: 0;
 height: auto;
 width: 100%;
 text-align: left;
 padding-left: 0%;
 padding-bottom: 30px;
}
#konffinal .dalejkonf{
  font-family: AxiformaBlack;
  background-color: #ef8619;
  
  color: white;
  padding: 10px 15px 10px 15px;
  width: 60%;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: 10%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}




#lavokonfig .vozclass{
  width: 89%;
  height: auto;
  padding: 5% 5% 25px 5%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
margin-bottom: 20px; 
}

#lavokonfig .vozfoto{
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
}
#lavokonfig .vozfoto img{
  width: 100%;
  height: auto;
  object-fit: contain;
}


#lavokonfig .vozpopis{
  width: 100%;
  float: none;
  height: auto;
}

#lavokonfig .vozpopis .horepopis{
  width: 100%;
  height: auto;
  overflow: auto;
  font-size: 12px;
  font-family: Book;
  color: gray;
}


#lavokonfig .vozpopis .horepopis .selectus .vozzvolit{
  font-family: AxiformaBlack;
  background-color: #ef8619;
  
  color: white;
  padding: 10px 15px 10px 15px;
  width: 90%;
  margin-top: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: 0%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}

#lavokonfig .vozpopis .horepopis .selectus .vozzvolit2{
  font-family: AxiformaBlack;
  background-color: green;
  
  color: white;
  padding: 10px 15px 10px 15px;
  width: 90%;
  margin-top: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: 0%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}


#lavokonfig .panelpoistenie .polickopoistka{
   
   width: 99%;
   height: auto;

   background-color: white;
   margin-left: 0%;
   float: left;
   padding-bottom: 20px;
   margin-bottom: 10px;

}

#lavokonfig .panelpoistenie .polickopoistka2{
   
   width: 99%;
   height: auto;
   background-color: white;
   margin-left: 0%;
   float: left;
   padding-bottom: 20px;
   margin-bottom: 20px;

}


#obalvozy{
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
}


#obalvozy .vozclassvozpark{
  width: 90%;
  height: auto;
  padding: 5%;
   float: left;
   margin-left: 0%;
  text-align: left;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
margin-bottom: 20px; 
}

#obalvozy .vozclassvozpark .tesimesa{
  padding: 11px 2% 9px 2%;
  background-color: #ef8619;
  color: white;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: -24px;
    width: 65%;
  font-family: Book;
}



#obalvozy .vozclassvozpark .vozmeno{
  width: 100%;
  height: auto;
}
#obalvozy .vozclassvozpark .vozmeno h5{
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: gray;
  font-size: 12px;
}
#obalvozy .vozclassvozpark .vozmeno h2{
  padding: 0;
  margin: 0;
  font-size: 27px;
  font-family: AxiformaBlack;
}
#obalvozy .vozclassvozpark .vozmeno h2 .prevod{
  display: inline-block;
  color: #ef8619;
  font-size: 15px;
  font-family: Book;
}
#obalvozy .vozclassvozpark .vozfoto{
  width: 100%;
  height: auto;
  float: none;
  text-align: center;

}
#obalvozy .vozclassvozpark .vozfoto img{
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 28px;

}
#obalvozy .vozclassvozpark .vozfoto .vozfotobutt{
  width: 100%;
  height: 50px;
  background-color: gray;
  padding: 15px 25px 13px 25px;
  font-family: Book;
  border-radius: 100px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
#obalvozy .vozclassvozpark .vozpopis{
  width: 100%;
  float: none;
  height: auto;

  margin-top: 20px;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis{
  width: 100%;
  height: 100px;
  font-size: 12px;
  font-family: Book;
  color: gray;
}
#obalvozy .vozclassvozpark .vozpopis .batozina{
  font-size: 15px;
  color: gray;
  font-family: AxiformaBlack;
  margin-bottom: 10px;
}
#obalvozy .vozclassvozpark .vozpopis .batozina i{
  font-size: 20px;
  color: #373737;
  margin-left: 10px;
  margin-right: 4px;
}
#obalvozy .vozclassvozpark .vozpopis .batozina i:first-child{
  
  margin-left: 0px;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .pocet{
  font-size: 13px;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #373737;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .pocet b{
  font-size: 10px;
  color: gray;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .vozlista{
  
  padding: 2px 0px 2px 0px;

}
#obalvozy .vozclassvozpark .vozpopis .horepopis .vozlista i{
  
  color: #ef8619;

}

#obalvozy .vozclassvozpark .vozpopis .horepopis .selectus b{
  font-size: 27px;
  position: relative;
  top: 6px;
  color: #373737;
  font-family: AxiformaBlack;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .selectus .vozzvolit{
  font-family: AxiformaBlack;
  background-color: #ef8619;
  margin-top: 10px;
  color: white;
  padding: 10px 15px 10px 15px;
  width: 80%;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: -2%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}



.castrezervvelka{
  width: 90%;
  height: auto;
  padding: 3% 5% 5% 5%;
  background: #f1f1f1;
  text-align: left;
  border-radius: 7px;
  float: none;
}
.castrezervvelka h3{
  margin-top: 0px;
}

.castrezervvelka select{
  height: 5vh;
  border: 0;
  color: white;
  width: 40%;
  color: black;
}


.castrezervvelka2{
  width: 90%;
  height: auto;
  padding: 3% 5% 5% 5%;
  background: #f1f1f1;
  text-align: left;
  border-radius: 7px;
}
.castrezervvelka2 h3{
  margin-top: 0px;
}

.castrezervvelka2 select{
  height: 5vh;
  border: 0;
  color: white;
  width: 40%;
  color: black;
}

#obal2{
  width: 100%;
  height: auto;
  background:#f1f1f1;
}
#polickoauta{
 margin: auto;
 border: 1px solid #ddd;
 padding: 0% 1% 1% 1%;
 width: 80%;
 height: auto;
 background: white;

}
#polickoauta h4{
   margin: 1% 1% 1% 0%;
   font-size: 3.5vw;
   text-align: center;
}
.nic{
  display: block;
  clear: both;
}
.polickooauto{
  width: 100%;
  height: auto;
  margin-left: 0%;
  float: none;
  margin-top: 30px;
  text-align: center;
}
.polickooauto img{
  width: 80%;

}
.polickooauto .nazov{
  width: 100%;
  text-align: center;

}
.polickooauto a{
  text-align: center;
  text-decoration: none;
  font-size: 3vw;
  color: white;
  padding: 3% 5% 3% 5%;

}
.polickooauto:first-child{
  width: 20%;
  height: 30vh;
  background: red;
  margin-left: 0%;
  float: left;
}
#odmena{
  height: auto;
  background: #f1f1f1;
  margin: auto;
  padding: 0% 1% 1% 1%;
  width: 80%;
  border: 1px solid #ddd;
}
#odmena h4{
   margin: 1% 1% 1% 0%;
   color: #e74c3c;
}
#odmena .lavo{
  width: 80%;
  height: auto;
  float: left;
  font-size: 3vw;
  line-height: 3.2vh;
}
#odmena .pravo{
  width: 20%;
  height: 4vh;
  float: right;
}
#odmena .pravo img{
  width: 100%;
  position: relative;
  top: 3vh;
  left: 30%;
}
.odporuc{
  width: 100%;
  height: auto;
  background: url(img/superbprestige2.jpg);
  background-attachment: scroll;
  background-size: 200%;
  text-align: center;
}
.odporuc h1{
  font-size: 5vw;
  color: white;
  width: 90%;
  margin: 0% 1% 1% 0%;
  text-align: center;
  margin: auto;
}
.odporuc p{
  font-size: 3vw;
  color: white;
  width: 90%;
  margin: auto;
}
.odporuc #odporucit{
  color: white;
  width: 80%;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
  border: 0.2vw solid white;
  padding: 1vw 2vw 1vw 2vw;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 4vw;
  -webkit-transition:0.2s;
}
.odporuc #odporucit:hover{
  background: #e2bc2d;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 0);
  border: 0.2vw solid #e2bc2d;
}



#obalonasvoz{
  text-align: left; 
  width: 80%;
  height: auto;
  margin: auto;
}
#obalonasvoz h1{
  font-size: 2vw;
}
#obalonasvoz p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}
.profilautaobr{
  float: none;
  width: 100%;
  height: auto;

}
.profilminicena{
  width: 100%;
  height: auto;
  float: none;
  margin-top: 30px;
}
.profilminicena a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #bc0a1f;
  font-size: 4vw;
  color: white;
  padding: 3% 4% 3% 4%;
  border-radius: 10px;

}
.profilautaobr .profilis{
  width: 100%;
  height: 370px;
  overflow: hidden;

}
.profilautaobr .profilis img{
  width: 100%;
  height: 370px;
  object-fit: contain;

}
.maleobrazky{
  width: 100%;
  height: 100px;
  margin-top: 20px;

}
.maleobrazky .obrazocek{
  width: 20%;
  height: 100px;
  background-color: #dadada;
  float: left;
  margin-right: 2%;
}
.popisvozu{
  width: 100%;
  height: auto;

  font-size: 
  3vw;
}
.popisvozu h2{
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}


.formdop{
  width: 100%;
  height: auto;
  background:#f1f1f1;
}
.formdop h4{
  font-weight: lighter;
  text-align: center;
  font-size: 1.3vw;
}
.formdop form{
  width: 60%;
  margin: auto;
  text-align: center;
}
.formdop form input{
  width: 97%;
  margin: auto;
  padding: 1.5%;
  font-size: 1vw;
  background: white;
  margin-bottom: 1%;
  border: none;
}
.formdop form input:focus{
  outline: none;
}
.formdop form textarea{
  width: 98%;
  margin: auto;
  height: 16vh;
  padding: 1%;
  font-size: 1vw;
  background: white;
  line-height: 3.2vh;
  border: none;
}
.formdop form .odo{
  width: 30%;
  padding: 2%;
  background: #e2bc2d;
  border: none;
  float: right;
}
.formdop form .odo:hover{
  background: #e2bc2d;
  border: none;
  float: right;
box-shadow: 0px 6px 6px #dadada;
}
.panel{
  width: 100%;
  margin: auto;
}
.nazov_r{
  width: 100%;
  height: 4.5vh;
  line-height: 4vh;
  font-size: 4vw;
}
.sipka{
  width: 100%;
  height: 3vh;
}
.sipka img{
  height: 100%;
}
.farbapanel{
  width: 95%;
  padding: 2%;
  margin: auto;
  background-color: #e2bc2d;
}
.hviezd_r{
  height: 4vh;
  width: 30%;
  margin: auto;
}
.hviezd_r img{
  height: 100%;
  position: relative;
  top: 1vh;
}
.text_r{
  width: 100%;
  height: auto;
  font-size: 3vw;
  line-height: 3.4vh;
}
#bacha{
  font-size: 3vw;
  display: none;
}
.poistenie{
  width: 97%;
  height: auto;
  border-radius: 10px;
  background-color: white;
  padding: 1%;
}

.poistenie table{
  width: 100%;
  text-align: center;
}
.poistenie table td{
  height: 50px;
  border-top: 1px solid #dadada;
  font-size: 3vw;
}
.poistenie table #zvoliss{
    background-color: #e0ffed;
}
.poistenie table th{
  height: 50px;
  font-size: 3vw;
}
.poistenie table td #okk{
  color: #27ae60;
}
.poistenie table td #noo{
  color: #e74c3c;
}
.poistenie table td #odporuc{
  background-color: #27ae60;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3.4vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.poistenie table td #neodporuc{
  background-color: #e2bc2d;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3.4vw;
  padding: 6% 9% 6% 9%;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.poistenie table td #vobec{
  background-color: red;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 4vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.poistenie table td #neodporuc:hover{
  background-color: #34495e;
}
.poistenie table td #odporuc:hover{
  background-color: #2ecc71;
}
.poistenie table td #vobec:hover{
  background-color: darkred;
}
.poistenie table td #zvol{
  background-color: #34495e;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
}
.poistenie table td #zvol2{
  background-color: red;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
}

#novinky{
  width: 100%;
  height: 500px;
  background-size: 100%;
  text-align: center;

  display: none;
}
#novinkastred{
  width:  80%;
  height: auto;
  margin: auto;
  position: relative;
  top: 26px;
}
#novinkastred h3{
  font-size: 5vw;
  font-weight: normal;
  color: black;
  margin: 0;
  padding: 0;
}
#novinkastred b{
  font-weight: lighter;
  color: gray;
  font-size: 3vw;
}
#novinkastred form .pole_email{
  padding: 13px;
  width: 90%;
  border: none;
  margin-bottom: 2vh;
  font-size: 3.2vw;

}
#novinkastred form .odoslat{
  width: 98%;
  position: relative;
  top: 1px;
  color: white;
  padding: 13px;
  margin-bottom: 50px;
  border: none;
  font-size: 16px;
  float: left;
  font-weight: lighter;
  border-radius: 20px;
  -webkit-transition:0.2s;

}
#novinkastred form .odoslat:hover{
  background-color: #303030;
  cursor: pointer;
}
footer{
  width: 100%;
  height: auto;
}
#stredfooter{
  width: 80%;
  height: auto;
  margin: 4vh auto;
}
.footpole{
  width: 100%;
  min-height: 20vh;
  float: none;
  font-size: 4vw;
  color: #dadada;
  margin-left: 0%;
}
.footpole ul{
  margin: 0;
  padding: 0;
}
.footpole ul li{
  list-style: none;
}
.footpole ul li a{
  color: #dadada;
  text-decoration: none;
}
.podpeta{
  width: 100%;
  height: 4vh;
  text-align: center;
  line-height: 0vh;
  font-size: 2vw;
  color: gray;
}
.prihlaska{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3000;
  background: rgba(0,0,0,0.8); 
}
.prihlaska h3 b{
  color: gray;
  font-size: 12px;
}
.prihlaska #stredprehl {
     
  width: 30%;
  height: auto;
  padding: 1% 2% 3% 2%;
  margin: 25vh auto;
  background: white;
 

}
.prihlaska #stredprehl input{
  width: 94%;
  padding: 2%;
}
.prihlaska #stredprehl input{
  width: 95%;
  padding: 2%;
}
.prihlaska #stredprehl .prihlasbutt{
  width: 100%;
  border: none;
  text-align: center;
  text-decoration: none;
  background: #e2bc2d;
  font-size: 0.9vw;
  padding: 3%;
}
.auto{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: auto;
  margin-top: 4vh;
  border-bottom: 4px solid #e2bc2d;
  padding-bottom: 4vh;

}

.auto .obrautis{
  width: 100%;
  height: 31vh;
  background:white;
  background-size: 100%;
  background-repeat: no-repeat;
  float: none;
}
.auto .obrautis .infoo2{
  display: none;
}

.auto .hodnota{
  width: 100%;
  padding: 0%;
  height: auto;
  float: none;
  border-left: none;
}

.auto .hodnota .nazovauta{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 6vw;
   text-transform: uppercase;
}
.auto .hodlavo .info{
   display: none;
}
.auto .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3.3vw;
   line-height: 3.4vh;
}
.auto .batozina{
  width: 100%;
   height: 6.5vh;
   text-align: left;
   font-size: 5vw;
   line-height: 6.5vh;
}
.auto .batozina .fas{
  font-size: 5vw;
}
.auto .batozina2{
  width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 5vw;
   float: none;
   line-height: 4vh;
}
.auto .batozina2 i{
  font-size: 5vw;
}
.auto .hodpravo .nazovicek{
   width: 100%;
   height: 3vh;
   line-height: 3vh;
   text-align: left;
   font-size: 3vw;
}


.velekauta{
  width: 100%;
  height: auto;
  text-align: left;
  float: none;
}
.velekauta h3{
  margin-top: 0px;
}


.auto1{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: auto;
  margin-top: 4vh;
  border-bottom: 4px solid #e2bc2d;
  padding-bottom: 4vh;

}

.auto1 .obrazocek{
  width: 100%;
  height: auto;
  background:white;
  background-size: 100%;
  background-repeat: no-repeat;
  float: none;
}

.auto1 .hodnota{
  width: 100%;
  padding: 0%;
  height: auto;
  float: none;
}
.auto1 .hodlavo{
  width: 100%;
  height: auto;
  float: none;
  font-size: 4vw;
}
.hodnota .hodlavo .nazovauta{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 6vw;
   text-transform: uppercase;
}
.auto1 .hodlavo .info{
   display: none;
}
.auto1 .hodlavo .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3.3vw;
   line-height: 3.4vh;
}
.auto1 .hodlavo .batozina{
  width: 100%;
   height: 6.5vh;
   text-align: left;
   font-size: 5vw;
   line-height: 6.5vh;
}
.auto1 .hodlavo .batozina i{
  font-size: 5vw;
}
.auto1 .hodlavo .batozina3{
  width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 5vw;
   float: left;
   line-height: 4vh;
}
.auto1 .hodlavo .batozina3 i{
  font-size: 5vw;
}
.auto1 .hodpravo{
  width: 100%;
  height: auto;
  text-align: left;
  float: none;
}
.auto1 .hodpravo .nazovauta{
   width: 98%;
   height: 4vh;
   text-align: left;
   font-size: 3.5vw;
   text-transform: uppercase;
   background: #eee;
   line-height: 4vh;
   padding: 0% 0% 0% 2%;
}
.auto1 .hodpravo .nazovicek{
   width: 100%;
   height: 3vh;
   line-height: 3vh;
   text-align: left;
   font-size: 3vw;
}

.auto1 .hodpravo .cena{
   width: 98%;
   height: 5vh;
   text-align: left;
   font-size: 7vw;
   line-height: 4vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
}
.auto1 .hodpravo .cenabezdph{
   width: 98%;
   height: 3vh;
   text-align: left;
   font-size: 3vw;
   line-height: 2vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
   margin-bottom: 3vh;
}
.auto1 .hodpravo a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #e2bc2d;
  font-size: 4vw;
  color: white;
  padding: 3.5%;

}

.auto2{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: auto;
  margin-top: 4vh;

}

.auto2 .obrazocek{
  width: 100%;
  height: auto;
  background:white;
  background-size: 80%;
  background-repeat: no-repeat;
  float: none;
  border-bottom: 2vh;
}

.auto2 .hodnota{
  width: 100%;
  padding: 0%;
  height: auto;
  float: none;
}
.auto2 .hodlavo{
  width: 100%;
  height: auto;
  float: none;
  font-size: 4vw;
}
.auto2 .hodlavo .info{
   display: none;
}
.auto2 .hodlavo .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3.3vw;
   line-height: 3.4vh;
}
.auto2 .hodlavo .batozina{
  width: 100%;
   height: 6.5vh;
   text-align: left;
   font-size: 5vw;
   line-height: 6.5vh;
}
.auto2 .hodlavo .batozina i{
  font-size: 5vw;
}
.auto2 .hodlavo .batozina3{
  width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 5vw;
   float: left;
   line-height: 4vh;
}
.auto2 .hodlavo .batozina3 i{
  font-size: 5vw;
}
.auto2 .hodpravo{
  width: 100%;
  height: auto;
  text-align: left;
  float: none;
}
.auto2 .hodpravo .nazovauta{
   width: 98%;
   height: 4vh;
   text-align: left;
   font-size: 3.5vw;
   text-transform: uppercase;
   background: #eee;
   line-height: 4vh;
   padding: 0% 0% 0% 2%;
}
.auto2 .hodpravo .nazovicek{
   width: 100%;
   height: 3vh;
   line-height: 3vh;
   text-align: left;
   font-size: 3vw;
}

.auto2 .hodpravo .cena{
   width: 98%;
   height: 5vh;
   text-align: left;
   font-size: 7vw;
   line-height: 4vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
}
.auto2 .hodpravo .cenabezdph{
   width: 98%;
   height: 3vh;
   text-align: left;
   font-size: 3vw;
   line-height: 2vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
   margin-bottom: 3vh;
}
.auto2 .hodpravo a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #e2bc2d;
  font-size: 4vw;
  color: white;
  padding: 3.5%;

}



.odo3{
  padding: 4% 7% 4% 7%;
  border-radius: 100px;
  -webkit-transition:0.2s;
  -webkit-appearance: none;
  background: #2ecc71;
  color: white;
  border: none;
  font-size: 4vw;
  cursor: pointer;
}
.odo3:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}

.info{
  width: 100%;
  height: 4vh;
  background-color: #34495e;
  color: white;
  line-height: 4vh;
  font-size: 3vw;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 2vh;
  -webkit-transition:0.2s;
}
.info:hover{
  background-color: #7f8c8d;
}

.chliev{
  padding: 2%;
  background-color: white;
  width: 96%;
  float: left;
  font-size: 3.8vw;
  border-radius: 7px;
  color: gray;
}
.chliev i{
  color: #e2bc2d;
}
.chliev b{
  color: black;
  font-weight: normal;

}
.chliev #cenissis{
  font-size:7vw;
}
.chliev h3{
  color: black;
}
.chliev2{
  padding: 2%;
  background-color: white;
  border-radius: 7px;
  width: 96%;
  float: right;
  font-size: 3.8vw;
}
.chliev2 i{
  color: #e2bc2d;
}
.chliev2 b{
  color: black;
  font-weight: normal;

}
.chliev2 h3{
  color: black;
}






.hodnota .nazovauta{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 6vw;
   text-transform: uppercase;
}
.hodnota .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3vw;
}
.hodnota .batozina{
   width: 100%;
   height: 6vh;
   text-align: left;
   font-size: 4vw;
   line-height: 4vh;
}
.hodnota .batozina #imgm{
  float: left;
  width: 5vw;
   margin-right: 3%
}
.hodnota .batozina b{
  float: left;
  margin-right: 6%
}
.hodnota .batozina2{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 4vw;
   line-height: 4vh;
}
.hodnota .cena{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 7vw;
   line-height: 3vh;
}
.hodnota .batozina2 #imgm{
   float: left;
   height: 4vh;
   margin-right: 3%;
}
.auto .hodnota #rezerv{
  width: 96%;
  height: 20vh;
  background: #e2bc2d;
  text-decoration: none;
  color: white;
  font-size: 5vw;
  padding: 2vw 7vw 2vw 7vw;
}
#obalonasr{
  width: 88%;
  height: auto;
  text-align: center;
  margin: auto;
}

#konform{
  width: 90%;
  height: auto;  
  margin: 20px auto;
  position: relative;
}
#konform #fromularkontakt{
  width: 100%;
  height: auto;
  float: left;
}
#konform #infomaciekontakt{
  width: 100%;
  height: auto; 
  margin-top: 20px; 
  text-align: left;
  font-size: 4vw;
  float: right;
}
#konform #infomaciekontakt a{
  text-decoration: none;
  color: black;
}
#konform #infomaciekontakt a:hover{
  border-bottom: 1px solid #27415a;
  color: #27415a;
  
}
#konform form {
    display: block;
    margin-left: 0%; 
    position: relative;

    
}
#konform form input::-webkit-input-placeholder{
  color: white;
}
#konform form input{
    width: 96%;
    height: 25px;
    border-radius: 8px;
   background-color: #bdc3c7;
    border: none;
    font-size: 14px;
    color: white;
    padding: 10px;
   



}
#konform form textarea::-webkit-input-placeholder{
  color: white;
}
#konform form textarea{
    width: 96%;
    height: 125px;
     border-radius: 8px;
   background-color: #bdc3c7;
    border: none;
    color: white;
    font-size: 14px;
    padding: 10px;
    
}
.textrezerv{
  
  width: 97%;
    height: 125px;
    background-color: white;
    font-size: 14px;
    padding: 10px;
    font-family: arial;
    border-radius: 10px;
    border:none;

}

#konform #odoslat{
  width: 100%;
  -webkit-transition: 0.3s;
  height: 50px;
  font-size: 16px;
  color: white;
  box-shadow: none;
  font-weight: lighter;
  float: right;
  margin-right:8px;

}
#konform #odoslat:active{
   
}
#konform #odoslat:hover{
  color: black;
  cursor: pointer;
}
#formrezerv input{
 width: 93.3%;
  margin: auto;
  padding: 2.2%;
  font-size: 4vw;
  background: white;
  margin-bottom: 1%;
  border: none;
}
#formrezerv select{
 width: 97%;
  margin: auto;
  padding: 2%;
  font-size: 4vw;
  background: white;
  margin-bottom: 1%;
  border: none;
}
#formrezerv .odo{
  width: 100%;
  padding: 3%;
  background: #e2bc2d;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  color: white;
}
#formrezerv .odo:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}
#loader{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  z-index: 3000;
}
.lo_stred{
  width: 30%;
  height: 200px;
    margin: auto;
    position: relative;
    top: 40vh;
    text-align: center;
}
.lo_stred h3{
  color: white;
  font-size: 25px;
}
.img_gif{
  width: 70px;
}
.textik{
  width: 90%; 
  color: black; 
  text-align: right; 
  display: inline-block; 
  font-size: 3vw; 
  float: right; 
  font-weight: normal;
}

#obalonastabulky{
  text-align: left; 
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#obalonastabulky h1{
  font-size: 2vw;
}
#obalonastabulky p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}

#tabulacena{
  border: none;
}

#tabulacena tr th{
   
   border: none;
}
#tabulacena tr td{
   border: none;
}
#tabulacena tr td a{
   text-decoration: none;
   -webkit-transition:0.2s;
}
#tabulacena tr td a:hover{
}




}



@media screen and (max-width: 640px) and (min-width: 540px)  {

body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#sticky-wrapper{
  display: none;
}

.mobiltopbar{
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: white;
  display: block;
}
.mobiltopbar a{

  color: white;
  text-decoration: none;
}

#logomobil{
  display: block;
  text-align: center;
  width: 100%;
  float: right;
  height: 10px;
  padding-top: 5px;
  position: absolute;
}
#logomobil img{
  position: relative;
  top: 0px;
  left: 0%;
  height: 55px;
}

#menumobil111 {
    display: block;
    

  }
#menumobil111 .hamburger {
    padding: 23px;
    
   background: white;
    display: block;

  }

  #menumobil111 .line {
    border-bottom: 4px solid #b79a5e;
    border-radius: 3px;
    width: 35px;
    margin-bottom: 6px;

  }
  
  #menumobil111 .line:last-child {
    margin-bottom: 0;
  }

  #menumobil111 nav li {
    width: 100%;
  }
  
  #menumobil111 .menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s linear;
  }
  
  #menumobil111 .slide-down {
    height: 400px;
    background-color: white;
  }
  #menumobil111 ul {
  list-style: none;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

#menumobil111 ul a {
   display: block;
  padding: 20px 0px 20px 0px ;
  padding-right: 0 !important; /* important overrides media queries */
  font-size: 16px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #eee; 
  background-color: white;
  color: #223555;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}

#menumobil111 ul a:hover {
  background: #eee;
}

#menumobil111 nav li {
  float: left;
  width: 20%;
  border-right: 1px solid #ddd;
}

#menumobil111 nav li:last-child {
  border-right: none;
}

#topbar{
  width: 100%;
  height: auto;
  display: none;

}
.topbarstred{
  width: 95%;
  height: auto;
  margin:auto;
  text-align: right;
  line-height: 4.1vh;
  font-size: 0.9vw;
}
#mailik{
 float: left;
 width: 50%;
 height: 4vh;
 font-size: 3vw;
 text-align: center;
}
#mailik a{
  text-decoration: none;
}
#prih2{
  float: none;
  width: 100%
  height: 3vh;
  display: none;
  cursor: pointer;
  font-size: 2vw;
}
#prih3{
  float: right;
  width: 100%;
  display: none;
  height: 3vh;
  line-height: 4.5vh;
  cursor: pointer;
  text-align: center;
}
#prih{
  float: right;
  cursor: pointer;
}
#prih:hover{
  color: gray;
}
#prih2:hover{
  color: gray;
}
#verzz{
  width: 1.5vw;
}

#oknoobal{
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  z-index: 2000;

}
#zlavaokno{
  width: 70%;
  height: auto;
  padding: 30px;
  margin: 5vh auto;
  background-color: white;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#zlavaokno h2{
  font-family: AxiformaBlack;
  margin: 10px 0 10px 0;
  line-height: 26px;
  padding: 0px 0 0px 0;
}
#zlavaokno p{
  color: gray;
  font-size: 13px;
  line-height: 23px;
  margin: 5px 0 15px 0;
}
#zlavaokno b{
  padding: 0;
  margin: 30px 0 10px 0;
  color: gray;
  font-size: 13px;
}

#zlavaokno a{
  padding: 15px; 
  width: 390px;
  background-color: #ff0f0f;
  margin: 20px 0 20px 0;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;

  display: block;
}
#zlavaform input{
width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #dadada;
    color: white;
    padding: 14px;
    margin-top: 10px;

}
#zlavaform .odoslatis{
  width: 100%;
  -webkit-transition: 0.3s;
  height: 50px;
  font-size: 16px;
  background: none;
  color: white;
  background-color: #ef8619;
  box-shadow: none;
  font-weight: lighter;
  margin-top: 10px;
  border-radius: 100px;
  font-family: AxiformaBlack;
  border:none;
}
.panelkrizik{
  width: 100%;
  height: 20px;
  font-size: 19px;
  color: #ff0f0f;
  text-align: right;
}
#zlavaokno img{
  width: 100%;
}



nav{
  width: 100%;
  height: auto;
  display: none;

}
.menustred{
  width: 70%;
  height: 11vh;
  margin: auto;
}
.menustred .logo{
  width: 20%;
  height: 9vh;
  float: left;

}
.menustred .logo img{
  height: 100%;
  position: relative;
  top: 1vh;
}
.menustred ul{
  float: right;
  width: 70%;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 11.2vh;
  text-align: right;
}
.menustred ul li{
  display: inline-block;
  
}
.menustred ul a li{
  margin-left: 4.8%;
  color: black;
  font-weight: lighter;
  font-size: 1.02vw;
}
#header{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#heddva{
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-attachment: fixed;
}
#heddva h1{
  font-size: 1.9vw;
  line-height: 100px;
  width: 69%;
  margin: auto;
  color: white;
  text-align: left;
}

#header #sloganis{
  height: auto;
    left: 10.5%;
    right: 10.5%;
    margin: 80px auto;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.2s;
    z-index: 450;
    border-radius: 10px;
}


#header #headleft{
  width: 95%;
  float: left;
  text-align: left;
  height: auto;
  margin-top: 30px;
}
#header #headleft h1{
  font-family: AxiformaBlack;
  color: white;
  font-size: 27px;
    line-height: 35px;
}
#header #headleft p{
  color: white;
  font-family: AxiformaBlack;
  font-size: 15px;
  line-height: 20px;
}

#tlacidlo{
  padding: 23px 23px;
    color: white;
    border-radius: 100px;
    font-size: 15px;
    -webkit-transition: 0.2s;
    text-decoration: none;
    background-color: #ef8619;
    font-family: AxiformaBlack;

}
#tlacidlo:hover{
-webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
  color: white;
  background-color: #ef9436;
}

#header #slogan{
  width: 28%;
    height: auto;
    text-align: left;
    -webkit-transition: 0.2s;
    float: right;
    color: white;
    display: none;
    border-radius: 20px;
}
#header #slogan input{
    padding: 15px 10px;
    border: 0;
    color: white;
    width: 100%;
    color: black;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: inherit;
    color: gray;
}
#header #slogan select{
    height: 40px;
    border: 0;
    color: white;
    width: 100%;
    color: black;
    margin-bottom: 20px;
    font-family: inherit;
    color: gray;
}
form .odooo{
  background-color: #ef8619;;
  padding: 23px 44px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  border-radius: 100px;
  font-family: AxiformaBlack;
  -webkit-transition:0.2s;
  width: 100% !important;
  color: white !important;
}
form .odooo:hover{
  -webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.2);
  color: white;
  background-color: #ef9436;

}
#header #slogan h3{
  color: white;
    font-size: 16px;
    font-family: BlackItalic;
}
#header #slogan a{
  color: white;
  text-decoration: none;
  border: 0.2vw solid white;
  padding: 1vw 2vw 1vw 2vw;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 1.2vw;
}
#header #cycle-slideshow{
  width: 100%;
  height: auto;
  z-index: 0;
}
#header #cycle-slideshow img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

#stredprehl2 {
     
  width: 100%;
  height: auto;
  float: none;

 

}
#stredprehl2 a{
     
color: gray;
text-decoration: none;
-webkit-transition:0.2s;
}

#stredprehl2 a:hover{
  color: #3498db;
}



#stredprehl2 h3 b{
  color: gray;
  font-size: 12px;
}
#stredprehl3 {
     
  width: 100%;
  height: auto;
  float: none;
  line-height: 35px;
  margin-top: 50px;

 

}
#stredprehl3 #okk{
  color:  #27ae60;
}
#stredprehl2 input{
  width: 96%;
    height: 23px;
    border-radius: 7px;
   background-color: #bdc3c7;
    border: none;
    font-size: 14px;
    color: white;
    padding: 10px;
}
#stredprehl2 .prihlasbutt{
  width: 100%;
  -webkit-transition: 0.3s;
  height: 45px;
  font-size: 15px;
  background: none;
  font-family: arial;
  color: white;
  background-color: #e2bc2d;
  box-shadow: none;
  font-weight: lighter;
  float: right;

}
#stredprehl2 .prihlasbutt:hover{
  color: black;
  cursor: pointer;
  background: #e2bc2d;
}
#stredprehl3 #buttprv{
  padding: 3% 4% 3% 4%;
  background: #27ae60;
  color: white;
  border-radius: 7px;
  font-size: 13px;
  text-decoration: none;
}


form .odooo{
  background: #e2bc2d;
  padding:1%;
  cursor: pointer;
  -webkit-transition:0.2s;
}
form .odooo:hover{
  background: #2ecc71;
  color: white;

}
#header #slogan h1{
  color: white;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 2.7vw;
}
#header #slogan a{
  color: white;
  text-decoration: none;
  border: 0.2vw solid white;
  padding: 1vw 2vw 1vw 2vw;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 1.2vw;
}
#header #cycle-slideshow{
  width: 100%;
  height: auto;
  z-index: 0;
}
#recenz{
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 0;
}

#onas{
  width: 100%;
  padding: 2% 0% 2% 0%;
  height: auto;
  background-color: white;

}
#onas #stredis{
  width: 85%;
  margin: 10px auto;
  height: auto;
}
#onas #stredis .polle{
  width: 31%;
  height: auto;
  float: left;
  text-align: center;
  margin-left: 1.7%;
  background-size: 100%;

}
#onas h3{
  color: gray;
}
#onas #stredis .polle h2{
  text-align: center;
  color: #a5cb46;
}
#onas #stredis .polle p{
  text-align: center;
  color: #878787;
  height: 200px;
  overflow: hidden;
}
#onas #stredis .polle i{
  text-align: center;
  color: #a5cb46;
  font-size: 5vw;
}
#onas #stredis .polle .viac{
  width: 100%;
  color: white;
  padding: 3% 10% 3% 10%;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1vw;
  background-color:#a5cb46; 
}


.leftzoom23{
  width: 96%;
  height: auto;
  color: white;
  font-size: 15px;
  line-height: 28px;
  margin-left: 0;
  float: right;
  padding: 2% 2% 0% 4%;
  font-weight: lighter;
}


.rightzoom23{
  width: 96%;
  height: auto;
  color: gray;
  font-size: 16px;
  line-height: 28px;
  margin-left: 0;
  padding: 2% 2% 0% 4%;
  float: left;
  font-weight: lighter;
}


.leftzoom{
  width: 100%;
  height: auto;
  float: left;
}
.leftzoom img{
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.rightzoom{
  width: 100%;
  height: auto;
  color: gray;
  font-size: 16px;
  line-height: 25px;
  float: right;
}
.rightzoom h1{
  line-height: 40px;
  color: black;
}

.leftzoom2{
  width: 100%;
  height: auto;
  float: right;
}
.leftzoom2 img{
  width: 100%;
  margin-top: 20px;
}
.rightzoom2{
  width: 100%;
  height: auto;
  color: gray;
  font-size: 15px;
  line-height: 23px;
  margin-left: 0%;
  float: left;
  font-weight: lighter;
}
.rightzoom2 h1{
  line-height: 33px;
  color: #1b7279;
  margin-bottom: 20px;
  font-size: 25px;
  margin-top: 10px;
}


.cennikstred{
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 70px;
}
.balicekk{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
  height: auto;
  float: left;
  margin-left: 0%;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);

}

.naz{
  width: 98%;
  padding: 25px 1% 15px 1%;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.cena{
  padding: 22px 0% 10px 0%;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: black;
}

.logaprot2{
  width: 85%;
  margin: auto;
  height: auto;
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 10px;

}

.logaprot{
  width: 85%;
  margin: auto;
  height: auto;
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 10px;

}


#uspechy{
  width: 100%;
  padding: 50px 0% 75px 0%;
  height: auto;
  background-image: url(img/bg23.jpg);
  background-attachment: fixed;
  background-size: 100%;
  display: none;
}

.viacis{
  width: 15%;
  color: white;
  padding: 3% 2% 2.5% 2%;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 14px;
  background-color:#ef8619; 
  font-family: AxiformaBlack;

}

.lavastrana{
  width: 100%;
  float: none;
  height: auto;
  color: gray;
  font-size: 17px;
  line-height: 28px;
  font-weight: lighter;
}
.lavastrana h1{
  line-height: 40px;
  color: #bc0a1f;
}
.lavastrana img{
width: 100%;
display: none;
}
.pravastrana{
  width: 100%;
  float: none;
  display: none;
  height: auto;
}


#obalonas{
  width: 90%;
  height: auto;
  text-align: center;
  margin: auto;
}
#obalonas h1{
  font-size: 5vw;
}
#obalonas p{
  font-size: 4vw;
  line-height: 3.7vh;
}

#obalrezerv{
  width: 91%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#obalrezerv h1{
  font-size: 2vw;
}
#obalrezerv p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}

#obaltext{
  width: 60%;
  height: auto;
  text-align: left;
  margin: auto;
}
#obaltext h1{
  font-size: 2vw;
}
#obaltext p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}

.castrezerv{
  width: 98%;
  height: 4vh;
  line-height: 4vh;
  text-align: left;
  padding:1%;
  background: #e2bc2d;
  color: white;
  display: none;
}
.castrezerv img{
  height: 1.5vh;
}
.castrezerv2{
  width: 98%;
  display: none;
  height: 4vh;
  line-height: 4vh;
  text-align: left;
  padding:1%;
  background: #d7d7d7;
  color: #e2bc2d;
  border-bottom: 1px solid gray;
}
.castrezerv2 img{
  height: 1.5vh;
}

.reset{
  
}
.reset input{
  background-color: #4b5359;
  color: white;
  padding: 3% 10% 3% 10%;
  font-size: 5vw;
  border-radius: 4px;
  border:none;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.reset input:hover{
  background-color: #1a242c;
}

#suhrn{
  float: none;
  width: 80%;
  height: auto;
  padding: 2%;
  text-align: left;
  margin: auto;
}
#suhrn h4{
  margin: 0;
  padding: 0% 0% 2% 0%;
  font-size: 5vw;
  border-bottom: 1px solid #dadada;
  text-align: left;
}
#suhrn #cenusfin{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 4vw;
  border-top: 1px solid #dadada;
  color: black;
}
#suhrn #polozka{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 4vw;
  color: gray;
}


.odobrat{
  width: 100%;
  padding: 2%;
  background: red;
  -webkit-appearance: none;
  border: none;
  color: white;
  font-size: 3vw;
  cursor: pointer;
}
.odobrat:hover{
  background: orange;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}


.pridat{
  width: 100%;
  padding: 2% 4% 2% 4%;
  border-radius: 100px;
  background: #27ae60;
  -webkit-transition:0.2s;
  -webkit-appearance: none;
  border: none;
  font-size: 4vw;
  color: white;
  cursor: pointer;
}
.pridat:hover{
  background: lightgreen;
  border: none;
  color: black;
box-shadow: 0px 6px 6px #dadada;
}


.pridat2{
  width: 100%;
  padding: 2% 4% 2% 4%;
  border-radius: 100px;
  background: #27ae60;
  -webkit-transition:0.2s;
  -webkit-appearance: none;
  border: none;
  font-size: 4vw;
  color: white;
  cursor: pointer;
}
.pridat2:hover{
  background: lightgreen;
  border: none;
  color: black;
box-shadow: 0px 6px 6px #dadada;
}

.odo{
  width: 100%;
  padding: 3%;
  border-radius: 100px;
  -webkit-transition:0.2s;
    background-color: #bd0b20;
  color: white;
  border: none;
  font-size: 4vw;
  cursor: pointer;
}
.odo:hover{
  background: #e2bc2d;
  border: none;
  color: black;
box-shadow: 0px 6px 6px #dadada;
}

.odo3{
  padding: 4% 7% 4% 7%;
  border-radius: 100px;
  -webkit-transition:0.2s;
    background-color: #bd0b20;
  color: white;
  border: none;
  font-size: 4vw;
  cursor: pointer;
}
.odo3:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}


.odo2{
  width: 100%;
  padding: 3%;
  background: #4b5359;
  border: none;
  color: white;
    -webkit-transition:0.2s;
    border-radius: 100px;<
  font-size: 4vw;
  cursor: pointer;
}
.odo2:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}


.doplnok{
  width: 85%;
  height: auto;
  float: left;
  margin-left: 0.5%;
  margin-top: 2vh;
  background-color: white;
  padding: 7%;
  border-radius: 6px;
}
.doplnokobr{
  width: 90%;
  margin: auto;
  height: auto;
  padding-bottom: 3vh;
  overflow: hidden;

}
.doplnokobr img{
  width: 100%;
}
.doplnok .hodnota{
  width: 96%;
  height: auto;

}
.doplnok .hodnota .nazovauta{
   width: 100%;
   height: auto;
   text-align: left;
   font-size: 5vw;
   color: gray;
}
.doplnok .hodnota .cenadoplnku{
   width: 100%;
   height: auto;
   text-align: left;
   font-size: 4vw;
   margin-top: 2vh;
   color: black;
}
.doplnok .hodnota .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 4vw;
}
.doplnok .hodnota .batozina{
   width: 100%;
   height: 6vh;
   text-align: left;
   font-size: 1.1vw;
   line-height: 4vh;
}
.doplnok .hodnota .batozina #imgm{
  float: left;
  width: 1.5vw;
   margin-right: 3%
}
.doplnok .hodnota .batozina b{
  float: left;
  margin-right: 6%
}
.doplnok .hodnota .batozina2{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 1.1vw;
   line-height: 4vh;
}
.doplnok .hodnota .batozina3{
   width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 1vw;
   float: left;
   line-height: 4vh;
}
.doplnok .hodnota .batozina3 #imgm{
   float: left;
   height: 3vh;
   margin-right: 3%;
   position: relative;
   top: 1vh;
}
.doplnok .hodnota .cena{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 2vw;
   line-height: 3vh;
}
.doplnok .hodnota .batozina2 #imgm{
   float: left;
   height: 4vh;
   margin-right: 3%;
}

.doplnok2{
  width: 90%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 5vh;
  background-color: white;
  padding: 1%;
}
.doplnok2 .doplnokobr{
  width: 80%;
  margin: auto;
  height: auto;
  margin-bottom: 10px;

}
.doplnok2 .doplnokobr img{
  width: 100%;
}
.doplnok2 .hodnota{
  width: 96%;
  height: auto;
  padding: 0%;
}
.doplnok2 .hodnota .nazovauta{
   width: 100%;
   height: auto;
   text-align: center;
   font-size: 4.2vw;
   color: gray;
}
.doplnok2 .hodnota .cenadoplnku{
   width: 100%;
   height: auto;
   text-align: center;
   font-size: 6.2vw;
   margin-top: 2vh;
   color: black;
}
.doplnok2 .hodnota .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 2vw;
}
.doplnok2 .hodnota .batozina{
   width: 100%;
   height: 6vh;
   text-align: left;
   font-size: 4vw;
   line-height: 4vh;
}
.doplnok2 .hodnota .batozina #imgm{
  float: left;
  width: 1.5vw;
   margin-right: 3%
}
.doplnok2 .hodnota .batozina b{
  float: left;
  margin-right: 6%
}
.doplnok2 .hodnota .batozina2{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 1.1vw;
   line-height: 4vh;
}
.doplnok2 .hodnota .batozina3{
   width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 1vw;
   float: left;
   line-height: 4vh;
}
.doplnok2 .hodnota .batozina3 #imgm{
   float: left;
   height: 3vh;
   margin-right: 3%;
   position: relative;
   top: 1vh;
}
.doplnok2 .hodnota .cena{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 2vw;
   line-height: 3vh;
}
.doplnok2 .hodnota .batozina2 #imgm{
   float: left;
   height: 4vh;
   margin-right: 3%;
}


#lavokonfig{
  width: 90%;
  float: none;
  height: auto;
  margin-right: 0%;
  padding: 1px;
  margin: auto;
  
}


#lavokonfig #stredconfigu{
  width: 99%;
  overflow: auto;
    height: auto;
    padding-left: 1%;
    margin-left: 0%;

}



#pravokonfig{
  width: 90%;
  float: none;
  background-color: #373737;
  height: 700px;
  padding: 20px 5% 20px 5%;
  margin: auto;
}


#konffinal{
 position: absolute;
 bottom: 0;
 height: auto;
 width: 100%;
 text-align: left;
 padding-left: 0%;
 padding-bottom: 30px;
}
#konffinal .dalejkonf{
  font-family: AxiformaBlack;
  background-color: #ef8619;
  
  color: white;
  padding: 10px 15px 10px 15px;
  width: 60%;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: 10%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}




#lavokonfig .vozclass{
  width: 89%;
  height: auto;
  padding: 5% 5% 25px 5%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
margin-bottom: 20px; 
}

#lavokonfig .vozfoto{
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
}
#lavokonfig .vozfoto img{
  width: 100%;
  height: auto;
  object-fit: contain;
}


#lavokonfig .vozpopis{
  width: 100%;
  float: none;
  height: auto;
}

#lavokonfig .vozpopis .horepopis{
  width: 100%;
  height: auto;
  overflow: auto;
  font-size: 12px;
  font-family: Book;
  color: gray;
}


#lavokonfig .vozpopis .horepopis .selectus .vozzvolit{
  font-family: AxiformaBlack;
  background-color: #ef8619;
  
  color: white;
  padding: 10px 15px 10px 15px;
  width: 90%;
  margin-top: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: 0%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}

#lavokonfig .vozpopis .horepopis .selectus .vozzvolit2{
  font-family: AxiformaBlack;
  background-color: green;
  
  color: white;
  padding: 10px 15px 10px 15px;
  width: 90%;
  margin-top: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: 0%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}


#lavokonfig .panelpoistenie .polickopoistka{
   
   width: 99%;
   height: auto;

   background-color: white;
   margin-left: 0%;
   float: left;
   padding-bottom: 20px;
   margin-bottom: 10px;

}

#lavokonfig .panelpoistenie .polickopoistka2{
   
   width: 99%;
   height: auto;
   background-color: white;
   margin-left: 0%;
   float: left;
   padding-bottom: 20px;
   margin-bottom: 20px;

}


#obalvozy{
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
}


#obalvozy .vozclassvozpark{
  width: 90%;
  height: auto;
  padding: 5%;
   float: left;
   margin-left: 0%;
  text-align: left;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);
margin-bottom: 20px; 
}

#obalvozy .vozclassvozpark .tesimesa{
  padding: 11px 2% 9px 2%;
  background-color: #ef8619;
  color: white;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: -24px;
    width: 65%;
  font-family: Book;
}



#obalvozy .vozclassvozpark .vozmeno{
  width: 100%;
  height: auto;
}
#obalvozy .vozclassvozpark .vozmeno h5{
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: gray;
  font-size: 12px;
}
#obalvozy .vozclassvozpark .vozmeno h2{
  padding: 0;
  margin: 0;
  font-size: 27px;
  font-family: AxiformaBlack;
}
#obalvozy .vozclassvozpark .vozmeno h2 .prevod{
  display: inline-block;
  color: #ef8619;
  font-size: 15px;
  font-family: Book;
}
#obalvozy .vozclassvozpark .vozfoto{
  width: 100%;
  height: auto;
  float: none;
  text-align: center;

}
#obalvozy .vozclassvozpark .vozfoto img{
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 28px;

}
#obalvozy .vozclassvozpark .vozfoto .vozfotobutt{
  width: 100%;
  height: 50px;
  background-color: gray;
  padding: 15px 25px 13px 25px;
  font-family: Book;
  border-radius: 100px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
#obalvozy .vozclassvozpark .vozpopis{
  width: 100%;
  float: none;
  height: auto;

  margin-top: 20px;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis{
  width: 100%;
  height: 100px;
  font-size: 12px;
  font-family: Book;
  color: gray;
}
#obalvozy .vozclassvozpark .vozpopis .batozina{
  font-size: 15px;
  color: gray;
  font-family: AxiformaBlack;
  margin-bottom: 10px;
}
#obalvozy .vozclassvozpark .vozpopis .batozina i{
  font-size: 20px;
  color: #373737;
  margin-left: 10px;
  margin-right: 4px;
}
#obalvozy .vozclassvozpark .vozpopis .batozina i:first-child{
  
  margin-left: 0px;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .pocet{
  font-size: 13px;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #373737;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .pocet b{
  font-size: 10px;
  color: gray;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .vozlista{
  
  padding: 2px 0px 2px 0px;

}
#obalvozy .vozclassvozpark .vozpopis .horepopis .vozlista i{
  
  color: #ef8619;

}

#obalvozy .vozclassvozpark .vozpopis .horepopis .selectus b{
  font-size: 27px;
  position: relative;
  top: 6px;
  color: #373737;
  font-family: AxiformaBlack;
}
#obalvozy .vozclassvozpark .vozpopis .horepopis .selectus .vozzvolit{
  font-family: AxiformaBlack;
  background-color: #ef8619;
  margin-top: 10px;
  color: white;
  padding: 10px 15px 10px 15px;
  width: 80%;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  margin-left: -2%;
  -webkit-transition:0.2s;
  border-radius: 100px;
}



.castrezervvelka{
  width: 90%;
  height: auto;
  padding: 3% 5% 5% 5%;
  background: #f1f1f1;
  text-align: left;
  border-radius: 7px;
  float: none;
}
.castrezervvelka h3{
  margin-top: 0px;
}

.castrezervvelka select{
  height: 5vh;
  border: 0;
  color: white;
  width: 40%;
  color: black;
}


.castrezervvelka2{
  width: 90%;
  height: auto;
  padding: 3% 5% 5% 5%;
  background: #f1f1f1;
  text-align: left;
  border-radius: 7px;
}
.castrezervvelka2 h3{
  margin-top: 0px;
}

.castrezervvelka2 select{
  height: 5vh;
  border: 0;
  color: white;
  width: 40%;
  color: black;
}

#obal2{
  width: 100%;
  height: auto;
  background:#f1f1f1;
}
#polickoauta{
 margin: auto;
 border: 1px solid #ddd;
 padding: 0% 1% 1% 1%;
 width: 80%;
 height: auto;
 background: white;

}
#polickoauta h4{
   margin: 1% 1% 1% 0%;
   font-size: 3.5vw;
   text-align: center;
}
.nic{
  display: block;
  clear: both;
}
.polickooauto{
  width: 100%;
  height: auto;
  margin-left: 0%;
  float: none;
  margin-top: 30px;
  text-align: center;
}
.polickooauto img{
  width: 80%;

}
.polickooauto .nazov{
  width: 100%;
  text-align: center;

}
.polickooauto a{
  text-align: center;
  text-decoration: none;
  font-size: 3vw;
  color: white;
  padding: 3% 5% 3% 5%;

}
.polickooauto:first-child{
  width: 20%;
  height: 30vh;
  background: red;
  margin-left: 0%;
  float: left;
}
#odmena{
  height: auto;
  background: #f1f1f1;
  margin: auto;
  padding: 0% 1% 1% 1%;
  width: 80%;
  border: 1px solid #ddd;
}
#odmena h4{
   margin: 1% 1% 1% 0%;
   color: #e74c3c;
}
#odmena .lavo{
  width: 80%;
  height: auto;
  float: left;
  font-size: 3vw;
  line-height: 3.2vh;
}
#odmena .pravo{
  width: 20%;
  height: 4vh;
  float: right;
}
#odmena .pravo img{
  width: 100%;
  position: relative;
  top: 3vh;
  left: 30%;
}
.odporuc{
  width: 100%;
  height: auto;
  background: url(img/superbprestige2.jpg);
  background-attachment: scroll;
  background-size: 200%;
  text-align: center;
}
.odporuc h1{
  font-size: 5vw;
  color: white;
  width: 90%;
  margin: 0% 1% 1% 0%;
  text-align: center;
  margin: auto;
}
.odporuc p{
  font-size: 3vw;
  color: white;
  width: 90%;
  margin: auto;
}
.odporuc #odporucit{
  color: white;
  width: 80%;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
  border: 0.2vw solid white;
  padding: 1vw 2vw 1vw 2vw;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 1);
  font-size: 4vw;
  -webkit-transition:0.2s;
}
.odporuc #odporucit:hover{
  background: #e2bc2d;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 0);
  border: 0.2vw solid #e2bc2d;
}



#obalonasvoz{
  text-align: left; 
  width: 80%;
  height: auto;
  margin: auto;
}
#obalonasvoz h1{
  font-size: 2vw;
}
#obalonasvoz p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}
.profilautaobr{
  float: none;
  width: 100%;
  height: auto;

}
.profilminicena{
  width: 100%;
  height: auto;
  float: none;
  margin-top: 30px;
}
.profilminicena a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #bc0a1f;
  font-size: 4vw;
  color: white;
  padding: 3% 4% 3% 4%;
  border-radius: 10px;

}
.profilautaobr .profilis{
  width: 100%;
  height: 370px;
  overflow: hidden;

}
.profilautaobr .profilis img{
  width: 100%;
  height: 370px;
  object-fit: contain;

}
.maleobrazky{
  width: 100%;
  height: 100px;
  margin-top: 20px;

}
.maleobrazky .obrazocek{
  width: 20%;
  height: 100px;
  background-color: #dadada;
  float: left;
  margin-right: 2%;
}
.popisvozu{
  width: 100%;
  height: auto;

  font-size: 
  3vw;
}
.popisvozu h2{
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}


.formdop{
  width: 100%;
  height: auto;
  background:#f1f1f1;
}
.formdop h4{
  font-weight: lighter;
  text-align: center;
  font-size: 1.3vw;
}
.formdop form{
  width: 60%;
  margin: auto;
  text-align: center;
}
.formdop form input{
  width: 97%;
  margin: auto;
  padding: 1.5%;
  font-size: 1vw;
  background: white;
  margin-bottom: 1%;
  border: none;
}
.formdop form input:focus{
  outline: none;
}
.formdop form textarea{
  width: 98%;
  margin: auto;
  height: 16vh;
  padding: 1%;
  font-size: 1vw;
  background: white;
  line-height: 3.2vh;
  border: none;
}
.formdop form .odo{
  width: 30%;
  padding: 2%;
  background: #e2bc2d;
  border: none;
  float: right;
}
.formdop form .odo:hover{
  background: #e2bc2d;
  border: none;
  float: right;
box-shadow: 0px 6px 6px #dadada;
}
.panel{
  width: 100%;
  margin: auto;
}
.nazov_r{
  width: 100%;
  height: 4.5vh;
  line-height: 4vh;
  font-size: 4vw;
}
.sipka{
  width: 100%;
  height: 3vh;
}
.sipka img{
  height: 100%;
}
.farbapanel{
  width: 95%;
  padding: 2%;
  margin: auto;
  background-color: #e2bc2d;
}
.hviezd_r{
  height: 4vh;
  width: 30%;
  margin: auto;
}
.hviezd_r img{
  height: 100%;
  position: relative;
  top: 1vh;
}
.text_r{
  width: 100%;
  height: auto;
  font-size: 3vw;
  line-height: 3.4vh;
}
#bacha{
  font-size: 3vw;
  display: none;
}
.poistenie{
  width: 97%;
  height: auto;
  border-radius: 10px;
  background-color: white;
  padding: 1%;
}

.poistenie table{
  width: 100%;
  text-align: center;
}
.poistenie table td{
  height: 50px;
  border-top: 1px solid #dadada;
  font-size: 3vw;
}
.poistenie table #zvoliss{
    background-color: #e0ffed;
}
.poistenie table th{
  height: 50px;
  font-size: 3vw;
}
.poistenie table td #okk{
  color: #27ae60;
}
.poistenie table td #noo{
  color: #e74c3c;
}
.poistenie table td #odporuc{
  background-color: #27ae60;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3.4vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.poistenie table td #neodporuc{
  background-color: #e2bc2d;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3.4vw;
  padding: 6% 9% 6% 9%;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.poistenie table td #vobec{
  background-color: red;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 4vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
  cursor: pointer;
}
.poistenie table td #neodporuc:hover{
  background-color: #34495e;
}
.poistenie table td #odporuc:hover{
  background-color: #2ecc71;
}
.poistenie table td #vobec:hover{
  background-color: darkred;
}
.poistenie table td #zvol{
  background-color: #34495e;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
}
.poistenie table td #zvol2{
  background-color: red;
  border:none;
  border-radius: 4px;
  color: white;
  font-size: 3vw;
  padding: 4% 7% 4% 7%;
  -webkit-transition:0.2s;
}

#novinky{
  width: 100%;
  height: 500px;
  background-size: 100%;
  text-align: center;

  display: none;
}
#novinkastred{
  width:  80%;
  height: auto;
  margin: auto;
  position: relative;
  top: 26px;
}
#novinkastred h3{
  font-size: 5vw;
  font-weight: normal;
  color: black;
  margin: 0;
  padding: 0;
}
#novinkastred b{
  font-weight: lighter;
  color: gray;
  font-size: 3vw;
}
#novinkastred form .pole_email{
  padding: 13px;
  width: 90%;
  border: none;
  margin-bottom: 2vh;
  font-size: 3.2vw;

}
#novinkastred form .odoslat{
  width: 98%;
  position: relative;
  top: 1px;
  color: white;
  padding: 13px;
  margin-bottom: 50px;
  border: none;
  font-size: 16px;
  float: left;
  font-weight: lighter;
  border-radius: 20px;
  -webkit-transition:0.2s;

}
#novinkastred form .odoslat:hover{
  background-color: #303030;
  cursor: pointer;
}
footer{
  width: 100%;
  height: auto;
}
#stredfooter{
  width: 80%;
  height: auto;
  margin: 4vh auto;
}
.footpole{
  width: 100%;
  min-height: 20vh;
  float: none;
  font-size: 4vw;
  color: #dadada;
  margin-left: 0%;
}
.footpole ul{
  margin: 0;
  padding: 0;
}
.footpole ul li{
  list-style: none;
}
.footpole ul li a{
  color: #dadada;
  text-decoration: none;
}
.podpeta{
  width: 100%;
  height: 4vh;
  text-align: center;
  line-height: 0vh;
  font-size: 2vw;
  color: gray;
}
.prihlaska{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3000;
  background: rgba(0,0,0,0.8); 
}
.prihlaska h3 b{
  color: gray;
  font-size: 12px;
}
.prihlaska #stredprehl {
     
  width: 30%;
  height: auto;
  padding: 1% 2% 3% 2%;
  margin: 25vh auto;
  background: white;
 

}
.prihlaska #stredprehl input{
  width: 94%;
  padding: 2%;
}
.prihlaska #stredprehl input{
  width: 95%;
  padding: 2%;
}
.prihlaska #stredprehl .prihlasbutt{
  width: 100%;
  border: none;
  text-align: center;
  text-decoration: none;
  background: #e2bc2d;
  font-size: 0.9vw;
  padding: 3%;
}
.auto{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: auto;
  margin-top: 4vh;
  border-bottom: 4px solid #e2bc2d;
  padding-bottom: 4vh;

}

.auto .obrautis{
  width: 100%;
  height: 31vh;
  background:white;
  background-size: 100%;
  background-repeat: no-repeat;
  float: none;
}
.auto .obrautis .infoo2{
  display: none;
}

.auto .hodnota{
  width: 100%;
  padding: 0%;
  height: auto;
  float: none;
  border-left: none;
}

.auto .hodnota .nazovauta{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 6vw;
   text-transform: uppercase;
}
.auto .hodlavo .info{
   display: none;
}
.auto .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3.3vw;
   line-height: 3.4vh;
}
.auto .batozina{
  width: 100%;
   height: 6.5vh;
   text-align: left;
   font-size: 5vw;
   line-height: 6.5vh;
}
.auto .batozina .fas{
  font-size: 5vw;
}
.auto .batozina2{
  width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 5vw;
   float: none;
   line-height: 4vh;
}
.auto .batozina2 i{
  font-size: 5vw;
}
.auto .hodpravo .nazovicek{
   width: 100%;
   height: 3vh;
   line-height: 3vh;
   text-align: left;
   font-size: 3vw;
}


.velekauta{
  width: 100%;
  height: auto;
  text-align: left;
  float: none;
}
.velekauta h3{
  margin-top: 0px;
}


.auto1{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: auto;
  margin-top: 4vh;
  border-bottom: 4px solid #e2bc2d;
  padding-bottom: 4vh;

}

.auto1 .obrazocek{
  width: 100%;
  height: auto;
  background:white;
  background-size: 100%;
  background-repeat: no-repeat;
  float: none;
}

.auto1 .hodnota{
  width: 100%;
  padding: 0%;
  height: auto;
  float: none;
}
.auto1 .hodlavo{
  width: 100%;
  height: auto;
  float: none;
  font-size: 4vw;
}
.hodnota .hodlavo .nazovauta{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 6vw;
   text-transform: uppercase;
}
.auto1 .hodlavo .info{
   display: none;
}
.auto1 .hodlavo .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3.3vw;
   line-height: 3.4vh;
}
.auto1 .hodlavo .batozina{
  width: 100%;
   height: 6.5vh;
   text-align: left;
   font-size: 5vw;
   line-height: 6.5vh;
}
.auto1 .hodlavo .batozina i{
  font-size: 5vw;
}
.auto1 .hodlavo .batozina3{
  width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 5vw;
   float: left;
   line-height: 4vh;
}
.auto1 .hodlavo .batozina3 i{
  font-size: 5vw;
}
.auto1 .hodpravo{
  width: 100%;
  height: auto;
  text-align: left;
  float: none;
}
.auto1 .hodpravo .nazovauta{
   width: 98%;
   height: 4vh;
   text-align: left;
   font-size: 3.5vw;
   text-transform: uppercase;
   background: #eee;
   line-height: 4vh;
   padding: 0% 0% 0% 2%;
}
.auto1 .hodpravo .nazovicek{
   width: 100%;
   height: 3vh;
   line-height: 3vh;
   text-align: left;
   font-size: 3vw;
}

.auto1 .hodpravo .cena{
   width: 98%;
   height: 5vh;
   text-align: left;
   font-size: 7vw;
   line-height: 4vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
}
.auto1 .hodpravo .cenabezdph{
   width: 98%;
   height: 3vh;
   text-align: left;
   font-size: 3vw;
   line-height: 2vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
   margin-bottom: 3vh;
}
.auto1 .hodpravo a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #e2bc2d;
  font-size: 4vw;
  color: white;
  padding: 3.5%;

}

.auto2{
  width: 100%;
  height: auto;
  background: none;
  border: none;
  margin: auto;
  margin-top: 4vh;

}

.auto2 .obrazocek{
  width: 100%;
  height: auto;
  background:white;
  background-size: 80%;
  background-repeat: no-repeat;
  float: none;
  border-bottom: 2vh;
}

.auto2 .hodnota{
  width: 100%;
  padding: 0%;
  height: auto;
  float: none;
}
.auto2 .hodlavo{
  width: 100%;
  height: auto;
  float: none;
  font-size: 4vw;
}
.auto2 .hodlavo .info{
   display: none;
}
.auto2 .hodlavo .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3.3vw;
   line-height: 3.4vh;
}
.auto2 .hodlavo .batozina{
  width: 100%;
   height: 6.5vh;
   text-align: left;
   font-size: 5vw;
   line-height: 6.5vh;
}
.auto2 .hodlavo .batozina i{
  font-size: 5vw;
}
.auto2 .hodlavo .batozina3{
  width: 50%;
   height: 4vh;
   text-align: left;
   font-size: 5vw;
   float: left;
   line-height: 4vh;
}
.auto2 .hodlavo .batozina3 i{
  font-size: 5vw;
}
.auto2 .hodpravo{
  width: 100%;
  height: auto;
  text-align: left;
  float: none;
}
.auto2 .hodpravo .nazovauta{
   width: 98%;
   height: 4vh;
   text-align: left;
   font-size: 3.5vw;
   text-transform: uppercase;
   background: #eee;
   line-height: 4vh;
   padding: 0% 0% 0% 2%;
}
.auto2 .hodpravo .nazovicek{
   width: 100%;
   height: 3vh;
   line-height: 3vh;
   text-align: left;
   font-size: 3vw;
}

.auto2 .hodpravo .cena{
   width: 98%;
   height: 5vh;
   text-align: left;
   font-size: 7vw;
   line-height: 4vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
}
.auto2 .hodpravo .cenabezdph{
   width: 98%;
   height: 3vh;
   text-align: left;
   font-size: 3vw;
   line-height: 2vh;
   background: #eee;
   padding: 0% 0% 0% 2%;
   margin-bottom: 3vh;
}
.auto2 .hodpravo a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #e2bc2d;
  font-size: 4vw;
  color: white;
  padding: 3.5%;

}



.odo3{
  padding: 4% 7% 4% 7%;
  border-radius: 100px;
  -webkit-transition:0.2s;
  -webkit-appearance: none;
  background: #2ecc71;
  color: white;
  border: none;
  font-size: 4vw;
  cursor: pointer;
}
.odo3:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}

.info{
  width: 100%;
  height: 4vh;
  background-color: #34495e;
  color: white;
  line-height: 4vh;
  font-size: 3vw;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 2vh;
  -webkit-transition:0.2s;
}
.info:hover{
  background-color: #7f8c8d;
}

.chliev{
  padding: 2%;
  background-color: white;
  width: 96%;
  float: left;
  font-size: 3.8vw;
  border-radius: 7px;
  color: gray;
}
.chliev i{
  color: #e2bc2d;
}
.chliev b{
  color: black;
  font-weight: normal;

}
.chliev #cenissis{
  font-size:7vw;
}
.chliev h3{
  color: black;
}
.chliev2{
  padding: 2%;
  background-color: white;
  border-radius: 7px;
  width: 96%;
  float: right;
  font-size: 3.8vw;
}
.chliev2 i{
  color: #e2bc2d;
}
.chliev2 b{
  color: black;
  font-weight: normal;

}
.chliev2 h3{
  color: black;
}






.hodnota .nazovauta{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 6vw;
   text-transform: uppercase;
}
.hodnota .triedaauta{
   width: 100%;
   height: 3vh;
   text-align: left;
   font-size: 3vw;
}
.hodnota .batozina{
   width: 100%;
   height: 6vh;
   text-align: left;
   font-size: 4vw;
   line-height: 4vh;
}
.hodnota .batozina #imgm{
  float: left;
  width: 5vw;
   margin-right: 3%
}
.hodnota .batozina b{
  float: left;
  margin-right: 6%
}
.hodnota .batozina2{
   width: 100%;
   height: 4vh;
   text-align: left;
   font-size: 4vw;
   line-height: 4vh;
}
.hodnota .cena{
   width: 100%;
   height: 5vh;
   text-align: left;
   font-size: 7vw;
   line-height: 3vh;
}
.hodnota .batozina2 #imgm{
   float: left;
   height: 4vh;
   margin-right: 3%;
}
.auto .hodnota #rezerv{
  width: 96%;
  height: 20vh;
  background: #e2bc2d;
  text-decoration: none;
  color: white;
  font-size: 5vw;
  padding: 2vw 7vw 2vw 7vw;
}
#obalonasr{
  width: 88%;
  height: auto;
  text-align: center;
  margin: auto;
}

#konform{
  width: 90%;
  height: auto;  
  margin: 20px auto;
  position: relative;
}
#konform #fromularkontakt{
  width: 100%;
  height: auto;
  float: left;
}
#konform #infomaciekontakt{
  width: 100%;
  height: auto; 
  margin-top: 20px; 
  text-align: left;
  font-size: 4vw;
  float: right;
}
#konform #infomaciekontakt a{
  text-decoration: none;
  color: black;
}
#konform #infomaciekontakt a:hover{
  border-bottom: 1px solid #27415a;
  color: #27415a;
  
}
#konform form {
    display: block;
    margin-left: 0%; 
    position: relative;

    
}
#konform form input::-webkit-input-placeholder{
  color: white;
}
#konform form input{
    width: 96%;
    height: 25px;
    border-radius: 8px;
   background-color: #bdc3c7;
    border: none;
    font-size: 14px;
    color: white;
    padding: 10px;
   



}
#konform form textarea::-webkit-input-placeholder{
  color: white;
}
#konform form textarea{
    width: 96%;
    height: 125px;
     border-radius: 8px;
   background-color: #bdc3c7;
    border: none;
    color: white;
    font-size: 14px;
    padding: 10px;
    
}
.textrezerv{
  
  width: 97%;
    height: 125px;
    background-color: white;
    font-size: 14px;
    padding: 10px;
    font-family: arial;
    border-radius: 10px;
    border:none;

}

#konform #odoslat{
  width: 100%;
  -webkit-transition: 0.3s;
  height: 50px;
  font-size: 16px;
  color: white;
  box-shadow: none;
  font-weight: lighter;
  float: right;
  margin-right:8px;

}
#konform #odoslat:active{
   
}
#konform #odoslat:hover{
  color: black;
  cursor: pointer;
}
#formrezerv input{
 width: 93.3%;
  margin: auto;
  padding: 2.2%;
  font-size: 4vw;
  background: white;
  margin-bottom: 1%;
  border: none;
}
#formrezerv select{
 width: 97%;
  margin: auto;
  padding: 2%;
  font-size: 4vw;
  background: white;
  margin-bottom: 1%;
  border: none;
}
#formrezerv .odo{
  width: 100%;
  padding: 3%;
  background: #e2bc2d;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  color: white;
}
#formrezerv .odo:hover{
  background: #e2bc2d;
  border: none;
box-shadow: 0px 6px 6px #dadada;
}
#loader{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  z-index: 3000;
}
.lo_stred{
  width: 30%;
  height: 200px;
    margin: auto;
    position: relative;
    top: 40vh;
    text-align: center;
}
.lo_stred h3{
  color: white;
  font-size: 25px;
}
.img_gif{
  width: 70px;
}
.textik{
  width: 90%; 
  color: black; 
  text-align: right; 
  display: inline-block; 
  font-size: 3vw; 
  float: right; 
  font-weight: normal;
}

#obalonastabulky{
  text-align: left; 
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#obalonastabulky h1{
  font-size: 2vw;
}
#obalonastabulky p{
  font-size: 1.2vw;
  line-height: 3.7vh;
}

#tabulacena{
  border: none;
}

#tabulacena tr th{
   
   border: none;
}
#tabulacena tr td{
   border: none;
}
#tabulacena tr td a{
   text-decoration: none;
   -webkit-transition:0.2s;
}
#tabulacena tr td a:hover{
}



}





