@charset "UTF-8";
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;
}

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

@font-face {
  font-family: 'Futura LT';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/futura-lt/FuturaLT-Light.eot");
  src: url("../fonts/futura-lt/FuturaLT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-lt/FuturaLT-Light.woff2") format("woff2"), url("../fonts/futura-lt/FuturaLT-Light.woff") format("woff"), url("../fonts/futura-lt/FuturaLT-Light.ttf") format("truetype"), url("../fonts/futura-lt/FuturaLT-Light.svg#futura_ltlight") format("svg");
}

@font-face {
  font-family: 'Futura LT';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("../fonts/futura-lt/FuturaLT-Heavy.eot");
  src: url("../fonts/futura-lt/FuturaLT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-lt/FuturaLT-Heavy.woff2") format("woff2"), url("../fonts/futura-lt/FuturaLT-Heavy.woff") format("woff"), url("../fonts/futura-lt/FuturaLT-Heavy.ttf") format("truetype"), url("../fonts/futura-lt/FuturaLT-Heavy.svg#futura_ltlight") format("svg");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/lato/lato-v14-latin-regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v14-latin-regular.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin-regular.woff") format("woff"), url("../fonts/lato/lato-v14-latin-regular.ttf") format("truetype"), url("../fonts/lato/lato-v14-latin-regular.svg#Lato") format("svg");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("../fonts/lato/lato-v14-latin-700.eot");
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/lato-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v14-latin-700.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin-700.woff") format("woff"), url("../fonts/lato/lato-v14-latin-700.ttf") format("truetype"), url("../fonts/lato/lato-v14-latin-700.svg#Lato") format("svg");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/lato/lato-v14-latin-900.eot");
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato/lato-v14-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v14-latin-900.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin-900.woff") format("woff"), url("../fonts/lato/lato-v14-latin-900.ttf") format("truetype"), url("../fonts/lato/lato-v14-latin-900.svg#Lato") format("svg");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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 * {
  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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  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;
  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;
  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;
  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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  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);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.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 {
  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;
  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);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-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-caption {
    padding: 12px;
  }
  .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;
  }
}

/* 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;
  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: transparent;
  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;
  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;
  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);
  }
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  /*     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); */
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  /*     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); */
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

html, body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: hidden;
  color: #6f7576;
  background: #f2f1ed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.object-fit-cover {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  pointer-events: none;
}

.object-fit-cover[data-position="center top"] {
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.object-fit-cover[data-position="center bottom"] {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1s;
}

[data-fade-in] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 1.5s, transform 1.5s;
  will-change: transform;
}

[data-fade-in].visible {
  opacity: 1;
  transform: none;
}

.rellax {
  will-change: transform;
}

@media (max-width: 767px) {
  .rellax {
    transform: none !important;
  }
}

#body.is-mobile .rellax {
  transform: none !important;
}

h1, .h1, h2, .h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
  word-wrap: break-word;
}

@media (max-width: 1279px) {
  h1, .h1, h2, .h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  h1, .h1, h2, .h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

h3, .h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #6f7576;
  line-height: 1.5;
}

p:last-child {
  margin: 0;
}

p strong {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  line-height: 1.5;
}

p a {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  line-height: 1.5;
}

a, .link {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #507376;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s;
}

a.white, .link.white {
  color: #fff;
}

a.white.arrow:after, .link.white.arrow:after {
  background-image: url("../images/icons/arrow-right-white.svg");
}

a.arrow, .link.arrow {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

a.arrow:after, .link.arrow:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: transparent url("../images/icons/arrow-right-blue.svg") no-repeat center;
  background-size: contain;
}

hr {
  width: 70px;
  height: 1px;
  margin: 30px 0 40px;
  background: #262d2e;
  border: none;
}

[style*="text-align: center"] + hr {
  margin: 30px auto 40px;
}

.button.square {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #325661;
  background-size: cover;
  border: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.25s;
}

.button.square:hover {
  color: #507376;
}

.button.square.gold {
  background-image: url("../images/backgrounds/button-gold.png");
}

.button.square.highlighted {
  background-color: #325661;
  /* background-image: url("../images/backgrounds/button-highlighted.gif"); */
}

input[type="text"], input[type="email"], input[type="tel"], input[type="time"], textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  line-height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  opacity: 1;
  color: #fff;
  line-height: 22px;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  opacity: 1;
  color: #fff;
  line-height: 22px;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  opacity: 1;
  color: #fff;
  line-height: 22px;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  opacity: 1;
  color: #fff;
  line-height: 22px;
}

input[type="text"].datepicker, input[type="email"].datepicker, input[type="tel"].datepicker, textarea.datepicker {
  background: transparent url("../images/icons/datepicker.svg") no-repeat right 15px center;
  cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(61%) sepia(22%) saturate(385%) hue-rotate(135deg) brightness(99%) contrast(90%);
}

input[type="time"]#von:before {
  content: 'Von';
  margin-right: 5px;
  color: white;
}

input[type="time"]#bis:before {
  content: 'Bis';
  margin-right: 5px;
  color: white;
}

input[type="time"]#um:before {
  content: 'Um*';
  margin-right: 5px;
  color: white;
}

input[type="time"]#from:before {
  content: 'From';
  margin-right: 5px;
  color: white;
}

input[type="time"]#to:before {
  content: 'Till';
  margin-right: 5px;
  color: white;
}

input[type="time"]#at:before {
  content: 'At*';
  margin-right: 5px;
  color: white;
}

textarea {
  height: 170px;
  padding: 8px 15px;
  border: 1px solid #fff;
  resize: none;
}

select {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  background: transparent url("../images/icons/arrow-down.svg") no-repeat right 15px center;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.table-form .gourmet-disclaimer.hidden{
  display: none;
}

.table-form p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
}

.gform_wrapper > form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
	visibility: hidden;
	height: 0;
	margin: 0;
}

.gfield_checkbox input[type="checkbox"], .gfield_radio input[type="radio"] {
  display: none;
}

.gfield_checkbox input[type="checkbox"]:checked ~ label:after, .gfield_radio input[type="radio"]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}

.gfield_checkbox input[type="checkbox"] ~ label, .gfield_radio input[type="radio"] ~ label {
  position: relative;
  padding-left: 25px;
  color: #fff;
  cursor: pointer;
}

.gfield_checkbox input[type="checkbox"] ~ label:before, .gfield_radio input[type="radio"] ~ label:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  content: "";
}

.gfield_checkbox input[type="checkbox"] ~ label:after, .gfield_radio input[type="radio"] ~ label:after {
  display: block;
  position: absolute;
  opacity: 0;
  top: 7px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #fff;
  content: "";
  transform: scale(0.5);
  transition: opacity 0.25s, transform 0.25s;
}

.gfield:not(.field_sublabel_below) label, .gfield:not(.field_sublabel_above) label .gfield:not(.field_sublabel_below) i , .gfield:not(.field_sublabel_above) i {
  display: none;
}

.gfield_time_hour input:first-child {
  margin-bottom: 18px;
}

.gform_wrapper > form {
  width: 100%;
  margin: 0 auto;
}

.gform_wrapper > form .validation_error {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #ff4444;
}

.gform_wrapper > form .gform_body {
  margin: 0 -9px;
}

.gform_wrapper > form .gform_body .gform_fields .gfield {
  width: 100%;
  margin-bottom: 18px;
  padding: 0 9px;
  overflow: hidden;
}

.gform_wrapper > form .gform_body .gform_fields .gfield.w50 {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .gform_wrapper > form .gform_body .gform_fields .gfield.w50 {
    width: 100%;
  }
}

.gform_wrapper > form .gform_body .gform_fields .gfield.w33 {
  float: left;
  width: 33.333%;
}

@media (max-width: 767px) {
  .gform_wrapper > form .gform_body .gform_fields .gfield.w33 {
    width: 100%;
  }
}

.gform_wrapper > form .gform_body .gform_fields .gfield.nl {
  clear: both;
}

.gform_wrapper > form .gform_body .gform_fields .gfield.field_description_below .gfield_label {
  display: none;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .gfield_label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.5;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container {
  float: left;
  width: 100%;
  overflow: hidden;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox {
  overflow: hidden;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li:last-child {
  margin: 0;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
  float: left;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label a {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #507376; 
  /* todo */
}

.gform_wrapper > form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label a:hover {
  color: #fff;
}

.gform_wrapper > form .gform_body .gform_fields .gfield .validation_message {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  float: left;
  margin-top: 5px;
  color: #ff4444;
}

.gform_wrapper > form .gform_footer {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gform_wrapper > form .gform_footer .gform_button {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  min-width: auto;
  padding: 15px 0;
  margin-top: 10px;
  background: none;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
}

@media (max-width: 767px) {
  .gform_wrapper > form .gform_footer .gform_button {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.gform_wrapper > form .gform_footer .gform_button:hover {
  color: #B2C5C3 !important;
  border-color: #B2C5C3 !important;
}

.gform_wrapper > form .gform_footer .gform_button:after {
  display: none;
}

.gform_wrapper > form .gform_footer .gform_ajax_spinner {
  display: none;
}

.gform_confirmation_wrapper {
  text-align: center;
  color: #fff;
}

.tablepress {
  table-layout: fixed;
  width: 100% !important;
  min-width: 650px;
}

.tablepress caption {
  display: none;
}

.tablepress thead tr th {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 20px 10px;
  background: none;
  border: none !important;
  text-align: center;
  vertical-align: bottom !important;
  line-height: 25px;
  word-break: break-word;
}

.tablepress thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}

.tablepress tbody tr:nth-child(odd) {
  background: #dddad1;
}

.tablepress tbody tr td {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  height: 65px;
  padding: 15px 10px;
  border: none !important;
  text-align: center;
  vertical-align: middle !important;
  line-height: 25px;
  word-break: break-word;
}

.tablepress tbody tr td:first-child {
  text-align: left;
}

@media (max-width: 767px) {
  #page {
    padding-top: 150px;
  }
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  max-height: 720px;
  background: #CBC9C0;
}

@media (max-width: 767px) {
  #header {
    width: 100%;
    height: auto;
  }
}

#header > * {
  position: relative;
  z-index: 10;
}

#header .logo {
  display: block;
  width: 115px;
  height: 115px;
  background: #CBC9C0 url("../images/logos/soller-logo3.png") no-repeat center;
  background-size: 115px;
}

@media (max-width: 767px) {
  #header .logo {
    float: left;
    width: calc((100% - 75px) / 3);
    height: 75px;
    background-size: 75px;
  }
}

#header .navigation-toggle {
  position: relative;
  width: 115px;
  height: 115px;
  background: #CBC9C0;
  cursor: pointer;
}

@media (max-width: 767px) {
  #header .navigation-toggle {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 75px;
    margin-left: -40px;
  }
}

#header .navigation-toggle:hover .icon span, #header .navigation-toggle.active .icon span {
  background: #507376;
}

#header .navigation-toggle:hover .label, #header .navigation-toggle.active .label {
  /* color: #fff; */
}

#header .navigation-toggle.active .icon span:first-child {
  opacity: 0;
  transform: scale(0.5) translateY(6px);
}

#header .navigation-toggle.active .icon span:nth-child(2) {
  transform: rotate(-45deg);
}

#header .navigation-toggle.active .icon span:nth-child(3) {
  transform: rotate(45deg);
}

#header .navigation-toggle.active .icon span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5) translateY(-6px);
}

#header .navigation-toggle .icon {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 30px;
  height: 14px;
  margin-left: -15px;
}

#header .navigation-toggle .icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #707070;
  transition: opacity 0.25s, background 0.25s, transform 0.25s;
}

#header .navigation-toggle .icon span:first-child {
  top: 0;
}

#header .navigation-toggle .icon span:nth-child(2) {
  top: 6px;
}

#header .navigation-toggle .icon span:nth-child(3) {
  top: 6px;
}

#header .navigation-toggle .icon span:nth-child(4) {
  top: 12px;
}

#header .navigation-toggle .label {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 7px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: calc(50% + 15px);
  width: 100%;
  text-align: center;
  color: #507376;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: color 0.25s;
}

@media (max-width: 767px) {
  #header .navigation-toggle .label {
    top: calc(45% + 15px);
  }
}

#header .navigation {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #CBC9C0;
  transition: width 0.75s;
}

@media (max-width: 767px) {
  #header .navigation {
    top: 75px;
    width: 100%;
    height: 0;
    transition: height 0.75s;
  }
}

#header .navigation.open {
  width: 80vw;
}

@media (max-width: 1023px) {
  #header .navigation.open {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  #header .navigation.open {
    width: 100%;
    height: calc(100vh - 75px);
  }
}

#header .navigation.open .navigations {
  opacity: 1;
  transform: none;
}

#header .navigation .navigations {
  opacity: 0;
  width: 60vw;
  margin-left: 20vw;
  transform: translateX(-25%);
  transition: opacity 0.75s, transform 0.75s;
}

@media (max-width: 1023px) {
  #header .navigation .navigations {
    width: calc(100vw - 230px);
    margin-left: 115px;
  }
}

@media (max-width: 767px) {
  #header .navigation .navigations {
    width: 100%;
    margin-left: 0;
    transform: translateY(-50px);
  }
}

#header .navigation .navigations .main-navigation {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

#header .navigation .navigations .main-navigation li {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #header .navigation .navigations .main-navigation li {
    margin-bottom: 20px;
  }
}

#header .navigation .navigations .main-navigation li:last-child {
  margin: 0;
}

#header .navigation .navigations .main-navigation li a {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  color: #262626;
}

@media (max-width: 1024px) {
  #header .navigation .navigations .main-navigation li a {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  #header .navigation .navigations .main-navigation li a {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

#header .navigation .navigations .main-navigation li a:hover {
  color: #507376;
}

#header .navigation .navigations .language-switcher {
  display: none;
  margin-top: -20px;
  padding: 20px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  #header .navigation .navigations .language-switcher {
    display: block;
  }
}

#header .navigation .navigations .language-switcher li {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  #header .navigation .navigations .language-switcher li {
    padding: 10px 8px;
  }
}

#header .navigation .navigations .language-switcher li a {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2px;
}

@media (max-width: 767px) {
  #header .navigation .navigations .language-switcher li a {
    font-family: 'Futura LT', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

#header .navigation .navigations .language-switcher li a:hover {
  color: #fff;
}

#header .navigation .navigations .footer-navigation {
  margin-top: -20px;
  padding: 40px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  #header .navigation .navigations .footer-navigation {
    padding: 20px 10px 80px;
  }
}

#header .navigation .navigations .footer-navigation li {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  #header .navigation .navigations .footer-navigation li {
    padding: 10px 8px;
  }
}

#header .navigation .navigations .footer-navigation li a {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2px;
}

@media (max-width: 767px) {
  #header .navigation .navigations .footer-navigation li a {
    font-family: 'Futura LT', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

#header .navigation .navigations .footer-navigation li a:hover {
  color: #fff;
}

#header .side-quickbooker {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 115px;
  padding-top: 230px;
  background: #CBC9C0;
  transform: translateX(-115px);
  transition: transform 0.75s;
}

@media (max-width: 767px) {
  #header .side-quickbooker {
    display: none;
  }
}

#header .side-quickbooker.show {
  transform: none;
}

#header .side-quickbooker .quickbooker {
  position: relative;
  height: 100%;
}

#header .side-quickbooker .quickbooker form {
  height: 100%;
}

#header .side-quickbooker .quickbooker form ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 115px;
}

#header .side-quickbooker .quickbooker form ul li {
  width: 100%;
  height: auto;
  padding: 5px 10px;
}

#header .side-quickbooker .quickbooker form ul li.input-box {
  margin-bottom: 8px;
}

#header .side-quickbooker .quickbooker form ul li.input-box .label {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 7.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  color: #262626;
}

#header .side-quickbooker .quickbooker form ul li.input-box .day, #header .side-quickbooker .quickbooker form ul li.input-box .number {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

#header .side-quickbooker .quickbooker form ul li.input-box .month {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 7.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 5px;
}

#header .side-quickbooker .quickbooker form ul li.input-box .arrow {
  position: relative;
  bottom: auto;
  padding-top: 2px;
  overflow: hidden;
}

#header .side-quickbooker .quickbooker form ul li.input-box .arrow svg {
  float: left;
}

#header .side-quickbooker .quickbooker form ul li.submit-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 115px;
}

#header .side-quickbooker .quickbooker .quickbooker-picker {
  bottom: auto;
  bottom: 115px;
  left: 100%;
  width: 262px;
  height: auto;
}

#header .side-quickbooker .quickbooker .quickbooker-picker .quickbooker-datepicker {
  width: 100%;
  height: 212px;
  padding: 10px 25px 5px;
}

#header .side-quickbooker .quickbooker .quickbooker-picker .quickbooker-personspicker {
  width: 100%;
  padding: 5px 25px 45px;
}

#header .side-quickbooker .quickbooker .quickbooker-picker .quickbooker-personspicker table {
  max-width: 100px;
  margin: 0 auto;
}

#header .mobile-booker {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: none;
  float: right;
  width: 75px;
  height: 75px;
}

@media (max-width: 767px) {
  #header .mobile-booker {
    display: flex;
  }
}

#sidepanel {
  position: fixed;
  z-index: 50;
  top: 20%;
  right: 0;
  width: 68px;
  background: #CBC9C0;
}

@media (max-width: 767px) {
  #sidepanel {
    top: 75px;
    width: 100%;
    display: none;
  }
}

@media (max-width: 767px) {
  #sidepanel.show {
    display: initial;
  }
}

#sidepanel:before {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #515657;
  content: "";
}

@media (max-width: 767px) {
  #sidepanel:before {
    display: block;
  }
}

#sidepanel > ul {
  width: 100%;
}

#sidepanel > ul > li {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 767px) {
  #sidepanel > ul > li {
    float: left;
    width: calc((100% - 75px) / 3);
    padding-bottom: 75px;
  }
  #sidepanel > ul > li:last-child {
    width: 75px;
  }
}

#sidepanel > ul > li:hover .icon svg path {
  fill: #507376;
}

#sidepanel > ul > li:hover .label {
  color: #fff;
}

#sidepanel > ul > li:last-child:after {
  /* display: none; */
}

#sidepanel > ul > li:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #515657;
  content: "";
}

@media (max-width: 767px) {
  #sidepanel > ul > li:after {
    top: 0;
    left: auto;
    width: 1px;
    height: auto;
  }
}

#sidepanel > ul > li.language-switcher {
  height: auto;
  padding: 0;
  cursor: auto;
}

@media (max-width: 767px) {
  #sidepanel > ul > li.language-switcher {
    display: none;
  }
}

#sidepanel > ul > li.language-switcher.open .arrow {
  transform: rotateX(180deg);
}

#sidepanel > ul > li.language-switcher.open .arrow:before {
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
}

#sidepanel > ul > li.language-switcher .languages {
  padding: 21px 0;
  text-align: center;
}

#sidepanel > ul > li.language-switcher .languages > .language:first-child:last-child {
  padding: 3px 0;
}

#sidepanel > ul > li.language-switcher .languages .language {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
}

#sidepanel > ul > li.language-switcher:hover .languages .language {
  color: #507376;
}

#sidepanel > ul > li.language-switcher .other-languages {
  display: none;
  padding-bottom: 5px;
}

#sidepanel > ul > li.language-switcher .other-languages .language {
  margin: 12px 0;
}

#sidepanel > ul > li.language-switcher .other-languages .language a {
  padding: 5px;
  color: #507376;
}

#sidepanel > ul > li.language-switcher .other-languages .language a:hover {
  color: #fff;
}

#sidepanel > ul > li.language-switcher .arrow {
  display: block;
  position: relative;
  width: 8px;
  height: 5px;
  margin: 1px auto 0;
  cursor: pointer;
  transition: transform 0.25s;
}

#sidepanel > ul > li.language-switcher .arrow:hover svg path {
  stroke: #fff;
}

#sidepanel > ul > li.language-switcher .arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  content: "";
}

#sidepanel > ul > li.language-switcher .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

#sidepanel > ul > li.language-switcher .arrow svg path {
  fill: none;
  stroke: #507376;
  transition: stroke 0.25s;
}

#sidepanel > ul > li.location .icon {
  height: 18px;
}

#sidepanel > ul > li.table .icon {
  height: 19px;
}

#sidepanel > ul > li.meeting:after {
  /* display: none; */
}

#sidepanel > ul > li.meeting .icon {
  height: 15px;
}

#sidepanel > ul > li.contact .icon {
  height: 19px;
}

@media (max-width: 767px) {
  #sidepanel > ul > li.highlighted {
    width: 75px;
    background-image: url("../images/backgrounds/button-gold.png");
  }
  #sidepanel > ul > li.highlighted .icon svg path {
    fill: #fff !important;
  }
  #sidepanel > ul > li.highlighted .label {
    color: #fff !important;
  }
}

#sidepanel > ul > li .icon {
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 18px;
  text-align: center;
}

#sidepanel > ul > li .icon svg path {
  fill: #000;
  transition: fill 0.25s;
}

#sidepanel > ul > li .label {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 7px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: calc(50% + 8px);
  right: 0;
  left: 0;
  padding: 0 5px;
  text-align: center;
  color: #507376;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  transition: color 0.25s;
}

@media (max-width: 767px) {
  #sidepanel > ul > li .label {
    font-family: 'Futura LT', sans-serif;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.headermap {
  padding-left: 115px;
}

@media (max-width: 767px) {
  .headermap {
    padding-left: 0;
  }
}

.price-box .pre-line {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

@media (max-width: 1024px) {
  .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.price-box .price .currency {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 12px;
}

.price-box .post-line {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 5px;
}

.route-planner {
  width: 275px;
  margin-bottom: 40px;
  overflow: hidden;
}

.route-planner input[type="text"] {
  float: left;
  width: calc(100% - 50px);
  margin-right: 10px;
  border-color: #000;
  color: #000;
}

.route-planner input[type="text"]::-webkit-input-placeholder {
  color: #000;
}

.route-planner input[type="text"]::-moz-placeholder {
  color: #000;
}

.route-planner input[type="text"]:-ms-input-placeholder {
  color: #000;
}

.route-planner input[type="text"]:-moz-placeholder {
  color: #000;
}

.route-planner button {
  float: left;
  width: 40px;
  height: 40px;
  padding: 11px;
  background: #000;
  border: none;
  cursor: pointer;
}

.route-planner button:hover svg path {
  stroke: #507376;
}

.route-planner button svg {
  width: 100%;
  height: 100%;
}

.route-planner button svg path {
  fill: none;
  stroke: #fff;
  transition: stroke 0.25s;
}

.slider-arrows .arrow {
  display: inline-block;
  position: relative;
  float: left;
  padding: 30px;
  width: 44px;
  height: 44px;
  margin-right: 1px;
  background: #262d2e;
  cursor: pointer;
}

.slider-arrows .arrow:last-child {
  margin: 0;
}

.slider-arrows .arrow.prev:hover svg {
  transform: translateX(-5px);
}

.slider-arrows .arrow.next:hover svg {
  transform: translateX(5px);
}

.slider-arrows .arrow svg {
  position: absolute;
  top: 23px;
  left: 23px;
  width: 12px;
  height: 12px;
  transition: transform 0.25s;
}

.slider-arrows .arrow svg path {
  fill: none;
  stroke: #507376;
}

.slider.main {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 200px);
  overflow: hidden;
}

@media (max-width: 767px) {
  .slider.main {
    height: 56.25vw;
    max-height: none;
  }
}

.slider.main.home {
  height: 100vh;
  max-height: none;
}

@media (max-width: 767px) {
  .slider.main.home {
    height: 56.25vw;
  }
}

.slider.main .slider-content {
  position: relative;
  z-index: 10;
  width: calc(80% - 230px);
  margin-left: calc(10% + 115px);
}

@media (max-width: 1023px) {
  .slider.main .slider-content {
    margin-left: 165px;
  }
}

@media (max-width: 767px) {
  .slider.main .slider-content {
    position: absolute;
    bottom: 100px;
    width: calc(100% - 70px);
    margin-left: 35px;
  }
}

.slider.main .slider-content .slides {
  position: relative;
  z-index: 5;
  margin-top: 20vh;
}

@media (max-height: 1023px) {
  .slider.main .slider-content .slides {
    margin-top: 10vh;
  }
}

.slider.main .slider-content .slides .slide {
  display: none;
}

.slider.main .slider-content .slides .slide:first-child {
  display: block;
}

.slider.main .slider-content .slides .slide .content {
  display: inline-block;
  position: relative;
  max-width: 725px;
}

.slider.main .slider-content .slides .slide .content.white > * {
  color: #fff;
}

.slider.main .slider-content .slides .slide .content.white .shadow {
  position: relative;
  position: absolute;
}

.slider.main .slider-content .slides .slide .content.white .shadow > * {
  position: relative;
  z-index: 10;
}

.slider.main .slider-content .slides .slide .content.white .shadow:before {
  opacity: 1;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 90px 110px;
  border-radius: 30%;
  color: #000;
  content: "";
}

.slider.main .slider-content .slides .slide .content.white .shadow:after {
  opacity: 1;
  position: absolute;
  z-index: 5;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  border-radius: 30%;
  content: "";
}

.slider.main .slider-content .slides .slide .content > * {
  position: relative;
  z-index: 10;
}

.slider.main .slider-content .slides .slide .content h2 {
  margin: 0;
}

.slider.main .slider-content .slides .slide .content h2:before {
  display: inline-block;
  position: relative;
  width: 22px;
  margin-right: 5px;
  content: "»";
  pointer-events: none;
}

.slider.main .slider-content .slides .slide .content h2:after {
  display: inline-block;
  position: relative;
  width: 22px;
  margin-right: -100%;
  margin-left: 5px;
  content: "«";
  pointer-events: none;
}

.slider.main .slider-content .slides .slide .content p {
  margin: 20px 0 0;
}

.slider.main .slider-content .slides .slide .content p > * {
  margin-right: 8px;
}

.slider.main .slider-content .slides .slide .content p > *:last-child {
  margin: 0;
}

.slider.main .slider-content .slides .slide .content p span {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.slider.main .slider-content .slides .slide .content p a {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.slider.main .slider-content .slides .slide .content .shadow {
  position: relative;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider.main .slider-content .slides .slide .content .shadow > * {
  position: relative;
  z-index: 10;
}

.slider.main .slider-content .slides .slide .content .shadow:before {
  opacity: 1;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 90px 110px;
  border-radius: 30%;
  color: #fff;
  content: "";
}

.slider.main .slider-content .slides .slide .content .shadow:after {
  opacity: 1;
  position: absolute;
  z-index: 5;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #fff;
  border-radius: 30%;
  content: "";
}

.slider.main .slider-content .slides .slick-list {
  overflow: visible;
}

.slider.main .slider-content .slides .slick-list .slick-track {
  overflow: visible;
}

.slider.main .slider-content .slider-arrows {
  display: none;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}

.slider.main .slider-images {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider.main .slider-images .slides {
  width: 100%;
  height: 100%;
}

.slider.main .slider-images .slides .slide {
  width: 100%;
  height: 100%;
}

.slider.main .slider-images .slides .slide .image {
  width: 100%;
  height: 100%;
}

.slider.main .slider-images .slides .slide .image img {
  transition: opacity 1s, transform 1s;
}

.slider.main .slider-images .slides .slide .image video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  .slider.main .slider-images .slides .slide .image video {
    top: auto;
    left: auto;
    width: 101%;
    height: 101%;
    margin: -0.5%;
    object-fit: cover;
    transform: none;
  }
}

.slider.main .slider-images .slides .slick-list {
  height: 100%;
}

.slider.main .slider-images .slides .slick-list .slick-track {
  height: 100%;
}

.slider.main .slider-images .slides .slick-list .slick-track .slick-slide {
  height: 100%;
}

.slider.main .slider-images .slides .slick-list .slick-track .slick-slide.active .slide .image img {
  transition: opacity 1s, transform 10s;
  transform: scale(1.1);
}

.slider.main .slider-images .slides .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.slider.main .quickbooker {
  position: absolute;
  z-index: 15;
  bottom: 240px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-height: 1023px) {
  .slider.main .quickbooker {
    bottom: 190px;
  }
}

@media (max-width: 1024px) {
  .slider.main .quickbooker {
    /* margin-left: -261px; */
    margin-left: 0px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .slider.main .quickbooker {
    bottom: 75px;
  }
}

@media (max-width: 767px) {
  .slider.main .quickbooker {
    display: none;
  }
}

.slider.content {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 70px 0%;
  /* padding: 70px 20% 70px 30%; */
}

@media (max-width: 1280px) {
  .slider.content {
    /* padding: 70px 0 70px 30%; */
  }
}

@media (max-width: 1023px) {
  .slider.content {
    display: initial;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .slider.content {
    /* width: 100vw;
    left: 50%;
    margin-left: -50vw; */
  }
}

.slider.content.alternative-color .slider-content {
  background: #dddad1;
}

.slider.content.alternative-color .slider-content .slides .slide .content h2 {
  color: #6f7576;
}

.slider.content.alternative-color .slider-content .slides .slide .content hr {
  background: #6f7576;
}

.slider.content.alternative-color .slider-content .slides .slide .content p {
  color: #6f7576;
}

.slider.content.alternative-color .slider-content .slides .slide .content a:hover {
  color: #6f7576;
}

.slider.content .slider-images {
  position: relative;
  width: calc(100% - 435px);
  /* padding-bottom: 85%; */
}

@media (max-width: 1023px) {
  .slider.content .slider-images {
    padding-bottom: 65%;
    transform: none !important;
  }
}

.slider.content .slider-images .slides {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .slider.content .slider-images .slides {
    height: 100%;
  }
}

.slider.content .slider-images .slides .slide {
  display: none;
  height: 100%;
}

.slider.content .slider-images .slides .slide .image {
  height: 100%;
}

.slider.content .slider-images .slides .slide .image img {
  /* transition: opacity 1s, transform 1s; */
}

.slider.content .slider-images .slides .slide:first-child {
  display: block;
}

.slider.content .slider-images .slides .slick-list {
  height: 100%;
}

.slider.content .slider-images .slides .slick-list .slick-track {
  height: 100%;
}

.slider.content .slider-images .slides .slick-list .slick-track .slick-slide {
  height: 100%;
}

.slider.content .slider-images .slides .slick-list .slick-track .slick-slide.active .slide .image img {
  /* transition: opacity 1s, transform 10s;
  transform: scale(1.1); */
}

.slider.content .slider-images .slides .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.slider.content .slider-images .slider-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider.content .slider-content {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 425px;
  padding: 45px 30px;
  background: #262d2e url("../images/backgrounds/content-slider.png") no-repeat center;
  background-size: cover;
  height: fit-content;
}

@media (max-width: 1023px) {
  .slider.content .slider-content {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
}

.slider.content .slider-content .slides .slide {
  display: none;
}

.slider.content .slider-content .slides .slide:first-child {
  display: block;
}

.slider.content .slider-content .slides .slide .content h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}

.slider.content .slider-content .slides .slide .content hr {
  width: 45px;
  margin: 30px 0;
  background: #fff;
}

.slider.content .slider-content .slides .slide .content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  line-height: 1.9;
}

.slider.content .slider-content .slides .slide .content ul {
  margin-bottom: 25px;
}

.slider.content .slider-content .slides .slide .content ul:last-child {
  margin-bottom: 0;
}

.slider.content .slider-content .slides .slide .content a:hover {
  color: #fff;
}

.slider.teasers {
  margin-bottom: 40px;
  overflow: hidden;
}

.slider.teasers[data-count-teasers="1"] .slider-arrows {
  display: none;
}

@media (min-width: 768px) {
  .slider.teasers[data-count-teasers="2"] .slider-arrows {
    display: none;
  }
}

@media (min-width: 1023px) {
  .slider.teasers[data-count-teasers="3"] .slider-arrows {
    display: none;
  }
}

@media (min-width: 1279px) {
  .slider.teasers[data-count-teasers="4"] .slider-arrows {
    display: none;
  }
}

.slider.teasers .slides {
  display: none;
  margin: 0 -6px;
  overflow: hidden;
}

.slider.teasers .slides.slick-initialized {
  display: block;
}

.slider.teasers .slides .slide {
  float: left;
  width: calc(25% - 12px);
  padding: 0 6px;
}

.slider.teasers .slides .slide .teaser {
  width: 100%;
  margin: 0;
}

.slider.teasers .slider-arrows {
  height: 44px;
  margin-top: 10px;
  text-align: center;
}

.slider.teasers .slider-arrows .arrow {
  float: none;
}

.slider.welcome {
  position: relative;
  width: 100%;
  margin-bottom: 125px;
}

@media (max-width: 1024px) {
  .slider.welcome {
    margin-bottom: 40px;
  }
}

.slider.welcome .slides {
  overflow: hidden;
}

.slider.welcome .slides .slide {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.slider.welcome .slides .slide:first-child {
  display: block;
}

.slider.welcome .slides .slide .image {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((7 / 12) * 100%);
}

@media (max-width: 1024px) {
  .slider.welcome .slides .slide .image {
    position: relative;
    right: auto;
    left: auto;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
  }
}

.slider.welcome .slides .slide .image img {
  transition: opacity 1s, transform 1s;
  position: absolute;
}

.slider.welcome .slides .slide .content {
  position: relative;
  z-index: 10;
  float: right;
  width: 50%;
  margin: 100px 0 !important;
  background: rgba(221, 218, 209, 0.9);
  color: #3D352D;

  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 60px 45px;
  text-align: center;
}

.slider.welcome .slides .slide .content h3, .slider.welcome .slides .slide .content p {
  color: #3D352D;
}


@media (max-width: 1024px) {
  .slider.welcome .slides .slide .content {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 45px 45px 75px;
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) and (max-width: 863px) {
  .slider.welcome .slides .slide .content {
    padding-bottom: 45px;
  }
}

.slider.welcome .slides .slide .content h3 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.slider.welcome .slides .slide .content h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.welcome .slides .slide .content h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.welcome .slides .slide .content .price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.welcome .slides .slide .content .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.welcome .slides .slick-list .slick-track {
  display: flex;
}

.slider.welcome .slides .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slider.welcome .slides .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}

/* .slider.welcome .slides .slick-list .slick-track .slick-slide.active .slide .image img {
  transition: opacity 1s, transform 10s;
  transform: scale(1.1);
} */

.slider.welcome .slider-arrows {
  position: absolute;
  right: calc(5 / 12 * 100%);
  bottom: 0;
}

@media (max-width: 1024px) {
  .slider.welcome .slider-arrows {
    top: 0;
    right: 0;
    bottom: auto;
    padding-top: calc(100% - 60px);
  }
}

.slider.welcome .quickbooker {
  position: absolute;
  top: calc(100% - 44px);
  left: 50%;
  margin-left: -262px;
}

@media (max-width: 1024px) {
  .slider.welcome .quickbooker {
    position: relative;
    top: auto;
    left: auto;
    margin: -40px 0 0;
  }
}

@media (max-width: 863px) {
  .slider.welcome .quickbooker {
    display: none;
  }
}

.slider.rooms {
  position: relative;
  width: 100%;
  margin-bottom: 125px;
}

@media (max-width: 1024px) {
  .slider.rooms {
    margin-bottom: 40px;
  }
}

.slider.rooms .slides {
  overflow: hidden;
}

.slider.rooms .slides .slide {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.slider.rooms .slides .slide:first-child {
  display: block;
}

.slider.rooms .slides .slide .image {
  position: absolute;
  right: 50px;
  left: 75px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .slider.rooms .slides .slide .image {
    position: relative;
    right: auto;
    left: auto;
    height: 0;
    padding-bottom: 65%;
  }
}

.slider.rooms .slides .slide .image img {
  transition: opacity 1s, transform 1s;
  position: absolute;
}

.slider.rooms .slides .slide .content {
  position: relative;
  width: 425px;
  min-height: 425px;
  margin: 75px 0 125px;
  padding: 45px;
  background: rgba(221, 218, 209, 0.9);
}

@media (max-width: 1024px) {
  .slider.rooms .slides .slide .content {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 45px 45px 75px;
  }
}

@media (max-width: 1024px) and (max-width: 863px) {
  .slider.rooms .slides .slide .content {
    padding-bottom: 45px;
  }
}

.slider.rooms .slides .slide .content h3 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.slider.rooms .slides .slide .content h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.rooms .slides .slide .content h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.rooms .slides .slide .content .price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.rooms .slides .slide .content .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.rooms .slides .slick-list .slick-track {
  display: flex;
}

.slider.rooms .slides .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slider.rooms .slides .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}

.slider.rooms .slides .slick-list .slick-track .slick-slide.active .slide .image img {
  transition: opacity 1s, transform 10s;
  transform: scale(1.1);
}

.slider.rooms .slider-arrows {
  position: absolute;
  right: 50px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .slider.rooms .slider-arrows {
    top: 0;
    right: 0;
    bottom: auto;
    padding-top: calc(65% - 44px);
  }
}

.slider.rooms .quickbooker {
  position: absolute;
  top: calc(100% - 44px);
  left: 50%;
  margin-left: -262px;
}

@media (max-width: 1024px) {
  .slider.rooms .quickbooker {
    position: relative;
    top: auto;
    left: auto;
    margin: -40px 0 0;
  }
}

@media (max-width: 863px) {
  .slider.rooms .quickbooker {
    display: none;
  }
}


.list.teasers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.list.teasers.posts {
  margin: 0 -10px;
}

.list.teasers .teaser {
  float: left;
}

.list.rooms .content-box, .list.jobs .content-box {
  margin-bottom: 80px;
}

.list.rooms .content-box:last-child, .list.jobs .content-box:last-child {
  margin-bottom: 40px;
}

.featured-teasers {
  padding-top: 25px;
}

.featured-teasers .slider.teasers {
  margin: 0;
}

.teaser {
  position: relative;
  float: left;
  display: block;
  width: calc(25% - 12px);
  margin: 0 6px 12px;
}

@media (max-width: 1279px) {
  .teaser {
    width: calc(33.333% - 12px);
  }
}

@media (max-width: 1023px) {
  .teaser {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .teaser {
    width: calc(100% - 12px);
  }
}

.teaser.offer.blue .background:before {
  background-image: url("../images/backgrounds/teaser-blue.png");
}

.teaser.offer.black .background:before {
  background-image: url("../images/backgrounds/teaser-black.png");
}

.teaser.offer.gold .background:before {
  background-image: url("../images/backgrounds/teaser-gold.png");
}

.teaser.offer.green .background:before {
  background-image: url("../images/backgrounds/teaser-green.png");
}

.teaser.offer > * {
  position: relative;
  z-index: 10;
}

.teaser.offer .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.teaser.offer .image img {
  position: absolute;
  top: -50px;
  height: calc(100% + 100px);
}

.teaser.offer .content {
  position: relative;
  padding: 35px 20px 130px;
  text-align: center;
}

.teaser.offer .content h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}

.teaser.offer .content hr {
  background: #fff;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.teaser.offer .booking-info {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.teaser.offer .booking-info .price-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 100px;
  padding: 10px;
  text-align: center;
  pointer-events: none;
}

.teaser.offer .booking-info .price-box:first-child:last-child {
  width: 100%;
}

.teaser.offer .booking-info .price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}

.teaser.offer .booking-info .price-box .post-line {
  margin-top: -5px;
  color: #fff;
}

.teaser.offer .booking-info .button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.teaser.offer .background {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100%;
  background: #262d2e;
}

.teaser.offer .background:before {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent url() no-repeat center;
  background-size: cover;
}

.teaser.offer .link-box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.teaser.package {
  width: calc(33.333% - 12px);
}

@media (max-width: 1023px) {
  .teaser.package {
    width: calc(100% - 12px);
  }
}

.teaser.package.black .background:before {
  background-image: url("../images/backgrounds/teaser-black.png");
}

.teaser.package.gold .background:before {
  background-image: url("../images/backgrounds/teaser-gold.png");
}

.teaser.package.green .background:before {
  background-image: url("../images/backgrounds/teaser-green.png");
}

.teaser.package > * {
  position: relative;
  z-index: 10;
}

.teaser.package .image {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 6px;
  padding-bottom: 100%;
  overflow: hidden;
  background: #507376;
}

@media (max-width: 1023px) {
  .teaser.package .image {
    padding-bottom: 50%;
  }
}

.teaser.package .image .stars {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -7px;
  text-align: center;
  font-size: 0;
}

.teaser.package .image .stars .star {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 7px;
}

.teaser.package .image .stars .star svg {
  float: left;
  width: 100%;
  height: 100%;
}

.teaser.package .image .stars .star svg path {
  fill: #fff;
}

.teaser.package .content {
  position: relative;
  min-height: 382px;
  padding: 35px 20px 130px;
  text-align: center;
}

.teaser.package .content > * {
  position: relative;
  z-index: 10;
}

.teaser.package .content h2 {
  color: #fff;
}

.teaser.package .content hr {
  background: #fff;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.teaser.package .content p {
  color: #fff;
}

.teaser.package .booking-info {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 0;
}

.teaser.package .booking-info .price-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 100px;
  padding: 10px;
  text-align: center;
  pointer-events: none;
}

.teaser.package .booking-info .price-box:first-child:last-child {
  width: 100%;
}

.teaser.package .booking-info .price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1023px) {
  .teaser.package .booking-info .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.teaser.package .booking-info .price-box .price .currency {
  color: #fff;
}

.teaser.package .background {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #262d2e;
}

.teaser.package .background:before {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent url() no-repeat center;
  background-size: cover;
}

.teaser.package .link-box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.teaser.post {
  width: calc(33.333% - 20px);
  margin: 0 10px 80px;
}

.teaser.post.image .image {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-bottom: 100%;
}

.teaser.post.image .image:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.teaser.post.image .image img {
  position: absolute;
  z-index: 5;
}

.teaser.post.image .content {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 25px 35px;
  text-align: center;
}

.teaser.post.image .content h2 {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.teaser.post.image .content h2:before {
  display: inline-block;
  position: relative;
  width: 22px;
  margin-right: 5px;
  content: "»";
  pointer-events: none;
}

.teaser.post.image .content h2:after {
  display: inline-block;
  position: relative;
  width: 22px;
  margin-left: 5px;
  content: "«";
  pointer-events: none;
}

.teaser.post.image .content p {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #fff;
}

.teaser.post .content h2 {
  text-transform: none;
}

.content-box {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .content-box {
    margin-right: -35px;
    margin-left: -35px;
  }
}

.content-box.has-button.inverted .images .slider-arrows {
  left: 100px;
}

@media (max-width: 1024px) {
  .content-box.has-button.inverted .images .slider-arrows {
    right: 0;
    left: auto;
  }
}

.content-box.has-button .images .slider-arrows {
  right: 100px;
}

@media (max-width: 1024px) {
  .content-box.has-button .images .slider-arrows {
    right: 0;
  }
}

.content-box.inverted .images {
  right: 0;
  left: auto;
}

.content-box.inverted .images .slider-arrows {
  left: 0;
  right: auto;
}

.content-box.inverted .content {
  float: left;
}

.content-box.inverted .content .box {
  float: right;
  background: #e5e8e7;
}

.content-box.inverted .content .box .button.square {
  right: 0;
  left: auto;
}

.content-box.text-align-left .content .box {
  padding-left: 15%;
  text-align: left;
}

@media (max-width: 1024px) {
  .content-box.text-align-left .content .box {
    padding-left: 45px;
  }
}

.content-box.text-align-left .content .box hr, .content-box.text-align-left .content .box p {
  margin-right: 0;
  margin-left: 0;
}

.content-box .images {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 100px);
}

@media (max-width: 1024px) {
  .content-box .images {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
  }
}

.content-box .images .slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .content-box .images .slider {
    position: absolute;
  }
}

.content-box .images .slider .slide {
  width: 100%;
  height: 100%;
}

.content-box .images .slider .slide .image {
  width: 100%;
  height: 100%;
}

.content-box .images .slider .slick-list {
  height: 100%;
}

.content-box .images .slider .slick-list .slick-track {
  height: 100%;
}

.content-box .images .slider .slick-list .slick-track .slick-slide {
  height: 100%;
  overflow: hidden;
}

.content-box .images .slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
  overflow: hidden;
}

.content-box .images .slider-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-box .content {
  position: relative;
  z-index: 10;
  float: right;
  width: 50%;
  margin: 100px 0;
}

@media (max-width: 1024px) {
  .content-box .content {
    width: 100%;
    margin: 0;
  }
}

.content-box .content .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 515px;
  min-height: 400px;
  padding: 60px 45px;
  background: #dddad1;
  text-align: center;
}

@media (max-width: 1024px) {
  .content-box .content .box {
    max-width: none;
    min-height: 0;
    padding: 45px;
  }
}

.content-box .content .box h3 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.content-box .content .box h2 {
  margin: 0;
}

.content-box .content .box hr {
  margin-right: auto;
  margin-left: auto;
}

.content-box .content .box p {
  max-width: 320px;
  margin: 0 auto 20px;
}

@media (max-width: 1024px) {
  .content-box .content .box .price-box {
    width: calc(100% - 100px);
  }
}

.content-box .content .box .button.square {
  position: absolute;
  top: calc(100% - 100px);
  /* left: 0; */
  right: 0;
}

@media (max-width: 1024px) {
  .content-box .content .box .button.square {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

.content-box .illustration {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: -135px;
  width: 228px;
  height: 620px;
  margin-top: -400px;
  background: transparent url("../images/illustrations/liqueur.png") no-repeat center;
  background-size: contain;
}

.quickbooker form ul {
  height: 130px;
  text-align: center;
}

.quickbooker form ul li {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 100%;
  margin-right: 1px;
  padding: 20px 10px;
  text-align: center;
  background: #CBC9C0;
  vertical-align: top;
  cursor: pointer;
}

.quickbooker form ul li:last-child {
  margin: 0;
}

.quickbooker form ul li .label {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 8.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #507376;
  text-transform: uppercase;
}

.quickbooker form ul li .day, .quickbooker form ul li .number {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 41px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  color: #262526;
}

.quickbooker form ul li .day:after {
  position: absolute;
  content: ".";
}

.quickbooker form ul li .month {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 10.5px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #262626;
  text-transform: uppercase;
}

.quickbooker form ul li .arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 8px;
  margin-left: -4px;
}

.quickbooker form ul li .arrow svg {
  width: 100%;
}

.quickbooker form ul li .arrow svg path {
  fill: none;
  stroke: #507376;
}

.quickbooker form ul li .button {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15%;
  line-height: 1.75;
}

.quickbooker .quickbooker-picker {
  display: none;
  position: absolute;
  bottom: calc(100% + 1px);
  width: calc(75%);
  height: 222px;
  background: #CBC9C0;
}

.quickbooker .quickbooker-picker .quickbooker-datepicker {
  float: left;
  width: 66.666%;
  height: 100%;
  padding: 10px 25px;
}

.quickbooker .quickbooker-picker .quickbooker-datepicker .date-picker-wrapper {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.quickbooker .quickbooker-picker .quickbooker-personspicker {
  float: right;
  width: calc(33.333% - 1px);
  height: 100%;
  padding: 10px 15px;
}

.quickbooker .quickbooker-picker .quickbooker-personspicker .label {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #507376;
  line-height: 30px;
  text-transform: uppercase;
}

.quickbooker .quickbooker-picker .quickbooker-personspicker table {
  width: 100%;
  margin-top: 21px;
}

.quickbooker .quickbooker-picker .quickbooker-personspicker table tbody tr td .number {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
  width: 100%;
  max-width: 25px;
  margin: 3px auto;
  padding: 0 5px;
  background: none;
  border: none;
  color: black;
  line-height: 24px;
  cursor: pointer;
}

.quickbooker .quickbooker-picker .quickbooker-personspicker table tbody tr td .number.selected {
  background: #507376;
  color: white;
}

.inspirational-area {
  visibility: hidden;
  position: relative;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-top: 40px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .inspirational-area {
    height: auto !important;
  }
}

.inspirational-area.initialized {
  visibility: visible;
}

.inspirational-area .inspirational-widget {
  float: left;
  width: 50%;
  padding: 25px 25px 35px;
}

@media (max-width: 1023px) {
  .inspirational-area .inspirational-widget {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .inspirational-area .inspirational-widget {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.inspirational-area .inspirational-widget:nth-child(odd) {
  clear: both;
  text-align: right !important;
}

.inspirational-area .inspirational-widget:nth-child(odd).widget-image .content {
  flex-direction: row-reverse;
}

.inspirational-area .inspirational-widget:nth-child(odd).widget-eyecatcher .content {
  padding: 0 95px 25px 0;
}

.inspirational-area .inspirational-widget:nth-child(odd) .content {
  float: right !important;
}

.inspirational-area .inspirational-widget:nth-child(odd) .content > * {
  float: right !important;
}

.inspirational-area .inspirational-widget.widget-text .content {
  max-width: 350px;
}

@media (max-width: 1023px) {
  .inspirational-area .inspirational-widget.widget-text .content {
    max-width: none;
  }
}

.inspirational-area .inspirational-widget.widget-text .content > * {
  float: left;
  clear: both;
}

.inspirational-area .inspirational-widget.widget-text .content hr {
  margin: 0 0 25px;
}

.inspirational-area .inspirational-widget.widget-image {
  padding: 2px;
}

@media (max-width: 1023px) {
  .inspirational-area .inspirational-widget.widget-image {
    padding: 25px 25px 35px;
  }
}

.inspirational-area .inspirational-widget.widget-image.has-description {
  padding: 25px 2px 35px;
}

.inspirational-area .inspirational-widget.widget-image.has-description .content .image {
  float: right;
  width: 60%;
  padding: 0 20px;
}

@media (max-width: 414px) {
  .inspirational-area .inspirational-widget.widget-image.has-description .content .image {
    width: 100%;
    margin-bottom: 35px;
  }
}

.inspirational-area .inspirational-widget.widget-image .content {
  display: flex;
  align-items: flex-end;
  max-width: 550px;
}

@media (max-width: 414px) {
  .inspirational-area .inspirational-widget.widget-image .content {
    display: block;
  }
}

.inspirational-area .inspirational-widget.widget-image .content .image {
  display: block !important;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inspirational-area .inspirational-widget.widget-image .content .image.lightbox {
  cursor: pointer;
}

.inspirational-area .inspirational-widget.widget-image .content .image img {
  float: left;
  width: 100%;
  height: auto;
}

.inspirational-area .inspirational-widget.widget-image .content .description {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  float: left;
  width: 40%;
}

@media (max-width: 414px) {
  .inspirational-area .inspirational-widget.widget-image .content .description {
    width: 100%;
  }
}

.inspirational-area .inspirational-widget.widget-eyecatcher .content {
  position: relative;
  padding: 0 0 120px 95px;
}

@media (max-width: 1365px) {
  .inspirational-area .inspirational-widget.widget-eyecatcher .content {
    padding: 0 0 75px;
  }
}

.inspirational-area .inspirational-widget.widget-eyecatcher .content:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 528px;
  height: 360px;
  background: transparent url("../images/illustrations/fish.png") no-repeat center;
  background-size: contain;
  content: "";
  pointer-events: none;
}

@media (max-width: 1365px) {
  .inspirational-area .inspirational-widget.widget-eyecatcher .content:before {
    width: 264px;
    background-position: center bottom;
  }
}

@media (max-width: 1023px) {
  .inspirational-area .inspirational-widget.widget-eyecatcher .content:before {
    left: 50%;
    margin-left: -132px;
  }
}

@media (max-width: 1023px) {
  .inspirational-area .inspirational-widget.widget-eyecatcher .content .eyecatcher {
    margin: 0 auto;
  }
}

.inspirational-area .inspirational-widget.widget-facebook-eyecatcher .content .facebook-eyecatcher {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  background: #dddad1;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .inspirational-area .inspirational-widget.widget-facebook-eyecatcher .content .facebook-eyecatcher {
    margin: 0 auto;
  }
}

.inspirational-area .inspirational-widget.widget-facebook-eyecatcher .content .facebook-eyecatcher:hover .text {
  color: #507376;
}

.inspirational-area .inspirational-widget.widget-facebook-eyecatcher .content .facebook-eyecatcher .icon {
  position: absolute;
  bottom: 45%;
  right: 0;
  left: 0;
  text-align: center;
}

.inspirational-area .inspirational-widget.widget-facebook-eyecatcher .content .facebook-eyecatcher .text {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  transition: color 0.25s;
}

.inspirational-area .inspirational-widget.widget-placeholder {
  height: 1px;
  padding: 0;
}

.inspirational-area .inspirational-widget .content {
  float: left;
  width: 100%;
}

.gallery-area {
  visibility: hidden;
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 414px) {
  .gallery-area {
    height: auto !important;
  }
}

.gallery-area.initialized {
  visibility: visible;
}

.gallery-area .gallery-widget {
  float: right;
  width: 50%;
  padding: 2px;
}

@media (max-width: 414px) {
  .gallery-area .gallery-widget {
    width: 100%;
    transition: none !important;
  }
}

.gallery-area .gallery-widget:nth-child(2n+3) {
  clear: both;
}

.gallery-area .gallery-widget.widget-headline {
  min-height: 180px;
  padding: 2px 25px 35px;
}

@media (max-width: 414px) {
  .gallery-area .gallery-widget.widget-headline {
    min-height: 0;
    padding: 2px 0;
  }
}

.gallery-area .gallery-widget.widget-image:nth-child(even) .content .image {
  float: right;
}

.gallery-area .gallery-widget.widget-image.small .content .image {
  width: 80%;
  padding-bottom: 80%;
}

@media (max-width: 414px) {
  .gallery-area .gallery-widget.widget-image.small .content .image {
    width: 100%;
    padding-bottom: 100%;
  }
}

.gallery-area .gallery-widget.widget-images .content .images {
  margin: 0 -2px;
}

.gallery-area .gallery-widget.widget-images .content .images .image {
  float: left;
  width: calc(50% - 4px);
  margin: 0 2px 4px;
  padding-bottom: calc(50% - 4px);
  overflow: hidden;
}

.gallery-area .gallery-widget.widget-images .content .images .image:nth-child(2n+3) {
  clear: both;
}

.gallery-area .gallery-widget.widget-images .content .images .image:nth-last-child(2), .gallery-area .gallery-widget.widget-images .content .images .image:last-child {
  margin-bottom: 0;
}

.gallery-area .gallery-widget .content {
  overflow: hidden;
}

.gallery-area .gallery-widget .content .image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.gallery-area .gallery-widget .content .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-area .illustration {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -500px;
  width: 767px;
  height: 833px;
  margin-top: -500px;
  background: transparent url("../images/illustrations/bird.png") no-repeat center;
  background-size: contain;
}

.eyecatcher {
  display: block;
  width: 190px;
  height: 190px;
  padding: 8px;
  border: 1px solid #515657;
  border-radius: 50%;
}

.eyecatcher .content {
  position: relative !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  background: none;
  border: 1px solid #515657;
  border-radius: 50%;
  text-align: center;
  pointer-events: none;
}

.eyecatcher .content:before {
  display: none !important;
}

.eyecatcher .content .headline {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  display: table;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 87px;
  padding: 0 15px;
  color: #6f7576;
  line-height: 1.5;
}

.eyecatcher .content .headline span {
  display: table-cell;
  vertical-align: middle;
}

.eyecatcher .content .cta {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 42px;
  left: 0;
  height: 26px;
  padding: 0 10px;
  border-top: 1px solid #515657;
  border-bottom: 1px solid #515657;
  color: #6f7576;
  line-height: 26px;
}

.eyecatcher .content .subline {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 25px;
  color: #6f7576;
  line-height: 42px;
}

.restaurant-eyecatcher {
  position: absolute;
  z-index: 15;
  top: 40px;
  right: 7.5%;
  width: 310px;
  height: 310px;
  background: transparent url("../images/eyecatcher/restaurant-eyecatcher.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1023px) {
  .restaurant-eyecatcher {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .restaurant-eyecatcher {
    top: 10px;
    right: 10px;
    width: 175px;
    height: 175px;
  }
}

.scroll-to-top {
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: 10px;
  width: 64px;
  height: 64px;
  padding: 30px 15px 10px;
  background: #262d2e;
  text-align: center;
  cursor: pointer;
  transform: translateX(84px);
  transition: transform 0.75s;
}

@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top:hover .icon svg path {
  stroke: #fff;
}

.scroll-to-top:hover .label {
  color: #507376;
}

.scroll-to-top.show {
  transform: none;
}

.scroll-to-top .icon {
  position: absolute;
  right: 0;
  bottom: calc(50% + 2px);
  left: 0;
}

.scroll-to-top .icon svg path {
  fill: none;
  stroke: #507376;
  transition: stroke 0.25s;
}

.scroll-to-top .label {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 8px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.25s;
}

#content #main {
  overflow: hidden;
}

#content #main #wrapper {
  position: relative;
  z-index: 10;
  max-width: 1500px;
  margin: 0 auto;
  padding: 65px 115px; 
}

@media (max-width: 767px) {
  #content #main #wrapper {
    padding: 35px;
  }
}

#content #main #wrapper.offer {
  padding-top: 110px;
}

#content #main #wrapper.offer > .booking-info {
  position: absolute;
  top: 0;
  right: 150px;
  width: 200px;
  text-align: center;
}

#content #main #wrapper.offer > .booking-info .button {
  margin: 0 auto 20px;
}

#content #main #wrapper.offer > .booking-info .price-box {
  color: #507376;
}

#content #main #wrapper > .vc_row {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #content #main #wrapper > .vc_row {
    margin-bottom: 20px;
  }
}

#content #main #wrapper > .vc_row:first-child > .wpb_column.vc_col-sm-12 .slider.content {
  margin-top: -215px;
}

@media (max-width: 1023px) {
  #content #main #wrapper > .vc_row:first-child > .wpb_column.vc_col-sm-12 .slider.content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #content #main #wrapper > .vc_row:first-child > .wpb_column.vc_col-sm-12 .slider.content {
    margin-top: -35px;
  }
}

#content #main #wrapper > .vc_row:last-child {
  margin-bottom: 0;
}

#content #main #wrapper div.wpb_content_element {
  margin-bottom: 40px;
}

#content #main #wrapper .wpb_text_column ul {
  margin-bottom: 25px;
}

#content #main #wrapper .wpb_text_column ul li {
  font-family: 'Lato', sans-serif;
  /* font-weight: 900; */
  /* font-size: 13px; */
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  /* margin-bottom: 10px; */
  margin-bottom: 7px;
  padding-left: 24px;
}

#content #main #wrapper .wpb_text_column ul li:before {
  /* position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #262d2e;
  border-radius: 50%;
  content: ""; */
}

#content #main #wrapper .wpb_single_image img[src*=".svg"] {
  width: 50px;
  height: 50px;
  margin-bottom: -15px;
}

#map {
  width: 100%;
  height: 720px;
  max-height: 80vh;
}

#map #map-not-loaded, #overlay-map #map-not-loaded, #partners-map #map-not-loaded  {
  width: inherit;
  height: inherit;
  max-height: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

#map #map-not-loaded #map-background, #overlay-map #map-not-loaded #map-background, #partners-map #map-not-loaded #map-background {
  background-image: url(../images/backgrounds/map-blur.jpg);
  width: inherit;
  height: inherit;
  max-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#map #map-not-loaded #map-background button, #overlay-map #map-not-loaded #map-background button, #partners-map #map-not-loaded #map-background button {
  height: fit-content;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  background-image: url(../images/backgrounds/button-highlighted.gif);
}

#map #map-not-loaded p, #overlay-map #map-not-loaded p, #partners-map #map-not-loaded p {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.overlay-box #map #map-not-loaded p, .overlay-box #overlay-map #map-not-loaded p, .overlay-box #partners-map #map-not-loaded p {
  color: #fff;
}

@media (max-width: 767px) {
  #map {
    max-height: calc(80vh - 150px);
  }
}

.partners {
  margin-bottom: 40px;
}

.partners #partners-map {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 540px;
  max-height: 60vh;
  margin-bottom: 80px;
  margin-left: -50vw;
}

.partners .partner-boxes .partner-box {
  float: left;
  width: calc(33.333% - 12px);
  margin: 0 6px 12px;
  padding: 75px 20px 65px;
  background: #e5e8e7;
}

@media (max-width: 1279px) {
  .partners .partner-boxes .partner-box {
    width: calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .partners .partner-boxes .partner-box {
    width: calc(100% - 12px);
  }
}

@media (max-width: 1279px) {
  .partners .partner-boxes .partner-box:nth-child(2n+3) {
    clear: both !important;
    width: calc(50% - 12px);
  }
}

.partners .partner-boxes .partner-box:nth-child(3n+4) {
  clear: both;
}

@media (max-width: 1279px) {
  .partners .partner-boxes .partner-box:nth-child(3n+4) {
    clear: none;
  }
}

.partners .partner-boxes .partner-box > *:last-child {
  margin-bottom: 0;
}

.partners .partner-boxes .partner-box h2 {
  text-transform: none;
}

.partners .partner-boxes .partner-box address {
  margin-bottom: 12px;
}

#cta-overlay {
  display: none;
  background-color: #3e3e3e80;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 150px;
}

@media (max-width: 767px) {
  #cta-overlay {
    padding: 75px 0 0;
  }
}

#cta-overlay .overlay-boxes {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: #577274;
}


#cta-overlay .overlay-boxes a {
  color: white;
}

#cta-overlay .overlay-boxes a:hover {
  color: #B2C5C3;
}


#cta-overlay .overlay-boxes .overlay-scroll-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box {
  display: none;
  padding: 80px 40px;
}

@media (max-width: 767px) {
  #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .intro {
    padding-right: 0;
    padding-left: 0;
  }
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .contact-form, #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .table-form, #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .meeting-form {
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .contact-form, #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .table-form, #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .meeting-form {
    padding: 0;
  }
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .contact-form, #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .table-form {
  max-width: 560px;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .meeting-form {
  max-width: 760px;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box #overlay-map {
  height: 350px;
  margin: 0 -40px 35px;
}

@media (max-width: 767px) {
  #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box #overlay-map {
    max-height: calc(80vh - 75px);
  }
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content {
  color: #fff;
  margin-bottom: -35px;
}

@media (max-width: 1023px) {
  #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .vc_column_container {
    width: 100%;
  }
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content p {
  color: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content hr {
  background: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner input[type="text"] {
  border-color: #fff;
  color: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner input[type="text"]::-moz-placeholder {
  color: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner input[type="text"]:-moz-placeholder {
  color: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner button {
  background: #fff;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner button:hover svg path {
  stroke: #507376;
}

#cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .overlay-content .route-planner button svg path {
  stroke: #000;
}

@media (max-width: 1023px) {
  #cta-overlay .overlay-boxes .overlay-scroll-box .overlay-box .gform_wrapper > form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}

#cta-overlay .overlay-boxes .close-cta-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  padding: 12px;
  overflow: hidden;
  cursor: pointer;
}

#cta-overlay .overlay-boxes .close-cta-overlay:hover svg rect {
  fill: #fff;
}

#cta-overlay .overlay-boxes .close-cta-overlay svg {
  float: left;
  width: 100%;
  height: 100%;
}

#cta-overlay .overlay-boxes .close-cta-overlay svg rect {
  fill: #fff;
  transition: fill 0.25s;
}

#cta-overlay input[type="text"]::-webkit-input-placeholder, #cta-overlay input[type="email"]::-webkit-input-placeholder, #cta-overlay input[type="tel"]::-webkit-input-placeholder, #cta-overlay textarea::-webkit-input-placeholder {
  color: #fff;
}

#cta-overlay input[type="text"]::-moz-placeholder, #cta-overlay input[type="email"]::-moz-placeholder, #cta-overlay input[type="tel"]::-moz-placeholder, #cta-overlay textarea::-moz-placeholder {
  color: #fff;
}

#cta-overlay input[type="text"]:-ms-input-placeholder, #cta-overlay input[type="email"]:-ms-input-placeholder, #cta-overlay input[type="tel"]:-ms-input-placeholder, #cta-overlay textarea:-ms-input-placeholder {
  color: #fff;
}

#cta-overlay input[type="text"]:-moz-placeholder, #cta-overlay input[type="email"]:-moz-placeholder, #cta-overlay input[type="tel"]:-moz-placeholder, #cta-overlay textarea:-moz-placeholder {
  color: #fff;
}

#footer .intro, #cta-overlay .intro {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}

#footer .intro .logo, #cta-overlay .intro .logo {
  display: inline-block;
  width: 191px;
  height: 191px;
  margin: 0 auto 25px;
  background: transparent url("../images/logos/soller-business-hotel-white.png") no-repeat center;
  background-size: contain;
}

#footer .intro h2, #cta-overlay .intro h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  #footer .intro h2, #cta-overlay .intro h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

#footer .intro p, #cta-overlay .intro p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}

#footer .intro p strong, #cta-overlay .intro p strong {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#footer .intro p a, #cta-overlay .intro p a {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-transform: none;
}

#footer .intro p a:hover, #cta-overlay .intro p a:hover {
  color: #507376;
}

#footer .intro p a.phone, #cta-overlay .intro p a.phone {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
}

@media (max-width: 767px) {
  #footer .intro p a.phone, #cta-overlay .intro p a.phone {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

#cta-overlay .intro .logo {
  display: none;
}

.zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  padding: 9px;
  background: #262d2e;
}

.zoom:hover svg line {
  stroke: #fff;
}

.zoom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  content: "";
}

.zoom svg {
  float: left;
  width: 100%;
  height: 100%;
}

.zoom svg line {
  fill: none;
  stroke: #507376;
  transition: stroke 0.25s;
}

#body .date-picker-wrapper {
  z-index: 9999;
  width: 260px;
  height: 222px;
  padding: 10px 25px;
  background: #CBC9C0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

#body .date-picker-wrapper .month-wrapper {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

#body .date-picker-wrapper .month-wrapper > table {
  width: 100%;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption {
  height: 30px;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption th.month-name > div {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #507376;
  line-height: 30px;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .prev, #body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .next {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
  line-height: 30px;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .prev svg, #body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .next svg {
  width: 12px;
  height: 12px;
  transition: transform 0.25s;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .prev svg path, #body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .next svg path {
  fill: none;
  stroke: #507376;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .prev:hover svg {
  transform: translateX(-5px);
}

#body .date-picker-wrapper .month-wrapper > table thead tr.caption th > .next:hover svg {
  transform: translateX(5px);
}

#body .date-picker-wrapper .month-wrapper > table thead tr.week-name {
  height: 25px;
}

#body .date-picker-wrapper .month-wrapper > table thead tr.week-name th {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: black;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td {
  padding: 1px 0;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td .day {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: black;
  line-height: 20px;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td .day.invalid {
  text-decoration: line-through;
  color: white;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td .day.real-today {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: none;
  line-height: 20px;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td .day.checked {
  background: #fff;
  color: #507376;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td .day.checked.first-date-selected, #body .date-picker-wrapper .month-wrapper > table tbody tr td .day.checked.last-date-selected {
  background: #507376 !important;
  color: #fff;
}

#body .date-picker-wrapper .month-wrapper > table tbody tr td .day.hovering {
  background: #fff;
  color: #507376;
}

#body .date-picker-wrapper .footer {
  display: none;
}

#footer {
  width: 100%;
  padding-top: 35px;
  overflow: hidden;
  background: #577274;
  background-size: cover;
}

#footer .contact-form, #footer .table-form, #footer .meeting-form {
  margin: 0 auto 70px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  #footer .contact-form, #footer .table-form, #footer .meeting-form {
    margin-bottom: 35px;
  }
}

#footer .contact-form, #footer .table-form {
  max-width: 560px;
}

#footer .meeting-form {
  max-width: 760px;
}

#footer .contact-form a, #footer .table-form a, #footer .meeting-form a {
  color: #B2C5C3;
}

#footer .contact-form a:hover, #footer .table-form a:hover, #footer .meeting-form a:hover {
  color: white
}

#footer .footer-navigation {
  padding: 25px 40px;
  text-align: center;
}

@media (max-width: 767px) {
  #footer .footer-navigation {
    padding: 25px;
  }
}

#footer .footer-navigation li {
  display: inline-block;
  position: relative;
  padding: 10px 35px;
}

#footer .footer-navigation li a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.5;
  color: #577175;
}

@media (max-width: 767px) {
  #footer .footer-navigation li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

#footer .footer-navigation li a:hover {
  color: #507376;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-container .fancybox-bg {
  opacity: 0;
  background: rgba(24, 41, 51, 0.6);
  transition: opacity 0.75s;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide {
  padding: 68px 168px 258px !important;
}

@media (max-width: 1024px) {
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide {
    padding: 40px !important;
  }
}

@media (max-width: 767px) {
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide {
    padding: 75px 0 !important;
  }
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .lighbox-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: -100px;
  bottom: -200px;
  width: 390px;
  height: auto;
  min-height: 390px;
  padding: 55px 50px;
  background: #dddad1;
  text-align: center;
}

@media (max-width: 1024px) {
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .lighbox-caption {
    display: none;
  }
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .lighbox-caption > *:last-child {
  margin-bottom: 0 !important;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .lighbox-caption h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 25px;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .lighbox-caption hr {
  width: 35px;
  margin: 0 auto 30px;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .lighbox-caption p {
  width: 100%;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .slider-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .close-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 14px;
  background: #262d2e;
  cursor: pointer;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .close-lightbox:hover svg g line {
  stroke: #fff;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .close-lightbox svg {
  float: left;
}

.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .close-lightbox svg g line {
  fill: none;
  stroke: #507376;
  transition: stroke 0.25s;
}

.fancybox-container .fancybox-inner .fancybox-caption {
  display: none;
}

#cookie-notice {
  background: #262d2e !important;
}

#cookie-notice .cookie-notice-container {
  padding: 15px 25px;
}

#cookie-notice .cookie-notice-container #cn-notice-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  line-height: 1.5;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie, #cookie-notice .cookie-notice-container #cn-refuse-cookie {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 10px;
  padding: 3px 15px;
  background: #507376;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

#tinymce {
  padding: 15px !important;
}

#tinymce h1, #tinymce .h1, #tinymce h2, #tinymce .h2, #tinymce h3, #tinymce .h3 {
  text-transform: none;
}

#tinymce ul {
  margin-bottom: 25px;
}

#tinymce ul li {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}

#tinymce ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #262d2e;
  border-radius: 50%;
  content: "";
}

.intro-text {
  padding: 220px 0;
  position: relative;
}

.intro-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 782px) {
  .intro-text-wrapper {
    width: 100%;
  }
}

.intro-text h3 {
  font-family: 'Futura LT';
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #707070;
  letter-spacing: 0.8px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.intro-text h1 {
  font-family: 'Futura LT';
  font-size: 59px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
  color: #707070;
  line-height: 64px;
  padding-bottom: 10px;
}

@media screen and (max-width: 782px) {
  .intro-text h1 {
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
  }
}

.intro-text hr {
  width: 90px;
  color: #707070;
  margin-bottom: 45px;
}

.intro-text p {
  font-family: 'Lato';
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
  color: #707070;
  text-align: justify;
}

.intro-text .animal-art {
  position: absolute;
  opacity: 0;

  animation-fill-mode: forwards;
}

.intro-text .animal-art-1 {
  top: -100px;
  left: -400px;
  width: 642px;
  height: 790px;
}

.intro-text.fadeIn .animal-art-1 {
  animation-name: fadeInAnimal1;
  animation-duration: 2s;
}

.intro-text .animal-art-2 {
  top: -25%;
  right: -25%;
  transform: rotate(45deg) scale(0.8);
  width: 477px;
  height: 538px;
}

.intro-text.fadeIn .animal-art-2 {
  animation-name: fadeInAnimal2;
  animation-duration: 2s;
}

.intro-text .animal-art-3 {
  bottom: 0%;
  right: -25%;
  transform: rotate(45deg) scale(0.8);
  transform-origin: 100% 50%;
  width: 868px;
  height: 614px;
}

.intro-text.fadeIn .animal-art-3 {
  animation-name: fadeInAnimal3;
  animation-duration: 2s;
}

@keyframes fadeInAnimal1 {
  from {
    top: -100px;
    left: -400px;
    width: 642px;
    height: 790px;
    transform: matrix(0.97, -0.24, 0.24, 0.97, 0, 0);
  }
  to {
    top: 60px;
    left: -76px;
    width: 536px;
    height: 725px;
    transform: matrix(1, 0.07, -0.07, 1, 0, 0);
    opacity: 0.3;
  }
}

@keyframes fadeInAnimal2 {
  from {
    top: -167px;
    right: -200px;
    opacity: 0;
    width: 272px;
    height: 270px;
    transform: matrix(0.9, -0.44, 0.44, 0.9, 0, 0);

  }
  to {
    top: 0px;
    right: -100px;
    opacity: 0.3;
    width: 406px;
    height: 404px;
    transform: matrix(1, 0, 0, 1, 0, 0);

  }
}

@keyframes fadeInAnimal3 {
  from {
    top: 535px;
    right: -330px;
    opacity: 0;
    width: 1043px;
    height: 914px;
    transform: matrix(0.91, -0.41, 0.41, 0.91, 0, 0);
  }
  to {
    top: 635px;
    right: -430px;
    width: 868px;
    height: 614px;
    opacity: 0.3; 
    transform: matrix(1, 0, 0, 1, 0, 0);

  }
}

@media screen and (max-width: 1200px) {
  .intro-text.fadeIn .animal-art-1 {
    animation-name: fadeInAnimalMobile1;
  }
  .intro-text.fadeIn .animal-art-2 {
    animation-name: fadeInAnimalMobile2;
  }
  .intro-text.fadeIn .animal-art-3 {
    animation-name: fadeInAnimalMobile3;
  }
  @keyframes fadeInAnimalMobile1 {
    from {
      top: -100px;
      left: -400px;
      width: 305px;
      height: 396px;
      transform: matrix(0.97, -0.24, 0.24, 0.97, 0, 0);
    }
    to {
      top: 60px;
      left: -76px;
      width: 244px;
      height: 317px;
      transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
      opacity: 0.3;
    }
  }

  @keyframes fadeInAnimalMobile2 {
    from {
      top: -167px;
      right: -200px;
      opacity: 0;
      width: 187px;
      height: 235px;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to {
      top: 370px;
      right:  -30px;
      opacity: 0.3;
      width: 150px;
      height: 188px;
      transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
    }
  }

  @keyframes fadeInAnimalMobile3 {
    from {
      bottom: -200px;
      right: 300px;
      opacity: 0;
      width: 518px;
      height: 375px;
      transform: matrix(0.91, -0.41, 0.41, 0.91, 0, 0);
    }
    to {
      bottom: -50px;
      left: 0;
      right: 0;
      margin: 0 auto;      
      opacity: 0.3; 
      width: 414px;
      height: 299px;
      transform: matrix(1, -0.03, 0.03, 1, 0, 0);
    }
  }
}

.view-more-button.show, .view-less-button.show {
  display: flex !important;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 150px;
}

.view-less-button.hide, .view-more-button.hide {
  display: none;
}

.view-more-button, .view-less-button {
  display: flex;
}

.row-view-more {
  display: none;
}

.row-view-more.hide {
  display: none;
}

.equipment {
  padding: 200px 0; 
}

@media screen and (max-width: 782px) {
  .equipment {
    padding: 50px 0;
  }
}

.fadeIn.animation-element.animation-element-1 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.2s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-2 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.4s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-3 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.6s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-4 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.8s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-5 {
  opacity: 0;
  animation: fadeIn 0.5s linear 1s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-6 {
  opacity: 0;
  animation: fadeIn 0.5s linear 1.2s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-7 {
  opacity: 0;
  animation: fadeIn 0.5s linear 1.4s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-8 {
  opacity: 0;
  animation: fadeIn 0.5s linear 1.6s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-9 {
  opacity: 0;
  animation: fadeIn 0.5s linear 1.8s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-10 {
  opacity: 0;
  animation: fadeIn 0.5s linear 2s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-11 {
  opacity: 0;
  animation: fadeIn 0.5s linear 2.2s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-12 {
  opacity: 0;
  animation: fadeIn 0.5s linear 2.4s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-13 {
  opacity: 0;
  animation: fadeIn 0.5s linear 2.6s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-14 {
  opacity: 0;
  animation: fadeIn 0.5s linear 2.8s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-15 {
  opacity: 0;
  animation: fadeIn 0.5s linear 3s 1 normal forwards;
}

.fadeIn.animation-element.animation-element-16 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.2s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-17 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.4s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-18 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.6s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-19 {
  opacity: 0;
  animation: fadeIn 0.5s linear 0.8s 1 normal forwards;
}
.fadeIn.animation-element.animation-element-20 {
  opacity: 0;
  animation: fadeIn 0.5s linear 1s 1 normal forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
 }
  100% {
    opacity: 1;
 }
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-column {
  padding: 0 50px;
  width: calc(100% / 3);
}

@media screen and (max-width: 782px) {
  .footer-column {
    padding: 20px 0;
    width: 100%;
  }
}

.footer-column.contact {
  display: flex;
  flex-direction: column;
}

.footer-column h3 {
  font-family: 'Futura LT';
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  color: black;
  padding-bottom: 22px;
}

.footer-column span {
  color: #577275;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 26px;
}

.footer-wrapper .logo {
  width: 191px;
  height: 191px;
  margin: 0 auto 25px;
  background: transparent url(../images/logos/soller-logo-cropped.svg) no-repeat center;
  background-size: contain;
}

.footer-column .phone::before {
  content: '';
  background-image: url(/wp-content/themes/soller-businesshotel/dist/images/icons/phone-icon.svg);
  padding: 0 11px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-column .whatsapp::before {
  content: '';
  background-image: url(/wp-content/themes/soller-businesshotel/dist/images/icons/whatsapp-icon.svg);
  padding: 0 11px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-column .email::before {
  content: '';
  background-image: url(/wp-content/themes/soller-businesshotel/dist/images/icons/mail-icon.svg);
  padding: 0 11px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-column .adress::before {
  content: '';
  background-image: url(/wp-content/themes/soller-businesshotel/dist/images/icons/location-icon.svg);
  padding: 0 11px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-column .facebook::before {
  content: '';
  background-image: url(/wp-content/themes/soller-businesshotel/dist/images/icons/facebook-icon.svg);
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 28px;
}

.footer-column .instagram::before {
  content: '';
  background-image: url(/wp-content/themes/soller-businesshotel/dist/images/icons/instagram-icon.svg);
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.footer-wrapper {
  padding: 125px 10%;
  background-color: #CCC9BF;
}

.footer-navigation {
  background-color: #CCC9BF;
}

.restaurant-intro-text {
  padding: 0 150px;
}

@media screen and (max-width: 782px) {
  .restaurant-intro-text {
    padding: 0;
  }
}

.restaurant-menus {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}



.restaurant-menus .menu-wrapper {
  position: relative;
  overflow: hidden;
  width: 33%
}

@media screen and (max-width: 782px) {
  .restaurant-menus .menu-wrapper {
    width: 100%
  }
}

.restaurant-menus .menu-wrapper .button.square {
  position: absolute;
  right: 0;
  bottom: 0;
}
.restaurant-menus .menu-wrapper img {
  height: 100%;
  width: 100%;
  transition: all .2s ease-in-out;
}
.restaurant-menus .menu-wrapper:hover img {
  transform: scale(1.1)
}

.restaurant-information {
  margin: 0 auto;
  text-align: center;
  padding: 150px 0;
}

@media screen and (max-width: 782px) {
  .restaurant-information {
    padding: 50px 0;
  }
}

.restaurant-information strong {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
  word-wrap: break-word;
}

@media screen and (max-width: 782px) {
  .restaurant-information strong {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}


.restaurant-information p {
  font: normal normal normal 16px/24px Lato;
  letter-spacing: 0.8px;
  color: #000000;
  opacity: 0.61;
}

.slider.restaurant-location {
  position: relative;
  width: 100%;
  margin-bottom: 125px;
}

@media (max-width: 1024px) {
  .slider.restaurant-location {
    margin-bottom: 40px;
  }
}

.slider.restaurant-location .slides {
  overflow: hidden;
}

.slider.restaurant-location .slides .slide {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .slider.restaurant-location .slides .slide {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: start;
  }
}


.slider.restaurant-location .slides .slide:first-child {
  display: block;
}

.slider.restaurant-location .slides .slide .image {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((7 / 12) * 100%);
}

@media (max-width: 1024px) {
  .slider.restaurant-location .slides .slide .image {
    position: relative;
    right: auto;
    left: auto;
    height: 0;
    width: 100%;
    padding-bottom: 100%;;
  }
}

.slider.restaurant-location .slides .slide .image img {
  transition: opacity 1s, transform 1s;
  position: absolute;
}

.slider.restaurant-location .slides .slide .content {
  position: relative;
  z-index: 10;
  float: right;
  width: 50%;
  margin: 100px 0 !important;
  background: rgba(221, 218, 209, 0.9);
  color: #3D352D;

  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 60px 45px;
  text-align: center;
}

.slider.restaurant-location .slides .slide .content h3, .slider.restaurant-location .slides .slide .content p {
  color: #3D352D;
}


@media (max-width: 1024px) {
  .slider.restaurant-location .slides .slide .content {
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 45px 45px 75px;
    float: unset;
  }
}

@media (max-width: 1024px) and (max-width: 863px) {
  .slider.restaurant-location .slides .slide .content {
    padding-bottom: 45px;
  }
}

.slider.restaurant-location .slides .slide .content h3 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.slider.restaurant-location .slides .slide .content h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.restaurant-location .slides .slide .content h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.restaurant-location .slides .slide .content .price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.restaurant-location .slides .slide .content .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.restaurant-location .slides .slick-list .slick-track {
  display: flex;
}

.slider.restaurant-location .slides .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slider.restaurant-location .slides .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}

.slider.restaurant-location .slider-arrows {
  position: absolute;
  right: calc(5 / 12 * 100%);
  bottom: 0;
  z-index: 10;
}

@media (max-width: 1024px) {
  .slider.restaurant-location .slider-arrows {
    top: 0;
    right: 0;
    bottom: auto;
    padding-top: calc(100% - 60px);
  }
}

.slider.restaurant-bottom {
  position: relative;
  width: 100%;
  margin-bottom: 125px;
}

@media (max-width: 1024px) {
  .slider.restaurant-bottom {
    margin-bottom: 40px;
  }
}

.slider.restaurant-bottom .slides {
  overflow: hidden;
}

.slider.restaurant-bottom .slides .slide {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .slider.restaurant-bottom .slides .slide {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: start;
  }
}


.slider.restaurant-bottom .slides .slide:first-child {
  display: block;
}

.slider.restaurant-bottom .slides .slide .image {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((7 / 12) * 100%);
}

@media (max-width: 1024px) {
  .slider.restaurant-bottom .slides .slide .image {
    position: relative;
    right: auto;
    left: auto;
    height: 0;
    width: 100%;
    padding-bottom: 100%;;
  }
}

.slider.restaurant-bottom .slides .slide .image img {
  transition: opacity 1s, transform 1s;
  position: absolute;
}

.slider.restaurant-bottom .slides .slide .content {
  position: relative;
  z-index: 10;
  float: right;
  width: 50%;
  margin: 100px 0 !important;
  background: rgba(221, 218, 209, 0.9);
  color: #3D352D;

  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 60px 45px;
  text-align: center;
}

.slider.restaurant-bottom .slides .slide .content h3, .slider.restaurant-bottom .slides .slide .content p {
  color: #3D352D;
}


@media (max-width: 1024px) {
  .slider.restaurant-bottom .slides .slide .content {
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 45px 45px 75px;
    float: unset;
  }
}

@media (max-width: 1024px) and (max-width: 863px) {
  .slider.restaurant-bottom .slides .slide .content {
    padding-bottom: 45px;
  }
}

.slider.restaurant-bottom .slides .slide .content h3 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.slider.restaurant-bottom .slides .slide .content h2 {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.restaurant-bottom .slides .slide .content h2 {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.restaurant-bottom .slides .slide .content .price-box .price .amount {
  font-family: 'Futura LT', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.0375em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .slider.restaurant-bottom .slides .slide .content .price-box .price .amount {
    font-family: 'Futura LT', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.0375em;
    line-height: 1.25;
    text-transform: uppercase;
  }
}

.slider.restaurant-bottom .slides .slick-list .slick-track {
  display: flex;
}

.slider.restaurant-bottom .slides .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slider.restaurant-bottom .slides .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}

.slider.restaurant-bottom .slider-arrows {
  position: absolute;
  right: calc(5 / 12 * 100%);
  bottom: 0;
  z-index: 10;
}

@media (max-width: 1024px) {
  .slider.restaurant-bottom .slider-arrows {
    top: 0;
    right: 0;
    bottom: auto;
    padding-top: calc(100% - 60px);
  }
}

.restaurant-impressions {
  position: relative;
  margin-left: 15px;
  margin-bottom: 150px;
}

@media (max-width: 1024px) {
  .restaurant-impressions {
    margin-left: 0;
    margin-bottom: 35px;
  }
}

.restaurant-impressions .slides {
  height: 531px;
  overflow: hidden;
  /* todo - centered */ 
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .restaurant-impressions .slides {
    height: 250px
  }
}

.restaurant-impressions .slides .slick-slide:not(:first-child):not(:last-child) {
  margin: 0 30px;
}

.restaurant-impressions .slides .slick-slide:first-child {
  margin: 0 30px 0 0;
}

.restaurant-impressions .slides .slick-slide:last-child {
  margin: 0 0 0 30px;
}

.restaurant-impressions .progressbar-wrapper {
  display: flex;
  /* width of arrows + spacing from design */
  width: calc(100% - 131px);
  position: relative;
}

.restaurant-impressions .progressbar-wrapper .progressbar-background {
  height: 1px;
  background-color: #507376;
  width: 100%;
}

.restaurant-impressions .progressbar-wrapper .progressbar {
  border: 2px solid #507376;
  height: 0px;
  position: absolute;
  left: 0;
}

.restaurant-impressions .slider-arrows {
  position: absolute;
  right: 0;
  z-index: 10;
}

#cookie-notice .cookie-checkboxes {
  display: flex;
  justify-content: space-evenly;
}

#cookie-notice .cookie-checkboxes label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#cookie-notice #cn-notice-buttons.buttons-hidden {
  display: none;
}

#cookie-notice .cookie-checkboxes input[type="checkbox"] {
  display: none;
}

#cookie-notice .cookie-checkboxes input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}

#cookie-notice .cookie-checkboxes input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 25px;
  color: #fff;
  cursor: pointer;
}

#cookie-notice .cookie-checkboxes input[type="checkbox"] ~ label:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  content: "";
}

#cookie-notice .cookie-checkboxes input[type="checkbox"] ~ label:after {
  display: block;
  position: absolute;
  opacity: 0;
  top: 7px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #fff;
  content: "";
  transform: scale(0.5);
  transition: opacity 0.25s, transform 0.25s;
}

#cookie-notice .cookie-buttons button {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 10px 0;
  padding: 3px 15px;
  background: #507376;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s;
}
