/*------------- #PRICE RANGE SLIDER --------------*/

options {
  width: 30em;
  border: 1px solid silver;
  border-radius: 1em;
  background-color: ghostwhite;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.ticks {
  display: flex;
}

.o_txt {
  flex: 1;
  font-size: 14px;
  color: grey;
}

.o_on {
  font-weight: 500;
  color: #007aff;
}

.o_on-e {
  font-weight: 500;
  color: #40444c;
}

.o_on-v {
  font-weight: 500;
  color: #000000;
}

.slider-o {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-o:hover {
  opacity: 1;
}

.slider-o::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 47px;
  height: 25px;
  border: 0;
  background: url('../img/octa.png');
  cursor: pointer;
}

.slider-o::-moz-range-thumb {
  width: 47px;
  height: 25px;
  border: 0;
  background: url('../img/octa.png');
  cursor: pointer;
}

.hide-car {
  color: #f8f8ff;
}

.slider-e {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-e:hover {
  opacity: 1;
}

.slider-e::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 47px;
  height: 25px;
  border: 0;
  background: url('../img/mbe.png');
  cursor: pointer;
}

.slider-e::-moz-range-thumb {
  width: 47px;
  height: 25px;
  border: 0;
  background: url('../img/mbe.png');
  cursor: pointer;
}

.slider-v {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.9;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-v:hover {
  opacity: 1;
}

.slider-v::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 52px;
  height: 27px;
  border: 0;
  background: url('../img/mbv.png');
  cursor: pointer;
}

.slider-v::-moz-range-thumb {
  width: 52px;
  height: 27px;
  border: 0;
  background: url('../img/mbv.png');
  cursor: pointer;
}

@media (max-width: 990px) {
  .o_txt {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .o_txt {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 475px) {
  .o_txt {
    font-size: 6px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 350px) {
  .o_txt {
    font-size: 5px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 1500px) {
  input {
    padding: 14px 30px !important;
  }
}
@media (max-width: 1200px) {
  input {
    padding: 14px 20px !important;
  }
}
@media (max-width: 990px) {
  input {
    padding: 14px 10px !important;
  }
}
@media (max-width: 600px) {
  input {
    padding: 14px 5px !important;
  }
}

/*------------- #PARALLAX --------------*/

.vie {
  background-repeat: no-repeat;
  background-position: center center;
  width: 33.3333%;
  height: auto;
  margin: 50px;
}

.car--class {
   background-repeat:no-repeat;
   background-position: center center;
   width: 50%;
   height: auto;
 }

.text--block {
  text-align: justify;
}

 .banner--block {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 60px 60px;
   font-size: 1em;
   line-height: 1.6;
   color: #000;
   font-weight: 500;
   background-color: #C6AC8E;
 }

.left--img {
float: left;
padding: 15px 35px 10px 0;
}
@media (max-width: 570px) {
  .left--img {
    float: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 10px 0; }
}

.credit {
  position: absolute;
  bottom: 0;
  left: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media (max-width: 570px) {
  .credit {
    font-size: 12px; }
}

.flughafen--press {
  font-size: 12px;
  opacity: 0.6;
}

.parallax-blog {
  /* The image used */
  background-image: url("../../blog/pics/flughafen-vie.jpeg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-blog {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-blog {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #blog {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../blog/pics/flughafen-vie.jpeg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #blog {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../blog/pics/flughafen-vie.jpeg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-flughafen {
  /* The image used */
  background-image: url("../../schwechat/pics/vienna-airport.jpeg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-flughafen {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-flughafen {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #flughafen {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../schwechat/pics/vienna-airport.jpeg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #flughafen {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../schwechat/pics/vienna-airport.jpeg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-letisko {
  /* The image used */
  background-image: url("../../bts/pics/bts.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-letisko {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-letisko {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #letisko {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../bts/pics/bts.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #letisko {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../bts/pics/bts.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-taxi {
  /* The image used */
  background-image: url("../../taxi/pics/schwechat-gates.jpeg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-taxi {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-taxi {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/schwechat-gates.jpeg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/schwechat-gates.jpeg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-taxi-bts {
  /* The image used */
  background-image: url("../../taxi/pics/bts-aero.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-taxi-bts {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-taxi-bts {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-bts {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/bts-aero.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-bts {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/bts-aero.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-malinovo {
  /* The image used */
  background-image: url("../../taxi/pics/malinovo.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-malinovo {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-malinovo {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-malinovo {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/malinovo.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-malinovo {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/malinovo.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-tomasov {
  /* The image used */
  background-image: url("../../taxi/pics/tomasov.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-tomasov {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-tomasov {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-tomasov {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/tomasov.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-tomasov {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/tomasov.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-most {
  /* The image used */
  background-image: url("../../taxi/pics/most.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-most {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-most {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-most {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/most.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-most {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/most.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-zalesie {
  /* The image used */
  background-image: url("../../taxi/pics/zalesie.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-zalesie {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-zalesie {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-zalesie {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/zalesie.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-zalesie {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/zalesie.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-ivanka {
  /* The image used */
  background-image: url("../../taxi/pics/ivanka.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-ivanka {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-ivanka {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-ivanka {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/ivanka.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-ivanka {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/ivanka.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-bernolakovo {
  /* The image used */
  background-image: url("../../taxi/pics/bernolakovo.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-bernolakovo {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-bernolakovo {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-bernolakovo {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/bernolakovo.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-bernolakovo {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/bernolakovo.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-senec {
  /* The image used */
  background-image: url("../../taxi/pics/senec.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-senec {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-senec {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-senec {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/senec.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-senec {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/senec.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-biel {
  /* The image used */
  background-image: url("../../taxi/pics/biel.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-biel {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-biel {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-biel {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/biel.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-biel {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/biel.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-bratislava {
  /* The image used */
  background-image: url("../../taxi/pics/bratislava.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-bratislava {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-bratislava {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-bratislava {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/bratislava.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-bratislava {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/bratislava.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.parallax-petrzalka {
  /* The image used */
  background-image: url("../../taxi/pics/petrzalka.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .parallax-petrzalka {
    visibility: hidden;
  }
}
@media (max-width: 570px) {
  .parallax-petrzalka {
    visibility: hidden;
  }
}
@media (max-width: 980px) {
  #taxi-petrzalka {
    width: 100%;
    height: 350px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/petrzalka.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 570px) {
  #taxi-petrzalka {
    width: 100%;
    height: 250px;
    margin-top: -400px;
    background-image: url("../../taxi/pics/petrzalka.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}
