@font-face {
  font-family: "Againts";
  src: url("../fonts/Againts.eot");
  src: url("../fonts/Againts.woff2") format("woff2"), url("../fonts/Againts.woff") format("woff"), url("../fonts/Againts.ttf") format("truetype"), url("../fonts/Againts.svg#Againts") format("svg"), url("../fonts/Againts.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#property-hamburger-navigation {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 69;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  #property-hamburger-navigation {
    display: none;
  }
}
.hamburger-navigation-visible #property-hamburger-navigation {
  right: 0;
  visibility: visible;
}
.hamburger-navigation-visible #property-hamburger-navigation .main-menu .menu.level-1 > li.shouldAnimate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#property-hamburger-navigation .property-hamburger-close-button {
  right: auto;
  left: 24px;
  transform: none;
}
#property-hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  padding-top: 36px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #property-hamburger-navigation .top-menu {
    max-width: 215px;
  }
}
#property-hamburger-navigation .top-menu .menu li {
  position: relative;
}
#property-hamburger-navigation .top-menu .menu a {
  display: block;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li {
  margin-bottom: 20px;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li > a {
  font: 20px/34px "aktiv-grotesk";
  letter-spacing: 2px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li > a:hover, #property-hamburger-navigation .top-menu .menu.level-1 > li > a.active {
  color: #000;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li > a.top-menu-phone {
  color: #a38c67;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li > a.top-menu-phone:hover {
  color: #000;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li > .plus {
  top: 10px;
}
#property-hamburger-navigation .top-menu .menu.level-1 > li.shouldAnimate {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
}
#property-hamburger-navigation .top-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  background-color: #fafafa;
  border: solid 1px #ad916b;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#property-hamburger-navigation .top-menu .menu.submenu a {
  padding: 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#property-hamburger-navigation .top-menu .menu.submenu a:hover, #property-hamburger-navigation .top-menu .menu.submenu a.active {
  color: #000;
}
#property-hamburger-navigation .top-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#property-hamburger-navigation .top-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#property-hamburger-navigation .top-menu .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: transform 350ms ease-in-out;
  transform-origin: top center;
}
@media only screen and (max-width: 767px) {
  #property-hamburger-navigation .top-menu .plus:after {
    width: 8px;
    height: 8px;
  }
}
#property-hamburger-navigation .top-menu .parent.expanded > .plus {
  top: 14px !important;
}
#property-hamburger-navigation .top-menu .parent.expanded > .plus:after {
  transform: rotate(135deg) translateY(-50%);
}
#property-hamburger-navigation .top-menu .menu.submenu .plus {
  top: 0;
}
#property-hamburger-navigation .main-menu {
  position: relative;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
#property-hamburger-navigation .main-menu .menu li {
  position: relative;
}
#property-hamburger-navigation .main-menu .menu a {
  display: block;
}
#property-hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 20px;
}
#property-hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 20px/34px "aktiv-grotesk";
  letter-spacing: 2px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
#property-hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #property-hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #000;
}
#property-hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 10px;
}
#property-hamburger-navigation .main-menu .menu.level-1 > li.shouldAnimate {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
}
#property-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  background-color: #fafafa;
  border: solid 1px #ad916b;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#property-hamburger-navigation .main-menu .menu.submenu a {
  padding: 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#property-hamburger-navigation .main-menu .menu.submenu a:hover, #property-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #000;
}
#property-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#property-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#property-hamburger-navigation .main-menu .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
  pointer-events: none;
  transition: transform 350ms ease-in-out;
  transform-origin: top center;
}
@media only screen and (max-width: 767px) {
  #property-hamburger-navigation .main-menu .plus:after {
    width: 8px;
    height: 8px;
  }
}
#property-hamburger-navigation .main-menu .parent.expanded > .plus {
  top: 14px !important;
}
#property-hamburger-navigation .main-menu .parent.expanded > .plus:after {
  transform: rotate(135deg) translateY(-50%);
}
#property-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#property-hamburger-navigation .mobile-menu-footer {
  margin-top: 72px;
}

.h1,
.page-content h1 {
  margin: 0;
  font-family: "aktiv-grotesk";
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #2b2b2b;
}
@media only screen and (max-width: 767px) {
  .h1,
.page-content h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 3.5px;
  }
}

.h2,
.page-content h2 {
  font-family: "aktiv-grotesk";
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #2b2b2b;
}
@media only screen and (max-width: 767px) {
  .h2,
.page-content h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 3px;
  }
}

.h3,
.page-content h3 {
  font-family: "aktiv-grotesk";
  font-size: 22px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #2b2b2b;
}

.h4, #openTable .form .op-title {
  font-family: "aktiv-grotesk";
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

.overline {
  font-family: "aktiv-grotesk";
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2b2b2b;
}

p {
  margin-bottom: 24px;
  padding-bottom: 0;
  font-family: "aktiv-grotesk";
  font-size: 14px;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 26px;
  font-weight: 300;
}

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

.container a:hover {
  color: #a38c67;
}

a {
  color: #a38c67;
}

#property-hamburger-navigation {
  z-index: 69;
  background-color: #f9f7f4;
}
#property-hamburger-navigation .hamburger-close-button {
  right: auto;
  left: 24px;
  transform: none;
}

#photos {
  position: relative;
  height: 720px;
  padding-top: 0;
  z-index: 11;
}
@media only screen and (max-width: 1023px) {
  #photos {
    height: 80vh;
  }
}
#photos .slideshow {
  height: 100%;
  overflow: hidden;
}
#photos .slideshow .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#photos .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: 0 auto;
  line-height: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #photos .swiper-pagination {
    margin-top: 28px;
  }
}
#photos .swiper-pagination > * {
  display: inline-block;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
#photos .swiper-pagination > *:hover, #photos .swiper-pagination > *.active {
  background: #a38c67;
}

.home #photos {
  height: 720px;
}
@media only screen and (max-width: 1023px) {
  .home #photos {
    height: 80vh;
  }
}
.home #photos:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.center-column {
  width: 100%;
  max-width: 1328px;
  padding: 0 24px;
  margin: 0 auto;
}

.decorative-text {
  position: absolute;
  font-family: "Againts";
  font-size: 112px;
  line-height: 72px;
  font-weight: 400;
  color: #a38c67;
  white-space: nowrap;
  transform: rotate(-4deg);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .decorative-text {
    font-size: 52px;
    line-height: 56px;
  }
}

.acc-wrap {
  margin-top: 16px;
}
.acc-wrap .acc-item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.acc-wrap .acc-title {
  position: relative;
  display: block;
  width: 100%;
  font-family: "aktiv-grotesk";
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  text-align: left;
  color: #2b2b2b;
  text-transform: uppercase;
  padding: 20px 24px;
}
@media only screen and (max-width: 767px) {
  .acc-wrap .acc-title {
    padding: 20px;
  }
}
.acc-wrap .acc-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #2b2b2b;
  content: "";
  transform: translateY(-50%);
  transition: transform 350ms;
}
.acc-wrap .acc-title:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 1px;
  height: 9px;
  background-color: #2b2b2b;
  content: "";
  transform: translateY(-50%);
  transition: transform 350ms;
}
.acc-wrap .acc-title.opened:before {
  transform: translateY(-50%) rotate(-180deg);
}
.acc-wrap .acc-title.opened:after {
  transform: translateY(-50%) rotate(-90deg);
}
.acc-wrap .acc-content {
  display: none;
  margin-top: -10px;
  padding-left: 24px;
}
.acc-wrap .acc-content p {
  margin-bottom: 16px;
}
.acc-wrap .acc-content .button {
  margin-bottom: 24px;
}

.image-content {
  position: relative;
  padding-top: 56px;
  padding-bottom: 155px;
  background-color: #f9f7f4;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .image-content {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.image-content:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background-image: linear-gradient(180deg, #f9f7f4 0%, #fdfdfc 100%);
}
.image-content__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.image-content__image {
  width: 100%;
  border-radius: 24px;
  min-height: 305px;
}
@media only screen and (min-width: 768px) {
  .image-content__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}
.image-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.image-content__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.image-content__image .play-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  transition: all 0.2s;
}
.image-content__image .play-button:hover {
  opacity: 0.7;
}
.image-content__image .play-button img {
  width: 100%;
}
.image-content__text {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .image-content__text {
    display: flex;
    align-items: center;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-bottom: 0;
    padding-right: 2%;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .image-content__text {
    padding-right: 2%;
    padding-left: 10.385%;
  }
}
.image-content__text__inner {
  width: 100%;
}
.image-content__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .image-content__text .h2 {
    margin-bottom: 24px;
  }
}
.image-content__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .image-content__text p {
    margin-bottom: 32px;
  }
}
.image-content .decorative-text {
  bottom: -170px;
}
@media only screen and (max-width: 1023px) {
  .image-content .decorative-text {
    bottom: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .image-content .decorative-text {
    bottom: -70px;
  }
}
@media only screen and (min-width: 768px) {
  .image-content.reverse .image-content__row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .image-content.reverse .image-content__text {
    padding-right: 6%;
    padding-left: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .image-content.reverse .image-content__text {
    padding-right: 10.385%;
    padding-left: 2%;
  }
}

.two-column-slider {
  padding-bottom: 120px;
  padding-top: 56px;
}
@media only screen and (max-width: 767px) {
  .two-column-slider {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
.two-column-slider.bg-color {
  position: relative;
  background-color: #f9f7f4;
  padding-top: 56px;
}
@media only screen and (max-width: 767px) {
  .two-column-slider.bg-color {
    padding-top: 0;
  }
}
.two-column-slider.bg-color:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background-image: linear-gradient(180deg, #f9f7f4 0%, #fdfdfc 100%);
}
.two-column-slider .row {
  display: flex !important;
  flex-wrap: wrap !important;
}
.two-column-slider__content {
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .two-column-slider__content {
    display: flex;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-bottom: 0;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-slider__content {
    padding-left: 2%;
    padding-right: 10.385%;
  }
}
.two-column-slider__content .h2 {
  margin-bottom: 24px;
}
.two-column-slider__content__inner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .two-column-slider__content__inner {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-slider__content__inner {
    padding-top: 100px;
  }
}
.two-column-slider__content .text-wrap {
  margin-bottom: 32px;
}
.two-column-slider__content .menu-tabs.tabs {
  margin: auto;
  padding: 30px 0 30px;
  text-align: center;
  width: 100%;
}
.two-column-slider__content .menu-tabs .tabs-titles {
  padding-bottom: 34px;
}
.two-column-slider__content .menu-tabs .tabs-titles ul {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.two-column-slider__content .menu-tabs .tabs-titles .tab-button {
  margin-right: 24px;
  font-family: "aktiv-grotesk";
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(43, 43, 43, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}
.two-column-slider__content .menu-tabs .tabs-titles .tab-title.active .tab-button {
  font-size: 32px;
  font-weight: 300;
  color: #2b2b2b;
}
.two-column-slider__content .menu-tabs .tabs-content {
  position: relative;
  text-align: left;
}
.two-column-slider__content .menu-tabs .tabs-content .tabs-content-item {
  opacity: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  transition: all 0.2s;
}
.two-column-slider__content .menu-tabs .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: all 0.2s;
}
.two-column-slider__image {
  position: relative;
  width: 100%;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .two-column-slider__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
    min-height: 305px;
  }
}
.two-column-slider__image .slideshow {
  overflow: hidden;
}
.two-column-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.two-column-slider__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  line-height: 0;
}
.two-column-slider .arrows-wrapper {
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) {
  .two-column-slider .arrows-wrapper {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-slider .arrows-wrapper {
    display: none;
  }
}
.two-column-slider .arrows-wrapper .previous {
  transform: rotate(-180deg);
  line-height: 0;
}
.two-column-slider .arrows-wrapper .next {
  margin-left: 16px;
  line-height: 0;
}
.two-column-slider .arrows-wrapper svg {
  width: 30px;
  fill: transparent;
}
.two-column-slider .arrows-wrapper.mobile-devices {
  display: none;
}
@media only screen and (max-width: 767px) {
  .two-column-slider .arrows-wrapper.mobile-devices {
    display: block;
    right: 0;
    left: 0;
    margin-top: 40px;
    text-align: center;
  }
}
.two-column-slider .decorative-text {
  top: -32px;
  right: 14%;
}
@media only screen and (max-width: 767px) {
  .two-column-slider .decorative-text {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .two-column-slider.reverse .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .two-column-slider.reverse .two-column-slider__content {
    padding-left: 6%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-slider.reverse .two-column-slider__content {
    padding-left: 10.385%;
    padding-right: 2%;
  }
}

.alternate-blocks-nextwhisky {
  overflow: hidden;
}
.alternate-blocks-nextwhisky .row {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .alternate-blocks-nextwhisky .row {
    margin-bottom: 120px;
  }
}
.alternate-blocks-nextwhisky .row:nth-child(even) {
  flex-direction: unset;
}
@media only screen and (min-width: 768px) {
  .alternate-blocks-nextwhisky .row.reverse .alternate-blocks__content {
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .alternate-blocks-nextwhisky .row.reverse .alternate-blocks__content {
    padding-left: 2%;
    padding-right: 10.385%;
  }
}
.alternate-blocks-nextwhisky .row .mask-path-1,
.alternate-blocks-nextwhisky .row .mask-path-2,
.alternate-blocks-nextwhisky .row .mask-path-3 {
  display: none;
}
.alternate-blocks-nextwhisky .row:nth-child(3n+1) .mask-path-1 {
  display: block;
}
.alternate-blocks-nextwhisky .row:nth-child(3n+2) .mask-path-2 {
  display: block;
}
.alternate-blocks-nextwhisky .row:nth-child(3n+3) .mask-path-3 {
  display: block;
}
.alternate-blocks-nextwhisky__content {
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .alternate-blocks-nextwhisky__content {
    display: flex;
    align-items: center;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-bottom: 0;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .alternate-blocks-nextwhisky__content {
    padding-right: 3%;
    padding-left: 10.385%;
  }
}
.alternate-blocks-nextwhisky__content .h2 {
  margin-bottom: 24px;
}
.alternate-blocks-nextwhisky__content__inner {
  width: 100%;
}
.alternate-blocks-nextwhisky__content__inner p + .button {
  margin-top: 0;
}
.alternate-blocks-nextwhisky__content__inner .button {
  margin-top: 24px;
}
.alternate-blocks-nextwhisky__image {
  position: relative;
  width: 100%;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .alternate-blocks-nextwhisky__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
    min-height: 305px;
  }
}
.alternate-blocks-nextwhisky__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.alternate-blocks-nextwhisky__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  line-height: 0;
}
.alternate-blocks-nextwhisky .decorative-text {
  bottom: -25px;
  right: 70%;
}
@media only screen and (max-width: 767px) {
  .alternate-blocks-nextwhisky .decorative-text {
    left: 0;
    right: auto;
  }
}

.two-column-with-accordion {
  position: relative;
  padding-top: 24px;
  background-color: #f9f7f4;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .two-column-with-accordion {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.two-column-with-accordion:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background-image: linear-gradient(180deg, #f9f7f4 0%, #fdfdfc 100%);
}
.two-column-with-accordion__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.two-column-with-accordion__image {
  position: relative;
  width: 100%;
  border-radius: 24px;
  min-height: 305px;
}
@media only screen and (min-width: 768px) {
  .two-column-with-accordion__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}
.two-column-with-accordion__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.two-column-with-accordion__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.two-column-with-accordion__text {
  width: 100%;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .two-column-with-accordion__text {
    display: flex;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-bottom: 0;
    padding-top: 48px;
    padding-right: 2%;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-with-accordion__text {
    align-items: center;
    padding-right: 2%;
    padding-left: 10.385%;
  }
}
.two-column-with-accordion__text__inner {
  width: 100%;
}
.two-column-with-accordion__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .two-column-with-accordion__text .h2 {
    margin-bottom: 24px;
  }
}
.two-column-with-accordion__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .two-column-with-accordion__text p {
    margin-bottom: 32px;
  }
}
.two-column-with-accordion__text .acc-wrap {
  margin-top: 16px;
}
.two-column-with-accordion__text .acc-wrap .acc-item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.two-column-with-accordion__text .acc-wrap .acc-title {
  position: relative;
  display: block;
  width: 100%;
  font-family: "aktiv-grotesk";
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  text-align: left;
  color: #2b2b2b;
  text-transform: uppercase;
  padding: 20px 24px;
}
@media only screen and (max-width: 767px) {
  .two-column-with-accordion__text .acc-wrap .acc-title {
    padding: 20px;
  }
}
.two-column-with-accordion__text .acc-wrap .acc-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #2b2b2b;
  content: "";
  transform: translateY(-50%);
  transition: transform 350ms;
}
.two-column-with-accordion__text .acc-wrap .acc-title:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 1px;
  height: 9px;
  background-color: #2b2b2b;
  content: "";
  transform: translateY(-50%);
  transition: transform 350ms;
}
.two-column-with-accordion__text .acc-wrap .acc-title.opened:before {
  transform: translateY(-50%) rotate(-180deg);
}
.two-column-with-accordion__text .acc-wrap .acc-title.opened:after {
  transform: translateY(-50%) rotate(-90deg);
}
.two-column-with-accordion__text .acc-wrap .acc-content {
  display: none;
  margin-top: -10px;
  padding-left: 24px;
}
.two-column-with-accordion__text .acc-wrap .acc-content p {
  margin-bottom: 16px;
}
.two-column-with-accordion__text .acc-wrap .acc-content .button {
  margin-bottom: 24px;
}
.two-column-with-accordion .decorative-text {
  top: -25px;
  left: 80%;
}
@media only screen and (max-width: 767px) {
  .two-column-with-accordion .decorative-text {
    left: 0;
  }
}

.two-column-content {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .two-column-content {
    padding-bottom: 120px;
  }
}
.two-column-content__row {
  display: flex;
  flex-wrap: wrap;
}
.two-column-content__image {
  position: relative;
  width: 100%;
  border-radius: 24px;
  min-height: 305px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .two-column-content__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
    padding-bottom: 0;
  }
}
.two-column-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.two-column-content__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.two-column-content__text {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .two-column-content__text {
    display: flex;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-bottom: 0;
    padding-top: 48px;
    padding-left: 2%;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .two-column-content__text {
    align-items: center;
    padding-left: 2%;
    padding-right: 10.385%;
  }
}
.two-column-content__text__inner {
  width: 100%;
}
.two-column-content__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .two-column-content__text .h2 {
    margin-bottom: 24px;
  }
}
.two-column-content__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .two-column-content__text p {
    margin-bottom: 32px;
  }
}
.two-column-content .decorative-text {
  bottom: 20px;
  left: -32%;
  transform: rotate(4deg);
}
@media only screen and (max-width: 1023px) {
  .two-column-content .decorative-text {
    bottom: 30px;
    left: -8%;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-content .decorative-text {
    left: 22%;
  }
}

.intro-two-column-slider {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #f9f7f4;
}
@media only screen and (max-width: 767px) {
  .intro-two-column-slider {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}
.intro-two-column-slider:before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background-image: linear-gradient(180deg, #f9f7f4 0%, #fdfdfc 100%);
}
.intro-two-column-slider .row {
  display: flex !important;
  flex-wrap: wrap !important;
}
.intro-two-column-slider__image {
  position: relative;
  width: 100%;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .intro-two-column-slider__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
    min-height: 305px;
  }
}
.intro-two-column-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.intro-two-column-slider__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  line-height: 0;
}
.intro-two-column-slider__image .decorative-text {
  right: 0;
  bottom: -40px;
}
@media only screen and (max-width: 767px) {
  .intro-two-column-slider__image .decorative-text {
    bottom: 12px;
    position: relative;
    line-height: 24px;
    text-align: right;
  }
}
.intro-two-column-slider__content {
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .intro-two-column-slider__content {
    display: flex;
    align-items: center;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-bottom: 0;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-two-column-slider__content {
    padding-left: 2%;
    padding-right: 10.385%;
  }
}
.intro-two-column-slider__content__inner {
  width: 100%;
}
.intro-two-column-slider__content__inner .h1 {
  margin-bottom: 24px;
}
.intro-two-column-slider__content__inner p:last-child {
  margin-bottom: 0;
}
.intro-two-column-slider__content__inner .button {
  margin-top: 24px;
}
.intro-two-column-slider__content .overline {
  margin-bottom: 10px;
}
.intro-two-column-slider .arrows-wrapper {
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) {
  .intro-two-column-slider .arrows-wrapper {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-two-column-slider .arrows-wrapper {
    display: none;
  }
}
.intro-two-column-slider .arrows-wrapper .previous {
  transform: rotate(-180deg);
  line-height: 0;
}
.intro-two-column-slider .arrows-wrapper .next {
  margin-left: 16px;
  line-height: 0;
}
.intro-two-column-slider .arrows-wrapper svg {
  width: 30px;
  fill: transparent;
}
.intro-two-column-slider .arrows-wrapper.mobile-devices {
  display: none;
}
@media only screen and (max-width: 767px) {
  .intro-two-column-slider .arrows-wrapper.mobile-devices {
    display: block;
    right: 0;
    left: 0;
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .intro-two-column-slider.reverse .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .intro-two-column-slider.reverse .intro-two-column-slider__content {
    padding-left: 6%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-two-column-slider.reverse .intro-two-column-slider__content {
    padding-right: 2%;
    padding-left: 10.385%;
  }
}

.jumbo-slider-next-whisky-bar {
  position: relative;
  overflow: hidden;
}
.jumbo-slider-next-whisky-bar:before {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100px;
  content: "";
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  transform: scale(1.2);
}
@media only screen and (min-width: 1280px) {
  .jumbo-slider-next-whisky-bar:before {
    top: -90px;
    height: 138px;
  }
}
.jumbo-slider-next-whisky-bar:after {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  height: 100px;
  content: "";
  border-radius: 100%;
  background-color: #f9f7f4;
  z-index: 1;
  transform: scale(1.2);
}
@media only screen and (min-width: 1280px) {
  .jumbo-slider-next-whisky-bar:after {
    bottom: -84px;
    height: 138px;
  }
}
.jumbo-slider-next-whisky-bar__container {
  position: relative;
  height: 550px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .jumbo-slider-next-whisky-bar__container {
    height: 800px;
  }
}
.jumbo-slider-next-whisky-bar__container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
}
.jumbo-slider-next-whisky-bar__container .slideshow {
  height: 100%;
  overflow: hidden;
}
.jumbo-slider-next-whisky-bar__container figure {
  height: 100%;
}
.jumbo-slider-next-whisky-bar__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jumbo-slider-next-whisky-bar__container .tile:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.jumbo-slider-next-whisky-bar__container .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .jumbo-slider-next-whisky-bar__container .text {
    bottom: 32px;
  }
}
.jumbo-slider-next-whisky-bar__container .text .center-column {
  max-width: 715px;
}
.jumbo-slider-next-whisky-bar__container .text .overline {
  margin-bottom: 30px;
  color: #fff;
}
.jumbo-slider-next-whisky-bar__container .text .description {
  margin-bottom: 30px;
}
.jumbo-slider-next-whisky-bar__container .text .description p {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 3.5px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .jumbo-slider-next-whisky-bar__container .text .description p {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 32px;
  }
}
.jumbo-slider-next-whisky-bar .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  right: 0;
  bottom: 66px;
  left: 0;
  margin: 0 auto;
  line-height: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .jumbo-slider-next-whisky-bar .swiper-pagination {
    margin-top: 28px;
  }
}
.jumbo-slider-next-whisky-bar .swiper-pagination > * {
  display: inline-block;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
.jumbo-slider-next-whisky-bar .swiper-pagination > *:hover, .jumbo-slider-next-whisky-bar .swiper-pagination > *.active {
  background: #a38c67;
}

.welcome-content {
  position: relative;
  background-color: #f9f7f4;
}
@media only screen and (min-width: 768px) {
  .welcome-content {
    padding-bottom: 120px;
  }
}
.welcome-content:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background-image: linear-gradient(180deg, #f9f7f4 0%, #fdfdfc 100%);
}
.welcome-content__row {
  display: flex;
  flex-wrap: wrap;
}
.welcome-content__image {
  width: 100%;
  border-radius: 24px;
  min-height: 305px;
}
@media only screen and (min-width: 768px) {
  .welcome-content__image {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}
.welcome-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.welcome-content__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.welcome-content__image .play-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  transition: all 0.2s;
}
.welcome-content__image .play-button:hover {
  opacity: 0.7;
}
.welcome-content__image .play-button img {
  width: 100%;
}
.welcome-content__text {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .welcome-content__text {
    display: flex;
    align-items: center;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    margin-top: 0;
    padding-right: 2%;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .welcome-content__text {
    padding-right: 2%;
    padding-left: 10.385%;
  }
}
.welcome-content__text__inner {
  width: 100%;
}
.welcome-content__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .welcome-content__text .h2 {
    margin-bottom: 24px;
  }
}
.welcome-content__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .welcome-content__text p {
    margin-bottom: 32px;
  }
}
.welcome-content__text .button {
  margin-top: 24px;
}
.welcome-content .decorative-text {
  bottom: -170px;
}
@media only screen and (max-width: 1023px) {
  .welcome-content .decorative-text {
    bottom: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content .decorative-text {
    bottom: -70px;
  }
}
@media only screen and (min-width: 768px) {
  .welcome-content.reverse .image-content__row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .welcome-content.reverse .image-content__text {
    padding-right: 6%;
    padding-left: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .welcome-content.reverse .image-content__text {
    padding-right: 10.385%;
    padding-left: 2%;
  }
}

.stay-connected {
  background-color: #f6f9fb;
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .stay-connected {
    padding: 64px 0;
  }
}
.stay-connected .center-column {
  max-width: 600px;
}
.stay-connected__header {
  text-align: center;
}
.stay-connected__header .h2 {
  margin-bottom: 12px;
}
.stay-connected__newsletter {
  max-width: 410px;
  margin: 38px auto 0;
}
.stay-connected__newsletter .form-group {
  position: relative;
}
.stay-connected__newsletter .form-group .form-control {
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #000;
  letter-spacing: 1.2px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.stay-connected__newsletter .submit-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: right;
}

.our-location {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .our-location {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
.our-location__row {
  display: flex;
  flex-wrap: wrap;
}
.our-location__image {
  width: 100%;
  border-radius: 24px;
  min-height: 425px;
}
@media only screen and (min-width: 768px) {
  .our-location__image {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 680px;
  }
}
.our-location__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.our-location__image img:hover {
  transform: scale(1.04);
}
.our-location__image__inner {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.our-location__image__inner #map {
  width: 100%;
  height: 100%;
}
.our-location__image .hotel-location-map {
  width: 100% !important;
  height: 100%;
  margin: 0;
  border-radius: 25px;
}
.our-location__text {
  max-width: 100%;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .our-location__text {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-right: 2%;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .our-location__text {
    padding-right: 2%;
    padding-left: 10.385%;
  }
}
.our-location__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .our-location__text .h2 {
    margin-bottom: 24px;
  }
}
.our-location__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .our-location__text p {
    margin-bottom: 32px;
  }
}
.our-location__text .property-address {
  margin-bottom: 18px;
  font-weight: 300;
}
.our-location__text .property-address span {
  font-weight: 300;
  display: inline-block;
  margin-right: 8px;
}
.our-location__text .property-address a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
.our-location__text .property-address a:hover {
  color: #a38c67;
}

.reservation-panel {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  padding-bottom: 150px;
  background-color: #f6f9fb;
  z-index: 99;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (min-width: 768px) {
  .reservation-panel {
    right: -440px;
    width: 440px;
  }
}
.reservation-panel .reservation-header {
  padding: 30px;
  text-align: left;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.reservation-panel .reservation-content {
  padding: 0 30px 60px;
  height: 100%;
  overflow: auto;
}
.reservation-panel .reservation-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: center;
  background-color: #f6f9fb;
}
.reservation-panel .reservation-footer p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
}
.reservation-panel .reservation-footer p a {
  font-weight: 300;
  color: #000;
  text-decoration: underline;
}
.reservation-panel .reservation-footer p a:hover {
  color: #a38c67;
}
.reservation-panel .reservation-modal-close-button {
  position: absolute;
  top: 27px;
  right: 20px;
  line-height: 0;
}
.reservation-panel .reservation-modal-close-button svg {
  fill: #000;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
}

.reservation-panel-opened .reservation-panel {
  right: 0;
}
.reservation-panel-opened .modal-overlay {
  display: block;
}

#openTable .form {
  margin: 0 auto;
  padding: 40px 0;
}
#openTable .form .op-title {
  margin-bottom: 16px;
}
#openTable .form label {
  font-family: "aktiv-grotesk";
  color: #000;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  width: 100%;
  text-align: left;
  margin: 0;
}
#openTable .form p {
  margin-right: 20px;
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
#openTable .form input {
  width: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font: 13px/13px "aktiv-grotesk";
  font-weight: 300;
  letter-spacing: 1.2px;
  height: 40px;
  padding: 0;
}
#openTable .form select {
  height: 40px;
  padding: 0;
  font: 13px/13px "aktiv-grotesk";
  font-weight: 300;
  letter-spacing: 1.2px;
  resize: none;
  width: 100px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 40px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-position: 94% 16px;
  background-size: 20px;
}
#openTable .form .peopleselect select {
  width: 122px;
}
#openTable .form input[type=submit] {
  width: 140px;
  margin-top: 46px;
  border-radius: 0;
  font-weight: 700;
}
#openTable .form input,
#openTable .form select,
#openTable .form select#people {
  width: 100%;
  margin-left: 0;
}
#openTable .form .button {
  height: 48px;
  margin: 16px 0 0 0;
  width: 100%;
  font-size: 11px;
  line-height: 48px;
}
#openTable .form .select {
  position: relative;
}
#openTable .form .select .arrow-down {
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 0;
  z-index: -1;
}
#openTable .form .select .arrow-down svg {
  stroke: #000;
}
#openTable .form .controls {
  margin: 0;
}
#openTable .form p.opentable img {
  width: 200px;
  margin-right: 0;
  height: auto;
  margin-top: 53px;
}
#openTable .form .opentable {
  text-align: center;
}
#openTable .form .dateslect {
  position: relative;
}
#openTable .form .dateslect .calendar-icon {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
#openTable .form .dateslect .calendar-icon svg {
  stroke: #000;
  fill: transparent;
}
#openTable .ui-datepicker-trigger {
  display: none;
  position: absolute;
  color: #000;
}

@media (max-width: 960px) {
  #ui-datepicker-div {
    display: none;
  }
}
#ui-datepicker-div {
  background-color: #fff;
  font-family: "aktiv-grotesk";
  font-size: 16px;
  border: none;
  padding: 10px;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 8px;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-family: "aktiv-grotesk";
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  overflow: hidden;
  text-indent: -10000px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover {
  border-color: #000;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #a38c67;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#ui-datepicker-div .ui-datepicker-unselectable {
  color: #999;
}
#ui-datepicker-div th {
  font-weight: bold;
}
#ui-datepicker-div th,
#ui-datepicker-div td {
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
}
#ui-datepicker-div td {
  border: none;
  padding: 0 1px;
}
#ui-datepicker-div td a,
#ui-datepicker-div td .ui-state-default {
  display: block;
  text-decoration: none;
  padding: 11px 5px;
  color: #000;
}
#ui-datepicker-div td a {
  color: #a38c67;
}
#ui-datepicker-div td a:hover {
  background: #a38c67;
  color: #fff;
}
#ui-datepicker-div td a.ui-state-active {
  color: #fff;
  background: #a38c67;
}
#ui-datepicker-div td a.ui-state-active:hover {
  color: #fff;
  background: #a38c67;
}
#ui-datepicker-div .ui-datepicker-today .ui-state-default,
#ui-datepicker-div .ui-datepicker-today .ui-state-highlight {
  color: #000;
  background-color: rgba(163, 140, 103, 0.3);
}

.feeds-widget {
  position: relative;
  background-color: #f9f7f4;
  padding-top: 58px;
  padding-bottom: 58px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .feeds-widget {
    padding-top: 120px;
    padding-bottom: 126px;
  }
}
.feeds-widget .feeds-header {
  text-align: center;
}
.feeds-widget .feeds-header .h2 {
  margin-bottom: 16px;
}
.feeds-widget .feeds-header .overline a {
  color: #2b2b2b;
  text-decoration: none;
}
.feeds-widget .arrows-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .feeds-widget .arrows-wrapper {
    display: none;
  }
}
.feeds-widget .arrows-wrapper .slideshow-button.previous {
  transform: rotate(-180deg);
  line-height: 0;
}
.feeds-widget .arrows-wrapper .slideshow-button {
  line-height: 0;
}
.feeds-widget .arrows-wrapper svg {
  width: 30px;
  fill: transparent;
}
.feeds-widget .arrows-wrapper .more-text {
  display: inline-block;
  margin-right: -4px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2b2b;
}
.feeds-widget .arrows-wrapper.mobile-devices {
  display: none;
}
@media only screen and (max-width: 767px) {
  .feeds-widget .arrows-wrapper.mobile-devices {
    display: block;
    right: 0;
    left: 0;
    margin-top: 40px;
    text-align: center;
  }
}
.feeds-widget .decorative-text {
  position: relative;
  bottom: 0;
  margin-top: 95px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .feeds-widget .decorative-text {
    bottom: 0;
    transform: none;
    margin-top: 95px;
  }
}

.feed-content {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .feed-content {
    padding-top: 48px;
  }
}
.feed-content .slideshow {
  margin: 0 8px;
  overflow: hidden;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .feed-content .slideshow {
    margin: 0 6px;
    padding: 0;
  }
}
.feed-content .feed-item {
  position: relative;
}
.feed-content .feed-item .feed-item-inner {
  position: relative;
}
.feed-content .feed-item .feed-item-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: padding 0.2s;
}
@media only screen and (min-width: 768px) {
  .feed-content .feed-item .feed-item-inner:before {
    padding-top: 100%;
  }
}
.feed-content .feed-item:nth-child(4n+3) .feed-item-inner:before {
  padding-top: 148%;
}
.feed-content .feed-item:first-child .feed-item-inner, .feed-content .feed-item:nth-child(5) .feed-item-inner, .feed-content .feed-item:nth-child(4n+1) .feed-item-inner {
  margin-top: 40%;
}
.feed-content .feed-item:nth-child(4n) .feed-item-inner {
  margin-top: 8%;
}
.feed-content .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 12px;
}
.feed-content .feed-item .feed-thumb div {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.feed-content .feed-item .feed-thumb:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 24px;
  opacity: 1;
  background-size: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.feed-content .feed-item .feed-descr {
  display: none;
}
.feed-content .feed-item .feed-link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.feed-content .feed-item .feed-link .feed-icon {
  position: absolute;
  top: 28px;
  right: 20px;
}
.feed-content .feed-item .feed-link .feed-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.map-section {
  overflow: hidden;
}
.map-section__inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #2b2b2b;
}
.map-section__left {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 64px 24px;
}
@media only screen and (min-width: 1280px) {
  .map-section__left {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}
.map-section__left .content-holder {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .map-section__left .content-holder {
    margin-right: 112px;
    padding-left: 24px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
  }
}
.map-section__left .content-holder .h3 {
  margin-bottom: 30px;
  color: #fff;
}
.map-section__left .content-holder .acc-wrap .acc-item {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.map-section__left .content-holder .acc-wrap .acc-title {
  padding: 23px 24px;
}
.map-section__left .content-holder .acc-wrap .acc-title:before, .map-section__left .content-holder .acc-wrap .acc-title:after {
  background-color: #fff;
}
.map-section__left .content-holder .acc-wrap .acc-title .overline {
  color: #fff;
}
.map-section__left .content-holder .acc-wrap .acc-content p {
  font-family: "aktiv-grotesk";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
}
.map-section__left .content-holder .acc-wrap .acc-content p a {
  color: #fff;
  font-weight: 300;
}
.map-section__left .content-holder .acc-wrap .acc-content p:last-child {
  margin-bottom: 0;
}
.map-section__left .content-holder .acc-wrap .acc-content .acc-content-inner {
  padding-bottom: 20px;
}
.map-section__left .content-holder .btn-holder {
  margin-top: 40px;
  display: inline-block;
}
.map-section__left .decorative-text {
  right: 24px;
  bottom: -18px;
}
@media only screen and (min-width: 1280px) {
  .map-section__left .decorative-text {
    right: auto;
    left: 15%;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .map-section__left .decorative-text {
    left: 56%;
  }
}
.map-section__right {
  width: 100%;
  height: 535px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .map-section__right {
    flex: 0 0 56.25%;
    max-width: 56.25%;
    margin-bottom: 0;
    height: 700px;
  }
}
.map-section__right .hotel-location-map,
.map-section__right .property-location-leaflet-map {
  height: 100%;
  width: 100% !important;
  margin-left: 0;
  z-index: 0;
}
.map-section__right .map-wrapper {
  height: inherit;
  width: 100%;
}
.map-section__right .map-wrapper .leaflet-container a.leaflet-popup-close-button {
  top: 2px;
  right: 6px;
  font-size: 20px;
  color: #2b2b2b;
}
.map-section__right .map-wrapper .leaflet-popup {
  bottom: 30px !important;
}
.map-section__right .map-wrapper .leaflet-popup-content {
  margin: 0;
}
.map-section__right .map-wrapper .leaflet-popup-content-wrapper {
  max-width: 326px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.map-section__right .map-wrapper .leaflet-popup-tip-container {
  display: none;
}
.map-section__right .map-wrapper .map-content,
.map-section__right .map-wrapper .map-content-popup {
  padding: 30px 24px;
  text-align: center;
}
.map-section__right .map-wrapper .map-content h3,
.map-section__right .map-wrapper .map-content-popup h3 {
  font-family: "aktiv-grotesk";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.map-section__right .map-wrapper .map-content p,
.map-section__right .map-wrapper .map-content-popup p {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "aktiv-grotesk";
  font-size: 14px;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 26px;
  font-weight: 300;
}
.map-section__right .map-wrapper .map-content .button,
.map-section__right .map-wrapper .map-content-popup .button {
  display: inline-block;
  margin-top: 10px;
  color: #a38c67;
}
.map-section .socials {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .map-section .socials {
    padding-top: 0;
  }
}
.map-section .socials li {
  margin: 0 8px;
}
.map-section .socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.2s;
}
.map-section .socials li a:hover {
  background-color: #a38c67;
}
.map-section .socials li a svg {
  fill: #2b2b2b;
}

.footer {
  margin-top: 0;
}
.footer .button:before {
  display: none;
}

.gallery-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1328px;
  margin: 72px auto 0;
}
@media only screen and (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 64px;
  }
}
.gallery-grid .photo {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  height: 295px;
  width: 100%;
  margin-bottom: 0;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .gallery-grid .photo {
    height: 255px;
  }
}
.gallery-grid .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: none;
}
.gallery-grid .photo:hover {
  opacity: 0.8;
}
.gallery-grid .photo.double {
  grid-row: span 2;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .gallery-grid .photo.double {
    height: 520px;
  }
}

#hebs-gallery {
  background-color: #f9f7f4;
}
#hebs-gallery .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-info {
  background-color: #f9f7f4;
  box-shadow: none;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: none;
  border-radius: 16px;
}
#hebs-gallery .galleria-image-nav-right,
#hebs-gallery .galleria-image-nav-left {
  width: 48px;
  height: 16px;
  margin-top: -12px;
  background-image: url(../images/arrow-right.svg);
  background-size: 100%;
  opacity: 1;
}
#hebs-gallery .galleria-image-nav-left {
  transform: scale(-1);
}
#hebs-gallery .close-button {
  background: url(../images/close.svg) 0 0 no-repeat;
  background-size: cover;
  opacity: 1;
}

.menu-tabs-block-acm {
  background-color: rgba(250, 249, 247, 0.3);
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.menu-tabs-block-acm .tabs-titles {
  width: 100%;
  z-index: 200;
  position: sticky;
  top: 88px;
  z-index: 2;
  transition: all 0.3s;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    top: 70px;
  }
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}
@media only screen and (min-width: 1280px) {
  .menu-tabs-block-acm .tabs-titles ul {
    justify-content: center;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
  margin: 0 16px;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  display: block;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "aktiv-grotesk";
  color: #000;
  opacity: 1;
}
.menu-tabs-block-acm .tabs-titles .button {
  display: block;
  padding: 24px 0;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "aktiv-grotesk";
  background-color: transparent;
  opacity: 0.6;
}
.menu-tabs-block-acm .tabs-titles .button:before {
  display: none;
}
.menu-tabs-block-acm .tabs-titles .button:after {
  display: none;
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item {
    padding-top: 64px;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .top-content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.menu-tabs-block-acm .top-content__inner {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .menu-tabs-block-acm .top-content__inner {
    margin: 0 auto 90px;
  }
}
.menu-tabs-block-acm .top-content__inner .h2 {
  text-align: center;
  margin-bottom: 20px;
}
.menu-tabs-block-acm .top-content__inner .tabs-content-item-descr {
  max-width: 600px;
  margin: 0 auto;
}
.menu-tabs-block-acm .top-content__down {
  width: 100%;
  max-width: 984px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .top-content__down {
    margin: 0 auto 0 auto;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 100%;
  margin-right: auto;
  padding: 0 0 40px 0;
  text-align: left;
}
.menu-tabs-block-acm .menu-block__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-tabs-block-acm .menu-block .h3 {
  margin-bottom: 40px;
  color: #a38c67;
  text-align: center;
}
.menu-tabs-block-acm .menu-block .dish {
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .menu-tabs-block-acm .menu-block .dish {
    flex: 0 0 50%;
    max-width: 400px;
    padding: 0 24px 0 0;
  }
}
.menu-tabs-block-acm .menu-block .dish__inner {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-descr {
  font-weight: 300;
  letter-spacing: 1px;
}
.menu-tabs-block-acm .menu-block .dish .dish-name {
  margin-bottom: 10px;
  font-family: "aktiv-grotesk";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #2b2b2b;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0 0;
  font-size: 12px;
}
.menu-tabs-block-acm .menu-block .dish .name-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}
