body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@font-face {
  font-family: 'Knockout';
  src: url("../../fonts/knockout.eot");
  src: url("../../fonts/knockout.eot?#iefix") format("embedded-opentype"), url("../../fonts/knockout.woff2") format("woff2"), url("../../fonts/knockout.woff") format("woff"), url("../../fonts/knockout.ttf") format("truetype"), url("../../fonts/knockout.svg#knockout") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mercury';
  src: url("../../fonts/mercury.eot");
  src: url("../../fonts/mercury.eot?#iefix") format("embedded-opentype"), url("../../fonts/mercury.woff2") format("woff2"), url("../../fonts/mercury.woff") format("woff"), url("../../fonts/mercury.ttf") format("truetype"), url("../../fonts/mercury.svg#../../fonts/mercury") format("svg");
  font-weight: normal;
  font-style: italic;
}

/*
font-family: 'Knockout', sans-serif;
font-weight: 500;

font-family: aktiv-grotesk, sans-serif;
font-weight: 500;

font-family: 'Mercury', sans-serif;
font-weight: 400;
*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  min-width: 320px;
  padding-top: 125px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  text-align: left;
  background-color: #F0EBE5;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  body {
    padding-top: 150px;
  }
}

@media (min-width: 1700px) {
  body {
    padding-top: 180px;
  }
}

body.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.content-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.content-large {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .content-large {
    margin-left: 8.33333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}

.content-narrow {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.33333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.66666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (min-width: 1200px) {
  .content-narrow {
    margin-left: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.content-small {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.33333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

@media (min-width: 768px) {
  .content-small {
    margin-left: 16.66666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .content-small {
    margin-left: 29.16666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #F0EBE5;
  z-index: 101;
}

@media (min-width: 1200px) {
  .header {
    padding: 30px 0;
  }
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .header-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}

@media (min-width: 1700px) {
  .header-content {
    width: 66.6667%;
    margin-left: 16.6667%;
  }
}

.header-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-nav li {
  margin-left: 30px;
}

.header-nav li:first-of-type {
  margin-left: 0;
}

.header-nav li.current-menu-item a:after {
  width: 100%;
}

.header-nav li.menu-item-type-custom a {
  color: #E74437;
}

.header-nav li.menu-item-type-custom a:after {
  background-color: #E74437;
}

.header-nav a {
  position: relative;
  display: block;
  color: #000000;
  font-size: 12px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header-nav a {
    font-size: 15px;
  }
}

.header-nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.header-nav a:hover:after {
  width: 100%;
}

.header-logo {
  display: block;
}

.header-logo img {
  display: block;
  width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .header-logo img {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .header-logo img {
    width: 164px;
  }
}

.header-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 30px;
  height: 20px;
}

@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}

.header-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 101;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .mobile-nav ul {
    padding: 0 30px;
  }
}

.mobile-nav ul li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mobile-nav ul li {
    margin-top: 20px;
  }
}

.mobile-nav ul li:first-of-type {
  margin-top: 0;
}

.mobile-nav ul li.current-menu-item a:after {
  width: 100%;
}

.mobile-nav ul li.menu-item-type-custom a {
  color: #E74437;
}

.mobile-nav ul a {
  position: relative;
  color: #FFFFFF;
  font-size: 22px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .mobile-nav ul a {
    font-size: 34px;
  }
}

.mobile-nav ul a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
}

.mobile-nav-logo {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (min-width: 768px) {
  .mobile-nav-logo {
    top: 30px;
    left: 30px;
  }
}

.mobile-nav-logo img {
  display: block;
  width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .mobile-nav-logo img {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .mobile-nav-logo img {
    width: 164px;
  }
}

.mobile-nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .mobile-nav-close {
    top: 30px;
    right: 30px;
  }
}

.mobile-nav-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}

.mobile-nav-close span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-close span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.book-now-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #E74437;
  z-index: 100;
}

@media (min-width: 992px) {
  .book-now-link {
    display: none;
  }
}

.book-now-link span,
.book-now-link img {
  display: block;
}

.book-now-link span {
  color: #FFFFFF;
  text-align: center;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.book-now-link img {
  margin-left: 10px;
}

.footer {
  width: 100%;
  margin-bottom: 47px;
  padding: 30px 0;
  background-color: #000000;
}

@media (min-width: 992px) {
  .footer {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 40px 0;
  }
}

@media (min-width: 1700px) {
  .footer {
    padding: 50px 0;
  }
}

.footer-content {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .footer-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}

@media (min-width: 1700px) {
  .footer-content {
    width: 66.6667%;
    margin-left: 16.6667%;
  }
}

.footer-logo {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-logo {
    margin: 0;
  }
}

.footer-logo img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: auto;
}

@media (min-width: 768px) {
  .footer-logo img {
    width: 130px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .footer-logo img {
    width: 164px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer-nav-inner {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .footer-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.footer-nav-inner li {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-nav-inner li {
    margin-top: 0;
    margin-left: 30px;
  }
}

.footer-nav-inner li:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .footer-nav-inner li:first-of-type {
    margin-left: 0;
  }
}

.footer-nav-inner li.current-menu-item a:after {
  width: 100%;
}

.footer-nav-inner li.menu-item-type-custom a {
  color: #E74437;
}

.footer-nav-inner li.menu-item-type-custom a:after {
  background-color: #E74437;
}

.footer-nav-inner a {
  position: relative;
  color: #FFFFFF;
  font-size: 15px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-nav-inner a {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .footer-nav-inner a {
    font-size: 12px;
  }
}

.footer-nav-inner a:hover:after {
  width: 100%;
}

.footer-nav-inner a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.footer-developed {
  margin-top: 8px;
  color: #FFFFFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 10px;
}

.page-template-page-home {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .page-template-page-home {
    padding-top: 150px;
  }
}

.page-template-page-home .header-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .page-template-page-home .header-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-template-page-home .header-logo {
  display: none;
}

@media (min-width: 992px) {
  .page-template-page-home .header-logo {
    display: block;
  }
}

.home-banner {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
}

.home-banner-content {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .home-banner-content {
    padding: 0 15px;
  }
}

@media (min-width: 1700px) {
  .home-banner-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}

.home-banner-content h1,
.home-banner-content h2 {
  display: none;
}

@media (min-width: 992px) {
  .home-banner-content h1,
  .home-banner-content h2 {
    position: absolute;
    display: block;
    font-size: 80px;
    font-family: 'Knockout', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  .home-banner-content h1,
  .home-banner-content h2 {
    font-size: 90px;
  }
}

@media (min-width: 1700px) {
  .home-banner-content h1,
  .home-banner-content h2 {
    font-size: 98px;
  }
}

@media (min-width: 992px) {
  .home-banner-content h1 {
    top: 0;
    left: 15px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .home-banner-content h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 15px;
    bottom: 0;
    left: 15px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .home-banner-content h2 span {
    display: block;
  }
}

.home-banner-content h2 span.highlight {
  color: #E74437;
}

.home-banner-logo {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 227px;
  height: auto;
  z-index: 2;
}

@media (min-width: 992px) {
  .home-banner-logo {
    display: none;
  }
}

.home-banner-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media (min-width: 992px) {
  .home-banner-img {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .home-banner-img {
    max-width: 700px;
  }
}

@media screen and (min-width: 1200px) and (min-height: 1080px) {
  .home-banner-img {
    max-width: 740px;
  }
}

.home-banner-text {
  width: 83.3334%;
  margin-top: 70px;
  margin-left: 8.3334%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .home-banner-text {
    width: 33.3334%;
    margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .home-banner-text {
    width: 33.3334%;
    margin-left: 66.6667%;
  }
}

@media (min-width: 1700px) {
  .home-banner-text {
    width: 25%;
    margin-left: 66.6667%;
  }
}

.home-banner-text h3,
.home-banner-text h4 {
  font-size: 15px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.home-banner-text h3 {
  color: #E74437;
}

.home-banner-text h4 {
  color: #000000;
}

.home-banner-text ul {
  width: 100%;
  margin-top: 70px;
}

.home-banner-text li {
  margin-top: 5px;
}

.home-banner-text li:first-of-type {
  margin-top: 0;
}

.home-banner-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banner-text a span {
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .home-banner-text a span {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .home-banner-text a span {
    font-size: 38px;
  }
}

@media (min-width: 1700px) {
  .home-banner-text a span {
    font-size: 42px;
  }
}

.home-banner-text a img {
  display: block;
  width: 28px;
  height: 12px;
  margin-left: 10px;
}

.restaurant {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .restaurant {
    overflow: visible;
  }
}

.restaurant-img {
  position: absolute;
  top: 50px;
  left: 0;
  width: 350px;
  height: auto;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
  z-index: 1;
}

@media (min-width: 768px) {
  .restaurant-img {
    right: calc(50% - 600px);
    left: auto;
    width: 450px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .restaurant-img {
    top: 120px;
    right: auto;
    left: 10%;
    left: calc(50% - 450px);
    width: 600px;
  }
}

@media (min-width: 1200px) {
  .restaurant-img {
    top: 150px;
    left: 10%;
    left: calc(50% - 600px);
    width: 800px;
  }
}

@media (min-width: 1700px) {
  .restaurant-img {
    top: 180px;
    left: 10%;
    left: calc(50% - 640px);
    width: 900px;
  }
}

.restaurant-heading,
.restaurant-content {
  position: relative;
  width: 75%;
  padding: 0 15px;
  z-index: 2;
}

@media (min-width: 768px) {
  .restaurant-heading,
  .restaurant-content {
    width: 58.3334%;
    margin-left: 8.3334%;
  }
}

.restaurant-heading {
  margin-bottom: 200px;
  margin-left: 5%;
}

@media (min-width: 992px) {
  .restaurant-heading {
    width: 50%;
    margin-bottom: 60px;
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .restaurant-heading {
    margin-bottom: 80px;
  }
}

@media (min-width: 1700px) {
  .restaurant-heading {
    width: 50%;
    margin-bottom: 100px;
    margin-left: 50%;
  }
}

.restaurant-heading h1 {
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .restaurant-heading h1 {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .restaurant-heading h1 {
    font-size: 65px;
  }
}

@media (min-width: 1200px) {
  .restaurant-heading h1 {
    font-size: 80px;
  }
}

@media (min-width: 1700px) {
  .restaurant-heading h1 {
    font-size: 90px;
  }
}

.restaurant-content {
  margin-top: 20px;
  margin-left: 25%;
}

@media (min-width: 768px) {
  .restaurant-content {
    width: 50%;
    margin-top: 0;
    margin-left: 8.3334%;
  }
}

@media (min-width: 992px) {
  .restaurant-content {
    width: 25%;
    margin-left: 75%;
  }
}

.restaurant-content p {
  margin-bottom: 8px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.restaurant-content p strong {
  color: #E74437;
}

.restaurant-image-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  overflow: hidden;
  height: 70px;
}

@media (min-width: 768px) {
  .restaurant-image-band {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.restaurant-image-band img {
  display: block;
  width: 450px;
  height: 450px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (min-width: 768px) {
  .restaurant-image-band img {
    width: 550px;
    height: 550px;
    -webkit-transform: translateX(65%) rotate(-28deg);
            transform: translateX(65%) rotate(-28deg);
  }
}

@media (min-width: 992px) {
  .restaurant-image-band img {
    width: 650px;
    height: 650px;
  }
}

@media (min-width: 1200px) {
  .restaurant-image-band img {
    width: 750px;
    height: 750px;
  }
}

@media (min-width: 1700px) {
  .restaurant-image-band img {
    width: 810px;
    height: 810px;
  }
}

.gallery-banner {
  width: 100%;
}

.gallery-banner .slides, .gallery-banner .slide, .gallery-banner .flex-viewport {
  width: 100%;
}

.gallery-banner .slide {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .gallery-banner .slide {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .gallery-banner .slide {
    height: 700px;
  }
}

@media (min-width: 1200px) {
  .gallery-banner .slide {
    height: 900px;
  }
}

@media (min-width: 1700px) {
  .gallery-banner .slide {
    height: 1080px;
  }
}

.gallery {
  width: 100%;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .gallery {
    margin: 50px 0;
  }
}

@media (min-width: 1200px) {
  .gallery {
    margin: 70px 0;
  }
}

.gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.gallery-item {
  display: block;
  width: 100%;
  height: 200px;
  margin-top: 15px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .gallery-item {
    width: 40%;
    height: 300px;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .gallery-item {
    height: 350px;
  }
}

.gallery-item:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gallery-item:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .gallery-item:nth-of-type(8n), .gallery-item:nth-of-type(8n-3), .gallery-item:nth-of-type(8n-4), .gallery-item:nth-of-type(8n-7) {
    width: 60%;
  }
}

.gallery-item-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fancybox-infobar {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}

.fancybox-caption {
  text-align: left;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}

.fancybox-caption h1 {
  font-size: 16px;
}

@media (min-width: 992px) {
  .fancybox-caption h1 {
    font-size: 18px;
  }
}

.fancybox-caption p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .fancybox-caption p {
    font-size: 14px;
  }
}

.fancybox-caption h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.image-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.image-banner-content {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.image-banner-content h1 {
  color: #FFFFFF;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .image-banner-content h1 {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .image-banner-content h1 {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .image-banner-content h1 {
    font-size: 130px;
  }
}

@media (min-width: 1700px) {
  .image-banner-content h1 {
    font-size: 150px;
  }
}

.private-dining {
  width: 100%;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .private-dining {
    padding-top: 80px;
  }
}

@media (min-width: 1700px) {
  .private-dining {
    padding-top: 120px;
  }
}

.private-dining-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.private-dining-heading {
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 75%;
  padding: 0 15px;
  z-index: 1;
}

@media (min-width: 992px) {
  .private-dining-heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-top: -170px;
  }
}

@media (min-width: 1200px) {
  .private-dining-heading {
    width: 33.3334%;
    margin-top: -200px;
  }
}

@media (min-width: 1700px) {
  .private-dining-heading {
    width: 30%;
  }
}

.private-dining-heading h2 {
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .private-dining-heading h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .private-dining-heading h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .private-dining-heading h2 {
    font-size: 38px;
  }
}

@media (min-width: 1700px) {
  .private-dining-heading h2 {
    font-size: 42px;
  }
}

.private-dining-heading h2 strong {
  color: #E74437;
}

.private-dining-image {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .private-dining-image {
    width: 83.3334%;
    margin-top: 30px;
    margin-left: 8.3334%;
  }
}

@media (min-width: 992px) {
  .private-dining-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 66.6667%;
    margin-left: 33.3334%;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .private-dining-image {
    width: 66.6667%;
    margin-left: 16.6667%;
  }
}

@media (min-width: 1700px) {
  .private-dining-image {
    width: 60%;
    margin-left: 20%;
  }
}

.private-dining-image img {
  display: block;
  width: 100%;
  height: auto;
}

.private-dining-grid {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.private-dining-grid:before, .private-dining-grid:after {
  content: " ";
  display: table;
}

.private-dining-grid:after {
  clear: both;
}

@media (min-width: 992px) {
  .private-dining-grid {
    margin-top: -70px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid {
    margin-top: -120px;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid {
    margin-top: -150px;
  }
}

.private-dining-grid-content {
  float: left;
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .private-dining-grid-content {
    width: 41.6667%;
    margin-left: 58.3334%;
  }
}

@media (min-width: 992px) {
  .private-dining-grid-content {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-content {
    width: 25%;
    margin-bottom: 80px;
    margin-left: 66.6667%;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid-content {
    width: 20%;
    margin-left: 75%;
  }
}

.private-dining-grid-content h3 {
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .private-dining-grid-content h3 {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-content h3 {
    font-size: 15px;
  }
}

.private-dining-grid-item {
  float: left;
  margin-bottom: 15px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .private-dining-grid-item {
    margin-bottom: 30px;
  }
}

.private-dining-grid-item.one {
  width: 100%;
  height: 150px;
}

@media (min-width: 768px) {
  .private-dining-grid-item.one {
    width: 50%;
    height: 200px;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .private-dining-grid-item.one {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-item.one {
    margin-top: 150px;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid-item.one {
    height: 350px;
  }
}

.private-dining-grid-item.two {
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .private-dining-grid-item.two {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .private-dining-grid-item.two {
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-item.two {
    height: 450px;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid-item.two {
    height: 500px;
  }
}

.private-dining-grid-item.three {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .private-dining-grid-item.three {
    width: 33.3334%;
    margin-left: 8.3334%;
  }
}

.private-dining-grid-item.four {
  float: right;
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .private-dining-grid-item.four {
    width: 58.3334%;
  }
}

@media (min-width: 992px) {
  .private-dining-grid-item.four {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-item.four {
    height: 400px;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid-item.four {
    height: 450px;
  }
}

.private-dining-grid-item.five {
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .private-dining-grid-item.five {
    width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .private-dining-grid-item.five {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-item.five {
    height: 400px;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid-item.five {
    height: 450px;
  }
}

.private-dining-grid-item-inner {
  display: block;
  width: 100%;
  padding: 15px;
  border: 2px solid #E74437;
}

.private-dining-grid-item-inner p {
  text-align: left;
  color: #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.private-dining-grid-item-inner p:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .private-dining-grid-item-inner p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .private-dining-grid-item-inner p {
    font-size: 15px;
  }
}

@media (min-width: 1700px) {
  .private-dining-grid-item-inner p {
    font-size: 17px;
  }
}

.private-dining-grid-item-inner p a {
  color: #E74437;
  text-decoration: underline;
}

.private-dinign-grid-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.private-dining-contact {
  width: 100%;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .private-dining-contact {
    margin: 80px 0;
  }
}

@media (min-width: 1700px) {
  .private-dining-contact {
    margin: 120px 0;
  }
}

.private-dining-contact-content {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .private-dining-contact-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}

@media (min-width: 1200px) {
  .private-dining-contact-content {
    width: 50%;
    margin-left: 25%;
  }
}

.private-dining-contact-content p {
  text-align: center;
  color: #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .private-dining-contact-content p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .private-dining-contact-content p {
    font-size: 16px;
  }
}

@media (min-width: 1700px) {
  .private-dining-contact-content p {
    font-size: 17px;
  }
}

.private-dining-contact-content h4 {
  margin-top: 30px;
  text-align: center;
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .private-dining-contact-content h4 {
    margin-top: 40px;
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .private-dining-contact-content h4 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .private-dining-contact-content h4 {
    margin-top: 60px;
    font-size: 38px;
  }
}

@media (min-width: 1700px) {
  .private-dining-contact-content h4 {
    font-size: 42px;
  }
}

.private-dining-links {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .private-dining-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}

.private-dining-links a {
  display: block;
  width: 200px;
  margin: 15px auto 0;
  padding: 10px 0;
  border: 2px solid #E74437;
  text-align: center;
  color: #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 768px) {
  .private-dining-links a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin: 0;
    padding: 15px 0;
  }
}

@media (min-width: 992px) {
  .private-dining-links a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .private-dining-links a {
    font-size: 16px;
  }
}

@media (min-width: 1700px) {
  .private-dining-links a {
    font-size: 17px;
  }
}

.private-dining-links a:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .private-dining-links a:first-of-type {
    margin-right: 30px;
  }
}

.private-dining-links a:hover {
  background-color: #E74437;
  color: #FFFFFF;
}

.menu-nav {
  position: relative;
  width: 100%;
  z-index: 2;
}

.menu-nav-content,
.menu-nav-content ul {
  width: 100%;
}

.menu-nav-content {
  position: relative;
  z-index: 1;
}

.menu-nav-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .menu-nav-content ul {
    padding: 0;
  }
}

.menu-nav-content li {
  width: 50%;
}

@media (min-width: 992px) {
  .menu-nav-content li {
    width: 25%;
  }
}

.menu-nav-content li:first-of-type, .menu-nav-content li:nth-of-type(3) {
  padding-right: 7px;
}

@media (min-width: 992px) {
  .menu-nav-content li:first-of-type, .menu-nav-content li:nth-of-type(3) {
    padding: 0 15px;
  }
}

.menu-nav-content li:nth-of-type(2), .menu-nav-content li:nth-of-type(4) {
  padding-left: 8px;
}

@media (min-width: 992px) {
  .menu-nav-content li:nth-of-type(2), .menu-nav-content li:nth-of-type(4) {
    padding: 0 15px;
  }
}

.menu-nav-content li:nth-of-type(3), .menu-nav-content li:last-of-type {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .menu-nav-content li:nth-of-type(3), .menu-nav-content li:last-of-type {
    margin-top: 0;
  }
}

.menu-nav-content a {
  display: block;
  width: 100%;
  padding: 10px;
  border: 3px solid #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #E74437;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}

.menu-nav-content a:hover, .menu-nav-content a.active {
  color: #FFFFFF;
  background-color: #E74437;
}

.menu-wrap {
  display: none;
}

.menu-wrap.active {
  display: block;
}

.menu-intro-content {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .menu-intro-content {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .menu-intro-content {
    margin-top: -15px;
  }
}

.menu-intro-content h1 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 992px) {
  .menu-intro-content h1 {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.menu-intro-content span {
  display: block;
  margin-right: -0.6em;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #E74437;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

@media (min-width: 768px) {
  .menu-intro-content span {
    font-size: 100px;
  }
}

@media (min-width: 992px) {
  .menu-intro-content span {
    font-size: 160px;
  }
}

@media (min-width: 1200px) {
  .menu-intro-content span {
    font-size: 180px;
  }
}

@media (min-width: 1700px) {
  .menu-intro-content span {
    font-size: 220px;
  }
}

.menu-intro-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu-intro-img {
    width: auto;
    height: 400px;
  }
}

@media (min-width: 992px) {
  .menu-intro-img {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .menu-intro-img {
    height: 600px;
  }
}

@media (min-width: 1700px) {
  .menu-intro-img {
    height: 720px;
  }
}

.menu-item-section {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .menu-item-section {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .menu-item-section {
    margin-bottom: 100px;
    padding-top: 30px;
  }
}

.menu-item-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 1px;
  background-color: #000000;
}

.menu-item-section-heading {
  width: 100%;
  padding: 0 15px;
}

.menu-item-section-heading h2 {
  color: #000000;
  line-height: 1;
  font-size: 42px;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .menu-item-section-heading h2 {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .menu-item-section-heading h2 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .menu-item-section-heading h2 {
    font-size: 80px;
  }
}

@media (min-width: 1700px) {
  .menu-item-section-heading h2 {
    font-size: 90px;
  }
}

.menu-item-section-heading p {
  margin-top: 8px;
  font-family: 'Mercury', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .menu-item-section-heading p {
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .menu-item-section-heading p {
    font-size: 24px;
  }
}

.menu-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.menu-item-wrap .menu-item {
  width: 50%;
  margin-top: 30px;
  padding: 0 30px 0 15px;
}

@media (min-width: 768px) {
  .menu-item-wrap .menu-item {
    margin-top: 40px;
    padding: 0 45px 0 15px;
  }
}

@media (min-width: 992px) {
  .menu-item-wrap .menu-item {
    width: 25%;
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .menu-item-wrap .menu-item {
    margin-top: 60px;
  }
}

@media (min-width: 1700px) {
  .menu-item-wrap .menu-item {
    padding: 0 60px 0 15px;
  }
}

.menu-item-wrap .menu-item-name {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (min-width: 992px) {
  .menu-item-wrap .menu-item-name {
    font-size: 16px;
  }
}

@media (min-width: 1700px) {
  .menu-item-wrap .menu-item-name {
    font-size: 18px;
  }
}

.menu-item-wrap .menu-item-vegetarian {
  font-size: 70%;
}

.menu-item-wrap .menu-item-description {
  margin-top: 5px;
  font-family: 'Mercury', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .menu-item-wrap .menu-item-description {
    margin-top: 7px;
    font-size: 14px;
  }
}

@media (min-width: 1700px) {
  .menu-item-wrap .menu-item-description {
    margin-top: 10px;
  }
}

@media (min-width: 1700px) {
  .menu-item-wrap .menu-item-description {
    font-size: 16px;
  }
}

.menu-item-wrap .menu-item-price {
  line-height: 1;
  font-size: 14px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  color: #E74437;
  letter-spacing: 0.1em;
}

@media (min-width: 992px) {
  .menu-item-wrap .menu-item-price {
    font-size: 16px;
  }
}

@media (min-width: 1700px) {
  .menu-item-wrap .menu-item-price {
    font-size: 18px;
  }
}

.contact-banner {
  width: 100%;
}

.contact-banner-content {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .contact-banner-content {
    width: 66.6664%;
    margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .contact-banner-content {
    width: 50%;
    margin-left: 25%;
  }
}

.contact-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .contact {
    margin-top: 40px;
  }
}

.contact-content {
  width: 100%;
}

@media (min-width: 768px) {
  .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact-split {
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-split {
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .contact-split:first-of-type {
    width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .contact-split:nth-of-type(2) {
    width: 33.3334%;
  }
}

@media (min-width: 768px) {
  .contact-split:last-of-type {
    width: 25%;
  }
}

.contact-split h1,
.contact-split h2 {
  margin-bottom: 20px;
  color: #000000;
  line-height: 1;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .contact-split h1,
  .contact-split h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .contact-split h1,
  .contact-split h2 {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .contact-split h1,
  .contact-split h2 {
    margin-bottom: 40px;
    font-size: 80px;
  }
}

@media (min-width: 1700px) {
  .contact-split h1,
  .contact-split h2 {
    margin-bottom: 50px;
    font-size: 90px;
  }
}

.contact-split h3,
.contact-split address,
.contact-split .contact-email,
.contact-split .contact-phone,
.contact-split li {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 768px) {
  .contact-split h3,
  .contact-split address,
  .contact-split .contact-email,
  .contact-split .contact-phone,
  .contact-split li {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .contact-split h3,
  .contact-split address,
  .contact-split .contact-email,
  .contact-split .contact-phone,
  .contact-split li {
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .contact-split h3,
  .contact-split address,
  .contact-split .contact-email,
  .contact-split .contact-phone,
  .contact-split li {
    font-size: 21px;
  }
}

.contact-split address,
.contact-split h3 {
  color: #E74437;
}

.contact-split .contact-email,
.contact-split .contact-phone {
  color: #000000;
}

.contact-split .contact-phone,
.contact-split .contact-social-icons,
.contact-split h3 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .contact-split .contact-phone,
  .contact-split .contact-social-icons,
  .contact-split h3 {
    margin-top: 30px;
  }
}

.contact-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-social-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact-social-icon {
  display: block;
  margin-right: 10px;
}

.contact-social-icon:last-of-type {
  margin-right: 0;
}

.contact-social-icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.contact-book-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  padding: 10px 50px;
  border: 3px solid #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #E74437;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

@media (min-width: 992px) {
  .contact-book-button {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .contact-book-button {
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .contact-book-button {
    font-size: 21px;
  }
}

.contact-book-button:hover {
  color: #FFFFFF;
  background-color: #E74437;
}

.contact-map {
  width: 100%;
  margin-top: 60px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .contact-map {
    margin-top: 80px;
  }
}

@media (min-width: 1700px) {
  .contact-map {
    margin-top: 100px;
  }
}

.contact-map-canvas {
  width: 100%;
  height: 300px;
  background-color: #b3b2b2;
}

@media (min-width: 768px) {
  .contact-map-canvas {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .contact-map-canvas {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .contact-map-canvas {
    height: 600px;
  }
}

@media (min-width: 1700px) {
  .contact-map-canvas {
    height: 650px;
  }
}

.contact-links {
  width: 100%;
  margin: 60px 0;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .contact-links {
    margin: 80px 0;
  }
}

@media (min-width: 1700px) {
  .contact-links {
    margin: 100px 0;
  }
}

.contact-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contact-links li {
  margin-right: 20px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media (min-width: 1700px) {
  .contact-links li {
    font-size: 14px;
  }
}

.contact-links li:last-of-type {
  margin-right: 0;
}

.contact-links li a {
  color: inherit;
}

.contact-links span {
  display: block;
  width: 2px;
  height: 15px;
  background-color: #000000;
}

.contact-mailing-wrap {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}

@media (min-width: 768px) {
  .contact-mailing-wrap {
    margin-top: 80px;
  }
}

.contact-mailing-wrap a {
  display: inline-block;
  padding: 10px 50px;
  border: 3px solid #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #E74437;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

@media (min-width: 768px) {
  .contact-mailing-wrap a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .contact-mailing-wrap a {
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .contact-mailing-wrap a {
    font-size: 22px;
  }
}

.contact-mailing-wrap a:hover {
  color: #FFFFFF;
  background-color: #E74437;
}

.generic-section {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .generic-section {
    padding: 80px 0;
  }
}

@media (min-width: 1700px) {
  .generic-section {
    padding: 120px 0;
  }
}

.generic-left {
  position: absolute;
  top: 20%;
  left: 0;
  width: 250px;
  height: auto;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  z-index: -1;
}

@media (min-width: 768px) {
  .generic-left {
    width: 400px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .generic-left {
    width: 500px;
  }
}

@media (min-width: 1200px) {
  .generic-left {
    width: 600px;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

@media (min-width: 1700px) {
  .generic-left {
    width: 500px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.generic-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
  z-index: -1;
}

@media (min-width: 768px) {
  .generic-right {
    width: 200px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (min-width: 992px) {
  .generic-right {
    width: 300px;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}

@media (min-width: 1200px) {
  .generic-right {
    width: 400px;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@media (min-width: 1700px) {
  .generic-right {
    width: 500px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.generic-title {
  width: 100%;
  padding: 0 15px;
}

.generic-title h1 {
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 768px) {
  .generic-title h1 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .generic-title h1 {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .generic-title h1 {
    font-size: 120px;
  }
}

@media (min-width: 1700px) {
  .generic-title h1 {
    font-size: 130px;
  }
}

.generic-content {
  width: 83.3334%;
  margin-top: 40px;
  margin-left: 8.3334%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .generic-content {
    margin-top: 160px;
  }
}

@media (min-width: 992px) {
  .generic-content {
    width: 66.6667%;
    margin-left: 16.6667%;
  }
}

@media (min-width: 1700px) {
  .generic-content {
    width: 50%;
    margin-top: 240px;
    margin-left: 25%;
  }
}

.generic-content h2,
.generic-content h3,
.generic-content h4 {
  margin: 30px 0 20px;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .generic-content h2,
  .generic-content h3,
  .generic-content h4 {
    margin: 40px 0 20px;
  }
}

.generic-content h2 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .generic-content h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .generic-content h2 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  .generic-content h2 {
    font-size: 60px;
  }
}

@media (min-width: 1700px) {
  .generic-content h2 {
    font-size: 70px;
  }
}

.generic-content h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .generic-content h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .generic-content h3 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .generic-content h3 {
    font-size: 50px;
  }
}

@media (min-width: 1700px) {
  .generic-content h3 {
    font-size: 60px;
  }
}

.generic-content h4 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .generic-content h4 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .generic-content h4 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .generic-content h4 {
    font-size: 35px;
  }
}

@media (min-width: 1700px) {
  .generic-content h4 {
    font-size: 45px;
  }
}

.generic-content p {
  margin-top: 20px;
  font-size: 14px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .generic-content p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .generic-content p {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .generic-content p {
    font-size: 21px;
  }
}

.generic-content p:first-of-type {
  margin-top: 0;
}

.generic-content p a {
  color: inherit;
  border-bottom: 2px solid #000000;
}

.generic-content ul,
.generic-content ol {
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 992px) {
  .generic-content ul,
  .generic-content ol {
    margin-top: 30px;
  }
}

.generic-content ul {
  list-style-type: disc;
}

.generic-content ol {
  list-style-type: decimal;
}

.generic-content li {
  margin-top: 10px;
  font-size: 14px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .generic-content li {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .generic-content li {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  .generic-content li {
    font-size: 21px;
  }
}

.generic-content li:first-of-type {
  margin-top: 0;
}

.form-section {
  width: 100%;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .form-section {
    padding-bottom: 80px;
  }
}

@media (min-width: 1700px) {
  .form-section {
    padding-bottom: 120px;
  }
}

.form-content {
  width: 100%;
}

@media (min-width: 768px) {
  .form-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}

@media (min-width: 1200px) {
  .form-content {
    width: 66.6667%;
    margin-left: 16.6667%;
  }
}

@media (min-width: 1700px) {
  .form-content {
    width: 50%;
    margin-left: 25%;
  }
}

.form-content p {
  font-size: 14px !important;
  color: #000000 !important;
  font-family: aktiv-grotesk, sans-serif !important;
  font-weight: 500 !important;
}

.form-content h2 {
  text-align: center;
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .form-content h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .form-content h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .form-content h2 {
    font-size: 38px;
  }
}

@media (min-width: 1700px) {
  .form-content h2 {
    font-size: 42px;
  }
}

.form-content table {
  width: 100%;
}

.form-content td {
  display: block;
  padding: 0 15px 20px !important;
}

@media (min-width: 768px) {
  .form-content td {
    display: table-cell;
  }
}

.form-content input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  width: 100% !important;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #000000 !important;
  font-size: 14px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
}

.form-content input[type=text].error {
  color: #FFFFFF !important;
  background-color: #E74437 !important;
}

.form-content label {
  margin-bottom: 10px;
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .form-content label {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .form-content label {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .form-content label {
    font-size: 26px;
  }
}

@media (min-width: 1700px) {
  .form-content label {
    font-size: 28px;
  }
}

.form-content textarea {
  padding: 10px;
  font-size: 14px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  background: none !important;
  resize: none;
}

.form-content .referral_list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 200px;
  margin: 0;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 14px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  background-image: url("../../img/brand-assets/icon-expand.png");
  background-size: 25px 25px;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.form-content input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 40px 0 0;
  padding: 10px 60px;
  border: 1px solid #FFFFFF !important;
  font-size: 14px;
  color: #FFFFFF;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  background-color: #E74437;
}

.form-content .danger {
  font-size: 14px;
  color: #E74437;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
}

#tripleseat_embed_form {
  width: 100%;
}

.row_gdpr_consent label {
  width: calc(100% - 40px);
  margin-left: 15px !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.row_gdpr_consent label a {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.row_gdpr_consent input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #FFFFFF;
  width: 25px;
  height: 25px;
}

.row_gdpr_consent input[type=checkbox]:checked {
  background-image: url("../../img/brand-assets/icon-accepted.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row_submit a {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  border-bottom: 1px solid #000000;
}

.timeselect {
  width: 200px !important;
  padding: 0 8px !important;
}

.timeselect a {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.errorExplanation {
  padding: 15px !important;
  border: 1px solid #E74437 !important;
  background-color: #FFFFFF !important;
}

.errorExplanation h2 {
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .errorExplanation h2 {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) {
  .errorExplanation h2 {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .errorExplanation h2 {
    font-size: 26px !important;
  }
}

@media (min-width: 1700px) {
  .errorExplanation h2 {
    font-size: 28px !important;
  }
}

.errorExplanation ul {
  list-style-type: disc;
}

.errorExplanation p,
.errorExplanation li {
  font-size: 14px !important;
  color: #000000 !important;
  font-family: aktiv-grotesk, sans-serif !important;
  font-weight: 500 !important;
}

#tsLeadSuccessMessage {
  margin-bottom: 20px;
  color: #000000;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  #tsLeadSuccessMessage {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) {
  #tsLeadSuccessMessage {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  #tsLeadSuccessMessage {
    font-size: 26px !important;
  }
}

@media (min-width: 1700px) {
  #tsLeadSuccessMessage {
    font-size: 28px !important;
  }
}

.row_details_header h2 {
  margin-top: 40px;
}
