@charset "UTF-8";
/********************************   REACT DATES  ****************************************/
/*============================================================= HEADER INFO =======================================================================*/
/*============================================================= HEADER MENU =======================================================================*/
/*============================================================= FORM - INDEX =======================================================================*/
.DateRangePicker {
  border-radius: 3px; }
  .DateRangePicker .DateRangePicker_picker,
  .DateRangePicker .DayPicker,
  .DateRangePicker .CalendarMonthGrid {
    background-color: #f1f1f1; }
  .DateRangePicker__wrapper {
    padding-left: 60px; }
  .DateRangePicker .CalendarMonth {
    background-color: #f1f1f1; }
  .DateRangePicker .CalendarMonth__caption,
  .DateRangePicker .CalendarMonth_caption {
    padding-bottom: 60px !important;
    color: #9d6928; }
    .DateRangePicker .CalendarMonth__caption strong,
    .DateRangePicker .CalendarMonth_caption strong {
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 500; }
  .DateRangePicker .DayPickerNavigation button,
  .DateRangePicker .DayPickerNavigation_button {
    background-color: #f1f1f1;
    border: none;
    top: 4px; }
    .DateRangePicker .DayPickerNavigation button:hover,
    .DateRangePicker .DayPickerNavigation_button:hover {
      border: none; }
    .DateRangePicker .DayPickerNavigation button svg,
    .DateRangePicker .DayPickerNavigation_button svg {
      fill: #9d6928;
      width: 32px !important;
      height: 32px !important; }
  .DateRangePicker .DayPicker_weekHeader {
    padding-top: 10px !important; }
  .DateRangePicker .DayPicker__week-header,
  .DateRangePicker .DayPicker_weekHeader_li {
    top: 75px;
    min-width: 100px;
    color: #9d6928;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
  .DateRangePicker .CalendarDay {
    border: none;
    transition: background-color .1s ease; }
    .DateRangePicker .CalendarDay:hover {
      border: none; }
    .DateRangePicker .CalendarDay.CalendarDay--valid {
      color: #333333;
      background-color: white; }
    .DateRangePicker .CalendarDay.CalendarDay__blocked_calendar {
      background-color: white; }
      .DateRangePicker .CalendarDay.CalendarDay__blocked_calendar .CalendarDay__content__day {
        color: rgba(0, 0, 0, 0.34);
        font-weight: 400;
        font-size: 14px; }
    .DateRangePicker .CalendarDay.CalendarDay__blocked_out_of_range {
      background-color: #f1f1f1 !important; }
      .DateRangePicker .CalendarDay.CalendarDay__blocked_out_of_range .CalendarDay__content__day {
        color: rgba(0, 0, 0, 0.34);
        font-weight: 400;
        font-size: 14px; }
    .DateRangePicker .CalendarDay__selected_span, .DateRangePicker .CalendarDay__hovered_span, .DateRangePicker .CalendarDay__hovered_span:hover, .DateRangePicker .CalendarDay__hovered_span:active, .DateRangePicker .CalendarDay__selected_span:hover, .DateRangePicker .CalendarDay__selected_span:active {
      background-color: #e1bd85; }
      .DateRangePicker .CalendarDay__selected_span .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__selected_span .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__selected_span .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__selected_span .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__selected_span .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__hovered_span .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__hovered_span .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__hovered_span .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__hovered_span .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__hovered_span .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__hovered_span:hover .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__hovered_span:hover .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__hovered_span:hover .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__hovered_span:hover .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__hovered_span:hover .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__hovered_span:active .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__hovered_span:active .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__hovered_span:active .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__hovered_span:active .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__hovered_span:active .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__selected_span:hover .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__selected_span:hover .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__selected_span:hover .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__selected_span:hover .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__selected_span:hover .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__selected_span:active .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__selected_span:active .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__selected_span:active .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__selected_span:active .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__selected_span:active .CalendarDay__content__availability-icon {
        color: white;
        fill: white; }
    .DateRangePicker .CalendarDay__selected, .DateRangePicker .CalendarDay__selected:hover, .DateRangePicker .CalendarDay__selected:active {
      background-color: #bf8b4b; }
      .DateRangePicker .CalendarDay__selected .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__selected .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__selected .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__selected .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__selected .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__selected:hover .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__selected:hover .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__selected:hover .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__selected:hover .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__selected:hover .CalendarDay__content__availability-icon, .DateRangePicker .CalendarDay__selected:active .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__selected:active .CalendarDay__content__day.isCheckInDate,
      .DateRangePicker .CalendarDay__selected:active .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__selected:active .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay__selected:active .CalendarDay__content__availability-icon {
        color: white;
        fill: white; }
    .DateRangePicker .CalendarDay.CalendarDay--valid.CalendarDay--hovered {
      background-color: #9d6928 !important; }
      .DateRangePicker .CalendarDay.CalendarDay--valid.CalendarDay--hovered .CalendarDay__content__day,
      .DateRangePicker .CalendarDay.CalendarDay--valid.CalendarDay--hovered .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay.CalendarDay--valid.CalendarDay--hovered .CalendarDay__content__price__value,
      .DateRangePicker .CalendarDay.CalendarDay--valid.CalendarDay--hovered .CalendarDay__content__availability-icon {
        color: white;
        fill: white; }
    .DateRangePicker .CalendarDay__content {
      position: relative;
      padding: 12px;
      border: 1px solid #f1f1f1;
      height: 100%;
      text-align: left; }
      .DateRangePicker .CalendarDay__content.isDisabled .CalendarDay__content__day,
      .DateRangePicker .CalendarDay__content.isDisabled .CalendarDay__content__price__heading,
      .DateRangePicker .CalendarDay__content.isDisabled .CalendarDay__content__price__value {
        color: rgba(0, 0, 0, 0.34) !important; }
      .DateRangePicker .CalendarDay__content__day {
        font-size: 20px;
        font-weight: 500;
        color: #9d6928; }
        .DateRangePicker .CalendarDay__content__day.isCheckInDate {
          font-weight: 500;
          color: #43a047; }
      .DateRangePicker .CalendarDay__content__price__heading {
        font-size: 11px;
        line-height: 11px;
        color: rgba(0, 0, 0, 0.34); }
        .DateRangePicker .CalendarDay__content__price__heading.isReserved {
          margin-top: 20px; }
        .DateRangePicker .CalendarDay__content__price__heading.isCheckInDate {
          font-weight: 500; }
      .DateRangePicker .CalendarDay__content__price__value {
        font-size: 12px;
        line-height: 12px;
        padding-top: 12px;
        padding-bottom: 4px;
        color: #9d6928;
        font-weight: 600; }
      .DateRangePicker .CalendarDay__content__availability-icon {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 24px;
        height: 24px; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  color: #232323;
  overflow-x: hidden; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.no-padding {
  padding: 0; }

main {
  padding-bottom: 400px; }
  @media screen and (max-width: 992px) {
    main {
      padding-bottom: 200px; } }
  @media screen and (max-width: 768px) {
    main {
      padding-bottom: 310px; } }
  @media screen and (max-width: 420px) {
    main {
      padding-bottom: 350px; } }

*::selection {
  background-color: #9d6928;
  color: white; }

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px; }

input,
textarea {
  outline-color: #9d6928; }

.modal-body p.isFirst {
  margin-bottom: 32px; }

/*********************************** Horní blok s logem a kontaktními údaji **********************************/
.header__top-block {
  position: relative;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  background-color: #898989;
  color: white;
  z-index: 400; }
  .header__top-block a {
    color: white; }
  .header__top-block__address {
    padding-right: 0 !important; }
  .header__top-block__phone {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .header__top-block i {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .header__top-block {
      display: none; } }

.dropdown {
  z-index: 999 !important; }

.DropdownButtonMenuItem a {
  position: relative !important;
  padding: 12px 0 12px 48px !important; }
  .DropdownButtonMenuItem a img {
    top: 12px !important;
    left: 12px !important; }

.languageWrapper.menuBlock {
  position: absolute;
  top: 8px;
  left: calc(50% - 60px); }
  .languageWrapper.menuBlock button {
    padding-left: 60px !important;
    color: #9d6928; }
    .languageWrapper.menuBlock button:hover, .languageWrapper.menuBlock button:active, .languageWrapper.menuBlock button:focus, .languageWrapper.menuBlock button:focus:hover {
      color: #9d6928 !important; }
  .languageWrapper.menuBlock .dropdown-menu li {
    min-height: auto !important; }
    .languageWrapper.menuBlock .dropdown-menu li a {
      position: relative;
      padding: 20px 10px; }
    .languageWrapper.menuBlock .dropdown-menu li img {
      top: 20px !important;
      left: 12px !important; }
  @media screen and (min-width: 767px) {
    .languageWrapper.menuBlock {
      display: none; } }

.languageWrapper button {
  background-color: #898989;
  border: none;
  color: white; }
  .languageWrapper button:hover, .languageWrapper button:active, .languageWrapper button:focus, .languageWrapper button:focus:hover {
    background-color: #898989;
    color: white; }

.languageWrapper .language-icon {
  position: absolute;
  top: 8px;
  left: 24px; }

.languageWrapper .dropdown button,
.languageWrapper .dropdown button:hover {
  padding-left: 48px;
  background-color: transparent; }

.languageWrapper .dropdown.open button {
  background-color: transparent;
  color: white; }
  .languageWrapper .dropdown.open button:hover, .languageWrapper .dropdown.open button:active, .languageWrapper .dropdown.open button:focus, .languageWrapper .dropdown.open button:focus:hover {
    background-color: transparent;
    color: white; }

/***********************************  MENU  ******************************/
.header__logo--image {
  width: 100px !important; }

@media screen and (max-width: 1024px) {
  .logo-div {
    position: absolute;
    left: 0;
    top: 0; } }

@media screen and (max-width: 767px) {
  .logo-div {
    display: none; } }

.navbar-brand {
  padding-top: 0 !important; }

.HeaderMenuBlock__logo {
  position: relative;
  z-index: 999999; }

.header__navbar-div {
  margin-bottom: 0;
  border-left: none;
  border: none;
  border-radius: 0;
  background-color: white;
  border-top: 1px solid #e1bd85;
  z-index: 300;
  border-bottom: 1px solid #e1bd85;
  transition: max-height .2s ease; }
  .header__navbar-div:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);
    transition: opacity .2s ease; }
  @media screen and (max-width: 1200px) {
    .header__navbar-div > .container {
      width: 100%; } }
  .header__navbar-div .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    min-height: 82px; }
    @media screen and (max-width: 768px) {
      .header__navbar-div .navbar-collapse {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        min-height: 385px;
        background-color: #fff;
        overflow: hidden;
        box-shadow: 0 8px 6px -6px #c3c3c3; } }
    @media screen and (max-width: 768px) {
      .header__navbar-div .navbar-collapse.isActive, .header__navbar-div .navbar-collapse.collapse.in {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .header__navbar-div .navbar-nav {
      position: absolute;
      width: 100%;
      left: 190px;
      padding-right: 0 !important; } }
  @media screen and (max-width: 767px) {
    .header__navbar-div .navbar-nav {
      left: 0;
      width: 105%;
      margin-top: 0;
      margin-bottom: 0; } }
  .header__navbar-div .navbar-brand {
    display: none;
    padding: 8px 8px 8px 20px;
    color: #F1FAEE;
    line-height: 34px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300; }
    .header__navbar-div .navbar-brand:hover, .header__navbar-div .navbar-brand:focus {
      color: #9d6928;
      transition: color .2s ease; }
    .header__navbar-div .navbar-brand a {
      position: relative;
      z-index: 400; }
    .header__navbar-div .navbar-brand img {
      display: inline-block;
      width: 30px;
      margin-right: 12px; }
    @media screen and (max-width: 768px) {
      .header__navbar-div .navbar-brand {
        display: block; } }
  .header__navbar-div .navbar-toggle {
    min-width: 100px;
    padding-left: 70px;
    border: none;
    background-color: transparent;
    z-index: 999;
    cursor: pointer; }
    .header__navbar-div .navbar-toggle:hover, .header__navbar-div .navbar-toggle:focus, .header__navbar-div .navbar-toggle:active {
      background-color: transparent; }
    .header__navbar-div .navbar-toggle:hover:before {
      color: #9d6928; }
    .header__navbar-div .navbar-toggle:before {
      position: absolute;
      top: 6px;
      left: 20px;
      content: 'Menu';
      color: #9d6928;
      transition: color .2s ease; }
    .header__navbar-div .navbar-toggle span {
      position: relative;
      background-color: #9d6928 !important;
      transition: all 200ms ease-in-out; }
    .header__navbar-div .navbar-toggle .sr-only {
      position: absolute; }
    .header__navbar-div .navbar-toggle.active span:nth-of-type(2) {
      top: 7px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header__navbar-div .navbar-toggle.active span:nth-of-type(3) {
      background-color: transparent !important; }
    .header__navbar-div .navbar-toggle.active span:nth-of-type(4) {
      top: -5px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .header__navbar-div img {
    display: inline-block;
    max-height: 82px;
    transition: max-height .2s ease; }
  .header__navbar-div li {
    position: relative;
    max-width: 25%;
    min-height: 82px;
    transition: min-height .1s ease; }
    @media screen and (max-width: 767px) {
      .header__navbar-div li {
        max-width: initial;
        min-height: 50px; } }
    .header__navbar-div li a {
      padding: 0;
      min-height: 100%;
      transition: min-height .2s ease; }
    .header__navbar-div li .menu-text {
      position: relative;
      display: block;
      min-height: 82px;
      line-height: 82px;
      padding-left: 15px;
      padding-right: 15px;
      color: #232323;
      font-weight: 500;
      text-transform: uppercase;
      transition: color .15s ease-out, min-height .2s ease, line-height .2s ease;
      z-index: 300; }
      @media screen and (min-width: 767px) and (max-width: 900px) {
        .header__navbar-div li .menu-text.en {
          padding-left: 8px;
          padding-right: 8px; } }
      @media screen and (max-width: 767px) {
        .header__navbar-div li .menu-text {
          min-height: 50px;
          line-height: 50px; } }
      .header__navbar-div li .menu-text:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e1bd85;
        transition: opacity .15s ease-out;
        opacity: 0; }
      .header__navbar-div li .menu-text:hover:before, .header__navbar-div li .menu-text:focus:before {
        opacity: 1; }
      .header__navbar-div li .menu-text:hover span,
      .header__navbar-div li .menu-text:focus span {
        color: white; }
      .header__navbar-div li .menu-text span {
        position: relative;
        z-index: 1; }
  .header__navbar-div li.active .menu-text {
    background-color: #e1bd85;
    color: white; }
  .header__navbar-div .navbar-nav li a,
  .header__navbar-div .navbar-nav li.active a {
    text-align: center;
    color: #F1FAEE;
    font-weight: 300; }
    .header__navbar-div .navbar-nav li a:hover, .header__navbar-div .navbar-nav li a:active, .header__navbar-div .navbar-nav li a:visited, .header__navbar-div .navbar-nav li a:focus,
    .header__navbar-div .navbar-nav li.active a:hover,
    .header__navbar-div .navbar-nav li.active a:active,
    .header__navbar-div .navbar-nav li.active a:visited,
    .header__navbar-div .navbar-nav li.active a:focus {
      color: #F1FAEE; }

.sticky {
  z-index: 50; }
  @media screen and (min-width: 767px) {
    .sticky,
    .sticky .header__navbar-div,
    .sticky .navbar-collapse {
      min-height: 57px !important;
      max-height: 57px !important; } }
  @media screen and (min-width: 767px) {
    .sticky .header__navbar-div li,
    .sticky .header__navbar-div li a,
    .sticky .header__navbar-div li .menu-text {
      min-height: 55px !important;
      max-height: 55px !important; } }
  .sticky .header__navbar-div li .menu-text {
    line-height: 55px; }
  .sticky img {
    max-height: 55px !important; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #232323;
  z-index: 9; }
  .footer a {
    display: inline-block;
    color: #acacac;
    transition: color .1s ease; }
    .footer a:hover, .footer a:focus, .footer a:active {
      color: white;
      text-decoration: none; }
  .footer__subscribe-block {
    position: relative;
    height: 82px;
    background-color: #2e2e2e;
    color: white;
    line-height: 82px; }
    .footer__subscribe-block__backgroundContainer {
      position: absolute;
      width: 30%;
      height: 100%;
      background-color: #282828; }
    .footer__subscribe-block__heading-container {
      background-color: #282828; }
      .footer__subscribe-block__heading-container .arrow-right {
        position: absolute;
        top: 0;
        right: -20px;
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 20px solid #282828; }
      .footer__subscribe-block__heading-container i {
        position: relative;
        top: 2px;
        margin-right: 16px; }
    .footer__subscribe-block h4 {
      position: relative;
      top: 6px;
      font-size: 23px;
      display: inline-block;
      margin: 0; }
    .footer__subscribe-block form {
      height: 82px;
      padding-left: 64px; }
    .footer__subscribe-block input {
      height: 40px;
      line-height: 40px;
      padding-left: 12px;
      padding-right: 12px;
      border: 2px solid white;
      background-color: #2e2e2e;
      font-size: 15px; }
      .footer__subscribe-block input:focus {
        border: 2px solid white; }
    .footer__subscribe-block input[type="text"] {
      min-width: 260px;
      margin-right: 24px; }
    .footer__subscribe-block input[type="submit"] {
      width: 135px;
      text-transform: uppercase;
      background-color: #9D6928;
      font-weight: bold;
      border: none;
      color: white; }
  .footer__main-content {
    height: 233px;
    padding-top: 45px;
    color: #acacac; }
    @media screen and (max-width: 767px) {
      .footer__main-content .logo {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .footer__main-content .contact {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; } }
    .footer__main-content .contact__record a {
      position: relative;
      padding-left: 25px; }
    .footer__main-content .contact__record i {
      position: absolute;
      left: 0;
      top: 0; }
    .footer__main-content img {
      margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .footer__main-content p.lastItem {
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .footer__main-content p {
        text-align: center; } }
    .footer__main-content h4 {
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 18px;
      color: white;
      font-size: 15px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .footer__main-content h4 {
          text-align: center; } }
  .footer .copyright {
    height: 43px;
    margin-bottom: 0;
    line-height: 43px;
    background-color: #101010;
    color: #acacac;
    text-align: center; }
  .footer .dropdown {
    z-index: 999 !important; }
  .footer .DropdownButtonMenuItem a {
    position: relative !important;
    padding: 12px 0 12px 48px !important; }
    .footer .DropdownButtonMenuItem a img {
      top: 12px !important;
      left: 12px !important; }
  @media screen and (max-width: 767px) {
    .footer .languageWrapper {
      display: none; } }
  .footer .languageWrapper.menuBlock {
    position: absolute;
    top: 8px;
    left: calc(50% - 60px); }
    .footer .languageWrapper.menuBlock button {
      padding-left: 40px !important;
      color: #9d6928; }
      .footer .languageWrapper.menuBlock button:hover, .footer .languageWrapper.menuBlock button:active, .footer .languageWrapper.menuBlock button:focus, .footer .languageWrapper.menuBlock button:focus:hover {
        color: #9d6928 !important; }
    .footer .languageWrapper.menuBlock .dropdown-menu li {
      min-height: auto !important; }
      .footer .languageWrapper.menuBlock .dropdown-menu li a {
        position: relative;
        padding: 20px 10px; }
      .footer .languageWrapper.menuBlock .dropdown-menu li img {
        top: 20px !important;
        left: 12px !important; }
  .footer .languageWrapper button {
    background-color: #898989;
    border: none;
    color: white; }
    .footer .languageWrapper button:hover, .footer .languageWrapper button:active, .footer .languageWrapper button:focus, .footer .languageWrapper button:focus:hover {
      background-color: #898989;
      color: white; }
  .footer .languageWrapper .language-icon {
    position: absolute;
    top: 8px;
    left: 0; }
  .footer .languageWrapper .dropdown button,
  .footer .languageWrapper .dropdown button:hover {
    padding-left: 40px;
    background-color: transparent; }
  .footer .languageWrapper .dropdown.open button {
    background-color: transparent;
    color: white; }
    .footer .languageWrapper .dropdown.open button:hover, .footer .languageWrapper .dropdown.open button:active, .footer .languageWrapper .dropdown.open button:focus, .footer .languageWrapper .dropdown.open button:focus:hover {
      background-color: transparent;
      color: white; }

.HeadingContainer {
  position: relative;
  padding-top: 40px;
  min-height: 150px;
  background-color: #BBBBBB;
  color: white; }
  .HeadingContainer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.9) opacity(0.9);
    z-index: 0; }
  .HeadingContainer h1 {
    position: relative;
    filter: none;
    margin: 0 0 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; }
  .HeadingContainer h2 {
    position: relative;
    margin: 0;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    z-index: 1; }

.ArealPage .HeadingContainer__bg {
  background-image: url("/images/areal/petanque_1_1920_mini.jpg"); }

.HouseDetail2Page .HeadingContainer__bg {
  background-image: url("/images/dum2/dum_2_pool_1_1920_mini.jpg"); }

.HouseDetail1Page .HeadingContainer__bg {
  background-image: url("/images/dum1/dum_1_pool_1_1920_mini.jpg"); }

.SurroundingsPage .HeadingContainer__bg {
  background-image: url("/images/okoli/Cervena_lhota_1_1920_mini.jpeg"); }

.ReservationPage .HeadingContainer__bg {
  background-image: url("/images/dum1/dum_1_parking_1_1920_mini.jpg"); }

.ContactPage .HeadingContainer__bg {
  background-image: url("/images/areal/football_3_1920_mini.jpg"); }

.HomePage:not(.ImageGallery) {
  padding-bottom: 275px; }

.HomePage__slider, .HouseDetail__slider {
  position: relative;
  overflow: hidden;
  background-color: #323232; }
  .HomePage__slider .slick-slider, .HouseDetail__slider .slick-slider,
  .HomePage__slider .slick-track,
  .HouseDetail__slider .slick-track,
  .HomePage__slider .slick-slide,
  .HouseDetail__slider .slick-slide {
    height: 100%; }
  .HomePage__slider .slick-prev, .HouseDetail__slider .slick-prev {
    left: 0; }
  .HomePage__slider .slick-next, .HouseDetail__slider .slick-next {
    right: 0; }
  .HomePage__slider .slick-dots, .HouseDetail__slider .slick-dots {
    position: absolute;
    bottom: 16px; }
  .HomePage__slider img, .HouseDetail__slider img {
    max-width: 100%;
    height: auto; }
  .HomePage__slider .slick-arrow, .HouseDetail__slider .slick-arrow {
    background-color: #333333;
    padding-left: 8px;
    padding-right: 8px;
    width: 48px;
    height: 72px;
    transition: background-color .2s ease;
    opacity: .9;
    z-index: 2; }
    .HomePage__slider .slick-arrow:focus, .HouseDetail__slider .slick-arrow:focus {
      background-color: #333333; }
    .HomePage__slider .slick-arrow:hover, .HouseDetail__slider .slick-arrow:hover {
      background-color: #9d6928; }
  .HomePage__slider__scrollTarget {
    position: relative;
    bottom: 75px; }
  .HomePage__slider__slide {
    position: relative;
    background-color: #898989;
    height: calc(100vh - 207px); }
    @media screen and (max-width: 768px) {
      .HomePage__slider__slide {
        height: calc(100vh - 196px); } }
    .HomePage__slider__slide__bg {
      height: calc(100vh - 207px);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      filter: brightness(0.8); }
      @media screen and (max-width: 768px) {
        .HomePage__slider__slide__bg {
          height: calc(100vh - 189px); } }
      .HomePage__slider__slide__bg.slide-1 {
        background-image: url("/images/dum1/dum_1_parking_1_1920.jpg"); }
      .HomePage__slider__slide__bg.slide-2 {
        background-image: url("/images/dum1/dum_1_pool_1_1920.jpg"); }
      .HomePage__slider__slide__bg.slide-4 {
        background-image: url("/images/dum2/dum_2_pool_1_1920.jpg"); }
      .HomePage__slider__slide__bg.slide-5 {
        background-image: url("/images/areal/petanque_1_1920_edit_1.jpg"); }
      .HomePage__slider__slide__bg.slide-6 {
        background-image: url("/images/areal/football_2_1920_edit_1.jpg"); }
      .HomePage__slider__slide__bg.slide-7 {
        background-image: url("/images/areal/tennis_1_1920_edit_1.jpg"); }
      .HomePage__slider__slide__bg.slide-8 {
        background-image: url("/images/dum1/dum_1_house_8_1920.jpg"); }
      .HomePage__slider__slide__bg.slide-9 {
        background-image: url("/images/dum1/dum_1_house_9_1920.jpg"); }
    .HomePage__slider__slide__message {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      color: white; }
      .HomePage__slider__slide__message img {
        display: block;
        margin: 0 auto; }
      .HomePage__slider__slide__message__headingSmall {
        font-size: 32px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .HomePage__slider__slide__message__headingSmall {
            font-size: 16px; } }
      .HomePage__slider__slide__message__headingBig {
        font-size: 64px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        text-align: center;
        padding: 0 48px; }
        @media screen and (max-width: 768px) {
          .HomePage__slider__slide__message__headingBig {
            font-size: 24px; } }
      .HomePage__slider__slide__message__button {
        position: relative;
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        color: #333;
        border: 2px solid white;
        margin: 32px auto 0 auto;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 32px;
        z-index: 1000;
        transition: background-color .2s ease, color .2s ease; }
        @media screen and (max-width: 768px) {
          .HomePage__slider__slide__message__button {
            padding: 10px 16px; } }
        .HomePage__slider__slide__message__button:hover {
          cursor: pointer;
          background-color: #9d6928;
          color: white; }
        .HomePage__slider__slide__message__button:active, .HomePage__slider__slide__message__button:focus {
          outline: none; }
      .HomePage__slider__slide__message .animated__logo {
        animation-delay: 1.5s; }
        @media screen and (max-width: 768px) {
          .HomePage__slider__slide__message .animated__logo img {
            max-width: 92px; } }
      .HomePage__slider__slide__message .animated__text {
        animation-delay: 2s; }
      .HomePage__slider__slide__message .animated__button {
        animation-delay: 2.3s; }

.CheckAvailability {
  position: relative;
  height: 82px;
  background-color: #323232; }
  .CheckAvailability__content {
    height: 100%;
    text-align: center; }
  .CheckAvailability .CheckAvailability__content__link,
  .CheckAvailability .CheckAvailability__content__submit {
    display: inline-block;
    height: 50px;
    padding: 0 24px;
    margin: 15px 12px 0 12px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #D29B44;
    color: white;
    transition: background-color .2s ease;
    border: 1px solid white; }
    @media screen and (max-width: 768px) {
      .CheckAvailability .CheckAvailability__content__link,
      .CheckAvailability .CheckAvailability__content__submit {
        padding: 0 16px;
        font-size: 14px; } }
    @media screen and (max-width: 385px) {
      .CheckAvailability .CheckAvailability__content__link,
      .CheckAvailability .CheckAvailability__content__submit {
        padding: 0 12px;
        margin: 15px 6px 0 6px; } }
    .CheckAvailability .CheckAvailability__content__link:hover,
    .CheckAvailability .CheckAvailability__content__submit:hover {
      cursor: pointer;
      background-color: #9d6928;
      text-decoration: none; }
    .CheckAvailability .CheckAvailability__content__link:focus,
    .CheckAvailability .CheckAvailability__content__submit:focus {
      border: 2px solid white; }
    .CheckAvailability .CheckAvailability__content__link.animated,
    .CheckAvailability .CheckAvailability__content__submit.animated {
      background-color: tomato; }
  .CheckAvailability .CheckAvailability__content__link {
    margin-left: 0 auto;
    background-color: transparent; }
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-start,
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-end {
    background-color: #D29B44;
    border-color: #D29B44; }
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-span {
    background-color: #E1BD85;
    border-color: #E1BD85; }
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-start button:focus,
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-end button:focus,
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-start button:active,
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-end button:active {
    background-color: #D29B44;
    border-color: #D29B44;
    border-color: #323232; }
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-span button:focus,
  .CheckAvailability .DateRangePicker__picker .CalendarDay--selected-span button:focus {
    background-color: #D29B44;
    border-color: #D29B44;
    border-color: #323232; }
  .CheckAvailability .DayPicker {
    padding-top: 96px; }
    .CheckAvailability .DayPicker__footer {
      position: absolute;
      top: 0;
      padding: 16px;
      color: #a9a9a9; }
      .CheckAvailability .DayPicker__footer h5 {
        margin-bottom: 2px;
        font-size: 22px;
        font-weight: 600;
        color: #D29B44; }
  .CheckAvailability h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;
    text-transform: uppercase; }

.Accomodation {
  position: relative; }
  .Accomodation h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 48px; }
  .Accomodation .heading-divider {
    display: block;
    margin: 0 auto;
    padding-bottom: 32px; }

.AccomodationCard {
  min-height: 600px;
  border: 1px solid #9a9a9a;
  transition: color .2s ease; }
  @media screen and (max-width: 950px) {
    .AccomodationCard.left {
      margin-bottom: 48px; } }
  @media screen and (max-width: 530px) {
    .AccomodationCard {
      min-height: 497px; } }
  .AccomodationCard__header {
    height: 300px;
    background-color: #9a9a9a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: filter .2s ease; }
    @media screen and (max-width: 530px) {
      .AccomodationCard__header {
        height: 200px; } }
    .AccomodationCard__header.house1 {
      background-image: url("/images/dum1/dum_1_house_2_992.jpg"); }
    .AccomodationCard__header.house2 {
      background-image: url("/images/dum2/dum_2_house_1_992.jpg"); }
  .AccomodationCard__body {
    height: 250px;
    padding: 16px;
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    font-size: 15px;
    text-align: justify; }
    .AccomodationCard__body h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500;
      margin-top: 18px;
      margin-bottom: 24px; }
  .AccomodationCard__footer {
    transition: background-color .2s ease; }
    .AccomodationCard__footer__price {
      display: inline-block;
      padding: 12px 16px;
      width: 65%;
      height: 100%;
      border-right: 1px solid #898989;
      color: #898989;
      font-size: 18px;
      line-height: 18px;
      font-weight: 500;
      transition: background-color .2s ease; }
      @media screen and (max-width: 400px) {
        .AccomodationCard__footer__price {
          padding: 12px;
          font-size: 13px; } }
      .AccomodationCard__footer__price strong {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 18px;
        color: #D29B44;
        transition: background-color .2s ease; }
        @media screen and (max-width: 400px) {
          .AccomodationCard__footer__price strong {
            font-size: 14px; } }
    .AccomodationCard__footer__detail {
      min-height: 45px;
      position: relative;
      top: -2px;
      padding: 12px 16px;
      display: inline-block;
      width: 35%;
      height: 100%;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px;
      vertical-align: middle;
      color: black;
      font-weight: 500;
      transition: .2s background-color ease, .2s color ease; }
      @media screen and (max-width: 400px) {
        .AccomodationCard__footer__detail {
          top: 0;
          font-size: 14px; } }
  @media (hover) {
    .AccomodationCard:hover {
      color: #9d6928;
      cursor: pointer; }
    .AccomodationCard:hover .AccomodationCard__header {
      filter: sepia(0.3); }
    .AccomodationCard:hover .AccomodationCard__footer__price,
    .AccomodationCard:hover .AccomodationCard__footer__price strong {
      background-color: #e1bd85;
      color: white; }
    .AccomodationCard:hover .AccomodationCard__footer__detail, .AccomodationCard__footer__detail:hover {
      text-decoration: none;
      color: white;
      background-color: #9d6928; }
      .AccomodationCard:hover .AccomodationCard__footer__detail:after, .AccomodationCard__footer__detail:hover:after {
        color: white; } }

.Row-content h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 72px; }

.Row-content .heading-divider {
  display: block;
  margin: 0 auto;
  padding-bottom: 56px; }

.Row-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 48px; }
  .Row-content h2 strong {
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #D29B44; }

.Row-content .description {
  text-align: justify;
  margin-bottom: 24px; }

.Row-content .img-placeholder {
  position: relative; }
  @media screen and (max-width: 1024px) {
    .Row-content .img-placeholder {
      margin-top: 48px; } }
  .Row-content .img-placeholder__bg {
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #9a9a9a;
    background-image: url("/images/dum1/dum_1_pool_1_555.jpg");
    border: 1px solid #333; }
    .Row-content .img-placeholder__bg.football {
      background-image: url("/images/areal/football_2_555_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.playground {
      background-image: url("/images/areal/playground_2_555_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.pingPong {
      background-image: url("/images/areal/ping-pong_1_555_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.petanque {
      background-image: url("/images/areal/petanque_1_555_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.bycicles {
      background-image: url("/images/areal/bycicles_1_555_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.tennis {
      background-image: url("/images/areal/tennis_1_992_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.sauna {
      background-image: url("/images/dum2/dum_2_sauna.jpeg"); }
    .Row-content .img-placeholder__bg.pool {
      background-image: url("/images/dum1/dum_1_pool_1_555.jpg"); }
    .Row-content .img-placeholder__bg.nature {
      background-image: url("/images/dum1/dum_1_parking_1_555.jpg"); }
    .Row-content .img-placeholder__bg.culture {
      background-image: url("/images/okoli/Hluboka_3_555_edit_1.jpg"); }
    .Row-content .img-placeholder__bg.sitting {
      background-image: url("/images/dum2/dum_2_sitting_2_555.jpg"); }

.Row-content .equipment-wrapper__item {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: background-color .2s ease;
  font-weight: 500; }
  .Row-content .equipment-wrapper__item img {
    transition: border-color .2s ease; }
  @media (hover) {
    .Row-content .equipment-wrapper__item:hover {
      background-color: #e1bd85;
      cursor: pointer;
      color: white; }
      .Row-content .equipment-wrapper__item:hover img {
        border-color: white; } }

.Row-content .equipment-icon {
  width: 48px;
  height: 48px;
  padding: 10px;
  margin-right: 18px;
  border: 2px solid #e7c130; }

.Row-content .facebook-wrapper {
  margin-bottom: 40px; }
  .Row-content .facebook-wrapper .facebook-icon {
    position: relative;
    width: 160px;
    height: 120px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #333; }
    .Row-content .facebook-wrapper .facebook-icon img {
      height: 100%; }
  .Row-content .facebook-wrapper .facebook-date {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #898989; }
  .Row-content .facebook-wrapper .facebook-message {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #232323;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color .2s ease; }
  @media (hover) {
    .Row-content .facebook-wrapper .facebook-message-href:hover {
      text-decoration: none; }
    .Row-content .facebook-wrapper .facebook-message-href:hover .facebook-message {
      color: #9d6928; } }
  .Row-content .facebook-wrapper .facebook-href {
    padding-left: 24px;
    font-size: 14px;
    color: #9d6928;
    font-weight: 500;
    transition: color .2s ease; }
    @media (hover) {
      .Row-content .facebook-wrapper .facebook-href:hover {
        color: #e1bd85; } }
    .Row-content .facebook-wrapper .facebook-href:focus, .Row-content .facebook-wrapper .facebook-href:active {
      color: #e1bd85; }
  .Row-content .facebook-wrapper .facebook-date,
  .Row-content .facebook-wrapper .facebook-message,
  .Row-content .facebook-wrapper .facebook-href {
    padding-left: 32px;
    padding-right: 64px; }

.Row-content .reviews-wrapper {
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .Row-content .reviews-wrapper {
      text-align: center; } }
  .Row-content .reviews-wrapper.last {
    margin-bottom: 24px; }
  .Row-content .reviews-wrapper .reviews-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    margin-bottom: 32px;
    border-radius: 50%;
    background-color: #f4f4f4; }
    .Row-content .reviews-wrapper .reviews-icon .man {
      width: 70px;
      height: 70px; }
    .Row-content .reviews-wrapper .reviews-icon .woman {
      width: 70px;
      height: 70px; }
    @media screen and (max-width: 767px) {
      .Row-content .reviews-wrapper .reviews-icon {
        margin: 0 auto 32px auto; } }
  .Row-content .reviews-wrapper .review-name,
  .Row-content .reviews-wrapper .review-description,
  .Row-content .reviews-wrapper .review-rating {
    margin-left: 12px; }
    @media screen and (max-width: 767px) {
      .Row-content .reviews-wrapper .review-name,
      .Row-content .reviews-wrapper .review-description,
      .Row-content .reviews-wrapper .review-rating {
        margin-left: 0; } }
  .Row-content .reviews-wrapper .review-name {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    padding-top: 16px;
    margin-bottom: 4px; }
  .Row-content .reviews-wrapper .review-description {
    font-size: 13px;
    color: #898989;
    letter-spacing: 1px;
    margin-bottom: 18px; }
  .Row-content .reviews-wrapper .review-rating i {
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
    color: #D29B44; }
  .Row-content .reviews-wrapper .reviews-content {
    text-align: justify; }

.Gallery img {
  width: 100%;
  height: 320px;
  padding: 100px;
  background-color: #9a9a9a; }

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownSmall {
  animation-name: fadeInDownSmall; }

.ContactPage {
  padding-bottom: 275px;
  color: #444444; }
  .ContactPage__contentBlock {
    margin-top: 40px;
    margin-bottom: 40px; }
    .ContactPage__contentBlock__row {
      display: flex;
      align-items: center; }
    .ContactPage__contentBlock__name {
      display: block;
      font-size: 16px;
      margin-bottom: 16px; }
    .ContactPage__contentBlock__ico-heading {
      display: inline-block;
      color: #e1bd85;
      font-weight: 500;
      margin-top: 4px; }
    .ContactPage__contentBlock p {
      text-align: justify;
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 24px; }
    .ContactPage__contentBlock .icon-wrapper {
      min-width: 60px; }
    .ContactPage__contentBlock__contactIcons {
      margin-bottom: 16px; }
    .ContactPage__contentBlock__contactIcons__value {
      display: inline-block;
      line-height: 24px;
      font-size: 15px;
      margin-bottom: 16px;
      color: #444444;
      text-decoration: none; }
      .ContactPage__contentBlock__contactIcons__value.ico-value {
        margin-left: 0;
        margin-bottom: 0; }
      .ContactPage__contentBlock__contactIcons__value:hover {
        color: #9d6928;
        text-decoration: none; }
      .ContactPage__contentBlock__contactIcons__value:focus {
        outline: none;
        color: #9d6928;
        text-decoration: none; }
  .ContactPage__subHeading {
    font-size: 28px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase; }
    .ContactPage__subHeading.contentBlockHeading1 {
      margin-top: 12px; }
  .ContactPage__submitForm label {
    font-size: 15px;
    margin-top: 16px; }
  .ContactPage__submitForm input,
  .ContactPage__submitForm textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 8px;
    border: 2px solid #232323;
    font-size: 16px; }
  .ContactPage__submitForm input[type="submit"],
  .ContactPage__submitForm button[type="submit"],
  .ContactPage__submitForm button.reset {
    background-color: #e1bd85;
    color: white;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.2s ease;
    padding: 16px;
    min-width: 300px;
    margin-right: 20px; }
    .ContactPage__submitForm input[type="submit"]:hover,
    .ContactPage__submitForm button[type="submit"]:hover,
    .ContactPage__submitForm button.reset:hover {
      background-color: #9d6928; }
    .ContactPage__submitForm input[type="submit"]:disabled:hover,
    .ContactPage__submitForm button[type="submit"]:disabled:hover,
    .ContactPage__submitForm button.reset:disabled:hover {
      background-color: #e1bd85;
      cursor: not-allowed; }
  .ContactPage__submitForm__icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 48px; }
    @media screen and (max-width: 1200px) {
      .ContactPage__submitForm__icon {
        right: -20px; } }
  .ContactPage__submitForm__error {
    color: #f44336;
    font-size: 15px; }
  .ContactPage__submitForm__submitButtonWrapper {
    position: relative;
    margin-top: 20px; }
  .ContactPage__map,
  .ContactPage__map > div {
    min-height: 540px; }
    @media screen and (max-width: 768px) {
      .ContactPage__map,
      .ContactPage__map > div {
        margin-bottom: 300px; } }
  .ContactPage__SvgMarker {
    position: relative;
    top: -64px; }
    .ContactPage__SvgMarker__popup {
      position: absolute;
      top: -108px;
      left: -90px;
      width: 240px;
      height: 100px;
      padding: 16px;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: opacity 0.2s ease; }
      .ContactPage__SvgMarker__popup.isOpen {
        opacity: 1; }
      .ContactPage__SvgMarker__popup__header {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
        color: #9d6928; }
      .ContactPage__SvgMarker__popup__address {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        color: #333333; }
      .ContactPage__SvgMarker__popup__arrow {
        position: absolute;
        bottom: -10px;
        left: 112px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: white transparent transparent transparent; }
  .ContactPage .spinner {
    position: absolute;
    top: 15px;
    right: 40px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .ContactPage .spinner {
        right: -20px; } }
  .ContactPage__contentHeading {
    margin-bottom: 20px; }
  .ContactPage__postSubmit {
    margin-top: 20px;
    padding: 32px 32px 32px 48px;
    background-color: #e1bd85;
    animation-delay: 1s;
    color: white;
    border-radius: 2px; }
    @media screen and (max-width: 767px) {
      .ContactPage__postSubmit {
        margin-left: 0;
        padding-left: 16px;
        padding-right: 16px; } }
    .ContactPage__postSubmit__icon {
      width: 120px;
      height: 120px;
      margin: -15px; }
      @media screen and (max-width: 991px) {
        .ContactPage__postSubmit__icon {
          width: 60px;
          height: 60px;
          margin: -10px 0 0 -10px; } }
    .ContactPage__postSubmit__text {
      padding-left: 15px;
      margin-bottom: 12px;
      font-weight: 600;
      font-size: 16px;
      line-height: 16px; }
      .ContactPage__postSubmit__text.sign {
        margin-top: 12px;
        margin-bottom: 40px; }
      .ContactPage__postSubmit__text.sign2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600; }
      .ContactPage__postSubmit__text.sign2, .ContactPage__postSubmit__text.sign3 {
        font-weight: 600;
        margin-bottom: 6px; }

.HouseDetail {
  color: #232323;
  padding-bottom: 275px; }
  .HouseDetail__sliderRow {
    margin-top: 44px; }
  .HouseDetail__sliderRowBg {
    background-color: #FAFAFA;
    padding-bottom: 44px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .HouseDetail__sliderRowBg .container {
        width: 100%; } }
  .HouseDetail__sliderColumn--centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .HouseDetail__blockHeading {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 80px; }
    .HouseDetail__blockHeading.first {
      margin-top: 60px; }
  .HouseDetail .heading-divider {
    display: block;
    margin: 0 auto;
    padding-bottom: 16px; }
  .HouseDetail__slider {
    height: 500px; }
    .HouseDetail__slider button {
      background-color: #333333;
      padding-left: 8px;
      padding-right: 8px;
      width: 48px;
      height: 72px;
      transition: background-color .2s ease;
      opacity: .9;
      z-index: 2; }
      .HouseDetail__slider button:focus {
        background-color: #333333; }
      .HouseDetail__slider button:hover {
        background-color: #9d6928; }
    .HouseDetail__slider__slide {
      position: relative;
      height: 500px !important; }
      .HouseDetail__slider__slide__bg {
        height: 100%;
        background-size: cover;
        background-position: center; }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__house {
          background-image: url("/images/dum2/dum_2_house_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__sitting {
          background-image: url("/images/dum2/dum_2_sitting_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__indoor-1 {
          background-image: url("/images/dum2/dum_2_indoor_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__bar {
          background-image: url("/images/dum2/dum_2_bar_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__football {
          background-image: url("/images/areal/football_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__tennis {
          background-image: url("/images/areal/tennis_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__ping-pong {
          background-image: url("/images/areal/ping-pong_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__playground {
          background-image: url("/images/areal/playground_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail2Page__petanque {
          background-image: url("/images/areal/petanque_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__house-1 {
          background-image: url("/images/dum1/dum_1_house_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__grill {
          background-image: url("/images/dum1/dum_1_gril_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__indoor-1 {
          background-image: url("/images/dum1/dum_1_house_8_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__indoor-2 {
          background-image: url("/images/dum1/dum_1_house_9_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__indoor-3 {
          background-image: url("/images/dum1/dum_1_relax_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__indoor-4 {
          background-image: url("/images/dum1/dum_1_house_11_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__indoor-6 {
          background-image: url("/images/dum1/dum_1_house_4_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__parking {
          background-image: url("/images/dum1/dum_1_parking_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__dum1-playground {
          background-image: url("/images/dum1/dum_1_playground_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__pool-1 {
          background-image: url("/images/dum1/dum_1_pool_1_992.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__football {
          background-image: url("/images/areal/football_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__tennis {
          background-image: url("/images/areal/tennis_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__ping-pong {
          background-image: url("/images/areal/ping-pong_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__playground {
          background-image: url("/images/areal/playground_1_992_edit_1.jpg"); }
        .HouseDetail__slider__slide__bg.HouseDetail1Page__petanque {
          background-image: url("/images/areal/petanque_1_992_edit_1.jpg"); }
      .HouseDetail__slider__slide__description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 44px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 44px;
        background-color: #333333;
        color: white;
        font-size: 15px;
        font-weight: 500;
        opacity: .9; }
  .HouseDetail__sliderMini {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px; }
    .HouseDetail__sliderMini button {
      background-color: #333333;
      height: 100%;
      padding-left: 8px;
      padding-right: 8px;
      width: 36px;
      transition: background-color .2s ease; }
      .HouseDetail__sliderMini button.slick-prev {
        left: -36px; }
      .HouseDetail__sliderMini button.slick-next {
        right: -36px; }
      .HouseDetail__sliderMini button:hover, .HouseDetail__sliderMini button:focus {
        background-color: #9d6928; }
    .HouseDetail__sliderMini__slide {
      position: relative;
      height: 97px;
      padding: 0 6px; }
      .HouseDetail__sliderMini__slide__bg {
        min-height: 97px;
        height: 100%;
        background-color: grey;
        background-size: cover;
        opacity: .8;
        transition: opacity .2s ease, filter .2s ease;
        border: 2px solid #333; }
        .HouseDetail__sliderMini__slide__bg:hover {
          cursor: pointer;
          filter: brightness(1);
          opacity: 1; }
  .HouseDetail__summary {
    min-height: 610px;
    background-color: #EAEAEA; }
    .HouseDetail__summary__logo {
      text-align: center; }
      .HouseDetail__summary__logo img {
        width: 40px;
        margin-top: 18px;
        margin-bottom: 18px; }
    .HouseDetail__summary__heading {
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      color: #333; }
    .HouseDetail__summary__price {
      text-align: center;
      font-weight: 800;
      font-size: 32px;
      line-height: 48px;
      color: #333;
      border-bottom: 1px solid #D4D4D4; }
      .HouseDetail__summary__price__suffix {
        margin-left: 8px;
        font-size: 14px;
        color: #333; }
    .HouseDetail__summary__body {
      padding: 24px;
      position: relative; }
      .HouseDetail__summary__body__subHeading {
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 8px; }
      .HouseDetail__summary__body__subValue {
        height: 36px;
        padding: 10px;
        margin-bottom: 24px;
        background-color: white;
        font-weight: 500; }
      .HouseDetail__summary__body .DateRangePicker,
      .HouseDetail__summary__body .DateRangePickerInput {
        width: 100%;
        margin-bottom: 16px; }
      .HouseDetail__summary__body input[type="submit"],
      .HouseDetail__summary__body button.submit {
        width: 100%;
        padding: 15px 18px;
        margin-top: 32px;
        border: none;
        background-color: #9d6928;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        transition: background-color .2s ease; }
        .HouseDetail__summary__body input[type="submit"]:hover,
        .HouseDetail__summary__body button.submit:hover {
          background-color: #9d6928; }
  .HouseDetail__fullyBooked {
    max-width: 900px;
    margin: 8px auto 48px;
    padding: 0 15px;
    text-align: center; }
    .HouseDetail__fullyBooked p {
      margin: 0;
      color: #333;
      font-size: 17px;
      line-height: 1.6; }
  .HouseDetail__description {
    padding: 0; }
    .HouseDetail__description__tabs {
      padding: 32px 30px 0 0;
      min-height: 430px; }
      .HouseDetail__description__tabs.bottom {
        padding: 72px 30px 0 0; }
      .HouseDetail__description__tabs__item {
        display: block;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 12px;
        background-color: transparent;
        font-family: 'Montserrat, sans-serif';
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        text-transform: uppercase;
        transition: color .2s ease, border-color .2s ease; }
        .HouseDetail__description__tabs__item:focus {
          outline: none; }
        .HouseDetail__description__tabs__item.active {
          color: #9d6928;
          border-color: #e1bd85; }
        .HouseDetail__description__tabs__item:hover {
          cursor: auto; }
    .HouseDetail__description__header {
      margin-top: 30px;
      height: 50px;
      padding-left: 20px;
      padding-right: 20px;
      background-color: #f1f1f1;
      line-height: 50px;
      color: #333;
      font-size: 13px;
      font-weight: 700; }
    .HouseDetail__description__text {
      line-height: 22px;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; }
      .HouseDetail__description__text.initial {
        margin-top: 36px; }
    .HouseDetail__description__text:last-child {
      margin-bottom: 0px; }
    .HouseDetail__description__content {
      padding-left: 20px;
      padding-right: 20px; }
    .HouseDetail__description__listHeading {
      margin-top: 12px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 26px; }
    .HouseDetail__description__list {
      padding-left: 20px; }
      .HouseDetail__description__list__item {
        line-height: 26px; }
    .HouseDetail__description__contentContainer {
      padding: 18px 15px 20px 30px; }
      .HouseDetail__description__contentContainer.bottom {
        padding: 58px 15px 20px 30px; }
  .HouseDetail__prices__year {
    margin-top: 0; }
  .HouseDetail__prices__header {
    margin-top: 30px;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f1f1f1;
    line-height: 50px;
    color: #333;
    font-size: 13px;
    font-weight: 700; }
  .HouseDetail__prices__row {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4; }
    .HouseDetail__prices__row:hover {
      background-color: #F5F5F5; }
    .HouseDetail__prices__row__date {
      font-size: 14px;
      color: #333;
      min-width: 150px;
      padding-right: 24px; }
      @media screen and (max-width: 367px) {
        .HouseDetail__prices__row__date {
          min-width: 80px; } }
  .HouseDetail .equipmentItemWrapper {
    min-height: 480px; }
    @media screen and (max-width: 767px) {
      .HouseDetail .equipmentItemWrapper {
        min-height: auto; } }
  .HouseDetail__equipment {
    min-height: 400px;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .HouseDetail__equipment {
        min-height: auto; } }
    .HouseDetail__equipment__item {
      margin-top: 40px;
      margin-bottom: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .HouseDetail__equipment__item {
          text-align: center; } }
      .HouseDetail__equipment__item__screen {
        max-width: 345px;
        height: 200px;
        background-color: #acacac;
        border: 3px solid #333;
        opacity: .9;
        transition: opacity .2s ease; }
        .HouseDetail__equipment__item__screen:hover {
          cursor: pointer;
          opacity: 1; }
        @media screen and (max-width: 767px) {
          .HouseDetail__equipment__item__screen {
            margin-left: auto;
            margin-right: auto; } }
      .HouseDetail__equipment__item__body {
        min-height: 185px;
        padding-top: 16px; }
        .HouseDetail__equipment__item__body.small {
          min-height: auto; }
        @media screen and (max-width: 767px) {
          .HouseDetail__equipment__item__body {
            text-align: center;
            min-height: auto; } }
      .HouseDetail__equipment__item__heading {
        min-height: 60px;
        padding-bottom: 20px;
        font-family: 'Montserrat, sans-serif';
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 24px; }
        .HouseDetail__equipment__item__heading.small {
          min-height: auto; }
      .HouseDetail__equipment__item__row {
        line-height: 24px;
        padding-bottom: 4px; }
        .HouseDetail__equipment__item__row.last {
          padding-bottom: 20px; }
      .HouseDetail__equipment__item__icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 20px; }
      .HouseDetail__equipment__item__button {
        padding: 10px 20px;
        margin: 0 auto;
        border: 2px solid #333333;
        outline: none;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: transparent;
        transition: background-color .2s ease, color .2s ease; }
        .HouseDetail__equipment__item__button:hover {
          background-color: #e1bd85;
          color: white; }
        .HouseDetail__equipment__item__button:active {
          outline: none; }

.SurroundingsPage__contentBlock.first .SurroundingsPage__contentBlock__description,
.SurroundingsPage__contentBlock.first .SurroundingsPage__contentBlock__photo {
  min-height: 490px; }

.SurroundingsPage__contentBlock.third .SurroundingsPage__contentBlock__description,
.SurroundingsPage__contentBlock.third .SurroundingsPage__contentBlock__photo {
  min-height: 530px; }

.SurroundingsPage__contentBlock.fourth .SurroundingsPage__contentBlock__description,
.SurroundingsPage__contentBlock.fourth .SurroundingsPage__contentBlock__photo {
  min-height: 480px; }

.SurroundingsPage,
.ArealPage {
  padding-bottom: 275px; }
  .SurroundingsPage__contentHeading,
  .ArealPage__contentHeading {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 48px; }
  .SurroundingsPage__contentDivider,
  .ArealPage__contentDivider {
    display: block;
    margin: 0 auto;
    padding-bottom: 32px; }
  .SurroundingsPage__contentBlock,
  .ArealPage__contentBlock {
    position: relative;
    margin-top: 44px;
    margin-bottom: 60px;
    color: white; }
    @media screen and (max-width: 767px) {
      .SurroundingsPage__contentBlock,
      .ArealPage__contentBlock {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto; } }
    .SurroundingsPage__contentBlock__description, .SurroundingsPage__contentBlock__photo,
    .ArealPage__contentBlock__description,
    .ArealPage__contentBlock__photo {
      min-height: 430px;
      background-repeat: no-repeat; }
      .SurroundingsPage__contentBlock__description.cervena-lhota, .SurroundingsPage__contentBlock__photo.cervena-lhota,
      .ArealPage__contentBlock__description.cervena-lhota,
      .ArealPage__contentBlock__photo.cervena-lhota {
        background-image: url("/images/okoli/Cervena_lhota_1_edit_1.jpeg");
        background-position: center;
        background-size: cover; }
      .SurroundingsPage__contentBlock__description.hluboka, .SurroundingsPage__contentBlock__photo.hluboka,
      .ArealPage__contentBlock__description.hluboka,
      .ArealPage__contentBlock__photo.hluboka {
        background-image: url("/images/okoli/Hluboka_4_680_edit_1.jpg");
        background-position: center; }
      .SurroundingsPage__contentBlock__description.jindrichuv-hradec, .SurroundingsPage__contentBlock__photo.jindrichuv-hradec,
      .ArealPage__contentBlock__description.jindrichuv-hradec,
      .ArealPage__contentBlock__photo.jindrichuv-hradec {
        background-image: url("/images/okoli/Jindřichův_Hradec_8_740.jpg");
        background-position: center; }
      .SurroundingsPage__contentBlock__description.tabor, .SurroundingsPage__contentBlock__photo.tabor,
      .ArealPage__contentBlock__description.tabor,
      .ArealPage__contentBlock__photo.tabor {
        background-image: url("/images/okoli/tabor.jpg");
        background-position: right; }
    .SurroundingsPage__contentBlock__description,
    .ArealPage__contentBlock__description {
      position: relative;
      padding: 32px;
      background-color: #494949;
      line-height: 24px; }
      @media screen and (max-width: 460px) {
        .SurroundingsPage__contentBlock__description,
        .ArealPage__contentBlock__description {
          padding: 20px; } }
      .SurroundingsPage__contentBlock__description__heading,
      .ArealPage__contentBlock__description__heading {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 4px; }
      .SurroundingsPage__contentBlock__description__subHeading,
      .ArealPage__contentBlock__description__subHeading {
        margin-bottom: 18px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        color: #e1bd85; }
      .SurroundingsPage__contentBlock__description__text,
      .ArealPage__contentBlock__description__text {
        margin-bottom: 18px; }
      .SurroundingsPage__contentBlock__description__list,
      .ArealPage__contentBlock__description__list {
        margin-bottom: 18px;
        padding-left: 20px; }
      .SurroundingsPage__contentBlock__description__listItem,
      .ArealPage__contentBlock__description__listItem {
        padding-left: 12px; }
    .SurroundingsPage__contentBlock__photo,
    .ArealPage__contentBlock__photo {
      position: relative;
      background-color: #e5e5e5;
      transition: transform .2s ease; }
      .SurroundingsPage__contentBlock__photo:hover,
      .ArealPage__contentBlock__photo:hover {
        cursor: pointer; }
      .SurroundingsPage__contentBlock__photo > img,
      .ArealPage__contentBlock__photo > img {
        position: absolute;
        top: 0px;
        left: 0px; }
      .SurroundingsPage__contentBlock__photo__description,
      .ArealPage__contentBlock__photo__description {
        position: absolute;
        height: 64px;
        bottom: 0;
        background-color: #e1bd85;
        padding: 10px 46px;
        text-align: center;
        opacity: 1;
        transition: opacity .2s ease; }
        .SurroundingsPage__contentBlock__photo__description.left,
        .ArealPage__contentBlock__photo__description.left {
          left: 0; }
        .SurroundingsPage__contentBlock__photo__description.right,
        .ArealPage__contentBlock__photo__description.right {
          right: 0; }
        .SurroundingsPage__contentBlock__photo__description__primary,
        .ArealPage__contentBlock__photo__description__primary {
          font-size: 24px;
          line-height: 30px; }
        .SurroundingsPage__contentBlock__photo__description__secondary,
        .ArealPage__contentBlock__photo__description__secondary {
          font-size: 14px;
          line-height: 14px; }
    .SurroundingsPage__contentBlock__button,
    .ArealPage__contentBlock__button {
      display: block;
      padding: 10px 12px;
      margin-top: 12px;
      font-size: 12px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      background-color: #9d6928;
      border: none;
      outline: none;
      color: white;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color .2s ease; }
      .SurroundingsPage__contentBlock__button:hover,
      .ArealPage__contentBlock__button:hover {
        cursor: pointer;
        color: white;
        text-decoration: none;
        background-color: #e1bd85; }
      .SurroundingsPage__contentBlock__button:focus, .SurroundingsPage__contentBlock__button:visited,
      .ArealPage__contentBlock__button:focus,
      .ArealPage__contentBlock__button:visited {
        color: white;
        text-decoration: none; }
      .SurroundingsPage__contentBlock__button.right,
      .ArealPage__contentBlock__button.right {
        margin-left: auto; }
  .SurroundingsPage__anotherRow,
  .ArealPage__anotherRow {
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 160px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    transition: background-color .2s ease; }
    @media screen and (max-width: 991px) {
      .SurroundingsPage__anotherRow,
      .ArealPage__anotherRow {
        text-align: center;
        min-height: 180px; } }
    @media screen and (max-width: 460px) {
      .SurroundingsPage__anotherRow,
      .ArealPage__anotherRow {
        padding: 20px 0 20px 12px; } }
    .SurroundingsPage__anotherRow:hover,
    .ArealPage__anotherRow:hover {
      background-color: #fbfafa; }
    .SurroundingsPage__anotherRow__heading,
    .ArealPage__anotherRow__heading {
      font-size: 14px;
      color: #333333;
      line-height: 24px;
      font-weight: 500; }
      .SurroundingsPage__anotherRow__heading span,
      .ArealPage__anotherRow__heading span {
        font-weight: 700; }
    .SurroundingsPage__anotherRow__description,
    .ArealPage__anotherRow__description {
      font-size: 13px;
      line-height: 20px;
      color: #333333;
      font-weight: 500; }
    .SurroundingsPage__anotherRow__link,
    .ArealPage__anotherRow__link {
      display: inline-block;
      padding: 10px 20px;
      margin-top: 4px;
      border: 2px solid #333333;
      outline: none;
      color: #333333;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color .2s ease, color .1s ease; }
      @media screen and (max-width: 991px) {
        .SurroundingsPage__anotherRow__link,
        .ArealPage__anotherRow__link {
          margin-top: 12px; } }
      .SurroundingsPage__anotherRow__link:focus, .SurroundingsPage__anotherRow__link:visited,
      .ArealPage__anotherRow__link:focus,
      .ArealPage__anotherRow__link:visited {
        color: #333333;
        text-decoration: none; }
      .SurroundingsPage__anotherRow__link:hover,
      .ArealPage__anotherRow__link:hover {
        cursor: pointer;
        color: white;
        text-decoration: none;
        background-color: #e1bd85; }
  .SurroundingsPage__gallery,
  .ArealPage__gallery {
    margin-top: 20px;
    margin-bottom: 100px; }
    .SurroundingsPage__gallery__item,
    .ArealPage__gallery__item {
      position: relative;
      min-height: 200px;
      background-color: #acacac;
      background-size: cover;
      background-position: center;
      opacity: .9;
      transition: opacity .2s ease; }
      .SurroundingsPage__gallery__item:hover,
      .ArealPage__gallery__item:hover {
        opacity: 1;
        cursor: pointer; }
      .SurroundingsPage__gallery__item__bg,
      .ArealPage__gallery__item__bg {
        min-height: 200px; }

.ImageGallery {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .ImageGallery.HomePage {
      min-height: 890px;
      margin-bottom: 20px;
      padding-bottom: 275px; } }
  @media screen and (max-width: 767px) {
    .ImageGallery.house-1 {
      min-height: 3100px; } }
  @media screen and (max-width: 767px) {
    .ImageGallery.house-2 {
      min-height: 2700px; } }
  @media screen and (max-width: 767px) {
    .ImageGallery.areal {
      min-height: 1490px; } }
  .ImageGallery.SurroundingsPage {
    padding-bottom: 0; }
    @media screen and (max-width: 767px) {
      .ImageGallery.SurroundingsPage {
        min-height: 890px;
        padding-bottom: 275px; } }
  .ImageGallery__item {
    min-height: 200px;
    background-color: #acacac;
    background-size: cover;
    background-position: center;
    opacity: .9;
    transition: opacity .2s ease; }
    .ImageGallery__item:hover {
      opacity: 1;
      cursor: pointer; }

.Thumbnails {
  /******************************* OKOLÍ  ****************************************/
  /*******************************  DŮM 2  ****************************************/
  /*******************************  AREAL  ****************************************/ }
  .Thumbnails.cervena-lhota-1 {
    background-image: url("/images/okoli/Cervena_lhota_1_340_edit_1.jpeg"); }
  .Thumbnails.cervena-lhota-2 {
    background-image: url("/images/okoli/Cervena_lhota_2_340_edit_1.jpeg"); }
  .Thumbnails.hluboka-1 {
    background-image: url("/images/okoli/Hluboka_3_340_edit_1.jpg"); }
  .Thumbnails.hluboka-2 {
    background-image: url("/images/okoli/Hluboka_4_340_edit_1.jpg"); }
  .Thumbnails.jindrichuv-hradec {
    background-image: url("/images/okoli/Jindřichův_Hradec_8_1_56.jpg"); }
  .Thumbnails.tabor {
    background-image: url("/images/okoli/tabor.jpg"); }
  .Thumbnails__HomePage.house {
    background-image: url("/images/dum2/dum_2_house_1_340.jpg"); }
  .Thumbnails__HomePage.pool {
    background-image: url("/images/dum2/dum_2_pool_1_340.jpg"); }
  .Thumbnails__HomePage.sitting {
    background-image: url("/images/dum2/dum_2_sitting_1_340.jpg"); }
  .Thumbnails__HomePage.indoor-1-house2 {
    background-image: url("/images/dum2/dum_2_indoor_1_340.jpg"); }
  .Thumbnails__HomePage.indoor-2-house2 {
    background-image: url("/images/dum2/dum_2_indoor_2_340.jpg"); }
  .Thumbnails__HomePage.indoor-6-house2 {
    background-image: url("/images/dum2/dum_2_indoor_6_340.jpg"); }
  .Thumbnails__HomePage.house-1 {
    background-image: url("/images/dum1/dum_1_house_1_340.jpg"); }
  .Thumbnails__HomePage.house-2 {
    background-image: url("/images/dum1/dum_1_house_2_340.jpg"); }
  .Thumbnails__HomePage.pool-1 {
    background-image: url("/images/dum1/dum_1_pool_1_340.jpg"); }
  .Thumbnails__HomePage.parking {
    background-image: url("/images/dum1/dum_1_parking_1_340.jpg"); }
  .Thumbnails__HomePage.indoor-1-house1 {
    background-image: url("/images/dum1/dum_1_house_8_340.jpg"); }
  .Thumbnails__HomePage.indoor-2-house1 {
    background-image: url("/images/dum1/dum_1_house_9_340.jpg"); }
  .Thumbnails__HomePage.indoor-6-house1 {
    background-image: url("/images/dum1/dum_1_house_4_340.jpg"); }
  .Thumbnails__HouseDetail2Page {
    background-size: cover; }
    .Thumbnails__HouseDetail2Page.house {
      background-image: url("/images/dum2/dum_2_house_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.pool {
      background-image: url("/images/dum2/dum_2_pool_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.sitting {
      background-image: url("/images/dum2/dum_2_sitting_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.grill {
      background-image: url("/images/dum2/dum_2_grill_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.equipment {
      background-image: url("/images/dum2/dum_2_equipment_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.bar {
      background-image: url("/images/dum2/dum_2_bar_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.sauna {
      background-image: url("/images/dum2/dum_2_sauna_340.jpg"); }
    .Thumbnails__HouseDetail2Page.playground-dum2 {
      background-image: url("/images/dum2/dum_2_playground_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-1 {
      background-image: url("/images/dum2/dum_2_indoor_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-2 {
      background-image: url("/images/dum2/dum_2_indoor_2_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-3 {
      background-image: url("/images/dum2/dum_2_indoor_3_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-4 {
      background-image: url("/images/dum2/dum_2_indoor_4_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-5 {
      background-image: url("/images/dum2/dum_2_indoor_5_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-6 {
      background-image: url("/images/dum2/dum_2_indoor_6_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-6-1 {
      background-image: url("/images/dum2/dum_2_indoor_6_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-7 {
      background-image: url("/images/dum2/dum_2_indoor_7_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-7-1 {
      background-image: url("/images/dum2/dum_2_indoor_7_1_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-8 {
      background-image: url("/images/dum2/dum_2_indoor_8_340.jpg"); }
    .Thumbnails__HouseDetail2Page.indoor-9 {
      background-image: url("/images/dum2/dum_2_indoor_9_340.jpg"); }
    .Thumbnails__HouseDetail2Page.house-2 {
      background-image: url("/images/dum2/dum_2_house_2_340.jpg"); }
  .Thumbnails__HouseDetail1Page.house-1 {
    background-image: url("/images/dum1/dum_1_house_1_340.jpg"); }
  .Thumbnails__HouseDetail1Page.house-2 {
    background-image: url("/images/dum1/dum_1_house_2_340.jpg"); }
  .Thumbnails__HouseDetail1Page.house-3 {
    background-image: url("/images/dum1/dum_1_house_3_340.jpg"); }
  .Thumbnails__HouseDetail1Page.pool-1 {
    background-image: url("/images/dum1/dum_1_pool_1_340.jpg"); }
  .Thumbnails__HouseDetail1Page.pool-2 {
    background-image: url("/images/dum1/dum_1_pool_2_340.jpg"); }
  .Thumbnails__HouseDetail1Page.pool-3 {
    background-image: url("/images/dum1/dum_1_pool_3_340.jpg"); }
  .Thumbnails__HouseDetail1Page.sitting {
    background-image: url("/images/dum1/dum_1_gril_2_340.jpg"); }
  .Thumbnails__HouseDetail1Page.grill {
    background-image: url("/images/dum1/dum_1_gril_1_340_edit_1.jpg"); }
  .Thumbnails__HouseDetail1Page.parking {
    background-image: url("/images/dum1/dum_1_parking_1_340.jpg"); }
  .Thumbnails__HouseDetail1Page.dum1-playground {
    background-image: url("/images/dum1/dum_1_playground_1_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-1 {
    background-image: url("/images/dum1/dum_1_house_8_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-2 {
    background-image: url("/images/dum1/dum_1_house_9_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-3 {
    background-image: url("/images/dum1/dum_1_relax_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-4 {
    background-image: url("/images/dum1/dum_1_house_11_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-5 {
    background-image: url("/images/dum1/dum_1_house_5_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-6 {
    background-image: url("/images/dum1/dum_1_house_4_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-7 {
    background-image: url("/images/dum1/dum_1_house_6_340.jpg"); }
  .Thumbnails__HouseDetail1Page.indoor-8 {
    background-image: url("/images/dum1/dum_1_house_7_340.jpg"); }
  .Thumbnails__HouseDetail1Page.sauna {
    background-image: url("/images/dum1/dum_1_sauna_340.jpg"); }
  .Thumbnails__HouseDetail1Page.house-4 {
    background-image: url("/images/dum1/dum_1_house_12_340.jpg"); }
  .Thumbnails.football {
    background-image: url("/images/areal/football_1_340_edit_1.jpg"); }
  .Thumbnails.football-2 {
    background-image: url("/images/areal/football_2_340_edit_1.jpg"); }
  .Thumbnails.football-3 {
    background-image: url("/images/areal/football_3_340_edit_1.jpg"); }
  .Thumbnails.tennis {
    background-image: url("/images/areal/tennis_1_340_edit_1.jpg"); }
  .Thumbnails.tennis-2 {
    background-image: url("/images/areal/tennis_2_340_edit_1.jpg"); }
  .Thumbnails.tennis-3 {
    background-image: url("/images/areal/tennis_3_340_edit_1.jpg"); }
  .Thumbnails.ping-pong {
    background-image: url("/images/areal/ping-pong_1_340_edit_1.jpg"); }
  .Thumbnails.bicycles {
    background-image: url("/images/areal/bycicles_340_edit_1.jpg"); }
  .Thumbnails.playground {
    background-image: url("/images/areal/playground_1_340_edit_1.jpg"); }
  .Thumbnails.playground-2 {
    background-image: url("/images/areal/playground_2_340_edit_1.jpg"); }
  .Thumbnails.petanque {
    background-image: url("/images/areal/petanque_1_340_edit_1.jpg"); }
  .Thumbnails.petanque-2 {
    background-image: url("/images/areal/petanque_2_340_edit_1.jpg"); }

.ArealPage__contentBlock__photo {
  background-size: cover; }
  .ArealPage__contentBlock__photo.football {
    background-image: url("/images/areal/football_680x430_edit_2.jpg");
    background-position: center; }
  .ArealPage__contentBlock__photo.tennis {
    background-image: url("/images/areal/tennis_1_780_edit_1.jpg");
    background-position: center; }
  .ArealPage__contentBlock__photo.ping-pong {
    background-image: url("/images/areal/ping-pong_680x430_edit_1.jpg");
    background-position: center; }
  .ArealPage__contentBlock__photo.bicycles {
    background-image: url("/images/areal/bycicles_680x430_edit_1.jpg");
    background-position: center; }
  .ArealPage__contentBlock__photo.playground {
    background-image: url("/images/areal/playground_680x430_edit_1.jpg");
    background-position: center; }
  .ArealPage__contentBlock__photo.petanque {
    background-image: url("/images/areal/petanque_680x430_edit_1.jpg");
    background-position: center; }

.ArealPage__gallery {
  background-color: #e5e5e5; }
  .ArealPage__gallery__item {
    background-position: center; }

.ReactModalPortal .ril-toolbar {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: stretch; }
  .ReactModalPortal .ril-toolbar-left {
    flex: 1 1 auto;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 18px; }

.ReactModalPortal .ril-toolbar-left .ril-toolbar__item {
  flex: 0 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ReactModalPortal .ril-toolbar-left .ril-toolbar__item span {
    padding-left: 140px; }

.ReservationPage {
  overflow: hidden; }
  .ReservationPage__contentBlock {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 1200px) {
      .ReservationPage__contentBlock {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    .ReservationPage__contentBlock__question {
      position: relative; }
      @media screen and (max-width: 767px) {
        .ReservationPage__contentBlock__question {
          display: none; } }
      .ReservationPage__contentBlock__question__icon {
        position: absolute;
        top: 230px;
        left: 60px;
        fill: #e1bd85 !important; }
  .ReservationPage__overview {
    position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 10;
    animation-delay: 0.3s; }
    .ReservationPage__overview.isBottomOverview {
      position: relative;
      margin-top: 20px;
      margin-bottom: 40px;
      z-index: 1; }
    @media screen and (max-width: 767px) {
      .ReservationPage__overview {
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px; } }
    .ReservationPage__overview__heading {
      padding: 20px;
      border-bottom: 1px solid #e4e4e4;
      color: #333333;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center; }
      .ReservationPage__overview__heading.isBottomOverview {
        background-color: #a0a0a0; }
      @media screen and (max-height: 610px) {
        .ReservationPage__overview__heading {
          padding: 15px 20px; } }
    .ReservationPage__overview__subHeading {
      position: relative;
      padding: 20px 20px 20px 50px;
      background-color: #e1bd85;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: white; }
      .ReservationPage__overview__subHeading.isBottomOverview {
        background-color: #a0a0a0; }
      @media screen and (max-width: 767px) {
        .ReservationPage__overview__subHeading {
          background-color: #a0a0a0; } }
      @media screen and (max-height: 610px) {
        .ReservationPage__overview__subHeading {
          padding: 15px 20px 15px 50px; } }
      .ReservationPage__overview__subHeading:before {
        content: '';
        position: absolute;
        top: 25px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent white; }
    .ReservationPage__overview__body {
      padding: 30px 20px 30px 20px; }
      @media screen and (max-height: 610px) {
        .ReservationPage__overview__body {
          padding: 20px 20px 20px 20px; } }
      .ReservationPage__overview__body__row {
        padding-bottom: 25px;
        font-size: 15px;
        color: #333333; }
        @media screen and (max-height: 610px) {
          .ReservationPage__overview__body__row {
            padding-bottom: 10px; } }
        .ReservationPage__overview__body__row.last {
          padding-bottom: 0; }
        .ReservationPage__overview__body__row__right {
          text-align: right;
          font-size: 16px;
          color: #333333;
          font-weight: 700; }
    .ReservationPage__overview__footer {
      padding: 25px 20px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      color: white;
      background-color: #e1bd85; }
      .ReservationPage__overview__footer.isBottomOverview {
        background-color: #a0a0a0; }
      @media screen and (max-width: 767px) {
        .ReservationPage__overview__footer {
          background-color: #a0a0a0; } }
      .ReservationPage__overview__footer__price {
        text-align: right; }
  @media screen and (max-width: 767px) {
    .ReservationPage__sticky__navigation {
      display: none; } }
  .ReservationPage__sticky__navigation.sticky {
    top: 56px !important;
    z-index: 10; }
  .ReservationPage__sticky__overview {
    position: relative;
    top: -50px; }
  .ReservationPage__navigation {
    background-color: #FFF; }
    .ReservationPage__navigation__wrapper {
      border-bottom: 1px solid #e1bd85;
      padding-left: 350px;
      opacity: 0;
      transition: opacity 0.2s ease 0.9s; }
      .ReservationPage__navigation__wrapper.withSelectedHouse {
        padding-left: 0;
        margin-left: 350px;
        opacity: 1; }
        @media screen and (max-width: 960px) {
          .ReservationPage__navigation__wrapper.withSelectedHouse {
            margin-left: 300px; } }
        @media screen and (max-width: 860px) {
          .ReservationPage__navigation__wrapper.withSelectedHouse {
            margin-left: 250px; } }
    .ReservationPage__navigation__item {
      padding-top: 25px;
      padding-bottom: 20px;
      padding-right: 48px;
      border-bottom: 4px solid transparent;
      margin-bottom: -1px;
      display: inline-block;
      color: black;
      font-size: 16px;
      transition: border-color 0.2s ease, color 0.2s ease 0.2, font-weight 0.2s ease 0.9s; }
      @media screen and (max-width: 960px) {
        .ReservationPage__navigation__item {
          padding-right: 24px; }
          .ReservationPage__navigation__item.step-3 {
            padding-right: 0; } }
      .ReservationPage__navigation__item:hover {
        border-color: #e1bd85;
        cursor: pointer; }
      .ReservationPage__navigation__item.current {
        color: #9d6928;
        font-weight: 700;
        font-size: 15px; }
      .ReservationPage__navigation__item.checked {
        color: #e1bd85;
        font-weight: 700; }
      .ReservationPage__navigation__item strong {
        font-size: 18px;
        font-weight: 600;
        padding-right: 8px; }
  .ReservationPage__contentHeading {
    position: relative;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase; }
    .ReservationPage__contentHeading.first {
      padding-top: 40px; }
    .ReservationPage__contentHeading.second {
      padding-bottom: 0; }
    .ReservationPage__contentHeading.fourth {
      padding-top: 24px;
      padding-bottom: 0; }
    .ReservationPage__contentHeading__scrollTarget {
      position: relative;
      top: -200px; }
    .ReservationPage__contentHeading__note {
      padding-top: 10px;
      padding-bottom: 30px;
      color: #333333;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      vertical-align: middle;
      animation-delay: 3.2s; }
      .ReservationPage__contentHeading__note > span {
        font-weight: 700;
        color: #9d6928; }
      .ReservationPage__contentHeading__note > svg {
        position: relative;
        top: 7px;
        margin-left: 6px; }
  .ReservationPage__contentSubHeading {
    color: #9d6928;
    text-transform: uppercase;
    margin: 40px 0 6px 0; }
  .ReservationPage__selectHouse {
    padding-left: 60px;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .ReservationPage__selectHouse {
        padding-left: 0; } }
    .ReservationPage__selectHouse__house {
      position: relative;
      min-height: 300px;
      background-color: #EEEEEE;
      transition: .2s background-color ease, opacity .4s ease;
      border-radius: 3px; }
      .ReservationPage__selectHouse__house.notSelected {
        opacity: .3; }
      .ReservationPage__selectHouse__house:hover {
        cursor: pointer;
        background-color: #E0E0E0;
        opacity: 1 !important; }
      .ReservationPage__selectHouse__house.house-1 {
        background-image: url("/images/house_2_thumb_2.jpg");
        background-position: center; }
      .ReservationPage__selectHouse__house.house-2 {
        background-image: url("/images/house_1_thumb_2.jpg"); }
      .ReservationPage__selectHouse__house__heading {
        opacity: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        color: #9d6928;
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid #e1bd85;
        transition: .2s background-color ease, opacity .2s ease, .2s color ease; }
        .ReservationPage__selectHouse__house__heading.selected {
          opacity: 1; }
      .ReservationPage__selectHouse__house:hover .ReservationPage__selectHouse__house__heading {
        opacity: 1; }
      .ReservationPage__selectHouse__house__icon {
        position: absolute;
        top: 18%;
        left: 22%;
        width: 240px;
        height: 240px;
        fill: #e1bd85 !important;
        fill-opacity: 0;
        transition: fill-opacity .2s ease; }
        @media screen and (max-width: 991px) {
          .ReservationPage__selectHouse__house__icon {
            top: 30%;
            left: 24%;
            width: 140px;
            height: 140px; } }
        @media screen and (max-width: 480px) {
          .ReservationPage__selectHouse__house__icon {
            top: 35%;
            left: 18%;
            width: 120px;
            height: 120px; } }
        @media screen and (max-width: 379px) {
          .ReservationPage__selectHouse__house__icon {
            top: 45%;
            left: 15%;
            width: 100px;
            height: 100px; } }
        .ReservationPage__selectHouse__house__icon.selected {
          fill-opacity: 1; }
  .ReservationPage .DateRangePicker__wrapper {
    padding-left: 60px;
    min-height: 1060px; }
    @media screen and (max-width: 767px) {
      .ReservationPage .DateRangePicker__wrapper {
        padding-left: 0; } }
  .ReservationPage__submitFormWrapper {
    padding-left: 60px;
    padding-top: 60px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .ReservationPage__submitFormWrapper {
        padding-left: 0; } }
  .ReservationPage__submitForm label {
    font-size: 15px; }
    .ReservationPage__submitForm label span {
      margin-left: 8px;
      color: #9d6928; }
  .ReservationPage__submitForm input,
  .ReservationPage__submitForm textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    border: 2px solid #CCCCCC;
    font-size: 16px; }
  .ReservationPage__submitForm input[type="submit"] {
    background-color: transparent;
    border: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 10px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .ReservationPage__submitForm input[type="submit"] {
        max-width: 330px; } }
  .ReservationPage__submitForm__submittingText {
    font-size: 20px;
    font-weight: bold;
    padding: 30px; }
    .ReservationPage__submitForm__submittingText__icon {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 26px;
      right: 30px; }
  .ReservationPage__submitForm__submittingTextWrapper {
    background-color: #e1bd85; }
    @media (hover) {
      .ReservationPage__submitForm__submittingTextWrapper:hover {
        background-color: #9d6928; } }
  .ReservationPage__submitForm__submitButtonWrapper {
    position: relative;
    margin-top: 24px;
    background-color: white;
    color: white;
    transition: background-color .2s ease; }
  .ReservationPage__personalDataProcessing {
    margin-top: 10px;
    color: #9d6928; }
  .ReservationPage__postSubmit {
    margin-top: 48px;
    margin-left: 60px;
    padding: 32px 32px 32px 48px;
    background-color: #e1bd85;
    animation-delay: 1s;
    color: white;
    border-radius: 2px; }
    @media screen and (max-width: 767px) {
      .ReservationPage__postSubmit {
        margin-left: 0;
        padding-left: 16px;
        padding-right: 16px; } }
    .ReservationPage__postSubmit__icon {
      width: 120px;
      height: 120px;
      margin: -15px; }
      @media screen and (max-width: 991px) {
        .ReservationPage__postSubmit__icon {
          width: 60px;
          height: 60px;
          margin: -10px 0 0 -10px; } }
    .ReservationPage__postSubmit__text {
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 12px; }
      .ReservationPage__postSubmit__text.sign {
        margin-top: 12px;
        margin-bottom: 40px; }
      .ReservationPage__postSubmit__text.sign2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600; }
      .ReservationPage__postSubmit__text.sign2, .ReservationPage__postSubmit__text.sign3 {
        font-weight: 600;
        margin-bottom: 6px; }

.modal-dialog .modal-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-dialog .modal-header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #EF5350;
  color: white;
  border-bottom: 0; }

.modal-dialog .modal-footer {
  border-top: 0; }

.modal-dialog .spinner {
  position: absolute;
  top: 35px;
  right: 60px;
  text-align: center; }

.spinner {
  position: absolute;
  top: 35px;
  right: 60px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-width: 767px) {
  .ReservationForm {
    margin-bottom: 300px; } }

.ReservationForm .reservation-row {
  display: flex;
  justify-content: space-between; }
  .ReservationForm .reservation-row .date {
    padding-left: 10px;
    min-width: 150px;
    font-weight: 400; }

.ReservationForm label {
  font-size: 14px;
  margin: 0; }
  .ReservationForm label.yearLabel {
    margin-top: 24px;
    margin-bottom: 8px; }

.ReservationForm input,
.ReservationForm textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 2px solid #232323;
  font-size: 16px; }

.ReservationForm input:disabled {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.ReservationForm input[type="submit"],
.ReservationForm button[type="submit"],
.ReservationForm button.reset {
  background-color: #e1bd85;
  color: white;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.2s ease;
  padding: 30px 16px;
  min-width: 300px;
  margin-right: 20px; }
  .ReservationForm input[type="submit"]:disabled,
  .ReservationForm button[type="submit"]:disabled,
  .ReservationForm button.reset:disabled {
    background-color: #cecece; }
  @media (hover) {
    .ReservationForm input[type="submit"]:hover,
    .ReservationForm button[type="submit"]:hover,
    .ReservationForm button.reset:hover {
      background-color: #9d6928; } }
  @media (hover) {
    .ReservationForm input[type="submit"]:disabled:hover,
    .ReservationForm button[type="submit"]:disabled:hover,
    .ReservationForm button.reset:disabled:hover {
      background-color: #cecece;
      cursor: not-allowed; } }

.ReservationForm__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 48px; }

.ReservationForm__error {
  color: #f44336;
  font-size: 15px; }

.ReservationForm__submitButtonWrapper {
  margin-top: 20px; }

.ReservationForm .reservation-group {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 8px;
  border: 2px solid #232323;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .ReservationForm .reservation-group {
      padding: 14px 12px; } }

.ReservationForm fieldset .InputRenderer {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  padding: 6px; }
  @media screen and (max-width: 767px) {
    .ReservationForm fieldset .InputRenderer {
      padding-right: 0; } }
  @media (hover) {
    .ReservationForm fieldset .InputRenderer:not(.disabled):hover {
      background-color: #e1bd85;
      color: white;
      font-weight: 500; } }
  .ReservationForm fieldset .InputRenderer.isSelected {
    background-color: #e1bd85;
    color: white;
    font-weight: 500; }

.ReservationForm input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border-radius: 50%;
  padding: 8px;
  width: 5px;
  height: 5px;
  border: 2px solid black;
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: 8px; }
  .ReservationForm input[type="radio"]:focus {
    outline-color: #e1bd85; }
  .ReservationForm input[type="radio"]:checked {
    border-color: #9d6928;
    background-color: #e1bd85; }

.ReservationForm .buttons {
  margin-top: 30px; }

.InputRenderer {
  display: flex; }
  .InputRenderer.disabled {
    color: rgba(0, 0, 0, 0.2);
    text-decoration: line-through;
    cursor: not-allowed; }
  @media (hover) {
    .InputRenderer:hover {
      cursor: pointer; } }

.errorTxt {
  display: flex;
  align-items: center;
  padding-top: 6px; }
  .errorTxt .iconWrap {
    padding-right: 6px; }

.ReactModalPortal .ril-toolbar-left .ril-toolbar__item span {
  padding-left: 0;
  position: absolute;
  left: 16px; }

.ReactModalPortal .Close {
  position: relative !important;
  z-index: 20 !important;
  background-color: black !important; }

