@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900&subset=latin-ext";
@import url(bootstrap.min.css);
@import url(slick.min.css);
@import url(jquery.fancybox.min.css);
@import url(iconmoon.css);
@import url(bootstrap-datepicker3.min.css);
@import url(selectric.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(aos.css);
* {
  outline: none !important; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  background: #fff; }

h1 {
  font-size: 76px;
  font-weight: 900;
  color: #ae947b;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 46px; } }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 55px;
  text-transform: uppercase;
  color: #ae947b;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 28px; } }
  h2.mini {
    font-size: 37px; }
    @media only screen and (max-width: 767px) {
      h2.mini {
        font-size: 32px; } }
    @media only screen and (max-width: 575px) {
      h2.mini {
        font-size: 26px; } }

h3 {
  font-size: 23px;
  text-transform: uppercase;
  color: #ae947b;
  font-weight: 700; }

.c-primary {
  color: #ae947b; }

.c-secondary {
  color: #E2B429; }

.c-blue {
  color: #1D202C; }

.container-fluid {
  max-width: 1600px;
  padding: 0 80px; }
  @media only screen and (max-width: 1199px) {
    .container-fluid {
      padding: 0 40px; } }
  @media only screen and (max-width: 991px) {
    .container-fluid {
      padding: 0 15px; } }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-700 {
  font-weight: 700; }

.fw-900 {
  font-weight: 900; }

.btn {
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 0;
  border-width: 2px;
  box-shadow: none !important; }
  .btn.btn-primary, .btn.btn-primary:focus {
    background: #ae947b !important;
    border-color: #ae947b !important;
    color: #fff !important; }
    .btn.btn-primary:hover, .btn.btn-primary:focus:hover {
      background: #79614a !important;
      border-color: #79614a !important; }
  .btn.btn-secondary, .btn.btn-secondary:focus {
    background: #E2B429 !important;
    border-color: #E2B429 !important;
    color: #000 !important; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus:hover {
      background: #917214 !important;
      border-color: #917214 !important; }
  .btn.btn-light, .btn.btn-light:focus {
    background: transparent !important;
    border-color: #ae947b !important;
    color: #ae947b !important; }
    .btn.btn-light:hover, .btn.btn-light:focus:hover {
      background: #ae947b !important;
      color: #fff !important; }
  .btn.btn-reservation,
   .btn.btn-reservation-stop,{
    min-width: 200px;
    font-size: 26px;
    padding: 25px 45px;
    margin-top: 80px; }
    @media only screen and (max-width: 1199px) {
      .btn.btn-reservation,
      .btn.btn-reservation-stop {
        padding: 20px 40px;
        font-size: 22px; } }
    @media only screen and (max-width: 991px) {
      .btn.btn-reservation,
      .btn.btn-reservation-stop {
        padding: 20px 40px;
        font-size: 18px;
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .btn.btn-reservation,
      .btn.btn-reservation-stop {
        margin-top: 30px; } }
    .btn.btn-reservation.btn-lg {
      min-width: 280px;
      font-size: 32px;
      padding: 15px 15px; }
  .btn.btn-lg {
    min-width: 200px;
    font-size: 18px;
    padding: 25px 45px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1199px) {
      .btn.btn-lg {
        padding: 20px 40px; } }
    @media only screen and (max-width: 991px) {
      .btn.btn-lg {
        padding: 20px 40px; } }

small {
  font-size: 16px; }

nav {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out; }
  nav.navbar {
    padding: 0; }
    nav.navbar .navbar-toggler {
      width: 35px;
      height: 29px;
      outline: none !important;
      padding: 0;
      position: relative;
      opacity: 1;
      transform: scale(1);
      float: right;
      margin: 0 0 0 10px;
      border-radius: 0;
      border: 0;
      z-index: 1; }
      nav.navbar .navbar-toggler::before, nav.navbar .navbar-toggler::after {
        content: '';
        width: 35px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
        transform: scale(0.4);
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out; }
      nav.navbar .navbar-toggler::before {
        top: 6px; }
      nav.navbar .navbar-toggler::after {
        top: 22px; }
      nav.navbar .navbar-toggler span {
        width: 35px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out; }
        nav.navbar .navbar-toggler span.nav1 {
          top: 14px;
          transform: rotate(45deg); }
        nav.navbar .navbar-toggler span.nav2 {
          top: 14px;
          transform: rotate(-45deg); }
      nav.navbar .navbar-toggler.collapsed span {
        background: #fff; }
        nav.navbar .navbar-toggler.collapsed span.nav1 {
          top: 14px;
          transform: rotate(0); }
        nav.navbar .navbar-toggler.collapsed span.nav2 {
          top: 14px;
          transform: rotate(0); }
      nav.navbar .navbar-toggler.collapsed::before, nav.navbar .navbar-toggler.collapsed::after {
        background: #fff;
        transform: scale(1);
        opacity: 1; }
  @media only screen and (max-width: 1199px) {
    nav.scrollnav, nav.active {
      background: #ae947b; } }
  nav.scrollnav #logo, nav.active #logo {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      nav.scrollnav #logo, nav.active #logo {
        padding: 10px; } }
    nav.scrollnav #logo svg, nav.active #logo svg {
      height: 100px; }
      @media only screen and (max-width: 1600px) {
        nav.scrollnav #logo svg, nav.active #logo svg {
          height: 90px; } }
      @media only screen and (max-width: 1199px) {
        nav.scrollnav #logo svg, nav.active #logo svg {
          height: 80px; } }
      @media only screen and (max-width: 767px) {
        nav.scrollnav #logo svg, nav.active #logo svg {
          height: 50px; } }
  nav.scrollnav .navbar-collapse, nav.active .navbar-collapse {
    background: #ae947b; }
    nav.scrollnav .navbar-collapse ul, nav.active .navbar-collapse ul {
      padding-top: 45px;
      padding-bottom: 44px; }
      @media only screen and (max-width: 1600px) {
        nav.scrollnav .navbar-collapse ul, nav.active .navbar-collapse ul {
          padding-top: 41px;
          padding-bottom: 41px; } }
      nav.scrollnav .navbar-collapse ul li a:hover, nav.active .navbar-collapse ul li a:hover {
        color: #000; }
      nav.scrollnav .navbar-collapse ul li.current-menu-item a, nav.active .navbar-collapse ul li.current-menu-item a {
        color: #000; }
      nav.scrollnav .navbar-collapse ul li .btn-light, nav.active .navbar-collapse ul li .btn-light {
        border-color: #000 !important;
        color: #000 !important; }
        nav.scrollnav .navbar-collapse ul li .btn-light:hover, nav.active .navbar-collapse ul li .btn-light:hover {
          background: #000 !important;
          border-color: #000 !important;
          color: #fff !important; }
      nav.scrollnav .navbar-collapse ul li ul li a:hover, nav.active .navbar-collapse ul li ul li a:hover {
        color: #ae947b; }
  nav.scrollnav #search #search-button:hover,
  nav.scrollnav .language .dropdown-toggle:hover, nav.active #search #search-button:hover,
  nav.active .language .dropdown-toggle:hover {
    color: #000; }
  nav.scrollnav .language .dropdown-menu, nav.active .language .dropdown-menu {
    background: #ae947b; }
  nav #logo {
    padding: 25px 30px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out; }
    @media only screen and (max-width: 1600px) {
      nav #logo {
        padding: 15px; } }
    @media only screen and (max-width: 1199px) {
      nav #logo {
        position: relative; } }
    @media only screen and (max-width: 767px) {
      nav #logo {
        padding: 10px; } }
    nav #logo svg {
      fill: #ae947b;
      height: 122px;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      @media only screen and (max-width: 1600px) {
        nav #logo svg {
          height: 90px; } }
      @media only screen and (max-width: 1199px) {
        nav #logo svg {
          height: 80px; } }
      @media only screen and (max-width: 767px) {
        nav #logo svg {
          height: 50px; } }
  nav .nav-right {
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px; }
    @media only screen and (max-width: 1600px) {
      nav .nav-right {
        right: 15px; } }
    @media only screen and (max-width: 1199px) {
      nav .nav-right {
        position: relative;
        right: 0;
        padding-right: 25px; } }
  nav .navbar-collapse {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out; }
    nav .navbar-collapse ul {
      padding: 66px 0;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      @media only screen and (max-width: 1600px) {
        nav .navbar-collapse ul {
          padding: 41px 0; } }
      @media only screen and (max-width: 1199px) {
        nav .navbar-collapse ul {
          padding: 15px 0 !important;
          text-align: center; } }
      nav .navbar-collapse ul li {
        padding: 0 7px;
        position: relative;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out; }
        @media only screen and (max-width: 1600px) {
          nav .navbar-collapse ul li {
            padding: 0 3px; } }
        @media only screen and (max-width: 1199px) {
          nav .navbar-collapse ul li {
            padding: 0;
            text-align: center; } }
        nav .navbar-collapse ul li a {
          display: block;
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 400;
          color: #fff;
          padding: 5px 15px;
          text-decoration: none;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out; }
          @media only screen and (max-width: 1600px) {
            nav .navbar-collapse ul li a {
              padding: 5px 10px;
              font-size: 16px; } }
          @media only screen and (max-width: 1199px) {
            nav .navbar-collapse ul li a {
              display: inline-block; } }
          nav .navbar-collapse ul li a:hover {
            color: #ae947b; }
        nav .navbar-collapse ul li:hover ul {
          display: block; }
        nav .navbar-collapse ul li.current-menu-item a {
          color: #ae947b; }
        nav .navbar-collapse ul li ul {
          display: none;
          list-style: none;
          padding: 0 !important;
          margin: 0;
          background: #fff;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0; }
          @media only screen and (max-width: 1199px) {
            nav .navbar-collapse ul li ul {
              display: block;
              background: none;
              position: relative;
              top: 0; } }
          nav .navbar-collapse ul li ul li {
            padding: 0; }
            nav .navbar-collapse ul li ul li a {
              color: #000;
              text-align: center;
              font-size: 14px;
              padding: 5px 0; }
              @media only screen and (max-width: 1199px) {
                nav .navbar-collapse ul li ul li a {
                  font-size: 16px;
                  color: #fff; } }
  nav #search {
    width: 62px;
    height: 62px;
    position: relative;
    margin-right: 15px; }
    @media only screen and (max-width: 1600px) {
      nav #search {
        margin-right: 5px; } }
    @media only screen and (max-width: 1199px) {
      nav #search {
        width: 35px;
        height: 35px; } }
    nav #search.active form {
      width: 234px; }
      @media only screen and (max-width: 575px) {
        nav #search.active form {
          width: 200px; } }
    nav #search form {
      width: 0;
      position: absolute;
      top: 0;
      right: 0;
      overflow: hidden;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      @media only screen and (max-width: 575px) {
        nav #search form {
          top: 40px;
          right: -104px;
          z-index: 9; } }
      nav #search form .search-form {
        width: 234px;
        position: relative; }
        @media only screen and (max-width: 575px) {
          nav #search form .search-form {
            width: 200px; } }
        nav #search form .search-form input[type="text"] {
          width: 234px;
          height: 62px;
          font-size: 16px;
          padding: 0 70px 0 15px;
          border: 0;
          background: #fff;
          color: #000; }
          @media only screen and (max-width: 1199px) {
            nav #search form .search-form input[type="text"] {
              height: 35px; } }
          @media only screen and (max-width: 575px) {
            nav #search form .search-form input[type="text"] {
              width: 200px; } }
        nav #search form .search-form button {
          width: 62px;
          height: 62px;
          background: #fff;
          font-size: 24px;
          border: 0;
          text-align: center;
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out; }
          @media only screen and (max-width: 1199px) {
            nav #search form .search-form button {
              width: 35px;
              height: 35px;
              font-size: 20px; } }
          nav #search form .search-form button:hover {
            color: #ae947b; }
    nav #search #search-button {
      width: 62px;
      height: 62px;
      color: #fff;
      text-align: center;
      font-size: 24px;
      float: right;
      cursor: pointer;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      @media only screen and (max-width: 1199px) {
        nav #search #search-button {
          width: 35px;
          height: 35px;
          font-size: 20px; } }
      nav #search #search-button:hover {
        color: #ae947b; }
  nav .language .dropdown-toggle {
    font-size: 18px;
    color: #fff;
    border: 2px solid transparent;
    padding: 6px 15px;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    nav .language .dropdown-toggle::after {
      display: none; }
    nav .language .dropdown-toggle:hover {
      background: none;
      color: #ae947b; }
  nav .language .dropdown-menu {
    width: 100%;
    min-width: inherit;
    border: 2px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-top: -2px; }
    nav .language .dropdown-menu a {
      padding: 6px 15px;
      color: #fff;
      border-bottom: 2px solid #fff;
      font-size: 18px;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      nav .language .dropdown-menu a:hover {
        background: none;
        color: #ae947b; }
      nav .language .dropdown-menu a:last-of-type {
        border-bottom: 0; }
  nav .language.show .dropdown-toggle {
    border: 2px solid #fff; }

.headerHeight, header, header #header, header #slider, header #slider .item {
  height: 100vh;
  min-height: 700px; }
  @media only screen and (max-width: 1199px) {
    .headerHeight, header, header #header, header #slider, header #slider .item {
      min-height: 500px; } }
  @media only screen and (max-width: 991px) {
    .headerHeight, header, header #header, header #slider, header #slider .item {
      min-height: 300px; } }

.headerHeightPage, header.page, header.page #header {
  height: 100vh;
  max-height: 630px;
  min-height: 515px; }

header {
  position: relative;
  background: #000; }
  @media only screen and (max-width: 767px) {
    header {
      height: auto; } }
  header.page::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  header.page #header .inner {
    margin-bottom: 140px; }
  header.page #slider {
    height: 100%;
    min-height: inherit; }
    header.page #slider .slider-arrow {
      z-index: 2; }
    header.page #slider .item {
      height: 100vh;
      max-height: 630px;
      min-height: 515px; }
  header.page.page-slider::before {
    display: none; }
  header.page-404 {
    background: #36271c; }
    header.page-404 h1 i {
      color: #ff2c55; }
  header #header {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    header #header h1 {
      margin: 0; }
      header #header h1 + p {
        font-size: 36px;
        color: #fff;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          header #header h1 + p {
            font-size: 24px; } }
    header #header .inner {
      position: relative;
      z-index: 1;
      padding: 0 100px; }
      @media only screen and (max-width: 767px) {
        header #header .inner {
          padding: 0 50px; } }
    header #header .buttons {
      width: 245px;
      height: 60px;
      background: #ae947b;
      color: #000;
      font-size: 16px;
      padding: 0 14px;
      margin-bottom: 15px;
      text-decoration: none;
      position: absolute;
      top: 50%;
      z-index: 5;
      right: -185px;
      transition: right 0.3s ease-out;
      -webkit-transition: right 0.3s ease-out;
      -moz-transition: right 0.3s ease-out; }
      header #header .buttons:hover {
        right: 0; }
      header #header .buttons i {
        font-size: 35px;
        margin-right: 14px; }
      header #header .buttons.buttons-tel {
        margin-top: -145px; }
      header #header .buttons.buttons-mail {
        margin-top: -70px; }
  header #slider {
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0; }
    header #slider .item {
      width: 100%;
      background-size: cover;
      background-position: center; }
      header #slider .item::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
    header #slider .slider-arrow {
      width: 71px;
      height: 71px;
      color: #fff;
      position: absolute;
      top: 50%;
      margin: 0;
      margin-top: -35px;
      z-index: 1;
      font-size: 71px;
      cursor: pointer;
      background: 0;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      @media only screen and (max-width: 1199px) {
        header #slider .slider-arrow {
          width: 54px;
          height: 54px;
          font-size: 54px;
          margin-top: -27px; } }
      @media only screen and (max-width: 767px) {
        header #slider .slider-arrow {
          width: 32px;
          height: 32px;
          font-size: 32px;
          margin-top: -16px; } }
      header #slider .slider-arrow:hover {
        color: #E2B429; }
      header #slider .slider-arrow.icon-sipka-vlavo {
        left: 7%; }
        @media only screen and (max-width: 1199px) {
          header #slider .slider-arrow.icon-sipka-vlavo {
            left: 15px; } }
      header #slider .slider-arrow.icon-sipka-vpravo {
        right: 7%; }
        @media only screen and (max-width: 1199px) {
          header #slider .slider-arrow.icon-sipka-vpravo {
            right: 15px; } }
  header #filter {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 1199px) {
      header #filter {
        bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      header #filter {
        position: relative;
        bottom: 0; } }
    header #filter .container {
      background: #ae947b;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        header #filter .container {
          max-width: 100%; } }
    header #filter .col-md {
      border-right: 1px solid rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        header #filter .col-md {
          border-right: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }
      header #filter .col-md:last-of-type {
        border: 0; }
    header #filter .inner {
      padding: 40px; }
      @media only screen and (max-width: 1199px) {
        header #filter .inner {
          padding: 20px; } }
      @media only screen and (max-width: 991px) {
        header #filter .inner {
          padding: 10px; } }
      @media only screen and (max-width: 767px) {
        header #filter .inner {
          padding: 15px 0; } }
    header #filter .selectric .label {
      color: #fff; }
    header #filter .selectric .button {
      color: #fff; }
    header #filter .selectric-items {
      width: calc(100% + 80px) !important;
      left: -40px;
      right: -40px;
      top: calc(100% + 40px) !important;
      bottom: inherit !important; }
      @media only screen and (max-width: 1199px) {
        header #filter .selectric-items {
          width: calc(100% + 40px) !important;
          left: -20px;
          right: -20px;
          top: calc(100% + 20px) !important; } }
    header #filter .form-control {
      color: #fff;
      border: 0; }
    header #filter .datepicker-input i {
      color: #fff; }
    header #filter .input-group .plus,
    header #filter .input-group .minus {
      color: #fff; }
      header #filter .input-group .plus:hover,
      header #filter .input-group .minus:hover {
        color: #E2B429; }

footer {
  padding: 50px 0 0; }
  footer .col-footer-first {
    max-width: 270px; }
    @media only screen and (max-width: 1600px) {
      footer .col-footer-first {
        max-width: inherit; } }
  footer .title {
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 30px;
    line-height: 36px; }
  footer .footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer .footer-nav ul li {
      line-height: 25px; }
      footer .footer-nav ul li a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out; }
        footer .footer-nav ul li a:hover {
          color: #ae947b; }
  footer .footer-contact {
    font-size: 23px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    @media only screen and (max-width: 1199px) {
      footer .footer-contact {
        font-size: 16px; } }
    footer .footer-contact:hover {
      color: #ae947b; }
    footer .footer-contact i {
      font-size: 35px;
      margin-right: 5px; }
  footer .footer-social a {
    font-size: 48px;
    color: #ae947b;
    margin-right: 10px;
    text-decoration: none;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    footer .footer-social a:hover {
      color: #79614a; }
  footer .footer-newsletter {
    padding-right: 40px; }
    @media only screen and (max-width: 991px) {
      footer .footer-newsletter {
        padding-right: 0; } }
    footer .footer-newsletter .form-control {
      height: 54px;
      border: 2px solid #DADADA;
      margin-right: 20px;
      font-size: 16px;
      padding: 0 15px; }
    footer .footer-newsletter .btn {
      height: 54px;
      padding: 0 30px; }
    @media only screen and (max-width: 1600px) {
      footer .footer-newsletter .input-group {
        display: block; }
        footer .footer-newsletter .input-group .form-control {
          width: 100%;
          margin: 0 0 10px; }
        footer .footer-newsletter .input-group .btn {
          width: 100%; } }
    footer .footer-newsletter .error {
      font-size: 14px;
      color: red; }
  footer .footer-partners a {
    text-decoration: none; }
    footer .footer-partners a svg {
      height: 60px;
      fill: #878787;
      transition: fill 0.3s ease-out;
      -webkit-transition: fill 0.3s ease-out;
      -moz-transition: fill 0.3s ease-out; }
    footer .footer-partners a:hover svg {
      fill: #ae947b; }
  footer .copyright {
    padding: 40px 0 20px; }
    footer .copyright p {
      margin: 0;
      text-transform: uppercase;
      font-size: 16px; }
      footer .copyright p img {
        position: relative;
        top: -2px;
        margin-left: 3px; }

section {
  padding: 100px 0;
  font-size: 23px;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    section {
      font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    section {
      padding: 50px 0;
      font-size: 18px; } }
  section .big {
    font-size: 30px; }
    @media only screen and (max-width: 1199px) {
      section .big {
        font-size: 26px; } }
    @media only screen and (max-width: 1199px) {
      section .big {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      section .big {
        padding: 50px 0;
        font-size: 18px; } }
  section.blue {
    background: #1D202C;
    color: #fff; }
  section.gallery .carousel-gallery {
    margin-bottom: 100px; }
    @media only screen and (max-width: 991px) {
      section.gallery .carousel-gallery {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      section.gallery .carousel-gallery {
        margin-bottom: 50px; } }
  section.search {
    font-size: 40px;
    font-weight: 100; }
  section.cookie h2 {
    font-size: 40px;
    font-weight: 100;
    color: #000;
    margin-top: 100px; }

#blog {
  overflow: visible;
  padding: 70px 0 0;
  position: relative; }
  #blog::before {
    content: '';
    background: #1D202C;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(50% - 465px); }
    @media only screen and (max-width: 1199px) {
      #blog::before {
        right: calc(50% - 285px); } }
    @media only screen and (max-width: 991px) {
      #blog::before {
        display: none; } }
  @media only screen and (max-width: 991px) {
    #blog {
      background: #1D202C !important; } }
  @media only screen and (max-width: 757px) {
    #blog {
      margin-bottom: 50px; } }
  #blog h2 {
    color: #fff;
    margin: 0 0 50px; }
  #blog .col-blog {
    max-width: calc(50% + 465px); }
    @media only screen and (max-width: 1199px) {
      #blog .col-blog {
        max-width: calc(50% + 365px); } }
    @media only screen and (max-width: 991px) {
      #blog .col-blog {
        max-width: 100%; } }
  #blog .slick-slider .slick-list {
    margin-right: 100px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 991px) {
      #blog .slick-slider .slick-list {
        margin-right: 0; } }
  @media only screen and (max-width: 991px) {
    #blog .slick-slider .slider-arrow {
      bottom: -33px; } }
  #blog .slick-slider .slider-arrow.icon-sipka-vlavo {
    right: 0;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      #blog .slick-slider .slider-arrow.icon-sipka-vlavo {
        right: 50%;
        margin-right: 0; } }
  #blog .slick-slider .slider-arrow.icon-sipka-vpravo {
    right: -90px;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      #blog .slick-slider .slider-arrow.icon-sipka-vpravo {
        right: 50%;
        margin-right: -90px; } }

#review {
  padding-bottom: 0;
  overflow: visible;
  background-size: cover; }
  #review h2 {
    color: #fff; }

.blog-item {
  padding: 0 25px 0 0; }
  @media only screen and (max-width: 991px) {
    .blog-item {
      padding: 0 15px; } }
  .blog-item .img {
    display: block;
    width: 100%;
    height: 195px;
    background-size: cover;
    background-position: center;
    position: relative; }
    .blog-item .img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease-out;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out; }
    .blog-item .img:hover::before {
      opacity: .2; }
  .blog-item h3 {
    margin: 20px 0; }
    .blog-item h3 a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s ease-out;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out; }
      .blog-item h3 a:hover {
        color: #ae947b; }
  .blog-item p {
    font-size: 16px;
    color: #fff; }

.gallery-item {
  padding: 0 15px 20px; }
  .gallery-item .img {
    width: 100%;
    height: calc(100vw / 5);
    max-height: 265px;
    background-position: center;
    background-size: cover;
    margin: 0 0 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .gallery-item .img {
        height: calc(100vw / 3); } }
    @media only screen and (max-width: 575px) {
      .gallery-item .img {
        height: calc(100vw / 2); } }
    .gallery-item .img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease-out;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out; }
    .gallery-item .img:hover::before {
      opacity: .2; }
  .gallery-item a {
    display: block;
    font-size: 30px;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    .gallery-item a:hover {
      color: #ae947b; }

.review-item .img {
  min-width: 186px;
  min-height: 186px;
  max-width: 186px;
  max-height: 186px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    .review-item .img {
      min-width: 120px;
      min-height: 120px;
      max-width: 120px;
      max-height: 120px;
      margin: 0 auto 20px; } }
.review-item .name {
  font-size: 25px;
  color: #ae947b;
  font-weight: 900;
  margin: 0 0 10px; }
  @media only screen and (max-width: 767px) {
    .review-item .name {
      text-align: center;
      font-size: 22px; } }
.review-item p {
  font-size: 18px;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .review-item p {
      text-align: center;
      font-size: 16px; } }

.rooms-item {
  height: 100%;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .rooms-item {
      padding-bottom: 30px; } }
  .rooms-item .img {
    display: block;
    width: 100%;
    height: calc(100vw / 5);
    max-height: 250px;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .rooms-item .img {
        height: calc(100vw / 3); } }
    @media only screen and (max-width: 575px) {
      .rooms-item .img {
        height: calc(100vw / 2); } }
    .rooms-item .img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease-out;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out; }
    .rooms-item .img:hover::before {
      opacity: .2; }
  .rooms-item .title {
    display: block;
    font-size: 28px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    @media only screen and (max-width: 991px) {
      .rooms-item .title {
        font-size: 22px; } }
    .rooms-item .title:hover {
      color: #ae947b; }
  .rooms-item .btn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 30px; }
    @media only screen and (max-width: 991px) {
      .rooms-item .btn {
        padding: 10px 20px; } }

.pack-item {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .pack-item {
      margin-bottom: 30px; } }
  .pack-item .img {
    display: block;
    width: 100%;
    height: calc(100vw / 5);
    max-height: 250px;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .pack-item .img {
        height: calc(100vw / 3); } }
    @media only screen and (max-width: 575px) {
      .pack-item .img {
        height: calc(100vw / 2); } }
    .pack-item .img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease-out;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out; }
    .pack-item .img:hover::before {
      opacity: .2; }
  .pack-item .title {
    display: block;
    font-size: 28px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
    padding: 15px 0 0;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    @media only screen and (max-width: 991px) {
      .pack-item .title {
        font-size: 22px; } }
    .pack-item .title:hover {
      color: #ae947b; }
  .pack-item .date {
    font-weight: 700;
    color: #ae947b;
    text-decoration: none;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out; }
    .pack-item .date:hover {
      color: #79614a; }

.kongres-item {
  padding: 100px 0 100px; }
  @media only screen and (max-width: 1199px) {
    .kongres-item {
      padding: 80px 0 80px; } }
  @media only screen and (max-width: 991px) {
    .kongres-item {
      padding: 50px 0 50px; } }
  .kongres-item .carousel-image {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .kongres-item .info {
      margin: 20px 0 0; } }
  .kongres-item .info i {
    font-size: 62px;
    color: #ae947b;
    margin: 0 15px 0 20px; }
    @media only screen and (max-width: 1199px) {
      .kongres-item .info i {
        font-size: 42px;
        margin: 0 10px 0 10px; } }
    @media only screen and (max-width: 767px) {
      .kongres-item .info i {
        margin: 0 10px 0 0; } }
  .kongres-item .info2 {
    margin: 50px 0 0; }
    @media only screen and (max-width: 767px) {
      .kongres-item .info2 {
        margin: 20px 0 0; } }
    .kongres-item .info2 .item {
      margin-bottom: 30px; }
    .kongres-item .info2 .title {
      font-size: 20px;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .kongres-item .info2 .title {
          font-size: 16px; } }
    .kongres-item .info2 .box {
      background: #ae947b;
      color: #fff;
      font-size: 15px;
      padding: 10px;
      margin-left: 15px;
      text-align: center;
      min-width: 115px; }
  .kongres-item .info3 {
    font-size: 20px; }
    .kongres-item .info3 h3 {
      font-size: 43px;
      font-weight: 100;
      margin: 50px 0 20px; }
    .kongres-item .info3 p {
      font-size: 23px; }
    @media only screen and (max-width: 767px) {
      .kongres-item .info3 ul li {
        margin: 0 10px 0 0; } }

.contact-item {
  margin-bottom: 50px; }
  .contact-item .item {
    font-size: 22px;
    padding: 7px 0px; }
    @media only screen and (max-width: 1600px) {
      .contact-item .item {
        font-size: 20px; } }
    @media only screen and (max-width: 1199px) {
      .contact-item .item {
        font-size: 18px; } }
    .contact-item .item i {
      font-size: 32px;
      color: #ae947b;
      margin: 0 15px 0 0; }
    .contact-item .item a {
      color: #000;
      text-decoration: none;
      transition: color 0.3s ease-out;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out; }
      .contact-item .item a:hover {
        color: #ae947b; }

.hotel-info .title {
  font-size: 111px;
  color: #ae947b;
  font-weight: 900;
  position: relative;
  margin-bottom: 25px; }
  @media only screen and (max-width: 1199px) {
    .hotel-info .title {
      font-size: 90px; } }
  @media only screen and (max-width: 767px) {
    .hotel-info .title {
      font-size: 60px; } }
  .hotel-info .title::after {
    content: '';
    width: 74px;
    height: 4px;
    background: #ae947b;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px; }
.hotel-info p {
  font-size: 35px;
  font-weight: 100;
  color: #ae947b;
  line-height: 40px; }
  @media only screen and (max-width: 1199px) {
    .hotel-info p {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    .hotel-info p {
      font-size: 18px;
      line-height: 20px; } }

#map {
  padding: 0; }
  #map iframe {
    width: 100%;
    height: 350px; }

.carousel-gallery {
  margin: 0 -15px;
  padding: 40px 0 100px; }
  .carousel-gallery.slick-slider .slider-arrow.icon-sipka-vlavo {
    background: #E2B429;
    color: #1D202C; }
    .carousel-gallery.slick-slider .slider-arrow.icon-sipka-vlavo:hover {
      background: #917214; }
  .carousel-gallery.slick-slider .slider-arrow.icon-sipka-vpravo {
    background: #1D202C;
    color: #E2B429; }
    .carousel-gallery.slick-slider .slider-arrow.icon-sipka-vpravo:hover {
      background: black; }

.carousel-review {
  padding: 100px 0 200px; }
  @media only screen and (max-width: 1199px) {
    .carousel-review {
      padding: 50px 0 100px; } }
  .carousel-review.slick-slider .slider-arrow {
    bottom: -33px; }
    .carousel-review.slick-slider .slider-arrow.icon-sipka-vlavo {
      background: #E2B429;
      color: #1D202C; }
      .carousel-review.slick-slider .slider-arrow.icon-sipka-vlavo:hover {
        background: #917214; }
    .carousel-review.slick-slider .slider-arrow.icon-sipka-vpravo {
      background: #1D202C;
      color: #E2B429; }
      .carousel-review.slick-slider .slider-arrow.icon-sipka-vpravo:hover {
        background: black; }

.carousel-image {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .carousel-image {
      margin-bottom: 50px; } }
  .carousel-image .image-item {
    width: 100%;
    height: 470px;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 991px) {
      .carousel-image .image-item {
        height: 370px; } }
    @media only screen and (max-width: 767px) {
      .carousel-image .image-item {
        height: 300px; } }
    @media only screen and (max-width: 575px) {
      .carousel-image .image-item {
        height: 260px; } }
  .carousel-image.slick-slider .slider-arrow {
    bottom: -33px;
    z-index: 1; }
    .carousel-image.slick-slider .slider-arrow.icon-sipka-vlavo {
      background: #E2B429;
      color: #1D202C; }
      .carousel-image.slick-slider .slider-arrow.icon-sipka-vlavo:hover {
        background: #917214; }
    .carousel-image.slick-slider .slider-arrow.icon-sipka-vpravo {
      background: #1D202C;
      color: #E2B429; }
      .carousel-image.slick-slider .slider-arrow.icon-sipka-vpravo:hover {
        background: black; }
  .carousel-image.carousel-kongres .slider-arrow {
    bottom: 0;
    margin: 0 !important; }
    .carousel-image.carousel-kongres .slider-arrow.icon-sipka-vlavo {
      right: 90px; }
    .carousel-image.carousel-kongres .slider-arrow.icon-sipka-vpravo {
      right: 0; }
  .carousel-image.carousel-arrow-right {
    margin-bottom: 30px; }
    .carousel-image.carousel-arrow-right .slider-arrow {
      bottom: 0;
      margin: 0 !important; }
      .carousel-image.carousel-arrow-right .slider-arrow.icon-sipka-vlavo {
        right: 0;
        background: #fff; }
        @media only screen and (max-width: 1199px) {
          .carousel-image.carousel-arrow-right .slider-arrow.icon-sipka-vlavo {
            right: 90px; } }
        .carousel-image.carousel-arrow-right .slider-arrow.icon-sipka-vlavo:hover {
          background: #cccccc; }
      .carousel-image.carousel-arrow-right .slider-arrow.icon-sipka-vpravo {
        right: -90px;
        background: #E2B429;
        color: #000; }
        @media only screen and (max-width: 1199px) {
          .carousel-image.carousel-arrow-right .slider-arrow.icon-sipka-vpravo {
            right: 0; } }
        .carousel-image.carousel-arrow-right .slider-arrow.icon-sipka-vpravo:hover {
          background: #917214; }
    .carousel-image.carousel-arrow-right.style2 .slider-arrow.icon-sipka-vlavo {
      right: 90px; }
    .carousel-image.carousel-arrow-right.style2 .slider-arrow.icon-sipka-vpravo {
      right: 0; }

.slick-slider .slider-arrow {
  width: 90px;
  height: 66px;
  background: #fff;
  font-size: 36px;
  text-align: center;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out; }
  .slick-slider .slider-arrow:hover {
    background: #cccccc; }
  .slick-slider .slider-arrow::before {
    position: relative;
    top: 15px; }
  .slick-slider .slider-arrow.icon-sipka-vlavo {
    right: 50%;
    margin-right: 0; }
  .slick-slider .slider-arrow.icon-sipka-vpravo {
    right: 50%;
    margin-right: -90px;
    background: #E2B429; }
    .slick-slider .slider-arrow.icon-sipka-vpravo:hover {
      background: #917214; }

.history-line {
  position: relative;
  min-height: 455px; }
  @media only screen and (max-width: 991px) {
    .history-line {
      min-height: inherit;
      margin: 30px 0; } }
  .history-line::before {
    content: '';
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -1px 0 0; }
    @media only screen and (max-width: 991px) {
      .history-line::before {
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
        right: inherit;
        margin: 0 0 0 -1px; } }
  .history-line .col-lg:nth-child(1n+0) .item {
    bottom: 0;
    margin-bottom: -57px; }
    @media only screen and (max-width: 991px) {
      .history-line .col-lg:nth-child(1n+0) .item {
        bottom: 0;
        margin-bottom: 0;
        width: 50%;
        padding-right: 60px;
        text-align: right; }
        .history-line .col-lg:nth-child(1n+0) .item .circle {
          right: -25px; } }
    @media only screen and (max-width: 767px) {
      .history-line .col-lg:nth-child(1n+0) .item {
        padding-right: 30px; }
        .history-line .col-lg:nth-child(1n+0) .item .circle {
          right: -15px; } }
    @media only screen and (max-width: 575px) {
      .history-line .col-lg:nth-child(1n+0) .item {
        padding-right: 25px; } }
    @media only screen and (max-width: 575px) {
      .history-line .col-lg:nth-child(1n+0) .item {
        padding-right: 15px; }
        .history-line .col-lg:nth-child(1n+0) .item .circle {
          top: 6px;
          right: -8px; } }
  .history-line .col-lg:nth-child(2n+0) .item {
    top: 0;
    margin-top: -57px; }
    @media only screen and (max-width: 991px) {
      .history-line .col-lg:nth-child(2n+0) .item {
        top: 0;
        margin-top: 0;
        width: 50%;
        float: right;
        padding-left: 60px;
        text-align: left; }
        .history-line .col-lg:nth-child(2n+0) .item .circle {
          left: -25px; } }
    @media only screen and (max-width: 767px) {
      .history-line .col-lg:nth-child(2n+0) .item {
        padding-left: 30px; }
        .history-line .col-lg:nth-child(2n+0) .item .circle {
          top: 6px;
          left: -15px; } }
    @media only screen and (max-width: 575px) {
      .history-line .col-lg:nth-child(2n+0) .item {
        padding-left: 15px; }
        .history-line .col-lg:nth-child(2n+0) .item .circle {
          left: -8px; } }
  .history-line .item {
    position: absolute; }
    @media only screen and (max-width: 991px) {
      .history-line .item {
        position: relative;
        margin: 0 0 15px; } }
    .history-line .item .circle {
      width: 74px;
      height: 74px;
      background: #ae947b;
      border-radius: 100%;
      margin: 20px 0; }
      @media only screen and (max-width: 991px) {
        .history-line .item .circle {
          width: 50px;
          height: 50px;
          position: absolute;
          top: 0;
          margin: 0; } }
      @media only screen and (max-width: 767px) {
        .history-line .item .circle {
          width: 30px;
          height: 30px; } }
      @media only screen and (max-width: 575px) {
        .history-line .item .circle {
          width: 16px;
          height: 16px; } }
    .history-line .item .title {
      font-size: 35px;
      font-weight: 700;
      color: #ae947b; }
      @media only screen and (max-width: 767px) {
        .history-line .item .title {
          font-size: 28px;
          line-height: 28px; } }
    .history-line .item p {
      font-size: 16px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .history-line .item p {
          font-size: 14px; } }

.gastro {
  font-size: 25px;
  padding-left: 40px; }
  @media only screen and (max-width: 1600px) {
    .gastro {
      font-size: 22px; } }
  @media only screen and (max-width: 1199px) {
    .gastro {
      font-size: 20px;
      padding-left: 0; } }
  .gastro h3 {
    font-size: 40px;
    font-weight: 100;
    color: #000;
    text-transform: none;
    margin: 0 0 30px; }
  .gastro .btn {
    min-width: 270px;
    padding: 25px 0;
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .gastro .btn {
        min-width: 230px;
        padding: 20px 0;
        margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  form {
    max-width: 290px;
    margin: 0 auto; } }

label {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000; }

.selectric-wrapper .selectric {
  border: 0;
  border-radius: 0;
  background: transparent; }
  .selectric-wrapper .selectric .label {
    font-size: 27px;
    color: #ae947b;
    margin: 0 50px 0 0; }
  .selectric-wrapper .selectric .button {
    background: none;
    font-size: 32px;
    color: #000;
    padding-top: 6px; }
    .selectric-wrapper .selectric .button::after {
      display: none; }
.selectric-wrapper .selectric-items {
  background: #fff;
  border: 1px solid #cecece;
  box-shadow: none; }
  .selectric-wrapper .selectric-items li {
    border-bottom: 1px solid #cecece;
    font-size: 19px;
    color: #a4a4a4;
    padding: 25px 40px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out; }
    @media only screen and (max-width: 1199px) {
      .selectric-wrapper .selectric-items li {
        padding: 15px 20px; } }
    .selectric-wrapper .selectric-items li:hover {
      background: #f2f2f2;
      color: #ae947b; }
    .selectric-wrapper .selectric-items li:last-of-type {
      border-bottom: 0; }
    .selectric-wrapper .selectric-items li.selected {
      color: #ae947b;
      background: #f2f2f2; }

.form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #ae947b;
  font-size: 27px;
  margin: 0;
  padding: 0; }
  .form-control:focus {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ae947b; }
  .form-control.require {
    border-bottom: 1px solid #FF0000; }

.input-group .plus,
.input-group .minus {
  font-size: 31px;
  color: #000;
  padding-top: 5px;
  cursor: pointer;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out; }
  .input-group .plus:hover,
  .input-group .minus:hover {
    color: #E2B429; }

.datepicker-input {
  position: relative; }
  .datepicker-input input {
    padding-right: 40px;
    position: relative;
    z-index: 1; }
  .datepicker-input i {
    font-size: 34px;
    color: #000;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 0; }

.custom-control .custom-control-label {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 5px;
  text-align: left;
  position: relative;
  text-transform: none; }
  .custom-control .custom-control-label a {
    color: #ae947b; }
    .custom-control .custom-control-label a:hover {
      text-decoration: underline; }
  .custom-control .custom-control-label .require {
    position: absolute;
    right: 2px;
    top: -9px;
    font-weight: 600;
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .custom-control .custom-control-label .require {
        font-size: 18px; } }
.custom-control .custom-control-label::before,
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 2px solid #DADADA;
  background: transparent !important;
  box-shadow: none !important; }
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  width: 12px;
  height: 12px;
  background: #ae947b !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 4px; }

.table {
  border: 0; }
  .table caption {
    font-size: 16px;
    color: #000;
    margin: 20px 0; }
  .table thead tr th {
    border: 0;
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap; }
    @media only screen and (max-width: 991px) {
      .table thead tr th {
        font-size: 22px; } }
    .table thead tr th.text-wrap {
      white-space: normal; }
  .table tbody tr th,
  .table tbody tr td {
    border: 2px solid #e6e6e6;
    vertical-align: middle;
    font-size: 23px;
    color: #ae947b;
    white-space: nowrap; }
    @media only screen and (max-width: 991px) {
      .table tbody tr th,
      .table tbody tr td {
        font-size: 18px; } }
    .table tbody tr th.text-wrap,
    .table tbody tr td.text-wrap {
      white-space: normal; }
  .table tbody tr th {
    background: #eff2f3;
    font-size: 16px;
    text-align: left;
    color: #000; }
    @media only screen and (max-width: 991px) {
      .table tbody tr th {
        font-size: 14px; } }

.ul-style {
  list-style: none;
  padding: 0; }
  .ul-style li {
    position: relative;
    padding-left: 45px; }
    .ul-style li::before {
      content: '';
      display: block;
      width: 19px;
      height: 19px;
      border: 2px solid #ae947b;
      border-radius: 100%;
      position: absolute;
      left: 15px;
      top: 8px; }
    .ul-style li.big-text {
      font-size: 35px;
      font-weight: 100; }
      @media only screen and (max-width: 1199px) {
        .ul-style li.big-text {
          font-size: 24px;
          padding-left: 35px; } }
      @media only screen and (max-width: 991px) {
        .ul-style li.big-text {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .ul-style li.big-text {
          font-size: 16px;
          text-align: center;
          padding: 0; } }
      .ul-style li.big-text::before {
        left: 15px;
        top: 17px; }
        @media only screen and (max-width: 1199px) {
          .ul-style li.big-text::before {
            width: 14px;
            height: 14px;
            top: 12px; } }
        @media only screen and (max-width: 991px) {
          .ul-style li.big-text::before {
            top: 7px; } }
        @media only screen and (max-width: 767px) {
          .ul-style li.big-text::before {
            display: none; } }

.price {
  font-size: 35px;
  border: 2px solid #000;
  padding: 20px 30px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #fff;
  border: 1px solid transparent;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.modal .modal-dialog {
  width: calc(100% - (1.75rem * 2));
  max-width: 1100px; }
  @media only screen and (max-width: 575px) {
    .modal .modal-dialog {
      width: auto; } }
  .modal .modal-dialog .modal-content {
    padding: 50px 130px;
    border: 0;
    border-radius: 0; }
    @media only screen and (max-width: 1199px) {
      .modal .modal-dialog .modal-content {
        padding: 30px 100px; } }
    @media only screen and (max-width: 991px) {
      .modal .modal-dialog .modal-content {
        padding: 30px 50px; } }
    @media only screen and (max-width: 575px) {
      .modal .modal-dialog .modal-content {
        padding: 20px 0; } }
.modal .selectric-wrapper .selectric-items {
  min-width: 250px;
  background: #000;
  border: 0; }
  .modal .selectric-wrapper .selectric-items li {
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 16px; }
    .modal .selectric-wrapper .selectric-items li.selected, .modal .selectric-wrapper .selectric-items li:hover {
      background: #ae947b;
      color: #fff; }

.tabs .nav-tabs {
  border: 0; }
  .tabs .nav-tabs .nav-link {
    font-size: 28px;
    color: #000;
    border: 0;
    padding: 35px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out; }
    @media only screen and (max-width: 991px) {
      .tabs .nav-tabs .nav-link {
        font-size: 22px;
        padding: 25px 0; } }
    @media only screen and (max-width: 575px) {
      .tabs .nav-tabs .nav-link {
        font-size: 20px;
        padding: 15px 0; } }
    .tabs .nav-tabs .nav-link::before {
      content: '';
      width: 100%;
      height: 6px;
      background: #000;
      position: absolute;
      bottom: -3px;
      left: 0;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
    .tabs .nav-tabs .nav-link.active {
      color: #E2B429; }
      .tabs .nav-tabs .nav-link.active::before {
        background: #E2B429;
        bottom: 0; }
.tabs .tab-content {
  padding: 80px 0 0; }
  @media only screen and (max-width: 991px) {
    .tabs .tab-content {
      padding: 60px 0 0; } }
  @media only screen and (max-width: 575px) {
    .tabs .tab-content {
      padding: 40px 0 0; } }

.review-box {
  background: #eff2f3;
  padding: 40px 70px;
  overflow: hidden;
  font-weight: 100;
  font-size: 25px;
  position: relative;
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .review-box {
      font-size: 22px;
      padding: 30px 35px; } }
  .review-box::before, .review-box::after {
    content: '';
    width: 73px;
    height: 67px;
    background: url(../img/quotes.png) no-repeat center;
    position: absolute; }
  .review-box::before {
    top: -30px;
    left: 20px; }
  .review-box::after {
    bottom: -10px;
    right: 20px; }
  .review-box .name {
    font-size: 20px;
    font-weight: 700;
    color: #ae947b; }
  .review-box p {
    margin: 0 0 10px; }

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden; }

.cookie-box {
  width: 100%;
  height: auto;
  background: #ae947b;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .cookie-box {
      padding: 10px;
      text-align: center;
      font-size: 14px; } }
  .cookie-box p {
    margin: 0; }
    .cookie-box p a {
      color: #fff;
      text-decoration: underline;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
      .cookie-box p a:hover {
        color: #000; }
  .cookie-box .btn.btn-light {
    border: 2px solid #fff !important;
    color: #fff !important;
    padding: 10px 20px;
    margin-left: 15px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out; }
    @media only screen and (max-width: 767px) {
      .cookie-box .btn.btn-light {
        margin: 15px 0 0; } }
    .cookie-box .btn.btn-light:hover {
      background: #fff !important;
      color: #ae947b !important; }

.wpcf7-form-control-wrap {
  flex: 1 1 0; }

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