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

/**
 * 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;
  /* 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%; }

html, body {
  position: relative;
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 1.3;
  font-size: 18px; }

section {
  position: relative; }

.button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'brandon_grotesquebold';
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 20px 40px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .button:hover {
    text-decoration: none; }

.site-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  opacity: 0;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: -1; }
  .site-overlay.active {
    opacity: 1;
    z-index: 5; }

* {
  outline: 0; }

@media only screen and (max-width: 768px) {
  .social-items {
    float: none !important;
    text-align: center; } }
.social-items__item {
  display: inline-block; }
.social-items [class*="social-items__link"] {
  font-size: 0; }
  .social-items [class*="social-items__link"]:after {
    color: #FFFFFF;
    display: inline-block;
    height: 27px;
    width: 27px;
    font-family: "FontAwesome";
    border-radius: 50%;
    font-size: 24px;
    -webkit-transition: 0.6s all;
    transition: 0.6s all; }
  .social-items [class*="social-items__link"]:hover:after {
    color: #FFFFFF;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
.social-items__link--pinterest:after {
  content: "\f0d2"; }
.social-items__link--twitter:after {
  content: "\f099"; }
.social-items__link--instagram:after {
  content: "\f16d"; }
.social-items__link--facebook:after {
  content: "\f09a"; }
.social-items__link--googleplus:after {
  content: "\f0d5"; }
.social-items__link--other:after {
  content: "\f067"; }

@font-face {
  font-family: 'MajestiBanner-Light';
  src: url("../fonts/Majesti-Banner/MajestiBanner-Light.eot");
  src: url("../fonts/Majesti-Banner/MajestiBanner-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Majesti-Banner/MajestiBanner-Light.woff2") format("woff2"), url("../fonts/Majesti-Banner/MajestiBanner-Light.woff") format("woff"), url("../fonts/Majesti-Banner/MajestiBanner-Light.ttf") format("truetype"), url("../fonts/Majesti-Banner/MajestiBanner-Light.svg#MajestiBanner-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'MajestiBanner-Book';
  src: url("../fonts/Majesti-Banner/MajestiBanner-Book.eot");
  src: url("../fonts/Majesti-Banner/MajestiBanner-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Majesti-Banner/MajestiBanner-Book.woff2") format("woff2"), url("../fonts/Majesti-Banner/MajestiBanner-Book.woff") format("woff"), url("../fonts/Majesti-Banner/MajestiBanner-Book.ttf") format("truetype"), url("../fonts/Majesti-Banner/MajestiBanner-Book.svg#MajestiBanner-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MajestiBanner-Bold';
  src: url("../fonts/Majesti-Banner/MajestiBanner-Bold.eot");
  src: url("../fonts/Majesti-Banner/MajestiBanner-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Majesti-Banner/MajestiBanner-Bold.woff2") format("woff2"), url("../fonts/Majesti-Banner/MajestiBanner-Bold.woff") format("woff"), url("../fonts/Majesti-Banner/MajestiBanner-Bold.ttf") format("truetype"), url("../fonts/Majesti-Banner/MajestiBanner-Bold.svg#MajestiBanner-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'MajestiBanner-BookItalic';
  src: url("../fonts/Majesti-Banner/MajestiBanner-BookItalic.eot");
  src: url("../fonts/Majesti-Banner/MajestiBanner-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Majesti-Banner/MajestiBanner-BookItalic.woff2") format("woff2"), url("../fonts/Majesti-Banner/MajestiBanner-BookItalic.woff") format("woff"), url("../fonts/Majesti-Banner/MajestiBanner-BookItalic.ttf") format("truetype"), url("../fonts/Majesti-Banner/MajestiBanner-BookItalic.svg#MajestiBanner-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'MajestiBanner-LightItalic';
  src: url("../fonts/Majesti-Banner/MajestiBanner-LightItalic.eot");
  src: url("../fonts/Majesti-Banner/MajestiBanner-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Majesti-Banner/MajestiBanner-LightItalic.woff2") format("woff2"), url("../fonts/Majesti-Banner/MajestiBanner-LightItalic.woff") format("woff"), url("../fonts/Majesti-Banner/MajestiBanner-LightItalic.ttf") format("truetype"), url("../fonts/Majesti-Banner/MajestiBanner-LightItalic.svg#MajestiBanner-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype"), url("../fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquelight';
  src: url("../fonts/brandon_light-webfont.eot");
  src: url("../fonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_light-webfont.woff") format("woff"), url("../fonts/brandon_light-webfont.ttf") format("truetype"), url("../fonts/brandon_light-webfont.svg#brandon_grotesquelight") format("svg");
  font-weight: normal;
  font-style: normal; }
h1 {
  font-family: 'MajestiBanner-Bold'; }

h2 {
  font-family: 'MajestiBanner-Light';
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 40px; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-family: 'MajestiBanner-Light';
  font-size: 28px;
  line-height: 34px; }

h4 {
  font-family: 'MajestiBanner-Light';
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 4.5px;
  text-transform: uppercase; }

a {
  font-family: 'brandon_grotesquelight';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 23px; }

p {
  font-family: 'brandon_grotesquelight';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 23px; }

/*! 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%; } }
.footer {
  background: #D08D8D;
  padding: 20px; }
  @media only screen and (min-width: 375px) {
    .footer {
      padding: 35px 30px; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      padding: 35px 0; } }
  @media only screen and (min-width: 768px) {
    .footer .footer-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 992px) {
    .footer .footer-container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 1200px) {
    .footer .footer-container {
      width: 1155px;
      margin: auto; } }
  @media only screen and (min-width: 1440px) {
    .footer .footer-container {
      width: 1400px; } }
  @media only screen and (min-width: 768px) {
    .footer .footer-container .footer-nav {
      width: calc(50% - 40px);
      margin-right: 80px; } }
  @media only screen and (min-width: 992px) {
    .footer .footer-container .footer-nav {
      width: calc(33.33% - 30px);
      margin-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .footer .footer-container .footer-nav {
      width: calc(28% - 40px); } }
  .footer .footer-container .footer-nav .footer-nav__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer .footer-container .footer-nav .footer-nav__list .footer-nav__item {
      width: calc(50% - 20px);
      margin-bottom: 17px; }
      .footer .footer-container .footer-nav .footer-nav__list .footer-nav__item:nth-child(odd) {
        margin-right: 40px; }
      .footer .footer-container .footer-nav .footer-nav__list .footer-nav__item .footer-nav__link {
        color: #FFFFFF;
        font-size: 12px;
        line-height: calc(18 / 12);
        text-transform: uppercase; }
  .footer .footer-container .partners-section {
    margin-top: 18px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-container .partners-section {
        width: calc(50% - 40px);
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .footer .footer-container .partners-section {
        width: calc(33.33% - 30px); } }
    @media only screen and (min-width: 1200px) {
      .footer .footer-container .partners-section {
        width: calc(28% - 40px); } }
    .footer .footer-container .partners-section p {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 300;
      line-height: calc(23 / 16);
      margin-bottom: 0; }
    .footer .footer-container .partners-section .partners {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-container .partners-section .partners .partner {
        margin-top: 16px;
        margin-right: 30px; }
        .footer .footer-container .partners-section .partners .partner:last-child {
          margin-right: 0; }
        .footer .footer-container .partners-section .partners .partner .partners-section__partner-img {
          max-height: 50px;
          width: auto; }
  .footer .footer-container .terms-and-social {
    margin-top: 50px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-container .terms-and-social {
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      .footer .footer-container .terms-and-social {
        width: calc(33.33% - 30px);
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) {
      .footer .footer-container .terms-and-social {
        width: calc(44% - 40px); } }
    @media only screen and (max-width: 767px) {
      .footer .footer-container .terms-and-social .social-icons .social-items {
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      .footer .footer-container .terms-and-social .social-icons .social-items {
        text-align: center; } }
    @media only screen and (min-width: 992px) {
      .footer .footer-container .terms-and-social .social-icons .social-items {
        text-align: right; } }
    .footer .footer-container .terms-and-social .social-icons .social-items .social-items__item {
      margin-right: 20px; }
      .footer .footer-container .terms-and-social .social-icons .social-items .social-items__item:last-child {
        margin-right: 0; }
    .footer .footer-container .terms-and-social .social-icons .social-items [class*="social-items__link"]:after {
      color: #FFFFFF; }
    .footer .footer-container .terms-and-social .terms-section {
      margin-top: 27px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-container .terms-and-social .terms-section {
          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; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer .footer-container .terms-and-social .terms-section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      @media only screen and (min-width: 1200px) {
        .footer .footer-container .terms-and-social .terms-section {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .footer .footer-container .terms-and-social .terms-section span, .footer .footer-container .terms-and-social .terms-section a {
        color: #FFFFFF;
        font-style: italic;
        font-weight: 300;
        font-size: 14px;
        line-height: calc(20 / 14); }
      .footer .footer-container .terms-and-social .terms-section span {
        display: block; }
        @media only screen and (min-width: 768px) {
          .footer .footer-container .terms-and-social .terms-section span {
            margin-right: 20px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer .footer-container .terms-and-social .terms-section span {
            margin-right: 0; } }

header {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  padding: 30px 0px;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0px;
  width: 100%;
  z-index: 25; }
  @media screen and (max-width: 1000px) {
    header {
      height: 25px; } }
  header.active {
    background-color: #D08D8D; }
  header .logo {
    left: 40px;
    position: absolute;
    top: 47px; }
    @media screen and (max-width: 1000px) {
      header .logo {
        left: 30px;
        top: 35px; } }
    @media screen and (max-width: 500px) {
      header .logo {
        width: 200px; } }
  header .nav {
    position: absolute;
    right: 40px; }
    @media screen and (max-width: 1000px) {
      header .nav {
        display: none; } }
    header .nav .button {
      display: inline-block;
      margin-left: 40px;
      padding: 12px 30px; }
      header .nav .button:hover {
        background-color: #827149;
        border: 1px solid #827149;
        text-decoration: none; }
      header .nav .button a {
        font-family: 'brandon_grotesquebold'; }
        header .nav .button a:hover {
          text-decoration: none; }
    header .nav li {
      display: inline-block;
      margin-left: 40px; }
      header .nav li a {
        color: #FFFFFF;
        font-size: 14px;
        text-transform: uppercase; }
        header .nav li a:hover {
          text-decoration: underline; }

.mobile-toggle {
  cursor: pointer;
  display: none;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 35px; }
  @media screen and (max-width: 1000px) {
    .mobile-toggle {
      display: block; } }
  .mobile-toggle span {
    background: #FFFFFF;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%; }
    .mobile-toggle span:nth-child(1) {
      top: 0px; }
    .mobile-toggle span:nth-child(2), .mobile-toggle span:nth-child(3) {
      top: 10px; }
    .mobile-toggle span:nth-child(4) {
      top: 20px; }
  .mobile-toggle.active span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mobile-toggle.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mobile-toggle.active span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }

.mobile-navigation {
  background-color: #D08D8D;
  height: 100vh;
  opacity: 0;
  padding-top: 120px;
  position: fixed;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: -1; }
  .mobile-navigation.active {
    opacity: 1;
    z-index: 20; }
  .mobile-navigation a {
    cursor: pointer;
    color: #FFFFFF;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .mobile-navigation .button {
    display: inline-block; }
    .mobile-navigation .button a {
      margin-bottom: 0; }

.parallax-item {
  pointer-events: none;
  position: absolute;
  z-index: 15; }
  @media screen and (max-width: 500px) {
    .parallax-item {
      display: none; } }
  .parallax-item.ring {
    left: -20px; }
    .parallax-item.ring img {
      height: 150px;
      width: auto; }
  .parallax-item.leaf-one {
    right: 0px; }
    @media screen and (max-width: 1000px) {
      .parallax-item.leaf-one {
        right: -200px; } }
    .parallax-item.leaf-one img {
      height: 900px;
      width: auto; }
  .parallax-item.leaf-two {
    bottom: 350px;
    left: 0px; }
    @media screen and (max-width: 1000px) {
      .parallax-item.leaf-two {
        left: -200px; } }
    .parallax-item.leaf-two img {
      height: 740px;
      width: auto; }

.carousel .carousel-intro {
  background-color: #7EB6AD;
  height: auto;
  padding: 70px 0px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .carousel .carousel-intro {
      padding: 40px 0px; } }
  .carousel .carousel-intro h2 {
    color: #FFFFFF;
    margin-bottom: 40px; }
  .carousel .carousel-intro a {
    color: #FFFFFF;
    font-size: 18px;
    font-style: italic; }
    .carousel .carousel-intro a img {
      margin-left: 10px;
      vertical-align: middle; }
.carousel .carousel-container {
  overflow: hidden;
  position: relative; }
  .carousel .carousel-container .overlay {
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    position: absolute;
    width: 20%;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .carousel .carousel-container .overlay {
        width: 10%; } }
    .carousel .carousel-container .overlay.left {
      left: 0px; }
    .carousel .carousel-container .overlay.right {
      right: 0px; }
  .carousel .carousel-container .owl-navigation {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 15; }
    @media screen and (max-width: 768px) {
      .carousel .carousel-container .owl-navigation {
        width: 98%; } }
    .carousel .carousel-container .owl-navigation .prev {
      left: 0px;
      position: absolute; }
      .carousel .carousel-container .owl-navigation .prev img {
        height: 40px;
        width: 40px; }
    .carousel .carousel-container .owl-navigation .next {
      position: absolute;
      right: 0px; }
      .carousel .carousel-container .owl-navigation .next img {
        height: 40px;
        width: 40px; }
  .carousel .carousel-container .owl-carousel {
    height: 400px;
    margin: 0px auto;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .carousel .carousel-container .owl-carousel {
        width: 80%; } }
    @media screen and (max-width: 500px) {
      .carousel .carousel-container .owl-carousel {
        height: 300px; } }
    .carousel .carousel-container .owl-carousel .restaurant {
      background-position: center;
      background-size: cover;
      height: 400px;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .carousel .carousel-container .owl-carousel .restaurant {
          height: 300px; } }
      .carousel .carousel-container .owl-carousel .restaurant .overlay {
        background-color: rgba(0, 0, 0, 0.4);
        height: 100%;
        position: absolute;
        width: 100%; }
      .carousel .carousel-container .owl-carousel .restaurant .restaurant-container {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10; }
        .carousel .carousel-container .owl-carousel .restaurant .restaurant-container h3 {
          color: #FFFFFF;
          letter-spacing: 5px;
          text-transform: uppercase; }
        .carousel .carousel-container .owl-carousel .restaurant .restaurant-container .horizontal-line {
          background-color: #FFFFFF;
          height: 2px;
          margin: 20px auto;
          width: 50px; }
        .carousel .carousel-container .owl-carousel .restaurant .restaurant-container p {
          color: #FFFFFF;
          font-size: 18px;
          letter-spacing: 2.5px;
          text-transform: uppercase; }
        .carousel .carousel-container .owl-carousel .restaurant .restaurant-container img {
          display: inline-block;
          height: 15px;
          vertical-align: sub;
          width: 20px; }

.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  min-height: 500px; }
  .image-text .bg-image {
    background-position: center;
    background-size: cover;
    width: 50%; }
    .image-text .bg-image.left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .image-text .bg-image.right {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    @media screen and (max-width: 768px) {
      .image-text .bg-image {
        height: 400px;
        width: 100%; }
        .image-text .bg-image.left, .image-text .bg-image.right {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
  .image-text .content {
    padding: 50px 90px;
    text-align: center;
    width: 50%; }
    .image-text .content.left {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .image-text .content.right {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    @media screen and (max-width: 1000px) {
      .image-text .content {
        padding: 50px 40px; } }
    @media screen and (max-width: 768px) {
      .image-text .content {
        width: 100%; }
        .image-text .content.left, .image-text .content.right {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .image-text .content h2 {
      margin-bottom: 30px; }
    .image-text .content p {
      margin: 0px auto 40px;
      width: 80%; }
    .image-text .content .button {
      display: inline-block; }
    .image-text .content.blue {
      background-color: #F2E5E5; }
      .image-text .content.blue h2 {
        color: #7EB6AD; }
      .image-text .content.blue p {
        color: #463A3F; }
      .image-text .content.blue .button {
        border: 1px solid #827149;
        color: #827149; }
        .image-text .content.blue .button:hover {
          background-color: #827149;
          color: #F2E5E5; }
    .image-text .content.gold {
      background-color: #F2E5E5; }
      .image-text .content.gold h2 {
        color: #827149; }
      .image-text .content.gold p {
        color: #463A3F; }
      .image-text .content.gold .button {
        border: 1px solid #827149;
        color: #827149; }
        .image-text .content.gold .button:hover {
          background-color: #827149;
          color: #F2E5E5; }
    .image-text .content.pink {
      background-color: #F2E5E5; }
      .image-text .content.pink h2 {
        color: #D08D8D; }
      .image-text .content.pink p {
        color: #463A3F; }
      .image-text .content.pink .button {
        border: 1px solid #827149;
        color: #827149; }
        .image-text .content.pink .button:hover {
          background-color: #827149;
          color: #F2E5E5; }
    .image-text .content.white {
      background-color: #7EB6AD; }
      .image-text .content.white h2 {
        color: #FFFFFF; }
      .image-text .content.white p {
        color: #FFFFFF; }
      .image-text .content.white .button:hover {
        background-color: #FFFFFF;
        color: #7EB6AD; }

.page-banner {
  background-position: center;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  width: 100%; }
  .page-banner .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: 5; }
  .page-banner .banner-container {
    left: 50%;
    max-width: 625px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 10; }
    .page-banner .banner-container h1 {
      color: #FFFFFF;
      font-size: 48px;
      left: 50%;
      letter-spacing: 12px;
      line-height: 56px;
      margin-bottom: 50px;
      text-transform: uppercase;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .page-banner .banner-container h1 {
          font-size: 38px;
          line-height: 46px; } }
      @media screen and (max-width: 500px) {
        .page-banner .banner-container h1 {
          font-size: 26px;
          line-height: 32px; } }
    .page-banner .banner-container .button {
      display: inline-block; }
      .page-banner .banner-container .button:hover {
        background-color: #827149;
        border: 1px solid #827149;
        color: #FFFFFF; }
  .page-banner .read-more-container {
    bottom: 40px;
    cursor: pointer;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10; }
    .page-banner .read-more-container p {
      color: #FFFFFF;
      font-size: 22px;
      margin-bottom: 20px; }
    .page-banner .read-more-container img {
      height: auto;
      width: 35px; }

.enquiry-form {
  background-color: #F8F5F3;
  padding: 90px 40px;
  text-align: center; }
  .enquiry-form h2 {
    color: #D08D8D;
    margin-bottom: 40px; }
  .enquiry-form form {
    margin: 0px auto;
    max-width: 740px; }
    .enquiry-form form .select-field {
      border: 1px solid #827149;
      height: 60px;
      margin-bottom: 35px;
      padding: 18px 20px 18px 20px;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .enquiry-form form .select-field {
          padding: 20px; } }
      .enquiry-form form .select-field span {
        color: #463A3F;
        display: block;
        font-family: 'brandon_grotesquelight';
        font-size: 18px;
        letter-spacing: 0.3px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .enquiry-form form .select-field span {
            font-size: 15px; } }
      .enquiry-form form .select-field img {
        position: absolute;
        right: 25px;
        top: 27px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .enquiry-form form .select-field img.active {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .enquiry-form form .select-field ul {
        background-color: #F8F5F3;
        border: 1px solid #827149;
        display: none;
        left: -1px;
        padding: 18px 0px 8px 30px;
        position: absolute;
        top: 58px;
        width: 100%;
        width: calc(100% + 2px);
        z-index: 10; }
        .enquiry-form form .select-field ul.active {
          display: block; 
          max-height: 300px;
          overflow-y: scroll;
        }
        .enquiry-form form .select-field ul li {
          color: #463A3F;
          cursor: pointer;
          font-family: 'brandon_grotesquelight';
          font-size: 18px;
          letter-spacing: 0.3px;
          margin-bottom: 10px;
          text-align: left; }
    .enquiry-form form .inline-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 35px; }
      .enquiry-form form .inline-fields input[type=text],
      .enquiry-form form .inline-fields input[type=date] {
        border-right: 0px; }
        .enquiry-form form .inline-fields input[type=text]:last-of-type,
        .enquiry-form form .inline-fields input[type=date]:last-of-type {
          border: 1px solid #827149; }
    .enquiry-form form .checkbox {
      margin-bottom: 20px;
      text-align: left; }
      .enquiry-form form .checkbox input[type=checkbox] {
        border: 1px solid #827149;
        height: 30px;
        position: absolute;
        width: 30px; }
        .enquiry-form form .checkbox input[type=checkbox]:checked {
          background-image: url("../img/tick.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 75%; }
      .enquiry-form form .checkbox span {
        color: #463A3F;
        display: block;
        font-family: 'brandon_grotesquelight';
        font-size: 16px;
        letter-spacing: 0.3px;
        padding: 5px 0px 0px 40px; }
        @media screen and (max-width: 768px) {
          .enquiry-form form .checkbox span {
            font-size: 13px; } }
        .enquiry-form form .checkbox span a {
          color: #463A3F;
          text-decoration: underline; }
        .enquiry-form form .checkbox span .error {
          color: #B20000;
          display: none;
          padding: 0px;
          margin-left: 10px; }
          .enquiry-form form .checkbox span .error.active {
            display: inline-block; }
    .enquiry-form form input[type=text],
    .enquiry-form form input[type=date] {
      background-color: transparent;
      border: 1px solid #827149;
      color: #463A3F;
      font-family: 'brandon_grotesquelight';
      font-size: 18px;
      height: 60px;
      letter-spacing: 0.3px;
      padding: 18px 20px 18px 20px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .enquiry-form form input[type=text],
        .enquiry-form form input[type=date] {
          font-size: 15px;
          padding: 20px; } }
    .enquiry-form form textarea {
      background-color: transparent;
      border: 1px solid #827149;
      color: #463A3F;
      font-family: 'brandon_grotesquelight';
      font-size: 18px;
      letter-spacing: 0.3px;
      min-height: 250px;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 35px;
      padding: 18px 30px;
      width: 100%; }
    .enquiry-form form .button {
      background-color: transparent;
      border: 1px solid #827149;
      color: #827149;
      cursor: pointer;
      display: inline-block; }
      .enquiry-form form .button:hover {
        background-color: #827149;
        color: #F2E5E5; }

.intro-text {
  background-color: #F2E5E5;
  padding: 90px 40px;
  text-align: center; }
  @media screen and (max-width: 500px) {
    .intro-text {
      padding: 60px 40px; } }
  .intro-text h2 {
    color: #827149;
    margin-bottom: 30px; }
  .intro-text p {
    color: #463A3F;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin: 0px auto 40px;
    max-width: 600px;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .intro-text p {
        font-size: 16px; } }
  .intro-text .button {
    border: 1px solid #827149;
    color: #827149;
    display: inline-block; }
    .intro-text .button:hover {
      background-color: #827149;
      color: #F2E5E5; }
  .intro-text img {
    display: block;
    height: auto;
    margin: 60px auto 0;
    max-width: 800px;
    width: 100%; }

.featured-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 400px; }
  @media screen and (max-width: 768px) {
    .featured-venue {
      height: auto; } }
  .featured-venue .content {
    background-color: #F8F5F3;
    height: 100%;
    position: relative;
    text-align: center;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .featured-venue .content {
        height: 400px;
        width: 100%; } }
    .featured-venue .content .content-container {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 60%; }
      @media screen and (max-width: 500px) {
        .featured-venue .content .content-container {
          width: 80%; } }
      .featured-venue .content .content-container h3 {
        color: #827149;
        font-size: 38px;
        font-weight: 300;
        letter-spacing: 6.5px;
        line-height: 47px;
        margin-bottom: 30px;
        text-transform: uppercase; }
        @media screen and (max-width: 500px) {
          .featured-venue .content .content-container h3 {
            font-size: 28px;
            line-height: 34px; } }
      .featured-venue .content .content-container .address-holder {
        margin-bottom: 30px; }
        .featured-venue .content .content-container .address-holder p {
          color: #827149;
          display: inline-block;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase; }
          @media screen and (max-width: 500px) {
            .featured-venue .content .content-container .address-holder p {
              font-size: 14px; } }
        .featured-venue .content .content-container .address-holder img {
          display: inline-block;
          height: 16px;
          width: 14px; }
      .featured-venue .content .content-container .horizontal-line {
        background-color: #827149;
        height: 1px;
        margin: 0px auto 30px;
        width: 120px; }
      .featured-venue .content .content-container .find-out-more {
        cursor: pointer;
        color: #D08D8D;
        font-family: 'MajestiBanner-Light';
        font-size: 20px;
        font-style: italic;
        font-weight: 300; }
        .featured-venue .content .content-container .find-out-more:hover {
          text-decoration: underline; }
  .featured-venue .bg-image {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .featured-venue .bg-image {
        height: 300px;
        width: 100%; } }
    .featured-venue .bg-image .featured-tag {
      background-color: #D08D8D;
      color: #FFFFFF;
      font-family: 'MajestiBanner-Light';
      font-style: italic;
      font-size: 20px;
      padding: 15px 30px;
      position: absolute;
      right: 0px;
      top: 30px; }
      @media screen and (max-width: 768px) {
        .featured-venue .bg-image .featured-tag {
          top: 15px; } }

.our-venues .venue-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .our-venues .venue-tiles .tile {
    background-position: center;
    background-size: cover;
    height: 320px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 33.33%; }
    @media screen and (max-width: 768px) {
      .our-venues .venue-tiles .tile {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .our-venues .venue-tiles .tile {
        width: 100%; } }
    .our-venues .venue-tiles .tile.active .overlay {
      background-color: #d08d8d; }
    .our-venues .venue-tiles .tile.active .content-container {
      -webkit-transform: translate(-50%, -40px) translate3d(0, 0, 0);
      transform: translate(-50%, -40px) translate3d(0, 0, 0); }
      .our-venues .venue-tiles .tile.active .content-container .horizontal-line {
        opacity: 1; }
      .our-venues .venue-tiles .tile.active .content-container .find-out-more {
        opacity: 1; }
    .our-venues .venue-tiles .tile .overlay {
      background-color: rgba(0, 0, 0, 0.3);
      height: 100%;
      position: absolute;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 100%; }
    .our-venues .venue-tiles .tile:hover .overlay {
      background-color: #7eb6ad; }
    .our-venues .venue-tiles .tile:hover .content-container {
      -webkit-transform: translate(-50%, -40px) translate3d(0, 0, 0);
      transform: translate(-50%, -40px) translate3d(0, 0, 0); }
      .our-venues .venue-tiles .tile:hover .content-container .horizontal-line {
        opacity: 1; }
      .our-venues .venue-tiles .tile:hover .content-container .find-out-more {
        opacity: 1; }
      .our-venues .venue-tiles .tile:hover .content-container svg .st0 {
        fill: #FFFFFF; }
    .our-venues .venue-tiles .tile .content-container {
      bottom: 0px;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, 40px) translate3d(0, 0, 0);
      transform: translate(-50%, 40px) translate3d(0, 0, 0);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .our-venues .venue-tiles .tile .content-container h4 {
        color: #FFFFFF;
        margin-bottom: 20px; }
      .our-venues .venue-tiles .tile .content-container .address-holder {
        margin-bottom: 30px; }
        .our-venues .venue-tiles .tile .content-container .address-holder p {
          color: #FFFFFF;
          display: inline-block;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .our-venues .venue-tiles .tile .content-container .address-holder svg {
          display: inline-block;
          height: 16px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          width: 14px; }
      .our-venues .venue-tiles .tile .content-container .horizontal-line {
        background-color: #FFFFFF;
        height: 1px;
        margin: 0px auto 30px;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        width: 90px; }
      .our-venues .venue-tiles .tile .content-container .find-out-more {
        color: #FFFFFF;
        cursor: pointer;
        font-family: 'MajestiBanner-Light';
        font-style: italic;
        font-size: 20px;
        letter-spacing: 1.8px;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
        .our-venues .venue-tiles .tile .content-container .find-out-more:hover {
          text-decoration: underline; }

.popup {
  background-color: #FFFFFF;
  height: auto;
  left: 50%;
  max-height: 75vh;
  opacity: 0;
  overflow: scroll;
  padding: 40px 90px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 65%;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .popup {
      padding: 40px;
      top: 55%;
      width: 85%; } }
  @media screen and (max-width: 500px) {
    .popup {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 100px; } }
  .popup.active {
    opacity: 1;
    z-index: 10; }
  .popup .close-icon {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px; }
    @media screen and (max-width: 768px) {
      .popup .close-icon {
        height: 20px;
        right: 15px;
        top: 15px;
        width: 20px; } }
  .popup h3 {
    color: #827149;
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .popup h3 {
        font-size: 24px;
        line-height: 28px; } }
  .popup p {
    color: #463A3F;
    font-size: 14px;
    line-height: 26px; }
    .popup p.location {
      color: #827149;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .popup p.venue-info {
      font-size: 18px;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .popup p.venue-info {
          font-size: 16px; } }
  .popup img {
    display: inline-block;
    height: 16px;
    width: 14px; }
  .popup .capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup .capacity .capacity-info {
      margin: 30px 0px;
      text-align: left;
      width: 50%; }
      .popup .capacity .capacity-info p {
        color: #D08D8D; }
        .popup .capacity .capacity-info p:first-of-type {
          font-weight: bold; }
  .popup .horizontal-line {
    background-color: #827149;
    height: 1px;
    margin: 0px auto 40px;
    width: 170px; }
  .popup .find-out-more {
    color: #D08D8D;
    cursor: pointer;
    font-family: 'MajestiBanner-Light';
    font-style: italic;
    font-size: 20px;
    letter-spacing: 1.8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    .popup .find-out-more:hover {
      text-decoration: underline; }



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