@charset "UTF-8";
.container-responsive:before, article.post:before, .paging-navigation:before,
.post-navigation:before, .clear:before, .nav-btn:before, .preview-slider__inner:before, .nav-links:before, .container-responsive:after, article.post:after, .paging-navigation:after,
.post-navigation:after, .clear:after, .nav-btn:after, .preview-slider__inner:after, .nav-links:after {
  content: " ";
  display: table; }
.container-responsive:after, article.post:after, .paging-navigation:after,
.post-navigation:after, .clear:after, .nav-btn:after, .preview-slider__inner:after, .nav-links:after {
  clear: both; }

.lang-selector__body ul, .menu__navigation ul, .footer__navigation ul, .paging-navigation .page-numbers, .blog-filters__list, .single-cat__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.header--mail a, .follow__link, .book-now:before, .view-also__item a, .gallery-bg__back, .media-box:before, .main-gallery__link, .preview-box__overlay, .offer-box__overlay, .preview-slider__overlay, .blog-filters__link, .villas-box__overlay, .suites-box__overlay, .home-villas-box__overlay, .home-balance-box__overlay {
  width: 100%;
  height: 100%; }

a, .header__inner, .menu__wrapper, .lang-selector__body, .menu__navigation .sub-menu, .book-now:before, .back-to-top, .explore-btn, .book-btn, .nav-btn svg, .view-also__item img, .gallery-bg__inner, .main-gallery__image, body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  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: transparent; }

body {
  font-family: "Poppins", sans-serif, serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-color: #fff; }

a {
  color: #b9b098;
  text-decoration: none; }
  a:hover, a:focus {
    color: #a4997a; }

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

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

/*.cursor-desktop{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    @include size-sq(16px);
    border: 1px solid $gold;
    border-radius: 50%;
    z-index: 99999999;
    background-color: $gold;
    @include transform(translate(-50%, -50%));
    cursor: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    &.active{
        @include size-sq(32px);
        background-color: transparent;
    }
    @media only screen and (max-device-width: 1024px){
        display: none;
    }
    &.cursor--light{
        border: 1px solid #fff;
    }
}*/


  body,
  body * {
    cursor: default!important; } 

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

.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; }

.container-header {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 576px) {
    .container-header {
      padding-right: 15px;
      padding-left: 15px; } }

.container-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  position: relative; }

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

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

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

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

.container-suites-villas {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1452px; }

#entry__content {
  margin-top: -13rem;
  padding: 0 0 100px;
  position: relative;
  overflow: hidden; }
  #entry__content.entry__content--single {
    padding-top: 100px; }
  #entry__content:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 720px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1; }

.entry__content {
  font-size: 16px;
  font-weight: 300;
  color: #b9b098; }
  @media screen and (min-width: 992px) {
    .entry__content {
      font-size: 17px; } }
  .entry__content p {
    margin-bottom: 40px; }

.site__header {
  display: block;
  width: 100%;
  position: fixed;
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 999; }
  .site__header[data-color=transparent] {
    background-color: transparent; }
  .site__header[data-color=solid] {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px;
    box-shadow: 0 0 8px; }
    .site__header[data-color=solid] .header__inner {
      padding-top: 2px;
      padding-bottom: 2px; }
    .site__header[data-color=solid] .menu__wrapper {
      border-bottom: 1px solid transparent; }
  @media screen and (max-width: 1164px) {
    .site__header {
      background-color: #fff; }
      .site__header[data-color=transparent], .site__header[data-color=solid] {
        background-color: #fff; }
      .site__header .book-now,
      .site__header .lang-selector__header,
      .site__header .wather,
      .site__header .menu__navigation .menu-item a {
        color: #000; }
      .site__header .menu__navigation .menu-item a:hover, .site__header .menu__navigation .menu-item a:focus {
        color: #b9b098; } }

.header__inner {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0; }
  @media screen and (min-width: 1680px) {
    .header__inner {
      padding: 12px 24px; } }
.header__left {
  /*        @include flex-basis-clear(200px);
          @include media-max-menu{
              @include order(1);
              @include flex-basis-clear(30%);
              @include display-flex;
              @include align-items-center;
          }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (min-width: 576px) {
    .header__left {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      max-width: 30%; } }
  @media screen and (min-width: 1165px) {
    .header__left {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
      max-width: 200px; } }
.header__middle {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (max-width: 1164px) {
    .header__middle {
      display: block;
      width: 100%;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; } }
.header__right {
  /*        @include flex-basis-clear(200px);
          @include media-max-menu{
              @include order(2);
              @include flex-basis-clear(70%);
              @include display-flex;
              @include align-items-center;
              @include justify-content-flex-end;
          }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%; }
  @media screen and (min-width: 576px) {
    .header__right {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      max-width: 70%; } }
  @media screen and (min-width: 1165px) {
    .header__right {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
      max-width: 200px; } }

@media screen and (min-width: 768px) {
  .header-logo {
    padding-left: 36px; } }

.menu__wrapper {
  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;
  border-bottom: 1px solid #b9b098;
  z-index: 999; }
  @media screen and (max-width: 1164px) {
    .menu__wrapper {
      /*@include flex-direction-column;*/
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      border-top: 1px solid #b9b098; }
      .menu__wrapper.opened {
        opacity: 1;
        visibility: visible; } }

@media screen and (min-width: 1165px) {
  .main-nemu {
    border-left: 1px solid #b9b098;
    padding-left: 10px;
    margin-left: 10px; } }
@media screen and (min-width: 1480px) {
  .main-nemu {
    padding-left: 32px;
    margin-left: 32px; } }

.lang-selector {
  padding: 4px;
  color: #fff;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .lang-selector {
      padding: 8px; } }
  @media screen and (min-width: 1480px) {
    .lang-selector {
      padding: 8px 15px; } }
  .lang-selector__header {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
  .lang-selector__body {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background-color: #f1f1f1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px); }
    .lang-selector__body ul li {
      display: block; }
      .lang-selector__body ul li a {
        display: block;
        font-size: 15px;
        font-weight: 300;
        padding: 4px 14px;
        color: #b9b098;
        text-transform: uppercase; }
        .lang-selector__body ul li a:hover, .lang-selector__body ul li a:focus {
          text-decoration: underline; }

.site__header[data-color=transparent] .lang-selector__body {
  /*        padding-top: 12px;*/
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1; }

.lang-selector:hover .lang-selector__header, .lang-selector:focus .lang-selector__header {
  color: #b9b098; }
.lang-selector:hover .lang-selector__body, .lang-selector:focus .lang-selector__body {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.wather {
  padding: 4px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .wather {
      padding: 8px; } }
  @media screen and (min-width: 1480px) {
    .wather {
      padding: 8px 10px 8px 15px; } }
  .wather .wi,
  .wather .wi.wi-owm-800,
  .wather .m1mw_temp {
    font-size: 17px !important; }

.site__header[data-color=solid] .header__logo--light {
  display: none; }
.site__header[data-color=solid] .header__logo--dark {
  display: block; }
.site__header[data-color=solid] .book-now,
.site__header[data-color=solid] .lang-selector__header,
.site__header[data-color=solid] .wather,
.site__header[data-color=solid] .menu__navigation .menu-item a {
  color: #000; }
.site__header[data-color=solid] .menu__navigation .menu-item a:hover, .site__header[data-color=solid] .menu__navigation .menu-item a:focus {
  color: #b9b098; }

.site__header[data-color=transparent] .header__logo--light {
  display: none; }
.site__header[data-color=transparent] .header__logo--dark {
  display: block; }
@media screen and (min-width: 1165px) {
  .site__header[data-color=transparent] .header__logo--light {
    display: block; }
  .site__header[data-color=transparent] .header__logo--dark {
    display: none; } }

.header__aside--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }
  @media screen and (min-width: 576px) {
    .header__aside--mobile {
      padding-left: 12px; } }
  @media screen and (min-width: 1165px) {
    .header__aside--mobile {
      display: none; } }

@media screen and (max-width: 1164px) {
  .header__middle .lang-selector,
  .header__middle .wather {
    display: none; } }

.entry__header {
  position: relative; }
  .entry__header--page, .entry__header--single {
    width: 100%;
    height: 60vh;
    background-color: #322f2f; }
  .entry__header--archive, .entry__header--thumbnail, .entry__header--slider {
    height: 100vh;
    background-color: transparent; }
  .entry__header--slider {
    background-color: #e8e8e8; }

.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;
    max-width: 845px; }
    .hero__inner.el--loaded .hero__title,
    .hero__inner.el--loaded .hero__text {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .hero__inner.el--loaded .hero__btn--play svg {
      -webkit-animation: stroke-animation 2s linear forwards, fill-animation .5s 2s linear forwards;
      animation: stroke-animation 2s linear forwards, fill-animation .5s 2s linear forwards; }
  .hero__wrap {
    padding-bottom: 32px;
    padding-bottom: 3.2rem;
    overflow: hidden; }
  .hero__title {
    font-size: 48px;
    color: #fff;
    transition: transform ease-out .5s;
    -webkit-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    transform: translate(0, 120px); }
    @media screen and (min-width: 768px) {
      .hero__title {
        font-size: 72px; } }
  .hero__btn {
    display: inline-block;
    width: 80px;
    color: #fff;
    padding-bottom: 12px;
    padding-bottom: 1.2rem;
    cursor: pointer; }
    .hero__btn--play svg {
      stroke: #fff;
      stroke-width: 5px;
      fill: transparent;
      stroke-dasharray: 1590px;
      stroke-dashoffset: 1590px; }
  .hero__text {
    font-size: 20px;
    color: #fff;
    transition: transform ease-out .5s;
    transition-delay: .3s;
    -webkit-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    transform: translate(0, 120px);
    padding: 0px 30px;
    padding: 0rem 3rem; }
  .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; }

@-webkit-keyframes stroke-animation {
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stroke-animation {
  100% {
    stroke-dashoffset: 0; } }
@-o-keyframes stroke-animation {
  100% {
    stroke-dashoffset: 0; } }
@keyframes stroke-animation {
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes fill-animation {
  100% {
    fill: #fff;
    stroke: transparent; } }
@-moz-keyframes fill-animation {
  100% {
    fill: #fff;
    stroke: transparent; } }
@-o-keyframes fill-animation {
  100% {
    fill: #fff;
    stroke: transparent; } }
@keyframes fill-animation {
  100% {
    fill: #fff;
    stroke: transparent; } }
.home-intro {
  position: relative; }
  .home-intro__content {
    display: block;
    width: 80%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body .ares .tp-bullet {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 701.3 715'%3E%3Cpath fill='%23ffffff' d='M422.5,23.4c9.5,0,18.2,3.3,27,6.3c23.8,8.2,46.9,17.7,69.5,28.8c5.8,2.9,11.7,5.5,16.4,10.3 c3.8,3.9,5.9,8,3.7,13.4c-6,14.8-15.4,26.2-31.7,30.2c-4.2,1-8-0.9-11.2-3c-24.7-16.6-52.2-25.9-80.9-32.4c-6.8-1.5-8-3.2-8.3-10.3 c-0.4-12.1,3.3-23.6,4.6-35.4C412.2,26,416.9,23.2,422.5,23.4z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M74.3,240c-5.9,0.7-10.3-3.2-15.1-5.5c-3.5-1.7-6.9-3.8-9.9-6.6c-10.9-10.1-10.3-19.2-3.8-30.4 c10-17.2,21.7-33.3,34.2-48.7c4.8-5.9,8.4-12.7,14-18c6.4-6.1,10.9-7.1,17.4-1.5c7.3,6.2,14.3,13,20.5,20.4 c6.8,8.1,6.3,14.2-2.7,23.7c-15.8,16.7-27.1,36.3-38.7,55.9C86.9,234.9,82.7,240.9,74.3,240z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M344.1,70c-15.6-1-33.3,2.1-50.9,6.4c-3.6,0.9-7.4,2.2-11.2,1.5c-7.7-1.4-12.6-6.7-13.8-15.5 c-1.2-9-2.7-17.9-6.2-26.5c-2.4-5.9-0.6-9.2,5.8-10.5c8.2-1.7,16.6-2.9,24.9-4.2c22.1-3.5,44.3-5.6,66.7-5.1 c8.3,0.2,13.8,3,15.3,8.5c0.8,2.9,1.4,5.9,1.3,8.8c-0.5,9.6,1.7,19.3-1.4,28.7c-1.7,5-5.5,7.8-10.8,7.9 C358.1,70.1,352.4,70,344.1,70z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M244.1,84.8c0,6.3-0.1,6-9.3,9.4c-19.5,7.2-36.9,18.1-53.6,30.2c-0.3,0.2-0.5,0.5-0.7,0.7 c-11.6,8.8-19.9,7.6-28.5-4.5c-4.2-5.9-10-10.1-14.9-15.2c-4.2-4.3-4.3-9.6,0-13.9c10.3-10.3,22.9-17.5,35.1-25.1 c12.3-7.6,24.7-15,38.2-20.3c9.6-3.8,17.7-1.8,23.7,6.5C240.1,61.1,244.3,70.4,244.1,84.8z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M32.7,361c-5.3-0.6-11.8,0.9-18.2-0.9c-6.1-1.7-9.3-5.3-9.5-11.6c-0.2-10.8,1.5-21.4,3.2-32 c2.5-16,5.6-31.9,9.8-47.6c1.2-4.3,2.6-8.6,4.8-12.5c3.1-5.4,7.7-7.1,13-3.9c8.7,5.3,17.8,9.6,26.8,14.4c5.8,3.1,8.5,9.2,7.1,15.6 c-2.1,9.7-4.6,19.3-6.3,29c-1.6,9.4-3.3,18.9-3.5,28.5c-0.1,4.6-1,9.2-1.7,13.7c-0.9,5.1-4.7,7-9.4,7.2 C43.9,361.2,38.9,361,32.7,361z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M695.1,399.5c0.2,10.5-2.6,18.2-4,26.2c-3.3,18.3-8.6,36-13.7,53.8c-3.2,11.3-13.3,15.9-23.7,9.9 c-8.5-4.9-16.6-10.2-23.8-17.1c-4.4-4.2-5.4-9.2-4.5-15c1-6.3,3-12.3,5.7-17.9c5.7-11.7,7.1-24.4,9-37c1.4-9.3,6.9-18.5,19.4-17.5 c6.1,0.5,12.3,0.1,18.5,0.1C689.8,385,695.1,390.2,695.1,399.5z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M565,566.1c-0.5-8.6,4.7-13.8,9.4-18.7c10.3-10.9,19.7-22.3,26.5-35.8c4.9-9.7,12.7-13.8,19.9-11 c6.8,2.7,13.6,5.5,19.7,9.5c2.1,1.3,4.4,2.3,6.2,4.1c8.9,8.6,9.5,12,3,22.4c-12.7,20.2-26.3,39.8-42.8,57.3c-2.7,2.9-5.1,6.1-8,8.9 c-5.6,5.3-12.4,4.9-16.7-1.4c-6.1-8.9-10.8-18.6-15.7-28.2C565.3,570.6,564.8,568.1,565,566.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M462.8,639.6c-0.6-6,2.4-9.5,7.5-11.8c13.3-5.8,26.3-12.1,38.1-20.5c3.8-2.7,7.3-5.8,11-8.5 c12.2-8.9,15.8-9,30,0c5.2,3.3,9.3,7.9,12.6,13.3c8.3,13.8,3.5,22.1-6.7,29.6c-13.8,10.1-29.1,17.8-44.3,25.8 c-7.2,3.8-14.8,6.8-21.9,10.8c-5.4,3-9.2,1.6-12.4-3C469.3,664.5,464.9,652.5,462.8,639.6z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M367.9,708c-4.9,0.2-9.6-0.4-14.1-2.2c-4.3-1.7-6.5-5.1-6.6-9.6c-0.2-10.6,0.8-21.2,3.3-31.5 c1.7-7,7.6-9.6,13.7-11.8c7.1-2.6,14.8-2.6,22.1-2.6c10.7,0,20.5-3,30.7-5.3c16-3.6,23,0.5,29.1,15.9c2.2,5.6,3.8,11.3,4.9,17.2 c1.3,6.6-3.6,14.5-10.8,18c-6.7,3.2-14,4-21.2,4.9c-9.2,1.1-18.3,3-27.4,4.5C383.6,706.6,375.8,708,367.9,708z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M697.1,336.1c-0.1,4.6-0.1,8.1-0.9,11.5c-1.9,8.8-7.2,13.2-15.8,12.2c-9.2-1-18.3-3-27.1-5.9 c-8.3-2.7-12.1-7.3-12.2-16c-0.1-16.2-3.6-31.8-6.5-47.6c-2.4-13,0.7-19,13.2-23.1c6-1.9,12-3.8,18.1-5.4c10.8-2.8,19.1,4.6,21,14.3 c3,14.9,6.3,29.8,8.8,44.7C696.6,326.2,697.9,331.7,697.1,336.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M36.4,480.1c-4.7,0.8-7.1-1.7-9.1-5.5c-6.5-12.3-9.8-25.6-13.4-38.9c-2.7-9.6-5.2-19.1-6.4-29 c-1.2-10,0.4-17.4,11.7-19.1c8.1-1.2,16-4.2,24-6.1c11-2.6,15.9,0.3,17.5,11.4c2,13.2,4.6,26.3,7.3,39.5c1.6,7.7,5.2,14.7,6.5,22.4 c1.3,7.3-0.4,12-6.6,16.3C58.4,477.6,47.3,478.5,36.4,480.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M356.3,323c15.6,0,28.6,8.6,32.2,22.5c3.2,12.5,1,25-5.8,35.8c-7.9,12.7-19.6,19.9-35.2,19.8 c-9.8-0.1-16.8-5.5-23.3-11.8c-8.1-7.8-11.4-18-11.9-28.7c-0.3-7.7,0.6-15.6,7.1-21.4C330,329.7,341.7,322.9,356.3,323z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M301.4,703c-12.5-0.5-24.5-3.6-36.5-7c-9.1-2.5-18.2-5.3-26.5-9.9c-9-5-10.5-10.4-5.5-19.3 c3.7-6.6,7.3-13.2,9.2-20.8c2.5-9.7,7.2-11.9,16.2-8.1c10.7,4.6,22.2,5,33.4,7c8.3,1.5,16.2,3.8,21.2,11.3c2.8,4.1,3.8,8.7,4.4,13.6 c0.8,6.6,2.6,13,2.8,19.6c0.1,8.1-4.5,12.9-12.7,13.4C305.4,703.1,303.4,703,301.4,703z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M83.1,493c4.9-0.2,7.9,2.6,10.6,6.2c9.6,12.5,18.2,25.6,24.9,40c3.8,8.2,2.5,15.6-2.1,23.1 c-4.1,6.6-7.5,13.5-13.7,18.7c-6.2,5.2-13.2,3.2-17.4-1c-10.2-10.1-18.3-21.8-26.2-33.7c-4.2-6.3-8.4-12.8-12.5-19.2 c-1-1.5-1.8-3.2-2.5-4.9c-2.8-7.4-0.8-11.7,6.7-14.2c7.5-2.5,14.1-6.7,20.6-10.9C75.1,494.7,78.8,493,83.1,493z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M210.3,627.1c-2.5,11.1-5.6,22.1-13.1,31.1c-4.4,5.3-9.6,5.9-16.1,3.4c-9.2-3.5-16-10.5-23.9-15.9 c-11.4-7.9-22.2-16.8-34.8-22.9c-4-1.9-4.2-4.7-2.4-8.1c1.4-2.7,3.3-5.2,5.8-6.7c7.5-4.7,12.9-11.3,18.6-17.8 c7.6-8.7,12.9-9.3,22.1-2.1c8.9,7,19.3,11.7,28.8,17.6c4.9,3,9.2,6.5,12.2,11.4C209.4,620.1,210.7,623.3,210.3,627.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M563.1,91.3c4.6,0.9,9,2.3,12.5,5.7c10.9,10.7,21.5,21.7,32.9,32c2.3,2.1,4.3,4.6,6.1,7.2 c4,5.8,2.7,14.7-2.9,19.4c-7.4,6.2-15.6,11.2-24,16c-6.9,3.9-10.4,3.1-16-2.4c-10.7-10.6-21.2-21.6-32.6-31.6 c-4.3-3.8-5.1-8.6-3.5-13.6c3.4-10.5,8.3-20.2,16.7-27.9C555.5,93.3,559.1,92.1,563.1,91.3z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M631.2,253.2c-9.2-0.2-11.7-6.2-13.8-11.2c-4.3-10.4-9.6-19.9-17.1-28.4c-5.9-6.7-4.5-12.8,3.6-16.3 c7.8-3.4,14.4-7.9,20.5-13.8c7.4-7.2,14.1-8.1,20.2-4.2c2.9,1.9,4.6,4.9,6.1,7.8c6.5,12.7,13.6,25.1,17.6,38.9 c1.6,5.4,0.4,10.2-4.1,13.2C653.7,246.5,640.7,247.9,631.2,253.2z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px, 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: .3; }

body .ares .tp-bullet.selected {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 701.3 715'%3E%3Cpath fill='%23ffffff' d='M422.5,23.4c9.5,0,18.2,3.3,27,6.3c23.8,8.2,46.9,17.7,69.5,28.8c5.8,2.9,11.7,5.5,16.4,10.3 c3.8,3.9,5.9,8,3.7,13.4c-6,14.8-15.4,26.2-31.7,30.2c-4.2,1-8-0.9-11.2-3c-24.7-16.6-52.2-25.9-80.9-32.4c-6.8-1.5-8-3.2-8.3-10.3 c-0.4-12.1,3.3-23.6,4.6-35.4C412.2,26,416.9,23.2,422.5,23.4z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M74.3,240c-5.9,0.7-10.3-3.2-15.1-5.5c-3.5-1.7-6.9-3.8-9.9-6.6c-10.9-10.1-10.3-19.2-3.8-30.4 c10-17.2,21.7-33.3,34.2-48.7c4.8-5.9,8.4-12.7,14-18c6.4-6.1,10.9-7.1,17.4-1.5c7.3,6.2,14.3,13,20.5,20.4 c6.8,8.1,6.3,14.2-2.7,23.7c-15.8,16.7-27.1,36.3-38.7,55.9C86.9,234.9,82.7,240.9,74.3,240z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M344.1,70c-15.6-1-33.3,2.1-50.9,6.4c-3.6,0.9-7.4,2.2-11.2,1.5c-7.7-1.4-12.6-6.7-13.8-15.5 c-1.2-9-2.7-17.9-6.2-26.5c-2.4-5.9-0.6-9.2,5.8-10.5c8.2-1.7,16.6-2.9,24.9-4.2c22.1-3.5,44.3-5.6,66.7-5.1 c8.3,0.2,13.8,3,15.3,8.5c0.8,2.9,1.4,5.9,1.3,8.8c-0.5,9.6,1.7,19.3-1.4,28.7c-1.7,5-5.5,7.8-10.8,7.9 C358.1,70.1,352.4,70,344.1,70z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M244.1,84.8c0,6.3-0.1,6-9.3,9.4c-19.5,7.2-36.9,18.1-53.6,30.2c-0.3,0.2-0.5,0.5-0.7,0.7 c-11.6,8.8-19.9,7.6-28.5-4.5c-4.2-5.9-10-10.1-14.9-15.2c-4.2-4.3-4.3-9.6,0-13.9c10.3-10.3,22.9-17.5,35.1-25.1 c12.3-7.6,24.7-15,38.2-20.3c9.6-3.8,17.7-1.8,23.7,6.5C240.1,61.1,244.3,70.4,244.1,84.8z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M32.7,361c-5.3-0.6-11.8,0.9-18.2-0.9c-6.1-1.7-9.3-5.3-9.5-11.6c-0.2-10.8,1.5-21.4,3.2-32 c2.5-16,5.6-31.9,9.8-47.6c1.2-4.3,2.6-8.6,4.8-12.5c3.1-5.4,7.7-7.1,13-3.9c8.7,5.3,17.8,9.6,26.8,14.4c5.8,3.1,8.5,9.2,7.1,15.6 c-2.1,9.7-4.6,19.3-6.3,29c-1.6,9.4-3.3,18.9-3.5,28.5c-0.1,4.6-1,9.2-1.7,13.7c-0.9,5.1-4.7,7-9.4,7.2 C43.9,361.2,38.9,361,32.7,361z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M695.1,399.5c0.2,10.5-2.6,18.2-4,26.2c-3.3,18.3-8.6,36-13.7,53.8c-3.2,11.3-13.3,15.9-23.7,9.9 c-8.5-4.9-16.6-10.2-23.8-17.1c-4.4-4.2-5.4-9.2-4.5-15c1-6.3,3-12.3,5.7-17.9c5.7-11.7,7.1-24.4,9-37c1.4-9.3,6.9-18.5,19.4-17.5 c6.1,0.5,12.3,0.1,18.5,0.1C689.8,385,695.1,390.2,695.1,399.5z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M565,566.1c-0.5-8.6,4.7-13.8,9.4-18.7c10.3-10.9,19.7-22.3,26.5-35.8c4.9-9.7,12.7-13.8,19.9-11 c6.8,2.7,13.6,5.5,19.7,9.5c2.1,1.3,4.4,2.3,6.2,4.1c8.9,8.6,9.5,12,3,22.4c-12.7,20.2-26.3,39.8-42.8,57.3c-2.7,2.9-5.1,6.1-8,8.9 c-5.6,5.3-12.4,4.9-16.7-1.4c-6.1-8.9-10.8-18.6-15.7-28.2C565.3,570.6,564.8,568.1,565,566.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M462.8,639.6c-0.6-6,2.4-9.5,7.5-11.8c13.3-5.8,26.3-12.1,38.1-20.5c3.8-2.7,7.3-5.8,11-8.5 c12.2-8.9,15.8-9,30,0c5.2,3.3,9.3,7.9,12.6,13.3c8.3,13.8,3.5,22.1-6.7,29.6c-13.8,10.1-29.1,17.8-44.3,25.8 c-7.2,3.8-14.8,6.8-21.9,10.8c-5.4,3-9.2,1.6-12.4-3C469.3,664.5,464.9,652.5,462.8,639.6z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M367.9,708c-4.9,0.2-9.6-0.4-14.1-2.2c-4.3-1.7-6.5-5.1-6.6-9.6c-0.2-10.6,0.8-21.2,3.3-31.5 c1.7-7,7.6-9.6,13.7-11.8c7.1-2.6,14.8-2.6,22.1-2.6c10.7,0,20.5-3,30.7-5.3c16-3.6,23,0.5,29.1,15.9c2.2,5.6,3.8,11.3,4.9,17.2 c1.3,6.6-3.6,14.5-10.8,18c-6.7,3.2-14,4-21.2,4.9c-9.2,1.1-18.3,3-27.4,4.5C383.6,706.6,375.8,708,367.9,708z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M697.1,336.1c-0.1,4.6-0.1,8.1-0.9,11.5c-1.9,8.8-7.2,13.2-15.8,12.2c-9.2-1-18.3-3-27.1-5.9 c-8.3-2.7-12.1-7.3-12.2-16c-0.1-16.2-3.6-31.8-6.5-47.6c-2.4-13,0.7-19,13.2-23.1c6-1.9,12-3.8,18.1-5.4c10.8-2.8,19.1,4.6,21,14.3 c3,14.9,6.3,29.8,8.8,44.7C696.6,326.2,697.9,331.7,697.1,336.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M36.4,480.1c-4.7,0.8-7.1-1.7-9.1-5.5c-6.5-12.3-9.8-25.6-13.4-38.9c-2.7-9.6-5.2-19.1-6.4-29 c-1.2-10,0.4-17.4,11.7-19.1c8.1-1.2,16-4.2,24-6.1c11-2.6,15.9,0.3,17.5,11.4c2,13.2,4.6,26.3,7.3,39.5c1.6,7.7,5.2,14.7,6.5,22.4 c1.3,7.3-0.4,12-6.6,16.3C58.4,477.6,47.3,478.5,36.4,480.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M356.3,323c15.6,0,28.6,8.6,32.2,22.5c3.2,12.5,1,25-5.8,35.8c-7.9,12.7-19.6,19.9-35.2,19.8 c-9.8-0.1-16.8-5.5-23.3-11.8c-8.1-7.8-11.4-18-11.9-28.7c-0.3-7.7,0.6-15.6,7.1-21.4C330,329.7,341.7,322.9,356.3,323z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M301.4,703c-12.5-0.5-24.5-3.6-36.5-7c-9.1-2.5-18.2-5.3-26.5-9.9c-9-5-10.5-10.4-5.5-19.3 c3.7-6.6,7.3-13.2,9.2-20.8c2.5-9.7,7.2-11.9,16.2-8.1c10.7,4.6,22.2,5,33.4,7c8.3,1.5,16.2,3.8,21.2,11.3c2.8,4.1,3.8,8.7,4.4,13.6 c0.8,6.6,2.6,13,2.8,19.6c0.1,8.1-4.5,12.9-12.7,13.4C305.4,703.1,303.4,703,301.4,703z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M83.1,493c4.9-0.2,7.9,2.6,10.6,6.2c9.6,12.5,18.2,25.6,24.9,40c3.8,8.2,2.5,15.6-2.1,23.1 c-4.1,6.6-7.5,13.5-13.7,18.7c-6.2,5.2-13.2,3.2-17.4-1c-10.2-10.1-18.3-21.8-26.2-33.7c-4.2-6.3-8.4-12.8-12.5-19.2 c-1-1.5-1.8-3.2-2.5-4.9c-2.8-7.4-0.8-11.7,6.7-14.2c7.5-2.5,14.1-6.7,20.6-10.9C75.1,494.7,78.8,493,83.1,493z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M210.3,627.1c-2.5,11.1-5.6,22.1-13.1,31.1c-4.4,5.3-9.6,5.9-16.1,3.4c-9.2-3.5-16-10.5-23.9-15.9 c-11.4-7.9-22.2-16.8-34.8-22.9c-4-1.9-4.2-4.7-2.4-8.1c1.4-2.7,3.3-5.2,5.8-6.7c7.5-4.7,12.9-11.3,18.6-17.8 c7.6-8.7,12.9-9.3,22.1-2.1c8.9,7,19.3,11.7,28.8,17.6c4.9,3,9.2,6.5,12.2,11.4C209.4,620.1,210.7,623.3,210.3,627.1z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M563.1,91.3c4.6,0.9,9,2.3,12.5,5.7c10.9,10.7,21.5,21.7,32.9,32c2.3,2.1,4.3,4.6,6.1,7.2 c4,5.8,2.7,14.7-2.9,19.4c-7.4,6.2-15.6,11.2-24,16c-6.9,3.9-10.4,3.1-16-2.4c-10.7-10.6-21.2-21.6-32.6-31.6 c-4.3-3.8-5.1-8.6-3.5-13.6c3.4-10.5,8.3-20.2,16.7-27.9C555.5,93.3,559.1,92.1,563.1,91.3z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M631.2,253.2c-9.2-0.2-11.7-6.2-13.8-11.2c-4.3-10.4-9.6-19.9-17.1-28.4c-5.9-6.7-4.5-12.8,3.6-16.3 c7.8-3.4,14.4-7.9,20.5-13.8c7.4-7.2,14.1-8.1,20.2-4.2c2.9,1.9,4.6,4.9,6.1,7.8c6.5,12.7,13.6,25.1,17.6,38.9 c1.6,5.4,0.4,10.2-4.1,13.2C653.7,246.5,640.7,247.9,631.2,253.2z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px, 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1; }

body .tp-bullet-title {
  display: none !important; }

.header--mail {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #b9b098;
  border-radius: 50%;
  z-index: 3; }
  .header--mail a {
    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;
    color: #b9b098; }
    .header--mail a:hover, .header--mail a:focus {
      color: #fff; }
  .header--mail svg {
    display: block;
    width: 20px; }

@media screen and (max-width: 575px) {
  .entry__header--slider .header--mail {
    bottom: 67px; } }

.scroll-down {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 10; }
  .scroll-down svg {
    display: block;
    width: 30px;
    margin: 0 auto; }

.moving-mouse-holder {
  margin: auto; }

.moving-mouse-holder .mouse {
  width: 26px;
  height: 40px;
  position: relative;
  right: 0;
  border-radius: 18px;
  border: 2px solid #fff; }

.moving-mouse-holder .mouse-button {
  background-color: #fff;
  width: 4px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  animation: mouse-scroll 1s infinite alternate; }

@-webkit-keyframes mouse-scroll {
  to {
    -webkit-transform: translate(0, 6px) scale(1, 0.8);
    transform: translate(0, 6px) scale(1, 0.8); } }
@keyframes mouse-scroll {
  to {
    -webkit-transform: translate(0, 6px) scale(1, 0.8);
    transform: translate(0, 6px) scale(1, 0.8); } }
.home .entry__header--slider {
  height: auto;
  background-color: transparent;
  margin-top: -2rem;
 }

.home .preview-slider--home-prev {
  margin-bottom: 0; }

.menu__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1164px) {
    .menu__navigation ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
.menu__navigation .menu-item {
  position: relative;
  margin: 3px 8px;
  text-align: center; }
  @media screen and (min-width: 1165px) {
    .menu__navigation .menu-item {
      margin: 3px 4px; } }
  @media screen and (min-width: 1480px) {
    .menu__navigation .menu-item {
      margin: 3px 10px; } }
  .menu__navigation .menu-item a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 10px 6px; }
    @media screen and (min-width: 1165px) {
      .menu__navigation .menu-item a {
        font-size: 13px; } }
    @media screen and (min-width: 1480px) {
      .menu__navigation .menu-item a {
        padding: 10px;
        font-size: 15px; } }
    .menu__navigation .menu-item a:hover, .menu__navigation .menu-item a:focus {
      color: #b9b098; }
.menu__navigation .current-menu-item a {
  color: #b9b098; }
.menu__navigation .sub-menu {
  -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;
  display: none; }
  .menu__navigation .sub-menu a {
    color: #000; }
  @media screen and (min-width: 1165px) {
    .menu__navigation .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: absolute;
      top: 100%;
      left: 50%;
      min-width: 150px;
      -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
      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);
      background-color: #f1f1f1;
      background-color: transparent; }
      .menu__navigation .sub-menu a {
        color: #fff; } }
.menu__navigation .menu-item:hover .sub-menu, .menu__navigation .menu-item:focus .sub-menu {
  display: block; }
  @media screen and (min-width: 1165px) {
    .menu__navigation .menu-item:hover .sub-menu, .menu__navigation .menu-item:focus .sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }

.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 {
    margin: 3px 10px; }
    .footer__navigation ul li a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #231f20;
      padding: 10px; }
      .footer__navigation ul li a:hover, .footer__navigation ul li a:focus {
        color: #b9b098; }

/*.menu-item-has-children{
    position: relative;
    &:after{
        content: '';
        position: absolute;
        top: 10px;
        right: -15px;
        display: block;
        @include size(20px, 20px);
        background-image: url("data:image/svg+xml,%3Csvg 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");
        background-repeat: no-repeat;
        @include media-max-menu{
            right: -30px;
        }
    }
}*/
.follow {
  display: none; }

.footer__bottom {
  background-color: #b9b098;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  padding: 26px 15px; }
  .footer__bottom a {
    display: inline-block;
    font-weight: 300;
    color: #fff; }
    .footer__bottom a:hover, .footer__bottom a:focus {
      text-decoration: underline; }

.footer__middle {
  background-color: #231f20;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    .footer__middle {
      padding-top: 150px;
      padding-bottom: 128px; } }

.footer__newletter {
  background-color: #322f2f;
  padding: 48px 15px; }

.footer__top {
  background-color: #fff;
  padding: 100px 15px 74px; }
  @media screen and (min-width: 768px) {
    .footer__top {
      padding: 200px 15px 74px; } }

.footer__item {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .footer__item {
      margin-bottom: 40px; }
      .footer__item--last {
        margin-bottom: 0; } }
.footer__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  padding: 0;
  margin-bottom: 20px; }
.footer__text {
  font-size: 16px;
  font-weight: 300;
  color: #b9b098;
  color: #fff;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 992px) {
    .footer__text {
      font-size: 17px; } }

.follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .follow__item {
    width: 40px;
    height: 40px;
    margin: 0 8px; }
  .follow__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #b9b098;
    border: 1px solid #b9b098;
    border-radius: 3px;
    color: #231f20; }
    .follow__link svg {
      display: block;
      height: 25px; }
    .follow__link:hover, .follow__link:focus {
      background-color: #231f20;
      color: #b9b098; }

.footer-logo {
  margin-bottom: 80px; }
  .footer-logo img {
    display: block;
    width: 100%;
    max-width: 215px;
    height: auto;
    margin: 0 auto; }

.footer-img {
  margin-top: 60px; }
  .footer-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.footer__newsletter {
  background-color: #322f2f;
  padding: 50px 15px 30px; }
  .footer__newsletter .newsletter {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
  .footer__newsletter #newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative; }
  .footer__newsletter .main-footer__newsletter-email {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff; }
    .footer__newsletter .main-footer__newsletter-email:hover, .footer__newsletter .main-footer__newsletter-email:focus {
      color: #fff; }
    .footer__newsletter .main-footer__newsletter-email::-webkit-input-placeholder {
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff; }
    .footer__newsletter .main-footer__newsletter-email:-ms-input-placeholder {
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff; }
    .footer__newsletter .main-footer__newsletter-email::placeholder {
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff; }
  .footer__newsletter .main-footer__newsletter-submit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    appearance: none;
    color: #fff; }
    .footer__newsletter .main-footer__newsletter-submit svg {
      display: block;
      height: 11px;
      margin: 0 auto; }
  .footer__newsletter .main-footer__newsletter-status {
    color: #fff; }

.footer__insta {
  background-color: #231f20;
  padding: 115px 15px 0;
  text-align: center; }

.insta__ico {
  padding: 0;
  text-align: center;
  margin-bottom: 24px; }
  .insta__ico a {
    display: inline-block;
    color: #fff; }
  .insta__ico svg {
    display: inline-block;
    width: 40px;
    height: auto; }

.insta__title {
  font-size: 28px;
  font-weight: 300;
  color: #b9b098;
  color: #fff;
  padding: 0;
  margin-bottom: 24px; }
  @media screen and (min-width: 992px) {
    .insta__title {
      font-size: 33px; } }
  .insta__title a {
    color: #fff; }
    .insta__title a:hover, .insta__title a:focus {
      color: #b9b098; }

.insta__text {
  font-size: 16px;
  font-weight: 300;
  color: #b9b098;
  color: #fff;
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .insta__text {
      font-size: 17px; } }
  @media screen and (min-width: 768px) {
    .insta__text {
      margin-bottom: 48px; } }

.wpmi-list,
.insta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  max-width: 1200px;
  margin: 0 auto; }

.wpmi-item,
.insta__images-item {
  -webkit-flex-basis: 280px;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  max-width: 280px;
  padding: 15px; }

.contact-box {
  display: block;
  padding-top: 32px;
  max-width: 300px;
  margin: 0 auto; }
  .contact-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px; }
  .contact-box__icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px;
    margin-right: 10px;
    margin-right: 1rem;
    color: #fff; }
    .contact-box__icon svg {
      display: block;
      height: 26px;
      margin: 0 auto; }
  .contact-box__link {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: left;
    color: #fff; }

.contact-box--contact-us .contact-box__icon,
.contact-box--contact-us .contact-box__link {
  color: #b9b098; }

.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%;
  outline: none;
  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/slickd41d.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 {
  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;
  margin-left: 12px;
  cursor: pointer;
  outline: none; }
  .menu-btn__line {
    display: block;
    height: 3px;
    background-color: #000;
    width: 25px;
    margin: 5px 0; }
  @media screen and (min-width: 1165px) {
    .menu-btn {
      display: none; } }
  @media screen and (min-width: 576px) {
    .menu-btn {
      margin-left: 20px; } }

.book-now {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 12px 24px;
  border: 1px solid #b9b098;
  text-transform: uppercase;
  width: 100%;
  max-width: 180px;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .book-now:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b9b098;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: -1; }
  .book-now:hover, .book-now:focus {
    color: #fff; }
    .book-now:hover:before, .book-now:focus:before {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.site__header .book-now {
  padding: 8px; }
  @media screen and (min-width: 576px) {
    .site__header .book-now {
      padding: 12px 24px; } }

.back-to-top {
  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: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  color: #b9b098;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px); }
  .back-to-top svg {
    display: block;
    width: 30px; }
  .back-to-top.fade--out {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.explore-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 200px;
  z-index: 5;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background-color: #b9b098;
  text-transform: uppercase;
  text-align: left;
  padding: 12px 30px;
  border: 1px solid #b9b098; }
  .explore-btn svg {
    display: block;
    width: 37px;
    margin-left: 10px; }
    @media screen and (max-width: 991px) {
      .explore-btn svg {
        width: 30px; } }
  .explore-btn--pdf {
    width: 230px;
    padding: 9px 20px; }
    .explore-btn--pdf svg {
      height: 40px; }
  .explore-btn:hover, .explore-btn:focus {
    background-color: #fff;
    color: #b9b098; }

.book-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 30px 19px;
  border: 1px solid #b9b098;
  background-color: #fff;
  color: #b9b098; }
  .book-btn:hover, .book-btn:focus {
    background-color: #b9b098;
    color: #fff; }

.nav-btn {
  display: block;
  width: 65px;
  height: 30px;
  background-color: #b9b098;
  color: #fff; }
  @media screen and (min-width: 576px) {
    .nav-btn {
      width: 110px;
      height: 40px; } }
  .nav-btn svg {
    display: block;
    height: 14px;
    margin-top: 8px; }
    @media screen and (min-width: 576px) {
      .nav-btn svg {
        margin-top: 10px;
        height: 20px; } }
  .nav-btn__next svg {
    float: left;
    -webkit-transform: translate(-12px, 0);
    -ms-transform: translate(-12px, 0);
    transform: translate(-12px, 0); }
    @media screen and (min-width: 576px) {
      .nav-btn__next svg {
        -webkit-transform: translate(-17px, 0);
        -ms-transform: translate(-17px, 0);
        transform: translate(-17px, 0); } }
  .nav-btn__next:hover svg, .nav-btn__next:focus svg {
    -webkit-transform: translate(7px, 0);
    -ms-transform: translate(7px, 0);
    transform: translate(7px, 0); }
    @media screen and (min-width: 576px) {
      .nav-btn__next:hover svg, .nav-btn__next:focus svg {
        -webkit-transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
        transform: translate(15px, 0); } }
  .nav-btn__prev svg {
    float: right;
    -webkit-transform: translate(12px, 0);
    -ms-transform: translate(12px, 0);
    transform: translate(12px, 0); }
    @media screen and (min-width: 576px) {
      .nav-btn__prev svg {
        -webkit-transform: translate(17px, 0);
        -ms-transform: translate(17px, 0);
        transform: translate(17px, 0); } }
  .nav-btn__prev:hover svg, .nav-btn__prev:focus svg {
    -webkit-transform: translate(-7px, 0);
    -ms-transform: translate(-7px, 0);
    transform: translate(-7px, 0); }
    @media screen and (min-width: 576px) {
      .nav-btn__prev:hover svg, .nav-btn__prev:focus svg {
        -webkit-transform: translate(-15px, 0);
        -ms-transform: translate(-15px, 0);
        transform: translate(-15px, 0); } }

.main-title {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 100px 0; }
  @media screen and (min-width: 992px) {
    .main-title {
      padding: 130px 15px; } }
  .main-title__h {
    font-size: 23px;
    font-weight: 800;
    color: #b9b098;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 9px;
    letter-spacing: 9.7px;
    position: relative; }
  .main-title__icon {
    display: block;
    width: 23px;
    position: absolute;
    left: 50%;
    color: #b9b098; }
    .main-title__icon--top {
      top: 0;
      -webkit-transform: translate(-50%, -150%);
      -ms-transform: translate(-50%, -150%);
      transform: translate(-50%, -150%); }
      @media screen and (min-width: 576px) {
        .main-title__icon--top {
          -webkit-transform: translate(-50%, -200%);
          -ms-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%); } }
    .main-title__icon--bottom {
      bottom: 0;
      -webkit-transform: translate(-50%, 150%);
      -ms-transform: translate(-50%, 150%);
      transform: translate(-50%, 150%); }
      @media screen and (min-width: 576px) {
        .main-title__icon--bottom {
          -webkit-transform: translate(-50%, 200%);
          -ms-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%); } }

.home .view-also {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .home .view-also {
      margin-bottom: 100px; } }

.view-also {
  position: relative; }
  .view-also__items {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 576px) {
      .view-also__items {
        padding-left: 25px; } }
    @media screen and (min-width: 768px) {
      .view-also__items {
        padding-left: 60px; } }
  .view-also__item {
    position: relative;
    width: 100%;
    max-width: 350px;
    width: 350px;
    margin-right: 20px;
    overflow: hidden;
    -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 (min-width: 1480px) {
      .view-also__item {
        max-width: 500px;
        width: 500px; } }
    @media screen and (min-width: 1680px) {
      .view-also__item {
        max-width: 600px;
        width: 600px; } }
    .view-also__item--activity {
      margin-bottom: 20px; }
    .view-also__item a {
      display: block; }
    .view-also__item img {
      display: block;
      width: 100%;
      height: auto; }
    .view-also__item:hover img, .view-also__item:focus img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .view-also__content {
    display: block;
    position: absolute;
    bottom: 75px;
    right: 68px;
    padding: 35px 110px 50px 40px;
    background-color: #fff;
    z-index: 2;
    text-align: left;
    min-width: 300px; }
    @media screen and (max-width: 1479px) {
      .view-also__content {
        padding: 25px 60px 25px 25px;
        min-width: 235px; } }
  .view-also__content-inner {
    /*position: relative;*/ }
  .view-also__title {
    font-size: 28px;
    font-weight: 300;
    color: #b9b098; }
    @media screen and (min-width: 1480px) {
      .view-also__title {
        font-size: 33px; } }
  .view-also__btn {
    position: absolute;
    font-weight: 400;
    bottom: 0;
    right: 0;
    z-index: 5;
    -webkit-transform: translate(25px, 30px);
    -ms-transform: translate(25px, 30px);
    transform: translate(25px, 30px); }
    @media screen and (max-width: 1479px) {
      .view-also__btn {
        -webkit-transform: translate(25px, 38px);
        -ms-transform: translate(25px, 38px);
        transform: translate(25px, 38px); } }

.carousel__prev.carousel__prev--view-also,
.carousel__next.carousel__next--view-also {
  position: static;
  margin: 0 40px; }

.carousel__nav-btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 115%);
  -ms-transform: translate(-50%, 115%);
  transform: translate(-50%, 115%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.page-template-template-gallery .gallery-bg {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .page-template-template-gallery .gallery-bg {
      margin-bottom: 100px; } }

.gallery-bg__inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
.gallery-bg__back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease; }
  .gallery-bg__back.active {
    opacity: 1; }
.gallery-bg__footer {
  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;
  text-align: center;
  padding: 50px 15px; }

.media-box {
  border: 1px solid #fff;
  position: relative;
  padding: 30px;
  height: 100%;
  min-height: 470px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .media-box__column {
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .media-box__column {
        width: 33.333%; } }
  @media screen and (min-width: 1200px) {
    .media-box {
      background-image: none !important; } }
  .media-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .media-box__hover {
    position: relative;
    z-index: 2;
    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-box__hover > a {
      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-box__text {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    color: #fff;
    padding-right: 20px;
    margin-bottom: 50px;
    max-width: 85%;
    transition: all .4s ease-in-out .225s; }
    @media screen and (min-width: 992px) {
      .media-box__text {
        font-size: 17px; } }
    @media screen and (min-width: 1200px) {
      .media-box__text {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
        margin-bottom: 20px; } }
    @media screen and (min-width: 1480px) {
      .media-box__text {
        max-width: 65%;
        margin-bottom: 50px; } }
  .media-box__btn-wrap {
    margin-bottom: 60px;
    transition: all .4s ease-in-out .35s; }
    @media screen and (min-width: 1200px) {
      .media-box__btn-wrap {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
        margin-bottom: 20px; } }
    @media screen and (min-width: 1480px) {
      .media-box__btn-wrap {
        margin-bottom: 50px; } }
  .media-box__title {
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 32px;
    margin: 0;
    margin-top: auto;
    transition: all .4s ease-in-out; }

.media-box:hover:before, .media-box:focus:before {
  opacity: 1; }
.media-box:hover .media-box__text,
.media-box:hover .media-box__btn-wrap, .media-box:focus .media-box__text,
.media-box:focus .media-box__btn-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
@media screen and (min-width: 992px) {
  .media-box:hover .media-box__title, .media-box:focus .media-box__title {
    font-size: 24px; } }

.js-gallery-slider .carousel__prev,
.js-gallery-slider .carousel__next {
  width: 65px;
  height: 30px;
  bottom: 10px; }
  @media screen and (min-width: 576px) {
    .js-gallery-slider .carousel__prev,
    .js-gallery-slider .carousel__next {
      width: 110px;
      height: 40px; } }
.js-gallery-slider .carousel__next {
  left: auto;
  right: 10px; }

.main-gallery {
  margin-bottom: 50px; }
  .main-gallery__wrap {
    position: relative; }
  @media screen and (min-width: 992px) {
    .main-gallery {
      margin-bottom: 100px; } }
  .main-gallery__item {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 1px; }
  .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%);
    /*        @include media-min-to(lg){
                width: 23%;
                width: -webkit-calc(25% - 1px);
                width: calc(25% - 1px);
            }*/ }
    @media screen and (min-width: 576px) {
      .main-gallery__item, .main-gallery__sizer {
        width: 48%;
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px); } }
    @media screen and (min-width: 768px) {
      .main-gallery__item, .main-gallery__sizer {
        width: 32%;
        width: -webkit-calc(33% - 1px);
        width: calc(33% - 1px); } }

/*.filters{
    @include display-flex;
    @include justify-content-center;
    @include align-items-center;
    @include flex-wrap;
    @include padding(32px, 15px, 0);
    &__item{
        @include padding(8px, 24px);
        @include margin(0, 12px, 12px);
        border: 1px solid #919191;
        cursor: pointer;
        @include transition;
    }
    &__label{
        display: block;
        @include font-size(16px);
        font-weight: 400;
        
        @include transition;
    }
    &__item{
        @include hover{
            background-color: #000;
            .filters__label{
                color: $white;
            }
        }
    }
}*/
.preview-box {
  display: block;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .preview-box {
      margin-bottom: 200px; } }
  .preview-box__inner {
    position: relative;
    width: 100%; }
  .preview-box__img {
    display: block;
    padding-right: 0; }
    @media screen and (min-width: 992px) {
      .preview-box__img {
        padding-right: 200px; } }
    .preview-box__img img {
      display: block;
      max-width: 100%;
      height: auto;
      opacity: 0;
      transition: all 1.2s 1s ease; }
  .preview-box__img-holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px; }
  .preview-box__overlay {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b9b098;
    z-index: -1;
    transition: all 1s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .preview-box__content {
    display: block;
    padding: 30px 20px;
    background-color: #fff;
    z-index: 2;
    text-align: left;
    transition: all 1s 1.4s ease;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -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 (min-width: 768px) {
      .preview-box__content {
        padding: 35px 40px; } }
    @media screen and (min-width: 992px) {
      .preview-box__content {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .preview-box__content-inner {
    position: relative; }
  .preview-box__title {
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    padding: 0 0 20px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .preview-box__title {
        font-size: 33px; } }
    @media screen and (min-width: 768px) {
      .preview-box__title {
        padding: 0 0 40px; } }
  .preview-box__text {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    line-height: 28px;
    padding: 0 0 40px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .preview-box__text {
        font-size: 17px; } }
    .preview-box__text p:last-child {
      margin-bottom: 0; }
  .preview-box__btn {
    position: absolute;
    left: 0;
    top: 100%; }

.post__item:last-child .preview-box {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .post__item:last-child .preview-box {
      margin-bottom: 100px; } }

.post__item:nth-child(even) .preview-box__img {
  padding-right: 0;
  padding-left: 200px; }
.post__item:nth-child(even) .preview-box__content {
  right: auto;
  left: 0; }

.preview-box.animate--in .preview-box__img img {
  opacity: 1; }
.preview-box.animate--in .preview-box__overlay {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.preview-box.animate--in .preview-box__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.preview-box--blog .preview-box__content {
  bottom: 135px;
  max-width: none;
  background-color: #f9f9f9; }
  @media screen and (min-width: 992px) {
    .preview-box--blog .preview-box__content {
      max-width: 840px; } }
@media screen and (max-width: 991px) {
  .preview-box--blog .preview-box__btn {
    position: static; } }

.post__item:nth-child(even) .preview-box--blog .preview-box__img {
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .post__item:nth-child(even) .preview-box--blog .preview-box__img {
      padding-left: 200px; } }

@media screen and (max-width: 991px) {
  .preview-box--offers {
    margin-bottom: 100px; } }
.preview-box--offers .preview-box__content {
  bottom: 135px;
  max-width: none;
  background-color: #f9f9f9; }
  @media screen and (min-width: 992px) {
    .preview-box--offers .preview-box__content {
      max-width: 840px; } }
.preview-box--offers .preview-box__btn {
  left: auto;
  right: 200px; }
  @media screen and (max-width: 991px) {
    .preview-box--offers .preview-box__btn {
      position: static; } }

.post__item:nth-child(even) .preview-box--offers .preview-box__img {
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .post__item:nth-child(even) .preview-box--offers .preview-box__img {
      padding-left: 200px; } }

.preview-box--facilities .preview-box__img {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .preview-box--facilities .preview-box__img {
      text-align: right; } }
.preview-box--facilities .preview-box__content {
  bottom: auto;
  right: auto;
  left: 0;
  top: 135px;
  max-width: none;
  background-color: #f9f9f9; }
  @media screen and (min-width: 992px) {
    .preview-box--facilities .preview-box__content {
      max-width: 820px; } }
.preview-box--facilities .preview-box__btn {
  left: auto;
  right: 150px; }
  @media screen and (max-width: 767px) {
    .preview-box--facilities .preview-box__btn {
      position: static; } }

.post__item:nth-last-child(2) .preview-box.preview-box--facilities {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .post__item:nth-last-child(2) .preview-box.preview-box--facilities {
      margin-bottom: 100px; } }

.post__item:nth-child(even) .preview-box--facilities .preview-box__img {
  text-align: center;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .post__item:nth-child(even) .preview-box--facilities .preview-box__img {
      text-align: left;
      padding-left: 100px; } }
.post__item:nth-child(even) .preview-box--facilities .preview-box__content {
  left: auto;
  right: 200px; }

@media screen and (max-width: 991px) {
  .preview-box--therapies {
    margin-bottom: 100px; } }
@media screen and (min-width: 1200px) {
  .preview-box--therapies {
    margin-bottom: 300px; } }
.preview-box--therapies .preview-box__img {
  padding-right: 0; }
  @media screen and (min-width: 1200px) {
    .preview-box--therapies .preview-box__img {
      padding-left: 100px; } }
.preview-box--therapies .preview-box__content {
  bottom: auto;
  background-color: #f9f9f9; }
  @media screen and (min-width: 992px) {
    .preview-box--therapies .preview-box__content {
      max-width: 615px;
      top: 100px; } }
  @media screen and (min-width: 1200px) {
    .preview-box--therapies .preview-box__content {
      padding: 60px 110px 60px 70px;
      top: 235px; } }
.preview-box--therapies .preview-box__btn {
  position: static; }

.post__item:first-child .preview-box--therapies {
  margin-top: 50px; }

.post__item:nth-child(even) .preview-box--therapies .preview-box__img {
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .post__item:nth-child(even) .preview-box--therapies .preview-box__img {
      text-align: right;
      padding-left: 200px; } }
@media screen and (min-width: 992px) {
  .post__item:nth-child(even) .preview-box--therapies .preview-box__content {
    left: 0px; } }
@media screen and (min-width: 1480px) {
  .post__item:nth-child(even) .preview-box--therapies .preview-box__content {
    /*left:200px;*/
    padding: 60px 70px; } }

@media screen and (min-width: 992px) {
  .post__item:last-child .preview-box--therapies {
    margin-bottom: 200px; } }

.preview-box--room .preview-box__img {
  padding: 0; }
  @media screen and (min-width: 992px) {
    .preview-box--room .preview-box__img {
      padding-left: 100px;
      padding-right: 200px; } }
  @media screen and (max-width: 1479px) {
    .preview-box--room .preview-box__img img {
      margin: 0 auto; } }
.preview-box--room .preview-box__content {
  bottom: 80px;
  min-width: 300px;
  max-width: 1000px;
  background-color: #f9f9f9;
  padding: 30px 20px;
  position: static;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .preview-box--room .preview-box__content {
      padding: 65px 0 65px 90px; } }
  @media screen and (min-width: 1480px) {
    .preview-box--room .preview-box__content {
      position: absolute; } }
.preview-box--room .preview-box__title {
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .preview-box--room .preview-box__title {
      padding-right: 90px; } }
.preview-box--room .preview-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .preview-box--room .preview-box__text ul {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 20px; }
    @media screen and (min-width: 992px) {
      .preview-box--room .preview-box__text ul {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 50px; } }
.preview-box--room .preview-box__btn {
  position: static;
  width: 260px; }

.preview-box--restraunt {
  margin-top: 100px; }
  @media screen and (min-width: 992px) {
    .preview-box--restraunt {
      margin-bottom: 100px; } }
  .preview-box--restraunt .preview-box__img {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .preview-box--restraunt .preview-box__img {
        padding-right: 100px;
        max-width: 1245px;
        margin: 0 auto; } }
    @media screen and (min-width: 1480px) {
      .preview-box--restraunt .preview-box__img {
        padding-right: 0; } }
    .preview-box--restraunt .preview-box__img img {
      margin: 0 auto; }
  .preview-box--restraunt .preview-box__content {
    bottom: 72px;
    background-color: #f9f9f9;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      .preview-box--restraunt .preview-box__content {
        max-width: 560px;
        padding: 45px 52px; } }
  .preview-box--restraunt .preview-box__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 575px) {
      .preview-box--restraunt .preview-box__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .preview-box--restraunt .preview-box__btn {
    position: static; }
    @media screen and (max-width: 575px) {
      .preview-box--restraunt .preview-box__btn {
        width: 100%; } }
    .preview-box--restraunt .preview-box__btn--2 {
      margin-top: 20px; }
      @media screen and (min-width: 576px) {
        .preview-box--restraunt .preview-box__btn--2 {
          margin-top: 0;
          margin-left: 20px; } }

.preview-box--chef {
  margin-top: 100px;
  margin-bottom: 0;
  text-align: center; }
  .preview-box--chef .preview-box__img {
    display: block;
    margin: 0;
    padding: 0; }
    .preview-box--chef .preview-box__img img {
      margin: 0 auto; }
  .preview-box--chef .preview-box__actions {
    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;
    padding: 75px 0; }
  .preview-box--chef .preview-box__btn {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

@media screen and (min-width: 768px) {
  .preview-box--contact {
    margin-bottom: 100px; } }
.preview-box--contact .preview-box__img {
  width: 100%;
  max-width: none; }
  @media screen and (min-width: 1200px) {
    .preview-box--contact .preview-box__img {
      max-width: 980px; } }
.preview-box--contact .preview-box__content {
  position: static;
  width: 100%;
  bottom: auto;
  top: -180px;
  max-width: none;
  padding: 30px 20px;
  background-color: #f9f9f9; }
  @media screen and (min-width: 1200px) {
    .preview-box--contact .preview-box__content {
      position: absolute;
      max-width: 840px;
      padding: 60px; } }
.preview-box--contact .preview-box__text {
  padding-bottom: 0; }

.preview-box--locations .preview-box__img {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .preview-box--locations .preview-box__img {
      text-align: right; } }
.preview-box--locations .preview-box__content {
  bottom: auto;
  right: auto;
  left: 0;
  top: 135px;
  max-width: none;
  background-color: #f9f9f9; }
  @media screen and (min-width: 992px) {
    .preview-box--locations .preview-box__content {
      max-width: 820px; } }
.preview-box--locations .preview-box__btn {
  left: auto;
  right: 150px; }
  @media screen and (max-width: 767px) {
    .preview-box--locations .preview-box__btn {
      position: static; } }

.preview-box--locations.preview-box--locations--bottom .preview-box__img {
  text-align: center;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .preview-box--locations.preview-box--locations--bottom .preview-box__img {
      text-align: left;
      padding-left: 100px; } }
.preview-box--locations.preview-box--locations--bottom .preview-box__content {
  left: auto; }
  @media screen and (min-width: 992px) {
    .preview-box--locations.preview-box--locations--bottom .preview-box__content {
      min-width: 500px;
      right: 100px; } }
  @media screen and (min-width: 1480px) {
    .preview-box--locations.preview-box--locations--bottom .preview-box__content {
      min-width: 700px;
      right: 200px; } }

.preview-box--locations {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .preview-box--locations {
      margin-bottom: 100px; } }

.offer-box {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .offer-box {
      margin-top: 300px;
      margin-bottom: 100px; } }
  .offer-box__inner {
    position: relative; }
  .offer-box__img {
    display: block;
    width: 100%;
    max-width: 992px; }
    .offer-box__img img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0;
      transition: all 1.2s 1s ease; }
  .offer-box__img-holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px; }
  .offer-box__overlay {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b9b098;
    z-index: -1;
    transition: all 1s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .offer-box__content {
    display: block;
    width: 100%;
    max-width: none;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 30px 20px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: all 1s 1.4s ease;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media screen and (min-width: 992px) {
      .offer-box__content {
        position: absolute;
        -webkit-transform: translate(0, -120px);
        -ms-transform: translate(0, -120px);
        transform: translate(0, -120px);
        padding: 75px 65px;
        max-width: 840px; } }
  .offer-box__title {
    display: block;
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    padding: 0;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .offer-box__title {
        font-size: 33px; } }
  .offer-box__sub-title {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    padding: 0;
    margin-bottom: 36px; }
    @media screen and (min-width: 992px) {
      .offer-box__sub-title {
        font-size: 17px; } }

.offer-box.animate--in .offer-box__img img {
  opacity: 1; }
.offer-box.animate--in .offer-box__overlay {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.offer-box.animate--in .offer-box__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  @media screen and (min-width: 992px) {
    .offer-box.animate--in .offer-box__content {
      -webkit-transform: translate(0, -170px);
      -ms-transform: translate(0, -170px);
      transform: translate(0, -170px); } }

.preview-slider {
  display: block;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .preview-slider {
      margin-bottom: 100px; } }
  .preview-slider__inner {
    position: relative;
    width: 100%; }
  .preview-slider__carousel {
    display: block;
    position: relative;
    z-index: 4;
    overflow: hidden; }
    @media screen and (min-width: 576px) {
      .preview-slider__carousel {
        padding-right: 60px; } }
    @media screen and (min-width: 768px) {
      .preview-slider__carousel {
        padding-right: 125px; } }
  .preview-slider .carousel {
    opacity: 0;
    transition: opacity 1s 1s ease; }
  .preview-slider__content {
    display: block;
    padding: 30px 20px;
    background-color: #f9f9f9;
    text-align: left;
    max-width: 900px;
    transition: all 1s .8s ease;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media screen and (min-width: 576px) {
      .preview-slider__content {
        padding: 40px 55px; } }
    @media screen and (min-width: 768px) {
      .preview-slider__content {
        float: right;
        padding: 50px 90px; } }
  .preview-slider__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b9b098;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .preview-slider__content-inner {
    position: relative; }
  .preview-slider__title {
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    font-weight: 300;
    padding: 0 0 20px;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .preview-slider__title {
        font-size: 33px; } }
    @media screen and (min-width: 576px) {
      .preview-slider__title {
        padding: 0 0 40px; } }
  .preview-slider__text {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    line-height: 28px;
    padding: 0 0 20px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .preview-slider__text {
        font-size: 17px; } }
    @media screen and (min-width: 576px) {
      .preview-slider__text {
        padding: 0 0 40px; } }
    .preview-slider__text p:last-child {
      margin-bottom: 0; }
  .preview-slider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 575px) {
      .preview-slider__actions {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .preview-slider__actions .book-btn {
      margin-left: 25px; }
      @media screen and (max-width: 575px) {
        .preview-slider__actions .book-btn {
          margin: 0; } }
    .preview-slider__actions .explore-btn {
      margin-bottom: 15px; }
      @media screen and (min-width: 576px) {
        .preview-slider__actions .explore-btn {
          margin: 0; } }
    @media screen and (max-width: 575px) {
      .preview-slider__actions .preview-slider__btn {
        width: 100%; } }

.preview-slider--villas .preview-slider__carousel {
  padding-right: 0; }
.preview-slider--villas .carousel--villas {
  width: 100%;
  max-width: 1280px; }
.preview-slider--villas .preview-slider__content {
  max-width: none; }
  @media screen and (min-width: 1480px) {
    .preview-slider--villas .preview-slider__content {
      max-width: 900px; } }
.preview-slider--villas .preview-slider__content:after {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
  z-index: -1;
  transition: all 1s .8s ease;
  /*opacity: 0;*/
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }
  @media screen and (max-width: 991px) {
    .preview-slider--villas .preview-slider__content:after {
      display: none; } }

.preview-slider--location .preview-slider__carousel {
  padding-right: 0; }
  @media screen and (min-width: 992px) {
    .preview-slider--location .preview-slider__carousel {
      padding-right: 125px; } }
.preview-slider--location .preview-slider__carousel:after {
  display: none; }
.preview-slider--location .preview-slider__content {
  position: static;
  bottom: 45px;
  right: 0;
  max-width: none;
  background-color: #f9f9f9;
  float: none;
  z-index: 4;
  -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 (min-width: 768px) {
    .preview-slider--location .preview-slider__content {
      padding: 60px; } }
  @media screen and (min-width: 992px) {
    .preview-slider--location .preview-slider__content {
      position: absolute;
      max-width: 570px;
      right: 10px; } }

@media screen and (min-width: 992px) {
  .preview-slider--home-blog {
    margin-top: 170px; } }
@media screen and (min-width: 1480px) {
  .preview-slider--home-blog {
    margin-top: 0; } }

.carousel__prev, .carousel__next {
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .carousel__prev, .carousel__next {
      bottom: 50px; } }
.carousel__prev {
  left: 10px; }
  @media screen and (min-width: 768px) {
    .carousel__prev {
      left: 50px; } }
.carousel__next {
  left: 155px; }
  @media screen and (min-width: 576px) {
    .carousel__next {
      left: 220px; } }
  @media screen and (min-width: 768px) {
    .carousel__next {
      left: 265px; } }
.carousel__nav {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 90px;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 0 5px; }
  @media screen and (min-width: 576px) {
    .carousel__nav {
      left: 145px;
      line-height: 35px; } }
  @media screen and (min-width: 768px) {
    .carousel__nav {
      left: 190px;
      bottom: 50px; } }

.preview-slider.animate--in .preview-slider__overlay {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: slider;
  animation-name: slider;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }
.preview-slider.animate--in .preview-slider__carousel:after,
.preview-slider.animate--in .preview-slider__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.preview-slider.animate--in .carousel {
  opacity: 1; }

@-webkit-keyframes slider {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    visibility: visible; }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    visibility: hidden; } }
@keyframes slider {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    visibility: visible; }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    visibility: hidden; } }
@media screen and (min-width: 992px) {
  .home .preview-slider__title {
    font-size: 28px; } }

.location__map img {
  display: block;
  width: 100%;
  height: auto; }

.location-box {
  display: block;
  width: 100%;
  max-width: 870px;
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 20px;
  transition: all .7s ease;
  opacity: 0;
  -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, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px); }
  @media screen and (min-width: 768px) {
    .location-box {
      padding: 35px 40px; } }
  .location-box__inner {
    position: relative; }
  .location-box__title {
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    padding: 0 0 20px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .location-box__title {
        font-size: 33px; } }
    @media screen and (min-width: 768px) {
      .location-box__title {
        padding: 0 0 40px; } }
  .location-box__text {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    line-height: 28px;
    padding: 0 0 20px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .location-box__text {
        font-size: 17px; } }
    @media screen and (min-width: 768px) {
      .location-box__text {
        padding: 0 0 40px; } }
    .location-box__text p:last-child {
      margin-bottom: 0; }
    .location-box__text ul {
      padding-left: 20px;
      margin: 0; }
    .location-box__text li {
      padding-bottom: 20px; }
  .location-box__image {
    display: block;
    position: absolute;
    top: -100px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .location-box__image {
        max-width: 200px; } }
    @media screen and (max-width: 575px) {
      .location-box__image {
        max-width: 120px;
        top: -88px; } }
    .location-box__image img {
      display: block;
      max-width: 100%;
      height: auto; }
  @media screen and (min-width: 1200px) {
    .location-box--bottom {
      margin-right: 100px; } }
  .location-box--bottom .location-box__text {
    line-height: 45px; }

.location-box.animate--in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.preview-box--locations .location-box__image {
  top: -88px; }
  @media screen and (min-width: 576px) {
    .preview-box--locations .location-box__image {
      top: 0; } }
  @media screen and (min-width: 992px) {
    .preview-box--locations .location-box__image {
      max-width: 200px;
      right: -44px; } }
  @media screen and (min-width: 1480px) {
    .preview-box--locations .location-box__image {
      max-width: none;
      top: -88px;
      right: 0; } }

body .gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 15px;
  font-weight: 300;
  color: #b9b098; }

body .gform_wrapper .left_label input.large,
body .gform_wrapper .left_label textarea.large {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b9b098;
  border-radius: 0;
  color: #b9b098;
  width: 100%; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0; }

body .gform_wrapper textarea.large {
  height: 50px;
  resize: vertical; }

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  z-index: 5;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background-color: #b9b098;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 30px;
  margin-top: 50px;
  border: 1px solid #b9b098;
  outline: none;
  margin: 0 auto; }
  body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus,
  body .gform_wrapper .gform_footer input[type=submit]:hover,
  body .gform_wrapper .gform_footer input[type=submit]:focus,
  body .gform_wrapper .gform_page_footer input.button:hover,
  body .gform_wrapper .gform_page_footer input.button:focus,
  body .gform_wrapper .gform_page_footer input[type=submit]:hover,
  body .gform_wrapper .gform_page_footer input[type=submit]:focus {
    background-color: #fff;
    color: #b9b098; }

@media only screen and (min-width: 641px) {
  body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    width: 20%; } }

@media only screen and (min-width: 641px) {
  html:not([dir=rtl]) body .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description,
  html:not([dir=rtl]) body .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 80%;
    margin-left: 20%; } }

@media only screen and (min-width: 641px) {
  body .gform_wrapper .gform_footer:not(.top_label) {
    width: 100%;
    margin: 0;
    padding: 0; } }

body .gform_wrapper form ul.gform_fields.left_label li.gfield,
body .gform_wrapper form ul.gform_fields.right_label li.gfield,
body .gform_wrapper ul.gform_fields.left_label li.gfield,
body .gform_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 30px; }

.paging-navigation {
  margin-bottom: 50px; }
  .paging-navigation .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .paging-navigation .page-numbers li {
      margin: 0 10px; }
      .paging-navigation .page-numbers li span {
        display: block;
        font-size: 17px;
        font-weight: 300;
        padding: 10px; }
      .paging-navigation .page-numbers li a {
        display: block;
        font-size: 17px;
        font-weight: 300;
        padding: 10px; }

.offer-form {
  text-align: center; }
  .offer-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .offer-form__column {
    padding: 15px; }
    .offer-form__column--full {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .offer-form__column--half {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .offer-form__column--half {
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%; } }
  .offer-form__element {
    border-bottom: 1px solid #b9b098; }
    .offer-form__element--code {
      border: none; }
  .offer-form__field {
    background: transparent;
    border: none;
    padding: 3px;
    box-shadow: none;
    border-radius: 0;
    color: #b9b098;
    outline: none;
    text-align: center; }
    .offer-form__field--code {
      border-bottom: 1px solid #b9b098; }
  .offer-form select {
    /*display: block;*/
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #b9b098;
    outline: none;
    margin: 0 auto; }
  .offer-form__btn--submit {
    margin: 0 auto;
    text-align: center;
    padding: 20px 30px;
    outline: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .offer-form__btn--submit svg {
      display: none; }
  @media screen and (max-width: 767px) {
    .offer-form #offer-form__checkin,
    .offer-form #offer-form__checkout,
    .offer-form #offer-form-code--main {
      width: 100%; } }

.grahp-ico {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  position: absolute;
  z-index: -1;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .grahp-ico {
      max-width: 700px; } }
  .grahp-ico img {
    display: block; }
  .grahp-ico--view-also {
    top: 0;
    left: 0; }
    .grahp-ico--view-also img {
      -webkit-transform: translate(-46%, 0);
      -ms-transform: translate(-46%, 0);
      transform: translate(-46%, 0); }
  .grahp-ico--home-0 {
    top: 0;
    right: 0;
    -webkit-transform: translate(46%, 0px);
    -ms-transform: translate(46%, 0px);
    transform: translate(46%, 0px); }
    @media screen and (min-width: 768px) {
      .grahp-ico--home-0 {
        -webkit-transform: translate(30%, 0px);
        -ms-transform: translate(30%, 0px);
        transform: translate(30%, 0px); } }
  .grahp-ico--home-1 {
    top: 0;
    right: 0;
    -webkit-transform: translate(30%, 0px);
    -ms-transform: translate(30%, 0px);
    transform: translate(30%, 0px); }
  .grahp-ico--home-2 {
    top: 0;
    right: 0;
    -webkit-transform: translate(8%, -49%);
    -ms-transform: translate(8%, -49%);
    transform: translate(8%, -49%); }
  .grahp-ico--stay-1 {
    top: 0;
    right: 0;
    -webkit-transform: translate(79%, -42%);
    -ms-transform: translate(79%, -42%);
    transform: translate(79%, -42%); }
  .grahp-ico--stay-2 {
    top: 0;
    left: 0;
    -webkit-transform: translate(-52%, -40%);
    -ms-transform: translate(-52%, -40%);
    transform: translate(-52%, -40%); }
  .grahp-ico--nutrition {
    top: 0;
    right: 0;
    -webkit-transform: translate(48%, -53%);
    -ms-transform: translate(48%, -53%);
    transform: translate(48%, -53%); }
  .grahp-ico--gallery {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  .grahp-ico--balance {
    top: 0;
    right: 0;
    -webkit-transform: translate(80%, -53%);
    -ms-transform: translate(80%, -53%);
    transform: translate(80%, -53%); }
  .grahp-ico--location {
    top: 0;
    right: 0;
    -webkit-transform: translate(28%, -49%);
    -ms-transform: translate(28%, -49%);
    transform: translate(28%, -49%); }
  .grahp-ico--experience-1 {
    top: 0;
    right: 0;
    -webkit-transform: translate(68%, -69%);
    -ms-transform: translate(68%, -69%);
    transform: translate(68%, -69%); }
  .grahp-ico--experience-2 {
    top: 0;
    left: 0;
    -webkit-transform: translate(-81%, -27%);
    -ms-transform: translate(-81%, -27%);
    transform: translate(-81%, -27%); }
  .grahp-ico--offers {
    top: 0;
    right: 0;
    -webkit-transform: translate(43%, -63%);
    -ms-transform: translate(43%, -63%);
    transform: translate(43%, -63%); }
  .grahp-ico--offer {
    top: 0;
    right: 0;
    -webkit-transform: translate(18%, -95%);
    -ms-transform: translate(18%, -95%);
    transform: translate(18%, -95%); }
  .grahp-ico--blog {
    top: 0;
    right: 0;
    -webkit-transform: translate(30%, -59%);
    -ms-transform: translate(30%, -59%);
    transform: translate(30%, -59%); }
  .grahp-ico--single {
    top: 0;
    right: 0;
    -webkit-transform: translate(36%, -15%);
    -ms-transform: translate(36%, -15%);
    transform: translate(36%, -15%); }
  .grahp-ico--villas {
    top: 0;
    right: 0;
    -webkit-transform: translate(47%, -33%);
    -ms-transform: translate(47%, -33%);
    transform: translate(47%, -33%); }
  .grahp-ico--suites {
    top: 0;
    right: 0;
    -webkit-transform: translate(47%, -33%);
    -ms-transform: translate(47%, -33%);
    transform: translate(47%, -33%); }
  .grahp-ico--room {
    top: 0;
    right: 0;
    -webkit-transform: translate(27%, 17%);
    -ms-transform: translate(27%, 17%);
    transform: translate(27%, 17%); }

@-webkit-keyframes imgRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes imgRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.grahp-ico img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: imgRotation 150s infinite;
  animation: imgRotation 150s infinite; }

.blog-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;
  margin-top: 50px; }
  .blog-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b9b098; }
  .blog-filters__item {
    display: block;
    padding: 0 18px; }
    .blog-filters__item--active a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #b9b098; }
  .blog-filters__link {
    display: block;
    position: relative;
    padding: 12px 14px; }
  .blog-filters__wrap {
    position: relative; }
  .blog-filters__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 100%;
    min-width: 200px;
    outline: none;
    background-color: transparent;
    color: #b9b098;
    border: none;
    border-bottom: 1px solid #b9b098;
    border-top: 1px solid #b9b098; }
  .blog-filters__icon {
    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;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    z-index: 1;
    pointer-events: none;
    color: #b9b098; }
    .blog-filters__icon svg {
      display: block;
      width: 16px; }

.blog-filters__item a:hover, .blog-filters__item a:focus {
  color: #000; }
  .blog-filters__item a:hover:after, .blog-filters__item a:focus:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }

.blog-filters__item--active a:hover, .blog-filters__item--active a:focus {
  color: #000; }
  .blog-filters__item--active a:hover:after, .blog-filters__item--active a:focus:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #b9b098; }

.blog-filters--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 768px) {
    .blog-filters--mobile {
      display: none; } }

.blog-filters--desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .blog-filters--desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

.blog-grid {
  position: relative;
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .blog-grid {
      margin-top: 100px; } }

.post-box {
  position: relative;
  width: 100%;
  max-width: 1375px;
  margin: 0 auto 50px;
  background-color: #f9f9f9;
  padding: 40px 20px; }
  @media screen and (min-width: 768px) {
    .post-box {
      padding: 75px; } }
  @media screen and (min-width: 992px) {
    .post-box {
      margin: 0 auto 100px; } }
  .post-box__title {
    display: block;
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    text-align: center;
    padding: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .post-box__title {
        font-size: 33px; } }
    @media screen and (min-width: 768px) {
      .post-box__title {
        margin-bottom: 70px; } }
  .post-box__content {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098; }
    @media screen and (min-width: 992px) {
      .post-box__content {
        font-size: 17px; } }
    .post-box__content p {
      margin-bottom: 38px; }

.post-navigation {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0; }

.nav-links {
  display: block; }
  .nav-links .nav-previous {
    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; }
  .nav-links .nav-next {
    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; }
  .nav-links a {
    display: block; }

.post-navigation .nav-btn__prev {
  -webkit-transform: translate(38px, 50%);
  -ms-transform: translate(38px, 50%);
  transform: translate(38px, 50%); }
.post-navigation .nav-btn__next {
  -webkit-transform: translate(-38px, 50%);
  -ms-transform: translate(-38px, 50%);
  transform: translate(-38px, 50%); }

.single-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-cat--top {
    margin-bottom: 50px; }
  .single-cat--bottom {
    margin-top: 50px; }
  .single-cat__title {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    font-weight: 500; }
  .single-cat__list {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .single-cat__item {
    padding: 6px 12px; }
  .single-cat__link {
    display: block;
    color: #b9b098; }
    .single-cat__link:hover, .single-cat__link:focus {
      text-decoration: underline; }

.room-grid {
  margin-top: 100px; }

.offers-grid {
  margin-top: 100px;
  position: relative; }

.facilities-grid {
  position: relative; }

.activities-grid {
  position: relative;
  margin-bottom: 50px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .activities-grid {
      margin-bottom: 150px; } }
  .activities-grid .view-also__item--activity {
    width: 100%;
    max-width: 600px;
    margin-right: 0;
    color: #fff;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media screen and (min-width: 768px) {
      .activities-grid .view-also__item--activity {
        width: auto;
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        max-width: 45%; } }
    @media screen and (min-width: 768px) {
      .activities-grid .view-also__item--activity:nth-child(odd) {
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .activities-grid .view-also__item--activity:nth-child(even) {
        -webkit-transform: translate(0, 140px);
        -ms-transform: translate(0, 140px);
        transform: translate(0, 140px); } }
    @media screen and (max-width: 575px) {
      .activities-grid .view-also__item--activity .view-also__content {
        right: auto;
        left: 20px; } }

.view-also__item--activity.animate--in {
  opacity: 1; }

.view-also__item--activity:nth-child(odd).animate--in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.view-also__item--activity:nth-child(even).animate--in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  @media screen and (min-width: 768px) {
    .view-also__item--activity:nth-child(even).animate--in {
      -webkit-transform: translate(0, 90px);
      -ms-transform: translate(0, 90px);
      transform: translate(0, 90px); } }

.therapies-grid {
  position: relative; }

.stay__actions {
  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;
  padding-top: 100px; }

.villas-box {
  display: block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .villas-box {
      margin-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .villas-box {
      padding-top: 200px;
      margin-bottom: 200px; } }
  .villas-box__inner {
    position: relative;
    width: 100%; }
  .villas-box__img-holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px; }
  .villas-box__overlay {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b9b098;
    z-index: -1;
    transition: all 1s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .villas-box__img {
    display: block;
    overflow: hidden;
    position: relative; }
    .villas-box__img img {
      display: block;
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 1199px) {
        .villas-box__img img {
          margin: 0 auto; } }
    .villas-box__img--left {
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .villas-box__img--left {
          padding-right: 200px;
          margin: 0;
          text-align: left; } }
      .villas-box__img--left img {
        opacity: 0;
        transition: all 1.2s 1s ease; }
    .villas-box__img--right {
      display: block;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .villas-box__img--right {
          position: absolute;
          top: 50%;
          right: 0;
          z-index: 2;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
      .villas-box__img--right .villas-box__overlay {
        transition: all 1s .2s ease; }
      .villas-box__img--right img {
        opacity: 0;
        transition: all 1.2s 1.2s ease; }

.villas-box.animate--in .villas-box__img img {
  opacity: 1; }
.villas-box.animate--in .villas-box__overlay {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.suites-box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .suites-box {
      margin-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .suites-box {
      margin-bottom: 265px; } }
  @media screen and (min-width: 1480px) {
    .suites-box {
      padding-top: 200px;
      margin-bottom: 400px; } }
  .suites-box__inner {
    position: relative;
    width: 100%; }
  .suites-box__img-holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px; }
  .suites-box__overlay {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b9b098;
    z-index: -1;
    transition: all 1s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .suites-box__img {
    display: block;
    overflow: hidden;
    position: relative; }
    .suites-box__img img {
      display: block;
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 1199px) {
        .suites-box__img img {
          margin: 0 auto; } }
    .suites-box__img--left {
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .suites-box__img--left {
          position: absolute;
          top: 127px;
          left: 0;
          z-index: 2;
          margin: 0; } }
      .suites-box__img--left .suites-box__overlay {
        transition: all 1s .4s ease; }
      .suites-box__img--left img {
        opacity: 0;
        transition: all 1.2s 1.4s ease; }
    .suites-box__img--top {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (min-width: 1200px) {
        .suites-box__img--top {
          text-align: right;
          margin: 0; } }
      .suites-box__img--top img {
        display: inline-block;
        opacity: 0;
        transition: all 1.2s 1s ease; }
    .suites-box__img--bottom {
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .suites-box__img--bottom {
          position: absolute;
          top: 480px;
          right: 60px; } }
      .suites-box__img--bottom .suites-box__overlay {
        transition: all 1s .8s ease; }
      .suites-box__img--bottom img {
        opacity: 0;
        transition: all 1.2s 1.8s ease; }

.suites-box.animate--in {
  /*    .suites-box__img--left img{
          opacity: 1;
          @include transform(translate(0,0));
      }*/
  /*    .suites-box__img--bottom img{
          opacity: 1;
          @include transform(translate(0,0));
      }*/
  /*    .suites-box__img--top img{
          opacity: 1;
          @include transform(translate(0,0));
      }*/ }
  .suites-box.animate--in .suites-box__img img {
    opacity: 1; }
  .suites-box.animate--in .suites-box__overlay {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.location-grid {
  margin-top: 150px;
  margin-bottom: 150px;
  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; }
  .location-grid--bottom {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.location__map {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  height: 400px; }
  @media screen and (min-width: 768px) {
    .location__map {
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    .location__map {
      height: 600px; } }
  .location__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.contact-grid {
  margin-top: 100px; }
  @media screen and (min-width: 992px) {
    .contact-grid {
      margin-top: 300px; } }

.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: 44%; } }
  .map--iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.home .gallery-bg {
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .home .gallery-bg {
      margin-top: 100px; } }

.home-villas-box {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .home-villas-box {
      margin-bottom: 150px; } }
  .home-villas-box__inner {
    width: 100%;
    position: relative; }
  .home-villas-box__img-holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px; }
  .home-villas-box__overlay {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b9b098;
    z-index: -1;
    transition: all .7s 0s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .home-villas-box__item {
    display: block; }
    .home-villas-box__item--top {
      position: relative;
      padding-left: 0; }
      @media screen and (min-width: 992px) {
        .home-villas-box__item--top {
          padding-left: 120px; } }
      .home-villas-box__item--top img {
        display: block;
        max-width: 100%;
        height: auto;
        opacity: 0;
        transition: all 1.2s .7s ease; }
      .home-villas-box__item--top:before {
        content: '';
        display: block;
        width: 150px;
        height: 30%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f9f9f9;
        z-index: -1; }
    .home-villas-box__item--right {
      position: static;
      top: 300px;
      right: 65px;
      z-index: -1; }
      @media screen and (min-width: 992px) {
        .home-villas-box__item--right {
          position: absolute; } }
      .home-villas-box__item--right img {
        display: block;
        margin: 0 auto;
        opacity: 0;
        transition: all .7s ease;
        transition-delay: .9s; }
  .home-villas-box__content {
    padding: 20px 20px;
    background-color: #f9f9f9;
    z-index: 2;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 992px) {
      .home-villas-box__content {
        max-width: 840px;
        padding: 80px 240px 80px 80px; } }
  .home-villas-box__title {
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    color: #b9b098;
    padding: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .home-villas-box__title {
        font-size: 33px; } }
  .home-villas-box__text {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    color: #b9b098;
    line-height: 34px; }
    @media screen and (min-width: 992px) {
      .home-villas-box__text {
        font-size: 17px; } }
  .home-villas-box__btn {
    right: 0;
    bottom: 45px; }
    @media screen and (min-width: 992px) {
      .home-villas-box__btn {
        position: absolute;
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        transform: translate(40px, 0); } }

.home-villas-box.animate--in .home-villas-box__inner img {
  opacity: 1; }
.home-villas-box.animate--in .home-villas-box__item--right img {
  opacity: 1; }
.home-villas-box.animate--in .home-villas-box__overlay {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.home-balance-box {
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .home-balance-box {
      margin-bottom: 100px; } }
  .home-balance-box__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-balance-box__column {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media screen and (min-width: 992px) {
      .home-balance-box__column {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    .home-balance-box__column--left {
      margin-bottom: 50px; }
      @media screen and (min-width: 992px) {
        .home-balance-box__column--left {
          padding-top: 50px;
          margin-bottom: 0; } }
  .home-balance-box__img-holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px; }
  .home-balance-box__overlay {
    display: block;
    position: absolute;
    top: 0;
    background-color: #b9b098;
    z-index: -1;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .home-balance-box__content {
    padding: 30px 20px;
    background-color: #f9f9f9;
    z-index: 2;
    width: 100%;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media screen and (min-width: 992px) {
      .home-balance-box__content {
        padding: 75px 100px 90px 110px; } }
  .home-balance-box__title {
    font-size: 28px;
    font-weight: 300;
    color: #b9b098;
    color: #b9b098;
    padding: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .home-balance-box__title {
        font-size: 33px; } }
  .home-balance-box__text {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098;
    color: #b9b098;
    line-height: 34px; }
    @media screen and (min-width: 992px) {
      .home-balance-box__text {
        font-size: 17px; } }
  .home-balance-box__btn {
    position: absolute; }
  .home-balance-box__item--left .home-balance-box__image {
    text-align: center;
    position: relative; }
    @media screen and (min-width: 992px) {
      .home-balance-box__item--left .home-balance-box__image {
        text-align: right; } }
    .home-balance-box__item--left .home-balance-box__image:before {
      content: '';
      display: block;
      width: 100%;
      height: 30%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #f9f9f9; }
    .home-balance-box__item--left .home-balance-box__image img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      opacity: 1;
      transition: all 1.2s 1s ease; }
  .home-balance-box__item--left .home-balance-box__overlay {
    transition: all 1s ease; }
  .home-balance-box__item--left .home-balance-box__content {
    transition: all 1s ease; }
  .home-balance-box__item--left .home-balance-box__btn {
    left: auto;
    right: 10px;
    bottom: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%); }
    @media screen and (min-width: 576px) {
      .home-balance-box__item--left .home-balance-box__btn {
        right: 120px;
        left: auto; } }
  .home-balance-box__item--right .home-balance-box__image {
    text-align: center;
    position: relative; }
    @media screen and (min-width: 992px) {
      .home-balance-box__item--right .home-balance-box__image {
        text-align: left; } }
    .home-balance-box__item--right .home-balance-box__image:before {
      content: '';
      display: block;
      width: 100%;
      height: 30%;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1;
      background-color: #f9f9f9; }
    .home-balance-box__item--right .home-balance-box__image img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      opacity: 1;
      transition: all 1.2s 1s ease; }
  .home-balance-box__item--right .home-balance-box__overlay {
    transition: all 1s ease; }
  .home-balance-box__item--right .home-balance-box__content {
    transition: all 1s 1s ease; }
  .home-balance-box__item--right .home-balance-box__btn {
    right: 10px;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (min-width: 576px) {
      .home-balance-box__item--right .home-balance-box__btn {
        right: 190px; } }

.home-balance-box__item.animate--in .home-balance-box__img-holder img {
  opacity: 1; }
.home-balance-box__item.animate--in .home-balance-box__overlay {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.home-balance-box__item.animate--in .home-balance-box__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.home-discover-box {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .home-discover-box {
      margin-bottom: 100px; } }

.preview-slider--home {
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .preview-slider--home {
      margin-bottom: 100px; } }
  .preview-slider--home .preview-slider__carousel {
    padding-right: 0; }
    @media screen and (min-width: 992px) {
      .preview-slider--home .preview-slider__carousel {
        padding-right: 125px; } }
  .preview-slider--home .preview-slider__carousel:after {
    display: none; }
  .preview-slider--home .preview-slider__content {
    bottom: 100px;
    right: 0;
    max-width: none;
    background-color: #f9f9f9;
    padding: 30px 20px;
    float: none;
    z-index: 4;
    -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 (min-width: 992px) {
      .preview-slider--home .preview-slider__content {
        position: absolute;
        max-width: 780px; } }
    @media screen and (min-width: 1200px) {
      .preview-slider--home .preview-slider__content {
        padding: 60px 70px; } }
  .preview-slider--home .preview-slider__title {
    padding: 0 0 20px; }
    @media screen and (min-width: 1200px) {
      .preview-slider--home .preview-slider__title {
        padding: 0 0 40px; } }
  .preview-slider--home .preview-slider__btn {
    bottom: -70px;
    left: 0;
    -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 (min-width: 1200px) {
      .preview-slider--home .preview-slider__btn {
        position: absolute;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%); } }

.preview-slider--home-blog .preview-slider__carousel {
  padding: 0;
  margin-left: 0; }
  @media screen and (min-width: 992px) {
    .preview-slider--home-blog .preview-slider__carousel {
      margin-left: 435px;
      padding: 0; } }
.preview-slider--home-blog .preview-slider__carousel:after {
  display: none; }
@media screen and (max-width: 991px) {
  .preview-slider--home-blog .preview-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.preview-slider--home-blog .preview-slider__content {
  width: 100%;
  max-width: none;
  background-color: #f9f9f9;
  padding: 30px 20px;
  left: 0;
  bottom: -70px;
  z-index: 4;
  float: none;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px); }
  @media screen and (min-width: 992px) {
    .preview-slider--home-blog .preview-slider__content {
      position: absolute;
      max-width: 435px;
      padding: 40px 20px; } }
  @media screen and (min-width: 1200px) {
    .preview-slider--home-blog .preview-slider__content {
      padding: 60px 15px 100px 60px; } }
  @media screen and (min-width: 1480px) {
    .preview-slider--home-blog .preview-slider__content {
      padding: 60px 30px 100px 60px; } }
.preview-slider--home-blog .preview-slider__content:after {
  content: '';
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
  z-index: -1;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  @media screen and (max-width: 991px) {
    .preview-slider--home-blog .preview-slider__content:after {
      display: none; } }
.preview-slider--home-blog .preview-slider__title {
  padding: 0 0 20px; }
  @media screen and (min-width: 992px) {
    .preview-slider--home-blog .preview-slider__title {
      padding: 0 0 40px; } }
.preview-slider--home-blog .preview-slider__btn {
  position: static; }

.js-blog-content {
  display: none; }

.home-gastronomy-box {
  position: relative; }

.preview-slider--home-prev,
.preview-slider--gastronomy {
  position: static; }
  .preview-slider--home-prev .preview-slider__inner,
  .preview-slider--gastronomy .preview-slider__inner {
    position: static; }
  .preview-slider--home-prev .preview-slider__carousel,
  .preview-slider--gastronomy .preview-slider__carousel {
    padding: 0; }
  .preview-slider--home-prev .preview-slider__carousel:after,
  .preview-slider--gastronomy .preview-slider__carousel:after {
    display: none; }
  .preview-slider--home-prev .preview-slider__content,
  .preview-slider--gastronomy .preview-slider__content {
    bottom: auto;
    right: auto;
    left: 0;
    top: 40px;
    background-color: #b9b098;
    color: #fff;
    padding: 35px 20px;
    float: none;
    z-index: 4;
    -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, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media screen and (min-width: 1200px) {
      .preview-slider--home-prev .preview-slider__content,
      .preview-slider--gastronomy .preview-slider__content {
        position: absolute;
        padding: 35px 100px 35px 35px;
        max-width: 600px; } }
  .preview-slider--home-prev .preview-slider__frame,
  .preview-slider--gastronomy .preview-slider__frame {
    display: block;
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    width: 200px;
    height: 80%;
    -webkit-transform: translate(-28%, -50%);
    -ms-transform: translate(-28%, -50%);
    transform: translate(-28%, -50%); }
    @media (max-width: 1500px) {
      .preview-slider--home-prev .preview-slider__frame,
      .preview-slider--gastronomy .preview-slider__frame {
        display: none; } }
  .preview-slider--home-prev .carousel__item img,
  .preview-slider--gastronomy .carousel__item img {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto; }
  .preview-slider--home-prev .preview-slider__title,
  .preview-slider--gastronomy .preview-slider__title {
    color: #fff;
    margin-bottom: 0;
    padding: 0 0 10px; }
  .preview-slider--home-prev .preview-slider__text,
  .preview-slider--gastronomy .preview-slider__text {
    color: #fff;
    padding: 0 0 10px; }
  .preview-slider--home-prev .preview-slider__btn,
  .preview-slider--gastronomy .preview-slider__btn {
    right: -100px;
    top: 50px;
    bottom: auto;
    background-color: #231f20;
    border: 1px solid #231f20;
    color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .preview-slider--home-prev .preview-slider__btn:hover, .preview-slider--home-prev .preview-slider__btn:focus,
    .preview-slider--gastronomy .preview-slider__btn:hover,
    .preview-slider--gastronomy .preview-slider__btn:focus {
      background-color: #fff;
      color: #231f20; }
    @media screen and (min-width: 1200px) {
      .preview-slider--home-prev .preview-slider__btn,
      .preview-slider--gastronomy .preview-slider__btn {
        position: absolute;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0); } }
  @media (min-width: 1500px) {
    .preview-slider--home-prev .nav-btn,
    .preview-slider--gastronomy .nav-btn {
      width: 190px;
      height: 60px; }
      .preview-slider--home-prev .nav-btn svg,
      .preview-slider--gastronomy .nav-btn svg {
        margin-top: 15px;
        height: 30px; } }
  .preview-slider--home-prev .carousel__prev,
  .preview-slider--gastronomy .carousel__prev {
    bottom: auto;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (min-width: 1200px) {
      .preview-slider--home-prev .carousel__prev,
      .preview-slider--gastronomy .carousel__prev {
        left: 100px; } }
    @media (min-width: 1500px) {
      .preview-slider--home-prev .carousel__prev,
      .preview-slider--gastronomy .carousel__prev {
        left: 140px; } }
  .preview-slider--home-prev .carousel__next,
  .preview-slider--gastronomy .carousel__next {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (min-width: 1200px) {
      .preview-slider--home-prev .carousel__next,
      .preview-slider--gastronomy .carousel__next {
        right: 100px; } }
    @media (min-width: 1500px) {
      .preview-slider--home-prev .carousel__next,
      .preview-slider--gastronomy .carousel__next {
        right: 140px; } }
  .preview-slider--home-prev .carousel__nav,
  .preview-slider--gastronomy .carousel__nav {
    left: 10px;
    bottom: 10px; }
    @media screen and (min-width: 576px) {
      .preview-slider--home-prev .carousel__nav,
      .preview-slider--gastronomy .carousel__nav {
        left: 10px;
        bottom: 10px; } }
    @media screen and (min-width: 992px) {
      .preview-slider--home-prev .carousel__nav,
      .preview-slider--gastronomy .carousel__nav {
        left: 200px;
        bottom: 10px; } }

.main-title--home-slider {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden; }
  .main-title--home-slider:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 720px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1; }
  .main-title--home-slider .container-small {
    font-size: 16px;
    font-weight: 300;
    color: #b9b098; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*footer*/
.main-title__h.awards,
#partners-logos{
  background-color: #F9F9F9;
}
.main-title__h.awards{
  padding-top: 50px;
  padding-bottom: 50px;
}
#partners-logos{
  width: 100%!important;
  padding: 0 33% 50px 33%;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1399px){
  #partners-logos{
  padding: 0 25% 50px 25%;
  }  
}
@media only screen and (max-width: 768px){
  #partners-logos{
    padding: 0 0 50px 0;
    margin-top: 0!important;
  }
}

#partners-logos .partner-logo img{
  border-radius: 5px;
  margin: 0;
}
/* Media & Press */
.grahp-ico--news{
  top: 0;
  bottom: 0;
  transform: translate(130%, 20%);
}
@media only screen and (max-width: 1399px){
  .grahp-ico--news{
    transform: translate(120%, 20%);
  }
}
@media only screen and (max-width: 990px){
  .grahp-ico--news{
    transform: translate(75%, 20%);
  }
}
@media only screen and (max-width: 768px){
  .grahp-ico--news{
    transform: translate(190%, 55%);
  }
}
@media only screen and (max-width: 646px){
  .grahp-ico--news{
    transform: translate(130%, 55%);
  }
}
@media only screen and (max-width: 470px){
  .grahp-ico--news{
    transform: translate(80%, 55%);
  }
}
.news-box{
  animation-name: fade-in; 
  animation-duration: 3s;
}
@keyframes fade-in{
0% {
opacity: 0;
}
75%{
  opacity: 0;
  transform: translateY(20%);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}


.news-posts-date{
  color:#b9b098;
  border-bottom: 5px solid #e8e8e8;
  width: 15%;
  margin-left: 65px;
  position: absolute;
  /*bottom: 622px;*/
  z-index: 99;
}
.news-posts-date-mobile{
  display: none;
  color:#b9b098;
  border-bottom: 5px solid #e8e8e8;
  margin-top: 5px;
  width: 30%;
}
.news-posts-date h2{
  font-size: 34px;
  font-weight: bold;
}
.news-posts-container{
  display:grid;
  grid-template-columns:90% 10%;
  margin-bottom: 75px;
}
.news-grid{
  background-color:#f9f9f9;
  margin-left: 10%;
  display:grid;
  grid-template-columns: 50% 50%;

  animation-name: animate-slide;
  animation-duration: 3s;
}

@keyframes animate-slide {
0% {
    opacity: 0;
    background-color: #b9b098;
    transform:translateX(-200%)
}
100% {
    background-color: #b9b098;
    opacity: 1;
    transform: translateX(0);
    background-color:#f9f9f9;
}
}
.news-box__inner{
  display:grid;
  grid-template-columns: 37% 63%;
  margin: 100px 10%;
}
.news-box__img p{
  transform: rotate(-0.25turn);
  position: relative;
  right: 110px;
  top: 200px;
  font-size: 20px;
  color:#b9b098;
}
.news-box__img-holder{
  position: relative;
  top: 10%;
  left: 10%;
  box-shadow:0px 0px 5px 5px #ddd;
}
.news-box__img-holder img{
  object-fit: cover;
  width: 230px;
  height: 400px;
  border:1px solid #fff;
}
.news-box__content{
  background-color:#e8e8e8;
  padding: 25px 35px;
  width: 75%;
}
.news-box__text{
  color:#b9b098;
}
.news-box__btn{
  position:relative;
  top:12%;
  left:45%;
  width:165px;
  padding: 5px 15px;
  box-shadow:0px 0px 2px 2px #ddd;
}
.news-empty{
  background-color:#f9f9f9;margin-left: 10%;
}
.news-empty p{
  margin:100px;
}
.news-date-list-container{
  margin: auto;
}
.news-date-list{
  list-style: none;
  color:#b9b098;
  font-size:24px;
}
.news-date-list-item{
  margin-bottom:10px;
}
@media only screen and (max-width: 1510px){
 /* .news-posts-date{
    bottom: 798px;
  }*/
}
@media only screen and (max-width: 1399px){
  
  .news-grid{
    display: block;
  }
 /* .news-posts-date{
    bottom: 1138px;
  }*/
  .news-box__overlay{
    width: 100%;
    height: 100%;
  }
  .news-box__img-holder {
  position: relative;
  top: 5%;
  left: 5%;
  }
  .news-box__img-holder img{
    width: 100%;
  }
  .news-box__btn{
    bottom: 0;
  }
}
@media only screen and (max-width: 990px){
  .news-posts-date{
    margin-top: 40px;
  }
  .news-posts-container{
    grid-template-columns: 100%;
  }
  .news-grid{
    order: 2;
  }
  .news-date-list{
    text-align: center;
    padding: 0;
  }
  .news-date-list-item{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px){
  .news-grid{
    margin-left: 0;
  }
  .news-box__inner{
    grid-template-columns: 100%;
    margin-top: 40px;
  }
  .news-posts-container{
    max-width: 100%;
    overflow-x: hidden;
  }
  .news-box__content{
    width: 91%;
  }
  .news-box__img{
    margin-right: 9%;
  }
  .news-box__img p{
    right: 56%;
    top: 10%;
  }
  .news-box__img-holder{
    top: 0;
    left: 0;
  }
  .news-box__img-holder img{
    height: 60vw;
  }
  .news-posts-date-mobile{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
  }

  .news-posts-date-mobile h2{
    font-size: 1.8rem;
  }
  .news-posts-date{
    display: none;
  }
  .news-date-list{
    margin-top: 10px;
  }
  .news-date-list-item{
    width: 20%;
    margin-bottom: 10px;
  }
  .hide-on-mobile{
    display: none;
  }
}

@media only screen and (max-width: 399px){
  .news-box{
    margin-bottom: 90px;
  }
  .news-box__img p{
    top: 15%;
  }

}

.media-press-content{
  position: relative;
  overflow-x: hidden;
}
/*# sourceMappingURL=style.css.map */
