@charset "UTF-8";
.odd-even-bg:nth-child(odd) {
  background: white; }
.odd-even-bg:nth-child(even) {
  background: wheat; }

.even-odd-bg:nth-child(odd) {
  background: wheat; }
.even-odd-bg:nth-child(even) {
  background: white; }

/*Common styles */
* {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  outline: 0;
  color: inherit;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #222; }
  a:visited, a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  color: black; }

h1 {
  font-size: 3.5em;
  font-variant: small-caps;
  background: #c9a02c;
  background: -webkit-gradient(linear, left top, right top, from(#c9a02c), color-stop(50%, #e1c16e), to(#c9a02c));
  background: linear-gradient(90deg, #c9a02c 0%, #e1c16e 50%, #c9a02c 100%);
  text-align: center;
  padding: 10px 15px;
  color: black;
  font-variant: small-caps;
  border-bottom: 2px solid #bdbdbd;
  margin-bottom: 0; }

.serv_article img {
  max-width: 100%; }

.img-wrap {
  overflow: hidden; }
  .img-wrap img {
    width: 100%; }

a[href^="tel:"], a[href^="callto:"] {
  text-decoration: none; }

.navbar-tel .fa {
  margin-right: 2px; }

html {
  position: relative; }

.children_age {
  display: inline-block; }

.dnone {
  display: none; }

#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0; }

#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%; }

/*Main styles */
body {
  color: #000000;
  font-family: 'Arial',sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }

header {
  position: fixed;
  height: auto;
  z-index: 1030;
  background: #fff;
  width: 100%;
  top: 0;
  border-bottom: 1px solid lightgray; }
  header .header-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 20px 0; }
  header #toggle_menu {
    display: none; }
  header .logo_cov {
    margin: 0 300px 0 100px;
    height: 60px;
    float: left; }
    header .logo_cov img {
      height: 100%; }
  header nav {
    text-align: center;
    background: white;
    margin: 0 auto 0 0;
    float: left; }
    header nav ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      z-index: 1000; }
    header nav .top-menu {
      list-style: none;
      padding: 0px;
      margin: 11px 0 0 0; }
      header nav .top-menu > li {
        border-top: 1px solid #bdbdbd;
        display: inline-block;
        margin: 0 15px;
        min-width: 95px;
        padding: 11px 0;
        width: auto; }
        header nav .top-menu > li > a {
          padding: 0 10px;
          color: #222;
          display: block;
          -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }
        header nav .top-menu > li > a:hover {
          opacity: 0.5; }
        header nav .top-menu > li > a.active {
          background: #71777A;
          color: white; }
      header nav .top-menu > li.active {
        border-bottom: 1px solid #bdbdbd; }
  header .flags {
    margin: 0 20px 0 0; }

a.dial_pr_code {
  font-size: 1.2em;
  text-decoration: none;
  margin-left: 5px;
  color: #A17D16; }

.article {
  padding-top: 25px; }

.article a, .advert-single a {
  color: #A17D16; }

#main .kontakt-kontakt a {
  color: black; }

#main .main-long-term-section h2 a {
  color: #000; }

.article a:hover {
  text-decoration: underline; }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #c9a02c;
  background: -webkit-gradient(linear, left top, right top, from(#c9a02c), color-stop(50%, #e1c16e), to(#c9a02c));
  background: linear-gradient(90deg, #c9a02c 0%, #e1c16e 50%, #c9a02c 100%); }

.navbar-mail {
  border-right: 1px solid;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0; }

.navbar-tel {
  border-right: 1px solid;
  padding: 0 20px 0 0; }
  .navbar-tel a {
    color: #222;
    font-weight: 200; }

/*Dropdown MENU*/
li.dropdown {
  display: inline-block; }
  li.dropdown i {
    color: #222;
    padding: 0 0 0 10px; }
  li.dropdown a.active i {
    color: white; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content a {
    color: #222;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left; }
    .dropdown-content a:hover {
      background-color: #222;
      color: #f9f9f9; }

.dropdown:hover .dropdown-content {
  display: block; }

/*Dropdown langs */
.dropdown-button {
  background: none;
  padding: 5px 20px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer; }
  .dropdown-button:hover {
    opacity: 0.5; }
  .dropdown-button:focus {
    outline: none; }

.dropdown-lang {
  position: absolute;
  z-index: 1000;
  display: none;
  list-style: none;
  text-align: center;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
  .dropdown-lang a {
    padding: 5px 20px;
    color: #222; }
  .dropdown-lang a:hover {
    background-color: #222;
    color: #f9f9f9; }

.flags.open > .dropdown-lang {
  display: block; }

/*Konec Header */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); } }
@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); } }
/*SLIDESHOW*/
#slide {
  height: auto;
  overflow: hidden;
  z-index: 100;
  position: relative; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mySlides {
  display: none; }
  .mySlides img {
    width: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }

.slideshow-container {
  position: relative;
  height: 630px;
  background: white; }

.dots-wrap {
  position: absolute;
  left: 50%;
  z-index: 1000; }

.dots-relative {
  position: relative;
  left: -50%;
  bottom: 30px; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease; }

.dot-active, .dot:hover {
  background-color: #717171; }

/* zooming animation */
.zom {
  -webkit-animation: zoom 7s;
          animation: zoom 7s; }

/*KONEC SLIDESHOW*/
.cenik-table {
  margin: 10px auto; }

.cenik-table td, .cenik-table th {
  padding: 5px 15px;
  border: 1px solid; }

/*Formulář*/
.rezerv-form {
  width: 750px;
  margin: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  padding: 0;
  background: linear-gradient(110deg, #333333 0%, #333333 30%, rgba(51, 51, 51, 0.7) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
  .rezerv-form-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 4rem;
    margin-bottom: 1.5rem; }

#vyhledat[disabled], #rezervace_send[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none; }

.date-wrap {
  border: 1px solid;
  padding: 5px;
  margin: 0 40px 0 0;
  display: inline-block; }
  .date-wrap .date {
    width: 140px;
    background: none;
    margin-left: 10px;
    cursor: pointer; }

#ubyt_form {
  padding: 10px 5px;
  margin: 80px 0 0 30px;
  color: #C6C6C6; }
  #ubyt_form label {
    margin: 0 20px;
    width: 85px; }
  #ubyt_form .btn-rezerv {
    display: inline-block;
    min-width: 15rem;
    margin-left: 2.5rem;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #222;
    background: white;
    cursor: pointer;
    text-align: center; }
  #ubyt_form .form-group {
    margin-bottom: 2rem; }

.vyprodano p {
  width: 300px;
  margin: 0 20px; }

.rezerv-select option {
  background: #343434; }

.rezerv-select {
  background: transparent;
  border: 1px solid;
  padding: 5px 40px 5px 5px;
  appereance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }

.rezerv-select.rezerv-voucher {
  padding: 5px;
  width: 100px;
  cursor: auto; }

#ubyt_form .voucher-wrap > label {
  margin: 0 3px 0 20px;
  width: 102px; }

#ubyt_form .voucher-wrap > .selectdiv {
  vertical-align: text-bottom; }

.selectdiv {
  position: relative;
  display: inline-block; }

.date-wrap::after, .pocty-wrap::after {
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  right: 40px;
  top: 0px;
  padding: 5px 5px 5px 0;
  position: absolute;
  pointer-events: none;
  font-weight: 900; }

.pocty-wrap::after {
  right: 10px; }

img.ui-datepicker-trigger {
  top: 0px;
  cursor: pointer; }

.ui-datepicker {
  width: 500px !important;
  background: #fff;
  background-clip: padding-box;
  margin-left: -5px;
  border: 5px solid #0b4974;
  z-index: 5000 !important;
  padding: 0 4px 4px;
  overflow: hidden; }

.ui-datepicker-header {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding: 0 30px;
  text-align: center; }
  .ui-datepicker-header .ui-datepicker-title {
    white-space: nowrap;
    font-weight: bold;
    color: #0b4974; }

.ui-datepicker-calendar {
  border: 1px solid #fff;
  margin: 0; }
  .ui-datepicker-calendar tr {
    display: table-row;
    padding: 0;
    border: 0; }
  .ui-datepicker-calendar td, .ui-datepicker-calendar th {
    width: 14.2%;
    border: 1px solid #fff;
    background: #e9e9e9;
    padding: 0;
    text-align: center !important;
    overflow: hidden;
    color: #5f5f5f;
    height: 35px;
    line-height: 35px;
    display: table-cell; }
    .ui-datepicker-calendar td *, .ui-datepicker-calendar th * {
      line-height: 35px;
      height: 35px;
      display: block;
      text-align: center; }
  .ui-datepicker-calendar th {
    background: #B9912F;
    color: #fff;
    font-weight: bold; }
  .ui-datepicker-calendar .ui-state-disabled * {
    color: #999;
    background: #f9f9f9; }
  .ui-datepicker-calendar a {
    text-decoration: none;
    color: #1f1f1f; }
  .ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar a:hover {
    background: #DCB955;
    border: 1px solid #343434; }

.ui-datepicker-header .ui-datepicker-title {
  color: #343434; }

.ui-state-default, .ui-widget-content .ui-state-default {
  text-align: center; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: auto;
  padding: 3px 5px; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #DCB955;
  background: #DCB955;
  color: #000; }

/*KONEC FORMULÁŘE*/
/*HLAVNI OBSAH */
section {
  padding: 40px 0; }

.breadcrumb-section {
  padding: 30px 0 10px; }

.articles-perexes-wrap {
  padding: 30px 0; }

.articles-perexes a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.children-age-lab {
  width: 45px;
  margin: 0 1px 0 1px;
  text-align: center;
  display: inline-block; }

.children_age {
  width: 36px;
  margin-right: 2px;
  line-height: 18px;
  text-align: center;
  padding: 8px 6px;
  margin-left: 5px; }

.rooms-person-wrap {
  width: 80px;
  display: inline-block;
  text-align: center;
  padding: 0 5px; }

.alertOsobyNo, .alertOsobyYes {
  display: none;
  margin: 1rem auto; }

.hideRooms {
  display: none; }

.main-long-term-section, .main-parking {
  background: #c9a02c;
  background: -webkit-gradient(linear, left top, right top, from(#c9a02c), color-stop(50%, #e1c16e), to(#c9a02c));
  background: linear-gradient(90deg, #c9a02c 0%, #e1c16e 50%, #c9a02c 100%); }

.main-text, .main-trips-section {
  background: white; }

.main-trips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.main-okoli {
  background: white; }

.icons-wrap {
  text-align: right; }

.main-parking .image-wrap img {
  width: 100%; }

.main-fotogalerie {
  padding: 0; }

.odd-even-bg:nth-child(odd) {
  background: white; }
.odd-even-bg:nth-child(even) {
  background: wheat; }

.count-date {
  width: 90px;
  margin-left: 5px; }

.gallery-name {
  text-align: center;
  padding: 40px 0; }

.trip-wrap {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid grey; }
  .trip-wrap .trip-href {
    position: relative;
    height: 230px;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block; }
  .trip-wrap .trip-description-wrap {
    display: block;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    height: auto;
    position: absolute;
    bottom: 0; }
  .trip-wrap h2 {
    font-weight: bold;
    color: black;
    font-size: 1.6em; }
  .trip-wrap img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    min-width: 348px; }

.trip-wrap:hover .trip-href img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.main-pokoje {
  padding: 0; }

.pokoje-wrap {
  padding: 30px 0; }

.pokoje-text {
  padding: 0px 0 10px 0; }

.pokoje-th {
  border-bottom: 2px solid; }
  .pokoje-th p {
    margin-bottom: 10px; }

.cenik-item {
  padding: 15px 0 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cenik-desc a {
  text-decoration: underline;
  font-weight: bold; }

.mobile-padding-persons {
  font-size: 1.3rem; }

.btn-pokoje {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background: #343434;
  color: white;
  text-transform: uppercase;
  cursor: pointer; }
  .btn-pokoje:hover, .btn-pokoje:active, .btn-pokoje:focus {
    background: white;
    color: #343434;
    border: 1px solid #343434; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: white !important;
  color: #343434 !important;
  border: 1px solid #343434 !important; }
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5) !important; }

.room_scroll_1 {
  background: white; }

.room_scroll_2 {
  background: wheat; }

.carousel-gallery, .regular-gallery {
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px 0 50px; }
  .carousel-gallery a, .regular-gallery a {
    display: inline-block;
    margin: 5px 30px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    width: auto;
    height: 220px;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1; }
    .carousel-gallery a img, .regular-gallery a img {
      min-height: 100%;
      min-width: 100%; }
  .carousel-gallery a:hover img, .regular-gallery a:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.regular-gallery a {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%; }

/* Dlouhodobe pronajmy */
.advert {
  border: 1px solid gray;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.3em; }

.advert:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.advert h2 {
  text-align: left;
  font-weight: bold;
  color: black;
  padding-top: 10px;
  font-size: 1em;
  clear: both;
  margin: 15px 0; }

.advert .advert-price {
  color: red;
  font-size: 1.2em;
  font-weight: bold; }

.advert-fotos {
  margin-top: 20px;
  position: relative; }

.advert-makler {
  margin-top: 30px; }

.makler-kontakt {
  margin-top: 30px; }

.kap-1, .kap-2, .kap-3, .kap-4, .kap-5, .kap-6, .kap-7, .kap-8 {
  background: url("../images/panacek.png") repeat-x left top;
  width: 7px;
  height: 20px;
  margin: 0 auto; }

.kap-2 {
  width: 14px; }

.kap-3 {
  width: 21px; }

.kap-4 {
  width: 28px; }

.kap-5 {
  width: 35px; }

.kap-6 {
  width: 42px; }

.kap-7 {
  width: 49px; }

.kap-8 {
  width: 56px; }

#unit_list_form h2 {
  margin: 2rem 0rem 1rem;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    #unit_list_form h2 {
      font-size: 1.2rem; } }

.unit-list {
  margin-bottom: 2rem; }
  .unit-list .max {
    text-align: center;
    width: 40px; }
    .unit-list .max .fa-times {
      font-size: 0.7em; }
  .unit-list .podminky {
    text-align: center;
    width: 70px; }
  .unit-list .pocet_pok {
    text-align: center;
    width: 85px; }
  .unit-list .cena {
    text-align: center;
    width: 90px; }
  .unit-list .pocet_pokoju {
    width: 40px;
    height: 36px;
    border: 1px solid #999999; }
  .unit-list .old_price {
    color: #000;
    text-decoration: line-through; }

.unit-gal img {
  max-width: 150px;
  margin-bottom: 5px; }

.unit-block {
  border: 1px solid #959597;
  margin-bottom: 28px;
  padding: 12px; }
  @media (max-width: 767px) {
    .unit-block .unit-info {
      padding-top: 0px !important; } }
  .unit-block .top_img {
    padding-left: 0px;
    width: 100px; }
  .unit-block .unit_name {
    padding-left: 5px;
    text-align: left; }
    @media (max-width: 767px) {
      .unit-block .unit_name {
        padding-left: 0px; } }
  .unit-block h3 {
    margin: 3px 0px 5px 0px;
    font-size: 1.1rem; }
    @media (max-width: 767px) {
      .unit-block h3 {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 5px;
        min-height: 32px; } }
    .unit-block h3 a {
      text-decoration: none;
      position: relative; }
      @media (max-width: 767px) {
        .unit-block h3 a {
          display: block;
          padding-right: 2.3em; }
          .unit-block h3 a svg {
            position: absolute;
            right: 0px;
            top: 2px;
            width: 1.5em;
            height: 1.5em; } }
  .unit-block .unit-spec, .unit-block .unit-vlastnosti {
    display: inline-block;
    padding-right: 15px;
    font-size: 14px; }
    .unit-block .unit-spec img, .unit-block .unit-vlastnosti img {
      width: 20px; }
    .unit-block .unit-spec span, .unit-block .unit-vlastnosti span {
      font-size: 14px;
      vertical-align: middle;
      padding-left: 5px; }
    .unit-block .unit-spec i, .unit-block .unit-vlastnosti i {
      font-size: 14px;
      vertical-align: middle; }
    .unit-block .unit-spec:first-child, .unit-block .unit-vlastnosti:first-child {
      padding-left: 0; }
  .unit-block .unit_desc {
    margin: 0px 0px 5px 1px;
    font-size: 12px; }
  .unit-block p {
    margin-top: 10px; }
  .unit-block .unit-block .pic_cov {
    position: relative; }
  .unit-block .top_img .lupa {
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #666666;
    background: rgba(255, 255, 255, 0.42);
    padding: 0.5rem; }
    @media screen and (max-width: 991px) {
      .unit-block .top_img .lupa {
        font-size: 1.1rem;
        padding: 0.3rem; } }
  .unit-block .top_img img {
    float: left;
    width: 100%;
    margin: 0px 5px 0px 0px;
    border: 1px solid #ccc; }
  .unit-block .cena {
    font-size: 1.1em;
    color: #339900;
    font-weight: bold; }
    .unit-block .cena em {
      font-variant: normal;
      display: inline-block;
      font-style: normal; }
    .unit-block .cena .cena-zahrnuje {
      font-size: 0.8rem;
      color: #555;
      font-weight: normal;
      line-height: 1.2;
      padding: 0rem 0.5rem;
      margin-top: 0.3rem;
      display: block; }
      @media screen and (max-width: 767px) {
        .unit-block .cena .cena-zahrnuje {
          text-align: right;
          padding-right: 0rem; } }

.top_img {
  position: relative;
  display: inline-block;
  float: left; }

.room-table {
  display: table;
  width: 100%; }
  .room-table .cena {
    width: 13%; }
  .room-table .pocet_pok {
    width: 10%; }
  .room-table .max {
    width: 8%;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .room-table .top_img {
    width: 28%;
    float: none;
    vertical-align: top; }
    @media (max-width: 767px) {
      .room-table .top_img {
        display: none; } }
  .room-table .unit_name {
    width: 70%;
    display: inline-block; }
    @media (max-width: 767px) {
      .room-table .unit_name {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .room-table .tHead {
      display: none; }
    .room-table .max {
      width: auto;
      display: block;
      text-align: left; }
    .room-table .pocet_pok {
      width: auto;
      display: block; }
    .room-table .cena {
      width: auto;
      margin: 5px 0px; }
    .room-table .kap-cov {
      display: inline-block; } }

.th-row {
  display: table-row; }

.thStick {
  display: table-cell;
  /*  background: #ffffff;
    color: #000000;
    border-bottom: 1px solid #000;*/
  background: #666;
  color: #fff;
  padding: 5px;
  font-weight: bolder;
  text-align: center;
  font-size: 16px; }

.sticky-rezerv {
  width: 12%;
  min-width: 130px;
  position: relative; }
  .sticky-rezerv input {
    position: absolute;
    top: 89px;
    right: 0;
    width: 94%;
    text-align: center;
    padding: 5px 0px; }

.first-separ-row {
  line-height: 1px;
  height: 10px; }

.t-row {
  display: table-row;
  height: 100px; }
  @media screen and (max-width: 767px) {
    .t-row {
      display: block;
      height: auto;
      border: 0px !important; }
      .t-row:nth-child(odd) {
        border: 1px solid #dcdcdc !important; } }
  .t-row:nth-child(even) {
    background: #f2f2f2; }

.t-col {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px !important;
  border-bottom: 1px solid #999999; }
  @media screen and (max-width: 767px) {
    .t-col {
      padding: 7px 0px !important;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      border-bottom: 0px; } }
  .t-col .change-button {
    background: #871719;
    color: #ffffff; }
  .t-col .change-button, .t-col .cancel-button {
    display: none; }

.count-rooms-wrap {
  display: none;
  padding: 15px 0; }

.count-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px; }

.rooms-count {
  background: #fff;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  line-height: 20px;
  width: 60px;
  font-weight: normal;
  padding: 0.5rem; }

.rooms-btn {
  font-size: 14px;
  background: #343434;
  color: white;
  padding: 0.5rem;
  border: 1px solid #343434; }
  .rooms-btn:hover, .rooms-btn:active, .rooms-btn:focus {
    background: white;
    color: #343434;
    border: 1px solid #343434; }

.rooms-more {
  border-radius: 0 6px 6px 0; }

.rooms-less {
  border-radius: 6px 0 0 6px; }

.error-no-rooms {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.error-no-rooms-content {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  width: 90%;
  margin: 0 auto; }

.err_last_unit {
  display: none; }

.change-button,
.cancel-button,
.click-button,
.btn-pokoje {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background: #343434;
  color: white;
  text-transform: uppercase;
  cursor: pointer; }
  .change-button:hover, .change-button:active, .change-button:focus,
  .cancel-button:hover,
  .cancel-button:active,
  .cancel-button:focus,
  .click-button:hover,
  .click-button:active,
  .click-button:focus,
  .btn-pokoje:hover,
  .btn-pokoje:active,
  .btn-pokoje:focus {
    background: white;
    color: #343434;
    border: 1px solid #343434; }

.show-mobile {
  display: none; }

.top-rezerv {
  display: none;
  position: fixed;
  top: 0;
  background: green;
  width: 100%;
  z-index: 99999;
  padding: 7px 7px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-left: -15px; }
  @media screen and (min-width: 768px) {
    .top-rezerv {
      bottom: 0px;
      left: 0px;
      top: auto;
      margin-left: 0px; } }
  .top-rezerv .top-button {
    width: auto;
    background: white;
    color: #000;
    float: right; }
  .top-rezerv .top-name {
    margin-bottom: 0.5rem; }
  .top-rezerv .top-final {
    border-top: 1px solid;
    margin-top: 10px;
    padding: 7px 0 0; }
  .top-rezerv .top-price {
    font-weight: bolder;
    height: 39px;
    line-height: 39px;
    font-size: 1rem; }
  .top-rezerv .fa {
    font-size: 1.2rem;
    margin-left: 0.3rem;
    position: relative;
    top: 2px; }

.recap-text {
  border: 1px solid #bdbdbd;
  padding: 1rem 2rem;
  background: wheat; }

.recap-price-text-sum {
  font-weight: bold;
  border-top: 1px solid;
  padding-top: 5px; }

.recap-price-text span {
  float: right; }

.recap-title-color {
  color: #871719;
  font-size: 18px; }

.recap-text-title {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px; }

.recap-title {
  font-size: 20px;
  color: #871719; }

/* Dlouhodobe pronajmy */
.kontakty-boxy {
  font-size: 1.1em;
  padding: 0 5px;
  text-align: center; }

.kontakt-prijezd a img {
  width: 100% !important;
  height: auto !important; }

.prijezd-havigace {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px; }

.prijezd-text {
  font-size: 0.9em; }

.kontakt-prijezd {
  background: white; }

.bg-wheat {
  background: wheat; }

.navigation-scroll {
  padding: 10px 0; }
  .navigation-scroll span {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0; }
  .navigation-scroll i {
    margin: 0 5px 0 5px; }

.navigace-praha {
  color: #662383; }

.navigace-brno {
  color: #D60B52; }

.navigace-ostrava {
  color: #F9B234; }

.kontakt-mapa {
  background: white; }
  .kontakt-mapa p {
    margin: 0; }

.rezerv-final label {
  margin-bottom: 0; }

.rezerv-divider {
  border-bottom: 1px solid grey;
  font-weight: bold;
  font-size: 1.2em; }

.slick-prev::before, .slick-next::before {
  color: grey !important; }

.rezerv-confirm {
  font-size: 1.2rem;
  padding: 20px 15px; }

.active_star, .inactive_star {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px;
  cursor: pointer; }

.rating-info {
  font-size: 12px; }

.active_star {
  background: url("../images/star_on.jpg") no-repeat; }

.inactive_star {
  background: url("../images/star_off.jpg") no-repeat; }

footer {
  background: #171C21;
  margin: 0;
  padding: 30px 0 40px; }
  footer .pcom-links {
    border-top: 1px solid #44535a;
    border-bottom: 1px solid #44535a;
    padding: 0.5rem 0rem; }
    footer .pcom-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-column-gap: 1.5rem;
              column-gap: 1.5rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      footer .pcom-links ul li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0.5rem 0rem; }
  footer a:hover {
    text-decoration: underline; }

.footer-logo {
  margin: 0 60px 0 0; }

.footer-icons .icon {
  margin: 0 10px; }

.footer-copyright {
  color: white;
  text-align: center;
  padding: 20px 0 0 0; }

.footer-copyright a:hover {
  text-decoration: underline; }

a.btn-primary {
  color: #fff; }

a.btn-primary {
  color: #fff; }

@media (max-width: 575.98px) {
  .advert-text-wrap {
    margin-top: 2em; }

  .ui-datepicker {
    left: 15px !important; }

  .navbar-mail span, .navbar-tel span {
    display: none; }

  .trip-wrap .trip-href {
    height: auto; }

  #ubyt_form {
    width: 300px;
    text-align: center; }
    #ubyt_form label {
      margin: 0 10px; }
    #ubyt_form .btn-rezerv {
      margin-left: 10px; }

  .date-wrap {
    margin: 0px; }
    .date-wrap:after {
      right: 10px; }

  .carousel-gallery, .regular-gallery {
    margin: 0 30px;
    max-width: 1140px; }

  .pokoje-heading h2 {
    text-align: center; }

  .footer-logo {
    text-align: center;
    margin: 0; }

  .footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .pokoje-th {
    display: none; }

  .pokoje-typ p {
    display: none; }

  .cenik-item {
    text-align: center; }

  .mobile-padding-persons {
    padding: 10px 0 5px 0; }

  .mobile-padding-price {
    padding: 5px 0 10px 0; }

  .regular-gallery a {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; } }
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }
@media (max-width: 767.98px) {
  .show-mobile {
    display: inline-block; }

  .label-room-persons {
    display: block; }

  .rooms-person-wrap {
    padding: 0 2px;
    width: 60px; }

  #main {
    margin-top: 0 !important; }

  .advert a.btn-primary {
    margin-top: 10px; }

  .trip-wrap img {
    min-width: 328px; }

  .ui-datepicker {
    width: 300px !important; }

  h1 {
    font-size: 2.2em; }

  h2 {
    font-size: 1.9em; }

  header {
    position: relative; }
    header .logo_cov {
      margin: 0 auto 0 0; }
    header .header-menu {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; }
    header #toggle_menu {
      text-align: center;
      display: block;
      rigth: 0;
      top: 0;
      width: auto;
      height: auto;
      position: relative;
      cursor: pointer;
      padding-right: 20px;
      margin: 0 0 0 auto; }
      header #toggle_menu .meat {
        position: relative;
        display: inline-block;
        width: 38px;
        height: 5px;
        margin: 10px 0;
        background-color: #5c5c5c;
        border-radius: 4px; }
        header #toggle_menu .meat::before, header #toggle_menu .meat::after {
          position: absolute;
          bottom: -9px;
          left: 0;
          display: block;
          width: 38px;
          height: 5px;
          content: '';
          background-color: #5c5c5c;
          border-radius: 4px;
          -webkit-transition: bottom 0.3s, -webkit-transform 0.3s;
          transition: bottom 0.3s, -webkit-transform 0.3s;
          transition: bottom 0.3s, transform 0.3s;
          transition: bottom 0.3s, transform 0.3s, -webkit-transform 0.3s; }
        header #toggle_menu .meat::after {
          top: -9px; }
      header #toggle_menu span {
        display: block;
        margin-top: -2px;
        vertical-align: top;
        line-height: 24px;
        color: #5c5c5c;
        text-transform: uppercase;
        font-weight: bold; }
    header nav {
      display: none;
      margin: 0px;
      margin-bottom: 0px;
      margin-bottom: 20px;
      right: 0px;
      position: absolute;
      top: 120px;
      z-index: 999;
      width: 100%;
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.75);
              box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.75); }
      header nav .top-menu {
        margin: 0; }
        header nav .top-menu > li {
          width: 100%;
          display: block;
          padding: 0;
          text-align: left;
          margin: 0; }
          header nav .top-menu > li > a.active {
            background-color: #222;
            color: #f9f9f9;
            opacity: 1; }
            header nav .top-menu > li > a.active i {
              color: #f9f9f9; }
          header nav .top-menu > li a {
            padding: 10px 20px; }
            header nav .top-menu > li a:hover {
              background-color: #222;
              color: #f9f9f9;
              opacity: 1; }
              header nav .top-menu > li a:hover i {
                color: #f9f9f9; }
      header nav .dropdownToggle {
        float: right;
        border-left: 1px solid #bdbdbd;
        padding: 13px 16px;
        font-size: 1.2em;
        margin: -10px -14px 0px 0px; }

  .dropdown:hover .dropdown-content {
    display: none; }

  .dropdown-content {
    position: relative;
    padding: 0 0 0 20px; }

  .slideshow-container, .dots-wrap {
    display: none; }

  .rezerv-form {
    background: #343434;
    margin: 0;
    padding: 0;
    width: auto;
    position: relative; }
    .rezerv-form-title {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 1.2rem;
      margin-left: 0px;
      color: #ffffff;
      text-transform: uppercase; }

  #ubyt_form {
    padding: 20px 0px 20px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    #ubyt_form .form-group {
      margin-bottom: 1rem; }
    #ubyt_form .children-wrap, #ubyt_form .adults-wrap {
      display: inline-block; }
    #ubyt_form .voucher-wrap > label {
      margin: 0 5px 0 10px;
      width: 90px; }
    #ubyt_form .btn-rezerv {
      margin-left: 0rem; }

  .btn-rezerv-wrap {
    text-align: center; }

  .navigation-scroll .row {
    display: block; }

  .icons-wrap {
    padding: 0 0 10px 0;
    text-align: center; }

  .kontakty-boxy {
    margin: 5px 0 5px 0; }

  .gallery-name {
    padding: 20px 0; }

  .carousel-gallery, .regular-gallery {
    padding: 0px 0 40px; }

  .articles-title {
    padding: 10px 0 0 0; }

  .kontakty-boxy {
    font-size: 1em;
    padding: 0 15px;
    text-align: left; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .trip-wrap .trip-href {
    height: 150px; }

  #ubyt_form .voucher-wrap > label {
    margin: 0 20px;
    width: 85px; }

  .rezerv-form {
    margin: 0;
    padding: 0; }

  .carousel-gallery, .regular-gallery {
    max-width: 540px; }

  #ubyt_form {
    width: 360px; }

  .icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  header .logo_cov {
    margin: 0 10px 0 0; }
  header nav {
    margin: 0; }
    header nav .top-menu > li {
      margin: 0 10px;
      min-width: auto; }
      header nav .top-menu > li a {
        padding: 0; }

  .slideshow-container, .dots-wrap {
    display: none; }

  .rezerv-form {
    margin: 0;
    padding: 0;
    background: #343434;
    width: auto;
    position: relative; }

  #ubyt_form {
    margin: 0;
    padding: 20px 10px 20px;
    text-align: center; }
    #ubyt_form .rezerv-form-title {
      margin-left: 0rem; }
    #ubyt_form .form-group {
      margin-bottom: 0.75rem;
      display: inline-block; }
    #ubyt_form .btn-rezerv {
      margin-left: 0rem; }

  .adults-wrap {
    vertical-align: top; }

  .divider {
    display: block !important;
    margin-top: 20px; }

  .carousel-gallery, .regular-gallery {
    max-width: 720px; }

  .date-wrap::after {
    right: 10px; }

  #main {
    margin: 120px 0 0 0; }

  .btn-rezerv-wrap {
    display: block !important; }

  .slideshow-container {
    height: 320px; }

  .date-wrap {
    margin: 0; }

  .children-wrap, .adults-wrap {
    display: inline-block; }

  .main-trips-section .container {
    padding: 0; }

  .trip-wrap .trip-href {
    height: 210px; } }
@media (min-width: 992px) {
  .advert-fotos {
    margin-right: 0; }

  .col-xl-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%; }

  .col-xl-rooms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%;
    max-width: 11%; }

  .col-xl-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .logo_cov {
    margin: 0 30px 0 0; }
  header nav .top-menu > li {
    margin: 0 5px; }

  .rezerv-form {
    margin: 0;
    padding: 0; }

  .carousel-gallery, .regular-gallery {
    max-width: 720px; }

  #ubyt_form {
    margin: 30px 0 0 30px; }
    #ubyt_form .form-group {
      margin-bottom: 1rem; }

  #main {
    margin: 120px 0 0 0; }

  .slideshow-container {
    height: 410px; } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header nav .top-menu > li {
    margin: 0 15px; }

  #ubyt_form {
    margin: 30px 0 0 10px; }
    #ubyt_form .form-group {
      margin-bottom: 1rem; }

  .slideshow-container {
    height: 420px; } }
@media (min-width: 1200px) and (max-width: 1600px) {
  header .logo_cov {
    margin: 0 auto 0 60px; } }
@media (min-width: 1400px) and (max-width: 1700px) {
  #ubyt_form {
    margin: 30px 0 0 50px; }
    #ubyt_form .form-group {
      margin-bottom: 1rem; }

  .slideshow-container {
    height: 470px; } }

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