@charset "UTF-8";
.container-responsive:before, .container-medium:before, .container-hero:before, .container--big:before, .container-header:before, .container--footer:before, article.post:before, .paging-navigation:before,
.post-navigation:before, .clear:before, .parallax-box__content:before, .container-responsive:after, .container-medium:after, .container-hero:after, .container--big:after, .container-header:after, .container--footer:after, article.post:after, .paging-navigation:after,
.post-navigation:after, .clear:after, .parallax-box__content:after {
  content: " ";
  display: table; }
.container-responsive:after, .container-medium:after, .container-hero:after, .container--big:after, .container-header:after, .container--footer:after, article.post:after, .paging-navigation:after,
.post-navigation:after, .clear:after, .parallax-box__content:after {
  clear: both; }

.menu__navigation ul, .footer__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.location-grid__img img {
  display: block;
  width: 100%;
  height: auto; }

.sq-slider__btn-inner, .sq-slider__svg, .rooms-nav__icon, .rooms-nav__label {
  display: inline-block;
  vertical-align: middle; }

.room-service__wrap:before, .welcome__bg-image:before, .main-gallery__link, .rooms-nav__item a {
  width: 100%;
  height: 100%; }

.menu__navigation a, .room-service__wrap:before, .room-service__content, .room-service .room-service__title, .btn__default, .btn__read-more, .btn__read-more:before, .main-footer__newsletter-submit,
.btn__footer, .back-to-top, .back-to-top:after, .switcher__list, .h-info__tooltip, .h-booking__btn--now, .follow__link, .links-grid__item, .links-grid__title:before, .sq-slider__svg, .home-4__grig .home-4__image, .room-form input[type="submit"], .contact__inner--left .gform_wrapper .gform_footer input.button,
.contact__inner--left .gform_wrapper .gform_footer input[type=submit], .main-gallery__image, .filters__item, .filters__label, .rooms-nav.rooms-nav--fixed, .rooms-nav__icon, .rooms-nav__item a, .rooms-nav__item a:before {
  transition: all 0.3s ease; }

/* global */
/* fonts */
/* positioning */
/*
    Use as 
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

a,
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  width: auto;
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

[role="button"] {
  cursor: pointer; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

.slick-initialized {
  overflow: hidden; }

/*@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
        url('../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
        url('../fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
        url('../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
        url('../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", sans-serif, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  background-color: #fff; }

a {
  color: #b7966c;
  text-decoration: none; }
  a:hover, a:focus {
    color: #a17d4f; }

::-moz-selection {
  background: #b7966c;
  color: #fff; }

::selection {
  background: #b7966c;
  color: #fff; }

.container-responsive {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px; }

.container-medium {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px; }

.container-hero {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1480px) {
    .container-hero {
      padding-left: 48px;
      padding-left: 4.8rem;
      padding-right: 48px;
      padding-right: 4.8rem; } }
  @media screen and (min-width: 1980px) {
    .container-hero {
      padding-left: 98px;
      padding-left: 9.8rem;
      padding-right: 98px;
      padding-right: 9.8rem; } }

.container--big {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1730px; }

.container-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container--footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

#main {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.entry__content {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }
  .entry__content--room, .entry__content--restaurant, .entry__content--location {
    padding-bottom: 0; }

.entry__footer--page {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 64px;
  padding-bottom: 6.4rem; }

.site__content-area.offers-grid, .site__content-area.blog-grid {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }

.section--welcome, .section--discover, .section--experiences {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 768px) {
    .section--welcome, .section--discover, .section--experiences {
      padding-top: 64px;
      padding-top: 6.4rem;
      padding-bottom: 64px;
      padding-bottom: 6.4rem; } }
  @media screen and (min-width: 1200px) {
    .section--welcome, .section--discover, .section--experiences {
      padding-top: 128px;
      padding-top: 12.8rem;
      padding-bottom: 128px;
      padding-bottom: 12.8rem; } }

.site__header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .site__header[data-color=transparent] {
    background-color: transparent;
    background-color: white; }
  .site__header[data-color=solid] {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px;
    box-shadow: 0 0 8px; }
  @media screen and (max-width: 991px) {
    .site__header {
      background-color: #fff; }
      .site__header[data-color=transparent], .site__header[data-color=solid] {
        background-color: #fff; } }

.header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  padding: 0rem 1.5rem; }
  @media screen and (min-width: 1200px) {
    .header__upper {
      padding: 8px 15px;
      padding: 0.8rem 1.5rem; } }
.header__bottom {
  border-top: 1px solid #ebebeb;
  padding: 10px 0px;
  padding: 1rem 0rem;
  display: none; }
  @media screen and (min-width: 992px) {
    .header__bottom {
      display: block !important; } }
.header__left, .header__right, .header__logo {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%; }
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.header__logo {
  text-align: center; }
  .header__logo--light, .header__logo--dark {
    transition: transform ease-out .5s; }
  @media screen and (min-width: 992px) {
    .header__logo--dark {
      opacity: 0;
      visibility: hidden;
      width: 0;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%); } }
.header__right--mobile {
  text-align: right; }
  @media screen and (min-width: 992px) {
    .header__right--mobile {
      display: none; } }
@media screen and (max-width: 991px) {
  .header__right--desktop {
    display: none; } }
.header__middle--mobile {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .header__middle--mobile {
      display: none; } }
  .header__middle--mobile .h-booking__btn--now {
    width: 100%; }

@media screen and (max-width: 991px) {
  .site__header .switcher--header,
  .site__header .switcher__wrap:after,
  .site__header .switcher__content:after {
    border-color: #333333; }
  .site__header .header__logo--dark {
    display: inline-block; }
  .site__header .header__logo--light {
    display: none; }
  .site__header .h-booking__text,
  .site__header .burger__wrap {
    background-color: #ebebeb; }
  .site__header .icon__bar {
    background-color: #333333; } }

.site__header[data-color=solid] .header__upper {
  padding: 0px 15px;
  padding: 0rem 1.5rem; }
.site__header[data-color=solid] .switcher__content,
.site__header[data-color=solid] .switcher__mobile {
  color: #333333; }
.site__header[data-color=solid] .switcher--header,
.site__header[data-color=solid] .switcher__wrap:after,
.site__header[data-color=solid] .switcher__content:after {
  border-color: #333333; }
.site__header[data-color=solid] .h-info__link svg {
  color: #333333; }
.site__header[data-color=solid] .header__logo--dark {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto; }
.site__header[data-color=solid] .header__logo--light {
  display: none; }
.site__header[data-color=solid] .icon__bar {
  background-color: #333333; }

#header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 992px) {
    #header-menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.menu__navigation .menu-item-has-children {
  position: relative;
  /*        &:after{
              content: '+';
              font-size: 22px;
              display: inline-block;
              position: absolute;
              top: 0;
              right: 40px;
              color: $text-color;
              @include media-min-menu{
                  display: none;
              }
          }*/ }
  .menu__navigation .menu-item-has-children:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M252.485 343.03l-7.07-7.071c-4.686-4.686-12.284-4.686-16.971 0L145 419.887V44c0-6.627-5.373-12-12-12h-10c-6.627 0-12 5.373-12 12v375.887l-83.444-83.928c-4.686-4.686-12.284-4.686-16.971 0l-7.07 7.071c-4.686 4.686-4.686 12.284 0 16.97l116 116.485c4.686 4.686 12.284 4.686 16.971 0l116-116.485c4.686-4.686 4.686-12.284-.001-16.97z'%3E%3C/path%3E%3C/svg%3E");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 992px) {
      .menu__navigation .menu-item-has-children:after {
        position: static;
        top: auto;
        right: auto; } }
.menu__navigation ul {
  text-align: center; }
.menu__navigation li {
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  margin: 0;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  @media screen and (max-width: 991px) {
    .menu__navigation li {
      width: 100%; } }
  .menu__navigation li:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .menu__navigation li {
      margin-bottom: 0; } }
  .menu__navigation li ul.sub-menu {
    display: none; }
    @media screen and (min-width: 992px) {
      .menu__navigation li ul.sub-menu {
        position: absolute;
        top: 140%;
        background-color: #e8e8e8;
        min-width: 190px; } }
  .menu__navigation li ul li {
    margin: 16px 0px;
    margin: 1.6rem 0rem; }
    @media screen and (min-width: 992px) {
      .menu__navigation li ul li {
        margin: 16px 8px;
        margin: 1.6rem 0.8rem; }
        .menu__navigation li ul li:last-child {
          margin-bottom: 16px;
          margin-bottom: 1.6rem; } }
  .menu__navigation li ul li a {
    border-bottom: 1px solid #666666;
    padding-bottom: 4px;
    padding-bottom: 0.4rem; }
    .menu__navigation li ul li a:hover, .menu__navigation li ul li a:focus {
      border-color: #b7966c; }
.menu__navigation a {
  display: inline-block;
  font-family: "Open Sans", sans-serif, serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  position: relative; }
  @media screen and (min-width: 992px) {
    .menu__navigation a {
      font-size: 14px;
      font-size: 1.4rem; } }
  .menu__navigation a:hover, .menu__navigation a:focus {
    color: #b7966c; }
.menu__navigation li.current_page_item > a,
.menu__navigation li.current-menu-item > a {
  color: #b7966c;
  border-color: #b7966c; }

@media screen and (min-width: 992px) {
  #header-menu {
    padding-top: 4px;
    padding-top: 0.4rem;
    padding-bottom: 4px;
    padding-bottom: 0.4rem; } }

@media screen and (min-width: 992px) {
  #header-menu > li {
    border-right: 1px solid #666666;
    line-height: 1; }
    #header-menu > li:last-child {
      border: none; } }

@media screen and (min-width: 992px) {
  #header-menu > li > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #b7966c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out; } }
#header-menu > li > a:hover:before, #header-menu > li > a:focus:before {
  width: 100%; }

.site__footer {
  background-color: #333333;
  overflow: hidden;
  position: relative; }

.footer__upper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 128px;
  padding-top: 12.8rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 576px) {
    .footer__upper {
      padding-bottom: 64px;
      padding-bottom: 6.4rem; } }
.footer__item {
  text-align: center;
  padding: 0px 24px;
  padding: 0rem 2.4rem; }
.footer__title {
  font-family: "Georgia", sans-serif, serif;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  padding-left: 30px;
  padding-left: 3rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  position: relative; }
  .footer__title:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: -24px;
    background-color: #b7966c; }
.footer__content {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
  .footer__content p {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .footer__content p:last-child {
      margin-bottom: 0; }
.footer__btn {
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0px;
  padding: 0.8rem 0rem; }
.footer__copyrights, .footer__navigation {
  padding: 0px 8px;
  padding: 0rem 0.8rem; }
@media screen and (max-width: 767px) {
  .footer__copyrights {
    text-align: center; } }
.footer__copyrights span, .footer__copyrights a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff; }
.footer__navigation {
  margin: 12px 0px;
  margin: 1.2rem 0rem; }
  .footer__navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__navigation ul li {
      padding: 0px 16px;
      padding: 0rem 1.6rem;
      border-right: 1px solid #fff;
      line-height: 1.2;
      margin-bottom: 8px;
      margin-bottom: 0.8rem; }
      .footer__navigation ul li:last-child {
        border: none; }
      .footer__navigation ul li a {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        color: #fff; }

.entry__header--page, .entry__header--single {
  width: 100%;
  height: 60vh;
  background-color: #333333; }
.entry__header--archive, .entry__header--thumbnail, .entry__header--slider {
  height: 100vh;
  background-color: transparent; }

.hero {
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .hero__inner {
    text-align: center;
    padding: 0px 15px;
    padding: 0rem 1.5rem; }
  .hero__logo {
    display: inline-block;
    padding-bottom: 32px;
    padding-bottom: 3.2rem; }
  .hero__wrap {
    padding-bottom: 32px;
    padding-bottom: 3.2rem; }
    .hero__wrap--text {
      padding-bottom: 48px;
      padding-bottom: 4.8rem; }
  .hero__title {
    font-family: "Georgia", sans-serif, serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 32px;
    padding-bottom: 3.2rem;
    margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .hero__title {
        font-size: 36px;
        font-size: 3.6rem; } }
    .hero__title:after {
      content: '';
      display: block;
      width: 80px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      background-color: #b7966c;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .hero__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (min-width: 576px) {
      .hero__text {
        font-size: 24px;
        font-size: 2.4rem; } }
  .hero__btn-wrap {
    padding-bottom: 32px;
    padding-bottom: 3.2rem; }
  .hero--archive, .hero--thumbnail {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.entry__header--slider .hero__inner {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home .hero__text {
  text-transform: uppercase;
  font-weight: 300; }

.rooms-rates .entry__header,
.rooms-rates .hero {
  height: 30vh; }
  @media screen and (min-width: 768px) {
    .rooms-rates .entry__header,
    .rooms-rates .hero {
      height: 40vh; } }
.rooms-rates .hero {
  padding-top: 102px;
  padding-top: 10.2rem; }
  @media screen and (min-width: 992px) {
    .rooms-rates .hero {
      padding-top: 64px;
      padding-top: 6.4rem; } }
.rooms-rates .hero__wrap {
  padding-bottom: 0; }
.rooms-rates .scroll__bottom--header {
  display: none; }

.page-hero {
  overflow: hidden;
  padding: 32px 0px;
  padding: 3.2rem 0rem; }
  @media screen and (min-width: 576px) {
    .page-hero {
      padding: 64px 0px;
      padding: 6.4rem 0rem; } }
  @media screen and (max-width: 767px) {
    .page-hero .main-title {
      text-align: right; } }
  .page-hero .main-title__top:before {
    width: 80px; }
    @media screen and (min-width: 576px) {
      .page-hero .main-title__top:before {
        width: 160px; } }
  .page-hero__content {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    text-align: right;
    padding-bottom: 16px;
    padding-bottom: 1.6rem; }
    @media screen and (min-width: 576px) {
      .page-hero__content {
        font-size: 18px;
        font-size: 1.8rem; } }
  .page-hero__btn-wrap {
    padding: 16px 0px;
    padding: 1.6rem 0rem;
    text-align: right; }

.section__accommodation {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }

@media screen and (min-width: 576px) {
  .parallax-box.parallax--accommodation {
    padding-top: 164px;
    padding-top: 16.4rem;
    padding-bottom: 164px;
    padding-bottom: 16.4rem; } }

.room__col {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  .room__col:last-child .room__image {
    margin-bottom: 0; }
  .room__col .rooms-box {
    height: 100%; }
.room__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media screen and (min-width: 1200px) {
    .room__image {
      margin-bottom: 0; } }
.room__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 128px 16px;
  padding: 12.8rem 1.6rem; }
  @media screen and (min-width: 1480px) {
    .room__inner {
      padding: 256px 96px;
      padding: 25.6rem 9.6rem; } }
.room__content .main-title__top {
  color: #fff;
  text-transform: uppercase; }
.room__content .simple-text__content {
  color: #fff; }
.room__content .simple-text__content {
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
.room__footer a {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.restaurant-services__item {
  background-color: #fff2e1;
  padding: 16px 0px;
  padding: 1.6rem 0rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .restaurant-services__item {
      padding: 32px 0px;
      padding: 3.2rem 0rem; } }
  .restaurant-services__item:nth-child(3n+2) .restaurant-services__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .restaurant-services__item:nth-child(3n+2) .restaurant-services__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .restaurant-services__item:nth-child(3n+1) .restaurant-services__image, .restaurant-services__item:nth-child(3n+2) .restaurant-services__image {
    width: 100%;
    padding-top: 60%;
    margin-bottom: 32px;
    margin-bottom: 3.2rem; }
    @media screen and (min-width: 768px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__image, .restaurant-services__item:nth-child(3n+2) .restaurant-services__image {
        width: 50%;
        padding-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__image, .restaurant-services__item:nth-child(3n+2) .restaurant-services__image {
        width: 70%; } }
  .restaurant-services__item:nth-child(3n+1) .restaurant-services__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content {
    width: 100%;
    padding: 0px 15px;
    padding: 0rem 1.5rem; }
    @media screen and (min-width: 768px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content {
        width: 50%;
        padding: 15px;
        padding: 1.5rem; } }
    @media screen and (min-width: 1200px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content {
        padding: 64px 15px;
        padding: 6.4rem 1.5rem; } }
    @media screen and (min-width: 1480px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content {
        width: 30%;
        padding: 256px 15px;
        padding: 25.6rem 1.5rem; } }
    .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .simple-text, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .simple-text {
      text-align: left;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .simple-text, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .simple-text {
          padding: 0;
          margin-bottom: 32px;
          margin-bottom: 3.2rem; } }
      @media screen and (min-width: 1480px) {
        .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .simple-text, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .simple-text {
          padding: 0px 32px;
          padding: 0rem 3.2rem; } }
    @media screen and (min-width: 768px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .main-title, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .main-title {
        padding-left: 54px;
        padding-left: 5.4rem; } }
    @media screen and (min-width: 1480px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .main-title, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .main-title {
        padding-left: 96px;
        padding-left: 9.6rem; } }
    @media screen and (min-width: 768px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .main-title__top:before, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .main-title__top:before {
        width: 40px; } }
    @media screen and (min-width: 1480px) {
      .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .main-title__top:before, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .main-title__top:before {
        width: 80px; } }
    .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .simple-text__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .simple-text__content {
      padding-left: 32px;
      padding-left: 3.2rem;
      margin-bottom: 32px;
      margin-bottom: 3.2rem; }
      @media screen and (min-width: 768px) {
        .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .simple-text__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .simple-text__content {
          padding-left: 54px;
          padding-left: 5.4rem; } }
      @media screen and (min-width: 1480px) {
        .restaurant-services__item:nth-child(3n+1) .restaurant-services__content .simple-text__content, .restaurant-services__item:nth-child(3n+2) .restaurant-services__content .simple-text__content {
          padding-left: 96px;
          padding-left: 9.6rem; } }
  .restaurant-services__item:nth-child(3n+1) .restaurant-services__footer, .restaurant-services__item:nth-child(3n+2) .restaurant-services__footer {
    text-align: right; }
  .restaurant-services__item:nth-child(3n+3) .restaurant-services__image {
    width: 100%; }
  .restaurant-services__item:nth-child(3n+3) .restaurant-services__content {
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
    padding: 3.2rem 1.6rem; }
    @media screen and (min-width: 768px) {
      .restaurant-services__item:nth-child(3n+3) .restaurant-services__content {
        width: 70%; } }
    @media screen and (min-width: 1200px) {
      .restaurant-services__item:nth-child(3n+3) .restaurant-services__content {
        padding: 64px 15px;
        padding: 6.4rem 1.5rem; } }
    @media screen and (min-width: 1480px) {
      .restaurant-services__item:nth-child(3n+3) .restaurant-services__content {
        padding: 256px 0px;
        padding: 25.6rem 0rem; } }
    .restaurant-services__item:nth-child(3n+3) .restaurant-services__content .simple-text {
      text-align: center; }
    .restaurant-services__item:nth-child(3n+3) .restaurant-services__content .main-title {
      padding-left: 0; }
    .restaurant-services__item:nth-child(3n+3) .restaurant-services__content .main-title__top {
      color: #fff; }
    .restaurant-services__item:nth-child(3n+3) .restaurant-services__content .main-title__top:before {
      display: none; }
    .restaurant-services__item:nth-child(3n+3) .restaurant-services__content .simple-text__content {
      color: #fff;
      margin-bottom: 32px;
      margin-bottom: 3.2rem; }
  .restaurant-services__item:nth-child(3n+3) .restaurant-services__footer {
    text-align: center; }
.restaurant-services__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .restaurant-services__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
.restaurant-services__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.room__form {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%; }
  .room__form--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 64px 15px;
    padding: 6.4rem 1.5rem; }
  .room__form--title {
    text-align: center; }
    .room__form--title h3 {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 32px;
      margin-bottom: 3.2rem; }
.room__details {
  padding: 32px 0px;
  padding: 3.2rem 0rem; }
  @media screen and (min-width: 768px) {
    .room__details {
      padding: 128px 0px;
      padding: 12.8rem 0rem; } }
  @media screen and (min-width: 768px) {
    .room__details .main-title {
      padding-left: 54px;
      padding-left: 5.4rem; } }
  @media screen and (min-width: 992px) {
    .room__details .main-title {
      padding-left: 96px;
      padding-left: 9.6rem; } }
  @media screen and (min-width: 768px) {
    .room__details .main-title__top:before {
      width: 40px; } }
  @media screen and (min-width: 992px) {
    .room__details .main-title__top:before {
      width: 80px; } }

.room__services {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 768px) {
    .room__services {
      padding-top: 128px;
      padding-top: 12.8rem;
      padding-bottom: 196px;
      padding-bottom: 19.6rem; } }

.room-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 576px) {
    .room-services {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .room-services {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media screen and (min-width: 1200px) {
    .room-services {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.room-service {
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
  @media screen and (min-width: 992px) {
    .room-service {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .room-service:nth-child(2n) {
      -webkit-transform: translate(0, 64px);
      -ms-transform: translate(0, 64px);
      transform: translate(0, 64px); } }

.room-service {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 450px; }
  @media screen and (min-width: 576px) {
    .room-service {
      width: 48%;
      height: auto; } }
  @media screen and (min-width: 768px) {
    .room-service {
      width: 310px; } }
  @media screen and (min-width: 992px) {
    .room-service {
      width: 25%; } }
  @media screen and (min-width: 1200px) {
    .room-service {
      width: 290px; } }
  @media screen and (min-width: 1480px) {
    .room-service {
      width: 310px; } }
  .room-service__link {
    display: block;
    width: 100%;
    height: 100%; }
  .room-service__wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding: 32px 12px;
    padding: 3.2rem 1.2rem; }
    .room-service__wrap:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      z-index: 0; }
  .room-service__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .room-service__inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .room-service__content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  .room-service__title-in {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .room-service .main-title__top {
    color: #fff;
    text-transform: uppercase; }
  .room-service__text {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    padding-left: 58px;
    padding-left: 5.8rem; }

.room-service .room-service__title {
  position: absolute;
  bottom: 0; }

.room-service__link:hover .room-service__title, .room-service__link:focus .room-service__title {
  opacity: 0;
  visibility: hidden; }
.room-service__link:hover .room-service__wrap:before, .room-service__link:focus .room-service__wrap:before {
  opacity: 1;
  visibility: visible; }
.room-service__link:hover .room-service__content, .room-service__link:focus .room-service__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick-slider/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../vendors/slick-slider/fonts/slick.eot");
  src: url("../vendors/slick-slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../vendors/slick-slider/fonts/slick.woff") format("woff"), url("../vendors/slick-slider/fonts/slick.ttf") format("truetype"), url("../vendors/slick-slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.site__main .comment-navigation,
.site__main .posts-navigation,
.site__main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: none; }

textarea {
  width: 100%; }

.gform_wrapper.gf_browser_chrome form .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome form .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome form .gfield_radio li input[type=radio] {
  margin-top: 0; }

#comments {
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.825rem;
  font-weight: 800;
  letter-spacing: 0.0818em; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author:before {
  background: #222;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  left: -65px;
  font-size: 16px;
  font-size: 1rem;
  height: 20px;
  line-height: 1;
  margin: -6px 0 0 -6px;
  position: absolute;
  text-align: center;
  width: 20px;
  z-index: 2; }

.children .bypostauthor > .comment-body > .comment-meta > .comment-author:before {
  font-size: 12px;
  font-size: 0.75rem;
  height: 16px;
  left: -45px;
  width: 16px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.menu-btn {
  display: inline-block;
  width: 40px;
  height: 24px;
  cursor: pointer;
  outline: none; }
  .menu-btn__line {
    display: block;
    height: 3px;
    background-color: #666666;
    margin: 5px 0px;
    margin: 0.5rem 0rem; }
    .menu-btn__line--1 {
      width: 12px; }
    .menu-btn__line--2 {
      width: 25px; }
    .menu-btn__line--3 {
      width: 40px; }

.btn__default {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #b7966c; }
  .btn__default:hover, .btn__default:focus {
    background-color: #b7966c;
    color: #fff; }
  @media screen and (min-width: 576px) {
    .btn__default {
      padding: 8px 32px;
      padding: 0.8rem 3.2rem; } }
  .btn__default--solid {
    background-color: #b7966c;
    color: #fff; }
    .btn__default--solid:hover, .btn__default--solid:focus {
      background-color: transparent;
      color: #fff; }

.btn__read-more {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem; }
  .btn__read-more:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #d8cdbf;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn__read-more:hover:before, .btn__read-more:focus:before {
    width: 0; }

.main-footer__newsletter-submit,
.btn__footer {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
  color: #fff;
  background-color: #333333;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #333333; }
  .main-footer__newsletter-submit:hover, .main-footer__newsletter-submit:focus,
  .btn__footer:hover,
  .btn__footer:focus {
    background-color: #b7966c;
    color: #333333; }
  @media screen and (min-width: 576px) {
    .main-footer__newsletter-submit,
    .btn__footer {
      padding: 4px 32px;
      padding: 0.4rem 3.2rem; } }

.back-to-top {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 50px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .back-to-top:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #000;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }

.switcher--header {
  cursor: pointer;
  position: relative;
  padding-right: 12px;
  padding-right: 1.2rem; }
  @media screen and (min-width: 768px) {
    .switcher--header {
      padding-right: 24px;
      padding-right: 2.4rem; } }
  @media screen and (min-width: 992px) {
    .switcher--header:hover .switcher__list, .switcher--header:focus .switcher__list {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
.switcher__wrap {
  position: relative; }
  .switcher__wrap:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: -8px;
    background-color: transparent;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (min-width: 576px) {
      .switcher__wrap:after {
        right: -15px; } }
.switcher__content {
  display: block;
  width: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #666666;
  overflow: hidden; }
  @media screen and (min-width: 576px) {
    .switcher__content {
      font-size: 18px;
      font-size: 1.8rem; } }
.switcher__mobile {
  background: none;
  background-color: transparent;
  color: #666666;
  border: none;
  outline: none;
  text-transform: uppercase; }
  .switcher__mobile option {
    color: #000; }
  @media screen and (min-width: 992px) {
    .switcher__mobile {
      display: none; } }
.switcher__desktop {
  display: none; }
  @media screen and (min-width: 992px) {
    .switcher__desktop {
      display: block; } }
.switcher__list {
  display: block;
  position: absolute;
  bottom: -124px;
  left: -8px;
  padding: 12px 0px;
  padding: 1.2rem 0rem;
  background-color: #fff;
  color: #333333;
  text-align: center;
  min-width: 60px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px); }
  .switcher__list:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff; }
.switcher__item {
  display: block;
  text-transform: uppercase; }
  .switcher__item:hover, .switcher__item:focus {
    background-color: #666666; }
    .switcher__item:hover a, .switcher__item:focus a {
      color: #fff; }

.h-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .h-info {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .h-info__item {
    position: relative;
    padding: 0px 2px;
    padding: 0rem 0.2rem; }
    @media screen and (min-width: 768px) {
      .h-info__item {
        padding: 0px 12px;
        padding: 0rem 1.2rem; } }
  .h-info__link {
    display: block;
    padding: 0px 4px;
    padding: 0rem 0.4rem;
    margin: 0;
    color: #666666; }
    @media screen and (min-width: 576px) {
      .h-info__link {
        padding: 7px;
        padding: 0.7rem; } }
    @media screen and (min-width: 1200px) {
      .h-info__link {
        padding: 9px;
        padding: 0.9rem;
        margin: 9px 0px;
        margin: 0.9rem 0rem; } }
    .h-info__link svg {
      color: #666666; }
    .h-info__link--phone svg {
      width: 20px; }
    .h-info__link--mail svg {
      width: 24px; }
    .h-info__link--map svg {
      width: 18px; }
  .h-info__tooltip {
    display: block;
    position: absolute;
    bottom: -32px;
    left: -2px;
    padding: 4px 16px;
    padding: 0.4rem 1.6rem;
    background-color: #fff;
    border-radius: 4px;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 991px) {
      .h-info__tooltip {
        display: none; } }
    .h-info__tooltip--map {
      min-width: 260px; }
    .h-info__tooltip--text {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      color: #333333;
      text-align: center; }
    .h-info__tooltip:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: -5px;
      left: 28px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .h-info__item:hover .h-info__tooltip, .h-info__item:focus .h-info__tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.h-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .h-booking__btn--now {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #b7966c;
    border: 1px solid #b7966c;
    min-width: 160px;
    padding: 14px 32px;
    padding: 1.4rem 3.2rem; }
    .h-booking__btn--now:hover, .h-booking__btn--now:focus {
      background-color: #fff;
      color: #b7966c; }

.follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .follow__item {
    margin: 0px 8px;
    margin: 0rem 0.8rem; }
    @media screen and (min-width: 576px) {
      .follow__item {
        margin: 0px 16px;
        margin: 0rem 1.6rem; } }
    .follow__item--facebook svg {
      width: 10px; }
    .follow__item--pinterest svg {
      width: 16px; }
    .follow__item--twitter svg {
      width: 20px; }
    .follow__item--linkedin svg {
      width: 20px; }
    .follow__item--instagram svg {
      width: 20px; }
  .follow__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #333333;
    border-radius: 50%;
    color: #fff; }
    .follow__link:hover, .follow__link:focus {
      background-color: #fff;
      color: #333333; }

.f-info__item {
  font-family: "Open Sans", sans-serif, serif;
  padding-bottom: 4px;
  padding-bottom: 0.4rem; }
.f-info__title, .f-info__link, .f-info__text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000; }
.f-info__link:hover, .f-info__link:focus {
  color: #b7966c; }

.newsletter__form {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

input[type="email"].main-footer__newsletter-email {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #000;
  border-radius: 0;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.main-footer__newsletter-status {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400; }
  .main-footer__newsletter-status.error {
    color: red; }

.main-title {
  position: relative;
  padding-left: 32px;
  padding-left: 3.2rem; }
  @media screen and (min-width: 576px) {
    .main-title {
      padding-left: 96px;
      padding-left: 9.6rem; } }
  .main-title__top {
    display: inline-block;
    font-family: "Georgia", sans-serif, serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    position: relative; }
    @media screen and (min-width: 576px) {
      .main-title__top {
        font-size: 36px;
        font-size: 3.6rem; } }
    .main-title__top:before {
      content: '';
      display: block;
      width: 32px;
      height: 1px;
      position: absolute;
      top: 16px;
      left: -16px;
      background-color: #b7966c;
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
      @media screen and (min-width: 576px) {
        .main-title__top:before {
          width: 80px;
          height: 1px; } }
  .main-title__bottom {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.4;
    font-style: italic;
    color: #b7966c;
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
    @media screen and (min-width: 576px) {
      .main-title__bottom {
        font-size: 18px;
        font-size: 1.8rem; } }

.main-title.main-title--md .main-title__top {
  font-size: 26px;
  font-size: 2.6rem; }
  @media screen and (min-width: 576px) {
    .main-title.main-title--md .main-title__top {
      font-size: 28px;
      font-size: 2.8rem; } }

.main-title.main-title--sm {
  padding-left: 58px;
  padding-left: 5.8rem; }
  .main-title.main-title--sm .main-title__top {
    font-size: 24px;
    font-size: 2.4rem; }
  .main-title.main-title--sm .main-title__top:before {
    width: 40px;
    height: 1px; }

.location-services {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 576px) {
    .location-services {
      padding-top: 128px;
      padding-top: 12.8rem;
      padding-bottom: 128px;
      padding-bottom: 12.8rem; } }

.simple-text {
  text-align: right;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
  @media screen and (min-width: 576px) {
    .simple-text {
      padding: 0px 32px;
      padding: 0rem 3.2rem; } }
  @media screen and (min-width: 768px) {
    .simple-text {
      margin-bottom: 0; } }
  .simple-text__content {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000; }
    @media screen and (min-width: 576px) {
      .simple-text__content {
        font-size: 18px;
        font-size: 1.8rem; } }

.links-grid__col {
  overflow: hidden; }
.links-grid__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 39% 15px; }
  .links-grid__item:hover, .links-grid__item:focus {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
    .links-grid__item:hover .links-grid__title:before, .links-grid__item:focus .links-grid__title:before {
      width: 100%; }
.links-grid__title {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Georgia", sans-serif, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  color: #fff; }
  .links-grid__title:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0; }

.parallax-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-top: 12rem;
  padding-bottom: 120px;
  padding-bottom: 12rem;
  /*    &.in--view{
          .parallax-box__title,
          .parallax-box__text,
          .parallax-box__btn{
              opacity: 1;
              @include transform(translate(0,0));
          }
          .parallax-box__sep--line{
              width: 100%;
          }
      }*/ }
  @media screen and (min-width: 576px) {
    .parallax-box {
      padding-top: 128px;
      padding-top: 12.8rem;
      padding-bottom: 128px;
      padding-bottom: 12.8rem; } }
  @media screen and (max-device-width: 1024px) {
    .parallax-box {
      background-attachment: scroll; } }
  .parallax-box__content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    text-align: center; }
  .parallax-box__title {
    font-family: "Georgia", sans-serif, serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
    transition: all .5s ease-out;
    /*        opacity: 0;
            @include transform(translate(0,50px));*/ }
    @media screen and (min-width: 576px) {
      .parallax-box__title {
        font-size: 30px;
        font-size: 3rem; } }
  .parallax-box__sub-title {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
    font-style: italic;
    color: #b7966c;
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
    transition: all .5s ease-out;
    transition-delay: .3s;
    /*        opacity: 0;
            @include transform(translate(0,50px));*/ }
  .parallax-box__text {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }
    @media screen and (min-width: 576px) {
      .parallax-box__text {
        font-size: 18px;
        font-size: 1.8rem; } }
  .parallax-box__btn {
    transition: all .5s ease-out;
    /*        opacity: 0;
            @include transform(translate(0,50px));*/ }

.rooms-slider__next, .rooms-slider__prev {
  display: block;
  width: 28px;
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: #fff;
  transition: background-color .3s ease-out;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .rooms-slider__next, .rooms-slider__prev {
      width: 40px; } }
  .rooms-slider__next svg, .rooms-slider__prev svg {
    width: 18px; }
    @media screen and (min-width: 768px) {
      .rooms-slider__next svg, .rooms-slider__prev svg {
        width: 25px; } }
  .rooms-slider__next:hover, .rooms-slider__next:focus, .rooms-slider__prev:hover, .rooms-slider__prev:focus {
    background-color: rgba(0, 0, 0, 0.2); }
.rooms-slider__next {
  right: 0; }
.rooms-slider__prev {
  left: 0; }

.welcome {
  padding: 32px 0px;
  padding: 3.2rem 0rem; }
  @media screen and (min-width: 768px) {
    .welcome {
      padding: 128px 0px;
      padding: 12.8rem 0rem; } }
  .welcome__bg-image {
    margin-right: 29%;
    position: relative; }
    .welcome__bg-image:before {
      content: '';
      display: block;
      max-width: 880px;
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #b7966c;
      z-index: -1; }
  .welcome__bg-image img {
    width: 100%; }
  .welcome__slider-wrap {
    width: 60%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .welcome__slider {
    padding-bottom: 60px;
    padding-bottom: 6rem; }
  .welcome__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 32px;
    padding-top: 3.2rem; }
    @media screen and (min-width: 768px) {
      .welcome__content-wrap {
        padding-top: 0; } }
  .welcome__content {
    text-align: right;
    padding: 0px 16px;
    padding: 0rem 1.6rem; }
    @media screen and (min-width: 768px) {
      .welcome__content {
        max-width: 380px; } }
    .welcome__content .main-title__top {
      margin-bottom: 24px;
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 768px) {
        .welcome__content .main-title__top {
          margin-bottom: 32px;
          margin-bottom: 3.2rem; } }
    .welcome__content .main-title__top:before {
      height: 2px;
      top: 24px;
      top: 50%; }
  .welcome__text {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
    margin-bottom: 32px;
    margin-bottom: 3.2rem; }
    @media screen and (min-width: 768px) {
      .welcome__text {
        font-size: 36px;
        font-size: 3.6rem; } }

.sq-slider__btn {
  position: absolute;
  bottom: 0;
  z-index: 10;
  cursor: pointer; }
.sq-slider__next {
  right: 0; }
.sq-slider__prev {
  right: 40px; }
.sq-slider__btn-inner {
  width: 30px;
  height: 30px;
  border: 1px solid #000; }
.sq-slider__svg {
  width: 30px;
  height: 30px;
  color: #b7966c; }

.sq-slider__next .sq-slider__svg {
  -webkit-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0); }
.sq-slider__next:hover .sq-slider__svg, .sq-slider__next:focus .sq-slider__svg {
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0); }

.sq-slider__prev .sq-slider__svg {
  -webkit-transform: translate(-17px, 0);
  -ms-transform: translate(-17px, 0);
  transform: translate(-17px, 0); }
.sq-slider__prev:hover .sq-slider__svg, .sq-slider__prev:focus .sq-slider__svg {
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0); }

.slick-slide img {
  width: 100%; }

.home-custom--big {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 992px) {
    .home-custom--big {
      -ms-flex: 0 0 53%;
      flex: 0 0 53%;
      max-width: 53%; } }

@media screen and (max-width: 991px) {
  .home-2 .row__home-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (max-width: 991px) {
  .home-2__upper .home-custom--big {
    display: none; } }

.home-custom--small {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 992px) {
    .home-custom--small {
      -ms-flex: 0 0 47%;
      flex: 0 0 47%;
      max-width: 47%; } }

.home-2__upper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 16px 64px;
  padding: 1.6rem 1.6rem 6.4rem; }
  @media screen and (min-width: 992px) {
    .home-2__upper {
      padding: 64px;
      padding: 6.4rem; } }
.home-2__down {
  background-color: transparent; }
  @media screen and (min-width: 992px) {
    .home-2__down {
      margin-top: -180px; } }
  @media screen and (min-width: 1200px) {
    .home-2__down {
      padding: 0px 64px;
      padding: 0rem 6.4rem;
      margin-top: -240px; } }
  @media screen and (min-width: 1480px) {
    .home-2__down {
      margin-top: -300px; } }

.home-2__upper--content {
  text-align: right; }
  @media screen and (min-width: 1480px) {
    .home-2__upper--content {
      padding: 16px 64px;
      padding: 1.6rem 6.4rem;
      padding-top: 96px;
      padding-top: 9.6rem; } }
  .home-2__upper--content .main-title__top {
    color: #fff;
    font-size: 30px;
    font-size: 3rem; }
    @media screen and (min-width: 1200px) {
      .home-2__upper--content .main-title__top {
        font-size: 36px;
        font-size: 3.6rem; } }
  .home-2__upper--content .main-title__top:before {
    background-color: #fff; }
  .home-2__upper--content .main-title__bottom {
    color: #fff; }

.home-2__upper--img img {
  width: 100%; }

.home-2__down--content {
  text-align: right; }
  @media screen and (min-width: 992px) {
    .home-2__down--content {
      margin-bottom: 54px;
      margin-bottom: 5.4rem; } }
  @media screen and (min-width: 1200px) {
    .home-2__down--content {
      padding-left: 50%;
      max-width: 850px;
      margin: 0 auto;
      padding: 16px 64px;
      padding: 1.6rem 6.4rem;
      padding-bottom: 60px;
      padding-bottom: 6rem; } }

.home-2__down--text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  line-height: 2;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 767px) {
    .home-2__down--text {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 32px;
      margin-bottom: 3.2rem;
      margin-top: 32px;
      margin-top: 3.2rem;
      line-height: 1.6; } }

@media screen and (max-width: 767px) {
  .home-2__down--btn {
    text-align: center; } }

.home-2__down--slider {
  padding-bottom: 60px;
  padding-bottom: 6rem; }
  .home-2__down--slider .sq-slider__prev,
  .home-2__down--slider .sq-slider__next {
    right: auto; }
  .home-2__down--slider .sq-slider__prev {
    left: 47%; }
    @media screen and (max-width: 767px) {
      .home-2__down--slider .sq-slider__prev {
        left: 50%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0); } }
  .home-2__down--slider .sq-slider__next {
    left: 53%; }
    @media screen and (max-width: 767px) {
      .home-2__down--slider .sq-slider__next {
        left: 50%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.home-3 {
  padding: 32px 0px;
  padding: 3.2rem 0rem; }
  @media screen and (min-width: 768px) {
    .home-3 {
      padding: 64px 0px;
      padding: 6.4rem 0rem; } }
  @media screen and (max-width: 991px) {
    .home-3 .row__home-3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .home-3 .home-custom--big {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (min-width: 768px) {
      .home-3 .home-custom--big {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%; } }
  .home-3 .home-custom--small {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (min-width: 768px) {
      .home-3 .home-custom--small {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%; } }
  .home-3__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
    padding-top: 3.2rem; }
    @media screen and (min-width: 768px) {
      .home-3__content {
        padding-top: 0; } }
  .home-3 .simple-text {
    background-color: #fff;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .home-3 .simple-text {
        text-align: center; } }
    @media screen and (min-width: 992px) {
      .home-3 .simple-text {
        padding: 0; } }
    @media screen and (min-width: 1200px) {
      .home-3 .simple-text {
        transform: translate(100px, 0);
        padding: 16px;
        padding: 1.6rem; } }
    @media screen and (min-width: 1480px) {
      .home-3 .simple-text {
        transform: translate(200px, 0);
        padding: 64px;
        padding: 6.4rem; } }
  @media screen and (max-width: 767px) {
    .home-3 .main-title {
      padding-left: 0; } }
  .home-3 .main-title__top {
    color: #b7966c;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .home-3 .main-title__top {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (min-width: 1480px) {
      .home-3 .main-title__top {
        font-size: 36px;
        font-size: 3.6rem; } }
  .home-3 .main-title__top:before {
    top: 50%; }
  .home-3 .simple-text__content {
    line-height: 1.6; }
    @media screen and (min-width: 992px) {
      .home-3 .simple-text__content {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (min-width: 1480px) {
      .home-3 .simple-text__content {
        font-size: 18px;
        font-size: 1.8rem; } }
  .home-3 .main-title__bottom {
    color: #000; }
    @media screen and (min-width: 992px) {
      .home-3 .main-title__bottom {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 1480px) {
      .home-3 .main-title__bottom {
        font-size: 18px;
        font-size: 1.8rem; } }
  .home-3__footer {
    margin-top: 16px;
    margin-top: 1.6rem; }
    @media screen and (min-width: 1480px) {
      .home-3__footer {
        margin-top: 32px;
        margin-top: 3.2rem; } }

.home-3__slider {
  padding-bottom: 60px;
  padding-bottom: 6rem; }
  .home-3__slider .sq-slider__prev,
  .home-3__slider .sq-slider__next {
    right: auto; }
  .home-3__slider .sq-slider__prev {
    left: 47%; }
    @media screen and (max-width: 767px) {
      .home-3__slider .sq-slider__prev {
        left: 50%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0); } }
  .home-3__slider .sq-slider__next {
    left: 53%; }
    @media screen and (max-width: 767px) {
      .home-3__slider .sq-slider__next {
        left: 50%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.home-4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 64px;
  margin-top: 6.4rem;
  margin-bottom: 64px;
  margin-bottom: 6.4rem;
  padding-top: 64px;
  padding-top: 6.4rem;
  padding-bottom: 64px;
  padding-bottom: 6.4rem; }
  @media screen and (min-width: 992px) {
    .home-4__content {
      max-width: 470px; } }
  .home-4__content .simple-text {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .home-4__content .simple-text {
        padding: 0; } }
    @media screen and (min-width: 992px) {
      .home-4__content .simple-text {
        padding: 0px 32px;
        padding: 0rem 3.2rem; } }
  @media screen and (min-width: 768px) {
    .home-4__content .main-title {
      padding-left: 54px;
      padding-left: 5.4rem; } }
  @media screen and (min-width: 992px) {
    .home-4__content .main-title {
      padding-left: 96px;
      padding-left: 9.6rem; } }
  .home-4__content .main-title__top {
    color: #b7966c; }
  @media screen and (min-width: 768px) {
    .home-4__content .main-title__top:before {
      width: 40px; } }
  @media screen and (min-width: 992px) {
    .home-4__content .main-title__top:before {
      width: 80px; } }
  .home-4__content .main-title__bottom {
    color: #fff; }
  .home-4__content .simple-text__content {
    color: #fff;
    padding-left: 32px;
    padding-left: 3.2rem; }
    @media screen and (min-width: 576px) {
      .home-4__content .simple-text__content {
        padding-left: 96px;
        padding-left: 9.6rem; } }
    @media screen and (min-width: 768px) {
      .home-4__content .simple-text__content {
        padding-left: 54px;
        padding-left: 5.4rem; } }
    @media screen and (min-width: 992px) {
      .home-4__content .simple-text__content {
        padding-left: 96px;
        padding-left: 9.6rem; } }
  .home-4__content .btn__read-more {
    color: #fff; }
  .home-4 .home-4__footer {
    text-align: left;
    margin-top: 32px;
    margin-top: 3.2rem; }
    .home-4 .home-4__footer .btn__read-more:before {
      background-color: #b7966c; }
    .home-4 .home-4__footer a {
      margin-right: 8px;
      margin-right: 0.8rem; }
  .home-4__grig .grid__row {
    margin-left: -7px;
    margin-right: -7px; }
  .home-4__grig .grid__col1,
  .home-4__grig .grid__col2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0px 7px;
    padding: 0rem 0.7rem; }
  .home-4__grig .grid__col1 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      .home-4__grig .grid__col1 {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .home-4__grig .grid__col2 {
      -webkit-flex-basis: 52%;
      -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
      max-width: 52%; } }
  .home-4__grig .home-4__image-wrap {
    overflow: hidden; }
  .home-4__grig .home-4__image-wrap-top {
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .home-4__grig .home-4__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .home-4__grig .home-4__image:hover, .home-4__grig .home-4__image:focus {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .home-4__grig .home-4__image-left {
    padding-top: 150%; }
  .home-4__grig .home-4__image-up {
    padding-top: 67%; }
  .home-4__grig .home-4__image-down {
    padding-top: 67%; }
  .home-4__grig .home-4__image-title {
    display: inline-block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.testimonials__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72%; }
.testimonials__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  padding: 1rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .testimonials__content {
      padding: 10px 96px;
      padding: 1rem 9.6rem; } }
  @media screen and (min-width: 992px) {
    .testimonials__content {
      padding: 10px 0px;
      padding: 1rem 0rem; } }
  @media screen and (min-width: 992px) {
    .testimonials__content .main-title {
      padding-left: 54px;
      padding-left: 5.4rem; } }
  @media screen and (min-width: 1200px) {
    .testimonials__content .main-title {
      padding-left: 96px;
      padding-left: 9.6rem; } }
  .testimonials__content .main-title__top {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 32px;
    margin-bottom: 3.2rem; }
    @media screen and (min-width: 1200px) {
      .testimonials__content .main-title__top {
        font-size: 36px;
        font-size: 3.6rem; } }
  @media screen and (min-width: 992px) {
    .testimonials__content .main-title__top:before {
      width: 40px; } }
  @media screen and (min-width: 1200px) {
    .testimonials__content .main-title__top:before {
      width: 80px; } }
.testimonials__slider .rooms-slider__next, .testimonials__slider .rooms-slider__prev {
  color: #b7966c; }
.testimonials__slide {
  padding: 16px 22px;
  padding: 1.6rem 2.2rem;
  outline: none; }
  @media screen and (min-width: 768px) {
    .testimonials__slide {
      padding: 16px 32px;
      padding: 1.6rem 3.2rem; } }
  .testimonials__slide--text {
    margin-bottom: 32px;
    margin-bottom: 3.2rem; }
.testimonials__footer {
  margin-top: 64px;
  margin-top: 6.4rem; }
  .testimonials__footer--text {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #b7966c; }
  .testimonials__footer--social {
    margin-top: 32px;
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.weather__content {
  color: #666666; }
  .weather__content .additional__weather--title {
    display: none; }

.header__right--desktop .weather__content {
  padding-right: 12px;
  padding-right: 1.2rem; }
  .header__right--desktop .weather__content > div {
    font-size: 22px !important; }

.header__right--mobile .weather__content {
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 8px;
  padding-right: 0.8rem; }
  @media (max-width: 400px) {
    .header__right--mobile .weather__content {
      padding-right: 4px;
      padding-right: 0.4rem; } }
  .header__right--mobile .weather__content > div {
    font-size: 20px !important; }
    @media (max-width: 400px) {
      .header__right--mobile .weather__content > div {
        font-size: 16px !important; } }

.page-template-template-faq .entry__content {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 992px) {
    .page-template-template-faq .entry__content {
      padding-top: 64px;
      padding-top: 6.4rem;
      padding-bottom: 64px;
      padding-bottom: 6.4rem; } }

.faq-accordion .card {
  border: none;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }
.faq-accordion__header {
  padding: 12px;
  padding: 1.2rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.faq-accordion__content {
  border: 1px solid rgba(0, 0, 0, 0.125); }
.faq-accordion__btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  padding-left: 13px;
  padding-left: 1.3rem; }
  .faq-accordion__btn svg {
    display: inline-block;
    width: 12px;
    margin-left: -16px; }
  .faq-accordion__btn:hover, .faq-accordion__btn:focus {
    color: #b7966c;
    text-decoration: none; }

.faq-accordion__btn[aria-expanded="true"] .accordion__plus {
  display: none; }
.faq-accordion__btn[aria-expanded="true"] .accordion__minus {
  display: inline-block; }

.faq-accordion__btn[aria-expanded="false"] .accordion__plus {
  display: inline-block; }
.faq-accordion__btn[aria-expanded="false"] .accordion__minus {
  display: none; }

.room-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .room-form__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (min-width: 992px) {
    .room-form__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: stretch;
      justify-content: stretch; } }
  @media screen and (min-width: 1480px) {
    .room-form__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
.room-form__wrap {
  width: 100%; }
.room-form__col {
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.room-form__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff; }
.room-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none; }
  .room-form input:hover, .room-form input:focus {
    outline: none; }
.room-form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.2); }
  .room-form select:hover, .room-form select:focus {
    outline: none; }
.room-form--bottom {
  margin-top: 64px;
  margin-top: 6.4rem; }
.room-form input[type="submit"] {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 32px;
  padding: 0.8rem 3.2rem; }
  .room-form input[type="submit"]:hover, .room-form input[type="submit"]:focus {
    background-color: transparent;
    color: #fff; }

.map--iframe {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  height: 0; }
  @media screen and (min-width: 576px) {
    .map--iframe {
      padding-bottom: 60%; } }
  @media screen and (min-width: 768px) {
    .map--iframe {
      padding-bottom: 30%; } }
  .map--iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.contact__info {
  padding: 64px 0px;
  padding: 6.4rem 0rem; }
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0px;
  padding: 1.5rem 0rem; }
  @media screen and (min-width: 768px) {
    .contact__inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 0px;
      padding: 1.5rem 0rem; } }
  @media screen and (min-width: 1480px) {
    .contact__inner {
      padding: 15px 64px;
      padding: 1.5rem 6.4rem; } }

@media screen and (min-width: 768px) {
  .contact__info .simple-text__content {
    padding-left: 54px;
    padding-left: 5.4rem; } }
.contact__info .simple-text {
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .contact__info .simple-text {
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    .contact__info .simple-text {
      padding: 0px 32px;
      padding: 0rem 3.2rem; } }
.contact__info .main-title {
  padding-left: 54px;
  padding-left: 5.4rem; }
  @media screen and (min-width: 992px) {
    .contact__info .main-title {
      /*@include transform(translate(-96px, 0));*/ } }
@media screen and (min-width: 768px) {
  .contact__info .main-title__top:before {
    width: 40px; } }
@media screen and (min-width: 1200px) {
  .contact__info .main-title__top:before {
    width: 80px; } }
.contact__info .f-info__item {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

@media screen and (min-width: 768px) {
  .contact__inner--left .gform_body .element__half {
    width: 50%;
    float: left;
    clear: none; } }
.contact__inner--left .gform_body input,
.contact__inner--left .gform_body textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b7966c;
  border-radius: 0;
  color: #000; }
.contact__inner--left .gform_wrapper textarea.large {
  height: 100px;
  resize: vertical; }
.contact__inner--left .gform_wrapper .gform_footer input.button,
.contact__inner--left .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #b7966c;
  background-color: #b7966c; }
  .contact__inner--left .gform_wrapper .gform_footer input.button:hover, .contact__inner--left .gform_wrapper .gform_footer input.button:focus,
  .contact__inner--left .gform_wrapper .gform_footer input[type=submit]:hover,
  .contact__inner--left .gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: transparent;
    color: #b7966c; }
  @media screen and (min-width: 576px) {
    .contact__inner--left .gform_wrapper .gform_footer input.button,
    .contact__inner--left .gform_wrapper .gform_footer input[type=submit] {
      padding: 8px 32px;
      padding: 0.8rem 3.2rem; } }

.entry__content--gallery {
  padding-top: 0; }

.main-gallery__item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px; }
.main-gallery__link {
  display: block; }
  .main-gallery__link:hover img, .main-gallery__link:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.main-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform; }
.main-gallery__item, .main-gallery__sizer {
  width: 100%;
  width: -webkit-calc(100%);
  width: calc(100%); }
  @media screen and (min-width: 576px) {
    .main-gallery__item, .main-gallery__sizer {
      width: 48%;
      width: -webkit-calc(50% - 8px);
      width: calc(50% - 8px); } }
  @media screen and (min-width: 768px) {
    .main-gallery__item, .main-gallery__sizer {
      width: 32%;
      width: -webkit-calc(33% - 8px);
      width: calc(33% - 8px); } }
  @media screen and (min-width: 992px) {
    .main-gallery__item, .main-gallery__sizer {
      width: 23%;
      width: -webkit-calc(25% - 12px);
      width: calc(25% - 12px); } }

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 15px 0px;
  padding: 3.2rem 1.5rem 0rem; }
  .filters__item {
    padding: 8px 24px;
    padding: 0.8rem 2.4rem;
    margin: 0px 12px 12px;
    margin: 0rem 1.2rem 1.2rem;
    border: 1px solid #919191;
    cursor: pointer; }
  .filters__label {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #757575; }
  .filters__item:hover, .filters__item:focus {
    background-color: #333333; }
    .filters__item:hover .filters__label, .filters__item:focus .filters__label {
      color: #fff; }

.rooms-nav {
  position: static;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #919191; }
  .rooms-nav.rooms-nav--fixed {
    position: fixed;
    top: 0;
    -webkit-transform: translate(0, 102px);
    -ms-transform: translate(0, 102px);
    transform: translate(0, 102px); }
    @media screen and (min-width: 576px) {
      .rooms-nav.rooms-nav--fixed {
        -webkit-transform: translate(0, 124px);
        -ms-transform: translate(0, 124px);
        transform: translate(0, 124px); } }
    @media screen and (min-width: 992px) {
      .rooms-nav.rooms-nav--fixed {
        -webkit-transform: translate(0, 74px);
        -ms-transform: translate(0, 74px);
        transform: translate(0, 74px); } }
    @media screen and (min-width: 1200px) {
      .rooms-nav.rooms-nav--fixed {
        -webkit-transform: translate(0, 94px);
        -ms-transform: translate(0, 94px);
        transform: translate(0, 94px); } }
  .rooms-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .rooms-nav__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .rooms-nav__header {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 16px 32px;
    padding: 1.6rem 3.2rem; }
    @media screen and (min-width: 992px) {
      .rooms-nav__header {
        display: none; } }
    .rooms-nav__header.opened .rooms-nav__icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .rooms-nav__icon, .rooms-nav__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #757575; }
  .rooms-nav__icon {
    width: 16px;
    margin-left: 16px;
    margin-left: 1.6rem; }
  .rooms-nav__expant {
    display: none; }
    @media screen and (min-width: 992px) {
      .rooms-nav__expant {
        display: block !important; } }
  .rooms-nav__item {
    padding: 16px 32px;
    padding: 1.6rem 3.2rem; }
    .rooms-nav__item a {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #757575;
      position: relative; }
      .rooms-nav__item a:before {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #919191;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .rooms-nav__item a:hover, .rooms-nav__item a:focus {
        color: #919191; }
        .rooms-nav__item a:hover:before, .rooms-nav__item a:focus:before {
          width: 100%; }

.location-grid {
  padding-top: 32px;
  padding-top: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
  background-color: #fff2e1;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .location-grid {
      padding-top: 128px;
      padding-top: 12.8rem;
      padding-bottom: 128px;
      padding-bottom: 12.8rem; } }
  .location-grid__title {
    display: block;
    font-family: "Georgia", sans-serif, serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 400;
    color: #000;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    @media screen and (min-width: 576px) {
      .location-grid__title {
        font-size: 30px;
        font-size: 3rem; } }
  .location-grid__sub-title {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: italic;
    color: #b7966c;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 3.2rem; }
    @media screen and (min-width: 576px) {
      .location-grid__sub-title {
        font-size: 18px;
        font-size: 1.8rem; } }
  .location-grid__img-wrap {
    margin-top: 16px;
    margin-top: 1.6rem; }
  .location-grid__img {
    margin-bottom: 32px;
    margin-bottom: 3.2rem; }
  .location-grid__title {
    font-family: "Georgia", sans-serif, serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    color: #000; }
    @media screen and (min-width: 576px) {
      .location-grid__title {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (min-width: 768px) {
      .location-grid__title {
        padding-left: 0;
        padding-right: 0; } }
  .location-grid__text {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    padding: 0px 16px;
    padding: 0rem 1.6rem;
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
    @media screen and (min-width: 576px) {
      .location-grid__text {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 768px) {
      .location-grid__text {
        padding-left: 0;
        padding-right: 0; } }

@media screen and (max-width: 991px) {
  .location-services__item .simple-text {
    padding: 0; } }

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