@import url(../../Thirdparty/animate.css);
body, html {
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  background-color: #ececec; }

* {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px; }
  @media (min-width: 768px) {
    * {
      font-size: 14px; } }

h1 {
  font-size: 36px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h1 {
      font-size: 76px; } }
  h1.like-h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal; }

h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal; }

h3 {
  font-size: 18px;
  font-weight: normal; }

h4, h5, h6 {
  font-size: 16px;
  font-weight: 600; }

.bg-dark {
  background-color: rgba(0, 0, 0, 0.7) !important; }

nav .navbar-brand img {
  width: 185px;
  height: auto; }
nav .nav-link {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  color: white;
  padding-right: 15px !important;
  padding-left: 15px !important; }
  @media (max-width: 992px) {
    nav .nav-link {
      font-size: 14px;
      text-align: center; } }
  nav .nav-link.active {
    text-decoration: underline; }
nav li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
nav li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
nav li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
nav li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
nav li:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }
nav li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }
nav li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }
nav li:nth-child(8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }
nav li:nth-child(9) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }
nav li:nth-child(10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.scroll-down {
  position: absolute;
  top: calc(100% - 75px);
  left: calc(50% - 15px);
  width: 30px;
  height: 45px;
  background-image: url("../img/scroll-mouse.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  -webkit-animation: flash linear 2s infinite;
  animation: flash linear 2s infinite; }

.reservation-btn-wrapp {
  width: auto;
  height: 61px;
  background-color: white;
  padding: 15px;
  padding-left: 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 70%, 11px 50%, 0 30%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 70%, 11px 50%, 0 30%);
  position: fixed;
  right: 0px;
  bottom: 15px;
  z-index: 1; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
.btn-primary {
  width: 188px;
  height: 38px;
  border: 2px solid #0cb179;
  font-size: 14px;
  font-weight: 900;
  background-color: #0cb179;
  text-align: center;
  color: white;
  cursor: pointer;
  padding-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0px !important; }
  @media (min-width: 768px) {
    .btn-primary {
      width: 138px;
      height: 34px;
      font-size: 12px;
      padding-top: 8px; } }
  .btn-primary:hover, .btn-primary:focus {
    text-decoration: none !important;
    background-color: #11d794;
    border: 2px solid #11d794; }
  .btn-primary:active {
    background-color: #11d794 !important;
    border-color: #11d794 !important;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.5); }
  .btn-primary.disabled {
    background-color: #414042;
    border: 2px solid #414042;
    cursor: not-allowed; }
  .btn-primary.error {
    background-color: #9f0024; }
  .btn-primary.outlined {
    background-color: white;
    color: #0cb179; }
  .btn-primary.outlinedwhite {
    background-color: transparent;
    border: 2px solid white;
    color: white; }
  .btn-primary.inverted {
    background-color: white;
    border: 2px solid white;
    color: #11d794; }
  .btn-primary.formedmy {
    width: 40% !important;
    padding-top: 3px !important; }
    .btn-primary.formedmy:last-child {
      margin-left: auto; }

#carouselintro .introcarouselmy {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  -webkit-filter: grayscale(100%) contrast(120%);
  filter: grayscale(100%) contrast(130%);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); }
  #carouselintro .introcarouselmy .darker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2); }
  #carouselintro .introcarouselmy .carousel-caption {
    top: 45%;
    bottom: auto !important; }
    #carouselintro .introcarouselmy .carousel-caption h2 {
      font-size: 36px;
      font-weight: 200;
      margin-bottom: 60px;
      line-height: 16px; }
      @media (min-width: 992px) {
        #carouselintro .introcarouselmy .carousel-caption h2 {
          font-size: 76px; } }
      #carouselintro .introcarouselmy .carousel-caption h2 small {
        font-size: 20px;
        font-weight: normal; }
    #carouselintro .introcarouselmy .carousel-caption p {
      font-size: 16px;
      font-weight: 600; }
      @media (min-width: 992px) {
        #carouselintro .introcarouselmy .carousel-caption p {
          font-size: 14px; } }
    #carouselintro .introcarouselmy .carousel-caption .animated {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
#carouselintro.smallersell .introcarouselmy {
  height: 70vh !important; }

#carouselactivity .activitycarouselmy {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #carouselactivity .activitycarouselmy .carousel-caption {
    background-color: rgba(255, 255, 255, 0.8);
    color: #414042;
    left: auto;
    right: 15%;
    bottom: 0px;
    top: 0px;
    width: 255px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center; }
    #carouselactivity .activitycarouselmy .carousel-caption .text-wrap-incap {
      width: 100%; }

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important; }
  .carousel-control-next .carousel-control-next-icon, .carousel-control-next .carousel-control-prev-icon, .carousel-control-prev .carousel-control-next-icon, .carousel-control-prev .carousel-control-prev-icon {
    width: 49px;
    height: 89px; }
  .carousel-control-next .carousel-control-prev-icon, .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../img/left-arrow.svg") !important; }
  .carousel-control-next .carousel-control-next-icon, .carousel-control-prev .carousel-control-next-icon {
    background-image: url("../img/right-arrow.svg") !important; }

article {
  padding: 40px 0 60px 0;
  text-align: center;
  color: #414042; }
  article .thintext {
    max-width: 480px;
    margin: 0 auto; }
    article .thintext h1, article .thintext h2, article .thintext h3, article .thintext h4 {
      margin-bottom: 25px; }
    article .thintext .btn-primary {
      margin-top: 20px; }
  article .gallery-wrapp .gallery-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    article .gallery-wrapp .gallery-images a {
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        article .gallery-wrapp .gallery-images a {
          width: 100%; } }
    article .gallery-wrapp .gallery-images a:nth-child(1) {
      display: inline-block; }
      article .gallery-wrapp .gallery-images a:nth-child(1) img {
        width: 100%; }
        @media (min-width: 768px) {
          article .gallery-wrapp .gallery-images a:nth-child(1) img {
            width: calc(33vw - 15px); } }
    article .gallery-wrapp .gallery-images a:nth-child(2) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(2) img {
          width: calc(33vw - 15px); } }
    article .gallery-wrapp .gallery-images a:nth-child(3) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(3) img {
          width: calc(33vw - 15px); } }
    article .gallery-wrapp .gallery-images a:nth-child(4) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(4) img {
          width: calc(33vw - 15px); } }
    article .gallery-wrapp .gallery-images a:nth-child(5) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(5) img {
          width: calc(66vw - 5px);
          height: 100%; } }
    article .gallery-wrapp .gallery-images a:nth-child(6) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(6) img {
          width: calc(33vw - 15px); } }
    article .gallery-wrapp .gallery-images a:nth-child(7) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(7) img {
          width: calc(33vw - 15px); } }
    article .gallery-wrapp .gallery-images a:nth-child(8) img {
      width: 100%; }
      @media (min-width: 768px) {
        article .gallery-wrapp .gallery-images a:nth-child(8) img {
          width: calc(33vw - 15px); } }

.form-with-map {
  background: white; }
  .form-with-map .white-form {
    background: white;
    padding-top: 82px;
    padding-bottom: 82px; }
  .form-with-map .widemap {
    height: 552px; }
  .form-with-map .bottomwrapp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .form-with-map a {
    color: #0cb179; }
    .form-with-map a:hover {
      color: #0cb179; }
  .form-with-map label {
    width: 100%;
    font-size: 15px;
    color: #414042;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
    .form-with-map label.error {
      color: red !important; }
    .form-with-map label.required:after {
      content: " *";
      color: red; }
  .form-with-map input {
    caret-color: #0cb179;
    width: 100%;
    color: #0cb179;
    font-size: 15px;
    height: 25px;
    border: none;
    border-bottom: 1px solid #414042;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-radius: 0px !important;
    background-color: transparent; }
    .form-with-map input:focus {
      outline-color: transparent !important;
      outline-style: none;
      outline-width: 0px;
      border-bottom: 1px solid #0cb179; }
    .form-with-map input.error {
      border-bottom: 1px solid red !important;
      margin-bottom: 0;
      color: red; }
  .form-with-map .error-msg {
    color: red; }
  .form-with-map #souhlas {
    width: 0px;
    height: 0px;
    opacity: 0; }
  .form-with-map #souhlaslabel {
    width: calc(100% - 50px);
    position: relative;
    display: inline-block;
    padding-left: 35px;
    background-image: url("../img/checkbox.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 25px;
    margin-left: -3px;
    margin-right: 34px; }
    .form-with-map #souhlaslabel.checkedbox {
      background-image: url("../img/checked.png"); }
  .form-with-map .opacited {
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .form-with-map .opacited.smaller-label {
      -webkit-transform: translate(-15%, -20px) scale(0.7);
      -moz-transform: translate(-15%, -20px) scale(0.7);
      -ms-transform: translate(-15%, -20px) scale(0.7);
      -o-transform: translate(-15%, -20px) scale(0.7);
      transform: translate(-15%, -20px) scale(0.7); }
      .form-with-map .opacited.smaller-label.label-zprava {
        -webkit-transform: translate(-15%, -30px) scale(0.7);
        -moz-transform: translate(-15%, -30px) scale(0.7);
        -ms-transform: translate(-15%, -30px) scale(0.7);
        -o-transform: translate(-15%, -30px) scale(0.7);
        transform: translate(-15%, -30px) scale(0.7); }

#ceniky-form #cenik-greped {
  margin: 30px 30px 45px 30px;
  max-height: 450px;
  overflow-y: scroll; }
#ceniky-form .jumbotron {
  background-color: white;
  padding: 0px !important; }
#ceniky-form .jumbotron > .row > .col-12.col-md-6.col-lg-5:first-child {
  background-color: #11d794; }
#ceniky-form .white-form {
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  #ceniky-form .white-form .bottomwrapp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
#ceniky-form a {
  color: #0cb179; }
  #ceniky-form a:hover {
    color: #0cb179; }
#ceniky-form label {
  width: 100%;
  font-size: 15px;
  color: white;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  #ceniky-form label.error {
    color: red !important; }
  #ceniky-form label.required:after {
    content: " *";
    color: red; }
#ceniky-form input {
  caret-color: white;
  width: 100%;
  color: white;
  font-size: 15px;
  height: 25px;
  border: none;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-radius: 0px !important;
  background-color: transparent; }
  #ceniky-form input:focus {
    outline-color: transparent !important;
    outline-style: none;
    outline-width: 0px;
    border-bottom: 1px solid white; }
  #ceniky-form input.error {
    border-bottom: 1px solid red !important;
    margin-bottom: 0;
    color: red; }
#ceniky-form .error-msg {
  color: red; }
#ceniky-form #souhlasb {
  width: 0px;
  height: 0px;
  opacity: 0; }
#ceniky-form #souhlaslabelb {
  width: calc(100% - 50px);
  position: relative;
  display: inline-block;
  padding-left: 35px;
  background-image: url("../img/checkbox.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 25px;
  margin-left: -3px;
  margin-right: 34px; }
  #ceniky-form #souhlaslabelb.checkedbox {
    background-image: url("../img/checked.png"); }
#ceniky-form .opacited {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #ceniky-form .opacited.smaller-label {
    -webkit-transform: translate(-15%, -20px) scale(0.7);
    -moz-transform: translate(-15%, -20px) scale(0.7);
    -ms-transform: translate(-15%, -20px) scale(0.7);
    -o-transform: translate(-15%, -20px) scale(0.7);
    transform: translate(-15%, -20px) scale(0.7); }
    #ceniky-form .opacited.smaller-label.label-zprava {
      -webkit-transform: translate(-15%, -30px) scale(0.7);
      -moz-transform: translate(-15%, -30px) scale(0.7);
      -ms-transform: translate(-15%, -30px) scale(0.7);
      -o-transform: translate(-15%, -30px) scale(0.7);
      transform: translate(-15%, -30px) scale(0.7); }

.activity {
  margin-bottom: 20px; }
  .activity .row-wrapper .img-wrapper img {
    width: 100%; }
  @media (max-width: 767px) {
    .activity .row-wrapper .img-wrapper {
      order: 1; } }
  .activity .row-wrapper .text-wrapper {
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .activity .row-wrapper .text-wrapper {
        order: 2;
        text-align: center !important; } }

.isdark {
  background-color: white; }

.apartment {
  margin-bottom: 20px; }
  .apartment .row-wrapper {
    position: relative; }
  .apartment .img-wrapper img {
    width: 100%;
    z-index: 1; }
  .apartment .text-wrapper {
    position: absolute;
    left: 50vw;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2; }
    .apartment .text-wrapper .positioner {
      position: relative;
      width: 445px;
      padding: 20px;
      background-color: white;
      top: 50%;
      transform: translateY(-50%); }
    .apartment .text-wrapper.text-right {
      left: 0px;
      right: 50vw; }
      .apartment .text-wrapper.text-right .positioner {
        margin-left: auto; }

#cenik-inner .content-wrapper {
  background-color: white;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  #cenik-inner .content-wrapper h2 {
    text-align: center;
    margin-bottom: 20px; }
  #cenik-inner .content-wrapper .hideover {
    overflow: hidden; }
  #cenik-inner .content-wrapper .img-inner {
    min-height: 100%;
    width: auto; }
#cenik-inner .top-stamp {
  width: 100%;
  height: 15px;
  background-image: url("../img/top-stamp.png"); }
#cenik-inner .bottom-stamp {
  width: 100%;
  height: 15px;
  background-image: url("../img/bottom-stamp.png"); }

footer {
  background: black;
  text-align: center !important;
  padding: 20px; }
  footer .bottom-brand img {
    width: 220px;
    margin: 0 auto; }
  footer .navbar-nav {
    margin: 0 auto; }
  footer span {
    color: white; }
  footer .navbar-toggler {
    margin: 0 auto; }

@media (min-width: 992px) {
  .cookiebanner {
    max-width: 700px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; } }

#gdpr-form .mfp-close, #gdpr-formdva .mfp-close, #gdpr-formdvab .mfp-close {
  right: calc(100vw - 50vw - 350px) !important; }

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