/* VARIABLES */
/* MIXINS */
/* INTRO */
.lista_visible .no_intro {
  height: 167px;
}
@media (max-width: 599px) {
  .lista_visible .no_intro {
    height: 100px;
  }
}

.no_intro {
  position: relative;
  height: 100px;
  background: url(../img/vzorek3.png);
  background-position-y: top;
  background-position-x: right;
  background-repeat: repeat-y;
  background-color: #3e3e3e;
}

#hp_intro {
  position: relative;
  background: url(../img/vzorek3.png);
  background-position-y: top;
  background-position-x: right;
  background-repeat: repeat-y;
  background-color: #3e3e3e;
  height: 100%;
  max-height: 350px;
  border-radius: 0;
}
#hp_intro.png {
  background-size: contain;
  background-color: transparent;
}
#hp_intro #top_slider {
  position: relative;
  height: 100%;
  background: url(../img/vzorek3.png);
  background-position-y: top;
  background-position-x: right;
  background-repeat: repeat-y;
  background-color: #3e3e3e;
}
#hp_intro #top_slider.png {
  background-size: contain;
  background-color: transparent;
}
#hp_intro #top_slider .zs-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#hp_intro #top_slider .zs-slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
#hp_intro #top_slider .zs-slider.slick-slide {
  position: relative;
}
#hp_intro #top_slider .zs-slider .zs-text {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0 3px 10px black;
}
#hp_intro #top_slider .zs-slider .zs-text .zs-header {
  padding: 0 20px;
  position: relative;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#hp_intro #top_slider .zs-slider .zs-text .zs-header .zs-title {
  font-size: 26px;
  line-height: 1.4em;
  padding-left: 40px;
  text-align: left;
  font-family: "Playfair Display", sans-serif;
  color: white;
  font-weight: bold;
}
#hp_intro #top_slider .zs-slider .zs-text .zs-header .zs-sub {
  display: none;
}
#hp_intro #top_slider .zs-slider.jsIntroAnim .zs-text .zs-header {
  bottom: -50px;
  opacity: 0;
}
#hp_intro #top_slider .zs-dots {
  position: absolute;
  bottom: 40px;
  width: 80%;
  max-width: 200px;
  left: calc((100% - 200px) / 2);
  text-align: center;
  z-index: 30;
}
#hp_intro #top_slider .zs-dots .zs-dot {
  width: 64px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.9098039216);
  display: inline-block;
  transition: all 0.5s;
  margin: 2px;
  border-radius: 8px;
}
#hp_intro #top_slider .zs-dots .zs-dot.active {
  width: 30px;
  background-color: #A37B52;
}
#hp_intro .intro_button {
  display: none;
}
#hp_intro.dark_filter #top_slider .zs-slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #1d1e28, transparent);
  z-index: -1;
}
#hp_intro .slider_holder {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 20;
}
#hp_intro .slider_holder .slider_arrow_down {
  width: 27px;
  height: 42px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  border-radius: 25px;
}
#hp_intro .slider_holder .slider_arrow_down:after {
  content: "";
  width: 3px;
  height: 15px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: 0px;
  transition: top 0.5s;
  border-radius: 2px;
}
#hp_intro .slider_holder .slider_arrow_down:hover:after {
  top: 10px;
}

#hp_intro {
  position: relative;
}
#hp_intro .hp_intro_image {
  position: absolute;
  z-index: 99;
  left: 100px;
  top: 220px;
  width: 50%;
}
@media (min-width: 1280px) {
  #hp_intro .hp_intro_image {
    left: calc((100% - 485px) / 2);
    width: 485px;
    height: 153px;
    top: calc((100% - 153px) / 2);
  }
}
#hp_intro .intro_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  top: 100px;
  z-index: 11;
}
#hp_intro .intro_logo img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #hp_intro {
    max-height: 550px;
    border-radius: 0;
  }
  #hp_intro .intro_button {
    bottom: 100px;
  }
  #hp_intro #top_slider .zs-slider .zs-text .zs-header .zs-title {
    font-size: 50px;
    line-height: 65px;
  }
  #hp_intro .intro_button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 11;
    text-align: center;
  }
  #hp_intro .intro_button .button_book {
    padding: 30px 27px;
  }
  #hp_intro .intro_button .intro_info {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 15px;
    color: #879B32;
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  #hp_intro {
    padding-top: 0;
    height: 835px;
    max-height: unset;
  }
  #hp_intro #top_slider .zs-slider {
    border-radius: 0;
  }
  #hp_intro #top_slider .zs-slider .zs-text {
    text-align: center;
    bottom: 150px;
    text-shadow: 0 3px 10px black;
  }
  #hp_intro #top_slider .zs-slider .zs-text .zs-header {
    padding: 0 20px;
    position: relative;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  #hp_intro #top_slider .zs-slider .zs-text .zs-header .zs-title {
    padding-bottom: 15px;
  }
  #hp_intro #top_slider .zs-slider .zs-text .zs-header .zs-sub {
    display: initial;
  }
  #hp_intro #top_slider .zs-slider .sl-dole {
    margin-top: 20px;
    text-align: center;
    display: none;
  }
  #hp_intro #top_slider .zs-slider .sl-dole.hide {
    display: none;
  }
  #hp_intro #top_slider .zs-slider .sl-dole a {
    width: 64px;
    height: 15px;
    display: inline-block;
    border: none;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 7px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.91);
  }
  #hp_intro #top_slider .zs-slider .sl-dole a.active {
    width: 30px;
    background-color: #A37B52;
  }
  #hp_intro .intro_button {
    bottom: 200px;
  }
  #hp_intro .slider_holder {
    bottom: 85px;
  }
}
@media (min-width: 1280px) {
  html:not(.homepage) #hp_intro .intro_logo {
    display: none;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text {
    width: 760px;
    text-shadow: none;
    color: white;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.left {
    left: 250px;
    right: auto;
    text-align: left;
    transform: none;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.right {
    left: auto;
    right: 250px;
    text-align: right;
    transform: none;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.top {
    bottom: auto;
    top: 150px;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.bottom {
    bottom: 150px;
    top: auto;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.left.center, html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.right.center {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text.left.bottom {
    left: 12%;
    bottom: 150px;
    top: auto;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text .zs-title {
    font-size: 80px;
    letter-spacing: 1.6px;
    line-height: 90px;
    color: white;
    font-family: "Playfair Display", sans-serif;
  }
  html:not(.homepage) #hp_intro #top_slider .zs-slider .zs-text .zs-sub {
    color: white;
  }
}

/*# sourceMappingURL=intro.css.map */
