@charset "UTF-8";
/* RESET */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  padding: 0;
  margin: 0; }

ul, ol {
  list-style: none; }

a {
  color: black;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.clearfix {
  display: block;
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: block;
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select {
  border-radius: none;
  -webkit-appearance: none; }

/** SETTINGS **/
/**************/
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! JUST GRID IT. v0.0.2 (Bootstrap v3.3.2) | MIT License | dysonsimmons.com/just-grid-it */
/* Grid Set Up */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Containers */
.container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 520px; }

  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 1000px) {
  .container {
    width: 750px; } }
@media (min-width: 1200px) {
  .container {
    width: 940px; } }
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

/* Rows */
.row {
  margin-right: 0px;
  margin-left: 0px; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

/* XS Grid */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

/* SM Grid */
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
/* MD Grid */
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1000px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
/* LG Grid */
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/** THEME **/
/***********/
.no-bottom {
  margin-bottom: 0; }

.fixed {
  position: fixed;
  width: 100%; }
  .pinned.fixed {
    position: absolute; }
  @media only screen and (min-width: 768px) and (max-width: 1125px) {
    .fixed {
      position: relative !important;
      top: auto !important;
      left: auto !important; } }

.unfixed {
  position: relative !important;
  top: auto !important;
  left: auto !important; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.db {
  display: block; }

.d--ib {
  display: inline-block; }

.fl {
  float: left; }

.fr {
  float: right; }

.pos--r {
  position: relative; }

.pos--a {
  position: absolute; }

.vcenter:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.vcenter:first-child {
  display: inline-block;
  vertical-align: middle; }

.centered-div-uw {
  left: 50%; }

.centered-div-uh {
  top: 50%; }

.w--100w {
  width: 100vw; }

.h--100h {
  height: 100vh; }

.h--100p {
  height: 100%; }

.w--100p {
  width: 100%; }

.dt {
  display: table; }

.dtr {
  display: table-row; }

.dtc {
  display: table-cell; }

.div-center {
  margin: 0 auto; }

.wsnw {
  white-space: nowrap; }

.bg-cc {
  background-position: center center; }

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 991px) {
    .not-mob.ab-center {
      position: static;
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); } }

.cl {
  clear: left; }

.pushl-50 {
  position: relative;
  left: 50%; }

.pushr-50 {
  position: relative;
  right: 50%; }

.slick-list, .slick-track {
  width: 100%;
  height: 100%; }

/* SITE */
html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #FAF6F6;
  line-height: 1.3;
  font-size: 18px; }

section {
  position: relative; }

.clear {
  clear: both; }

option {
  color: black; }

.container-old {
  margin: 0px auto;
  max-width: 930px;
  position: relative;
  width: 100%; }

.wrap {
  overflow-x: hidden; }

.inner {
  position: relative;
  max-width: 1146px;
  margin: 0 auto; }

.inner--padding {
  padding: 0 55px; }

.heading {
  font-weight: normal;
  padding: 20px 0;
  font-size: 28px;
  display: block;
  position: relative; }

.heading--bold {
  font-weight: bold; }

.flaired {
  position: relative; }
  .flaired:before, .flaired:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 7px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .flaired:after {
    top: auto;
    bottom: 0; }

.subheading {
  font-weight: normal;
  padding: 20px 0 16px;
  display: block;
  position: relative; }

.altheading {
  font-size: 14px;
  margin: 0 0 12px;
  padding: 0 0 15px; }
  .altheading:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 3px;
    margin: 0 0 0 -4px; }

.button {
  border-radius: 2px;
  cursor: pointer;
  font-family: 'brandon_grotesque_regularRg', sans-serif;
  font-size: 13px;
  height: 40px;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 12px 10px 12px 0px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .button {
      height: 45px;
      padding: 15px 10px 15px 0px; } }
  .button.fill {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .button.fill.gold {
      background-color: #B9A367;
      color: #fff; }
      .button.fill.gold:hover {
        background-color: #B09C63; }
        .button.fill.gold:hover:after {
          margin-left: 10px; }
      .button.fill.gold:after {
        content: url(../img/icons/right-arrow.svg);
        margin-left: 5px;
        position: absolute;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  .button.outline {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .button.outline svg {
      position: absolute;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px);
      top: 15px; }
      @media screen and (min-width: 768px) {
        .button.outline svg {
          top: 18px; } }
    .button.outline.gold {
      border: 1px solid #B9A367;
      color: #B9A367; }
      .button.outline.gold #right-arrow {
        fill: #B9A367;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .button.outline.gold:hover {
        color: #fff; }
        .button.outline.gold:hover:after {
          background-color: #B9A367; }
        .button.outline.gold:hover #right-arrow {
          fill: #fff; }
    .button.outline.white {
      border: 1px solid #fff;
      color: #B9A367; }
      .button.outline.white #right-arrow {
        fill: #B9A367;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .button.outline.white:hover {
        color: #B9A367; }
        .button.outline.white:hover:after {
          background-color: #fff; }
        .button.outline.white:hover #right-arrow {
          fill: #B9A367; }
    .button.outline:hover svg {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
    .button.outline:hover:after {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .button.outline:after {
      content: "";
      height: 100%;
      left: 0px;
      top: 0px;
      position: absolute;
      opacity: .5;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      width: 100%;
      z-index: -1; }

.button--align--left {
  margin: 0; }

.post--back--button {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .post--back--button {
      margin-top: 0px; } }

.table__row {
  width: 100%; }

.phone {
  letter-spacing: 2pt;
  font-size: 13px; }

.hdn--btn--pinterest {
  display: none; }

@media screen and (max-width: 880px) {
  .inner--padding {
    padding: 0 25px; } }
@media only screen and (max-width: 685px) {
  .hide-mob {
    display: none !important; } }
.p-0 {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  .container.full {
    width: 100%;
    padding: 0; } }
.desktop-ninja {
  position: absolute;
  left: -50000px; }
  @media (min-width: 768px) {
    .desktop-ninja {
      position: static; } }

.mobile-ninja {
  position: static; }
  @media (min-width: 768px) {
    .mobile-ninja {
      position: absolute;
      left: -50000px; } }

body {
  font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif; }

@font-face {
  font-family: 'alte_din_1451_mittelschriftRg';
  src: url("../fonts/din1451alt-webfont.eot");
  src: url("../fonts/din1451alt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din1451alt-webfont.woff2") format("woff2"), url("../fonts/din1451alt-webfont.woff") format("woff"), url("../fonts/din1451alt-webfont.ttf") format("truetype"), url("../fonts/din1451alt-webfont.svg#alte_din_1451_mittelschriftRg") format("svg");
  font-weight: normal;
  font-style: normal; }
h1 {
  font-family: 'vevey';
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 60px;
  margin-right: -4px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 70px;
      letter-spacing: 8px;
      line-height: 84px;
      margin-right: -8px; } }

h2 {
  font-family: 'vevey';
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 2.5px;
  line-height: 40px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 40px;
      line-height: 48px; } }

h3 {
  font-family: 'vevey';
  font-size: 40px;
  font-weight: 100;
  line-height: 36px; }

h4 {
  font-family: 'vevey';
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 2px; }

h5 {
  font-family: 'vevey';
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  letter-spacing: 1px; }

p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px; }
  p.bold {
    font-weight: bold; }

a {
  text-decoration: none; }
  a.underline {
    text-decoration: underline; }

div.fancy-select {
  position: relative;
  font-size: 16px;
  color: #f2f2f2; }
  div.fancy-select.disabled {
    opacity: 0.5; }
  div.fancy-select select:focus + div.trigger {
    -webkit-box-shadow: 0 0 0 2px #4b5468;
    box-shadow: 0 0 0 2px #4b5468; }
    div.fancy-select select:focus + div.trigger.open {
      -webkit-box-shadow: none;
      box-shadow: none; }
  div.fancy-select div.trigger {
    min-height: 48px;
    display: inline-block;
    padding: 16px;
    width: 100%;
    text-align: left; }
    div.fancy-select div.trigger:after {
      content: "";
      display: block;
      position: absolute;
      right: 16px;
      height: 20px;
      width: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-image: url("../img/caret-down.svg");
      background-size: cover; }
    div.fancy-select div.trigger.error {
      border: 2px solid red; }
  div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 48px;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    min-width: 200px;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    text-align: left; }
    div.fancy-select ul.options.open {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
      transition: opacity 300ms ease-out, top 300ms ease-out;
      width: 100%;
      min-width: 300px;
      z-index: 1000;
      background: #202020;
      padding-left: 16px; }
    div.fancy-select ul.options li {
      cursor: pointer;
      white-space: nowrap;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out;
      padding: 15px 0; }
      div.fancy-select ul.options li:first-child {
        display: none; }

/* DATE PICKER */
#ui-datepicker-div {
  z-index: 9999 !important;
  border-radius: 0;
  background: #202020;
  border: none;
  font-weight: normal;
  border: 1px solid #fff; }

#ui-datepicker-div .ui-widget-header, #ui-datepicker-div .ui-datepicker-title, #ui-datepicker-div > *, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-datepicker th {
  border-radius: 0;
  background: #202020;
  border: none;
  font-weight: 100;
  color: #a1a1a1;
  font-family: 'brandon_grotesque_regularRg', sans-serif; }

#ui-datepicker-div a:hover {
  color: #fff; }

#ui-datepicker-div .ui-datepicker-today a {
  background: #565656;
  color: #fff; }

#ui-datepicker-div .ui-datepicker-current-day a {
  background: #00ab7d;
  color: #fff; }

#ui-datepicker-div .ui-datepicker-title {
  color: #fff; }

#ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:hover {
  border: none;
  background: none;
  cursor: pointer;
  margin: 1px; }

#ui-datepicker-div select {
  width: 100%;
  height: 35px;
  border: 1px solid #fff;
  line-height: 35px;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5pt;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  display: block;
  float: left;
  margin: 0 0 4px;
  background-image: url("../img/icon-booknow-arrow.png"); }

#ui-datepicker-div select:hover {
  background-color: #3a3a3a; }

#ui-datepicker-div .ui_tpicker_hour_label, #ui-datepicker-div .ui_tpicker_minute_label {
  margin: 8px 0 0; }

#ui-datepicker-div button {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  opacity: 1;
  font-size: 15px; }

#ui-datepicker-div button:hover {
  background: #3a3a3a; }

.ui-state-default {
  background: transparent !important;
  border: none !important;
  color: #a1a1a1 !important;
  font-size: 15px !important; }

.ui-state-disabled {
  color: transparent !important; }

.ui-state-highlight {
  background: #565656 !important;
  color: #ffffff !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

footer .footer-details {
  background-color: #49C5B6;
  padding: 50px 0 70px;
  position: relative; }
  footer .footer-details p, footer .footer-details h4, footer .footer-details a, footer .footer-details label {
    color: #fff; }
  footer .footer-details p, footer .footer-details a {
    font-size: 14px; }
  footer .footer-details label {
    display: block; }
  footer .footer-details .bold {
    text-transform: uppercase; }
  footer .footer-details .contact p:last-of-type {
    margin-bottom: 10px; }
  footer .footer-details .newsletter-signup {
    padding: 20px 15px;
    text-align: left; }
    @media screen and (min-width: 1000px) {
      footer .footer-details .newsletter-signup {
        text-align: center; } }
    footer .footer-details .newsletter-signup .form-holder {
      margin: 0px;
      overflow: hidden;
      width: 260px; }
      @media screen and (min-width: 768px) {
        footer .footer-details .newsletter-signup .form-holder {
          width: 360px; } }
      @media screen and (min-width: 1000px) {
        footer .footer-details .newsletter-signup .form-holder {
          margin: 0px auto; } }
      footer .footer-details .newsletter-signup .form-holder form {
        margin: 15px auto 0px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 2100px; }
        @media screen and (min-width: 768px) {
          footer .footer-details .newsletter-signup .form-holder form {
            width: 2520px; } }
        footer .footer-details .newsletter-signup .form-holder form .field {
          float: left;
          width: 300px; }
          footer .footer-details .newsletter-signup .form-holder form .field.no-label .label-error-holder {
            margin-bottom: 0px; }
            footer .footer-details .newsletter-signup .form-holder form .field.no-label .label-error-holder .error {
              float: left; }
          footer .footer-details .newsletter-signup .form-holder form .field .label-error-holder {
            display: inline-block;
            margin-bottom: 10px;
            width: 100%; }
            footer .footer-details .newsletter-signup .form-holder form .field .label-error-holder label {
              float: left;
              font-size: 13px;
              font-weight: bold;
              text-align: left;
              text-transform: uppercase; }
            footer .footer-details .newsletter-signup .form-holder form .field .label-error-holder .error, footer .footer-details .newsletter-signup .form-holder form .field .label-error-holder .valid-email-address-error {
              color: red;
              display: none;
              float: right;
              font-size: 13px;
              text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            footer .footer-details .newsletter-signup .form-holder form .field {
              width: 360px; } }
          footer .footer-details .newsletter-signup .form-holder form .field .next-button {
            background-color: white;
            cursor: pointer;
            float: left;
            height: 50px;
            padding-top: 20px;
            width: 90px; }
            footer .footer-details .newsletter-signup .form-holder form .field .next-button img {
              display: block;
              margin: 0px auto; }
        footer .footer-details .newsletter-signup .form-holder form input[type=text] {
          background-color: transparent;
          border: 1px solid #fff;
          color: #fff;
          font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
          font-size: 13px;
          float: left;
          height: 50px;
          padding-left: 10px;
          text-transform: uppercase;
          width: 170px; }
          @media screen and (min-width: 768px) {
            footer .footer-details .newsletter-signup .form-holder form input[type=text] {
              width: 270px; } }
        footer .footer-details .newsletter-signup .form-holder form input[type=submit] {
          margin-top: 30px; }
        footer .footer-details .newsletter-signup .form-holder form select {
          background-color: transparent;
          border: 1px solid #fff;
          border-radius: 0px;
          color: #fff;
          font-size: 13px;
          float: left;
          height: 50px;
          padding-left: 10px;
          width: 70px; }
          @media screen and (min-width: 768px) {
            footer .footer-details .newsletter-signup .form-holder form select {
              width: 90px; } }
        footer .footer-details .newsletter-signup .form-holder form .checkbox-holder {
          margin-top: 10px; }
          footer .footer-details .newsletter-signup .form-holder form .checkbox-holder p {
            float: left;
            padding: 0px 10px;
            width: 160px; }
            @media screen and (min-width: 768px) {
              footer .footer-details .newsletter-signup .form-holder form .checkbox-holder p {
                padding: 0px;
                width: 220px; } }
          footer .footer-details .newsletter-signup .form-holder form .checkbox-holder input[type=checkbox] {
            background-color: #fff;
            float: left;
            height: 50px;
            width: 50px; }
            footer .footer-details .newsletter-signup .form-holder form .checkbox-holder input[type=checkbox]:checked {
              background-color: #19363B;
              border: 5px solid #fff; }
  footer .footer-details .back-to-top {
    bottom: 0px;
    cursor: pointer;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
footer .footer-links {
  background-color: #19363B;
  padding: 25px 0px; }
  footer .footer-links .footer-nav {
    margin-bottom: 20px;
    text-align: center; }
    footer .footer-links .footer-nav li {
      display: block;
      margin-bottom: 5px; }
      @media screen and (min-width: 1000px) {
        footer .footer-links .footer-nav li {
          display: inline-block;
          margin: 0px 15px 0px 0px; } }
      footer .footer-links .footer-nav li a {
        border-bottom: 1px solid transparent;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        padding-bottom: 0px;
        text-transform: uppercase;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        footer .footer-links .footer-nav li a:hover {
          border-bottom: 1px solid #fff;
          padding-bottom: 2px; }
      footer .footer-links .footer-nav li:last-of-type {
        margin-right: 0px; }
  footer .footer-links .social-links {
    margin-bottom: 20px;
    text-align: center; }
    footer .footer-links .social-links li {
      display: inline-block;
      margin-right: 15px; }
      footer .footer-links .social-links li:last-of-type {
        margin-right: 0px; }
      footer .footer-links .social-links li img {
        opacity: 0.85;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        footer .footer-links .social-links li img:hover {
          opacity: 1; }
  footer .footer-links .copyright {
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    text-align: center; }
    footer .footer-links .copyright a {
      color: #fff;
      opacity: 0.6;
      text-decoration: underline; }

.alert-banner {
  background-color: #9A8963;
  height: 160px;
  padding: 20px 55px;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 40;
  width: 100%; }
  @media screen and (min-width: 500px) {
    .alert-banner {
      height: 145px; } }
  @media screen and (min-width: 768px) {
    .alert-banner {
      height: 125px; } }
  @media screen and (min-width: 1000px) {
    .alert-banner {
      height: 85px;
      padding: 30px 20px;
      text-align: left; } }
  .alert-banner p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.35px; }
    @media screen and (min-width: 768px) {
      .alert-banner p {
        font-size: 16px; } }
    @media screen and (min-width: 1000px) {
      .alert-banner p {
        font-size: 18px; } }
  .alert-banner .button {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 0.3px;
    margin: 0px auto;
    padding: 12px 0 0 0;
    position: relative;
    right: 0px;
    text-transform: uppercase;
    top: 10px;
    width: 140px; }
    @media screen and (min-width: 1000px) {
      .alert-banner .button {
        position: absolute;
        right: 80px;
        top: 20px; } }
  .alert-banner .close-icon {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px; }
    @media screen and (min-width: 1000px) {
      .alert-banner .close-icon {
        top: 30px; } }

header {
  background-color: #152B2F;
  height: 50px;
  padding: 0px 0px 0px 70px;
  position: fixed;
  width: 100%;
  z-index: 25; }
  @media screen and (min-width: 768px) {
    header {
      background-color: transparent;
      height: 90px;
      padding: 0px 40px 0px 130px;
      position: absolute; } }
  header h1 {
    color: #fff;
    display: inline-block;
    font-family: 'vevey';
    font-size: 32px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 40px;
    padding-top: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      header h1 {
        font-size: 40px;
        padding-top: 33px; } }
  header .general-info {
    float: right;
    height: 45px;
    margin: 5px 5px 0px 0px; }
    @media screen and (min-width: 768px) {
      header .general-info {
        margin: 25px 0px 0px; } }
    header .general-info .tele, header .general-info .address, header .general-info .book-now {
      display: inline-block;
      padding-top: 10px;
      vertical-align: top; }
    header .general-info .tele, header .general-info .address {
      display: none;
      margin-right: 15px; }
      @media screen and (min-width: 1300px) {
        header .general-info .tele, header .general-info .address {
          margin-right: 20px; } }
      @media screen and (min-width: 1100px) {
        header .general-info .tele, header .general-info .address {
          display: inline-block; } }
      header .general-info .tele img, header .general-info .address img {
        display: inline-block;
        height: 21px;
        margin-right: 5px;
        vertical-align: top; }
      header .general-info .tele p, header .general-info .tele a, header .general-info .address p, header .general-info .address a {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        vertical-align: middle; }
        @media screen and (min-width: 1300px) {
          header .general-info .tele p, header .general-info .tele a, header .general-info .address p, header .general-info .address a {
            font-size: 14px; } }
      header .general-info .tele a, header .general-info .address a {
        text-decoration: underline; }
        header .general-info .tele a.view-map, header .general-info .address a.view-map {
          color: #49C5B6;
          display: none; }
          @media screen and (min-width: 1300px) {
            header .general-info .tele a.view-map, header .general-info .address a.view-map {
              display: inline-block; } }
  header .button {
    display: block;
    font-size: 10px;
    padding: 15px 10px 15px 0px;
    width: 90px; }
    @media screen and (min-width: 768px) {
      header .button {
        display: inline-block; } }
    @media screen and (min-width: 500px) {
      header .button {
        font-size: 13px;
        padding: 12px 10px 12px 0px;
        width: 140px; } }

.main-navigation {
  background-color: #19363B;
  display: none;
  height: 100vh;
  position: fixed;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.7s cubic-bezier(0.61, 0, 0.6, 1);
  transition: 0.7s cubic-bezier(0.61, 0, 0.6, 1);
  z-index: 30; }
  @media screen and (min-width: 768px) {
    .main-navigation {
      display: block; } }
  .main-navigation li {
    background-color: #19363B;
    float: left;
    height: 100vh;
    opacity: 0;
    position: relative;
    top: 0px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 20%; }
    .main-navigation li a {
      color: #fff;
      font-family: 'vevey';
      font-size: 24px;
      letter-spacing: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .main-navigation li a:hover {
        color: #B9A367; }
  .main-navigation.active {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px); }
    .main-navigation.active li {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }

.mobile-navigation {
  background-color: #19363B;
  display: none;
  height: 100vh;
  padding-top: 100px;
  position: relative; }
  .mobile-navigation.active {
    display: block; }
    @media screen and (min-width: 768px) {
      .mobile-navigation.active {
        display: none; } }
  @media screen and (min-width: 768px) {
    .mobile-navigation {
      display: none; } }
  .mobile-navigation .mobile-navigation-container {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .mobile-navigation .mobile-navigation-container li {
      margin-bottom: 20px;
      text-align: center; }
      .mobile-navigation .mobile-navigation-container li a {
        color: #fff;
        font-family: 'vevey';
        font-size: 20px;
        letter-spacing: 2px; }
    .mobile-navigation .mobile-navigation-container .contact-info {
      text-align: center;
      text-transform: uppercase; }
      .mobile-navigation .mobile-navigation-container .contact-info p, .mobile-navigation .mobile-navigation-container .contact-info a {
        color: #fff;
        font-size: 12px; }
      .mobile-navigation .mobile-navigation-container .contact-info .view-map {
        color: #49C5B6; }

.sidebar-navigation {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.75);
  height: 50px;
  position: fixed;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 50px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .sidebar-navigation {
      height: 100vh;
      width: 90px; } }
  .sidebar-navigation.active {
    background-color: #19363B;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .sidebar-navigation.active p {
      color: #fff;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
  .sidebar-navigation .menu-toggle {
    background-color: #49C5B6;
    cursor: pointer;
    height: 50px; }
    @media screen and (min-width: 768px) {
      .sidebar-navigation .menu-toggle {
        height: 90px; } }
    .sidebar-navigation .menu-toggle span {
      background-color: #fff;
      height: 1px;
      left: 13px;
      position: absolute; }
      @media screen and (min-width: 768px) {
        .sidebar-navigation .menu-toggle span {
          left: 28px; } }
      .sidebar-navigation .menu-toggle span.line-one {
        top: 18px;
        width: 16px; }
        @media screen and (min-width: 768px) {
          .sidebar-navigation .menu-toggle span.line-one {
            top: 34px; } }
      .sidebar-navigation .menu-toggle span.line-two {
        top: 26px;
        width: 26px; }
        @media screen and (min-width: 768px) {
          .sidebar-navigation .menu-toggle span.line-two {
            top: 43px; } }
      .sidebar-navigation .menu-toggle span.line-three {
        top: 34px;
        width: 21px; }
        @media screen and (min-width: 768px) {
          .sidebar-navigation .menu-toggle span.line-three {
            top: 52px; } }
  .sidebar-navigation p {
    color: #19363B;
    display: none;
    letter-spacing: 2px;
    position: absolute;
    right: -60px;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    width: 205px; }
    @media screen and (min-width: 768px) {
      .sidebar-navigation p {
        display: block; } }

/* #private-hire-section top margin */
@media only screen and (min-width: 992px) {
  #private-hire-section .featured-bars {
    margin-top: 90px; } }
#campaign-01 .offer-copy h1 {
  margin-top: 18px;
  /*        color: #9A8963!important;*/
  font-family: "Majesti Banner";
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  line-height: calc(56 / 46);
  text-transform: none; }

@media only screen and (max-width: 1199px) {
  #campaign-01 .offer-copy h1 {
    font-size: 38px;
    line-height: calc(56 / 56); } }
#campaign-01 .offer-copy p {
  font-family: "brandon_grotesquelight", sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.41px;
  line-height: 31px; }

#private-hire-section {
  background: #fff;
  padding-top: 80px; }

#campaign-01 .main-hero .booking-widget {
  background-color: rgba(154, 137, 99, 0.9); }

.main-hero .booking-widget .dmn-form select {
  -webkit-appearance: none; }

.main-hero .booking-widget .dmn-form option {
  color: black; }

/* #campaign-slider */
#campaign-slider {
  background-color: #F8F5F3;
  overflow-x: hidden;
  padding: 100px 30px 80px 30px; }
  #campaign-slider h2 {
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #campaign-slider h2 {
        padding-left: 90px; } }
  @media screen and (min-width: 768px) {
    #campaign-slider .slick-slider {
      left: 90px;
      width: calc(100% - 90px); } }

@media only screen and (min-width: 768px) {
  #campaign-slider {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (min-width: 768px) {
  #campaign-slider .bars .slick-list {
    padding: 0 25% 0 0; } }
@media only screen and (min-width: 992px) {
  #campaign-slider .bars .slick-list {
    padding: 0 30% 0 0; } }
@media only screen and (min-width: 1200px) {
  #campaign-slider .bars .slick-list {
    padding: 0 35% 0 0; } }
@media only screen and (min-width: 1440px) {
  #campaign-slider .bars .slick-list {
    padding: 0 40% 0 0; } }
#campaign-slider .bars .slick-list .bar.faded {
  opacity: 0.3;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s; }

#campaign-slider .bars .slick-list .bar.faded.slick-active {
  opacity: 1; }

#campaign-slider .bars .slick-list .bar .bar-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

@media only screen and (min-width: 375px) {
  #campaign-slider .bars .slick-list .bar .bar-image {
    height: 225px; } }
@media only screen and (min-width: 768px) {
  #campaign-slider .bars .slick-list .bar .bar-image {
    height: 345px; } }
@media only screen and (min-width: 992px) {
  #campaign-slider .bars .slick-list .bar .bar-image {
    height: 345px; } }
@media only screen and (min-width: 1200px) {
  #campaign-slider .bars .slick-list .bar .bar-image {
    height: 345px; } }
#campaign-slider .bars .slick-list .bar .bar-image .bar-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#campaign-slider .bars .slick-list .bar .bar-name {
  margin-top: 30px;
  position: relative;
  text-align: center; }

#campaign-slider .bars .slick-list .bar .bar-name a {
  display: inline-block;
  padding: 0 15px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(27 / 22);
  letter-spacing: 4.87px;
  background: #F8F5F3 !important;
  z-index: 9; }

@media only screen and (min-width: 375px) {
  #campaign-slider .bars .slick-list .bar .bar-name a {
    padding: 0 10px;
    max-width: 250px; } }
@media only screen and (min-width: 768px) {
  #campaign-slider .bars .slick-list .bar .bar-name a {
    padding: 0 30px;
    max-width: 400px; } }
@media only screen and (min-width: 992px) {
  #campaign-slider .bars .slick-list .bar .bar-name a {
    max-width: 500px;
    font-size: 20px; } }
@media only screen and (min-width: 1200px) {
  #campaign-slider .bars .slick-list .bar .bar-name a {
    max-width: 600px;
    font-size: 22px; } }
#campaign-slider .bars .slick-list .bar .bar-name a:hover {
  text-decoration: none; }

#campaign-slider .bars .slick-list .bar .bar-name:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  z-index: -1; }

#campaign-slider .bars .slick-list .bar .location-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 17px; }

#campaign-slider .bars .slick-list .bar .location-container .icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#campaign-slider .bars .slick-list .bar .location-container .icon .fa {
  font-size: 20px;
  color: #9A8963; }

#campaign-slider .bars .slick-list .bar .location-container .icon #Desktop-3-Copy {
  stroke: #9A8963; }

#campaign-slider .bars .slick-list .bar .location-container .location {
  font-family: "brandon_grotesquelight", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1; }

/* arrows */
#campaign-slider .slick-prev, #campaign-slider .slick-next {
  width: 42px;
  height: 42px;
  z-index: 99; }

@media only screen and (min-width: 768px) {
  #campaign-slider .slick-prev, #campaign-slider .slick-next {
    width: 68px;
    height: 68px; } }
#campaign-slider .bars .slick-prev, #campaign-slider .bars .slick-next {
  top: 100px; }

@media only screen and (min-width: 375px) {
  #campaign-slider .bars .slick-prev, #campaign-slider .bars .slick-next {
    top: 113px; } }
@media only screen and (min-width: 768px) {
  #campaign-slider .bars .slick-prev, #campaign-slider .bars .slick-next {
    top: 172px; } }
@media only screen and (min-width: 992px) {
  #campaign-slider .bars .slick-prev, #campaign-slider .bars .slick-next {
    top: 172px; } }
@media only screen and (min-width: 1200px) {
  #campaign-slider .bars .slick-prev, #campaign-slider .bars .slick-next {
    top: 172px; } }
#campaign-slider .bars .slick-prev {
  left: 16px; }

#campaign-slider .bars .slick-next {
  right: 16px; }

@media only screen and (min-width: 768px) {
  #campaign-slider .bars .slick-prev {
    left: calc(25% - 84px); } }
@media only screen and (min-width: 992px) {
  #campaign-slider .bars .slick-prev {
    left: calc(25% - 84px); } }
@media only screen and (min-width: 1200px) {
  #campaign-slider .bars .slick-prev {
    left: calc(30% - 84px); } }
@media only screen and (min-width: 1440px) {
  #campaign-slider .bars .slick-prev {
    left: calc(32% - 84px); } }
@media only screen and (min-width: 768px) {
  #campaign-slider .bars .slick-next {
    right: calc(25% - 84px); } }
@media only screen and (min-width: 992px) {
  #campaign-slider .bars .slick-next {
    right: calc(25% - 84px); } }
@media only screen and (min-width: 1200px) {
  #campaign-slider .bars .slick-next {
    right: calc(30% - 84px); } }
@media only screen and (min-width: 1440px) {
  #campaign-slider .bars .slick-next {
    right: calc(32% - 84px); } }
#campaign-slider .slick-active {
  opacity: 0.3 !important;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s; }

#campaign-slider .slick-center {
  opacity: 1 !important;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s; }

/* #campaign-slider end */
.enquiry-form {
  background-color: #FAF6F6;
  padding: 80px 0px; }
  .enquiry-form form#enquiry_form {
    margin: 0px auto;
    width: 690px; }
    .enquiry-form form#enquiry_form .input-holder {
      float: left;
      margin: 0px 30px 20px 0px; }
      .enquiry-form form#enquiry_form .input-holder:nth-of-type(even) {
        margin-right: 0px; }
      .enquiry-form form#enquiry_form .input-holder label {
        color: rgba(0, 0, 0, 0.75);
        display: block;
        font-size: 14px;
        letter-spacing: 0.4px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .enquiry-form form#enquiry_form .input-holder input {
        border: 1px solid #D8D8D8;
        color: rgba(0, 0, 0, 0.75);
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        font-size: 18px;
        height: 57px;
        letter-spacing: 0.4px;
        padding-left: 15px;
        width: 330px; }
      .enquiry-form form#enquiry_form .input-holder .error {
        display: none; }
    .enquiry-form form#enquiry_form .button {
      display: block;
      margin: 50px auto 0px; }

.m__full-width-image-text {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .m__full-width-image-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0 0 90px; } }
  .m__full-width-image-text--content {
    background-color: #172A17;
    padding: 80px 30px 70px 30px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .m__full-width-image-text--content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 50%;
        padding: 80px 20px 70px calc((100vw - 700px) / 2); } }
    @media only screen and (min-width: 1000px) {
      .m__full-width-image-text--content {
        padding: 80px 20px 70px calc((100vw - 940px) / 2); } }
    @media only screen and (min-width: 1200px) {
      .m__full-width-image-text--content {
        padding: 80px 20px 70px calc((100vw - 1080px) / 2); } }
    .m__full-width-image-text--content h2 {
      color: #fff;
      margin-bottom: 15px; }
    .m__full-width-image-text--content p {
      color: #fff;
      font-family: 'brandon_grotesquelight', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.3px;
      line-height: 24px; }
    .m__full-width-image-text--content ul {
      list-style-type: disc;
      margin-bottom: 20px;
      padding-left: 20px; }
      .m__full-width-image-text--content ul li {
        color: #fff;
        font-family: 'brandon_grotesquelight', sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0.3px; }
    .m__full-width-image-text--content .button {
      display: inline-block;
      margin-top: 15px; }
  .m__full-width-image-text--bg {
    background-position: center;
    background-size: cover;
    height: 300px; }
    @media only screen and (min-width: 768px) {
      .m__full-width-image-text--bg {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto; } }

.booking-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  left: 50%;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90%; }
  @media screen and (min-width: 768px) {
    .booking-bar {
      -ms-flex-wrap: unset;
      flex-wrap: unset;
      height: 260px;
      padding: 60px 20px;
      width: 520px; } }
  @media screen and (min-width: 1000px) {
    .booking-bar {
      height: 295px;
      padding: 75px 30px;
      width: 750px; } }
  @media screen and (min-width: 1200px) {
    .booking-bar {
      height: 320px;
      padding: 90px 80px;
      width: 940px; } }
  .booking-bar.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .booking-bar .button-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .booking-bar .button-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        padding: 0 10px; } }
    @media screen and (min-width: 1000px) {
      .booking-bar .button-container {
        padding: 0 30px; } }
    .booking-bar .button-container .booking-bar-button {
      border-radius: 4px;
      color: #fff;
      display: block;
      height: 100%;
      font-size: 15px;
      letter-spacing: 1.5px;
      line-height: 24px;
      padding: 40px 0;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .booking-bar .button-container .booking-bar-button {
          padding: 60px 0; } }
      @media screen and (min-width: 1000px) {
        .booking-bar .button-container .booking-bar-button {
          font-size: 18px;
          letter-spacing: 2.5px; } }
      .booking-bar .button-container .booking-bar-button:hover {
        background-color: #fff;
        color: #172A17; }
        .booking-bar .button-container .booking-bar-button:hover .horizontal-line {
          background-color: #172A17; }
      .booking-bar .button-container .booking-bar-button .horizontal-line {
        background-color: #fff;
        height: 1px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 50%; }
        .booking-bar .button-container .booking-bar-button .horizontal-line.top {
          top: 25%; }
        .booking-bar .button-container .booking-bar-button .horizontal-line.bottom {
          bottom: 25%; }

.main-hero {
  height: 100vh;
  position: relative;
  width: 100%; }
  .main-hero.full, .main-hero.inside {
    height: 100vh; }
  .main-hero video {
    display: none; }
    @media screen and (min-width: 768px) {
      .main-hero video {
        display: block;
        min-height: 100vh;
        min-width: 100vw; } }
  .main-hero #particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20; }
  .main-hero .mobile-video-placeholder {
    background-position: center;
    background-size: cover;
    display: block;
    height: 100vh;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .main-hero .mobile-video-placeholder {
        display: none; } }
  .main-hero .carousel-bg-image {
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%; }
    .main-hero .carousel-bg-image.full, .main-hero .carousel-bg-image.inside {
      height: 100vh; }
  .main-hero .linear-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  .main-hero .title-holder {
    left: 50%;
    max-width: 660px;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 25; }
    @media screen and (min-width: 768px) {
      .main-hero .title-holder {
        top: 50%; } }
    .main-hero .title-holder h2 {
      color: #fff;
      font-size: 40px;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .main-hero .title-holder h2 {
          font-size: 50px;
          margin-bottom: 40px; } }
    .main-hero .title-holder p {
      color: #fff;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0.25px; }
      @media screen and (min-width: 768px) {
        .main-hero .title-holder p {
          font-size: 28px;
          line-height: 35px; } }
  .main-hero .main-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    max-width: 440px;
    padding: 0px 30px;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 15; }
    @media screen and (min-width: 768px) {
      .main-hero .main-logo {
        top: 50%; } }
  .main-hero .booking-widget {
    background-color: rgba(25, 54, 59, 0.9);
    border-radius: 0px;
    bottom: 0px;
    height: auto;
    left: 50%;
    padding: 25px 0px 17px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 25; }
    @media screen and (min-width: 768px) {
      .main-hero .booking-widget {
        border-radius: 5px;
        bottom: 20px;
        width: auto; } }
    @media screen and (min-width: 1000px) {
      .main-hero .booking-widget {
        bottom: 55px; } }
    @media screen and (min-width: 1200px) {
      .main-hero .booking-widget {
        padding: 35px 0px 27px; } }
    .main-hero .booking-widget h5 {
      color: #fff;
      display: none;
      margin: 11px 10px 0px 0px;
      vertical-align: top; }
      @media screen and (min-width: 1200px) {
        .main-hero .booking-widget h5 {
          display: inline-block; } }
    .main-hero .booking-widget form, .main-hero .booking-widget .dmn-form {
      border: 0px;
      display: inline-block;
      padding: 0px;
      width: auto; }
      .main-hero .booking-widget form h1, .main-hero .booking-widget .dmn-form h1 {
        display: none; }
      .main-hero .booking-widget form .dmn-duration-container, .main-hero .booking-widget .dmn-form .dmn-duration-container {
        display: none; }
      .main-hero .booking-widget form .powered-by, .main-hero .booking-widget .dmn-form .powered-by {
        display: none; }
      .main-hero .booking-widget form label, .main-hero .booking-widget .dmn-form label {
        display: none !important; }
      .main-hero .booking-widget form .dmn-type-container, .main-hero .booking-widget form .dmn-num-people-container, .main-hero .booking-widget form .dmn-date-container, .main-hero .booking-widget form .dmn-time-container, .main-hero .booking-widget form .dmn-duration-container, .main-hero .booking-widget .dmn-form .dmn-type-container, .main-hero .booking-widget .dmn-form .dmn-num-people-container, .main-hero .booking-widget .dmn-form .dmn-date-container, .main-hero .booking-widget .dmn-form .dmn-time-container, .main-hero .booking-widget .dmn-form .dmn-duration-container {
        float: left !important;
        margin-right: 1%;
        position: relative;
        width: 32%; }
        @media screen and (min-width: 768px) {
          .main-hero .booking-widget form .dmn-type-container, .main-hero .booking-widget form .dmn-num-people-container, .main-hero .booking-widget form .dmn-date-container, .main-hero .booking-widget form .dmn-time-container, .main-hero .booking-widget form .dmn-duration-container, .main-hero .booking-widget .dmn-form .dmn-type-container, .main-hero .booking-widget .dmn-form .dmn-num-people-container, .main-hero .booking-widget .dmn-form .dmn-date-container, .main-hero .booking-widget .dmn-form .dmn-time-container, .main-hero .booking-widget .dmn-form .dmn-duration-container {
            margin-right: 0;
            width: auto; } }
        .main-hero .booking-widget form .dmn-type-container .down-arrow, .main-hero .booking-widget form .dmn-num-people-container .down-arrow, .main-hero .booking-widget form .dmn-date-container .down-arrow, .main-hero .booking-widget form .dmn-time-container .down-arrow, .main-hero .booking-widget form .dmn-duration-container .down-arrow, .main-hero .booking-widget .dmn-form .dmn-type-container .down-arrow, .main-hero .booking-widget .dmn-form .dmn-num-people-container .down-arrow, .main-hero .booking-widget .dmn-form .dmn-date-container .down-arrow, .main-hero .booking-widget .dmn-form .dmn-time-container .down-arrow, .main-hero .booking-widget .dmn-form .dmn-duration-container .down-arrow {
          pointer-events: none;
          position: absolute;
          right: 20px;
          top: 18px; }
        .main-hero .booking-widget form .dmn-type-container .calendar-icon, .main-hero .booking-widget form .dmn-num-people-container .calendar-icon, .main-hero .booking-widget form .dmn-date-container .calendar-icon, .main-hero .booking-widget form .dmn-time-container .calendar-icon, .main-hero .booking-widget form .dmn-duration-container .calendar-icon, .main-hero .booking-widget .dmn-form .dmn-type-container .calendar-icon, .main-hero .booking-widget .dmn-form .dmn-num-people-container .calendar-icon, .main-hero .booking-widget .dmn-form .dmn-date-container .calendar-icon, .main-hero .booking-widget .dmn-form .dmn-time-container .calendar-icon, .main-hero .booking-widget .dmn-form .dmn-duration-container .calendar-icon {
          pointer-events: none;
          position: absolute;
          right: 20px;
          top: 11px; }
      .main-hero .booking-widget form .dmn-type-container, .main-hero .booking-widget form .dmn-num-people-container, .main-hero .booking-widget .dmn-form .dmn-type-container, .main-hero .booking-widget .dmn-form .dmn-num-people-container {
        width: 49%; }
        @media screen and (min-width: 768px) {
          .main-hero .booking-widget form .dmn-type-container, .main-hero .booking-widget form .dmn-num-people-container, .main-hero .booking-widget .dmn-form .dmn-type-container, .main-hero .booking-widget .dmn-form .dmn-num-people-container {
            margin-right: 0;
            width: auto; } }
      .main-hero .booking-widget form .main-inputs, .main-hero .booking-widget .dmn-form .main-inputs {
        width: 100%; }
      .main-hero .booking-widget form input[type=text], .main-hero .booking-widget form input[type=number], .main-hero .booking-widget form input[type=date], .main-hero .booking-widget form select, .main-hero .booking-widget .dmn-form input[type=text], .main-hero .booking-widget .dmn-form input[type=number], .main-hero .booking-widget .dmn-form input[type=date], .main-hero .booking-widget .dmn-form select {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        float: left;
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        font-size: 15px;
        height: 40px;
        margin: 0px 8px 8px 0px;
        padding-left: 10px;
        width: 100%; }
        .main-hero .booking-widget form input[type=text]::-webkit-input-placeholder, .main-hero .booking-widget form input[type=number]::-webkit-input-placeholder, .main-hero .booking-widget form input[type=date]::-webkit-input-placeholder, .main-hero .booking-widget form select::-webkit-input-placeholder, .main-hero .booking-widget .dmn-form input[type=text]::-webkit-input-placeholder, .main-hero .booking-widget .dmn-form input[type=number]::-webkit-input-placeholder, .main-hero .booking-widget .dmn-form input[type=date]::-webkit-input-placeholder, .main-hero .booking-widget .dmn-form select::-webkit-input-placeholder {
          color: #fff;
          opacity: 1; }
        .main-hero .booking-widget form input[type=text]:-ms-input-placeholder, .main-hero .booking-widget form input[type=number]:-ms-input-placeholder, .main-hero .booking-widget form input[type=date]:-ms-input-placeholder, .main-hero .booking-widget form select:-ms-input-placeholder, .main-hero .booking-widget .dmn-form input[type=text]:-ms-input-placeholder, .main-hero .booking-widget .dmn-form input[type=number]:-ms-input-placeholder, .main-hero .booking-widget .dmn-form input[type=date]:-ms-input-placeholder, .main-hero .booking-widget .dmn-form select:-ms-input-placeholder {
          color: #fff;
          opacity: 1; }
        .main-hero .booking-widget form input[type=text]::placeholder, .main-hero .booking-widget form input[type=number]::placeholder, .main-hero .booking-widget form input[type=date]::placeholder, .main-hero .booking-widget form select::placeholder, .main-hero .booking-widget .dmn-form input[type=text]::placeholder, .main-hero .booking-widget .dmn-form input[type=number]::placeholder, .main-hero .booking-widget .dmn-form input[type=date]::placeholder, .main-hero .booking-widget .dmn-form select::placeholder {
          color: #fff;
          opacity: 1; }
        @media screen and (min-width: 768px) {
          .main-hero .booking-widget form input[type=text], .main-hero .booking-widget form input[type=number], .main-hero .booking-widget form input[type=date], .main-hero .booking-widget form select, .main-hero .booking-widget .dmn-form input[type=text], .main-hero .booking-widget .dmn-form input[type=number], .main-hero .booking-widget .dmn-form input[type=date], .main-hero .booking-widget .dmn-form select {
            width: 155px; } }
        @media screen and (min-width: 1000px) {
          .main-hero .booking-widget form input[type=text], .main-hero .booking-widget form input[type=number], .main-hero .booking-widget form input[type=date], .main-hero .booking-widget form select, .main-hero .booking-widget .dmn-form input[type=text], .main-hero .booking-widget .dmn-form input[type=number], .main-hero .booking-widget .dmn-form input[type=date], .main-hero .booking-widget .dmn-form select {
            width: 120px; } }
        @media screen and (min-width: 1200px) {
          .main-hero .booking-widget form input[type=text], .main-hero .booking-widget form input[type=number], .main-hero .booking-widget form input[type=date], .main-hero .booking-widget form select, .main-hero .booking-widget .dmn-form input[type=text], .main-hero .booking-widget .dmn-form input[type=number], .main-hero .booking-widget .dmn-form input[type=date], .main-hero .booking-widget .dmn-form select {
            width: 130px; } }
      .main-hero .booking-widget form select[disabled], .main-hero .booking-widget .dmn-form select[disabled] {
        background-color: transparent; }
      .main-hero .booking-widget form input[type=submit], .main-hero .booking-widget form .btn.submit, .main-hero .booking-widget .dmn-form input[type=submit], .main-hero .booking-widget .dmn-form .btn.submit {
        background-color: #B9A367;
        background-image: none;
        border: none;
        color: #fff;
        float: left;
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        height: 40px;
        margin-top: 0px;
        padding: 4px 22px 4px 14px;
        position: relative;
        text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
        text-transform: uppercase;
        width: 32% !important; }
        .main-hero .booking-widget form input[type=submit]:after, .main-hero .booking-widget form .btn.submit:after, .main-hero .booking-widget .dmn-form input[type=submit]:after, .main-hero .booking-widget .dmn-form .btn.submit:after {
          content: url(../img/icons/right-arrow.svg);
          position: absolute;
          right: 10px; }
        @media screen and (min-width: 768px) {
          .main-hero .booking-widget form input[type=submit], .main-hero .booking-widget form .btn.submit, .main-hero .booking-widget .dmn-form input[type=submit], .main-hero .booking-widget .dmn-form .btn.submit {
            width: 155px !important; } }
        @media screen and (min-width: 1000px) {
          .main-hero .booking-widget form input[type=submit], .main-hero .booking-widget form .btn.submit, .main-hero .booking-widget .dmn-form input[type=submit], .main-hero .booking-widget .dmn-form .btn.submit {
            width: 80px !important; } }
  .main-hero .button-book-now {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
    left: 50%;
    line-height: 24px;
    padding: 20px 35px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 20;
    width: 230px; }
    .main-hero .button-book-now:hover {
      background-color: #172A17; }

.inner-hero {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .inner-hero {
      height: 400px; } }
  .inner-hero .linear-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    height: 100%;
    width: 100%; }
  .inner-hero .page-title {
    border: 2px solid #fff;
    left: 50%;
    min-width: 250px;
    padding: 15px 30px 0px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .inner-hero .page-title {
        min-width: 300px;
        padding: 20px 40px 0px; } }
    .inner-hero .page-title h1 {
      color: #fff; }

.instagram-feed {
  padding-left: 0px; }
  @media screen and (min-width: 768px) {
    .instagram-feed {
      padding-left: 90px; } }
  .instagram-feed .insta-item {
    background-position: center;
    background-size: cover;
    height: 240px; }
    @media screen and (min-width: 1000px) {
      .instagram-feed .insta-item {
        height: 340px; } }

.image-text-background {
  background-color: #FAF6F6;
  padding: 80px 0px; }
  .image-text-background.full-width {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .image-text-background.full-width {
        padding: 0 0 0 90px; } }
    .image-text-background.full-width .row {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .image-text-background.mixology:nth-of-type(even) {
    padding-top: 0px; }
    @media screen and (min-width: 1000px) {
      .image-text-background.mixology:nth-of-type(even) .content {
        float: right; } }
  .image-text-background .row {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.75); }
    .image-text-background .row .content {
      background-image: url(../img/bg/bg-blue-hex.png);
      background-position: right;
      background-size: cover;
      height: auto;
      padding: 30px; }
      @media screen and (min-width: 1000px) {
        .image-text-background .row .content {
          height: 450px;
          padding: 0px 15px; } }
      .image-text-background .row .content .content-container {
        position: relative;
        width: 100%; }
        @media screen and (min-width: 1000px) {
          .image-text-background .row .content .content-container {
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 300px; } }
        .image-text-background .row .content .content-container .horizontal-line {
          background-color: #49C5B6;
          height: 1px;
          margin: 20px -20px 20px;
          width: 110px; }
          @media screen and (min-width: 1200px) {
            .image-text-background .row .content .content-container .horizontal-line {
              margin: 30px -50px 30px; } }
        .image-text-background .row .content .content-container h2 {
          color: #19363B; }
        .image-text-background .row .content .content-container p {
          color: #19363B;
          margin-bottom: 20px;
          opacity: 0.5; }
          .image-text-background .row .content .content-container p.title {
            margin-bottom: 10px;
            opacity: 1;
            text-transform: uppercase; }
        .image-text-background .row .content .content-container .button {
          display: block; }
    .image-text-background .row .bg-image {
      background-size: cover;
      height: 350px; }
      @media screen and (min-width: 1000px) {
        .image-text-background .row .bg-image {
          height: 450px; } }

.image-text {
  background-color: #FAF6F6;
  padding: 80px 0px; }
  .image-text .image-text-bg-image {
    background-position: center;
    background-size: cover;
    float: none;
    height: 250px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .image-text .image-text-bg-image {
        float: left;
        height: 450px;
        width: 320px; } }
    @media screen and (min-width: 1200px) {
      .image-text .image-text-bg-image {
        width: 450px; } }
  .image-text .content {
    float: none;
    height: auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .image-text .content {
        float: right;
        height: 450px;
        width: 320px; } }
    .image-text .content .content-holder {
      margin-bottom: 40px;
      width: 100%; }
      @media screen and (min-width: 1000px) {
        .image-text .content .content-holder {
          margin-bottom: 0px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .image-text .content .content-holder h2 {
        color: #19363B; }
      .image-text .content .content-holder p {
        color: rgba(0, 0, 0, 0.75); }
      .image-text .content .content-holder .horizontal-line {
        background-color: #49C5B6;
        height: 1px;
        margin: 20px -10px 20px;
        width: 110px; }
        @media screen and (min-width: 1000px) {
          .image-text .content .content-holder .horizontal-line {
            margin: 20px -50px 20px;
            width: 90px; } }

.intro-text {
  background-color: #FFFFFF;
  padding: 85px 20px; }
  .intro-text p {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 31px;
    margin: 0px auto;
    max-width: 660px;
    text-align: center; }

.listing {
  background-image: url(../img/bg/bg-blue-hex.png);
  background-position: right;
  background-size: cover;
  height: 500px;
  padding: 140px 0px; }
  .listing .overlay {
    background-color: #E1EFF0;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 400px;
    z-index: 5; }
    @media screen and (min-width: 768px) {
      .listing .overlay {
        left: 90px; } }
    .listing .overlay.hide {
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 50%; }
  .listing li {
    margin-bottom: 30px; }
    .listing li.active:hover .listing-content h2 {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    .listing li.active .bg-image {
      opacity: 1;
      width: 40%; }
      .listing li.active .bg-image .close-button {
        display: block; }
    .listing li.active .listing-content {
      height: 100%;
      left: 40%;
      padding-left: 90px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 60%; }
      .listing li.active .listing-content .content-container {
        left: 30%;
        margin: 0px auto;
        max-width: 440px;
        position: absolute;
        text-align: left;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .listing li.active .listing-content .content-container .more-info {
          display: block; }
        .listing li.active .listing-content .content-container h2 {
          margin-bottom: 20px;
          opacity: 1;
          pointer-events: none; }
        .listing li.active .listing-content .content-container p {
          margin-right: 0px; }
        .listing li.active .listing-content .content-container .number {
          margin-left: -70px;
          margin-right: 40px;
          width: 30px; }
    .listing li:hover .listing-content h2 {
      opacity: 1;
      -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
      transform: translateX(40px); }
    .listing li:hover .overlay {
      opacity: 0.8; }
    .listing li:hover .bg-image {
      opacity: 1; }
    .listing li .bg-image {
      background-size: cover;
      background-position: center;
      height: 100%;
      left: 0px;
      opacity: 0;
      position: absolute;
      top: 0px;
      -webkit-transition: opacity 0.3s, width 0.5s;
      transition: opacity 0.3s, width 0.5s;
      width: 400px; }
      @media screen and (min-width: 768px) {
        .listing li .bg-image {
          left: 90px; } }
      .listing li .bg-image .close-button {
        cursor: pointer;
        display: none;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .listing li .listing-content .more-info {
      display: none; }
      .listing li .listing-content .more-info .title {
        color: #19363B;
        font-size: 18px;
        margin-bottom: 20px;
        opacity: 1;
        text-transform: uppercase; }
      .listing li .listing-content .more-info p {
        margin-bottom: 20px; }
      .listing li .listing-content .more-info .button {
        display: block; }
    .listing li .listing-content p {
      color: #19363B;
      display: inline-block;
      font-size: 18px;
      margin-right: 90px;
      opacity: 0.5;
      position: relative;
      z-index: 10; }
    .listing li .listing-content h2 {
      color: #19363B;
      cursor: pointer;
      display: inline-block;
      opacity: 0.8;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      z-index: 10; }

.menu-lightbox {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100vw;
  z-index: -1; }
  .menu-lightbox.active {
    opacity: 1;
    z-index: 150; }
  .menu-lightbox iframe {
    height: 90vh;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60vw;
    z-index: 160; }

#private-hire-section {
  position: relative; }
  @media screen and (min-width: 768px) {
    #private-hire-section {
      left: 90px;
      width: calc(100% - 90px); } }
  #private-hire-section .diamond-content-section {
    height: 500px; }
  #private-hire-section .diamond-content-section:after {
    height: 480px;
    width: 480px; }
  #private-hire-section .diamond-content-section:before {
    height: 500px;
    width: 500px; }
  #private-hire-section .featured-bars {
    max-width: 500px;
    margin: auto;
    margin-top: -120px;
    z-index: 99; }
    @media only screen and (min-width: 768px) {
      #private-hire-section .featured-bars {
        max-width: 1440px;
        margin-top: 0;
        min-height: 700px;
        position: relative; } }
    @media only screen and (min-width: 992px) {
      #private-hire-section .featured-bars {
        min-height: 850px;
        margin-top: -50px; } }
    @media only screen and (min-width: 1200px) {
      #private-hire-section .featured-bars {
        min-height: 900px; } }
    @media only screen and (min-width: 1400px) {
      #private-hire-section .featured-bars {
        min-height: 950px; } }
    #private-hire-section .featured-bars .bar {
      position: relative;
      width: 315px;
      margin-bottom: 20px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        #private-hire-section .featured-bars .bar {
          -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
          transform: translateY(0) !important; } }
      @media only screen and (min-width: 768px) {
        #private-hire-section .featured-bars .bar {
          position: absolute;
          margin-bottom: 0; } }
      #private-hire-section .featured-bars .bar:first-child {
        height: 230px; }
        @media only screen and (max-width: 767px) {
          #private-hire-section .featured-bars .bar:first-child {
            left: calc(100% - 315px); } }
        @media only screen and (min-width: 768px) {
          #private-hire-section .featured-bars .bar:first-child {
            width: 390px;
            height: 283px;
            top: 146px;
            right: 154px; } }
        @media only screen and (min-width: 992px) {
          #private-hire-section .featured-bars .bar:first-child {
            width: 487px;
            height: 354px;
            top: 182px;
            right: 193px; } }
        @media only screen and (min-width: 1200px) {
          #private-hire-section .featured-bars .bar:first-child {
            width: 573px;
            height: 417px;
            top: 213px;
            right: 227px; } }
        @media only screen and (min-width: 1440px) {
          #private-hire-section .featured-bars .bar:first-child {
            width: 674px;
            height: 490px;
            top: 250px;
            right: 267px; } }
      #private-hire-section .featured-bars .bar:nth-child(2) {
        height: 350px; }
        @media only screen and (min-width: 768px) {
          #private-hire-section .featured-bars .bar:nth-child(2) {
            width: 278px;
            height: 283px;
            top: 0;
            left: 33px; } }
        @media only screen and (min-width: 992px) {
          #private-hire-section .featured-bars .bar:nth-child(2) {
            width: 318px;
            height: 354px; } }
        @media only screen and (min-width: 1200px) {
          #private-hire-section .featured-bars .bar:nth-child(2) {
            width: 374px;
            height: 417px; } }
        @media only screen and (min-width: 1440px) {
          #private-hire-section .featured-bars .bar:nth-child(2) {
            width: 440px;
            height: 490px; } }
      #private-hire-section .featured-bars .bar:last-child {
        margin-bottom: 0;
        height: 260px; }
        @media only screen and (max-width: 767px) {
          #private-hire-section .featured-bars .bar:last-child {
            left: calc(100% - 315px); } }
        @media only screen and (min-width: 768px) {
          #private-hire-section .featured-bars .bar:last-child {
            width: 342px;
            height: 283px;
            top: -150px;
            right: 0; } }
        @media only screen and (min-width: 992px) {
          #private-hire-section .featured-bars .bar:last-child {
            width: 427px;
            height: 354px; } }
        @media only screen and (min-width: 1200px) {
          #private-hire-section .featured-bars .bar:last-child {
            width: 502px;
            height: 417px; } }
        @media only screen and (min-width: 1440px) {
          #private-hire-section .featured-bars .bar:last-child {
            width: 591px;
            height: 490px; } }
      #private-hire-section .featured-bars .bar .bar-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #private-hire-section .featured-bars .bar .bar-link span {
          position: absolute;
          bottom: 20px;
          left: 30px;
          color: #fff;
          font-size: 20px;
          font-style: italic;
          font-weight: 300;
          line-height: calc(24 / 20); }

.signpost {
  background-image: url(../img/bg/bg-blue-hex.png);
  background-position: right;
  background-size: cover;
  min-height: 450px;
  padding: 50px 0px; }
  @media screen and (min-width: 1000px) {
    .signpost {
      padding: 0px; } }
  .signpost .signpost-bg-image {
    background-position: center;
    background-size: cover;
    float: left;
    height: 450px;
    margin-top: 0px;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .signpost .signpost-bg-image {
        margin-top: -50px;
        width: 350px; } }
    @media screen and (min-width: 1200px) {
      .signpost .signpost-bg-image {
        width: 450px; } }
  .signpost .signpost-content {
    float: none;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .signpost .signpost-content {
        float: right;
        height: 400px;
        margin-bottom: 0px;
        width: 320px; } }
    .signpost .signpost-content .signpost-text {
      width: 100%; }
      @media screen and (min-width: 1000px) {
        .signpost .signpost-content .signpost-text {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .signpost .signpost-content .signpost-text h2 {
        color: #19363B; }
      .signpost .signpost-content .signpost-text p {
        color: rgba(0, 0, 0, 0.75);
        margin-bottom: 20px; }
      .signpost .signpost-content .signpost-text .horizontal-line {
        background-color: #49C5B6;
        height: 1px;
        margin: 20px -10px 20px;
        width: 110px; }
        @media screen and (min-width: 1200px) {
          .signpost .signpost-content .signpost-text .horizontal-line {
            margin: 20px -50px 20px; } }
      .signpost .signpost-content .signpost-text .button {
        display: block; }

.tabbed-content {
  background-size: cover; }
  .tabbed-content #tab-two.holder {
    display: none; }
  .tabbed-content #tab-three.holder {
    display: none; }
  .tabbed-content .content {
    height: auto;
    margin: 0px auto;
    padding: 50px 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .tabbed-content .content {
        height: 605px;
        padding: 50px 0px;
        width: 520px; } }
    @media screen and (min-width: 1000px) {
      .tabbed-content .content {
        left: 50%;
        padding: 0px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 750px; } }
    @media screen and (min-width: 1200px) {
      .tabbed-content .content {
        width: 940px; } }
    .tabbed-content .content .content-holder {
      width: 100%; }
      @media screen and (min-width: 1000px) {
        .tabbed-content .content .content-holder {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 40%; } }
      .tabbed-content .content .content-holder h2 {
        color: #19363B; }
      .tabbed-content .content .content-holder .horizontal-line {
        background-color: #49C5B6;
        height: 1px;
        margin: 20px -10px 20px;
        width: 90px; }
        @media screen and (min-width: 768px) {
          .tabbed-content .content .content-holder .horizontal-line {
            margin: 20px -20px 20px;
            width: 110px; } }
      .tabbed-content .content .content-holder .sub-title {
        color: #19363B;
        font-size: 18px;
        text-transform: uppercase; }
      .tabbed-content .content .content-holder p {
        color: rgba(0, 0, 0, 0.75);
        margin-bottom: 20px; }
      .tabbed-content .content .content-holder .button {
        display: block; }
  .tabbed-content .bg-image {
    background-position: center;
    background-size: cover;
    display: none;
    float: right;
    height: 605px;
    width: 50%; }
    @media screen and (min-width: 1000px) {
      .tabbed-content .bg-image {
        display: block; } }
  .tabbed-content .tabs {
    background-color: #E1EFF0;
    height: 60px;
    margin: 0px auto;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .tabbed-content .tabs {
        height: 115px;
        padding-left: 90px;
        width: 100%; } }
    @media screen and (min-width: 1000px) {
      .tabbed-content .tabs {
        float: right; } }
    .tabbed-content .tabs .tab {
      background-color: #fff;
      height: 60px;
      float: right;
      position: relative;
      width: 33.33%; }
      @media screen and (min-width: 768px) {
        .tabbed-content .tabs .tab {
          height: 115px; } }
      .tabbed-content .tabs .tab.active .title-holder h4 {
        color: #49C5B6; }
      .tabbed-content .tabs .tab:last-of-type .title-holder {
        border-left: 0px; }
      .tabbed-content .tabs .tab .title-holder {
        border-left: 1px solid rgba(0, 0, 0, 0.25);
        cursor: pointer;
        height: 50px;
        left: 0px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        @media screen and (min-width: 768px) {
          .tabbed-content .tabs .tab .title-holder {
            height: 70px; } }
        .tabbed-content .tabs .tab .title-holder h4 {
          color: #19363B;
          font-size: 18px;
          position: absolute;
          text-align: center;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          width: 100%; }
          @media screen and (min-width: 768px) {
            .tabbed-content .tabs .tab .title-holder h4 {
              font-size: 30px; } }

.three-tiles-full-width .top-bar {
  background-color: #19363B;
  height: 90px;
  padding-top: 25px; }
  @media screen and (min-width: 768px) {
    .three-tiles-full-width .top-bar {
      height: 110px;
      padding-top: 35px; } }
  .three-tiles-full-width .top-bar h2 {
    color: #FFFFFF;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .three-tiles-full-width .top-bar h2 {
        margin-top: 0px; } }
  .three-tiles-full-width .top-bar .button {
    float: right;
    z-index: 10; }
.three-tiles-full-width .tiles {
  padding-left: 0px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .three-tiles-full-width .tiles {
      padding-left: 90px; } }
  .three-tiles-full-width .tiles .owl-carousel .owl-dots {
    display: none; }
  .three-tiles-full-width .tiles .owl-navigation {
    left: 0;
    padding-left: 10px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .three-tiles-full-width .tiles .owl-navigation {
        padding-left: 110px; } }
    .three-tiles-full-width .tiles .owl-navigation .nav-button {
      cursor: pointer;
      height: 25px; }
      @media screen and (min-width: 768px) {
        .three-tiles-full-width .tiles .owl-navigation .nav-button {
          height: 60px; } }
      .three-tiles-full-width .tiles .owl-navigation .nav-button.next {
        position: absolute;
        right: 10px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media screen and (min-width: 768px) {
          .three-tiles-full-width .tiles .owl-navigation .nav-button.next {
            right: 20px; } }
  .three-tiles-full-width .tiles .title-block {
    background-color: #E1EFF0; }
    .three-tiles-full-width .tiles .title-block .title-holder {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .three-tiles-full-width .tiles .title-block .title-holder h2 {
        color: #19363B; }
      .three-tiles-full-width .tiles .title-block .title-holder .horizontal-line {
        background-color: #49C5B6;
        height: 1px;
        margin: 30px auto 0px;
        width: 120px; }
  .three-tiles-full-width .tiles .tile {
    background-position: center;
    cursor: pointer;
    height: 250px;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .three-tiles-full-width .tiles .tile {
        height: 350px; } }
    @media screen and (min-width: 1000px) {
      .three-tiles-full-width .tiles .tile {
        height: 450px; } }
    .three-tiles-full-width .tiles .tile .bg-image {
      background-position: center;
      background-size: cover;
      height: 100%;
      left: 0px;
      position: absolute;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.6s;
      transition: 0.6s;
      width: 100%; }
    .three-tiles-full-width .tiles .tile .linear-overlay {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
      height: 100%;
      left: 0;
      opacity: 0.5;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      width: 101%; }
    .three-tiles-full-width .tiles .tile .content-holder {
      bottom: 30px;
      color: #fff;
      left: 30px;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .three-tiles-full-width .tiles .tile .content-holder .sub-heading {
        color: #fff;
        font-size: 15px;
        margin-bottom: 15px;
        text-transform: uppercase; }
    .three-tiles-full-width .tiles .tile .read-more {
      bottom: 30px;
      color: #fff;
      font-size: 15px;
      left: 30px;
      pointer-events: none;
      position: absolute;
      opacity: 0;
      text-transform: uppercase;
      -webkit-transition: opacity 0.6s;
      transition: opacity 0.6s; }
      .three-tiles-full-width .tiles .tile .read-more:after {
        content: url(../img/graphics/gold-arrow.svg);
        margin-left: 10px;
        position: absolute;
        overflow: hidden;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        width: 0px; }
    .three-tiles-full-width .tiles .tile:hover {
      background-size: auto 110%; }
      .three-tiles-full-width .tiles .tile:hover .linear-overlay {
        opacity: 1; }
      .three-tiles-full-width .tiles .tile:hover .bg-image {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .three-tiles-full-width .tiles .tile:hover .content-holder {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px); }
      .three-tiles-full-width .tiles .tile:hover .read-more {
        pointer-events: auto;
        opacity: 1; }
        .three-tiles-full-width .tiles .tile:hover .read-more:after {
          width: 50px; }
.three-tiles-full-width #load-more {
  background-color: #B9A367;
  height: 70px;
  padding: 25px 0px;
  text-align: center; }
  .three-tiles-full-width #load-more p {
    color: #fff;
    text-transform: uppercase; }

.three-tiles-centered {
  padding: 75px 0px 130px; }
  .three-tiles-centered h2 {
    color: #19363B;
    display: inline-block;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .three-tiles-centered h2 {
        margin-top: 0px; } }
  .three-tiles-centered .button {
    float: right; }
  .three-tiles-centered .horizontal-line {
    background-color: #49C5B6;
    height: 1px;
    margin: 30px -10px 40px;
    width: 110px; }
    @media screen and (min-width: 1200px) {
      .three-tiles-centered .horizontal-line {
        margin: 30px -50px 40px; } }
  .three-tiles-centered .tiles .tile {
    background-position: center;
    background-size: cover;
    border-right: 1px solid white;
    cursor: pointer;
    height: 270px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .three-tiles-centered .tiles .tile {
        height: 370px; } }
    @media screen and (min-width: 1000px) {
      .three-tiles-centered .tiles .tile {
        height: 470px; } }
    .three-tiles-centered .tiles .tile.small {
      -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.75);
      height: 310px; }
    .three-tiles-centered .tiles .tile .bg-image {
      background-position: center;
      background-size: cover;
      height: 100%;
      left: 0px;
      position: absolute;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.6s;
      transition: 0.6s;
      width: 100%; }
    .three-tiles-centered .tiles .tile .linear-overlay {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
      height: 100%;
      left: 0;
      opacity: 0.5;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      width: 101%; }
    .three-tiles-centered .tiles .tile .content-holder {
      bottom: 20px;
      color: #fff;
      left: 20px;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (min-width: 1000px) {
        .three-tiles-centered .tiles .tile .content-holder {
          bottom: 30px;
          left: 30px; } }
      .three-tiles-centered .tiles .tile .content-holder .sub-heading {
        color: #fff;
        font-size: 15px;
        margin-bottom: 15px;
        text-transform: uppercase; }
    .three-tiles-centered .tiles .tile .read-more {
      bottom: 20px;
      color: #fff;
      font-size: 15px;
      left: 20px;
      pointer-events: none;
      position: absolute;
      opacity: 0;
      text-transform: uppercase;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media screen and (min-width: 1000px) {
        .three-tiles-centered .tiles .tile .read-more {
          bottom: 30px;
          left: 30px; } }
      .three-tiles-centered .tiles .tile .read-more:after {
        content: url(../img/graphics/gold-arrow.svg);
        margin-left: 10px;
        position: absolute;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 0px; }
    .three-tiles-centered .tiles .tile:hover .linear-overlay {
      opacity: 1; }
    .three-tiles-centered .tiles .tile:hover .bg-image {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .three-tiles-centered .tiles .tile:hover .content-holder {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px); }
    .three-tiles-centered .tiles .tile:hover .read-more {
      pointer-events: auto;
      opacity: 1; }
      .three-tiles-centered .tiles .tile:hover .read-more:after {
        width: 50px; }

.booking-form {
  background-color: #FAF6F6;
  height: auto;
  padding: 80px 0px 20px;
  width: 100%; }
  .booking-form h2 {
    color: #19363B; }
  .booking-form .horizontal-line {
    background-color: #49C5B6;
    height: 1px;
    margin: 20px -10px 20px;
    width: 110px; }
    @media screen and (min-width: 1000px) {
      .booking-form .horizontal-line {
        margin: 20px -50px 20px; } }
  .booking-form .dmn-duration-container {
    display: none; }
  .booking-form .container {
    position: relative; }
  .booking-form .form {
    float: left;
    width: 100%; }
    .booking-form .form p {
      color: rgba(0, 0, 0, 0.75);
      font-size: 14px; }
      .booking-form .form p:first-of-type {
        margin-bottom: 20px; }
      .booking-form .form p:last-of-type {
        margin-top: 20px; }
      .booking-form .form p.large {
        font-size: 22px; }
      .booking-form .form p a {
        color: rgba(0, 0, 0, 0.75);
        text-decoration: underline; }
    @media screen and (min-width: 1000px) {
      .booking-form .form {
        width: 360px; } }
    @media screen and (min-width: 1200px) {
      .booking-form .form {
        width: 430px; } }
    .booking-form .form form, .booking-form .form .dmn-form {
      border: 0px;
      display: inline-block;
      margin-bottom: 30px;
      padding: 0px;
      width: 100%; }
      .booking-form .form form h1, .booking-form .form .dmn-form h1 {
        display: none; }
      .booking-form .form form [disabled], .booking-form .form .dmn-form [disabled] {
        display: none; }
      .booking-form .form form input::-webkit-datetime-edit, .booking-form .form .dmn-form input::-webkit-datetime-edit {
        color: #19363B; }
      .booking-form .form form input::-webkit-input-placeholder, .booking-form .form .dmn-form input::-webkit-input-placeholder {
        color: #19363B; }
      .booking-form .form form input:-ms-input-placeholder, .booking-form .form .dmn-form input:-ms-input-placeholder {
        color: #19363B; }
      .booking-form .form form input::placeholder, .booking-form .form .dmn-form input::placeholder {
        color: #19363B; }
      .booking-form .form form input::-webkit-input-placeholder, .booking-form .form .dmn-form input::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #19363B;
        opacity: 1;
        /* Firefox */ }
      .booking-form .form form input:-ms-input-placeholder, .booking-form .form .dmn-form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #19363B; }
      .booking-form .form form input::-ms-input-placeholder, .booking-form .form .dmn-form input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #19363B; }
      .booking-form .form form input::-webkit-calendar-picker-indicator, .booking-form .form .dmn-form input::-webkit-calendar-picker-indicator {
        cursor: pointer;
        height: 100%;
        left: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        -webkit-appearance: none; }
      .booking-form .form form input::-webkit-inner-spin-button, .booking-form .form .dmn-form input::-webkit-inner-spin-button {
        display: none; }
      .booking-form .form form input::-webkit-clear-button, .booking-form .form .dmn-form input::-webkit-clear-button {
        display: none; }
      .booking-form .form form input::-webkit-datetime-edit, .booking-form .form .dmn-form input::-webkit-datetime-edit {
        color: #19363B; }
      .booking-form .form form .powered-by, .booking-form .form .dmn-form .powered-by {
        display: none; }
      .booking-form .form form label, .booking-form .form .dmn-form label {
        display: none !important; }
      .booking-form .form form .input-field, .booking-form .form .dmn-form .input-field {
        margin-bottom: 30px;
        position: relative; }
        .booking-form .form form .input-field img.calendar, .booking-form .form .dmn-form .input-field img.calendar {
          pointer-events: none;
          position: absolute;
          right: 12px;
          top: 16px; }
        .booking-form .form form .input-field input[type=date], .booking-form .form .dmn-form .input-field input[type=date] {
          margin-bottom: 0; }
        .booking-form .form form .input-field .button.submit, .booking-form .form .dmn-form .input-field .button.submit {
          background-image: none;
          border: none;
          color: #fff;
          float: left;
          font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
          font-size: 10px;
          height: 40px;
          line-height: 33px;
          letter-spacing: 0;
          margin-top: 0px;
          padding: 5px;
          position: relative;
          text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
          text-transform: uppercase;
          width: 32% !important; }
          .booking-form .form form .input-field .button.submit:after, .booking-form .form .dmn-form .input-field .button.submit:after {
            content: url(../img/icons/right-arrow.svg);
            opacity: 0;
            position: absolute;
            right: 10px; }
            @media screen and (min-width: 768px) {
              .booking-form .form form .input-field .button.submit:after, .booking-form .form .dmn-form .input-field .button.submit:after {
                opacity: 1; } }
          @media screen and (min-width: 768px) {
            .booking-form .form form .input-field .button.submit, .booking-form .form .dmn-form .input-field .button.submit {
              font-size: 12px;
              padding: 4px 22px 4px 14px;
              width: 155px !important; } }
          @media screen and (min-width: 1000px) {
            .booking-form .form form .input-field .button.submit, .booking-form .form .dmn-form .input-field .button.submit {
              width: 130px !important; } }
        .booking-form .form form .input-field .select-field, .booking-form .form .dmn-form .input-field .select-field {
          background-color: #FCFBF7;
          border: 1px solid #19363B;
          cursor: pointer;
          height: 50px;
          padding: 15px 25px 13px 10px;
          position: relative;
          width: 100%; }
          .booking-form .form form .input-field .select-field span, .booking-form .form .dmn-form .input-field .select-field span {
            color: #19363B;
            display: block;
            font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
            font-size: 15px;
            text-align: left; }
          .booking-form .form form .input-field .select-field img, .booking-form .form .dmn-form .input-field .select-field img {
            position: absolute;
            right: 10px;
            top: 22px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .booking-form .form form .input-field .select-field img.active, .booking-form .form .dmn-form .input-field .select-field img.active {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
          .booking-form .form form .input-field .select-field ul, .booking-form .form .dmn-form .input-field .select-field ul {
            background-color: #FCFBF7;
            border: 1px solid #19363B;
            display: none;
            left: -1px;
            max-height: 300px;
            overflow: scroll;
            padding: 10px 0;
            position: absolute;
            top: 48px;
            width: calc(100% + 2px);
            z-index: 20; }
            .booking-form .form form .input-field .select-field ul.active, .booking-form .form .dmn-form .input-field .select-field ul.active {
              display: block; }
            .booking-form .form form .input-field .select-field ul li, .booking-form .form .dmn-form .input-field .select-field ul li {
              color: #19363B;
              cursor: pointer;
              font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
              font-size: 15px;
              padding: 10px;
              text-align: left; }
      .booking-form .form form .dmn-type-container, .booking-form .form form .dmn-num-people-container, .booking-form .form form .dmn-date-container, .booking-form .form form .dmn-time-container, .booking-form .form .dmn-form .dmn-type-container, .booking-form .form .dmn-form .dmn-num-people-container, .booking-form .form .dmn-form .dmn-date-container, .booking-form .form .dmn-form .dmn-time-container {
        position: relative;
        width: 100%; }
        .booking-form .form form .dmn-type-container .down-arrow, .booking-form .form form .dmn-num-people-container .down-arrow, .booking-form .form form .dmn-date-container .down-arrow, .booking-form .form form .dmn-time-container .down-arrow, .booking-form .form .dmn-form .dmn-type-container .down-arrow, .booking-form .form .dmn-form .dmn-num-people-container .down-arrow, .booking-form .form .dmn-form .dmn-date-container .down-arrow, .booking-form .form .dmn-form .dmn-time-container .down-arrow {
          pointer-events: none;
          position: absolute;
          right: 16px;
          top: 25px; }
        .booking-form .form form .dmn-type-container .calendar-icon, .booking-form .form form .dmn-num-people-container .calendar-icon, .booking-form .form form .dmn-date-container .calendar-icon, .booking-form .form form .dmn-time-container .calendar-icon, .booking-form .form .dmn-form .dmn-type-container .calendar-icon, .booking-form .form .dmn-form .dmn-num-people-container .calendar-icon, .booking-form .form .dmn-form .dmn-date-container .calendar-icon, .booking-form .form .dmn-form .dmn-time-container .calendar-icon {
          pointer-events: none;
          position: absolute;
          right: 16px;
          top: 17px; }
      .booking-form .form form .dmn-duration-container, .booking-form .form .dmn-form .dmn-duration-container {
        display: none; }
      .booking-form .form form .main-inputs, .booking-form .form .dmn-form .main-inputs {
        width: 100%; }
      .booking-form .form form input[type=text], .booking-form .form form input[type=number], .booking-form .form form input[type=date], .booking-form .form form select, .booking-form .form .dmn-form input[type=text], .booking-form .form .dmn-form input[type=number], .booking-form .form .dmn-form input[type=date], .booking-form .form .dmn-form select {
        background-color: #FCFBF7;
        border: 1px solid #19363B;
        border-radius: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #19363B;
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        font-size: 15px;
        height: 50px;
        margin: 0px 0px 30px 0px;
        padding-left: 10px;
        width: 100%; }
        .booking-form .form form input[type=text]::-webkit-input-placeholder, .booking-form .form form input[type=number]::-webkit-input-placeholder, .booking-form .form form input[type=date]::-webkit-input-placeholder, .booking-form .form form select::-webkit-input-placeholder, .booking-form .form .dmn-form input[type=text]::-webkit-input-placeholder, .booking-form .form .dmn-form input[type=number]::-webkit-input-placeholder, .booking-form .form .dmn-form input[type=date]::-webkit-input-placeholder, .booking-form .form .dmn-form select::-webkit-input-placeholder {
          color: #19363B;
          opacity: 1; }
        .booking-form .form form input[type=text]:-ms-input-placeholder, .booking-form .form form input[type=number]:-ms-input-placeholder, .booking-form .form form input[type=date]:-ms-input-placeholder, .booking-form .form form select:-ms-input-placeholder, .booking-form .form .dmn-form input[type=text]:-ms-input-placeholder, .booking-form .form .dmn-form input[type=number]:-ms-input-placeholder, .booking-form .form .dmn-form input[type=date]:-ms-input-placeholder, .booking-form .form .dmn-form select:-ms-input-placeholder {
          color: #19363B;
          opacity: 1; }
        .booking-form .form form input[type=text]::placeholder, .booking-form .form form input[type=number]::placeholder, .booking-form .form form input[type=date]::placeholder, .booking-form .form form select::placeholder, .booking-form .form .dmn-form input[type=text]::placeholder, .booking-form .form .dmn-form input[type=number]::placeholder, .booking-form .form .dmn-form input[type=date]::placeholder, .booking-form .form .dmn-form select::placeholder {
          color: #19363B;
          opacity: 1; }
      .booking-form .form form select[disabled], .booking-form .form .dmn-form select[disabled] {
        background-color: transparent; }
      .booking-form .form form input[type=submit], .booking-form .form form .btn.submit, .booking-form .form .dmn-form input[type=submit], .booking-form .form .dmn-form .btn.submit {
        background-color: #B9A367;
        background-image: none;
        border: none;
        color: #fff;
        float: left;
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        font-size: 10px;
        height: 40px;
        margin-top: 0px;
        padding: 5px;
        position: relative;
        text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
        text-transform: uppercase;
        width: 32% !important; }
        .booking-form .form form input[type=submit]:after, .booking-form .form form .btn.submit:after, .booking-form .form .dmn-form input[type=submit]:after, .booking-form .form .dmn-form .btn.submit:after {
          content: url(../img/icons/right-arrow.svg);
          opacity: 0;
          position: absolute;
          right: 10px; }
          @media screen and (min-width: 768px) {
            .booking-form .form form input[type=submit]:after, .booking-form .form form .btn.submit:after, .booking-form .form .dmn-form input[type=submit]:after, .booking-form .form .dmn-form .btn.submit:after {
              opacity: 1; } }
        @media screen and (min-width: 768px) {
          .booking-form .form form input[type=submit], .booking-form .form form .btn.submit, .booking-form .form .dmn-form input[type=submit], .booking-form .form .dmn-form .btn.submit {
            font-size: 12px;
            padding: 4px 22px 4px 14px;
            width: 155px !important; } }
        @media screen and (min-width: 1000px) {
          .booking-form .form form input[type=submit], .booking-form .form form .btn.submit, .booking-form .form .dmn-form input[type=submit], .booking-form .form .dmn-form .btn.submit {
            width: 130px !important; } }
  .booking-form .form-feature-image {
    background-position: center;
    background-size: cover;
    display: none;
    height: 400px;
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    @media screen and (min-width: 1000px) {
      .booking-form .form-feature-image {
        display: block;
        width: 300px; } }
    @media screen and (min-width: 1200px) {
      .booking-form .form-feature-image {
        width: 400px; } }

.contact-details {
  background-color: #FAF6F6;
  padding: 80px 0px;
  position: relative; }
  .contact-details .google-map-container {
    float: left;
    height: 500px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .contact-details .google-map-container {
        width: 330px; } }
    @media screen and (min-width: 1200px) {
      .contact-details .google-map-container {
        width: 450px; } }
    .contact-details .google-map-container .google-map {
      -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.75);
      height: 450px;
      width: 100%; }
    .contact-details .google-map-container .view-map {
      color: #19363B;
      display: block;
      font-family: 'vevey';
      font-size: 20px;
      letter-spacing: 0.7px;
      margin-top: 20px;
      text-decoration: underline; }
    .contact-details .google-map-container .zoom-buttons {
      bottom: 0px;
      position: absolute;
      right: -10px; }
      @media screen and (min-width: 768px) {
        .contact-details .google-map-container .zoom-buttons {
          right: -30px; } }
      .contact-details .google-map-container .zoom-buttons .zoom-in, .contact-details .google-map-container .zoom-buttons .zoom-out {
        border-right: 2px solid #fff;
        cursor: pointer;
        float: left;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  .contact-details .contact-content {
    float: none;
    height: auto;
    margin-bottom: 50px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .contact-details .contact-content {
        float: right;
        height: 500px;
        margin-bottom: 0px;
        width: 320px; } }
    .contact-details .contact-content .contact-content-container {
      width: 100%; }
      @media screen and (min-width: 1000px) {
        .contact-details .contact-content .contact-content-container {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .contact-details .contact-content .contact-content-container h2 {
        color: #19363B; }
      .contact-details .contact-content .contact-content-container .horizontal-line {
        background-color: #49C5B6;
        height: 1px;
        margin: 20px -10px 20px;
        width: 110px; }
        @media screen and (min-width: 1000px) {
          .contact-details .contact-content .contact-content-container .horizontal-line {
            margin: 20px -50px 20px; } }
      .contact-details .contact-content .contact-content-container .contact-info li {
        margin-bottom: 20px;
        text-transform: uppercase; }
        .contact-details .contact-content .contact-content-container .contact-info li img {
          position: absolute; }
        .contact-details .contact-content .contact-content-container .contact-info li p {
          color: rgba(0, 0, 0, 0.75);
          padding-left: 35px; }
        .contact-details .contact-content .contact-content-container .contact-info li a {
          color: rgba(0, 0, 0, 0.75);
          text-decoration: underline; }

[disabled] {
  display: none; }

.container {
  position: relative; }

.enquiry-form {
  width: 100%; }
  .enquiry-form .form {
    margin: 0px auto;
    width: 50%; }
    .enquiry-form .form h2 {
      color: #19363B; }
    .enquiry-form .form .horizontal-line {
      background-color: #49C5B6;
      height: 1px;
      margin: 20px -10px 20px;
      width: 110px; }
      @media screen and (min-width: 1000px) {
        .enquiry-form .form .horizontal-line {
          margin: 20px -50px 20px; } }
    .enquiry-form .form form, .enquiry-form .form .dmn-form {
      border: 0px;
      padding: 0px;
      width: 100%; }
      .enquiry-form .form form h1, .enquiry-form .form .dmn-form h1 {
        display: none; }
      .enquiry-form .form form .dmn-duration-container, .enquiry-form .form .dmn-form .dmn-duration-container {
        display: none; }
      .enquiry-form .form form input::-webkit-datetime-edit, .enquiry-form .form .dmn-form input::-webkit-datetime-edit {
        color: #19363B; }
      .enquiry-form .form form input::-webkit-input-placeholder, .enquiry-form .form .dmn-form input::-webkit-input-placeholder {
        color: #19363B; }
      .enquiry-form .form form input:-ms-input-placeholder, .enquiry-form .form .dmn-form input:-ms-input-placeholder {
        color: #19363B; }
      .enquiry-form .form form input::placeholder, .enquiry-form .form .dmn-form input::placeholder {
        color: #19363B; }
      .enquiry-form .form form input::-webkit-input-placeholder, .enquiry-form .form .dmn-form input::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #19363B;
        opacity: 1;
        /* Firefox */ }
      .enquiry-form .form form input:-ms-input-placeholder, .enquiry-form .form .dmn-form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #19363B; }
      .enquiry-form .form form input::-ms-input-placeholder, .enquiry-form .form .dmn-form input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #19363B; }
      .enquiry-form .form form .powered-by, .enquiry-form .form .dmn-form .powered-by {
        display: none; }
      .enquiry-form .form form label, .enquiry-form .form .dmn-form label {
        display: none !important; }
      .enquiry-form .form form .dmn-type-container, .enquiry-form .form form .dmn-num-people-container, .enquiry-form .form form .dmn-date-container, .enquiry-form .form form .dmn-time-container, .enquiry-form .form .dmn-form .dmn-type-container, .enquiry-form .form .dmn-form .dmn-num-people-container, .enquiry-form .form .dmn-form .dmn-date-container, .enquiry-form .form .dmn-form .dmn-time-container {
        position: relative;
        width: 100%; }
        .enquiry-form .form form .dmn-type-container .down-arrow, .enquiry-form .form form .dmn-num-people-container .down-arrow, .enquiry-form .form form .dmn-date-container .down-arrow, .enquiry-form .form form .dmn-time-container .down-arrow, .enquiry-form .form .dmn-form .dmn-type-container .down-arrow, .enquiry-form .form .dmn-form .dmn-num-people-container .down-arrow, .enquiry-form .form .dmn-form .dmn-date-container .down-arrow, .enquiry-form .form .dmn-form .dmn-time-container .down-arrow {
          pointer-events: none;
          position: absolute;
          right: 16px;
          top: 25px; }
        .enquiry-form .form form .dmn-type-container .calendar-icon, .enquiry-form .form form .dmn-num-people-container .calendar-icon, .enquiry-form .form form .dmn-date-container .calendar-icon, .enquiry-form .form form .dmn-time-container .calendar-icon, .enquiry-form .form .dmn-form .dmn-type-container .calendar-icon, .enquiry-form .form .dmn-form .dmn-num-people-container .calendar-icon, .enquiry-form .form .dmn-form .dmn-date-container .calendar-icon, .enquiry-form .form .dmn-form .dmn-time-container .calendar-icon {
          pointer-events: none;
          position: absolute;
          right: 16px;
          top: 17px; }
      .enquiry-form .form form .dmn-duration-container, .enquiry-form .form .dmn-form .dmn-duration-container {
        display: none; }
      .enquiry-form .form form .main-inputs, .enquiry-form .form .dmn-form .main-inputs {
        width: 100%; }
      .enquiry-form .form form input[type=text], .enquiry-form .form form input[type=number], .enquiry-form .form form input[type=date], .enquiry-form .form form select, .enquiry-form .form .dmn-form input[type=text], .enquiry-form .form .dmn-form input[type=number], .enquiry-form .form .dmn-form input[type=date], .enquiry-form .form .dmn-form select {
        background-color: #FCFBF7;
        border: 1px solid #19363B;
        border-radius: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #19363B;
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        font-size: 15px;
        height: 50px;
        margin: 0px 0px 30px 0px;
        padding-left: 10px;
        width: 100%; }
        .enquiry-form .form form input[type=text]::-webkit-input-placeholder, .enquiry-form .form form input[type=number]::-webkit-input-placeholder, .enquiry-form .form form input[type=date]::-webkit-input-placeholder, .enquiry-form .form form select::-webkit-input-placeholder, .enquiry-form .form .dmn-form input[type=text]::-webkit-input-placeholder, .enquiry-form .form .dmn-form input[type=number]::-webkit-input-placeholder, .enquiry-form .form .dmn-form input[type=date]::-webkit-input-placeholder, .enquiry-form .form .dmn-form select::-webkit-input-placeholder {
          color: #19363B;
          opacity: 1; }
        .enquiry-form .form form input[type=text]:-ms-input-placeholder, .enquiry-form .form form input[type=number]:-ms-input-placeholder, .enquiry-form .form form input[type=date]:-ms-input-placeholder, .enquiry-form .form form select:-ms-input-placeholder, .enquiry-form .form .dmn-form input[type=text]:-ms-input-placeholder, .enquiry-form .form .dmn-form input[type=number]:-ms-input-placeholder, .enquiry-form .form .dmn-form input[type=date]:-ms-input-placeholder, .enquiry-form .form .dmn-form select:-ms-input-placeholder {
          color: #19363B;
          opacity: 1; }
        .enquiry-form .form form input[type=text]::placeholder, .enquiry-form .form form input[type=number]::placeholder, .enquiry-form .form form input[type=date]::placeholder, .enquiry-form .form form select::placeholder, .enquiry-form .form .dmn-form input[type=text]::placeholder, .enquiry-form .form .dmn-form input[type=number]::placeholder, .enquiry-form .form .dmn-form input[type=date]::placeholder, .enquiry-form .form .dmn-form select::placeholder {
          color: #19363B;
          opacity: 1; }
      .enquiry-form .form form select[disabled], .enquiry-form .form .dmn-form select[disabled] {
        background-color: transparent; }
      .enquiry-form .form form input[type=submit], .enquiry-form .form form .btn.submit, .enquiry-form .form .dmn-form input[type=submit], .enquiry-form .form .dmn-form .btn.submit {
        background-color: #B9A367;
        background-image: none;
        border: none;
        color: #fff;
        float: left;
        font-family: "brandon_grotesque_regularRg", sans-serif, sans-serif;
        font-size: 10px;
        height: 40px;
        margin-top: 0px;
        padding: 5px;
        position: relative;
        text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
        text-transform: uppercase;
        width: 32% !important; }
        .enquiry-form .form form input[type=submit]:after, .enquiry-form .form form .btn.submit:after, .enquiry-form .form .dmn-form input[type=submit]:after, .enquiry-form .form .dmn-form .btn.submit:after {
          content: url(../img/icons/right-arrow.svg);
          opacity: 0;
          position: absolute;
          right: 10px; }
          @media screen and (min-width: 768px) {
            .enquiry-form .form form input[type=submit]:after, .enquiry-form .form form .btn.submit:after, .enquiry-form .form .dmn-form input[type=submit]:after, .enquiry-form .form .dmn-form .btn.submit:after {
              opacity: 1; } }
        @media screen and (min-width: 768px) {
          .enquiry-form .form form input[type=submit], .enquiry-form .form form .btn.submit, .enquiry-form .form .dmn-form input[type=submit], .enquiry-form .form .dmn-form .btn.submit {
            font-size: 12px;
            padding: 4px 22px 4px 14px;
            width: 155px !important; } }
        @media screen and (min-width: 1000px) {
          .enquiry-form .form form input[type=submit], .enquiry-form .form form .btn.submit, .enquiry-form .form .dmn-form input[type=submit], .enquiry-form .form .dmn-form .btn.submit {
            width: 130px !important; } }

.content-area {
  padding: 70px 0px; }
  .content-area p {
    color: rgba(0, 0, 0, 0.75); }

.menu-filters {
  margin-top: -40px; }
  .menu-filters .filter {
    background-color: #49C5B6;
    cursor: pointer;
    height: 50px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      .menu-filters .filter {
        height: 80px; } }
    .menu-filters .filter.active {
      background-color: #379186; }
      .menu-filters .filter.active:hover {
        background-color: #379186; }
    .menu-filters .filter:hover {
      background-color: #44B7A9; }
    .menu-filters .filter p {
      color: #fff;
      font-size: 14px;
      left: 0;
      position: absolute;
      text-transform: uppercase;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      @media screen and (min-width: 1000px) {
        .menu-filters .filter p {
          font-size: 16px; } }

.thank-you {
  background-color: #FAF6F6;
  height: auto;
  padding: 80px 0px 60px;
  width: 100%; }
  .thank-you h2 {
    color: #19363B; }
  .thank-you .horizontal-line {
    background-color: #49C5B6;
    height: 1px;
    margin: 20px -10px 20px;
    width: 110px; }
    @media screen and (min-width: 1000px) {
      .thank-you .horizontal-line {
        margin: 20px -50px 20px; } }
  .thank-you .container {
    height: 300px;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .thank-you .container {
        height: 400px; } }
  .thank-you .content-holder {
    float: left;
    width: 100%; }
    .thank-you .content-holder p {
      color: rgba(0, 0, 0, 0.75);
      font-size: 16px; }
      .thank-you .content-holder p:first-of-type {
        margin-bottom: 20px; }
      .thank-you .content-holder p:last-of-type {
        margin-top: 20px; }
      .thank-you .content-holder p.large {
        font-size: 22px; }
      .thank-you .content-holder p a {
        color: rgba(0, 0, 0, 0.75);
        text-decoration: underline; }
    @media screen and (min-width: 1000px) {
      .thank-you .content-holder {
        width: 360px; } }
    @media screen and (min-width: 1200px) {
      .thank-you .content-holder {
        width: 430px; } }
    .thank-you .content-holder .contact-info li {
      margin-bottom: 20px;
      text-transform: uppercase; }
      .thank-you .content-holder .contact-info li img {
        position: absolute; }
      .thank-you .content-holder .contact-info li p {
        color: rgba(0, 0, 0, 0.75);
        padding-left: 35px; }
      .thank-you .content-holder .contact-info li a {
        color: rgba(0, 0, 0, 0.75);
        text-decoration: underline; }
  .thank-you .feature-image {
    background-position: center;
    background-size: cover;
    display: none;
    height: 400px;
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    @media screen and (min-width: 1000px) {
      .thank-you .feature-image {
        display: block;
        width: 300px; } }
    @media screen and (min-width: 1200px) {
      .thank-you .feature-image {
        width: 400px; } }

.main-content {
  background-color: #FAF6F6;
  padding: 80px 0px; }
  .main-content p {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 20px; }
  .main-content .button {
    display: inline-block;
    margin-right: 10px; }
    .main-content .button.back {
      border: 1px solid #000000;
      margin-bottom: 20px;
      opacity: 0.2;
      padding: 15px 0px;
      width: 80px; }
      @media screen and (min-width: 1000px) {
        .main-content .button.back {
          margin-bottom: 0px; } }
  .main-content .sidebar {
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media screen and (min-width: 1000px) {
      .main-content .sidebar {
        margin-bottom: 0px; } }
    .main-content .sidebar .sub-heading {
      margin-bottom: 15px; }
    .main-content .sidebar h5 {
      color: #19363B;
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 15px; }
      .main-content .sidebar h5 p {
        color: #19363B;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px; }
    .main-content .sidebar .share-icons li {
      display: inline-block; }

.christmas__content {
  padding: 20px;
  float: left; }
  @media only screen and (min-width: 768px) {
    .christmas__content {
      padding: 50px 107px; } }
  .christmas__content h1, .christmas__content h2 {
    font-size: 24px;
    font-family: "brandon_grotesquebold",sans-serif;
    letter-spacing: 1.5px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #202020;
    text-transform: uppercase; }
  .christmas__content h2 {
    text-align: center; }
  .christmas__content p {
    font-size: 18px;
    line-height: 28px;
    color: #4A4A4A;
    margin-bottom: 26px; }
    .christmas__content p strong {
      font-family: "brandon_grotesquebold",sans-serif; }
  .christmas__content__menus {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 39px; }
    .christmas__content__menus .row {
      margin: 0;
      clear: both; }
    .christmas__content__menus__menu {
      padding: 0 5px; }
      .christmas__content__menus__menu.col-xs-6 {
        width: 100%; }
        @media only screen and (min-width: 500px) {
          .christmas__content__menus__menu.col-xs-6 {
            width: 50%; } }
      .christmas__content__menus__menu--inner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 110%;
        position: relative;
        margin-bottom: 13px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .christmas__content__menus__menu--inner:hover {
          background-size: 130%; }
      .christmas__content__menus__menu__link {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .christmas__content__menus__menu__link > div {
          background: #ffffff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 15px 20px; }
      .christmas__content__menus__menu__heading, .christmas__content__menus__menu__subheading, .christmas__content__menus__menu__button {
        font-family: "brandon_grotesquebold",sans-serif;
        color: #231f20;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase; }
      .christmas__content__menus__menu__subheading {
        font-size: 11px; }
      .christmas__content__menus__menu__button {
        text-transform: uppercase;
        font-size: 13px;
        border: 1px solid #aa915f;
        padding: 5px 25px;
        margin-top: 10px; }



/*# sourceMappingURL=maps/style.css.map */



.dm-whats-on .main-hero .title-holder {
  z-index: 25;
}
.dm-whats-on .main-hero .title-holder .page-title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (min-width: 1100px) {
  .dm-whats-on .main-hero .title-holder .page-title {
    font-size: 60px;
    line-height: 70px;
  }
}
.dm-whats-on .main-hero .title-holder .page-sub-heading {
  font-size: 25px;
}
.dm-whats-on .main-hero .title-holder .page-sub-title {
  font-size: 28px;
}
.dm-whats-on .intro-text {
  padding: 40px 20px 40px;
}

.dm-whats-on .main-hero .title-holder {
  z-index: 25;
}

.dm-whats-on .main-hero .title-holder .page-title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.dm-whats-on .m__full-width-image-text--just-img .m__full-width-image-text--bg {
  height: 300px;
}

.dm-whats-on .m__full-width-image-text--content {
  padding: 50px;
}

@media screen and (min-width: 1100px) {
  .dm-whats-on .main-hero .title-holder .page-title {
    font-size: 60px;
    line-height: 70px;
  }

  .dm-whats-on .m__full-width-image-text--just-img .m__full-width-image-text--bg {
    height: 500px;
  }

  .dm-whats-on .m__full-width-image-text--content {
    padding: 100px;
  }
}
.dm-whats-on .main-hero .title-holder .page-sub-heading {
  font-size: 25px;
}

.dm-whats-on .main-hero .title-holder .page-sub-title {
  font-size: 28px;
}

.dm-whats-on .m__full-width-image-text--content p {
  color: inherit;
}


