@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body, table td, table th, table tbody td, input, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #F1F2F2;
  color: #000;
  line-height: 1.25;
}

.foto_vlevo {
  float: left;
  margin: 0px 20px 10px 0px;
}

.foto_vpravo {
  float: right;
  margin: 0px 0px 20px 10px;
}

h1 {
  font-weight: 900;
  line-height: 1.15;
  font-size: 2.5em;
}
@media only screen and (main-width: 768px) {
  h1 {
    font-size: 3.5em;
  }
}

h2 {
  font-weight: normal;
  line-height: 1.25;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

img.lightboxthumb {
  width: 120px;
  max-height: 120px;
}

img.response {
  max-width: 100%;
  height: auto;
}

.maptext {
  background-color: #b2995f;
  display: inline-block;
  padding: 1em;
  color: #F1F2F2;
  margin-left: auto;
  margin-right: auto;
}

.black {
  background-color: #000;
  color: #F1F2F2;
}
.black a {
  color: #F1F2F2;
  text-decoration: underline;
}
.black a#register {
  text-decoration: none;
}

.grey {
  background-color: #343434;
  color: #F1F2F2;
}
.grey a {
  color: #F1F2F2;
}
.grey a#register {
  text-decoration: none;
}

a {
  color: black;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.padding {
  padding: 3rem 0;
}

.nopaddingall {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.nopaddingall div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.hide {
  display: none;
}

.section-color-main {
  background-color: #b2995f;
  color: #F1F2F2;
}
.section-color-main a {
  color: #F1F2F2;
}

.hpblock {
  position: absolute;
}
.hpblock a {
  position: absolute;
  transform: translate(-50%);
  /*   margin-top:2em;*/
  left: 50%;
  color: #b2995f;
  outline: 1px solid #b2995f;
  border: 1px solid #F1F2F2;
  background-color: #F1F2F2;
  display: inline-block;
  padding: 0.3em 3em;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 767px) {
  .hpblock a {
    padding: 0.5em 1.5em;
  }
}
.hpblock a:hover {
  background-color: transparent;
  color: #F1F2F2;
  text-decoration: none;
  border: 1px solid #b2995f;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}

.google-maps {
  position: relative;
  width: 100% !important;
  overflow: hidden;
  min-height: 50vh;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  /*   height: 100% !important;*/
}

table.table {
  width: 100% !important;
}
table.table tbody tr:first-of-type td {
  /*border-top:0;*/
}
table.table tbody tr td {
  width: auto !important;
}
table.table tbody tr td:first-of-type {
  width: 7rem !important;
}
table.table tbody tr td:last-of-type {
  width: 7rem !important;
}

.btn-outline {
  border-radius: 0.5em;
  border: 1px solid #b2995f;
  color: #b2995f;
}
.btn-outline:hover {
  background-color: #b2995f;
  color: white;
  text-decoration: none;
  border: 1px solid #b2995f;
}

.btn-full {
  border-radius: 0.5em;
  border: 1px solid #b2995f;
  background-color: #b2995f;
  color: white;
}

.btn-grey {
  color: white;
  background-color: #343434;
}
.btn-grey:hover {
  color: white;
}

.btn-grey {
  padding: 0.7em 0.5em;
  text-decoration: none;
}
.btn-grey:hover {
  border: 1px solid #8D6A14;
  background-color: #8D6A14;
  color: white;
}

.btn-main-dark,
.btn-main,
.btn-white,
.btn-main-grey {
  padding: 1em 0.9em;
  text-decoration: none !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

.maincolor {
  color: #b2995f;
}

.btn-main-dark {
  border-radius: 0.5em;
  border: 1px solid #8D6A14;
  background-color: #8D6A14;
  color: white;
}
.btn-main-dark:hover {
  color: #343434 !important;
  border: 1px solid white;
  background-color: white;
}

.btn-main {
  border-radius: 0.5em;
  border: 1px solid #b2995f;
  background-color: #b2995f;
  color: white;
}
.btn-main:hover {
  color: white;
  border: 1px solid #8D6A14;
  background-color: #8D6A14;
}

.btn-white {
  color: #b2995f !important;
  border-radius: 0.5em;
  border: 1px solid white;
  background-color: white;
}
.btn-white:hover {
  border: 1px solid #8D6A14;
  background-color: #8D6A14;
  color: white !important;
}

.btn-main-grey {
  border-radius: 0.5em;
  border: 1px solid #343434;
  background-color: #343434;
  color: white !important;
}
.btn-main-grey:hover {
  color: #343434 !important;
  border: 1px solid white;
  background-color: white;
}

img.rounded2 {
  border-radius: 0.5rem;
}

.w10 {
  min-width: 2.5em;
}

.vimeo-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  z-index: 800 !important;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .vimeo-wrapper iframe {
    width: 400%;
    height: 100%; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  }
}

.review {
  position: relative;
  padding-bottom: 505px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /* height: auto;*/
  margin: 1em 0 1.5em 0;
}
@media (min-width: 768px) {
  .review {
    padding-bottom: 331px;
  }
}
.review iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /* height: auto;*/
  margin: 1em 0 1.5em 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.underline {
  text-decoration: underline;
}

.booking-rating {
  background-color: #19408D;
  color: white;
  border-radius: 5px 5px 5px 0;
  padding: 0.5em 0.3em;
  margin: 0 0.5em;
}

.inline-link-main, .grey a.inline-link-main {
  color: #b2995f;
  text-decoration: none;
}
.inline-link-main:after, .grey a.inline-link-main:after {
  margin-left: 0.6em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 14px;
  background: url(/images/news_arrow.svg) 0 0 no-repeat;
  background-size: contain;
}

.veil {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.icon-hp {
  width: 2.2rem;
}

/*# sourceMappingURL=styles-in-progres.css.map */
