/*
	Theme Name: WZART GUARDA
	Version: 1.1
	Author: WIS17 AGENCY
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: "Futura PT W01 Book";
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

input:focus {
  border-color: inherit !important;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #412313;
}

.h1,
h1 {
  font-size: 48px;
}

ul {
  list-style: none;
  padding: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.wrapper {
  float: left;
  width: 100%;
}

.nav {
  position: fixed;
  height: 170px;
  z-index: 9999;
  top: 50%;
  margin-top: -85px;
}

.nav .menu-icon {
  width: 56px;
  background-color: #412313;
  height: 100%;
  text-align: center;
  line-height: 170px;
  float: left;
}

body.menu-opened .nav .menu-icon {
  background-color: transparent;
}

.nav .menu-icon span {
  display: inline-block;
  width: 38px;
  height: 22px;
  background: url(images/menu-icon.png) no-repeat center;
  cursor: pointer;
}

body.menu-opened .nav .menu-icon span {
  background: url(images/x.png) no-repeat center;
  background-size: contain;
  width: 31px;
  height: 31px;
}

.nav .logo {
  width: 170px;
  height: 170px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  float: left;
}

.nav .logo-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.nav .logo-inner a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.booking {
  z-index: 9999;
  position: fixed;
  height: auto;
  width: 56px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  background-size: cover;
  color: #fff;
  display: block;
  overflow: hidden;
  font-family: "Playfair Display", serif;
}

.booking span {
  background: #412313;
  height: 140px;
  width: 56px;
  display: inline-block;
  position: relative;
}

.booking span:nth-child(2) {
  background-color: #ad9f8d;
}

.booking span a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-block;
  height: 100%;
  line-height: 1.1;
  padding: 10px;
}

.booking .gift {
  display: block;
  width: 100%;
  height: 56px;
  background: #ad9f8d url(images/gift.png) no-repeat center;
}

.booking .gift a {
  display: block;
  width: 100%;
  height: 100%;
}

body.menu-opened .booking span {
  background-color: transparent;
  color: #412313;
}

body.menu-opened .booking .gift {
  background: url(images/gift-brown.png) no-repeat center;
}

header {
  height: 100vh;
  /* IE9 and 10 */
  content: "viewport-units-buggyfill; height: 100vh;";
}

.section {
  float: left;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.default {
  background-color: #efece8;
}

header .slide-pager {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 101;
  height: 170px;
  display: table;
  margin-top: -85px;
}

header .slide-pager .slide-pager-inner {
  display: table-cell;
  vertical-align: middle;
}

header .slide-pager span {
  display: block;
  line-height: 15px;
  width: 15px;
  height: 15px;
  background: url(images/dots.png) no-repeat center bottom;
  text-indent: -999em;
  margin: 5px 0;
  cursor: pointer;
}

header .slide-pager span.cycle-pager-active {
  background-position: center top;
}

header .slider {
  width: 100%;
  height: 100%;
}

header .slider h2 {
  margin-top: 0;
  color: #fff;
}

header .slider #slider {
  width: 100%;
  height: 100%;
}

header .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: table !important;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .item .item-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}

header .item h2 {
  font-weight: normal;
  font-size: 55px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

header .item i {
  font-size: 40px;
}

header .slider .item.video {
  cursor: pointer;
}

header .slider .item .filter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.next {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100;
}

.next a {
  display: inline-block;
  width: 50px;
  height: 40px;
  background: url(images/down.png) no-repeat center;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
}

.parallax-window {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ios .parallax-window {
  background-image: none !important;
}

.parallax-disable .parallax-window {
  background-attachment: scroll !important;
  background-position: center !important;
}

.main .content-slider {
  width: 72%;
  z-index: 100;
  position: relative;
}

.main .content-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
  width: 1px;
}

.main.f-right .content-slider {
  float: right;
}

.main.has-panel .content-slider {
  margin-bottom: 120px;
}

.main .content-slider .item {
  width: 100%;
  height: 100%;
}

.main .content-slider .item img {
  width: 100%;
}

.owl-dots.disabled {
  display: none;
}

.main .content-info {
  width: 100%;
  right: 0;
  z-index: 101;
  position: absolute;
  top: 0;
}

.main.f-right .content-info,
.main.f-left .content-info {
  visibility: hidden;
}

.main.f-right .content-info.v-centered,
.main.f-left .content-info.v-centered {
  visibility: visible;
}

.main .content-info .info-container {
  margin-left: 56px;
  margin-right: 56px;
  position: relative;
}

.main.f-right .content-info .info-container {
  margin-left: 0;
}

.main.f-right .content-info {
  left: 0;
  right: auto;
}

.main .content-info .content-info-inner {
  margin-right: 48px;
  background: rgba(239, 236, 232, 0.9);
  padding: 20px;
  height: 60%;
  position: relative;
  width: 33%;
  float: right;
  min-height: 380px;
}

.main.f-right .content-info .content-info-inner {
  margin-left: 104px;
  margin-right: 0;
  float: left;
}

.main .content-info h2 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-style: italic;
  padding-bottom: 20px;
  border-bottom: 1px solid #3a1b0a;
  margin-right: -198px;
  padding-right: 198px;
  font-weight: normal;
}

.main.f-right .content-info h2 {
  margin-right: 0;
  padding-right: 0;
  margin-left: -198px;
  padding-left: 198px;
  text-align: right;
}

.main .content-info .content-text {
  width: 65%;
  font-family: "Futura PT W01 Book";
  font-size: 18px;
  float: right;
  margin-top: 30px;
  line-height: 1.25;
}

.main .content-info .content-text a {
  text-decoration: underline;
}

.main.f-right .content-info .content-text {
  float: left;
}

.main .content-info .content-sidebar {
  width: 35%;
  float: left;
  margin-top: 30px;
}

.main.f-right .content-info .content-sidebar {
  float: right;
  text-align: right;
}

.main .content-info .content-sidebar .button {
  width: 100%;
  max-width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}

.main .content-info .content-info-inner img {
  width: 168px;
  position: relative;
  float: right;
  margin-top: 5%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.main .content-info .carousel-nav {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.main.f-right .content-info .carousel-nav {
  left: auto;
  right: 0;
}

.main.f-right .content-info .carousel-nav div {
  margin-left: 2px;
  margin-right: 0;
}

.main .content-info .carousel-nav div {
  display: inline-block;
  width: 48px;
  height: 30px;
  background-image: url(images/nav-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999em;
  cursor: pointer;
  margin-right: 2px;
  float: left;
  margin-top: 0;
  position: relative;
}

.main .content-info .carousel-nav div.prev {
  background-image: url(images/nav-prev.png);
}

.main .panel {
  position: absolute;
  background-color: #ad9f8d;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
  bottom: 40px;
  width: 45%;
  text-align: center;
  left: 8%;
  z-index: 100;
  padding: 10px;
  border-radius: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.main.f-right .panel {
  left: auto;
  right: 12%;
}

.main .panel .panel-content {
  border: 1px solid #fff;
  padding: 15px 15px;
}

.main .panel .panel-content p {
  margin-bottom: 0;
}

.button {
  font-family: "Playfair Display", serif;
  display: inline-block;
  background-color: #3a1b0a;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
}

.button:hover {
  color: #3a1b0a;
  background-color: #fff;
  outline: 1px solid #3a1b0a;
}

.os-animation {
  visibility: hidden;
}

.os-animation.animated {
  visibility: visible;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  z-index: 999;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.main.f-right .popup {
  right: 0;
  left: auto;
}

.popup-close {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(images/x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.content-holder {
  display: none !important;
}

.popup-content {
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 40px;
  overflow: hidden;
  height: 100%;
  color: #442718;
  font-family: "Lato", sans-serif;
}

.f-right .popup-content {
  margin-left: 5%;
  margin-right: 10%;
}

.popup-content h3 {
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.popup-content ul {
  margin-left: 18px;
}

.popup-content ul li {
  list-style: disc;
  line-height: 1.2;
  padding-bottom: 5px;
}

.popup-content-inner a {
  text-decoration: underline;
}

.section.default h1,
.section.default h2,
.section.default h3,
.section.default h4,
.section.default h5 {
  font-family: "Playfair Display", serif;
}

.section .inner {
  text-align: center;
}

.section .inner .wrap {
  display: inline-block;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.section .inner .wrap.popup-open .wrap-inner,
.section .inner .wrap.popup-open .wrap-inner .owl-carousel .owl-item {
  visibility: hidden;
}

.section.default .inner .wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

#events {
  color: #4e3227;
  background: url(images/event-bg.jpg) no-repeat center top;
  background-size: cover;
}

#events .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

#events .mCSB_inside .mCSB_scrollTools {
  width: 4px;
  background-color: #412313;
}

#events .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#events h2,
#events h3 {
  color: #fff;
}

#events .col {
  float: left;
  width: 49%;
}

#events .col ul {
  border-top: 1px solid #412313;
  border-bottom: 1px solid #412313;
  margin-top: 0;
  margin-bottom: 0;
}

#events .col ul.auto-height {
  height: auto !important;
}

#events .col:last-child {
  float: right;
}

#events .col li {
  border-bottom: 1px solid #412313;
  border-left: 1px solid #412313;
  border-right: 1px solid #412313;
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

#events .col li.expanded {
  height: auto !important;
}

#events .col li:first-child {
  border-top: none;
}

#events .col li:last-child {
  border-bottom: none;
}

#events .date {
  font-family: "Lato", sans-serif;
  width: 20%;
  background-color: #ab9c8f;
  border-right: 1px solid #412313;
  height: 100%;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

#events .table-wrap {
  display: inline-block;
  vertical-align: middle;
}

#events .table-cell {
  vertical-align: middle;
}

#events .date .day {
  display: block;
  line-height: 1;
}

#events .date .day img {
  width: auto;
  height: 22px;
  margin-bottom: 2px;
}

#events .date .every {
  font-size: 0.5em;
  display: block;
}

#events .date .wday,
#events .date .wdays {
  font-size: 1.1em;
  display: block;
  line-height: 1;
  font-family: "Playfair Display", serif;
  text-align: center;
}

#events .date .month {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: text-bottom;
}

#events .date .year {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: text-top;
}

#events .event-content {
  display: none;
  text-transform: none;
  text-align: left;
  margin-top: 10px;
  float: left;
  width: 100%;
}

#events .event-content a {
  text-decoration: underline;
}

#events .event-content img {
  float: left;
  margin-right: 15px;
}

.title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 60px;
}

.title.white {
  color: #fff;
}

#events h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0;
}

#events .event h4 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 0;
}

#events .event span {
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}

#events .event {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  margin-left: 20%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.view-more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 16%;
  display: block;
  top: 0;
  visibility: hidden;
  background-color: #ab9c8f;
}

#events .event div.view-more span {
  margin-bottom: 0 !important;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

#events .event:hover .view-more {
  visibility: visible;
}

#offers {
  background-color: #efece8;
}

#offer-carousel .item {
  padding: 0 10px;
}

#offer-carousel .item .item-inner {
  position: relative;
  background-color: #fff;
}

.hidden-content {
  display: none;
}

#offer-carousel .item-title {
  position: relative;
  margin-top: -15px;
  font-size: 18px;
  background-color: #ad9f8d;
  margin-left: 5%;
  margin-right: 5%;
  padding: 8px;
  z-index: 1;
  display: table;
  width: 90%;
}

#offer-carousel .item-title h3 {
  font-size: 20px;
  margin: 0;
  border: 1px solid #fff;
  font-weight: normal;
  color: #fff;
  padding: 8px;
  font-family: "Playfair Display", serif;
  text-transform: none;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

#offer-carousel .item .item-description {
  background-color: #fff;
  position: relative;
  margin-top: -15px;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Futura PT W01 Book";
  font-size: 19px;
}

#offer-carousel .item .thumb {
  position: relative;
  min-height: 176px;
}

#offer-carousel .item .thumb img {
  width: 100%;
}

#offer-carousel .item .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  background-color: #efece8;
}

#offer-carousel .item .button {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 160px;
}

#offer-carousel .item .item-description strong {
  font-size: 0.75em;
  display: inline-block;
  margin-top: 15px;
}

#offer-carousel-nav div {
  display: inline-block;
  width: 67px;
  height: 42px;
  text-indent: -999em;
  background: url(images/nav-prev-big.png) no-repeat center;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
}

#offer-carousel-nav div.owl-next {
  background: url(images/nav-next-big.png) no-repeat center;
}

.newsletter .parallax-window {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-size: cover;
}

.newsletter-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(58, 27, 10, 0.5);
  padding-top: 120px;
  padding-bottom: 120px;
}

.newsletter form{
  width: 80%;
  max-width: 600px;
  margin: 0 auto 30px;
}

.newsletter .form-fields{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter .text-right{
  justify-content: flex-end;
}

.newsletter .input {
  border: 1px solid #3a1b0a;
  background-color: #ad9f8d;
  width: 49%;
  padding: 5px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.newsletter .submit {
  border: 1px solid #3a1b0a;
  float: none;
  margin-top: 0;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: none !important;
}

.newsletter .input:-ms-input-placeholder{
  color: #3a1b0a !important;
}

.newsletter .input::-moz-placeholder{
  color: #3a1b0a !important;
}

.newsletter .input::placeholder{
  color: #3a1b0a !important;
}

.newsletter-form .notice{
  color: #fff;
}

footer {
  background-color: transparent;
}

.footer {
  height: 40%;
  width: 100%;
  background-color: #fff;
}

.footer-inner {
  background: #fff;
}

.footer-content {
  width: 60%;
  margin: 0 auto;
}

.footer-inner h3 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #4e3227;
  margin-bottom: 30px;
  margin-top: 30px;
}

.footer-inner .col {
  width: 33.3333%;
  float: left;
  font-family: "Lato", sans-serif;
  color: #ad9f8d;
  font-size: 14px;
}

.footer-inner .col:nth-of-type(2) {
  text-align: center;
}

.footer-inner .col:nth-of-type(3) {
  text-align: right;
}

.awards {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.awards img {
  margin: 5px 15px !important;
  max-width: 20%;
  max-height: 56px;
  width: auto !important;
  height: auto !important;
}

.socials a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 5px;
  background-size: cover;
}

.socials a.facebook {
  background-image: url(images/facebook.png);
}

.socials a.instagram {
  background-image: url(images/instagram.png);
}

.socials a.tripadvisor {
  background-image: url(images/tripadvisor.png);
}

.menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}

body.menu-opened .menu-overlay {
  display: block;
}

.popup-menu {
  background: rgba(65, 35, 19, 0.8);
  background-size: cover;
  position: fixed;
  top: 36px;
  bottom: 36px;
  left: 56px;
  right: 56px;
  z-index: 99999;
  display: none;
}

body.menu-opened .popup-menu {
  display: block;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.popup-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border: 1px solid #fff;
}

.popup-inner {
  text-align: center;
  color: #fff;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.popup-menu .logo {
  width: 143px;
  display: inline-block;
}

.popup-menu .menu {
  font-family: "Playfair Display", serif;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 21px;
}

.popup-menu .menu li {
  margin-bottom: 10px;
}

.popup-menu .languages {
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-menu .languages,
.popup-menu .address {
  font-family: "Lato", sans-serif;
  margin-left: 20px;
  margin-right: 20px;
}

.popup-menu .languages li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}

.page-menu {
  position: absolute;
  bottom: 0;
  z-index: 999;
  background-color: #412313;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", serif;
}

.page-menu.fixed {
  position: fixed;
  bottom: auto;
  top: 0;
}

.page-menu ul {
  width: 100%;
  margin-bottom: 0;
}

.page-menu ul li {
  display: inline-block;
  padding: 15px;
  position: relative;
}

.page-menu ul li.active a {
  text-decoration: underline;
}

.stacktable.small-only {
  display: none;
  margin-bottom: 20px;
}

.stacktable.large-only {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 20px;
}

.stacktable.large-only tr td:first-child {
  background-color: #ab9c8f;
  text-align: left;
}

.stacktable.large-only tr td {
  background-color: #efece8;
  text-align: center;
  padding: 5px;
}

.stacktable.large-only tr th {
  text-align: center;
  font-weight: bold;
}

.section-content {
  float: left;
  width: 100%;
}

.fp-scroller {
  display: table;
  table-layout: fixed;
  float: left;
  width: 100%;
  height: 100%;
}

.iScrollVerticalScrollbar {
  visibility: hidden;
}

.section.default .box {
  font-size: 19px;
}

.full-bg.parallax .box {
  margin-top: 200px;
  margin-bottom: 200px;
  display: inline-block;
  background-color: rgba(239, 236, 232, 0.85);
  padding: 15px;
  font-size: 19px;
  transition: all 0.25s;
  color: #412313;
}

/* .full-bg.parallax .box *{
	color: inherit;
} */

.parallax.right .box,
.parallax.left .box {
  width: 40%;
  background-color: #ad9f8d;
  color: #fff;
}

.parallax.left .box {
  float: left;
}

.parallax.right .box {
  float: right;
}

.full-bg.parallax.right .box .box-inner,
.full-bg.parallax.left .box .box-inner {
  border-color: #efece8;
}

.full-bg.parallax .box.box-hover:hover {
  background-color: rgba(65, 35, 19, 0.85);
  color: #fff;
}

.full-bg.parallax .box.box-hover:hover h1,
.full-bg.parallax .box.box-hover:hover h2,
.full-bg.parallax .box.box-hover:hover h3,
.full-bg.parallax .box.box-hover:hover h4,
.full-bg.parallax .box.box-hover:hover h5 {
  color: #fff;
}

.full-bg.parallax .box .box-inner {
  border: 1px solid #3a1b0a;
  padding: 25px 50px;
}

.full-bg.parallax .box.box-hover:hover .box-inner {
  border-color: #fff;
}

.full-bg.parallax .box p {
  margin-bottom: 0;
}

.full-bg.parallax .box h1,
.full-bg.parallax .box h2,
.full-bg.parallax .box h3,
.full-bg.parallax .box h4,
.section.default .box h1,
.section.default .box h2,
.section.default .box h3,
.section.default .box h4 {
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
}

.full-bg.parallax .box i {
  font-family: "Playfair Display", serif;
}

.section.default .buttons,
.parallax .buttons {
  margin-top: 30px;
}

.full-bg.parallax .box .button:hover,
.half-bg .box .button:hover {
  background-color: #fff;
  color: initial !important;
  outline: 1px solid #3a1b0a;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-img img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 200%;
}

.parallax-disable .parallax-img img {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.section.full-bg .wrap {
  margin-top: 0;
  margin-bottom: 0;
}

span.play {
  display: inline-block;
  cursor: pointer;
}

span.play i {
  font-size: 60px;
}

.modal {
  z-index: 99999;
  background-color: rgba(65, 35, 19, 0.85);
}

.modal button.close {
  display: block;
  width: 25px;
  height: 25px;
  background: url(images/x.png) no-repeat center;
  background-size: 80%;
  opacity: 1;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

#modal-booking .modal-content{
  max-width: 550px;
  background: #fafafa;
  margin: 0 auto;
}

body.modal-open .nav,
body.modal-open .booking,
body.modal-open .slide-pager {
  visibility: hidden;
}

.popup.full {
  width: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding-left: 40px;
  padding-right: 17px;
  position: relative;
  z-index: 99;
}

.popup.full .popup-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
}

.popup.full .popup-content {
  padding: 0;
  margin: 0;
}

.popup.full .popup-content a {
  text-decoration: underline;
}

.popup.full .title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
}

.popup.full .col {
  float: left;
  width: 50%;
}

.popup.full .col:first-of-type {
  width: 50%;
  padding-right: 5%;
}

.popup.full .col.full {
  width: 100%;
}

.popup.full form .form-control,
.popup form .form-control,
.popup.full form input[type="date"],
.popup form input[type="date"] {
  display: inline-block;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: #efece8;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: inherit;
  float: left;
  margin-right: 0px;
}

.popup.full form .form-control.auto-width,
.popup form .form-control.auto-width {
  width: auto;
}

.popup.full form .fixed-width,
.popup form .fixed-width {
  width: 118px;
}

.popup.full form .auto-width,
.popup form .auto-width {
  width: auto;
}

.popup.full form .short,
.popup form .short {
  width: 60px;
}

.popup.full form textarea,
.popup form textarea {
  resize: none;
  max-height: 80px;
}

form .button {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

form .button:hover {
  border: 1px solid #3a1b0a;
  outline: none;
}

.popup.full .group-title,
.popup .group-title {
  margin-top: 0;
  font-size: 16px;
}

.popup.full .group,
.popup .group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.popup.full span.close {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(images/x.png) no-repeat center;
  background-size: contain;
  opacity: 1;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  top: 10px;
  right: 14px;
}

.popup.full {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  width: auto;
}

.popup.full.fixed {
  position: fixed;
  top: 56px !important;
  left: 56px;
  right: 56px;
  width: auto;
  z-index: 99999;
  visibility: hidden;
  font-size: initial;
}

.popup.full.fixed .popup-content h3 {
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.popup.full.fixed.full-height {
  bottom: 56px;
}

.popup.full.fixed.v-center {
  top: 50% !important;
}

.popup.full.fixed .popup-inner,
.popup.full.fixed .popup-placeholder {
  height: 100%;
}

.popup.full.active {
  top: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.popup.full.active .popup-placeholder {
  visibility: visible;
}

.popup.full .button {
  margin-bottom: 0;
}

.popup-placeholder {
  visibility: hidden;
  transition: visibility 1s linear 0.5s;
}

.half-bg .bg {
  float: left;
  width: 100%;
  height: 400px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-bg .title {
  margin-top: 50px;
}

.half-bg .buttons {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.popup.full .buttons.inline {
  margin-bottom: 15px;
  margin-top: 35px;
}

.buttons.inline .button {
  margin-left: 5px;
  margin-right: 5px;
  font-size: initial;
  text-decoration: none !important;
}

.half-bg .box-inner {
  font-size: 19px;
}

.half-bg .box-inner p {
  float: left;
  clear: both;
  width: 100%;
}

.half-bg .box-inner .col {
  margin-bottom: 10px;
}

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(65, 35, 19, 0.85);
  z-index: 9999;
}

body.overlay #overlay {
  display: block;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

div.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
}

div.wpcf7 .ajax-loader.is-active:first-of-type {
  display: inline-block;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form-control-wrap {
  float: left;
}

.multiline .wpcf7-form-control-wrap {
  width: 100%;
}

.vertical-alignment-helper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

.presses {
  max-width: 850px;
  margin: 0 auto;
  background: #ad9f8d;
}

.presses h4 {
  float: left;
  width: 75%;
  margin: 0;
  text-align: left;
  margin-left: 20px;
  font-weight: normal;
}

.presses li {
  padding-bottom: 10px;
  padding-top: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.presses li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.presses li .download {
  color: #fff;
  font-size: 0.9em;
  float: right;
  margin-right: 15px;
}

.presses li .download a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.albums{
  display: flex;
  flex-wrap: wrap;
}

.albums li {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.albums li .gal-title {
  font-size: 1.25em;
  display: block;
  margin-top: 5px;
  line-height: 1.15;
  clear: both;
  width: 100%;
}

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5 {
  font-family: "Playfair Display", serif;
}

.map {
  width: 100%;
  height: 400px;
}

.map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map .label {
  background: transparent;
  border: none;
  position: absolute;
  color: #a00202;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1em;
  padding: 0;
  text-align: left;
}

.top-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #412313;
  z-index: 9999;
  padding: 10px 0;
  display: none;
  height: 54px;
}

.top-header-mobile .logo {
  width: 40%;
  float: left;
  height: 100%;
}

.top-header-mobile .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/logo-mobile.png) no-repeat center;
  background-size: contain;
}

.top-header-mobile .menu-icon {
  padding-left: 15px;
  padding-top: 5px;
}

.top-header-mobile .menu-icon,
.top-header-mobile .booking-link {
  width: 30%;
  float: left;
  color: #fff;
}

.top-header-mobile .booking-link {
  text-align: right;
  font-family: "Playfair Display", serif;
  padding-right: 15px;
  padding-top: 6px;
}

.top-header-mobile .menu-icon span {
  display: inline-block;
  width: 28px;
  height: 20px;
  background: url(images/menu-icon.png) no-repeat center;
  cursor: pointer;
  background-size: cover;
  vertical-align: middle;
}

.top-header-mobile .menu-icon.active span {
  background: url(images/x-white.png) no-repeat center;
  background-size: cover;
}

.mobile-menu {
  display: none;
  background-color: #412313;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  z-index: 9999;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-align: center;
}

.mobile-menu ul.sub-menu {
  background-color: #ad9f8d;
}

.mobile-menu li {
  padding: 7px 0;
}

.mobile-menu li.language {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.mobile-menu > ul > li.menu-item-has-children {
  background: url(images/arrow-down.png) no-repeat 90% 14px;
  background-size: 16px;
}

.mobile-menu > ul > li.menu-item-has-children.expanded {
  background: url(images/arrow-up.png) no-repeat 90% 14px;
  background-size: 16px;
}

.mobile-menu ul {
  margin-top: 10px;
}

.mobile-menu ul ul {
  display: none;
}

.gift-mobile {
  position: absolute;
  top: 54px;
  text-align: center;
  padding: 10px;
  background: #ad9f8d;
  right: 0;
  left: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-style: italic;
  display: none;
}

div#loading-animation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #412313;
  display: none;
}

div#loading-animation .loading-logo {
  width: 260px;
  height: 300px;
  background-image: url(images/logo_white.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -150px;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.list .videos li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.list .videos li .video-title {
  font-size: 1.25em;
  display: inline-block;
  margin-top: 5px;
  line-height: 1.15;
}

.list .videos li a {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}

.list .videos li .play {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
  margin-top: -30px;
}

.flatpickr-next-month,
.flatpickr-prev-month {
  display: inline-block;
  background: #412313;
  width: 30px;
  height: 30px;
  position: absolute;
}

.flatpickr-prev-month {
  left: 5px;
}

.flatpickr-next-month {
  right: 5px;
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
  stroke: #fff;
}

.mc4wp-response {
  color: #fff;
}

.mc4wp-form .button {
  position: relative;
}

.mc4wp-form .button:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.mc4wp-form .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
}
.mc4wp-form .button.sending {
  pointer-events: none;
  cursor: not-allowed;
}
.mc4wp-form .button.sending {
  text-align: left;
}
.mc4wp-form .button.sending:before {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mc4wp-form .button.sending:after {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 20px;
}

.page-template-plain .nav .logo {
  display: none;
}

.page-template-plain .page-content {
  width: 80%;
  margin: 60px auto 60px;
  line-height: 1.5;
}

.page-template-plain .page-content h1 {
  margin-bottom: 60px;
  text-align: center;
}

.page-template-plain .page-content ul {
  list-style: disc;
  margin-left: 40px;
}

.cc-message a {
  text-decoration: underline;
}

.cc-banner .cc-message {
  padding-right: 15px;
}

.cc-window.cc-banner {
  font-size: 14px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#resengo-process-flow > #resengo-wrapper .icon.next {
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
}

/*------------------------------------*\
    BOOTSTRAP MODAL FULLSCREEN
\*------------------------------------*/
.modal.modal-fullscreen {
  padding-right: 0 !important;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.modal.modal-fullscreen .modal-content .contentPlaceHolder,
.modal.modal-fullscreen .modal-content .contentPlaceHolder iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    BOOTSTRAP OVERRIDE
\*------------------------------------*/
.modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-row {
  float: left;
  width: 100%;
}

.form-group {
  margin-bottom: 1px;
  float: left;
  width: 100%;
}
.form-group label {
  background-color: #ab9c8f;
  line-height: 22px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 10px;
  font-weight: normal;
  float: left;
  margin-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.form-group.auto-width label {
  width: auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* font-face here */

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*--------------MAX WIDTH-----------------*/
@media only screen and (max-width: 1600px) {
  .main .content-info .content-info-inner{
    width: 40%;
  }
  .main .content-slider{
    width: 68%;
  }
  .main .content-info h2{
    font-size: 42px;
  }
  .main .content-info .content-sidebar,
  .main .content-info .content-text{
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1345px) {
  .main .content-info .content-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .main .content-info .content-info-inner img {
    display: none;
  }
  .main .content-info h2,
  .popup-content h3 {
    font-size: 36px;
  }
  .main .content-info .content-sidebar {
    width: 100%;
    margin-top: 10px;
  }
  .main .content-info .content-sidebar .button {
    width: auto;
  }
  .main .content-info .content-text {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }
  .main .content-info .content-info-inner {
    margin-right: 0;
  }
  .main.f-right .content-info .content-info-inner {
    margin-left: 56px;
  }
}

@media only screen and (max-width: 1199px) {
  .button {
    font-size: 14px;
  }
  header .item h2 {
    font-size: 40px;
  }
  header .item i {
    font-size: 30px;
  }
  .page-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section .inner .wrap {
    padding-top: 20px;
    padding-bottom: 40px;
    width: auto;
    min-width: 80%;
    clear: both;
    margin-left: 56px;
    margin-right: 56px;
  }
  .section#offers .inner .wrap {
    width: 80%;
  }
  .main .content-info .content-info-inner img {
    display: none;
  }
  .main .content-info h2,
  .popup-content h3,
  .full-bg.parallax .box h1,
  .full-bg.parallax .box h2,
  .full-bg.parallax .box h3,
  .full-bg.parallax .box h4,
  .section.default .box h1,
  .section.default .box h2,
  .section.default .box h3,
  .section.default .box h4 {
    font-size: 30px;
  }
  .main .panel {
    font-size: 17px;
  }
  #events .event h4 {
    font-size: 16px;
  }
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: block;
  }
  form .group.first .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  #events .date .day img {
    height: 16px;
  }
  .main .content-info .content-info-inner {
    width: 48%;
    min-height: 0;
  }
  .wpcf7-form-control-wrap {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .main .panel,
  .main .content-info .content-text {
    font-size: 16px;
  }
  .main .panel {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .nav .logo {
    display: none;
  }
  .nav .menu-icon,
  .booking {
    width: 56px;
  }
  .nav .menu-icon span {
    width: 30px;
  }
  .page-menu {
    font-size: 0.85em;
  }
  body.menu-opened .nav .menu-icon span {
    width: 24px;
    height: 24px;
  }
  header .slide-pager {
    right: 60px;
  }
  .popup-menu {
    top: 56px;
    bottom: 56px;
    left: 56px;
    right: 56px;
  }
  header .item .item-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  section.main {
    margin-bottom: 40px;
  }
  .main .content-slider {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    top: 0;
    margin: 0 !important;
  }
  .section.responsive-height,
  .fp-scrollable {
    height: auto !important;
  }
  .popup {
    top: 50px;
    z-index: 1000;
  }
  .main .content-info .content-text {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
  .main.f-right .popup {
    right: auto;
    left: 0;
  }
  .f-right .popup-content,
  .popup-content {
    margin-left: 5%;
    margin-right: 14px;
    font-size: 14px;
  }
  .main .content-info {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .main.has-panel .content-slider {
    margin-bottom: 0;
  }
  .main .content-info h2,
  .main.f-right .content-info h2 {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .main .content-info .content-info-inner,
  .main.f-right .content-info .content-info-inner {
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
    width: inherit;
    min-height: 280px;
  }
  .main.f-right .content-info .info-container {
    margin-left: 56px;
  }
  .main .panel {
    width: auto;
    margin-left: 126px;
    margin-right: 126px;
    left: 0;
    right: 0;
  }
  .main .content-info .carousel-nav {
    left: 0;
  }
  .main.f-right .content-info .content-text {
    float: none;
    margin-left: 0;
  }
  #events .col {
    width: 100%;
  }
  #events .col:first-child {
    margin-bottom: 40px;
    margin-right: 0;
  }
  #events .col:last-child {
    margin-left: 0;
  }
  .newsletter,
  .footer,
  .footer-inner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
  .footer-content {
    width: 100%;
  }
  .newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .newsletter .input {
    margin-bottom: 10px;
  }
  .main .content-info .content-info-inner img {
    display: none;
  }
  .main .panel .panel-content {
    padding: 5px;
  }
  .page .main .content-info {
    top: 0;
    position: relative;
    float: left;
    margin-top: 20px !important;
    padding: 40px 0;
  }

  .page .main.has-panel .content-info {
    margin-top: 0 !important;
  }

  .page .popup {
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .popup.full {
    left: 10px;
    right: 10px;
  }
  .popup.full .col {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
  .popup.full .col:last-of-type {
    margin-bottom: 0;
  }
  .main .panel {
    position: relative;
    clear: both;
    margin-top: 0;
  }
  .main.f-right .panel {
    left: 0;
    right: 0;
  }
  .albums li,
  .list .videos li {
    width: 33.3333%;
  }
  .parallax.right .box,
  .parallax.left .box {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  .full-bg.parallax .box {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .full-bg.parallax .box .box-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav {
    display: none;
  }
  .top-header-mobile {
    display: block;
  }
  .booking {
    top: 54px;
    transform: translateY(0);
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    height: 76px;
  }
  .booking span {
    padding: 8px;
    color: #412313;
  }
  .booking span:nth-child(1),
  .booking span:nth-child(3) {
    position: absolute;
    width: 50%;
    height: auto;
    left: 0;
    background-color: #ad9f8d;
  }
  .booking span:nth-child(3) {
    left: auto;
    right: 0;
  }
  .booking span:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 38px;
    display: block;
    height: auto;
    background-color: rgba(173, 159, 141, 0.8);
  }
  .booking span a {
	writing-mode: inherit;
    display: inline-block;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-top: 0;
    font-size: 1em;
    height: auto;
    width: auto;
	margin-left: 0;
	padding: 0;
  }
  .main .panel {
    display: none;
  }
  section.main {
    margin-bottom: 0;
  }
  .page .main .content-info {
    position: relative !important;
    margin-bottom: 0;
    margin-top: 0 !important;
  }
  .main .content-slider {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px !important;
    margin-top: -80px !important;
  }
  .main .content-info .content-info-inner img {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .main .content-info .info-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .section .inner .wrap,
  .section#offers .inner .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .main.f-right .content-info .info-container {
    margin-left: 20px;
  }
  .full-bg.parallax .box h2,
  .full-bg.parallax .box h3,
  .full-bg.parallax .box h4 {
    font-size: 30px;
  }
  .newsletter,
  .footer,
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .newsletter-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-menu {
    display: none;
  }
  .popup-content {
    padding-left: 0;
    padding-right: 0;
  }
  .popup-close {
    top: 10px;
    right: 10px;
  }
  .popup.full.fixed {
    padding-left: 17px;
    padding-right: 17px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px !important;
  }
  .popup.full.fixed.full-height {
    bottom: 5px;
  }
  header .slide-pager {
    display: none;
  }
  .gift-mobile {
    display: block;
  }
  .albums li,
  .list .videos li {
    width: 50%;
  }
}
@media only screen and (max-width: 639px) {
}
@media only screen and (max-width: 579px) {
  .popup-menu {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 101;
  }
  body.menu-opened .nav .menu-icon span {
    background: url(images/x-white.png) no-repeat center;
  }
  body.menu-opened .booking {
    color: #fff;
  }
  .main .content-info h2 {
    font-size: 30px;
  }
  .footer-inner .col {
    width: 100%;
    text-align: center !important;
  }
  .main .content-info .content-info-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }
  .popup-content h3 {
    font-size: 28px;
  }
  .page .popup,
  .main.f-right .popup {
    left: 0;
    right: 0;
  }
  #events .event-content img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .parallax-window {
    background-position: center center !important;
    background-attachment: scroll !important;
  }
  #offer-carousel .item {
    padding-left: 0;
    padding-right: 0;
  }
  header .item h2 {
    font-size: 36px;
    width: 100%;
  }
  .preloading .inner {
    width: 280px;
    height: 280px;
    margin-top: -140px;
  }
  .preloading .loading-animation .part-1 {
    height: 105px;
  }
  .preloading .loading-animation .part-2 {
    height: 62px;
  }
  .preloading .loading-animation .part-3 {
    height: 113px;
  }
  .preloading .loading-animation .spin {
    width: 41px;
    height: 30px;
    background-size: contain;
    margin-top: 67px;
  }
  #events .table-wrap.end-date,
  #events .dash {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .main .content-info .content-text {
    width: 100%;
    float: left;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .popup-content h3 {
    font-size: 24px;
  }
  #events .date .wday {
    font-size: 1em;
  }
  .button {
    font-size: 14px;
  }
  .awards img {
    max-width: 70px;
  }
  .box-inner img,
  .box-inner a img {
    max-width: 120px;
    height: auto;
  }
}

@media only screen and (max-width: 360px) {
  header .item h2 {
    font-size: 30px;
  }
  header .item i {
    font-size: 26px;
  }
  .booking {
    font-size: 14px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .popup-content h3 {
    font-size: 20px;
  }
  .popup-content {
    font-size: 12px;
  }
  .newsletter,
  .footer,
  .footer-inner {
    position: relative;
    height: auto;
  }
  .popup.full .title {
    font-size: 28px;
  }
  .full-bg.parallax .box h2,
  .full-bg.parallax .box h3,
  .full-bg.parallax .box h4 {
    font-size: 23px;
  }
  .flatpickr-calendar {
    min-width: 218px;
  }
  .albums li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------HEIGHT-----------------*/

@media only screen and (max-height: 767px) {
  .popup-menu .menu {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .popup-menu .menu li {
    margin-bottom: 5px;
  }
  .popup-menu .languages {
    margin-bottom: 15px;
  }
}

@media only screen and (max-height: 680px) {
}

@media only screen and (max-height: 640px) {
  .popup-menu .logo {
    display: none;
  }
}

@media only screen and (max-height: 490px) {
  .popup-menu ul.menu,
  .popup-menu ul.languages {
    font-size: 16px;
  }
  .popup-menu .address {
    display: none;
  }
  .popup-menu ul.menu,
  .popup-menu ul.languages {
    font-size: 14px;
  }
  .popup-menu .languages li {
    display: block;
  }
}

@media only screen and (max-height: 400px) {
  .popup-menu .languages {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .popup-menu .menu {
    margin-top: 0;
  }
}

/*--------------MIN WIDTH-----------------*/

@media only screen and (min-width: 480px) {
  .popup-menu .languages li {
    display: inline-block;
  }
}

/*--------------MAX WIDTH & MAX HEIGHT-----------------*/

@media only screen and (max-height: 680px) {
  .main .content-info .content-info-inner img {
    display: none;
  }
}

@media only screen and (max-height: 600px) {
  .nav .logo {
    display: none;
  }
  .nav .menu-icon span {
    width: 30px;
  }
  body.menu-opened .nav .menu-icon span {
    width: 24px;
    height: 24px;
  }
  header .slide-pager {
    right: 60px;
  }
  header .item .item-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .footer-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page .main .content-info {
    top: 0;
  }
}

@media only screen and (max-width: 320px) and (max-height: 568px) {
  .popup-menu .menu,
  .popup-menu .languages {
    font-size: 14px;
  }
  .popup-menu .languages li {
    display: block;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #442718;
  font-family: "Futura PT W01 Book";
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #442718;
  font-family: "Futura PT W01 Book";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #442718;
  font-family: "Futura PT W01 Book";
}

:-ms-input-placeholder {
  color: #442718;
  font-family: "Futura PT W01 Book";
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 10px 20px 10px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 10px 20px 10px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
