@font-face {
  font-display: swap;
  font-family: "Butler";
  src: url("fonts/butler-regular.woff2") format("woff2"), url("fonts/butler-regular.woff") format("woff"), url("fonts/butler-regular.svg#Butler") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Butler";
  src: url("fonts/butler-medium.woff2") format("woff2"), url("fonts/butler-medium.woff") format("woff"), url("fonts/butler-medium.svg#Butler-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Butler";
  src: url("fonts/butler-bold.woff2") format("woff2"), url("fonts/butler-bold.woff") format("woff"), url("fonts/butler-bold.svg#Butler-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Soin Sans Pro";
  src: url("fonts/soin-sans-pro-roman.woff2") format("woff2"), url("fonts/soin-sans-pro-roman.woff") format("woff"), url("fonts/soin-sans-pro-roman.svg#SoinSansProRoman") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Soin Sans Pro";
  src: url("fonts/soin-sans-pro-medium.woff2") format("woff2"), url("fonts/soin-sans-pro-medium.woff") format("woff"), url("fonts/soin-sans-pro-medium.svg#SoinSansProMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Soin Sans Pro";
  src: url("fonts/soin-sans-pro-bold.woff2") format("woff2"), url("fonts/soin-sans-pro-bold.woff") format("woff"), url("fonts/soin-sans-pro-bold.svg#SoinSansProBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Tesla";
  src: url("fonts/tesla.woff2") format("woff2"), url("fonts/tesla.woff") format("woff"), url("fonts/tesla.svg#Tesla") format("svg");
  font-weight: normal;
  font-style: normal;
}
#content .form {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 400px;
}
#content .form h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 34px 0;
  color: #51261c;
  text-align: center;
}
#content .form label {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin: 8px 20px 0 0;
  color: #767676;
  margin-bottom: 5px;
}
#content .form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
#content .form p {
  position: relative;
  margin-bottom: 15px;
}
#content .form p:after {
  content: " ";
  display: table;
  clear: both;
}
#content .form p span {
  float: left;
  margin: 0 10px 0 0;
}
#content .form p span input {
  display: inline;
  float: none;
  margin: 0;
}
#content .form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
#content .form p span.group label {
  display: block;
}
#content .form p span.group label input {
  margin-right: 0.4em;
}
#content .form input[type=text], #content .form textarea, #content .form .selectedTxt {
  height: 32px;
  padding: 0 10px;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  resize: none;
  width: 100%;
}
#content .form input[type=submit] {
  color: #000;
}
#content .form .selectedTxt:after {
  top: 10px;
  right: 10px;
}
#content .form textarea {
  height: 104px;
  line-height: 1.4;
  overflow: auto;
  padding: 9px;
}
#content .form input[type=checkbox],
#content .form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
#content .form .newListSelected {
  width: 270px;
  float: left;
}
#content .form input.date-pick {
  width: 105px;
  float: left;
}
#content .form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
#content .form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
#content .form .hide {
  display: none;
}

legend {
  display: none;
}

.ui-selectmenu-button {
  width: 140px;
  display: inline-block;
  position: relative;
  border: 1px solid #ddd;
  line-height: 26px;
  padding: 0 20px 0 10px;
}
.ui-selectmenu-button .ui-icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bbb;
  position: absolute;
  right: 5px;
  top: 9px;
}
.ui-selectmenu-button.ui-state-hover .ui-icon {
  border-top-color: #888;
}
.ui-selectmenu-button .ui-selectmenu-text {
  line-height: 28px;
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: left;
}
.ui-selectmenu-button .ui-selectmenu-text.visible {
  display: block;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 245px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.ui-selectmenu-menu li.ui-state-focus {
  background: #eee;
  cursor: pointer;
}

.ui-datepicker {
  background: #ebebeb;
}

.ui-datepicker-header {
  line-height: 32px;
  height: 32px;
  padding: 5px 40px 0 36px;
  position: relative;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  bottom: -10px;
}
.ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:after,
.ui-datepicker-header .ui-datepicker-next:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #000;
  float: left;
  transition: all 0.2s;
}
.ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker-header .ui-datepicker-next:after {
  width: 2px;
  height: 8px;
}
.ui-datepicker-header .ui-datepicker-prev:hover:after, .ui-datepicker-header .ui-datepicker-prev:hover:before,
.ui-datepicker-header .ui-datepicker-next:hover:after,
.ui-datepicker-header .ui-datepicker-next:hover:before {
  background-color: #8C714A;
}
.ui-datepicker-header .ui-datepicker-prev {
  float: left;
  transform: rotate(-135deg);
}
.ui-datepicker-header .ui-datepicker-next {
  float: right;
  transform: rotate(45deg);
}

.ui-datepicker-calendar {
  width: 250px;
  margin: 0 20px;
  border-collapse: separate;
  border-spacing: 6px 2px;
}
.ui-datepicker-calendar td {
  text-align: center;
  border: 2px solid transparent;
  vertical-align: middle;
  padding: 0;
  transition: all 0.2s;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
  color: #000;
  display: block;
  height: 18px;
  line-height: 22px;
  transition: all 0.2s;
}
.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td span:hover {
  text-decoration: none;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span, .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #444;
  opacity: 0.3;
}
.ui-datepicker-calendar td.ui-datepicker-other-month:hover, .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
  border-color: transparent;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
  border-color: #8C714A;
}
.ui-datepicker-calendar td:hover {
  border-color: #bca380;
}

.ui-datepicker-trigger {
  position: absolute;
  left: 100px;
  top: 27px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/datepicker.svg) 0 0 no-repeat;
  cursor: pointer;
  border: 0px;
}
.ui-datepicker-trigger:hover {
  background: url(../images/datepicker.svg) 0 0 no-repeat;
}

#promos_a,
#rooms,
#specials,
#promos_b,
.page-breaker,
#events,
#home-poi,
.map,
#stayconnected,
#footer,
#booknow-widget,
#ui-datepicker-div,
#booknow {
  visibility: visible;
}

#specials {
  background: #000;
  position: relative;
  padding: 25px 0;
  height: 510px;
}
#specials:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
#specials .swiper-container {
  margin: 0 !important;
}
#specials .swiper-slide {
  white-space: normal;
  width: 300px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1520px) {
  #specials .swiper-slide {
    width: calc((100vw - 90px) / 4);
  }
}
@media (max-width: 979px) {
  #specials .swiper-slide {
    width: calc((100vw - 80px) / 2);
  }
}
@media (max-width: 739px) {
  #specials .swiper-slide {
    width: calc(100vw - 80px);
  }
}
#specials h3 {
  text-align: center;
  color: #fff;
  font: 400 30px/90px Butler, sans-serif;
}
#specials dl {
  display: block;
  font-size: 14px;
  text-align: center;
  height: 160px;
  margin: 0 10px 0 0;
  padding-top: 178px;
  background-color: #ebebeb;
  background-position: 50% 0;
  background-size: auto 178px;
  opacity: 1;
  white-space: normal;
  position: relative;
}
@media (max-width: 1520px) {
  #specials dl {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 739px) {
  #specials dl {
    margin: 0;
  }
}
#specials dl dt {
  color: #000;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 15px;
}
#specials dl dd {
  padding: 0 20px;
  color: #666;
}
#specials dl dd .promo-button {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
#specials dl dd .promo-button .button {
  position: relative;
  z-index: 300;
  top: 73px;
  transform: translate(0, 20px);
  opacity: 0;
}
#specials dl dd .promo-button:hover .button {
  opacity: 1;
  transform: translate(0, 0);
}
#specials dl dd .promo-button:hover:after {
  opacity: 0.8;
}
#specials dl dd .promo-button:after {
  content: "";
  position: absolute;
  transition: all 0.2s;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 178px;
  background: #fff;
  opacity: 0;
}
#specials .swiper-container {
  margin: 0 -10px;
  min-height: 340px;
}
#specials .swiper-container:before, #specials .swiper-container:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 11px;
  background: #000;
  z-index: 600;
}
#specials .swiper-container:before {
  left: -1px;
}
#specials .swiper-container:after {
  right: -1px;
}
#specials .swiper-button-prev,
#specials .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  transition: opacity 0.4s;
  opacity: 0.8;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  transform: rotate(-45deg) translate(-50%, 0);
}
#specials .swiper-button-prev:hover,
#specials .swiper-button-next:hover {
  cursor: pointer;
  opacity: 1;
}
#specials .swiper-button-prev.disabled,
#specials .swiper-button-next.disabled {
  opacity: 0.2;
  pointer-events: none;
}
#specials .swiper-button-prev {
  border-color: #fff transparent transparent #fff;
  left: calc((50% - 600px) / 2);
}
#specials .swiper-button-next {
  border-color: transparent #fff #fff transparent;
  right: calc((50% - 600px) / 2);
}
#specials .tc {
  padding: 32px 0;
}

#promos_b {
  background: #f5f5f5;
  padding: 60px 0;
}
#promos_b .middle {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  text-justify: distribute;
}
#promos_b .middle > * {
  text-align: left;
  vertical-align: top;
}
#promos_b .middle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}
#promos_b .promo-item {
  width: 584px;
  width: calc(50% - 20px);
  background: #fff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
#promos_b .promo-item .description {
  min-height: 60px;
}
#promos_b .promo-item .image {
  height: 0;
  padding-bottom: 52.05%;
}

#stayconnected {
  padding: 15px 0 50px 0;
  position: relative;
}
#stayconnected h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 60px;
  color: #000;
  letter-spacing: 2px;
  background: #fff;
}
#stayconnected h5:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #8C714A;
  margin: 0 auto;
}
#stayconnected h6 {
  font: 400 34px/80px "Butler", sans-serif;
  color: #8C714A;
  background: #fff;
}
#stayconnected .feed {
  position: relative;
  overflow: hidden;
  min-height: 296px;
  padding: 40px 0;
}
#stayconnected .feed.busy:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -13px 0 0 -13px;
  border-radius: 50%;
  border: 3px solid #eee;
  border-color: transparent #8C714A;
  animation: rotate 2s linear infinite;
}
#stayconnected .feed figure {
  position: relative;
  display: block;
  float: left;
}
#stayconnected .feed figure .image {
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  padding-bottom: 100%;
  border: 1px solid #ede7dd;
  font-size: 0;
}
#stayconnected .feed figure.error-msg {
  font-size: 18px;
  text-align: center;
}
#stayconnected .feed figure.twitter-feed {
  position: relative;
}
#stayconnected .feed figure.twitter-feed figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 979px) {
  #stayconnected .feed figure.twitter-feed figcaption {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 739px) {
  #stayconnected .feed figure.twitter-feed figcaption {
    font-size: 10px;
    line-height: 16px;
  }
}
#stayconnected .feed figure.twitter-feed figcaption:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#stayconnected .feed figure.twitter-feed figcaption a {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  max-height: 80%;
  color: #666;
  font-family: "Soin Sans Pro", Arial, sans-serif;
  overflow: hidden;
}
#stayconnected .feed figure.twitter-feed figcaption a:hover {
  color: #8C714A;
}
#stayconnected .swiper-button-prev,
#stayconnected .swiper-button-next {
  position: absolute;
  top: 360px;
  margin-top: -16px;
  transition: opacity 0.4s;
  opacity: 0.8;
  width: 32px;
  height: 32px;
  border: 2px solid #8C714A;
  transform: rotate(-45deg) translate(-50%, 0);
}
#stayconnected .swiper-button-prev:hover,
#stayconnected .swiper-button-next:hover {
  cursor: pointer;
  opacity: 1;
}
#stayconnected .swiper-button-prev.disabled,
#stayconnected .swiper-button-next.disabled {
  opacity: 0.2;
  pointer-events: none;
}
#stayconnected .swiper-button-prev {
  border-color: #8C714A transparent transparent #8C714A;
  left: calc((50% - 600px) / 2);
}
#stayconnected .swiper-button-next {
  border-color: transparent #8C714A #8C714A transparent;
  right: calc((50% - 600px) / 2);
}
#stayconnected .socials li a:hover, #stayconnected .socials li a.active {
  filter: brightness(120%);
}

#home-poi {
  background: rgb(240, 240, 240);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 200;
}

.map {
  display: block;
  position: relative;
  z-index: 100;
  height: 386px;
  background: #eee;
  overflow: hidden;
}
.map .inner {
  height: 538px;
  height: 386px;
}
.map .map-content {
  text-align: center;
}
.map .map-content p {
  padding: 10px 0;
}

.content {
  padding: 60px 0;
}
.content h1 {
  font: 400 36px/72px "Butler", sans-serif;
  color: #000;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.content h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -42px;
  width: 84px;
  height: 3px;
  background: #8C714A;
}
.content h2 {
  font: 400 31px/64px "Butler", sans-serif;
  color: #666;
  margin: 15px 0;
  text-align: center;
}
.content p {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
}

a.button,
.button,
button {
  display: inline-block;
  height: 29px;
  border: 2px solid #8C714A;
  background: none;
  padding: 0 30px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 14px/32px Butler, sans-serif;
  cursor: pointer;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
a.button:hover,
.button:hover,
button:hover {
  background: #8C714A;
  text-decoration: none;
}
a.button:hover:before,
.button:hover:before,
button:hover:before {
  right: 0;
  opacity: 0;
}
a.button:before,
.button:before,
button:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-top: 29px solid #8C714A;
  border-right: 29px solid transparent;
  transition: all 0.4s;
}
a.button.white,
.button.white,
button.white {
  color: #fff;
}
a.button.white:hover,
.button.white:hover,
button.white:hover {
  color: #000;
  background: #8C714A;
  border-color: #8C714A;
}
a.button.black,
.button.black,
button.black {
  color: #000;
}
a.button.grey,
.button.grey,
button.grey {
  background: #333;
  border-color: #333;
}
a.button.grey:hover,
.button.grey:hover,
button.grey:hover {
  background: #8C714A;
  border-color: #8C714A;
}

input.button,
button.button {
  height: 33px;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus {
  color: #8C714A;
  background-color: #f7f7f7;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #8C714A;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
a.skip-main:active {
  color: #8C714A;
  background-color: #f7f7f7;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #8C714A;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

#rooms .swiper-container .swiper-slide figcaption .h4 {
  font: 700 30px/40px Butler, sans-serif;
  margin-bottom: 12px;
}

#specials .middle .h3 {
  text-align: center;
  color: #fff;
  font: 400 30px/90px Butler, sans-serif;
}

/* ROOMS & VENUES */
.type-rooms .booknow,
.type-venues .booknow {
  display: none;
}
.type-rooms #submenu,
.type-venues #submenu {
  position: relative;
  z-index: 900;
}
.type-rooms .grouprequest,
.type-venues .grouprequest {
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 20px;
  padding: 0 20px;
  height: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}
.type-rooms .grouprequest:hover,
.type-venues .grouprequest:hover {
  color: #8C714A;
}
.type-rooms #content .middle,
.type-venues #content .middle {
  position: relative;
}
.type-rooms #content .middle .content,
.type-venues #content .middle .content {
  padding: 0;
}
.type-rooms #content .middle .headings,
.type-venues #content .middle .headings {
  margin-top: 30px;
}
.type-rooms #content .middle .category-descr, .type-rooms #content .middle .rooms-descr,
.type-venues #content .middle .category-descr,
.type-venues #content .middle .rooms-descr {
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 739px) {
  .type-rooms #content .middle .category-descr, .type-rooms #content .middle .rooms-descr,
  .type-venues #content .middle .category-descr,
  .type-venues #content .middle .rooms-descr {
    margin-top: 10px;
  }
}
.type-rooms #content .middle .category-descr p, .type-rooms #content .middle .rooms-descr p,
.type-venues #content .middle .category-descr p,
.type-venues #content .middle .rooms-descr p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 739px) {
  .type-rooms #content .middle .category-descr p, .type-rooms #content .middle .rooms-descr p,
  .type-venues #content .middle .category-descr p,
  .type-venues #content .middle .rooms-descr p {
    margin: 0;
  }
}
.type-rooms #content .middle #rooms-list,
.type-venues #content .middle #rooms-list {
  padding: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -30px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
}
.type-rooms #content .middle #rooms-list + #gallery,
.type-venues #content .middle #rooms-list + #gallery {
  margin: 0;
}
.type-rooms #content .middle #rooms-list:after,
.type-venues #content .middle #rooms-list:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.type-rooms #content .middle #rooms-list article,
.type-venues #content .middle #rooms-list article {
  position: relative;
  height: 420px;
}
.type-rooms #content .middle #rooms-list article .image,
.type-venues #content .middle #rooms-list article .image {
  background-color: #eee;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50% 50%;
}
.type-rooms #content .middle #rooms-list article .image:after,
.type-venues #content .middle #rooms-list article .image:after {
  position: absolute;
  left: auto;
  right: 100%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 200%;
  transform-origin: 100% 100%;
  background: #fff;
  transform: rotate(45deg);
}
.type-rooms #content .middle #rooms-list article .inner,
.type-venues #content .middle #rooms-list article .inner {
  padding: 0 50% 0 calc((100% - 1200px) / 2);
  text-align: center;
}
.type-rooms #content .middle #rooms-list article .inner header,
.type-venues #content .middle #rooms-list article .inner header {
  padding: 30px 0 20px 0;
}
.type-rooms #content .middle #rooms-list article .inner header h2,
.type-venues #content .middle #rooms-list article .inner header h2 {
  color: #8C714A;
  font-size: 20px;
  line-height: 40px;
  margin: 10px 0 0 0;
}
.type-rooms #content .middle #rooms-list article .inner header h2 a,
.type-venues #content .middle #rooms-list article .inner header h2 a {
  color: #8C714A;
  text-decoration: none;
  pointer-events: none;
}
.type-rooms #content .middle #rooms-list article .inner .tc,
.type-venues #content .middle #rooms-list article .inner .tc {
  margin-top: 30px;
}
.type-rooms #content .middle #rooms-list article .links,
.type-venues #content .middle #rooms-list article .links {
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 40px;
  max-width: calc(1200px / 2);
  text-align: center;
}
.type-rooms #content .middle #rooms-list article .links a,
.type-venues #content .middle #rooms-list article .links a {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  font-size: 16px;
  color: #684D27;
}
.type-rooms #content .middle #rooms-list article .gallery-images,
.type-venues #content .middle #rooms-list article .gallery-images {
  display: none;
}
.type-rooms #content .middle #rooms-list article.dark,
.type-venues #content .middle #rooms-list article.dark {
  background: #f7f7f7;
}
.type-rooms #content .middle #rooms-list article.dark .image,
.type-venues #content .middle #rooms-list article.dark .image {
  left: 0;
}
.type-rooms #content .middle #rooms-list article.dark .image:after,
.type-venues #content .middle #rooms-list article.dark .image:after {
  background: #f7f7f7;
  left: 100%;
  right: auto;
  top: 0;
  bottom: auto;
  transform-origin: 0 0;
}
.type-rooms #content .middle #rooms-list article.dark .inner,
.type-venues #content .middle #rooms-list article.dark .inner {
  padding: 0 calc((100% - 1200px) / 2) 0 50%;
}
.type-rooms #content .middle #rooms-list article.dark .links,
.type-venues #content .middle #rooms-list article.dark .links {
  right: 0;
  left: 50%;
}
.type-rooms #content .middle #room-page,
.type-venues #content .middle #room-page {
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -30px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
}
.type-rooms #content .middle #room-page .heading,
.type-venues #content .middle #room-page .heading {
  position: relative;
  padding: 30px 0 45px;
  background: #000;
  text-align: center;
}
.type-rooms #content .middle #room-page .heading > *,
.type-venues #content .middle #room-page .heading > * {
  max-width: 500px;
  margin: 15px auto;
}
.type-rooms #content .middle #room-page .heading h1,
.type-venues #content .middle #room-page .heading h1 {
  color: #fff;
}
.type-rooms #content .middle #room-page .heading .price,
.type-venues #content .middle #room-page .heading .price {
  display: block;
  color: #8C714A;
  font: 500 20px/24px "Butler", sans-serif;
  margin: 15px auto;
}
.type-rooms #content .middle #room-page .heading a.price,
.type-venues #content .middle #room-page .heading a.price {
  text-decoration: none;
}
.type-rooms #content .middle #room-page .heading a.price:hover,
.type-venues #content .middle #room-page .heading a.price:hover {
  text-decoration: underline;
}
.type-rooms #content .middle #room-page .heading .descr-short,
.type-venues #content .middle #room-page .heading .descr-short {
  font: 500 14px/20px "Soin Sans Pro", Arial, sans-serif;
  color: #b1b1b1;
}
.type-rooms #content .middle #room-page .heading .button,
.type-venues #content .middle #room-page .heading .button {
  margin-top: 25px;
}
.type-rooms #content .middle #room-page .heading .arrows a,
.type-venues #content .middle #room-page .heading .arrows a {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  border: 2px solid #8C714A;
  transform: rotate(-45deg) translate(-50%, 0);
  opacity: 0.8;
  transition: opacity 0.2s;
  text-indent: -1000px;
  overflow: hidden;
}
.type-rooms #content .middle #room-page .heading .arrows a.prev,
.type-venues #content .middle #room-page .heading .arrows a.prev {
  left: 50%;
  margin-left: -400px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.type-rooms #content .middle #room-page .heading .arrows a.next,
.type-venues #content .middle #room-page .heading .arrows a.next {
  right: 50%;
  margin-right: -400px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.type-rooms #content .middle #room-page .heading .arrows a:hover,
.type-venues #content .middle #room-page .heading .arrows a:hover {
  opacity: 1;
}
.type-rooms #content .middle #room-page .photo,
.type-venues #content .middle #room-page .photo {
  position: relative;
  width: 100%;
  height: 380px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.type-rooms #content .middle #room-page .photo:before,
.type-venues #content .middle #room-page .photo:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid #000;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.type-rooms #content .middle #room-page .room-content,
.type-venues #content .middle #room-page .room-content {
  overflow: hidden;
  background: #fff;
  padding: 55px 0 40px;
}
.type-rooms #content .middle #room-page .room-content .button,
.type-venues #content .middle #room-page .room-content .button {
  margin: 10px 0;
}
.type-rooms #content .middle #room-page .room-content .left,
.type-venues #content .middle #room-page .room-content .left {
  width: 420px;
  float: left;
}
.type-rooms #content .middle #room-page .room-content .left h2,
.type-venues #content .middle #room-page .room-content .left h2 {
  color: #000;
  text-align: left;
}
.type-rooms #content .middle #room-page .room-content ul li,
.type-venues #content .middle #room-page .room-content ul li {
  position: relative;
  padding: 3px 0 3px 15px;
}
.type-rooms #content .middle #room-page .room-content ul li:before,
.type-venues #content .middle #room-page .room-content ul li:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #8C714A;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 2px;
}
.type-rooms #content .middle #room-page .room-content .room-gallery,
.type-venues #content .middle #room-page .room-content .room-gallery {
  float: right;
  width: 600px;
}
.type-rooms #content .middle #room-page .room-content .room-gallery .swiper-wrapper,
.type-venues #content .middle #room-page .room-content .room-gallery .swiper-wrapper {
  height: 400px !important;
  width: auto;
}
.type-rooms #content .middle #room-page .room-content .room-gallery .swiper-slide,
.type-venues #content .middle #room-page .room-content .room-gallery .swiper-slide {
  width: 600px;
  height: 400px !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.type-rooms #content .middle #room-page .room-content .room-gallery .swiper-pagination,
.type-venues #content .middle #room-page .room-content .room-gallery .swiper-pagination {
  display: block;
  text-align: center;
  margin: 24px 0;
}
.type-rooms #content .middle #room-page .room-content .room-gallery .swiper-pagination .swiper-pagination-switch,
.type-venues #content .middle #room-page .room-content .room-gallery .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  margin: 0 4px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: all 0.2s;
  cursor: pointer;
}
.type-rooms #content .middle #room-page .room-content .room-gallery .swiper-pagination .swiper-pagination-switch.swiper-active-switch,
.type-venues #content .middle #room-page .room-content .room-gallery .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
  background: transparent;
  border-color: #8C714A;
}
.type-rooms #content .middle #rooms-list .view-tour,
.type-rooms #content .middle .room-content .view-tour,
.type-venues #content .middle #rooms-list .view-tour,
.type-venues #content .middle .room-content .view-tour {
  position: relative;
  padding-left: 50px;
}
.type-rooms #content .middle #rooms-list .view-tour:after,
.type-rooms #content .middle .room-content .view-tour:after,
.type-venues #content .middle #rooms-list .view-tour:after,
.type-venues #content .middle .room-content .view-tour:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  width: 20px;
  height: 13px;
  background-image: url("../images/360-mini-gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.type-rooms #content .middle #rooms-list .view-tour:hover:after,
.type-rooms #content .middle .room-content .view-tour:hover:after,
.type-venues #content .middle #rooms-list .view-tour:hover:after,
.type-venues #content .middle .room-content .view-tour:hover:after {
  background-image: url("../images/360-mini.svg");
}
.type-rooms #content #promos_d,
.type-venues #content #promos_d {
  position: relative;
  background: #f5f5f5;
  padding: 60px 0;
}
.type-rooms #content #promos_d:before,
.type-venues #content #promos_d:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 2;
}
.type-rooms #content #promos_d .middle,
.type-venues #content #promos_d .middle {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  text-justify: distribute;
}
.type-rooms #content #promos_d .middle > *,
.type-venues #content #promos_d .middle > * {
  text-align: left;
  vertical-align: top;
}
.type-rooms #content #promos_d .middle:after,
.type-venues #content #promos_d .middle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}
.type-rooms #content #promos_d .promo-item,
.type-venues #content #promos_d .promo-item {
  width: 584px;
  width: calc(50% - 20px);
  background: #fff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.type-rooms #content #promos_d .promo-item .image,
.type-venues #content #promos_d .promo-item .image {
  height: 0;
  padding-bottom: 52.05%;
}
.type-rooms .additional-rooms,
.type-venues .additional-rooms {
  padding: 25px 0 50px;
  background: #000;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.type-rooms .additional-rooms h3,
.type-venues .additional-rooms h3 {
  font: 30px/50px "Butler", sans-serif;
  margin-bottom: 20px;
}
.type-rooms .additional-rooms .swiper-container,
.type-venues .additional-rooms .swiper-container {
  margin: 25px -10px 50px;
  width: auto;
  overflow: hidden;
}
.type-rooms .additional-rooms .swiper-button-prev,
.type-rooms .additional-rooms .swiper-button-next,
.type-venues .additional-rooms .swiper-button-prev,
.type-venues .additional-rooms .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  transition: opacity 0.4s;
  opacity: 0.8;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  transform: rotate(-45deg) translate(-50%, 0);
}
.type-rooms .additional-rooms .swiper-button-prev:hover,
.type-rooms .additional-rooms .swiper-button-next:hover,
.type-venues .additional-rooms .swiper-button-prev:hover,
.type-venues .additional-rooms .swiper-button-next:hover {
  cursor: pointer;
  opacity: 1;
}
.type-rooms .additional-rooms .swiper-button-prev,
.type-venues .additional-rooms .swiper-button-prev {
  border-color: #fff transparent transparent #fff;
  left: calc((50% - 600px) / 2);
}
.type-rooms .additional-rooms .swiper-button-next,
.type-venues .additional-rooms .swiper-button-next {
  border-color: transparent #fff #fff transparent;
  right: calc((50% - 600px) / 2);
}
.type-rooms .additional-rooms .room-category,
.type-venues .additional-rooms .room-category {
  display: inline-block;
  vertical-align: top;
  min-height: 335px;
  background: #fff;
  color: #000;
  border: 10px solid #000;
  border-width: 0 10px;
  box-sizing: border-box;
}
.type-rooms .additional-rooms .room-category .thumbnail,
.type-venues .additional-rooms .room-category .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  background-size: cover;
}
.type-rooms .additional-rooms .room-category .thumbnail .overlay,
.type-venues .additional-rooms .room-category .thumbnail .overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  background: rgba(255, 255, 255, 0.85);
}
.type-rooms .additional-rooms .room-category .thumbnail .overlay .button,
.type-venues .additional-rooms .room-category .thumbnail .overlay .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type-rooms .additional-rooms .room-category:hover,
.type-venues .additional-rooms .room-category:hover {
  text-decoration: none;
}
.type-rooms .additional-rooms .room-category:hover .thumbnail .overlay,
.type-venues .additional-rooms .room-category:hover .thumbnail .overlay {
  opacity: 1;
}
.type-rooms .additional-rooms .room-category .category-content,
.type-venues .additional-rooms .room-category .category-content {
  display: block;
  padding: 20px;
  margin: 0 10px;
  color: #666666;
  font: 500 14px/20px "Soin Sans Pro", Arial, sans-serif;
  white-space: normal;
}
.type-rooms .additional-rooms .room-category .category-content h4,
.type-venues .additional-rooms .room-category .category-content h4 {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  font-size: 20px !important;
}
.type-rooms .additional-rooms .room-category .overlay,
.type-venues .additional-rooms .room-category .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SPECIALS PAGE */
.type-specials #photos {
  height: 450px;
}
.type-specials #photos .swiper-wrapper {
  height: 450px;
}
.type-specials #content {
  background: #f5f5f5;
}

.specials-list {
  padding: 30px 0;
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
  text-align: justify;
  text-justify: distribute;
}
.specials-list > * {
  text-align: left;
  vertical-align: top;
}
.specials-list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}
.specials-list figure {
  display: inline-block;
  width: calc((100% - 60px) / 3);
  background: #fff;
  margin: 0 10px 20px 10px;
}
@media (min-width: 740px) and (max-width: 979px) {
  .specials-list figure {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 739px) {
  .specials-list figure {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.specials-list figure .image {
  display: block;
  height: 208px;
  margin: 0;
  padding: 0;
}
.specials-list figure .title {
  font: 400 22px/36px "Butler", sans-serif;
  color: #000;
  height: 55px;
  overflow: hidden;
  white-space: nowrap;
}
.specials-list figure .description {
  height: 40px;
}
@media (max-width: 739px) {
  .specials-list figure .description {
    height: auto;
  }
}
.specials-list figure a {
  padding: 0 10px;
  margin: 22px 10px;
}

.special {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.special .special-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (min-width: 740px) and (max-width: 979px) {
  .special .special-container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media (max-width: 739px) {
  .special .special-container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.special .image {
  width: 560px;
  height: 440px;
  background: #eee 50% 50% no-repeat;
  background-size: cover;
}
@media (min-width: 740px) and (max-width: 979px) {
  .special .image {
    margin: auto;
  }
}
@media (max-width: 739px) {
  .special .image {
    margin: auto;
  }
}
.special h2 {
  text-align: left;
  color: #000;
}
.special .description {
  width: 45%;
}
@media (min-width: 740px) and (max-width: 979px) {
  .special .description {
    width: 80%;
    margin: 30px auto;
  }
}
@media (max-width: 739px) {
  .special .description {
    width: 100%;
    margin: 30px auto;
  }
}
.special .description ul {
  margin: 30px 0;
}
.special .description ul li {
  display: block;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  line-height: 20px;
}
.special .description ul li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #8C714A;
  transform: rotate(45deg);
  margin: 0 20px 0 -20px;
  position: relative;
  bottom: -2px;
}
.special .booknow_block {
  margin: 30px 0;
}
@media (min-width: 740px) and (max-width: 979px) {
  .special .booknow_block {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 739px) {
  .special .booknow_block {
    text-align: center;
    margin: 0;
  }
}
.special .booknow_block .button {
  margin-left: 20px;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

a {
  color: #8C714A;
}
a:hover {
  text-decoration: underline;
}

.page-breaker {
  height: 380px;
  clear: both;
}

.socials {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}
.socials li {
  display: inline-block;
}
.socials a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  transition: all 0.2s;
  filter: grayscale(0%) brightness(100%);
}
.socials a.facebook {
  background-image: url(../images/social-fb.png);
}
.socials a.instagram {
  background-image: url(../images/social-in.png);
}
.socials a.twitter {
  background-image: url(../images/social-tw.png);
}
.socials a.tripadvisor {
  background-image: url(../images/social-ta.png);
}
.socials a:hover {
  filter: grayscale(100%) brightness(200%);
}

#footer {
  background: #000;
}
#footer .socials {
  margin-left: -6px;
  padding: 7px 0;
}
#footer .location {
  box-shadow: 0 2px 2px inset rgba(0, 0, 0, 0.24);
  background: #444;
  color: #fff;
}
#footer .location li {
  cursor: default;
  color: #fff;
}
#footer .location li:hover {
  color: #fff;
  text-decoration: none;
}
#footer .location a {
  color: #fff;
}
#footer .location a:hover {
  color: #999;
}
#footer .location .selector {
  display: inline-block;
  padding: 18px 0 14px;
}
#footer .amenities {
  background: #8C714A;
  color: #000;
  font-size: 14px;
}
#footer .amenities strong {
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  float: left;
  width: 200px;
  line-height: 64px;
  padding: 0 0 0 16px;
}
#footer .amenities .selector {
  margin-left: 200px;
  font-size: 0;
  line-height: 0;
  text-align: justify;
  text-justify: distribute;
  padding: 0;
}
#footer .amenities .selector > * {
  text-align: left;
  vertical-align: top;
}
#footer .amenities .selector:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .amenities .selector li a {
  color: #000;
  display: block;
  line-height: 64px;
  padding-left: 64px;
  background-size: 64px 64px;
  background-position: 0 50%;
  transition: all 0.2s;
}
#footer .amenities .selector li.wine a {
  background-image: url(../images/icon-wine.png);
}
#footer .amenities .selector li.wifi a {
  background-image: url(../images/icon-wifi.png);
}
#footer .amenities .selector li.luxury a {
  background-image: url(../images/icon-luxury.png);
}
#footer .amenities .selector li.packages a {
  background-image: url(../images/icon-packages.png);
}
#footer .amenities .selector li.breakfast a {
  background-image: url(../images/icon-breakfast.png);
}
#footer .amenities .selector li:hover a {
  filter: invert(100%);
}
#footer .newsletter {
  position: relative;
  text-align: center;
  padding: 0 10px;
  max-width: 1062px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
#footer .newsletter h2 {
  font-size: 20px;
  line-height: 1.2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
}
#footer .newsletter form {
  position: relative;
}
@media (max-width: 739px) {
  #footer .newsletter form {
    padding: 0 !important;
  }
}
#footer .newsletter form fieldset {
  font-size: 0;
}
#footer .newsletter form fieldset.main-row {
  float: left;
  width: calc(100% - 131px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  #footer .newsletter form fieldset.main-row {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
#footer .newsletter form fieldset.main-row p {
  display: inline-block;
  width: calc((100% - 153px) / 3);
}
@media (max-width: 739px) {
  #footer .newsletter form fieldset.main-row p {
    width: 100%;
    margin-bottom: 10px;
  }
}
#footer .newsletter form fieldset.main-row p input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
#footer .newsletter form fieldset.main-row p input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
#footer .newsletter form fieldset.main-row p input[type=text]:-moz-placeholder {
  color: #fff;
}
#footer .newsletter form fieldset.main-row p input[type=text]::-moz-placeholder {
  color: #fff;
}
#footer .newsletter form fieldset.main-row p input[type=text]:-ms-input-placeholder {
  color: #fff;
}
#footer .newsletter form fieldset.main-row p input[type=text]:focus::-webkit-input-placeholder {
  color: #828282;
}
#footer .newsletter form fieldset.main-row p input[type=text]:focus:-moz-placeholder {
  color: #828282;
}
#footer .newsletter form fieldset.main-row p input[type=text]:focus::-moz-placeholder {
  color: #828282;
}
#footer .newsletter form fieldset.main-row p input[type=text]:focus:-ms-input-placeholder {
  color: #828282;
}
#footer .newsletter form fieldset.main-row p.zip {
  width: 120px;
}
@media (max-width: 739px) {
  #footer .newsletter form fieldset.main-row p.zip {
    width: 100%;
  }
}
#footer .newsletter form fieldset.controls {
  float: right;
  width: 120px;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  #footer .newsletter form fieldset.controls {
    float: none;
    width: 100%;
  }
}
#footer .newsletter form fieldset.controls p {
  width: 100%;
}
#footer .newsletter form fieldset.controls input[type=submit] {
  width: 100%;
  background: #8C714A;
  color: #fff;
  border: 0;
  font-size: 18px;
  font-weight: normal;
  height: 38px;
  line-height: 41px;
  padding: 0;
}
#footer .newsletter form fieldset.controls input[type=submit]:hover {
  background: #b88d4e;
}
#footer .newsletter form fieldset.bottom-row {
  clear: both;
  display: block;
}
#footer .newsletter form fieldset p {
  font-size: 14px;
  color: #fff;
}
#footer .newsletter form fieldset p label {
  display: none;
}
#footer .newsletter form fieldset p input[type=text] {
  border: thin solid #262626;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
}
@media (max-width: 739px) {
  #footer .newsletter form fieldset p input[type=text] {
    padding: 0 5px;
    font-size: 12px;
  }
}
#footer .newsletter form fieldset .hide {
  display: none;
}
#footer .newsletter .success-message {
  position: relative;
  margin: 0 auto;
  color: #8C714A;
  font: 400 36px/72px "Butler", sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
#footer .newsletter .success-message.visible {
  opacity: 1;
}
#footer .navigation {
  background: #000;
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
}
#footer .navigation .left {
  width: 306px;
  float: left;
}
#footer .navigation .left .fn {
  display: block;
  width: 216px;
  height: 58px;
  background-image: url(../images/logo-alternative.png);
  font-size: 0;
}
#footer .navigation .left .footer-logo {
  font-size: 0;
}
#footer .navigation .left .footer-logo img {
  width: 216px;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}
#footer .navigation .left .socials {
  display: block;
  width: 216px;
  padding: 0;
  margin: 25px 0 0 0;
  text-align: center;
}
#footer .navigation .center {
  width: 640px;
  float: left;
}
#footer .navigation .center nav {
  font-size: 0;
  line-height: 32px;
  width: 372px;
  float: left;
}
#footer .navigation .center nav ul li {
  font-size: 14px;
  display: inline-block;
  width: 180px;
}
#footer .navigation .center nav ul li a {
  color: #fff;
  text-decoration: none;
}
#footer .navigation .center nav ul li a:hover {
  text-decoration: underline;
  color: #8C714A;
}
#footer .navigation .center .copy {
  width: 288px;
  margin-left: 372px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
}
#footer .navigation .right {
  width: 238px;
  float: left;
  color: #8C714A;
}
#footer .navigation .right p {
  padding: 0 0 0 74px;
  margin: 0;
  line-height: 25px;
  font-size: 12px;
}
#footer .navigation .right p a {
  color: #8C714A;
}
#footer .navigation .right p a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer #teconsent {
  text-align: center;
  padding-bottom: 30px;
}

.hotel-location-map {
  width: 100%;
  height: 500px;
}

#content .content > ul li, #content .content .body > ul li {
  position: relative;
  padding: 3px 0 3px 15px;
}
#content .content > ul li:before, #content .content .body > ul li:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #8C714A;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 2px;
}
#content .content ul.level-0 ul {
  margin: 10px 30px;
}
#content .content.image .body {
  padding-right: 640px;
  position: relative;
  min-height: 340px;
}
#content .content.image .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 584px;
  height: 304px;
}

#hebs-consent button[type=submit] {
  height: 54px;
}
#hebs-consent button[type=submit]:before {
  display: none;
}

.screen-reader-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}

/* Object-fit */
.object-fit {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

/* SECONDARY PAGE */
.secondary #photos {
  height: 450px;
}
.secondary #photos .swiper-wrapper {
  height: 450px !important;
}
.secondary #content .content {
  margin: 0 30px;
}
.secondary #content .content.nosubheader .body {
  margin-top: 30px;
}
.secondary #content .content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0;
}
.secondary #content .content.image .body {
  padding-right: 0;
}
.secondary #content .content.image .body .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  margin-bottom: 30px;
}
.secondary #content .room-gallery .swiper-wrapper {
  height: 500px !important;
}
.secondary #content .room-gallery .swiper-wrapper .swiper-slide {
  height: 500px !important;
}

#merchandising_tile {
  position: fixed;
  bottom: 0;
  right: -600px;
  width: 525px;
  z-index: 99998;
  color: white;
  background-color: rgba(90, 73, 48, 0.8);
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 739px) {
  #merchandising_tile {
    width: 100%;
    bottom: 60px;
    right: -110%;
  }
}
#merchandising_tile.centered {
  bottom: 25%;
}
@media (max-width: 739px) {
  #merchandising_tile.centered {
    bottom: 60px;
  }
}
#merchandising_tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 739px) {
  #merchandising_tile .img-overlay {
    width: 100%;
  }
}
#merchandising_tile .img-overlay .color-overlay {
  background-color: rgba(140, 113, 74, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising_tile .promo-name {
  font: 700 20px "Butler", sans-serif;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
}
#merchandising_tile .promo-text {
  font: 16px "Soin Sans Pro", Arial, sans-serif;
  padding: 10px 20px;
  text-align: center;
}
#merchandising_tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
#merchandising_tile .promo-content .button {
  display: inline-block;
  height: 29px;
  font: 700 14px/32px "Butler", sans-serif;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
#merchandising_tile .promo-content .button:hover {
  color: #fff;
  background: #8C714A;
  border-color: #8C714A;
}

#merchandising_tile.merchandising-tile-active {
  right: 0px;
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #666;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  float: right;
  transition: bottom 1s;
}
@media (max-width: 739px) {
  .merchandising-open-btn {
    bottom: 60px;
  }
}
.merchandising-open-btn.centered {
  bottom: 25%;
}
@media (max-width: 739px) {
  .merchandising-open-btn.centered {
    bottom: 60px;
  }
}
.merchandising-open-btn .arrow-rotate {
  border: 4px solid #fff;
  border-left: 0;
  border-bottom: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(225deg);
}

.admin .preview-item #merchandising_tile {
  display: flex !important;
  position: relative;
  bottom: auto;
  right: auto;
}
.admin .preview-item #merchandising_tile .promo-content {
  padding: 0;
}
.admin .preview-item #merchandising_tile .promo-content .promo-name {
  margin: 0;
}

/* BOOKNOW */
#booknow-bg {
  position: fixed;
  opacity: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 700;
  transition: opacity 0.2s, visibility 0.2s, display 0;
}
#booknow-bg.hide {
  height: 0;
  opacity: 0;
  transition: all 0.2s;
}

#booknow-widget {
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: 0;
  background: #fff;
  padding: 10px;
  width: 100%;
  max-width: 610px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
#booknow-widget.hide {
  opacity: 0;
  top: -800px;
}
#booknow-widget fieldset {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#booknow-widget fieldset.date {
  position: relative;
  width: 290px;
  height: 210px;
  margin: 0 0 5px 0;
  background: #ebebeb;
  font-size: 14px;
  font-family: "Soin Sans Pro", Arial, sans-serif;
  line-height: 22px;
  color: #000;
}
#booknow-widget fieldset.date .datecard,
#booknow-widget fieldset.date .datepicker {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  transition: opacity 0.2s, visibility 0.2s, background 0.2s;
}
#booknow-widget fieldset.date .datecard {
  opacity: 1;
  visibility: visible;
  text-align: center;
  cursor: pointer;
}
#booknow-widget fieldset.date .datecard.hide {
  opacity: 0;
  visibility: hidden;
}
#booknow-widget fieldset.date .datecard strong {
  display: block;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 12px;
  margin-top: 5px;
}
#booknow-widget fieldset.date .datecard span {
  display: block;
  font-family: "Butler", sans-serif;
}
#booknow-widget fieldset.date .datecard span.month {
  line-height: 30px;
  text-transform: uppercase;
}
#booknow-widget fieldset.date .datecard span.day {
  line-height: 56px;
  font-size: 55px;
  color: #8C714A;
}
#booknow-widget fieldset.date .datecard span.weekday {
  line-height: 32px;
  font-size: 15px;
}
#booknow-widget fieldset.date .datecard:hover {
  background: #dbdbdb;
}
#booknow-widget fieldset.date .datepicker {
  position: relative;
  z-index: 100;
  opacity: 1;
}
#booknow-widget fieldset.date:first-child {
  margin-right: 10px;
}
#booknow-widget fieldset.number {
  width: calc(33% - 6px);
  height: 140px;
  background: #ebebeb;
  margin: 5px;
  font-family: "Butler", sans-serif;
  text-align: center;
  color: #000;
}
#booknow-widget fieldset.number.rooms {
  margin-left: 0;
}
#booknow-widget fieldset.number.children {
  margin-right: 0;
}
#booknow-widget fieldset.number .ui-spinner {
  -webkit-tap-highlight-color: transparent;
}
#booknow-widget fieldset.number .ui-button {
  transition: all 0.2s;
  display: block;
  position: absolute;
  z-index: 200;
  cursor: pointer;
  top: 32px;
  font-size: 25px;
  color: #8C714A;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#booknow-widget fieldset.number .ui-button.ui-spinner-up {
  right: 10px;
}
#booknow-widget fieldset.number .ui-button.ui-spinner-up:after {
  content: "+";
}
#booknow-widget fieldset.number .ui-button.ui-spinner-down {
  left: 10px;
}
#booknow-widget fieldset.number .ui-button.ui-spinner-down:after {
  content: "-";
}
#booknow-widget fieldset.number .ui-button:hover {
  text-decoration: none;
}
#booknow-widget fieldset.number input {
  position: relative;
  z-index: 100;
  display: block;
  padding: 24px 0 0 0;
  width: 100%;
  font-size: 55px;
  line-height: 60px;
  height: 60px;
  color: #8C714A;
  text-align: center;
  font-family: "Butler", sans-serif;
  opacity: 1;
}
#booknow-widget fieldset.number input:disabled {
  color: #8C714A;
  -webkit-text-fill-color: #8C714A;
  opacity: 1;
}
#booknow-widget fieldset.number label {
  display: block;
  font-size: 15px;
  line-height: 32px;
}
#booknow-widget fieldset.fc-input {
  width: calc(50% - 5px);
  margin: 5px;
}
#booknow-widget fieldset.fc-input.promo {
  margin-left: 0;
}
#booknow-widget fieldset.fc-input.group {
  margin-right: 0;
}
#booknow-widget fieldset.fc-input * {
  box-sizing: border-box;
}
#booknow-widget fieldset.fc-input label {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
#booknow-widget fieldset.fc-input input {
  width: 100%;
  padding: 6px 10px 0;
  line-height: 46px;
  text-align: center;
  font-family: "Soin Sans Pro", Arial, sans-serif;
  font-size: 20px;
  color: #8C714A;
  background-color: #fff;
  border: 1px solid #ccc;
}
#booknow-widget fieldset.fc-input input::-moz-placeholder {
  color: #ccc;
  text-transform: uppercase;
}
#booknow-widget fieldset.fc-input input::placeholder {
  color: #ccc;
  text-transform: uppercase;
}
#booknow-widget fieldset.fc-select {
  position: relative;
  width: 100%;
  margin: 5px 0;
}
#booknow-widget fieldset.fc-select * {
  box-sizing: border-box;
}
#booknow-widget fieldset.fc-select label {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
#booknow-widget fieldset.fc-select button {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6px 10px 0;
  line-height: 46px;
  text-align: left;
  font-family: "Soin Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #8C714A;
  background-color: #fff;
  border: 1px solid #ccc;
}
#booknow-widget fieldset.fc-select button::before {
  display: none;
}
#booknow-widget fieldset.fc-select button::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-right-color: #8C714A;
  border-bottom-color: #8C714A;
  background-color: #fff;
  transform: rotate(45deg);
}
#booknow-widget fieldset.fc-select ul {
  display: none;
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  z-index: 10;
}
#booknow-widget fieldset.fc-select ul li {
  display: block;
}
#booknow-widget fieldset.fc-select ul button {
  font-size: 16px;
  line-height: 26px;
  color: #444;
  text-align: center;
  border-top: 0;
  background: #ebebeb;
}
#booknow-widget fieldset.fc-select ul button:hover {
  color: #8C714A;
}
#booknow-widget fieldset.fc-select ul button::after {
  display: none;
}
#booknow-widget fieldset.fc-select.selection ul {
  display: inline-block;
}
#booknow-widget fieldset.button-wrapper {
  width: 100%;
  margin: 10px 0 0 0;
}
#booknow-widget fieldset.button-wrapper .button {
  width: 100%;
  background: #8C714A;
  height: 95px;
  line-height: 95px;
  border: 0;
  font-size: 24px;
  font-weight: 400;
}
#booknow-widget fieldset.button-wrapper .button:hover {
  background: #aa8b5f;
}
#booknow-widget fieldset.button-wrapper .button:before {
  border-top-width: 95px;
  border-right-width: 95px;
}
#booknow-widget fieldset.copy {
  margin-top: 10px;
  text-align: center;
}
#booknow-widget fieldset.copy a {
  color: #000;
  font-size: 20px;
  line-height: 48px;
  font-family: "Butler", sans-serif;
  text-decoration: none;
}
#booknow-widget fieldset.copy a:hover {
  color: #8C714A;
}
#booknow-widget .close {
  display: block;
  position: absolute;
  right: -4px;
  top: -40px;
  width: 32px;
  height: 32px;
}
#booknow-widget .close:after, #booknow-widget .close:before {
  content: "";
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.2s;
}
#booknow-widget .close:after {
  transform: rotate(-45deg);
}
#booknow-widget .close:hover:after, #booknow-widget .close:hover:before {
  background: #8C714A;
}

/* BOOK NOW SEPARATOR */
#booknow {
  display: block;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 40px;
  background: #8C714A;
  color: #fff;
  padding: 0;
  width: 150px;
  text-align: center;
  font: 400 16px/65px "Butler", sans-serif;
  height: 65px;
  text-transform: uppercase;
  transition: top 0.2s;
}
.fullscreen #booknow {
  position: fixed;
  top: 0;
}
#booknow:hover {
  background: #b88d4e;
  text-decoration: none;
}

section.booknow {
  position: relative;
  z-index: 780;
  height: 72px;
  background: #8C714A;
  text-align: center;
}
section.booknow a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font: 400 25px/72px "Butler", sans-serif;
  transition: all 0.2s;
}
section.booknow a:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -32px;
  border: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 0;
  border-top: 32px solid #8C714A;
  transition: all 0.2s;
}
section.booknow a:hover {
  background: #b88d4e;
  text-decoration: none;
}
section.booknow a:hover:after {
  border-top-color: #b88d4e;
}

/* ROOMS */
.type-gallery.fullscreen {
  overflow: hidden;
}
.type-gallery .booknow {
  display: none;
}
.type-gallery #submenu {
  display: none;
}
.type-gallery #content .middle {
  padding-top: 76px;
  position: relative;
}
.type-gallery #content .middle .submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 700;
}
.type-gallery #content .middle #gallery {
  overflow: hidden;
  margin: 60px -6px 0;
}
.type-gallery #content .middle #gallery figure {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 276px;
  height: 276px;
  margin: 0 6px 10px 6px;
  cursor: pointer;
}
.type-gallery #content .middle #gallery figure .image {
  position: absolute;
  background-size: cover;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.type-gallery #content .middle #gallery figure .image:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 300;
  margin: -26px 0 0 -26px;
  transition: all 0.2s;
  opacity: 0;
}
.type-gallery #content .middle #gallery figure:after, .type-gallery #content .middle #gallery figure:before {
  content: "";
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 32px;
  height: 2px;
  position: absolute;
  z-index: 200;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -16px;
  transition: all 0.2s;
  opacity: 0;
  transform: rotate(45deg);
}
.type-gallery #content .middle #gallery figure:before {
  width: 2px;
  height: 32px;
  margin: -16px 0 0 -1px;
}
.type-gallery #content .middle #gallery figure:hover:after, .type-gallery #content .middle #gallery figure:hover:before {
  opacity: 0.5;
  transform: rotate(0);
}
.type-gallery #content .middle #gallery figure:hover .image {
  transform: scale(1.02);
}
.type-gallery #content .middle #gallery figure:hover .image:after {
  opacity: 0.4;
}
.type-gallery #content .middle #gallery .fullscreen {
  position: fixed;
  left: 0;
  top: 65px;
  bottom: 0;
  width: 100%;
  z-index: 795;
  display: none;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-container {
  height: 100%;
  width: 100%;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-container .swiper-slide {
  height: 100%;
  background-size: cover;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-prev,
.type-gallery #content .middle #gallery .fullscreen .swiper-button-next {
  position: absolute;
  z-index: 200;
  top: 50%;
  margin: -10px 0 0 0;
  transition: opacity 0.4s;
  opacity: 0.8;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-prev:hover,
.type-gallery #content .middle #gallery .fullscreen .swiper-button-next:hover {
  cursor: pointer;
  opacity: 1;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-prev {
  left: 60px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-next {
  right: 60px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-close {
  position: absolute;
  z-index: 200;
  right: 60px;
  top: 60px;
  opacity: 0.8;
  width: 32px;
  height: 32px;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-close:after, .type-gallery #content .middle #gallery .fullscreen .swiper-button-close:before {
  content: "";
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 32px;
  height: 2px;
  position: absolute;
  z-index: 200;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -16px;
  transition: all 0.2s;
  transform: rotate(45deg);
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-close:before {
  width: 2px;
  height: 32px;
  margin: -16px 0 0 -1px;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-button-close:hover {
  opacity: 1;
  cursor: pointer;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: 60px;
  z-index: 200;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px solid transparent;
  margin: 6px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: border-color 0.2s;
  cursor: pointer;
  transition: background 0.2s;
}
.type-gallery #content .middle #gallery .fullscreen .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
  background: transparent;
  border: 2px solid #8C714A;
  margin: 4px 4px;
}
.type-gallery #booknow-bg {
  background: rgba(0, 0, 0, 0.9);
}

.type-gallery.secondary-gallery.fullscreen #submenu {
  display: none;
}
.type-gallery.secondary-gallery #content .middle .submenu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.type-gallery.secondary-gallery #submenu {
  display: block;
}

#poi-submenu {
  position: relative;
}
#poi-submenu .outer-wrapper {
  position: absolute;
  bottom: -112px;
  left: 50%;
  margin-left: -600px;
  background: #fff;
  padding: 18px;
  z-index: 100;
}
#poi-submenu .inner-wrapper {
  box-sizing: border-box;
  border: 2px solid #8C714A;
  width: 530px;
  text-align: center;
  padding: 34px 47px;
}
#poi-submenu .inner-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid #8C714A;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -8px;
}
#poi-submenu .inner-wrapper h4 {
  font: 40px/1 "Butler", sans-serif;
  color: #231f20;
  position: relative;
  margin-bottom: 35px;
}
#poi-submenu .inner-wrapper h4:after {
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -42px;
  background: #8C714A;
}
#poi-submenu .inner-wrapper p {
  font: 14px/20px "Soin Sans Pro", Arial, sans-serif;
  color: #666666;
}

.poi {
  margin: 0 0 40px;
}
.poi .right {
  float: right;
  width: 590px;
}
.poi .left {
  float: left;
  width: 590px;
}
.poi .categories-wrapper {
  clear: both;
}
.poi .categories-wrapper .category-wrapper {
  position: absolute;
  left: -100%;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper.single-category .swiper-button-prev,
  .poi .categories-wrapper .category-wrapper.single-category .swiper-button-next {
    top: 25%;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper.single-category .swiper-button-prev,
  .poi .categories-wrapper .category-wrapper.single-category .swiper-button-next {
    top: 25%;
  }
}
.poi .categories-wrapper .category-wrapper .swiper-button-prev,
.poi .categories-wrapper .category-wrapper .swiper-button-next {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  border: 2px solid #8C714A;
  transform: rotate(-45deg) translate(-50%, 0);
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev,
  .poi .categories-wrapper .category-wrapper .swiper-button-next {
    top: 64px;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev,
  .poi .categories-wrapper .category-wrapper .swiper-button-next {
    top: 115px;
  }
}
.poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-prev,
.poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-prev {
  left: -40px;
  margin-left: 0px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-prev,
  .poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-prev {
    left: 0px;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-prev,
  .poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-prev {
    left: -33px;
  }
}
@media screen and (min-width: 1520px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-prev,
  .poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-prev {
    left: -80px;
  }
}
.poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-next,
.poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-next {
  right: -60px;
  margin-right: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-next,
  .poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-next {
    right: 0px;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-next,
  .poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-next {
    right: -53px;
  }
}
@media screen and (min-width: 1520px) {
  .poi .categories-wrapper .category-wrapper .swiper-button-prev.swiper-button-next,
  .poi .categories-wrapper .category-wrapper .swiper-button-next.swiper-button-next {
    right: -100px;
  }
}
.poi .categories-wrapper .category-wrapper .swiper-button-prev:hover,
.poi .categories-wrapper .category-wrapper .swiper-button-next:hover {
  opacity: 1;
}
.poi .categories-wrapper .category-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.poi .categories-wrapper .category-wrapper.active {
  position: relative;
  left: 0;
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper.single-category .poi-category {
    height: 400px;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper.single-category .poi-map-canvas {
    width: 100%;
    left: 0%;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.poi .categories-wrapper .category-wrapper .poi-category {
  width: calc(100% - 585px);
  float: left;
}
@media (max-width: 1520px) {
  .poi .categories-wrapper .category-wrapper .poi-category {
    width: calc(100% - 585px);
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper .poi-category {
    width: 535px;
    height: 230px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper .poi-category {
    width: 100%;
    height: auto;
  }
}
.poi .categories-wrapper .category-wrapper .poi-category h2 {
  text-align: left;
  color: #000000;
  font: 30px/1.2 "Butler", sans-serif;
  margin-bottom: 30px;
}
.poi .categories-wrapper .category-wrapper .poi-category .description {
  font: 14px/20px "Soin Sans Pro", Arial, sans-serif;
  color: #666666;
  margin-bottom: 65px;
}
.poi .categories-wrapper .category-wrapper .poi-category.visible {
  display: block;
}
.poi .categories-wrapper .category-wrapper .poi-category .expand-description:hover {
  text-decoration: none;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container {
  overflow: hidden;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .thumbnail {
  float: left;
  width: 215px;
  max-width: 100%;
  height: 150px;
  overflow: hidden;
  margin-right: 28px;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .thumbnail img {
  width: 100%;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .poi-content {
  font: 14px/20px "Soin Sans Pro", Arial, sans-serif;
  color: #000;
  position: relative;
  min-height: 182px;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .poi-content p.h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 18px !important;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .poi-content h4 {
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .poi-content .descr {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .poi-content .address,
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point .poi-content .phone {
  color: #666666;
  margin-bottom: 8px;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point button {
  bottom: 0;
  left: 0;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.poi .categories-wrapper .category-wrapper .poi-category .swiper-container .point button:hover {
  color: #fff;
}
.poi .categories-wrapper .category-wrapper .poi-map-canvas {
  float: right;
  width: 585px;
  height: 440px;
  background: #f1f1f1;
}
@media (min-width: 740px) and (max-width: 979px) {
  .poi .categories-wrapper .category-wrapper .poi-map-canvas {
    width: 90%;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 739px) {
  .poi .categories-wrapper .category-wrapper .poi-map-canvas {
    width: 150%;
    left: -25%;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.poi .categories-wrapper .category-wrapper .poi-map-canvas.visible {
  top: 0;
}
.poi .categories-wrapper .category-wrapper .poi-map-canvas .map-content .button {
  color: #000;
}
.poi .categories-wrapper .category-wrapper .poi-map-canvas .map-content .button:hover {
  color: #fff;
}

.poi-list {
  position: relative;
  background: #f1f1f1;
  padding: 40px 0 70px;
}
.poi-list .list-category {
  display: none;
}
.poi-list .list-category.active {
  display: block;
}
.poi-list .list-category .row {
  margin: 0 -10px 35px;
  overflow: hidden;
}
.poi-list .list-category .row:after {
  content: "";
  display: block;
  clear: both;
}
.poi-list .list-category .row .miles {
  font: 700 30px/40px "Butler", sans-serif;
  color: #000;
  padding: 0 10px;
  margin-bottom: 20px;
}
.poi-list .list-category .row .point {
  text-align: center;
  background: #fff;
  float: left;
  width: 285px;
  cursor: pointer;
  margin: 0 10px 20px;
  min-height: 177px;
}
@media (max-width: 739px) {
  .poi-list .list-category .row .point {
    width: 100%;
    float: none;
    display: block;
  }
}
.poi-list .list-category .row .point .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 177px;
}
.poi-list .list-category .row .point .thumbnail img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.poi-list .list-category .row .point .poi-content {
  box-sizing: border-box;
  padding: 22px;
  font: 14px/20px "Soin Sans Pro", Arial, sans-serif;
  color: #000;
}
.poi-list .list-category .row .point .poi-content h4 {
  font-weight: 700;
  margin-bottom: 0px !important;
  transform: uppercase;
}
.poi-list .list-category .row .point .poi-content .descr {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.poi-list .list-category .row .point .poi-content .address,
.poi-list .list-category .row .point .poi-content .phone {
  color: #666666;
  margin-bottom: 8px;
}
.poi-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 23px solid #fff;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}

.poi .hotels {
  display: none;
}

.pressroom-layout #content {
  background: #f7f7f7;
}

.pressroom {
  margin: 20px 0 30px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.pressroom .pressroom-entry {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 24px 9px;
  width: 286px;
  height: 336px;
  overflow: hidden;
  background: #fff;
}
.pressroom .pressroom-entry .pressroom-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: #f1ece4;
  text-align: center;
  padding-top: 94px;
}
.pressroom .pressroom-entry .pressroom-title h4 {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  padding: 0 20px;
  font: 700 14px/16px "Soin Sans Pro", Arial, sans-serif;
  color: #444;
  text-transform: uppercase;
}
.pressroom .pressroom-entry .pressroom-title .h4 {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  padding: 0 20px;
  font: 700 14px/16px "Soin Sans Pro", Arial, sans-serif;
  color: #444;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 18px;
}
.pressroom .pressroom-entry .pressroom-title .button {
  box-sizing: content-box;
}
.pressroom .pressroom-entry .pressroom-description {
  display: none;
}
.pressroom .pressroom-entry .pressroom-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 178px;
  background: #8C714A;
  background: linear-gradient(180deg, orange, #ad9e6b, #8C714A);
  background-size: 400%;
}
.pressroom .pressroom-entry .pressroom-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pressroom-logo.png);
  background-size: cover;
  z-index: 1;
}
.pressroom .pressroom-entry .pressroom-thumbnail img {
  position: relative;
  z-index: 2;
}

#pressroom-lightbox {
  position: fixed;
  z-index: 795;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 610px;
}
@media (max-width: 739px) {
  #pressroom-lightbox {
    width: auto;
    left: 20px;
    right: 20px;
    transform: translate(0, -50%);
  }
}
#pressroom-lightbox .wrapper {
  padding: 30px;
  max-height: 60vh;
  overflow: auto;
}
#pressroom-lightbox.hide {
  display: none;
}
#pressroom-lightbox .close {
  display: block;
  position: absolute;
  right: -4px;
  top: -40px;
  width: 32px;
  height: 32px;
  border: 0;
}
#pressroom-lightbox .close:after, #pressroom-lightbox .close:before {
  content: "";
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform: rotate(45deg);
  border: 0;
  cursor: pointer;
  transition: all 0.2s;
}
#pressroom-lightbox .close:after {
  transform: rotate(-45deg);
}
#pressroom-lightbox .close:hover {
  background: none;
}
#pressroom-lightbox .close:hover:after, #pressroom-lightbox .close:hover:before {
  background: #8C714A;
  opacity: 1;
  right: auto;
}
#pressroom-lightbox h4 {
  margin-bottom: 12px;
  font: 700 30px/40px "Butler", sans-serif;
  color: #000;
}
#pressroom-lightbox .time {
  display: block;
  margin-bottom: 12px;
  font: 30px/40px "Butler", sans-serif;
  color: #8C714A;
}
#pressroom-lightbox p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

#content_cal {
  margin: 0 auto;
  overflow: visible;
  position: relative;
  min-height: 250px;
  clear: both;
  padding-top: 100px;
}
#content_cal .hide {
  display: none !important;
}
#content_cal header {
  position: relative;
  width: 100%;
  z-index: 5;
  float: none;
  clear: both;
}
#content_cal header:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  width: 100%;
}
#content_cal header .controlsdiv {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  zoom: 1;
  z-index: 10;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  #content_cal header .controlsdiv {
    width: 30%;
    margin-bottom: 10px;
  }
}
@media (max-width: 739px) {
  #content_cal header .controlsdiv.nofilter {
    width: 100%;
    text-align: center;
  }
}
#content_cal header #calendar-filter-wrapper {
  float: right;
}
@media (max-width: 739px) {
  #content_cal header #calendar-filter-wrapper {
    width: 70%;
  }
}
@media (max-width: 739px) {
  #content_cal header #calendar-filter-wrapper form {
    float: right;
  }
}
#content_cal header #calendar-filter-wrapper #calendar-filter .selectedTxt {
  min-width: 150px;
}
@media (max-width: 739px) {
  #content_cal header #calendar-filter-wrapper #calendar-filter .selectedTxt {
    min-width: 120px;
    max-width: 150px;
  }
}

.calendar-area .eventcontent {
  margin: 0;
  padding: 20px;
  float: none;
  width: auto;
}
@media (max-width: 739px) {
  .calendar-area .eventcontent {
    float: left;
  }
}
.calendar-area .eventcontent .socials li {
  margin: 0;
  padding: 0;
}
.calendar-area .eventcontent h3, .calendar-area .eventcontent h4, .calendar-area .eventcontent h5 {
  font-family: "Soin Sans Pro", Arial, sans-serif, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.calendar-area .eventcontent h3 {
  font-size: 20px;
  line-height: 24px;
}
.calendar-area .eventcontent h4 {
  font-size: 17px;
  line-height: 20px;
}
.calendar-area .eventcontent .summary p {
  margin-bottom: 10px;
}

/* Calendar Social widgets */
#calendar .socials {
  margin: 25px 0 15px;
  overflow: hidden;
  list-style: none;
}
#calendar .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

#calendar-views {
  float: left;
  overflow: hidden;
  margin-left: 30px;
}
@media (max-width: 739px) {
  #calendar-views {
    display: none;
  }
}
#calendar-views li {
  float: left;
  padding-right: 20px;
  position: relative;
}
#calendar-views a {
  display: block;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #8C714A;
}
#calendar-views a:hover {
  color: #666;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-links {
  float: left;
}
@media (max-width: 739px) {
  #calendar-links {
    float: none;
  }
}
@media (max-width: 739px) {
  .nofilter #calendar-links {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .nofilter #calendar-links li {
    display: inline-block;
    float: none;
  }
}
#calendar-links li {
  float: left;
  padding-right: 10px;
}
@media (max-width: 739px) {
  #calendar-links li {
    padding-right: 0;
    margin-right: 0;
    margin-left: 5%;
  }
  #calendar-links li:first-child {
    margin-left: 0;
  }
}
#calendar-links a {
  float: left;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
  transition: background-color 0.2s ease-in-out;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}

#calendar-navigation {
  clear: both;
  display: inline-block;
  padding: 0 5%;
  position: relative;
  white-space: nowrap;
  max-width: 90%;
}
@media (min-width: 740px) and (max-width: 979px) {
  #calendar-navigation {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  #calendar-navigation {
    display: block;
    padding: 0;
    max-width: 100%;
  }
}
#calendar-navigation h2 {
  display: inline-block;
  line-height: 33px;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 740px) and (max-width: 979px) {
  #calendar-navigation h2 {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
}
@media (max-width: 739px) {
  #calendar-navigation h2 {
    display: block;
    font-size: 20px;
    text-align: center;
    margin: 0 20px;
  }
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  text-indent: -9999px;
}
#calendar-navigation a.next {
  border-left: 7px solid #8C714A;
  right: 10px;
}
#calendar-navigation a.next:hover {
  border-left-color: #767676;
}
#calendar-navigation a.prev {
  border-right: 7px solid #8C714A;
  left: 10px;
}
#calendar-navigation a.prev:hover {
  border-right-color: #767676;
}

#calendar-breadcrumb {
  clear: both;
  font-size: 14px;
  padding: 20px 0;
  overflow: hidden;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
#calendar-breadcrumb dt a, #calendar-breadcrumb dd a {
  color: #8C714A;
}
#calendar-breadcrumb dt a:hover, #calendar-breadcrumb dd a:hover {
  text-decoration: underline;
}

#calendar-year {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  zoom: 1;
}
@media (max-width: 739px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year li {
  display: block;
  float: left;
}
#calendar-year li.active a {
  border-color: #8C714A;
}
#calendar-year a {
  border-bottom: 1px solid #b8afc3;
  display: block;
  font-size: 13px;
  margin-right: 1px;
  padding: 0.4em;
  text-decoration: none;
  text-transform: uppercase;
}

#calendar-month {
  height: 40px;
  clear: both;
  margin: 0;
  position: relative;
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
  z-index: 4;
  margin-bottom: 10px;
}
#calendar-month:after {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  content: " ";
}
#calendar-month li {
  display: inline-block;
}
#calendar-month li.arrow {
  display: none;
}
@media (max-width: 739px) {
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
    text-align: center;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
  }
  #calendar-month li.next a:after {
    border-left: 7px solid #8C714A;
    right: 10px;
  }
  #calendar-month li.next a:hover:after {
    border-left-color: #767676;
  }
  #calendar-month li.prev a {
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }
  #calendar-month li.prev a:after {
    border-right: 7px solid #8C714A;
    left: 10px;
  }
  #calendar-month li.prev a:hover:after {
    border-right-color: #767676;
  }
}
#calendar-month a {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  text-align: left;
  text-decoration: none;
  transition: 0s;
  vertical-align: top;
  text-transform: uppercase;
  transition: background-color 0.2s;
}
@media (min-width: 740px) and (max-width: 979px) {
  #calendar-month a {
    font-size: 10px !important;
    padding: 0 5px;
  }
}

#calendar.grid {
  position: static;
  font-size: 0;
  margin: 0 auto;
  width: 100%;
}
#calendar.grid #calendar_week,
#calendar.grid #calendar_days {
  display: block;
  width: 100%;
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
}
#calendar.grid #calendar_week:after,
#calendar.grid #calendar_days:after {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  content: " ";
}
#calendar.grid #calendar_week li,
#calendar.grid #calendar_days li {
  display: inline-block;
  padding: 0.5em 0;
  width: 13%;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_week li,
  #calendar.grid #calendar_days li {
    padding: 5px 0;
    width: 100%;
  }
}
#calendar.grid #calendar_week li {
  font-size: 16px;
  margin: 0.6em 0 0 0;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_week li {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  #calendar.grid #calendar_week li {
    font-size: 12px;
  }
}
#calendar.grid #calendar_days {
  position: relative;
}
#calendar.grid #calendar_days li {
  font-size: 12px;
  margin: 0 0 1em;
  min-height: 8em;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_days li {
    overflow: hidden;
  }
  #calendar.grid #calendar_days li.noevents {
    display: none;
  }
}
#calendar.grid #calendar_days li.day_items3 {
  height: 9em;
}
#calendar.grid #calendar_days li.day_items4 {
  height: 11em;
}
#calendar.grid #calendar_days li.day_items5 {
  height: 13em;
}
#calendar.grid #calendar_days li.day_items6 {
  height: 15em;
}
#calendar.grid #calendar_days li.day_items7 {
  height: 17em;
}
#calendar.grid #calendar_days li.day_items8 {
  height: 19em;
}
#calendar.grid #calendar_days li.day_items9 {
  height: 21em;
}
#calendar.grid #calendar_days li.day_items10 {
  height: 23em;
}
#calendar.grid #calendar_days li.day_items11 {
  height: 25em;
}
#calendar.grid #calendar_days li.day_items12 {
  height: 27em;
}
#calendar.grid #calendar_days li.day_items13 {
  height: 29em;
}
#calendar.grid #calendar_days li.day_items14 {
  height: 31em;
}
#calendar.grid #calendar_days li.day_items15 {
  height: 33em;
}
#calendar.grid #calendar_days li.day_items16 {
  height: 35em;
}
#calendar.grid #calendar_days li.day_items17 {
  height: 37em;
}
#calendar.grid #calendar_days li.day_items18 {
  height: 39em;
}
#calendar.grid #calendar_days li.day_items19 {
  height: 41em;
}
#calendar.grid #calendar_days li.day_items20 {
  height: 43em;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_days li {
    height: auto !important;
    min-height: 0;
  }
}
#calendar.grid #calendar_days h4 {
  text-align: left;
}
#calendar.grid #calendar_days h4 a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #666;
}
#calendar.grid #calendar_days h4 a:hover {
  color: #8C714A;
}
#calendar.grid #calendar_days dl {
  background: none;
  display: block;
  height: 2em;
  z-index: 120;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_days dl {
    height: 30px;
    margin-bottom: 10px;
  }
  #calendar.grid #calendar_days dl.hide {
    display: block !important;
  }
}
#calendar.grid #calendar_days dl:hover {
  position: relative;
}
#calendar.grid #calendar_days dl a {
  text-overflow: ellipsis;
}
#calendar.grid #calendar_days dl dt {
  display: block;
  font-size: 0.8em;
  height: 2em;
  line-height: 2em;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_days dl dt {
    height: 30px;
  }
}
#calendar.grid #calendar_days dl dt a {
  display: block;
  height: 1.8em;
  line-height: 2.2em;
  overflow: hidden;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  transition: all 400ms ease-in-out;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_days dl dt a {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}
#calendar.grid #calendar_days dl.w1 dt {
  width: 100%;
}
#calendar.grid #calendar_days dl.w2 dt {
  width: 211.55%;
}
#calendar.grid #calendar_days dl.w3 dt {
  width: 323.1%;
}
#calendar.grid #calendar_days dl.w4 dt {
  width: 434.65%;
}
#calendar.grid #calendar_days dl.w5 dt {
  width: 546.2%;
}
#calendar.grid #calendar_days dl.w6 dt {
  width: 657.75%;
}
#calendar.grid #calendar_days dl.w7 dt {
  width: 769.3%;
}
#calendar.grid #calendar_days dl.c1 dt a {
  background-color: #8db294;
}
#calendar.grid #calendar_days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar.grid #calendar_days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar.grid #calendar_days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar.grid #calendar_days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar.grid #calendar_days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar.grid #calendar_days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar.grid #calendar_days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar.grid #calendar_days dl dd {
  background: #836f5f;
  bottom: 20px;
  font-size: 11px;
  left: 0;
  overflow: visible;
  margin-bottom: 10px;
  padding: 10px 15px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 227px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
#calendar.grid #calendar_days dl dd ins {
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
  border-top: 20px solid #836f5f;
}
#calendar.grid #calendar_days dl dd h3 {
  font-size: 18px;
  line-height: 1;
  margin: 5px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  color: #8C714A;
  font-weight: normal;
}
#calendar.grid #calendar_days dl dd img {
  height: auto;
  width: 100%;
}
#calendar.grid #calendar_days dl dd p {
  font-size: 14px;
  padding: 5px 0;
  width: 100%;
}
#calendar.grid #calendar_days dl dd > a {
  display: block;
  color: inherit;
  margin: 5px 0;
}
#calendar.grid #calendar_days dl dd > a.button {
  display: none;
  text-align: center;
}
#calendar.grid #calendar_days dl dd > a:hover {
  text-decoration: none;
}
#calendar.grid #calendar_days dl:hover dd {
  visibility: visible;
}
@media (max-width: 739px) {
  #calendar.grid #calendar_days dl:hover dd {
    visibility: hidden;
  }
}
#calendar.grid #calendar_days dl:hover dd .button {
  display: block;
}
#calendar.grid #calendar_days dl.t1 {
  margin-top: 2em;
}
#calendar.grid #calendar_days dl.t2 {
  margin-top: 4em;
}
#calendar.grid #calendar_days dl.t3 {
  margin-top: 6em;
}
#calendar.grid #calendar_days dl.t4 {
  margin-top: 8em;
}
#calendar.grid #calendar_days dl.t5 {
  margin-top: 10em;
}
#calendar.grid #calendar_days dl.t6 {
  margin-top: 12em;
}
#calendar.grid #calendar_days dl.t7 {
  margin-top: 14em;
}
#calendar.grid #calendar_days dl.t8 {
  margin-top: 16em;
}
#calendar.grid #calendar_days dl.t9 {
  margin-top: 18em;
}
#calendar.grid #calendar_days dl.t10 {
  margin-top: 20em;
}
#calendar.grid #calendar_days dl.t11 {
  margin-top: 22em;
}
#calendar.grid #calendar_days dl.t12 {
  margin-top: 24em;
}
#calendar.grid #calendar_days dl.t13 {
  margin-top: 26em;
}
#calendar.grid #calendar_days dl.t14 {
  margin-top: 28em;
}
#calendar.grid #calendar_days dl.t15 {
  margin-top: 30em;
}
#calendar.grid #calendar_days dl.t16 {
  margin-top: 32em;
}
#calendar.grid #calendar_days dl.t17 {
  margin-top: 34em;
}
#calendar.grid #calendar_days dl.t18 {
  margin-top: 36em;
}
#calendar.grid #calendar_days dl.t19 {
  margin-top: 38em;
}
#calendar.grid #calendar_days dl.t20 {
  margin-top: 40em;
}

#calendar.list .list-wrap {
  margin-bottom: 10px;
}
#calendar.list article {
  overflow: hidden;
  padding: 15px;
}
#calendar.list article:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 979px) {
  #calendar.list article {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 739px) {
  #calendar.list article {
    overflow: visible;
    margin-top: 0;
  }
}
#calendar.list article dl {
  overflow: hidden;
  padding: 15px 20px 20px 20px;
  margin-left: 100px;
}
@media (max-width: 739px) {
  #calendar.list article dl {
    margin-left: 0;
  }
}
#calendar.list article dl h3 {
  width: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 739px) {
  #calendar.list article dl h3 {
    margin: 0;
  }
}
#calendar.list article h3 {
  margin-top: 15px;
  width: 150px;
  float: left;
}
@media (max-width: 739px) {
  #calendar.list article h3 {
    float: none;
    margin: 0 0 0 15px;
  }
}
#calendar.list article nav {
  margin-top: 15px;
}
#calendar.list dt {
  padding-top: 20px;
  margin-right: 10px;
  float: left;
  width: 85px;
  font-size: 12px;
}
#calendar.list .from, #calendar.list .every {
  display: block;
}
#calendar.list .day-nr {
  display: inline-block;
  vertical-align: top;
  font-size: 44px;
  line-height: 1;
}
#calendar.list .month-details {
  display: inline-block;
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}
#calendar.list .month-details span {
  display: block;
}
#calendar.list h3 a {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
#calendar.list > h3 a {
  font-size: 20px;
}
#calendar.list .thumb {
  float: right;
  margin: 0 0 25px 20px;
}
@media (max-width: 739px) {
  #calendar.list .thumb {
    float: none;
    margin: 0 0 25px 0;
    display: block;
  }
}
@media (max-width: 739px) {
  #calendar.list .thumb img {
    width: 100%;
    display: block;
    height: auto;
  }
}
#calendar.list p.noevents {
  padding: 25px;
  text-align: center;
}
#calendar.list .single article dl {
  margin-left: 0;
  padding: 0;
  overflow: visible;
}
@media (max-width: 739px) {
  #calendar.list .single article dl {
    margin-left: 0;
  }
}
#calendar.list .single article dt {
  margin-left: 10px;
}
@media (max-width: 739px) {
  #calendar.list .single article dt {
    width: 100%;
    padding-top: 0;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 739px) {
  #calendar.list .single article dt span {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 739px) {
  #calendar.list .single article dt span.day-nr {
    font-size: 20px;
    margin-top: -3px;
  }
}
#calendar.list .single article dd.eventcontent {
  margin-left: 100px;
}
@media (max-width: 739px) {
  #calendar.list .single article dd.eventcontent {
    padding: 0;
    width: 100%;
    background: none;
    border-top: 1px solid #836f5f;
    padding-top: 10px;
    margin-left: 0;
  }
}
#calendar.list .single article dd.eventcontent p.thumbnail img {
  display: block;
  float: right;
  margin: 8px 0 10px 10px;
}
@media (max-width: 739px) {
  #calendar.list .single article dd.eventcontent p.thumbnail img {
    width: 100%;
    display: block;
    height: auto;
  }
}
#calendar.list .single .date {
  font-style: italic;
}
#calendar.list .single .recurring {
  display: block;
}

/* CALENDAR STYLES COLORS */
.calendar-area #content {
  padding: 0;
}
.calendar-area #calendar-year a {
  border-bottom: 1px solid #767676;
  color: #767676;
}
.calendar-area #calendar-year a.active {
  color: #767676;
}
.calendar-area #calendar-year li.active a {
  color: #8C714A;
}
.calendar-area #calendar-year li.active a:hover {
  color: #8C714A;
  border-color: #8C714A;
}
.calendar-area #calendar-year li.active a {
  border-color: #8C714A;
}
.calendar-area #calendar-year li a:hover {
  color: #8C714A;
  border-color: #8C714A;
}
.calendar-area #calendar-month {
  background: #fff;
}
.calendar-area #calendar-month a {
  color: #8C714A;
}
.calendar-area #calendar-month a.active, .calendar-area #calendar-month a:hover {
  background: #8C714A;
  color: #fff;
}
@media (max-width: 739px) {
  .calendar-area #calendar-month li.next a:hover, .calendar-area #calendar-month li.prev a:hover {
    background-color: #fff;
    color: #767676;
  }
}
.calendar-area #calendar-views a.grid:hover .icon,
.calendar-area #calendar-views a.grid.active .icon {
  color: #767676;
}
.calendar-area #calendar-views a.grid:hover .icon:hover,
.calendar-area #calendar-views a.grid.active .icon:hover {
  color: #767676;
}
.calendar-area #calendar-views a.active {
  color: #767676;
}
.calendar-area #calendar {
  /* GRID STYLES */
  /* LIST VIEW */
}
.calendar-area #calendar img {
  width: 300px;
  height: 217px;
}
.calendar-area #calendar.grid #calendar_days li {
  background: #eee;
}
.calendar-area #calendar.grid #calendar_days li.next_month, .calendar-area #calendar.grid #calendar_days li.prev_month {
  background: rgba(238, 238, 238, 0.6);
}
.calendar-area #calendar.grid #calendar_days dt a {
  color: #fff;
}
.calendar-area #calendar.grid #calendar_days dd {
  background: #444;
  color: #fff;
}
.calendar-area #calendar.grid #calendar_days dd h3, .calendar-area #calendar.grid #calendar_days dd p {
  color: #ffffff;
}
.calendar-area #calendar.grid #calendar_days dd a {
  color: #ffffff;
}
.calendar-area #calendar.grid #calendar_days dd ins {
  border-top: 20px solid #444;
}
.calendar-area #calendar.list article {
  background: rgba(238, 238, 238, 0.6);
  padding: 15px;
}
.calendar-area #calendar.list article dl {
  background: rgba(238, 238, 238, 0.6);
}
.calendar-area #calendar.list article dl a {
  color: #8C714A;
}
.calendar-area #calendar.list article dl a:hover {
  color: #666;
}
.calendar-area #calendar.list .single article dl {
  background: none;
}
.calendar-area #calendar.list dt, .calendar-area #calendar.list p.summary {
  color: #767676;
}
.calendar-area #calendar.list h3 a.eventdate {
  color: #767676;
}
.calendar-area #calendar.list h3 a.eventdate:hover {
  color: #8C714A;
}
.calendar-area #calendar.list dd h3 {
  color: #8C714A;
}
.calendar-area #calendar.list .from, .calendar-area #calendar.list .every {
  color: #8C714A;
}
.calendar-area #calendar.list .every span {
  color: #8C714A;
}
.calendar-area #calendar-filter .newListSelected, .calendar-area #hebs-gallery .newListSelected {
  background: #fff;
}
.calendar-area #calendar-category-filter {
  padding: 0;
  margin-top: -8px;
}
.calendar-area #calendar-category-filter .active a {
  color: #000;
  text-decoration: none;
}

.mobile {
  display: none;
}

@media (max-width: 1520px) {
  .middle {
    padding: 0 calc((100% - 900px) / 2);
  }
  #content .content.image .body {
    padding-right: 540px;
  }
  #content .content.image .body .image {
    width: 480px;
  }
  #booknow {
    top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 140px;
    text-align: center;
  }
  #navigation {
    position: fixed;
  }
  #navigation #top-menu {
    padding: 0 190px 0 calc((100% - 960px) / 2);
  }
  #navigation #top-menu li.offer {
    position: static;
  }
  #navigation #top-menu li a {
    font-size: 13px;
  }
  #navigation #main-menu {
    padding: 0 calc((100% - 960px) / 2);
  }
  #navigation #main-menu a {
    font-size: 12px;
  }
  #photos .swiper-button-next {
    left: auto;
    right: 30px;
    z-index: 800;
  }
  #photos .swiper-button-prev {
    left: 30px;
    z-index: 800;
  }
  .arrow-block {
    padding: 20px;
    outline-width: 20px;
  }
  .arrow-block .title span {
    left: 20px;
    right: 20px;
  }
  #promos_a article.arrow-block {
    right: 30px;
    max-width: none;
    left: 50%;
    margin-top: -215px;
  }
  #promos_a article.arrow-block.hidden {
    transform: scale(0.95) translateY(180px);
  }
  #promos_a article.arrow-block header h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #promos_a article.arrow-block header h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #rooms .swiper-container {
    height: 360px;
  }
  #rooms .swiper-container .swiper-slide .image {
    width: 480px;
    height: 360px;
  }
  #rooms .swiper-container .swiper-slide figcaption {
    padding-left: 520px;
    padding-top: 0;
  }
  #rooms .swiper-button-next {
    left: auto;
    right: 20px;
    z-index: 800;
    top: 62%;
  }
  #rooms .swiper-button-prev {
    left: 30px;
    z-index: 800;
    top: 62%;
  }
  #rooms .swiper-pagination {
    left: calc(50% - 450px);
    width: 480px;
  }
  #specials .middle {
    padding: 0 40px;
  }
  #specials .middle .swiper-container {
    margin: 0;
  }
  #specials .swiper-button-next {
    left: auto;
    right: 5px;
    z-index: 800;
  }
  #specials .swiper-button-prev {
    left: 30px;
    z-index: 800;
  }
  #events header {
    position: static;
  }
  #events header .arrow-block {
    left: 30px;
    bottom: calc(100% + 80px);
  }
  #events header .arrow-block .title {
    height: 62px;
  }
  #events .swiper-container {
    height: 360px;
  }
  #events .swiper-container .swiper-slide .image {
    width: 480px;
    height: 360px;
  }
  #events .swiper-container .swiper-slide figcaption {
    padding: 0 0 0 60px;
    width: 340px;
  }
  #events .swiper-button-next {
    left: auto;
    right: 5px;
    z-index: 600;
  }
  #events .swiper-button-prev {
    left: 30px;
    z-index: 600;
  }
  #events .swiper-pagination {
    z-index: 600;
    width: 480px;
    left: calc(50% + 600px - 150px - 480px);
  }
  #stayconnected .feed {
    min-height: 240px;
    height: 240px;
    padding: 40px 0 0 0;
  }
  #stayconnected .feed figure {
    margin: 0;
  }
  #stayconnected footer {
    padding-top: 40px;
  }
  #footer .location .selector li {
    font-size: 11px;
    padding: 0 6px;
  }
  #footer .location .weather-widget {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding-left: 10px;
    width: auto;
    font-size: 12px;
  }
  #footer .location .weather-widget .title {
    margin-right: 8px;
    display: none;
  }
  #footer .location .weather-widget > div {
    line-height: 46px;
  }
  #footer .location .weather-widget .current-weather {
    padding-left: 40px;
  }
  #footer .location .weather-widget .current-weather .temp {
    font-size: 16px;
  }
  #footer .location .weather-widget .current-weather .temp .celcius:after {
    height: 14px;
    right: 3px;
    top: -1px;
  }
  #footer .amenities .selector li {
    padding: 0;
  }
  #footer .amenities .selector li a {
    padding: 0 10px 0 40px;
    background-size: 40px;
  }
  #footer .navigation .right {
    width: 100%;
    float: none;
    margin: 0;
    padding: 40px 0 0 0;
    text-align: center;
    clear: both;
    overflow: hidden;
  }
  #footer .navigation .right p {
    padding: 0;
    margin-right: 8px;
    display: inline-block;
  }
  #footer .navigation .center {
    width: 360px;
  }
  #footer .navigation .center .copy {
    width: 260px;
  }
  .type-specials .specials-list figure {
    width: calc((100% - 40px) / 2);
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper.active {
    height: auto;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .poi-map-canvas {
    width: 100%;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .poi-category {
    width: auto;
    float: none;
    padding: 0 30px;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .poi-content {
    text-align: center;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .swiper-container .point .thumbnail {
    float: left;
    width: 285px;
    max-width: 100%;
    height: 150px;
    overflow: hidden;
    margin-left: 28px;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .swiper-container .point .thumbnail img {
    margin-top: -15px;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .swiper-container .point button {
    position: relative;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .swiper-button-prev {
    margin: 0;
    top: 200px;
    left: 30px;
    z-index: 900;
  }
  .type-neighborhood .poi .categories-wrapper .category-wrapper .swiper-button-next {
    margin: 0;
    top: 200px;
    right: 5px;
    left: auto;
    z-index: 900;
  }
  .type-neighborhood #poi-submenu .outer-wrapper {
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
  }
  .type-neighborhood #content {
    padding-top: 60px;
  }
  .type-neighborhood #content .right {
    float: none;
    width: auto;
  }
  .type-neighborhood #content .poi-list {
    padding: 30px;
  }
  .type-gallery #content .middle #gallery figure {
    width: 272px;
    height: 272px;
  }
  .type-rooms .grouprequest,
  .type-venues .grouprequest {
    margin: 0;
    padding: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    top: auto;
    text-align: center;
    background: #eee;
    color: #666;
  }
  .type-rooms #content .middle #room-page .room-content .room-gallery,
  .type-venues #content .middle #room-page .room-content .room-gallery {
    width: 460px;
  }
  .type-rooms #content .middle #room-page .additional-rooms .swiper-slide p,
  .type-venues #content .middle #room-page .additional-rooms .swiper-slide p {
    font-size: 13px;
    line-height: 15px;
  }
  .type-rooms #content .middle #room-page .additional-rooms .swiper-button-next,
  .type-venues #content .middle #room-page .additional-rooms .swiper-button-next {
    left: auto;
    right: 5px;
    z-index: 800;
  }
  .type-rooms #content .middle #room-page .additional-rooms .swiper-button-prev,
  .type-venues #content .middle #room-page .additional-rooms .swiper-button-prev {
    left: 30px;
    z-index: 800;
  }
  .type-rooms #content .middle #rooms-list article.dark .inner,
  .type-venues #content .middle #rooms-list article.dark .inner {
    padding-right: 30px;
  }
  .type-rooms #content .middle #rooms-list article .inner,
  .type-venues #content .middle #rooms-list article .inner {
    padding-left: 30px;
  }
}
@media (max-width: 1020px) {
  .logo {
    width: 40px;
    height: 40px;
  }
  #navigation {
    position: fixed;
  }
  #navigation #top-menu {
    padding-left: 10px;
  }
  #navigation #main-menu {
    padding: 0 10px;
  }
  #navigation #main-menu .inner > ul {
    width: calc(46% - 20px);
  }
  #navigation #main-menu .inner > ul > li a {
    font-size: 11px;
  }
  #navigation #main-menu .inner > ul > li:last-child ul {
    right: 0;
  }
  #rooms .middle {
    padding: 0 calc((100% - 800px) / 2);
  }
  #rooms .swiper-pagination {
    left: calc(50% - 400px);
    width: 480px;
  }
  #rooms header {
    padding: 80px 0 40px 0;
  }
  #rooms header .selector {
    width: 100%;
    text-align: center;
  }
  #events .swiper-container {
    height: 300px;
  }
  #events .swiper-container .swiper-slide .image {
    width: 400px;
    height: 300px;
  }
  #events .swiper-container .swiper-slide figcaption {
    width: auto;
    padding-right: 420px;
  }
  #events .swiper-pagination {
    width: 400px;
    left: calc(50% + 600px - 130px - 488px);
  }
  #promos_a article.arrow-block {
    left: 30px;
    margin-top: -205px;
  }
  #promos_a nav {
    margin-top: -260px;
    width: auto;
  }
  #promos_b .arrow-block .title span {
    left: 0px;
    right: 0px;
  }
  .type-rooms #content #promos_d,
  .type-venues #content #promos_d {
    padding: 30px 0;
  }
  .type-rooms #content #promos_d .promo-item,
  .type-venues #content #promos_d .promo-item {
    display: block;
    width: auto;
    margin: 0 30px;
  }
  .type-rooms #content #promos_d .promo-item .arrow-block .title,
  .type-venues #content #promos_d .promo-item .arrow-block .title {
    height: auto;
    padding-bottom: 10px;
  }
  .type-rooms #content #promos_d .promo-item .arrow-block .title span,
  .type-venues #content #promos_d .promo-item .arrow-block .title span {
    position: static;
    font-size: 24px;
  }
  .type-specials #content .body {
    padding: 0;
  }
  .type-specials #content .body .special .image {
    width: 100%;
    position: static;
    height: 0;
    padding-bottom: 52%;
    margin-bottom: 30px;
  }
  .type-specials #content .body .special .description {
    padding: 0;
  }
  .type-specials #content .specials-list {
    padding: 30px 0;
  }
  .type-specials #content .specials-list .promo-item {
    display: block;
    width: auto;
    margin: 0;
  }
  .type-specials #content .specials-list .promo-item .arrow-block .title {
    height: auto;
    padding-bottom: 10px;
  }
  .type-specials #content .specials-list .promo-item .arrow-block .title span {
    position: static;
    font-size: 24px;
  }
  .type-gallery #content .middle {
    padding: 30px 0;
  }
  .type-gallery #content .middle .content {
    padding: 0;
  }
  .type-gallery #content .middle .content h1, .type-gallery #content .middle .content h2, .type-gallery #content .middle .content p {
    padding: 0 30px;
  }
  .type-gallery #content .middle .content h1 {
    line-height: 66px;
  }
  .type-gallery #content .middle #gallery {
    margin: 0;
  }
  .type-gallery #content .middle #gallery figure {
    width: calc(50% - 5px);
    height: 0;
    padding-bottom: calc(50% - 5px);
    margin: 5px;
  }
  .type-gallery #content .middle #gallery figure:nth-child(2n-1) {
    margin-left: 0;
  }
  .type-gallery #content .middle #gallery figure:nth-child(2n) {
    margin-right: 0;
  }
  .type-gallery #content .middle #gallery .fullscreen {
    top: 0;
    z-index: 9999998;
  }
  .type-rooms #content .middle #room-page .heading .arrows,
  .type-venues #content .middle #room-page .heading .arrows {
    max-width: none;
  }
  .type-rooms #content .middle #room-page .heading .arrows a.prev,
  .type-venues #content .middle #room-page .heading .arrows a.prev {
    margin: -30px 0 0 0;
    right: auto;
    left: 50px;
  }
  .type-rooms #content .middle #room-page .heading .arrows a.next,
  .type-venues #content .middle #room-page .heading .arrows a.next {
    margin: -30px 0 0 0;
    left: auto;
    right: 30px;
  }
  .type-rooms #content .middle #rooms-list article.dark .inner,
  .type-venues #content .middle #rooms-list article.dark .inner {
    padding-right: 30px;
  }
  .type-rooms #content .middle #rooms-list article .inner,
  .type-venues #content .middle #rooms-list article .inner {
    padding-left: 30px;
  }
  #footer {
    padding: 0 0 60px;
    text-align: center;
  }
  #footer .socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 30px;
    display: block;
    text-align: center;
  }
  #footer .socials a {
    width: 48px;
    height: 48px;
  }
  #footer .location {
    position: relative;
    padding: 100px 0;
  }
  #footer .location .selector {
    padding: 0 10px;
  }
  #footer .location .selector li {
    border: 0;
    font-size: 15px;
    line-height: 25px;
    white-space: normal;
  }
  #footer .location .weather-widget {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #footer .location .weather-widget .title {
    display: none;
  }
  #footer .location .weather-widget .current-weather {
    display: inline-block;
    line-height: 80px;
    height: 80px;
    padding: 20px 0 0;
  }
  #footer .location .weather-widget .current-weather .ic {
    transform: scale(1.6);
    position: static;
    display: inline-block;
    transform-origin: 100% 25%;
    margin-right: 30px;
  }
  #footer .location .weather-widget .current-weather .temp {
    font-size: 46px;
  }
  #footer .location .weather-widget .current-weather .temp span {
    line-height: 80px;
  }
  #footer .location .weather-widget .current-weather .temp i {
    height: 36px;
    margin-top: -8px;
  }
  #footer .location .weather-widget .current-weather .temp .celcius:after {
    top: 1px;
    height: 35px;
  }
  #footer .newsletter form {
    padding: 30px 0;
  }
  #footer .newsletter form label {
    text-align: center;
    display: block;
    width: auto;
  }
  #footer .newsletter form input[type=email] {
    width: 180px;
  }
  #footer .amenities strong {
    display: none;
  }
  #footer .amenities .selector {
    margin-left: 0;
  }
  #footer .amenities .selector li a {
    padding-right: 20px;
  }
  #footer .navigation .left {
    width: 100%;
    float: none;
  }
  #footer .navigation .left .fn {
    width: auto;
    background-size: contain;
  }
  #footer .navigation .left .socials {
    display: none;
  }
  #footer .navigation .center {
    float: none;
    width: auto;
  }
  #footer .navigation .center nav {
    float: none;
    width: auto;
    padding: 30px 0;
  }
  #footer .navigation .center nav ul {
    width: auto;
  }
  #footer .navigation .center nav ul li {
    width: auto;
    padding: 0 20px;
  }
  #footer .navigation .center .copy {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 20px;
  }
  #footer .navigation .right {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  #pressroom-lightbox {
    z-index: 99999;
  }
}
@media (max-width: 739px) {
  .mobile {
    display: block;
  }
  body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    min-height: 100vh;
    padding: 120px 0 0 0;
  }
  .middle {
    padding: 0;
  }
  .selector li {
    line-height: 16px;
    padding: 0 4px;
    font-size: 9px;
  }
  .selector li a {
    font-size: 9px;
  }
  #events .swiper-container .swiper-slide .image {
    height: 0;
    padding-bottom: 66%;
  }
  #navigation {
    position: absolute;
    height: 120px;
    background: #fff;
    transition: none;
  }
  .mobilenav #navigation {
    position: fixed;
    top: -60px;
    left: 0;
  }
  .mobilenav #navigation .logo {
    top: 60px;
  }
  #navigation:target #main-menu {
    background: #000;
    overflow: visible;
  }
  #navigation:target #main-menu .inner {
    margin: 0 -10px;
  }
  #navigation:target #main-menu .inner > ul {
    display: block;
  }
  #navigation:target #main-menu .inner > ul li a {
    display: block;
  }
  #navigation:target #main-menu ins {
    width: 30px;
    height: 30px;
    z-index: 10;
    right: -23px;
    top: 0px;
  }
  #navigation:target #main-menu ins:before {
    height: 100%;
    position: relative;
    left: 14px;
  }
  #navigation:target #main-menu ins:after {
    width: 100%;
    height: 2px;
    margin: 0;
    position: relative;
    left: 0px;
    top: -16px;
  }
  #navigation .logo {
    z-index: 400;
    width: 60px;
    height: 60px;
    transform: none;
    background: #fff;
    animation: none;
    transition: none;
    left: 0;
    top: 0;
  }
  #navigation .logo:after {
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none;
    background-image: url(../images/mobile/logo.png);
  }
  #navigation .mobile.topmenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 200;
    font-size: 0;
  }
  #navigation #top-menu {
    height: 60px;
    width: 60px;
    background: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  #navigation #top-menu li {
    display: none;
  }
  #navigation #top-menu:after {
    content: none;
  }
  #navigation #top-menu ins {
    display: block;
    margin: -2px 0 0 0;
    right: 12px;
    top: 30px;
  }
  #navigation #top-menu ins, #navigation #top-menu ins:after, #navigation #top-menu ins:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 4px;
    background: #7f7f7f;
    border-radius: 4px;
  }
  #navigation #top-menu ins:before {
    top: -8px;
    left: 0;
  }
  #navigation #top-menu ins:after {
    bottom: -8px;
    left: 0;
  }
  #navigation #top-menu:target {
    width: 100%;
    height: auto;
  }
  .alert-visible #navigation #top-menu:target {
    top: 60px;
  }
  #navigation #top-menu:target li {
    display: block;
  }
  #navigation #top-menu:target li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    text-align: right;
    font-size: 20px;
  }
  #navigation #main-menu {
    width: auto;
    right: 0;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    background: #000;
  }
  #navigation #main-menu .mobile {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 45px;
    left: 0;
    width: 100%;
    background: url(../images/logo-alternative.png) 50% 18px no-repeat;
    background-size: 150px auto;
    font-size: 0;
  }
  #navigation #main-menu .class {
    border: 1;
  }
  #navigation #main-menu .inner {
    background: rgba(0, 0, 0, 0.8);
    padding: 70px 0 10px 0;
  }
  #navigation #main-menu .inner > ul {
    position: static;
    width: 100%;
    height: auto;
  }
  #navigation #main-menu .inner > ul li {
    display: block;
    height: auto;
    position: static;
  }
  #navigation #main-menu .inner > ul li a {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    display: none;
  }
  #navigation #main-menu .inner > ul li a.active {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50px;
    right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
    height: 60px;
    font-size: 20px;
    display: block;
    color: #fff;
    pointer-events: none;
  }
  #navigation #main-menu .inner > ul li a.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #000;
    right: 0px;
    top: 0;
    left: 0;
    height: 60px;
  }
  #navigation #main-menu .inner > ul li ul {
    display: none !important;
  }
  #navigation #main-menu .inner > ul:after {
    content: none;
  }
  #navigation #main-menu ins {
    display: block;
    position: absolute;
    z-index: 0;
    right: 6px;
    top: 12px;
    width: 14px;
    height: 14px;
    transform-origin: 0 100%;
    transform: rotate(-135deg);
  }
  #navigation #main-menu ins:before, #navigation #main-menu ins:after {
    content: "";
    width: 2px;
    height: 100%;
    float: left;
    background: #8C714A;
  }
  #navigation #main-menu ins:after {
    width: calc(100% - 2px);
    height: 2px;
  }
  #booknow {
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    padding: 0;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
  }
  #stayconnected .feed {
    min-height: 100px;
    height: auto;
  }
  .arrow-block .title span {
    left: 20px;
    right: 20px;
  }
  .type-rooms #content .middle .body,
  .type-venues #content .middle .body {
    padding: 0 30px;
  }
  .type-rooms #content .middle .body h1,
  .type-venues #content .middle .body h1 {
    line-height: 40px;
    font-size: 28px;
  }
  .type-rooms #content .middle .body h2,
  .type-venues #content .middle .body h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .type-rooms #content .middle #rooms-list article, .type-rooms #content .middle #rooms-list article.dark,
  .type-venues #content .middle #rooms-list article,
  .type-venues #content .middle #rooms-list article.dark {
    height: auto;
  }
  .type-rooms #content .middle #rooms-list article .image, .type-rooms #content .middle #rooms-list article.dark .image,
  .type-venues #content .middle #rooms-list article .image,
  .type-venues #content .middle #rooms-list article.dark .image {
    width: auto;
    position: static;
    height: 0;
    padding-bottom: 40%;
  }
  .type-rooms #content .middle #rooms-list article .image:after, .type-rooms #content .middle #rooms-list article.dark .image:after,
  .type-venues #content .middle #rooms-list article .image:after,
  .type-venues #content .middle #rooms-list article.dark .image:after {
    content: none;
  }
  .type-rooms #content .middle #rooms-list article .inner, .type-rooms #content .middle #rooms-list article.dark .inner,
  .type-venues #content .middle #rooms-list article .inner,
  .type-venues #content .middle #rooms-list article.dark .inner {
    padding: 30px;
  }
  .type-rooms #content .middle #rooms-list article .inner header, .type-rooms #content .middle #rooms-list article.dark .inner header,
  .type-venues #content .middle #rooms-list article .inner header,
  .type-venues #content .middle #rooms-list article.dark .inner header {
    padding: 0;
  }
  .type-rooms #content .middle #rooms-list article .links, .type-rooms #content .middle #rooms-list article.dark .links,
  .type-venues #content .middle #rooms-list article .links,
  .type-venues #content .middle #rooms-list article.dark .links {
    position: static;
    width: auto;
    max-width: none;
    padding: 0 0 40px 0;
  }
  .type-rooms #content .middle #room-page .heading,
  .type-venues #content .middle #room-page .heading {
    padding: 30px 40px 45px;
  }
  .type-rooms #content .middle #room-page .heading .arrows,
  .type-venues #content .middle #room-page .heading .arrows {
    position: absolute;
    margin: 0;
    top: 110px;
    left: 0;
    right: 0;
  }
  .type-rooms #content .middle #room-page .heading .arrows a,
  .type-venues #content .middle #room-page .heading .arrows a {
    top: 0;
    margin: 0;
    right: auto;
    left: auto;
    width: 20px;
    height: 20px;
  }
  .type-rooms #content .middle #room-page .heading .arrows a.next,
  .type-venues #content .middle #room-page .heading .arrows a.next {
    right: 5px;
    margin: 0;
  }
  .type-rooms #content .middle #room-page .heading .arrows a.prev,
  .type-venues #content .middle #room-page .heading .arrows a.prev {
    left: 25px;
    margin: 0;
  }
  .type-rooms #content .middle #room-page .room-content,
  .type-venues #content .middle #room-page .room-content {
    padding: 0;
  }
  .type-rooms #content .middle #room-page .room-content .left,
  .type-venues #content .middle #room-page .room-content .left {
    padding: 30px;
    width: auto;
    float: none;
  }
  .type-rooms #content .middle #room-page .room-content .room-gallery,
  .type-venues #content .middle #room-page .room-content .room-gallery {
    float: none;
    width: 100%;
  }
  .type-rooms #content .middle .additional-rooms .swiper-container,
  .type-venues #content .middle .additional-rooms .swiper-container {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .type-rooms #content .middle .additional-rooms .swiper-container .swiper-slide,
  .type-venues #content .middle .additional-rooms .swiper-container .swiper-slide {
    margin: 0;
  }
  .type-gallery #content .middle {
    padding: 30px 0;
  }
  .type-gallery #content .middle .content {
    padding: 50px 0 0 0;
  }
  .type-gallery #content .middle .content h1, .type-gallery #content .middle .content h2, .type-gallery #content .middle .content p {
    padding: 0 30px;
  }
  .type-gallery #content .middle .content h1 {
    line-height: 40px;
    font-size: 28px;
  }
  .type-gallery #content .middle .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .type-gallery #content .middle #gallery {
    margin: 0;
  }
  .type-gallery #content .middle #gallery figure {
    width: calc(50% - 5px);
    height: 0;
    padding-bottom: calc(50% - 5px);
    margin: 5px;
  }
  .type-gallery #content .middle #gallery figure:nth-child(2n-1) {
    margin-left: 0;
  }
  .type-gallery #content .middle #gallery figure:nth-child(2n) {
    margin-right: 0;
  }
  .type-gallery #content .middle #gallery .fullscreen {
    top: 0;
    z-index: 9999998;
  }
  .type-content #content .content {
    padding: 30px 0;
  }
  .type-content #content .content h1 {
    line-height: 40px;
    font-size: 28px;
  }
  .type-content #content .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .type-content #content .content .body {
    padding: 0 30px;
  }
  .type-content #content .content .body .image {
    position: static;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    margin-bottom: 30px;
  }
  .type-content #content .content .body h3 {
    font-size: 18px;
    font-weight: 500;
  }
  .type-specials .content {
    padding: 30px;
  }
  .type-specials .content .body .headings {
    margin-bottom: 30px;
  }
  .type-specials .content .body .headings h1 {
    line-height: 52px;
    padding-bottom: 20px;
  }
  .type-specials .specials-list figure {
    display: block;
    width: auto;
    margin: 0 0 40px 0;
  }
  .type-specials .specials-list figure figcaption {
    margin: 20px;
  }
  .type-specials .specials-list figure figcaption .title {
    white-space: normal;
    font-size: 26px;
    height: auto;
    padding-bottom: 20px;
  }
  .type-specials .special {
    padding: 30px 0;
  }
  .type-specials .special .image {
    float: none;
    width: auto;
    height: 0;
    padding-bottom: 52%;
  }
  .type-specials .special .description {
    padding: 30px 0;
  }
  .poi-page #content {
    padding-top: 120px !important;
  }
  .poi-page #content .content {
    padding: 0;
  }
  .poi-page #content .content .right {
    float: none;
    width: auto;
  }
  .poi-page #content .content .category-wrapper .poi-category {
    float: none;
    width: auto;
    padding: 0 60px;
  }
  .poi-page #content .content .category-wrapper .poi-category .swiper-container {
    margin-bottom: 30px;
  }
  .poi-page #content .content .swiper-button-prev {
    left: 30px;
    z-index: 800;
    margin: 0;
    top: 260px;
  }
  .poi-page #content .content .swiper-button-next {
    left: auto;
    right: 10px;
    margin: 0;
    top: 260px;
  }
  .poi-page #content .poi-list {
    padding: 30px;
  }
  .poi-page .categories-wrapper .category-wrapper .poi-category .swiper-container .point .thumbnail {
    display: none;
  }
  .type-calendar #content .content {
    padding: 30px 0;
  }
  .type-calendar #content_cal {
    padding: 30px 0;
  }
  .type-calendar #content_cal header {
    padding: 0 30px;
    width: auto;
  }
  .type-calendar #content_cal #calendar-breadcrumb {
    padding: 20px 30px;
  }
  #footer {
    padding: 0 0 60px;
    text-align: center;
  }
  #footer .socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 30px;
    display: block;
    text-align: center;
  }
  #footer .socials a {
    width: 48px;
    height: 48px;
  }
  #footer .location {
    position: relative;
    padding: 100px 10px;
  }
  #footer .location span, #footer .location a {
    white-space: nowrap;
  }
  #footer .location .selector {
    padding: 0;
  }
  #footer .location .selector li {
    border: 0;
    font-size: 16px;
    line-height: 35px;
    white-space: normal;
  }
  #footer .location .selector li a {
    font-size: 16px;
  }
  #footer .location .weather-widget {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .location .weather-widget .title {
    display: none;
  }
  #footer .location .weather-widget .current-weather {
    display: inline-block;
    line-height: 80px;
    height: 80px;
    padding: 20px 0 0;
  }
  #footer .location .weather-widget .current-weather .ic {
    transform: scale(1.6);
    position: static;
    display: inline-block;
    transform-origin: 100% 25%;
    margin-right: 30px;
  }
  #footer .location .weather-widget .current-weather .temp {
    font-size: 46px;
  }
  #footer .location .weather-widget .current-weather .temp span {
    line-height: 80px;
  }
  #footer .location .weather-widget .current-weather .temp .celcius:after {
    top: 1px;
    height: 35px;
  }
  #footer .newsletter form {
    padding: 30px 0;
  }
  #footer .newsletter form label {
    text-align: center;
    display: block;
    width: auto;
  }
  #footer .newsletter form input[type=email] {
    width: 180px;
  }
  #footer .newsletter form input[type=submit] {
    width: 214px;
  }
  #footer .amenities strong {
    display: block;
    width: auto;
    text-align: center;
    float: none;
    line-height: 55px;
    margin-bottom: -20px;
  }
  #footer .amenities .selector {
    padding: 0 10px;
    margin-left: 0;
    text-align: center;
  }
  #footer .amenities .selector li a {
    line-height: 40px;
    padding: 0 5px 0 40px;
    background-size: 40px 40px;
  }
  #footer .navigation .left {
    width: 100%;
    float: none;
  }
  #footer .navigation .left .fn {
    width: auto;
    background-size: contain;
  }
  #footer .navigation .left .socials {
    display: none;
  }
  #footer .navigation .center {
    float: none;
    width: auto;
  }
  #footer .navigation .center nav {
    float: none;
    width: auto;
    padding: 30px 0;
  }
  #footer .navigation .center nav ul {
    width: auto;
  }
  #footer .navigation .center nav ul li {
    width: auto;
    padding: 0 8px;
  }
  #footer .navigation .center .copy {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 20px;
  }
  #footer .navigation .right {
    display: none;
  }
  /* BOOKING */
  .mobile_overflow {
    overflow: hidden;
  }
  .mobile_overflow body {
    overflow: hidden;
  }
  .mobile_overflow #booknow {
    display: none;
  }
  #pressroom-lightbox {
    z-index: 99999;
  }
  .arrow-block .title span {
    left: 0px;
    right: 0px;
    font-size: 24px;
  }
  #rooms .swiper-container .swiper-slide a.image {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  #rooms .swiper-container .swiper-slide figcaption a.button {
    margin-bottom: 80px;
  }
  #rooms a.swiper-button-prev,
  #rooms a.swiper-button-next {
    top: 240px;
  }
  #rooms div.swiper-pagination {
    bottom: 30px;
    top: auto;
  }
  #events .swiper-container .swiper-slide a.image {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  #events .swiper-container .swiper-slide figcaption a.button {
    margin-bottom: 40px;
  }
  #events a.swiper-button-prev,
  #events a.swiper-button-next {
    top: 340px;
  }
  #events div.swiper-pagination {
    bottom: 30px;
    top: auto;
  }
  #photos {
    height: 320px;
  }
  .secondary #photos {
    height: 320px;
  }
  #content .form input[type=text], #content .form textarea, #content .form .selectedTxt {
    width: calc(100% - 20px);
  }
  #content .form .controls p {
    padding: 0;
    text-align: center;
  }
  #content .form .ui-datepicker-trigger {
    left: auto;
    right: 10px;
  }
  #ui-datepicker-div {
    width: calc(100% - 60px);
  }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 610px) {
  #booknow-widget {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    overflow: auto;
  }
  #booknow-widget .close {
    top: 10px;
    right: 10px;
  }
  #booknow-widget .close:after, #booknow-widget .close:before {
    background-color: #000;
  }
  #booknow-widget fieldset.date {
    width: calc(50% - 5px);
    height: auto;
    min-height: 140px;
    margin: 0 0 10px 0;
    display: none;
  }
  #booknow-widget fieldset.date.visible {
    display: inline-block;
  }
  #booknow-widget fieldset.date.selected {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #booknow-widget fieldset.date.selected .datepicker {
    display: block;
  }
  #booknow-widget fieldset.date .datepicker {
    display: none;
  }
  #booknow-widget fieldset.date .datepicker .ui-datepicker-calendar {
    width: calc(100% - 40px);
  }
  #booknow-widget fieldset.date .datepicker .ui-datepicker-calendar td a, #booknow-widget fieldset.date .datepicker .ui-datepicker-calendar td span {
    height: 28px;
    line-height: 32px;
  }
  #booknow-widget fieldset.date .datecard strong {
    margin: 0 0 -10px 0;
    line-height: 40px;
  }
  #booknow-widget fieldset.date .datecard span.day {
    margin-bottom: -10px;
  }
  #booknow-widget fieldset.number {
    margin-top: 0;
    height: auto;
  }
  #booknow-widget fieldset.number .ui-spinner .ui-button {
    opacity: 1;
    top: 20px;
  }
  #booknow-widget fieldset.number .ui-spinner input {
    padding: 10px 30% 0 30%;
    line-height: 60px;
    height: 50px;
    width: 40%;
  }
  #booknow-widget fieldset.number .ui-spinner:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #booknow-widget fieldset.fc-input {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #booknow-widget fieldset.button-wrapper .button {
    height: 66px;
    line-height: 72px;
  }
}
@media only screen and (max-height: 760px) {
  #booknow-widget {
    top: 0;
    left: 0;
    transform: none;
    height: 100vh;
    padding-top: 50px;
    overflow: auto;
  }
  #booknow-widget .close {
    top: 10px;
    right: 10px;
  }
  #booknow-widget .close:after, #booknow-widget .close:before {
    background-color: #000;
  }
  #booknow-widget fieldset.date {
    width: calc(50% - 5px);
    height: auto;
    min-height: 140px;
    margin: 0 0 10px 0;
    display: none;
  }
  #booknow-widget fieldset.date.visible {
    display: inline-block;
  }
  #booknow-widget fieldset.date.selected {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #booknow-widget fieldset.date.selected .datepicker {
    display: block;
  }
  #booknow-widget fieldset.date .datepicker {
    display: none;
  }
  #booknow-widget fieldset.date .datepicker .ui-datepicker-calendar {
    width: calc(100% - 40px);
  }
  #booknow-widget fieldset.date .datepicker .ui-datepicker-calendar td a, #booknow-widget fieldset.date .datepicker .ui-datepicker-calendar td span {
    height: 28px;
    line-height: 32px;
  }
  #booknow-widget fieldset.date .datecard strong {
    margin: 0 0 -10px 0;
    line-height: 40px;
  }
  #booknow-widget fieldset.date .datecard span.day {
    margin-bottom: -10px;
  }
  #booknow-widget fieldset.number {
    margin-top: 0;
    height: auto;
  }
  #booknow-widget fieldset.number .ui-spinner .ui-button {
    opacity: 1;
    top: 20px;
  }
  #booknow-widget fieldset.number .ui-spinner input {
    padding: 10px 30% 0 30%;
    line-height: 60px;
    height: 50px;
    width: 40%;
  }
  #booknow-widget fieldset.number .ui-spinner:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #booknow-widget fieldset.fc-input {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #booknow-widget fieldset.button-wrapper .button {
    height: 66px;
    line-height: 72px;
  }
}
.content h4 {
  margin: 10px 0;
  font-size: 18px !important;
  font-weight: 500;
}
.content p {
  margin: 10px 20px 10px 0;
}

#navigation #main-menu .inner > ul > li:focus ul {
  max-height: none;
  visibility: visible;
  opacity: 1;
  padding: 5px 20px;
}
#navigation #main-menu .inner > ul > li:hover ul {
  max-height: none;
  visibility: visible;
  opacity: 1;
  padding: 5px 20px;
}
#navigation #main-menu .inner > ul > li ul {
  visibility: visible;
}

@media (max-width: 1520px) {
  #stayconnected .feed figure {
    margin: 0 0 30px 0;
  }
  #stayconnected .swiper-button-prev {
    left: 35px;
    z-index: 900;
  }
  #stayconnected .swiper-button-next {
    right: 10px;
    z-index: 900;
  }
}
@media (max-width: 1020px) {
  #stayconnected .feed figure {
    margin: 0 0 30px 0;
  }
  #stayconnected .swiper-button-prev {
    left: 35px;
    z-index: 900;
  }
  #stayconnected .swiper-button-next {
    right: 10px;
    z-index: 900;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .swiper-button-prev {
    left: 35px;
  }
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 739px) {
  #photos .swiper-button-prev {
    left: 30px;
  }
  #photos .swiper-button-next {
    left: auto;
    right: 30px;
  }
  #photos .swiper-container .swiper-wrapper {
    height: 320px;
  }
  #photos .swiper-container .swiper-wrapper .swiper-slide figcaption {
    font-size: 60px;
    line-height: 60px;
    top: 25%;
  }
  #promos_a {
    position: relative;
    height: auto;
    margin-top: -50px;
    margin-bottom: 50px;
  }
  #promos_a nav {
    left: 0;
    width: 100%;
    text-align: center;
    top: -60px;
    margin-top: 0;
  }
  #promos_a article.arrow-block {
    position: relative;
    max-width: none;
    margin: 0 54px;
    left: 0;
    right: 0;
    animation: none;
    z-index: 250;
    transform: none;
  }
  #promos_a article.arrow-block.hidden {
    display: none;
    animation: none;
  }
  #promos_a article.arrow-block.visible {
    animation: none;
    display: block;
  }
  #rooms {
    padding: 0 0 30px 0;
  }
  #rooms header {
    height: auto;
    padding: 0 0 30px;
  }
  #rooms header h2 {
    padding: 0 20px;
  }
  #rooms .swiper-container {
    height: auto;
  }
  #rooms .swiper-container .swiper-slide .image {
    position: static;
    display: block;
    width: 100%;
    height: 576px;
    background-size: cover;
  }
  #rooms .swiper-container .swiper-slide figcaption {
    padding: 30px 20px;
    text-align: center;
  }
  #rooms .swiper-container .swiper-slide figcaption a.button {
    margin-bottom: 0;
  }
  #rooms .swiper-button-prev {
    left: 40px;
    top: 400px;
    z-index: 250;
  }
  #rooms .swiper-button-next {
    left: auto;
    right: 15px;
    top: 400px;
    z-index: 250;
  }
  #rooms .swiper-pagination {
    width: 100%;
    position: static;
    margin: 10px 0 0 0;
  }
  .booknow {
    display: none;
  }
  #specials {
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
  }
  #specials .swiper-container .swiper-wrapper .swiper-slide {
    /*
    	opacity: .4 !important;
    	pointer-events: none;
    	&.swiper-slide-active {
    		opacity:1 !important;
    		pointer-events: auto;
    	}
    */
  }
  #specials .swiper-container .swiper-wrapper .swiper-slide dl {
    background-size: auto 220px;
    padding-top: 220px;
  }
  #specials .swiper-container .swiper-wrapper .swiper-slide dl dd .promo-button:hover .button {
    opacity: 0;
    transform: none;
  }
  #specials .swiper-container .swiper-wrapper .swiper-slide dl dd .promo-button:hover:after {
    opacity: 0;
  }
  #specials .swiper-button-prev {
    left: 35px;
    top: 210px;
    z-index: 400;
  }
  #specials .swiper-button-next {
    left: auto;
    right: 10px;
    top: 210px;
    z-index: 400;
  }
  #promos_b {
    padding: 30px 0;
  }
  #promos_b .promo-item {
    display: block;
    width: auto;
    margin: 0 30px;
  }
  #events {
    padding: 0 0 30px 0;
  }
  #events header {
    padding: 140px 0 40px;
  }
  #events header .arrow-block {
    width: auto;
    left: 30px;
    right: 30px;
  }
  #events .swiper-container {
    height: auto;
  }
  #events .swiper-container .swiper-slide .image {
    position: static;
    display: block;
    width: 100%;
    height: 576px;
  }
  #events .swiper-container .swiper-slide figcaption {
    width: auto;
    text-align: center;
    padding: 30px;
  }
  #events .swiper-button-prev {
    left: 60px;
    z-index: 400;
  }
  #events .swiper-button-next {
    left: auto;
    right: 60px;
    z-index: 400;
  }
  #events .swiper-pagination {
    width: 100%;
    position: static;
    margin: 10px 0;
  }
  #stayconnected .feed {
    padding: 30px;
  }
  #stayconnected .feed figure.twitter-feed figcaption {
    font-size: 20px;
    line-height: 32px;
  }
  #stayconnected .feed .swiper-wrapper {
    height: auto !important;
  }
  #stayconnected .swiper-button-prev,
  #stayconnected .swiper-button-next {
    display: none;
  }
}
@media (max-width: 739px) {
  .secondary.type-press #content .content {
    margin: 0;
  }
  .secondary.type-press #content .content .body {
    padding: 0;
  }
}
@media (max-width: 1020px) {
  .site-inner {
    min-width: 0;
  }
  .content-area {
    float: none;
    margin: 0;
    width: auto;
  }
  #secondary.sidebar {
    float: none;
    margin: 0;
    width: auto;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .site-header {
    padding: 40px 0 60px 0;
  }
  .post-thumbnail-link {
    width: calc(100% - 95px);
    margin-bottom: 20px;
  }
  .content-block {
    width: auto;
    float: none;
    margin: 0 0 0 95px;
  }
}
@media (max-width: 739px) {
  .site-header {
    padding: 40px 0 60px 0;
  }
  .site-main > article {
    margin-bottom: 30px;
  }
  .index-post-date {
    float: none;
    width: auto;
    text-align: left;
  }
  .index-post-date span {
    display: inline;
  }
  .index-post-date span.date {
    font: 15px/20px Butler, serif;
    color: #000;
    padding: 0 5px;
  }
  .post-thumbnail-link {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-block {
    width: auto;
    float: none;
    margin: 0;
  }
}
.weather-widget {
  float: right;
  display: block;
  font-family: "Butler", sans-serif;
  /* WEATHER FORECAST ICONS */
}
.weather-widget > div {
  display: inline-block;
  height: 46px;
  line-height: 50px;
  vertical-align: top;
}
.weather-widget > div.title {
  margin-right: 15px;
}
.weather-widget .current-weather {
  position: relative;
  padding-left: 60px;
}
.weather-widget .current-weather .ic {
  position: absolute;
  left: 0px;
  top: -2px;
}
.weather-widget .current-weather .temp {
  color: #fff;
  font-size: 22px;
  display: inline-block;
}
.weather-widget .current-weather .temp .celcius {
  position: relative;
}
.weather-widget .current-weather .temp i {
  font-size: 0;
  background: #8C714A;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 1px;
  line-height: 16px;
  margin-top: -4px;
}
.weather-widget .ic {
  display: block;
  width: 30px;
  height: 50px;
  background: url("../images/weather-sprite.svg") no-repeat 0 100px;
}
.no-svg .weather-widget .ic {
  background-image: url("../images/weather-sprite.png");
}
.weather-widget .cms-icon-weather-thunderstorm {
  background-position: -10px -1000px;
}
.weather-widget .cms-icon-weather-drizzle {
  background-position: -10px 0;
}
.weather-widget .cms-icon-weather-rain-light {
  background-position: -10px 0;
}
.weather-widget .cms-icon-weather-rain-heavy {
  background-position: -10px -700px;
}
.weather-widget .cms-icon-weather-snow {
  background-position: -10px -850px;
}
.weather-widget .cms-icon-weather-atmosphere {
  background-position: -10px -250px;
}
.weather-widget .cms-icon-weather-clouds {
  background-position: -10px -200px;
}
.weather-widget .cms-icon-weather-clear {
  background-position: -10px -950px;
}
.weather-widget .cms-icon-weather-tornado {
  background-position: -10px -1000px;
}
.weather-widget .cms-icon-weather-tropicalstorm {
  background-position: -10px -1000px;
}
.weather-widget .cms-icon-weather-hurricane {
  background-position: -10px -1000px;
}
.weather-widget .cms-icon-weather-cold {
  background-position: -10px -450px;
}
.weather-widget .cms-icon-weather-hot {
  background-position: -10px -950px;
}
.weather-widget .cms-icon-weather-windy {
  background-position: -10px -350px;
}
.weather-widget .cms-icon-weather-hail {
  background-position: -10px -500px;
}
.weather-widget .cms-icon-weather-calm {
  background-position: -10px -450px;
}
.weather-widget .cms-icon-weather-breeze {
  background-position: -10px -250px;
}
.weather-widget .cms-icon-weather-gale {
  background-position: -10px -350px;
}
.weather-widget .cms-icon-weather-storm {
  background-position: -10px -1000px;
}
.fixed-menu .weather-widget {
  top: -5px;
}

/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.menu-tabs-block-acm {
  margin: 0 0 30px;
}
.menu-tabs-block-acm h2 {
  font: 400 22px/36px "Butler", sans-serif;
  color: #000;
  height: 55px;
  text-transform: uppercase;
  text-align: center;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  margin: 0 5px 10px;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background: #8C714A;
  text-decoration: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button:before {
  right: 0;
  opacity: 0;
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  max-width: 70%;
  text-align: center;
}
@media (max-width: 739px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media (max-width: 739px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  color: #8C714A;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-descr {
  color: #444;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  max-width: 300px;
  margin: 40px 0;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  line-height: 54px;
  border: 2px solid #8C714A;
  background-color: #8C714A;
  text-transform: uppercase;
  z-index: 10;
  height: auto;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #8C714A url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
  border: none;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #8C714A;
  background-color: #fff;
}
.acm-block-layout.audio-block .play-audio:hover::before {
  opacity: 1;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #8C714A url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 4%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
  border: none;
  padding: 0;
}
#popup .popup-close:before {
  content: none;
}
@media (max-width: 739px) {
  #popup .popup-close {
    top: 1%;
  }
}

.view-wrapper {
  padding: 0 10px;
  margin: 14px auto 80px;
  text-align: center;
  position: relative;
}

.view-360-section {
  max-width: 840px;
}

.view-360 {
  font-size: 0;
}
@media (min-width: 740px) and (max-width: 979px) {
  .view-360 {
    text-align: center;
  }
}
.view-360:before {
  content: "";
  display: block;
  background: #E2E2E2;
  height: 1px;
  max-width: 904px;
  position: relative;
  margin: 0 auto 10px;
}
.view-360 .block {
  width: calc((100% - 42px) / 3);
  height: 264px;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 979px) {
  .view-360 .block {
    width: calc(50% - 14px);
  }
}
@media (max-width: 739px) {
  .view-360 .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 250ms ease-in;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Soin Sans Pro", Arial, sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border: none;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  background: url("../images/360-mini.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -20px;
}
.view-360 .block .view-tour:before {
  content: none;
}
.view-360 .block .view-tour:hover {
  background: none;
}

.alert-bar {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 70px;
  height: 40px;
  z-index: 10000;
  color: #fff;
  background: #444;
  border-bottom: thin solid #444;
  font-family: "Butler", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 979px) {
  .alert-bar {
    height: 60px;
  }
}
@media (max-width: 739px) {
  .alert-bar {
    height: 60px;
    padding: 0 30px 0 10px;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
}
.alert-bar.visible {
  display: flex;
}
.alert-bar .content {
  display: inline-block;
  padding: 0;
}
.alert-bar .link {
  color: inherit;
}
.alert-bar .link:hover {
  color: #b89e78;
}
.alert-bar .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2;
  border: none;
  padding: 0;
}
.alert-bar .close:hover {
  background: none;
}
.alert-bar .close:hover:after, .alert-bar .close:hover:before {
  background: #b89e78;
  opacity: 1;
  right: auto;
}
.alert-bar .close:after, .alert-bar .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: background 250ms ease-in;
  border: none;
}
.alert-bar .close:after {
  width: 20px;
  height: 1px;
}
.alert-bar .close:before {
  width: 1px;
  height: 20px;
}

.alert-bar.visible + #navigation {
  margin-top: 40px;
}
.alert-bar.visible + #navigation + #booknow {
  top: 40px;
}
@media (min-width: 1521px) {
  .alert-bar.visible + #navigation + #booknow {
    top: 80px;
  }
}
@media (max-width: 979px) {
  .alert-bar.visible + #navigation {
    margin-top: 60px;
  }
  .alert-bar.visible + #navigation + #booknow {
    top: 60px;
  }
}
@media (max-width: 979px) and (max-width: 739px) {
  .alert-bar.visible + #navigation + #booknow {
    top: initial;
  }
}

.promos-slider {
  margin: 30px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.promos-slider .center-column {
  overflow: hidden;
  max-width: 900px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .promos-slider .center-column {
    padding: 0 7px;
  }
}
.promos-slider .centerered-block {
  padding: 0 calc((100% - 1400px) / 2);
}
@media (max-width: 1520px) {
  .promos-slider .centerered-block {
    padding: 0 40px;
  }
}
@media (max-width: 739px) {
  .promos-slider .centerered-block {
    padding: 0;
  }
}
.promos-slider .page-content {
  padding-bottom: 12px;
}
@media (max-width: 739px) {
  .promos-slider .page-content {
    padding-bottom: 6px;
  }
}
.promos-slider .page-content .h1-like {
  font: 700 30px/36px "Butler", sans-serif;
  display: block;
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 739px) {
  .promos-slider .page-content .h1-like {
    font-size: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 10px;
  }
}
.promos-slider .page-content p {
  margin-bottom: 20px;
}
.promos-slider .slideshow {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.promos-slider .slideshow-wrapper {
  text-align: center;
  height: 460px !important;
}
.promos-slider .slide {
  white-space: normal;
  width: 466.6666666667px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media (max-width: 1520px) {
  .promos-slider .slide {
    width: calc((100vw - 90px) / 3);
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .promos-slider .slide {
    width: calc((100vw - 80px) / 2);
  }
}
@media (max-width: 739px) {
  .promos-slider .slide {
    width: 100vw;
    margin: 10px;
    height: 450px;
    min-height: auto;
  }
}
.promos-slider .slide .slide-inner-wrapper {
  position: relative;
  max-height: 480px;
  min-height: 460px;
  margin: 0 15px;
}
@media (max-width: 739px) {
  .promos-slider .slide .slide-inner-wrapper {
    margin: 0;
  }
}
.promos-slider .slide h4, .promos-slider .slide .h4 {
  color: #fff;
  font: 500 30px/36px "Butler", sans-serif;
  text-align: center;
  max-width: 436px;
  margin: 0 auto;
}
.promos-slider .slide h4 a, .promos-slider .slide .h4 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide:hover .description {
  opacity: 1;
}
.promos-slider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promos-slider .slide:hover .button {
  opacity: 1;
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.1);
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
}
.promos-slider .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 45px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  transition: background-color 250ms ease-in;
}
@media (min-width: 740px) and (max-width: 979px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
@media (max-width: 739px) {
  .promos-slider .overlay {
    padding: 26px 10px;
  }
}
.promos-slider .description {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 16px;
  flex-flow: column;
  margin: 20px auto;
  padding: 0 30px;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  transition: opacity 250ms ease-in;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 739px) {
  .promos-slider .description p {
    font-size: 12px;
    opacity: 1;
  }
}
.promos-slider .button {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}
.promos-slider .slideshow-pagination {
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.promos-slider .slideshow-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  margin: 0 4px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: all 250ms ease-in;
}
.promos-slider .slideshow-pagination .swiper-pagination-switch.swiper-active-switch {
  background: transparent;
  border-color: #8C714A;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 20px;
  height: 20px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  background: none;
}
.promos-slider .slideshow-button:before {
  display: none;
}
@media (max-width: 739px) {
  .promos-slider .slideshow-button {
    display: block;
  }
}
.promos-slider .slideshow-button:hover {
  opacity: 0.7;
  background: none;
}
.promos-slider .slideshow-button.next {
  right: 30px;
  transform: rotate(45deg);
}
.promos-slider .slideshow-button.previous {
  left: 30px;
  transform: rotate(-135deg);
}
