/**
 * This project's description goes here
 *
 * @author  AOC
 * @version v0.0.0
 */
/**
 * Variables to be used throughout the project
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Menu link hover underline */
/* Menu mixin */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.grecaptcha-badge {
  display: none;
}

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

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

@media (min-width: 992px) {
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.bg-slate-20 {
  background-color: rgba(111, 123, 124, 0.2) !important;
}

/**
 * Typography is specified in here.
 */
@font-face {
  font-family: 'FS Siena';
  src: url("../fonts/FSSiena-SemiBold.eot");
  src: url("../fonts/FSSiena-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FSSiena-SemiBold.woff2") format("woff2"), url("../fonts/FSSiena-SemiBold.woff") format("woff"), url("../fonts/FSSiena-SemiBold.svg#FSSiena-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FS Siena';
  src: url("../fonts/FSSiena-Regular.eot");
  src: url("../fonts/FSSiena-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FSSiena-Regular.woff2") format("woff2"), url("../fonts/FSSiena-Regular.woff") format("woff"), url("../fonts/FSSiena-Regular.svg#FSSiena-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Medium.eot");
  src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Light.eot");
  src: url("../fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #26262A;
  font-weight: 300;
  font-style: normal;
}

strong {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #233746;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined {
  padding-bottom: 60px;
  position: relative;
}
h1.underlined:after, h2.underlined:after, h3.underlined:after, h4.underlined:after, h5.underlined:after {
  content: '';
  width: 100px;
  height: 8px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  bottom: 35px;
  border-top: 2px solid #233746;
  border-bottom: 1px solid #233746;
}
.bg-blue h1.underlined:after, .bg-dblue h1.underlined:after, .bg-grey h1.underlined:after,
.bg-blue h2.underlined:after, .bg-dblue h2.underlined:after, .bg-grey h2.underlined:after,
.bg-blue h3.underlined:after, .bg-dblue h3.underlined:after, .bg-grey h3.underlined:after,
.bg-blue h4.underlined:after, .bg-dblue h4.underlined:after, .bg-grey h4.underlined:after,
.bg-blue h5.underlined:after, .bg-dblue h5.underlined:after, .bg-grey h5.underlined:after {
  border-color: #fff;
}
h1.underlined + p,
h2.underlined + p,
h3.underlined + p,
h4.underlined + p,
h5.underlined + p {
  margin-top: -30px;
  margin-bottom: 30px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 35px;
  margin: 0px 0 30px;
  letter-spacing: 15px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 39px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 39px;
  margin: 0px 0 .67em;
  letter-spacing: 4px;
}
@media (min-width: 1024px) and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 31px;
  }
}

.intro-block h2 {
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0.67em;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  h3,
  .h3 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

h4,
.h4 {
  font-size: 21px;
  line-height: 25px;
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 16px;
    line-height: 19px;
  }
}

.btn-row h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .btn-row h4 {
    margin-bottom: 20px;
  }
}

h5,
.h5 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 15px;
    line-height: 18px;
  }
}

.intro-block h5 {
  text-transform: uppercase;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
  font-weight: 800;
  margin: 1.5em 0 1em;
}
.text-content h1:first-child, .text-content h2:first-child, .text-content h3:first-child, .text-content h4:first-child, .text-content h5:first-child {
  margin-top: 0;
}
.text-content h1 {
  margin: 1em 0 0.67em;
}

.intro-block .text-content h5 + h2 {
  margin-top: 0;
}

p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-style: normal;
}
p strong {
  font-weight: 800;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p a {
  color: #26262a;
  text-decoration: underline;
}
p a:hover {
  color: #233746;
}

ul li {
  font-size: 18px;
}

table {
  font-size: 18px;
}
table tr td {
  padding: 10px;
}

.text-content p:first-of-type {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}

.pricing-hero h1, .pricing-hero h2, .pricing-hero h3, .pricing-hero h4, .pricing-hero h5, .pricing-hero p {
  color: #FFF;
}

.font-medium {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/**
 * Buttons are specified in here.
 */
.button-row {
  text-align: center;
}

.btn-blok {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background-color: #b78e4e;
  padding: 12px 23px 12px 23px;
  color: #FFF;
  display: inline-block;
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .btn-blok {
    font-size: 16px;
  }
}
.btn-blok:hover {
  text-decoration: none;
  color: inherit;
}
.btn-blok:focus {
  color: #FFF;
  text-decoration: none;
}
.btn-blok.icon-right {
  padding-right: 66px;
}
.btn-blok.icon-right:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background-color: #FFF;
  border: 3px solid #b78e4e;
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-chevron-right-black.png);
  background-image: url(../img/icon-chevron-right-black.svg);
  background-size: 12px;
}
@media (max-width: 991px) {
  .btn-blok.icon-right:after {
    width: 46px;
    height: 46px;
  }
}
.btn-blok.icon-view {
  padding-right: 66px;
}
.btn-blok.icon-view:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background-color: #FFF;
  border: 3px solid #b78e4e;
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-zoom-blue.png);
  background-image: url(../img/icon-zoom-blue.svg);
  background-size: 28px;
}
.btn-blok span {
  position: relative;
  z-index: 10;
}
.btn-blok.btn-white {
  background-color: #FFF;
  border: 2px solid #233746;
  color: #000;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.btn-blok.btn-white.border-secondary:hover {
  background-color: #b78e4e !important;
}
.btn-blok.btn-white.border-tertiary:hover {
  background-color: rgba(111, 123, 124, 0.4) !important;
}
.btn-blok.btn-white.border-tertiary-10:hover {
  background-color: rgba(111, 123, 124, 0.4) !important;
}
.btn-blok.btn-blue {
  background-color: #233746;
}
.btn-blok.btn-blue:hover {
  color: #fff;
}
.btn-blok.btn-lblue {
  background-color: #415463;
}
.btn-blok.btn-lblue:hover {
  color: #fff;
}
.btn-blok.border-secondary {
  border: 2px solid #b78e4e !important;
}
.btn-blok.border-tertiary {
  border: 2px solid #6f7b7c !important;
}
.btn-blok.border-tertiary-10 {
  border: 2px solid rgba(111, 123, 124, 0.1) !important;
}
.btn-blok.icon-filter:before {
  width: 16px;
  height: 9px;
  content: "";
  background-image: url(../img/icon-filter-white.png);
  background-image: url(../img/icon-filter-white.svg);
  background-size: 16px 9px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  top: -1px;
  position: relative;
}

.text-content .btn-blok {
  margin-top: 30px;
}

.bg-blue .btn-blok.icon-right:after {
  background-color: #233746;
  background-image: url(../img/icon-chevron-right-white.png);
  background-image: url(../img/icon-chevron-right-white.svg);
}

.btn-text {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

.btn-underline {
  color: #b78e4e;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 20px;
  padding-bottom: 8px;
}
.btn-underline span {
  position: relative;
}
.btn-underline:before, .btn-underline:after {
  position: absolute;
  left: 0;
  background: #b78e4e;
  content: '';
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-underline:before {
  bottom: 5px;
  width: 0%;
  height: 1px;
}
.btn-underline:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b78e4e;
  content: '';
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-underline:hover {
  text-decoration: none;
  color: #b78e4e;
}
.btn-underline:hover:before {
  width: 100%;
}

p + .btn-underline {
  margin-top: 10px;
}

.btn-external:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-external-white.svg);
}

.btn-load-more {
  text-align: center;
  display: block;
  margin-top: 60px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  position: relative;
}
.btn-load-more:before, .btn-load-more:after {
  content: '';
  top: 50%;
  width: 100%;
  background-color: #6f7b7c;
  position: absolute;
  left: 0;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-load-more:before {
  height: 1px;
  margin-top: -2px;
}
.btn-load-more:after {
  height: 2px;
  margin-top: 0.5px;
}
.btn-load-more span {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  color: #b78e4e;
  text-transform: uppercase;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
.btn-load-more:hover {
  text-decoration: none;
}
.btn-load-more:hover:before, .btn-load-more:hover:after {
  background-color: #b78e4e;
}
@media (max-width: 576px) {
  .btn-load-more {
    margin-top: 30px;
  }
}

.btn-ghost {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.btn-ghost span {
  float: left;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-ghost span.label {
  padding: 12px 15px 12px 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  border: 2px solid #233746;
  border-right: 0;
  position: relative;
}
.btn-ghost span.label:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  background: #233746;
  right: -32px;
  top: -2px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
  transition-delay: .1s;
}
.btn-ghost span.label:after {
  width: 2px;
  background: #233746;
  height: 59px;
  right: -16px;
  top: -5px;
  content: '';
  position: absolute;
  transform: rotate(32deg);
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
  transition-delay: .1s;
}
.btn-ghost span.icon {
  border: 2px solid #FFF;
  border-left: 0;
  min-height: 53px;
  width: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
  background-size: 11px;
  margin-left: 31px;
  background-position: 10px center;
  position: relative;
}
.btn-ghost span.icon:after {
  content: '';
  width: 32px;
  left: -31px;
  height: 2px;
  bottom: -2px;
  background: #FFF;
  position: absolute;
}
.btn-ghost span.bleed {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #233746;
  transition-duration: .2s;
}
.btn-ghost:hover span.bleed {
  width: 100%;
}
.btn-ghost:hover span.label {
  border-color: #FFF;
}
.btn-ghost:hover span.label:before, .btn-ghost:hover span.label:after {
  background-color: #FFF;
}

.btn-play {
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.btn-play > div {
  margin: 0 auto;
}
.btn-play a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  background-color: rgba(35, 55, 70, 0.6);
  background-image: url(../img/btn-play.png);
  background-image: url(../img/btn-play.svg);
  background-size: 50%;
  display: block;
  margin: 0 auto 15px;
}
.btn-play span {
  background-color: rgba(35, 55, 70, 0.6);
  padding: 8px 10px;
  font-size: 16px;
  margin-top: 15px;
  -webkit-border-radius: 17.5px;
  border-radius: 17.5px;
}

.btn-view, .btn-square {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-zoom-blue.png);
  background-image: url(../img/icon-zoom-blue.svg);
  display: block;
  background-color: #FFF;
  border: 3px solid #b78e4e;
  background-size: 28px;
  flex-shrink: 0;
}
.btn-view.btn-favourite, .btn-square.btn-favourite {
  background-image: url(../img/icon-heart.svg);
  border-color: rgba(111, 123, 124, 0.1);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  background-size: 16px;
}
.btn-view.btn-favourite.active, .btn-square.btn-favourite.active {
  background-color: #b78e4e;
  background-image: url(../img/icon-heart-active.svg);
}
.btn-view.btn-favourite:hover, .btn-square.btn-favourite:hover {
  background-image: url(../img/icon-heart-active.svg);
  background-color: rgba(183, 142, 78, 0.4);
}
.btn-view.btn-arrow-right, .btn-square.btn-arrow-right {
  background-image: url(../img/icon-arrow-down-black.png);
  background-image: url(../img/icon-arrow-down-black.svg);
  transform: rotate(-90deg);
  background-size: 14px;
}
.btn-view.bg-navy, .btn-square.bg-navy {
  background-color: #233746;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-view.bg-navy.btn-arrow-right, .btn-square.bg-navy.btn-arrow-right {
  background-image: url(../img/icon-arrow-down-white.png);
  background-image: url(../img/icon-arrow-down-white.svg);
}

.btn-square {
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.btn-square.btn-square-lg {
  width: 48px;
  height: 48px;
}

.count {
  width: 16px;
  height: 16px;
  background-color: #b78e4e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #FFF;
  font-size: 12px;
}
.count.top-right {
  top: -6px;
  right: -6px;
}
.count.top-left {
  top: -6px;
  left: -6px;
}

.sp-story {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  display: block;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  position: relative;
  height: 100%;
}
.sp-story:before, .sp-story:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.sp-story:before {
  border-top: 3px solid #b78e4e;
  border-bottom: 3px solid #b78e4e;
  width: 0;
}
.sp-story:after {
  border-left: 3px solid #b78e4e;
  border-right: 3px solid #b78e4e;
  height: 0;
}
.sp-story:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.sp-story:hover span {
  text-decoration: none;
}
.sp-story:hover:before, .sp-story:hover:after {
  width: 100%;
  height: 100%;
}
.sp-story:hover .btn-underline:before {
  width: 100%;
}
.sp-story .story-img {
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-story .story-content {
  padding: 30px 15px;
  background: #FFF;
}
.sp-story .story-content span {
  display: inline-block;
  width: 100%;
}
.sp-story .story-content .tags {
  color: #6f7b7c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.sp-story .story-content .title {
  color: #233746;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 15px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.sp-story .story-content .excerpt {
  color: #233746;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.sp-story .story-content .btn-underline {
  color: #b78e4e;
  display: inline-block;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
}
.sp-story .story-content .btn-underline:after {
  background-color: #b78e4e;
}

.sp-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.sp-image:before, .sp-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  z-index: 10;
  left: 0;
}
.sp-image:before {
  border-top: 5px solid #b78e4e;
  border-bottom: 5px solid #b78e4e;
  width: 0;
}
.sp-image:after {
  border-left: 5px solid #b78e4e;
  border-right: 5px solid #b78e4e;
  height: 0;
}
.sp-image:hover:before, .sp-image:hover:after {
  width: 100%;
  height: 100%;
}
.col-md-4 .sp-image {
  height: 470px;
}
@media (max-width: 1200px) {
  .col-md-4 .sp-image {
    height: 390px;
  }
}
@media (max-width: 991px) {
  .col-md-4 .sp-image {
    height: 360px;
  }
}
.sp-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-image a:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
  content: '';
}
.sp-image a span {
  position: absolute;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  bottom: 90px;
  left: 0;
  font-size: 22px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.sp-image a span:before, .sp-image a span:after {
  content: '';
  width: 40%;
  background-color: #6f7b7c;
  left: 30%;
  position: absolute;
}
.sp-image a span:before {
  height: 2px;
  bottom: -30px;
}
.sp-image a span:after {
  height: 1px;
  bottom: -34px;
}

.sp-content {
  padding: 10px;
  height: calc(100% - 20px);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.sp-content .inner {
  border: 2px solid #233746;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp-site-content a.card {
  text-align: center;
  min-height: 350px;
  border: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0%;
  border-radius: 0%;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.sp-site-content a.card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
.sp-site-content a.card:hover .inner .btn-underline:before {
  width: 100%;
}
.sp-site-content a.card .inner {
  border: 1px solid #233746;
  padding: 19px;
  height: 100%;
  min-height: 330px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.sp-site-content a.card .inner span {
  display: inline-block;
  text-align: center;
}
.sp-site-content a.card .inner span.card-title {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  color: #233746;
}
.sp-site-content a.card .inner span.card-description {
  color: #233746;
}

.sp-activity {
  display: block;
  width: 100%;
}
.sp-activity:after {
  content: '';
  height: 2px;
  background: #FFF;
  width: 100%;
  display: block;
  margin-top: 3px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.sp-activity span {
  display: inline-block;
}
.sp-activity > div {
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.sp-activity:hover > div {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
.sp-activity:hover > div .btn-underline:before {
  width: 100%;
}
.sp-activity .activity-img {
  height: 160px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .sp-activity .activity-img {
    height: 110px;
  }
}
.sp-activity .activity-content {
  background-color: #FFF;
  padding: 30px 15px;
}
.sp-activity .activity-content span {
  width: 100%;
}
.sp-activity .activity-content .activity-name {
  color: #233746;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 15px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .sp-activity .activity-content .activity-name {
    font-size: 21px;
    line-height: 24px;
  }
}
.sp-activity .activity-content .activity-description {
  color: #233746;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.sp-activity .activity-content .btn-underline {
  color: #b78e4e;
  display: inline-block;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
}
.sp-activity .activity-content .btn-underline:after {
  background-color: #b78e4e;
}

.sp-property {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 3px solid #b78e4e;
}
@media (max-width: 991px) {
  .sp-property {
    margin-bottom: 16px;
    height: unset;
  }
}
.sp-property span {
  display: inline-block;
}
.sp-property:hover {
  text-decoration: none;
}
.sp-property:hover > div .property-content span {
  text-decoration: none;
}
.sp-property:hover > div .btn-underline:before {
  width: 100%;
}
.sp-property .property-img {
  --bs-aspect-ratio:16/9;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sp-property .swiper-container {
  width: 100%;
}
.sp-property .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 0;
  width: 6px;
  height: 6px;
}
.sp-property .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}
.sp-property .swiper-container .swiper-button-next, .sp-property .swiper-container .swiper-button-prev {
  border-color: #ECEEF0;
}
@media (max-width: 991px) {
  .sp-property .swiper-container .swiper-button-next, .sp-property .swiper-container .swiper-button-prev {
    display: none;
  }
}
.sp-property .swiper-slide {
  position: relative;
  max-height: 300px;
  max-width: 100%;
}
.sp-property .swiper-slide .property-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-property .property-promotion {
  z-index: 2;
}
.sp-property .property-content {
  background-color: #FFF;
  flex-grow: 1;
  padding: 24px 15px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(35, 55, 70, 0.05);
  border-top: 0;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
@media (max-width: 991px) {
  .sp-property .property-content {
    min-height: 0;
    flex: unset;
  }
}
.sp-property .property-content span {
  width: 100%;
}
.sp-property .property-content .region {
  color: #6f7b7c;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .sp-property .property-content .region {
    font-size: 12px;
  }
}
.sp-property .property-content .property-name {
  color: #233746;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
@media (max-width: 991px) {
  .sp-property .property-content .property-name {
    font-size: 21px;
    line-height: 24px;
  }
}
.sp-property .property-content .property-description {
  color: #233746;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  margin-bottom: 20px;
  /*
  			display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              padding-bottom:5px;
  */
}
.sp-property .property-content .property-amenities {
  background-color: transparent;
  color: #233746;
}
.sp-property .property-content .property-amenities ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sp-property .property-content .property-amenities ul li {
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: unset;
  white-space: nowrap;
  column-gap: 4px;
}
@media (max-width: 991px) {
  .sp-property .property-content .property-amenities ul li {
    font-size: 14px;
  }
}
.sp-property .property-content .property-amenities ul li img {
  width: 23px;
  height: 23px;
}
.sp-property .property-content .property-amenities ul li:first-child img {
  width: 18px;
  height: 18px;
}
.sp-property .property-content .property-amenities ul li span {
  padding-left: 0;
  margin: 0;
  display: inline-block;
  color: #233746;
}
.sp-property .property-content .property-amenities ul li:after {
  content: '|';
  margin-left: 8px;
  margin-right: 8px;
  color: rgba(111, 123, 124, 0.4);
}
.sp-property .property-content .property-amenities ul li:last-child:after {
  display: none;
}
.sp-property .property-content .btn-underline {
  color: #b78e4e;
  display: inline-block;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
}
.sp-property .property-content .btn-underline:after {
  background-color: #b78e4e;
}
.sp-property .property-content .property-title-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #6f7b7c;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.sp-property .property-content .price-summary {
  background-color: rgba(111, 123, 124, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  appearance: none;
  border: 0;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.sp-property .property-content .price-summary:hover {
  background-color: rgba(111, 123, 124, 0.2);
}
@media (max-width: 991px) {
  .sp-property .property-content .price-summary {
    margin-top: 0;
  }
}
.sp-property .property-content .price-summary .price-summary-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 8px;
  color: #233746;
}
.sp-property .property-content .price-summary .price-summary-text > span {
  text-transform: uppercase;
  font-size: 12px;
}
.sp-property .property-content .price-summary .price-summary-text p {
  margin-bottom: 0;
}
.sp-property .property-content .price-summary .price-summary-text p span {
  width: unset;
}
@media (max-width: 991px) {
  .sp-property .property-content .price-summary .price-summary-text p {
    font-size: 16px;
  }
}

.property-promotion {
  position: absolute;
  top: 12px;
  width: auto;
  text-align: left;
  color: #ffffff;
  background-color: #b78e4e;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 3px;
  box-shadow: none !important;
  text-transform: uppercase;
  padding: 6px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .property-promotion {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.property-promotion .promotion-message {
  border: 1px solid white;
  border-left: 0;
  margin: 0;
  padding: 6px 16px;
  text-decoration: none !important;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
}
@media (max-width: 991px) {
  .property-promotion .promotion-message {
    padding: 6px 12px;
  }
}

.property-amenities {
  background-color: #6f7b7c;
  padding-top: 18px;
  padding-bottom: 18px;
}
.property-amenities ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.property-amenities ul li {
  flex-grow: 1;
  text-align: center;
}
.property-amenities ul li span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
}
.property-amenities ul li span:before {
  content: '';
  width: 23px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  position: absolute;
  background-position-y: top;
}
.property-amenities ul li.icon-guests span:before {
  background-image: url(../img/icon-guests-white.png);
  background-image: url(../img/icon-guests-white.svg);
}
.property-amenities ul li.icon-beds span:before {
  background-image: url(../img/icon-bed-white.png);
  background-image: url(../img/icon-bed-white.svg);
}
.property-amenities ul li.icon-bathrooms span:before {
  background-image: url(../img/icon-bath-white.png);
  background-image: url(../img/icon-bath-white.svg);
}
.property-amenities ul li.icon-pets span:before {
  background-image: url(../img/icon-pet-white.png);
  background-image: url(../img/icon-pet-white.svg);
}

ul.two-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 991px) {
  ul.two-col-list {
    columns: 1;
  }
}
ul.two-col-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: inline-block;
  width: 100%;
}

.video-poster {
  min-height: 404px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.video-poster:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #FFF;
  pointer-events: none;
}

.featured-highlight-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 320px;
  padding-bottom: 80%;
  position: relative;
}
.featured-highlight-image:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #FFF;
}

.qty-picker .btn-plus, .qty-picker .btn-minus {
  width: 18px;
  height: 18px;
  background-color: #3f5364;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-size: 8px;
  cursor: pointer;
}
.qty-picker .btn-plus {
  background-image: url(../img/icon-plus-white.png);
  background-image: url(../img/icon-plus-white.svg);
}
.qty-picker .btn-minus {
  background-image: url(../img/icon-minus-white.png);
  background-image: url(../img/icon-minus-white.svg);
}
.qty-picker .quantity {
  text-align: center;
  display: inline-block;
  width: 35px;
  padding: 0;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: none;
  position: relative;
  top: -3px;
}

.full-divider {
  margin-top: 60px;
  margin-bottom: 60px;
}
.full-divider span {
  display: block;
  width: 100%;
  background-color: #6f7b7c;
}
.full-divider span.top {
  height: 1px;
}
.full-divider span.btm {
  height: 2px;
  margin-top: 5px;
}

.swiper-container .swiper-controls > div {
  height: 40px;
  width: 40px;
  border: 3px solid #6f7b7c;
  background-color: #fff;
  background-image: url(../img/icon-chevron-right-black.png);
  background-image: url(../img/icon-chevron-right-black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  outline: none;
}
.swiper-container .swiper-controls > div:first-child {
  margin-right: 10px;
  transform: rotate(-180deg);
}
.swiper-container .swiper-controls > div:after {
  display: none;
}

.pagination {
  text-align: center;
  position: relative;
}
.pagination:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: rgba(111, 123, 124, 0.1);
}
.pagination .inner {
  display: inline-block;
  background-color: #F4F5F6;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 48px;
  height: 48px;
  line-height: 46px;
  padding: 0 10px;
  margin: 0 5px;
  border: 2px solid #b78e4e;
  background-color: #FFF;
  color: #233746;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.pagination .page-numbers:hover {
  background-color: rgba(183, 142, 78, 0.4);
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #FFF;
  color: #233746;
  font-weight: bold;
  border-color: rgba(111, 123, 124, 0.2);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  text-indent: -9999px;
  width: 48px;
}
.pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-chevron-right-black.png);
  background-image: url(../img/icon-chevron-right-black.svg);
  background-size: 14px;
}
.pagination .page-numbers.prev:after {
  transform: rotate(180deg);
}

.gm-style-iw.gm-style-iw-c {
  padding: 0;
  border-radius: 0 !important;
  width: 340px !important;
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  border-bottom: 3px solid #b78e4e;
  max-width: 100% !important;
}
@media (max-width: 364px) {
  .gm-style-iw.gm-style-iw-c {
    width: calc(100% - 24px) !important;
    min-width: 300px !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 10;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr button {
  background-color: #FFF !important;
  border: 2px solid #6f7b7c !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr button span {
  margin: 0 !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: unset !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d img.property-map-image {
  height: 190px !important;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .gm-style-iw.gm-style-iw-c .gm-style-iw-d img.property-map-image {
    height: 140px !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .property-promotion {
  max-width: calc(100% - 40px - 32px);
  font-size: 12px;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .property-promotion .promotion-message {
  padding: 6px 12px;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body {
  padding: 16px;
  color: #233746;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .card-region {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .card-head {
  display: flex;
  justify-content: space-between;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .card-head .card-header-text {
  display: flex;
  flex-direction: column;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .card-head .card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .card-amenities {
  margin-bottom: 12px;
  font-size: 16px;
  color: #233746;
  font-weight: normal;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .card-amenities span {
  opacity: 0.6;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .btn-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  background-color: rgba(111, 123, 124, 0.1);
  color: #233746;
  text-decoration: none;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .btn-price:hover {
  background-color: rgba(111, 123, 124, 0.2);
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .btn-price span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body .btn-price p {
  margin-bottom: 0;
  font-size: 16px;
}

.gm-style-iw-tc {
  display: none;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #26262A;
}

html.menu-open {
  position: fixed;
}

body {
  font-size: 1em;
  line-height: 1.4;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}

article {
  padding: 60px 15px;
}
article h1 {
  margin-bottom: 60px;
  text-transform: uppercase;
}
article ul li {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 768px) {
  article {
    padding: 30px 10px;
  }
}

.left-side {
  padding: 60px !important;
  overflow: scroll;
}
@media (max-width: 576px) {
  .left-side {
    padding: 60px 30px !important;
  }
}

/*
@media (min-width:992px){
	.left-side {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.img-carousel {
		flex:0 0 40%;
		max-width:40%;
	}
}
*/
.the-content {
  height: calc(100vh - 140px);
}
@media (min-width: 992px) {
  .the-content {
    height: 100%;
  }
  .the-content h1 {
    margin-top: 45px;
  }
}
.the-content h1 {
  /*
  		@media (max-width:1060px){
  			margin-top:45px;
  			margin-bottom:20px;
  			font-size:48px;
  			line-height: 53px;
  		}
  */
}
@media (max-width: 991px) {
  .the-content {
    height: 100%;
  }
  .the-content h1 {
    margin-top: 45px;
  }
}
@media (max-width: 576px) {
  .the-content {
    text-align: center;
  }
  .the-content h1 {
    text-align: center;
  }
  .the-content p {
    text-align: center;
  }
}

.main-wrapper {
  background-color: #FFF;
}
.main-wrapper > div {
  /*
  		& > .row {
  			margin-left:0;
  			margin-right:0;
  			@include medium {
  				//flex-direction: column-reverse;
  			}
  		}
  */
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

::selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.clear {
  clear: both;
  width: 100%;
  height: 30px;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.centered {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0;
}

.has-section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .has-section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.has-section-padding-top {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .has-section-padding-top {
    padding-top: 65px;
  }
}

.has-section-padding-bottom {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .has-section-padding-bottom {
    padding-bottom: 65px;
  }
}

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

.text-block .full-divider {
  display: none;
}

.property-row + .text-block {
  margin-top: -120px;
}
.property-row + .text-block .full-divider {
  display: block;
}

.content-block {
  /*
  	&:last-of-type {
  		padding-bottom:0;
  		&.about-block, &.property-row, &.customer-reviews {
  			padding-bottom:90px;
  		}
  	}
  */
}

ul.default {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.default li {
  display: inline-block;
  margin-right: 10px;
}
ul.default li:last-child {
  margin-right: 0;
}

ol li {
  font-size: 18px;
}

.section-intro {
  margin-bottom: 40px;
}
.section-intro.centered {
  text-align: center;
}
.section-intro.centered p {
  text-align: center;
}

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

.v-centre {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.no-flexboxlegacy select {
  background-image: none;
}

.wpcf7-form-control-wrap span {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 12px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: -30px;
  left: 0;
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
}

form.sent > .row {
  height: 0;
  overflow: hidden;
  padding: 0px !important;
  border: 0 !important;
}

div.wpcf7-mail-sent-ok {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-align: left;
  line-height: 34px;
  color: #233746;
  border: 0;
  text-align: center;
  margin-top: 30px;
}

.privacy-container {
  position: absolute;
  right: 10px;
  background: #FFF;
  max-height: 100%;
  overflow: scroll;
  top: 10px;
}
.privacy-container > div {
  padding: 45px 15px;
}
.privacy-container > div ul li {
  font-size: 16px;
  line-height: 19px;
}

.bg-blue {
  background-color: #233746;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue p {
  color: #FFF;
}

.bg-gold {
  background-color: #b78e4e;
}

.bg-grey {
  background-color: #6f7b7c;
}
.bg-grey h1, .bg-grey h2, .bg-grey h3, .bg-grey h4, .bg-grey h5, .bg-grey p, .bg-grey a {
  color: #FFF;
}

.bg-lgrey {
  background-color: #f2f2f2;
}

.bg-dblue {
  background-color: #1C2934;
}
.bg-dblue h1, .bg-dblue h2, .bg-dblue h3, .bg-dblue h4, .bg-dblue h5, .bg-dblue p {
  color: #FFF;
}

.bg-lblue {
  background-color: #415463;
}
.bg-lblue h1, .bg-lblue h2, .bg-lblue h3, .bg-lblue h4, .bg-lblue h5, .bg-lblue p {
  color: #FFF;
}

/* Moble helpers */
@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
}

/* Styles for PACKERY */
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.layout-title {
  position: absolute;
  border: 1px dotted black;
  width: 100%;
  padding: 4px 10px;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
 * All styles related to markup inside the header
 */
@media (max-width: 991px) {
  header {
    padding-top: 78px;
  }
}
header .row {
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  header .row {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header .row:first-child {
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 3;
  }
  .admin-bar header .row:first-child {
    top: 46px;
  }
}
header .nav-row {
  background-color: #233746;
  text-align: center;
  padding: 0;
}
header .nav-row > div {
  background-color: inherit;
}
header .nav-row ul.menu {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: inherit;
}
header .nav-row ul.menu > li {
  background-color: inherit;
  display: inline-block;
  margin-right: 25px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  header .nav-row ul.menu > li {
    padding: 5px 0;
  }
}
header .nav-row ul.menu > li:last-child {
  margin-right: 0;
}
header .nav-row ul.menu > li > a {
  color: #FFF;
  display: inline;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  position: relative;
}
header .nav-row ul.menu > li > a:not(.btn-property):after, header .nav-row ul.menu > li > a:not(.btn-property):before {
  content: '';
  left: 0;
  position: absolute;
  background-color: #FFF;
  width: 0%;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
header .nav-row ul.menu > li > a:not(.btn-property):after {
  height: 2px;
  bottom: -5px;
}
header .nav-row ul.menu > li > a:not(.btn-property):before {
  height: 1px;
  bottom: -1px;
}
header .nav-row ul.menu > li.btn-property:before {
  content: '||';
  margin-right: 30px;
  color: #FFF;
}
header .nav-row ul.menu > li.btn-property a {
  color: #b78e4e;
}
header .nav-row ul.menu > li.current_page_item > a, header .nav-row ul.menu > li:hover > a {
  text-decoration: none;
}
header .nav-row ul.menu > li.current_page_item > a:before, header .nav-row ul.menu > li.current_page_item > a:after, header .nav-row ul.menu > li:hover > a:before, header .nav-row ul.menu > li:hover > a:after {
  width: 100%;
}
header .nav-row ul.menu > li.menu-item-has-children:after {
  content: "";
  background-image: url("../img/icon-arrow-down-white.png");
  background-image: url("../img/icon-arrow-down-white.svg");
  height: 14px;
  width: 13px;
  display: inline-block;
  background-size: cover;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  header .nav-row {
    position: fixed;
    top: 0;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 11;
    padding: 15px;
    padding-right: 0;
    right: -100%;
    padding-top: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  header .nav-row h3 {
    display: inline-block !important;
    position: relative;
    text-align: left;
    width: 100%;
  }
  header .nav-row h3:before, header .nav-row h3:after {
    left: 0;
    margin-left: 0;
  }
  header .nav-row:before {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    content: '';
    pointer-events: none;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  header .nav-row > div {
    height: 100%;
    border: 2px solid #233746;
    padding: 60px 30px;
    border-right: 0;
    border-top: 0;
  }
  header .nav-row > div ul.menu {
    width: 100%;
    text-align: left;
  }
  header .nav-row > div ul.menu li {
    width: 100%;
    margin-bottom: 15px;
  }
  header .nav-row > div ul.menu li a {
    color: #233746;
    font-size: 18px;
    font-weight: bold;
  }
  header .nav-row > div ul.menu li.btn-property:before {
    display: none;
  }
  header .nav-row .mob-menu-item {
    color: #233746;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  header .nav-row .mob-menu-item.text-secondary {
    color: #b78e4e !important;
  }
}
@media (max-width: 768px) {
  header .nav-row {
    width: 100%;
  }
}

.btn-mobile-menu {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 47px;
  height: 47px;
  cursor: pointer;
  border: 1px solid #233746;
  z-index: 12;
}
.btn-mobile-menu span {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #233746;
  left: calc((100% - 14px)/2);
  display: block;
  width: 14px;
  height: 1px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  top: 50%;
}
.btn-mobile-menu span.top {
  transform: translateY(-5.5px);
}
.btn-mobile-menu span.mid {
  transform: translateY(-0.5px);
}
.btn-mobile-menu span.btm {
  transform: translateY(5.5px);
  opacity: 1;
}
.admin-bar .btn-mobile-menu {
  top: 66px;
}

@media (max-width: 991px) {
  .nav-right {
    width: 64px;
    flex: 0 0 64px;
    pointer-events: none;
  }
  .nav-right .btn-favourite {
    opacity: 0;
    pointer-events: none;
  }
}

.menu-open .nav-row {
  right: 0;
}
.menu-open .nav-row:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.menu-open .btn-mobile-menu span.top {
  transform: rotate(-45deg);
}
.menu-open .btn-mobile-menu span.mid {
  transform: rotate(45deg);
}
.menu-open .btn-mobile-menu span.btm {
  opacity: 0;
}

.logo-wrapper {
  display: block;
  width: 240px;
}
@media (max-width: 991px) {
  .logo-wrapper {
    width: 100%;
  }
}

.logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  background-position: center center;
  background-image: url(../img/logo-wide.png);
  background-image: url(../img/logo-wide.svg);
  margin: 0 auto;
  position: relative;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
@media (max-width: 991px) {
  .logo {
    height: 36px;
  }
}
@media (max-width: 320px) {
  .logo {
    background-image: url(../img/icon-home-gold.svg);
    height: 28px;
  }
}

.single-activity_type header .row.nav-row ul li.menu-item-26 a:before, .single-activity_type header .row.nav-row ul li.menu-item-26 a:after {
  width: 100%;
}

.single-region header .row.nav-row ul li.menu-item-28 a:before, .single-region header .row.nav-row ul li.menu-item-28 a:after {
  width: 100%;
}

/**
 * All styles related to markup inside the main element
 */
/**
 * All styles related to markup inside the footer
 */
.social-row {
  background-color: #405464;
  text-align: center;
}
.social-row ul {
  list-style: none;
  display: inline-block;
  padding: 25px 0;
  margin: 0;
}
.social-row ul li {
  display: inline-block;
  margin-right: 30px;
}
.social-row ul li:last-child {
  margin-right: 0;
}
.social-row ul li a {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 35px;
}
.social-row ul li a.icon-facebook {
  width: 18px;
  background-image: url(../img/icon-facebook-white.png);
  background-image: url(../img/icon-facebook-white.svg);
}
.social-row ul li a.icon-facebook:hover {
  background-image: url(../img/icon-facebook-gold.png);
  background-image: url(../img/icon-facebook-gold.svg);
}
.social-row ul li a.icon-instagram {
  width: 35px;
  background-image: url(../img/icon-instagram-white.png);
  background-image: url(../img/icon-instagram-white.svg);
}
.social-row ul li a.icon-instagram:hover {
  background-image: url(../img/icon-instagram-gold.png);
  background-image: url(../img/icon-instagram-gold.svg);
}

footer {
  background: #233746;
  color: #fff;
  padding-top: 90px;
}
footer .footer-icon {
  width: 100%;
  margin-bottom: 25px;
  height: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
footer .logo-full {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 115px;
  background-image: url(../img/logo-full.png);
  background-image: url(../img/logo-full.svg);
  background-position-x: left;
}
@media (max-width: 991px) {
  footer .logo-full {
    height: 90px;
  }
}
@media (max-width: 768px) {
  footer .logo-full {
    height: 80px;
    background-position-x: center;
  }
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
    margin-top: 30px;
  }
}
footer ul li:first-child a {
  color: #b78e4e;
  font-weight: bold;
  margin-bottom: 20px;
}
footer ul li a {
  font-weight: 300;
  color: #FFF;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
}
footer ul li a:hover {
  color: #FFF;
}
footer ul.policies {
  text-align: right;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  footer ul.policies {
    text-align: center;
  }
}
footer ul.policies li {
  display: inline-block;
}
footer ul.policies li:after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
}
footer ul.policies li:first-child {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
}
footer ul.policies li:last-child:after {
  display: none;
}
footer ul.policies li a {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
}

@media (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}
.copyright p {
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
}

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 440px;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero {
    min-height: 340px;
  }
}
.hero .hero-content {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero .hero-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
  }
}
.hero .hero-content > * {
  z-index: 2;
  position: relative;
}
.hero .hero-content h1 {
  color: #FFF;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.hero .hero-content h1 strong {
  font-weight: 500;
}
.hero .hero-content p {
  color: #fff;
  margin: 30px auto 0;
  max-width: 80%;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .hero .hero-content p {
    max-width: 100%;
    font-size: 18px;
    line-height: 115%;
  }
}
.hero.home-hero {
  min-height: 700px;
}
@media (max-width: 991px) {
  .hero.home-hero {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero.home-hero {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .hero.home-hero {
    min-height: 450px;
  }
}
.hero.home-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .hero.home-hero:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.hero.home-hero:after {
  content: '';
  width: 100%;
  height: 20%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.hero.hero-sm {
  min-height: 180px;
}
.hero.hero-property > .row {
  width: calc(100% + 15px);
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
@media (max-width: 991px) {
  .hero.hero-property > .row {
    width: 100%;
  }
}
.hero.hero-property > .row a {
  display: block;
  width: 100%;
  height: 100%;
}
.hero.hero-property .main-img-container {
  min-height: 700px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero.hero-property .main-img-container {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .hero.hero-property .main-img-container {
    min-height: 450px;
  }
}
.hero.hero-property .side-img-container {
  min-height: 700px;
  overflow: hidden;
}
.hero.hero-property .side-img-container .side-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 348.5px;
}
.hero.hero-property .side-img-container > .row:last-child .col .side-img {
  margin-top: 3px;
}
.hero.hero-property .main-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  width: calc(100% - 3px);
}
@media (max-width: 991px) {
  .hero.hero-property .main-img {
    width: 100%;
  }
}
.hero.hero-property .btn-container {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
}
.hero.hero-property .btn-container a {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  padding-right: 50px;
}
.hero.hero-property .btn-container a:after {
  height: 50px;
  width: 50px;
}
@media (max-width: 991px) {
  .hero.hero-property .btn-container {
    position: static;
    width: 100%;
  }
}

.booking-form {
  max-width: 100vw;
}
@media (max-width: 991px) {
  .booking-form .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.booking-form .locations-list {
  position: absolute;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  width: calc(100% - 10px);
  z-index: 10;
  top: calc(100% - 5px);
  left: 5px;
  text-align: left;
  padding: 0;
}
.booking-form .locations-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.booking-form .locations-list ul:last-of-type li:last-child {
  border-bottom: 0;
}
.booking-form .locations-list ul li {
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}
.booking-form .locations-list ul li:first-child a {
  font-weight: bold;
  font-size: 14px;
}
.booking-form .locations-list ul li a {
  color: #233746;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
}
.booking-form .locations-list ul li a.active {
  background: #233746;
  color: #fff;
}
.booking-form .guest-picker a.close-guest-picker {
  width: 100%;
  height: 50px;
  background-color: #233746;
  color: #FFF;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-right: -15px;
}
.booking-form .guest-picker a.close-guest-picker span {
  width: 100%;
  display: inline-block;
}
.booking-form > .container {
  position: relative;
}
.booking-form .title {
  position: absolute;
  top: -37px;
  width: 100%;
  left: 0;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.booking-form .title p {
  color: #FFF;
  font-weight: normal;
  letter-spacing: 3px;
}
.booking-form.has-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/home-hero.jpg);
}
.booking-form.has-bg .title {
  position: static;
  margin-top: 0;
}
.booking-form.has-bg .title p {
  color: #FFF;
}
.booking-form.has-bg .booking-bar {
  margin-top: 0;
}
.booking-form.has-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.booking-form .booking-bar {
  background-color: #FFF;
  border: 6px solid #b78e4e;
  margin-top: -46px;
}
.booking-form .booking-bar .open-guest-picker span {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.booking-form .booking-bar .open-guest-picker:hover {
  text-decoration: none;
}
.booking-form .booking-bar .open-guest-picker:hover span {
  text-decoration: none;
}
.booking-form .booking-bar .open-guest-picker.dirty span {
  font-size: 16px;
  line-height: 19px;
}
.booking-form .booking-bar .guest-picker {
  position: absolute;
  top: calc(100% - 5px);
  left: 5px;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  width: calc(100% - 10px);
  z-index: 10;
  padding: 20px 10px 5px;
  pointer-events: none;
  opacity: 0;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.booking-form .booking-bar .guest-picker.open {
  opacity: 1;
  pointer-events: all;
  top: calc(100% - 40px);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .booking-form .booking-bar .guest-picker {
    width: calc(100% + 30px);
    left: -15px;
  }
}
.booking-form .booking-bar .guest-picker .picker .row {
  margin-bottom: 15px;
}
.booking-form .booking-bar .guest-picker p {
  font-size: 14px;
  text-transform: uppercase;
  color: #6f7b7c;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
.booking-form .booking-bar .guest-picker .col {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0;
}
.booking-form .booking-bar .guest-picker .col:last-child {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.booking-form .booking-bar .row {
  margin-left: 0;
  margin-right: 0;
}
.booking-form .booking-bar .col {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #f2f2f2;
  flex: 0 0 28%;
  max-width: 28%;
}
@media (max-width: 991px) {
  .booking-form .booking-bar .col {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media (max-width: 910px) {
  .booking-form .booking-bar .col {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .booking-form .booking-bar .col:nth-child(2) {
    border-right: 1px solid #f2f2f2;
  }
  .booking-form .booking-bar .col:nth-child(2), .booking-form .booking-bar .col:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .booking-form .booking-bar .col input.datepicker-here {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .booking-form .booking-bar .col:nth-child(2), .booking-form .booking-bar .col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
  }
}
.booking-form .booking-bar .col:first-child {
  border-left: 0;
}
.booking-form .booking-bar .col:last-child {
  padding-top: 0;
  padding-bottom: 0;
  flex: 0 0 16%;
  max-width: 16%;
  border: 0;
}
.booking-form .booking-bar .col:last-child a {
  margin-left: 1px;
}
@media (max-width: 991px) {
  .booking-form .booking-bar .col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .booking-form .booking-bar .col:last-child a.btn-book {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
  }
}
.booking-form .booking-panel label, .booking-form .booking-bar label {
  color: #6f7b7c;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding-left: 26px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .booking-form .booking-panel label, .booking-form .booking-bar label {
    font-size: 12px;
  }
}
.booking-form .booking-panel label:before, .booking-form .booking-bar label:before {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 18px;
}
.booking-form .booking-panel .item-container.search-container:after, .booking-form .booking-bar .item-container.search-container:after {
  content: '';
  position: absolute;
  bottom: 10px;
  height: 1px;
  background-color: #233746;
  left: 15px;
  width: 0%;
  transition: all 0.5s ease-in-out;
}
.booking-form .booking-panel .item-container.search-container input, .booking-form .booking-bar .item-container.search-container input {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
  text-align: center;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 5px 5px;
  transition: all 0.5s ease-in-out;
}
.booking-form .booking-panel .item-container.search-container input:focus, .booking-form .booking-bar .item-container.search-container input:focus {
  border-bottom-color: #233746;
}
.booking-form .booking-panel .item-container.search-container:has(input:focus):after, .booking-form .booking-bar .item-container.search-container:has(input:focus):after {
  width: calc(100% - 30px);
}
.booking-form .booking-panel .item-container.search-container label:before, .booking-form .booking-bar .item-container.search-container label:before {
  background-image: url(../img/icon-search-grey.png);
  background-image: url(../img/icon-search-grey.svg);
}
.booking-form .booking-panel .item-container.locations-container label:before, .booking-form .booking-bar .item-container.locations-container label:before {
  background-image: url(../img/icon-home-grey.png);
  background-image: url(../img/icon-home-grey.svg);
}
.booking-form .booking-panel .item-container.arriving-container label:before, .booking-form .booking-bar .item-container.arriving-container label:before {
  background-image: url(../img/icon-arriving-grey.png);
  background-image: url(../img/icon-arriving-grey.svg);
}
.booking-form .booking-panel .item-container.departing-container label:before, .booking-form .booking-bar .item-container.departing-container label:before {
  background-image: url(../img/icon-departing-grey.png);
  background-image: url(../img/icon-departing-grey.svg);
}
.booking-form .booking-panel .item-container.guests-container label:before, .booking-form .booking-bar .item-container.guests-container label:before {
  background-image: url(../img/icon-guests-grey.png);
  background-image: url(../img/icon-guests-grey.svg);
}
.booking-form .booking-panel .open-guest-picker, .booking-form .booking-panel .open-locations-list, .booking-form .booking-bar .open-guest-picker, .booking-form .booking-bar .open-locations-list {
  display: block;
  width: 100%;
}
.booking-form .booking-panel .open-guest-picker span, .booking-form .booking-panel .open-locations-list span, .booking-form .booking-bar .open-guest-picker span, .booking-form .booking-bar .open-locations-list span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #233746;
  margin: 0 auto;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
}
.booking-form .booking-panel .open-guest-picker span:after, .booking-form .booking-panel .open-locations-list span:after, .booking-form .booking-bar .open-guest-picker span:after, .booking-form .booking-bar .open-locations-list span:after {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 6px;
  height: 100%;
  width: 14px;
  background-image: url(../img/icon-arrow-down-black.png);
  background-image: url(../img/icon-arrow-down-black.svg);
  background-position: center bottom;
  margin-left: 10px;
}
.booking-form .booking-panel .btn-book, .booking-form .booking-bar .btn-book {
  background-color: #233746;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFF;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.booking-form .booking-panel .btn-book span, .booking-form .booking-bar .btn-book span {
  width: 100%;
  font-weight: bold;
}
.booking-form .booking-panel .btn-book:hover, .booking-form .booking-bar .btn-book:hover {
  text-decoration: none;
  background-color: #6f7b7c;
}
.booking-form .booking-panel .datepicker-here, .booking-form .booking-bar .datepicker-here {
  border: 0;
  text-align: center;
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: #FFF;
}
.booking-form .booking-panel .datepicker-here::placeholder, .booking-form .booking-bar .datepicker-here::placeholder {
  color: #ccc;
}
.booking-form .booking-bar label {
  margin-bottom: 8px;
}
.booking-form .booking-panel .open-locations-list {
  width: 100%;
  display: block;
  background-color: #233746;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
  pointer-events: none;
}
.booking-form .booking-panel .open-locations-list span {
  color: #FFF;
  text-transform: uppercase;
  padding-right: 0;
}
.booking-form .booking-panel .open-locations-list span:after {
  background-image: none;
}
.booking-form .booking-panel .arriving-container, .booking-form .booking-panel .departing-container {
  text-align: center;
}
.booking-form .booking-panel .arriving-container label, .booking-form .booking-panel .departing-container label {
  font-size: 14px;
}
.booking-form .booking-panel .arriving-container {
  position: relative;
}
.booking-form .booking-panel .arriving-container:after {
  content: '';
  height: 25px;
  width: 25px;
  border-right: 2px solid #6f7b7c;
  border-bottom: 2px solid #6f7b7c;
  top: 50%;
  right: -17.5px;
  margin-top: -12.5px;
  position: absolute;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .booking-form .booking-panel input.datepicker-here {
    width: 100%;
  }
}
.booking-form .booking-panel .arriving-container {
  padding-left: 15px;
}
.booking-form .booking-panel .departing-container {
  padding-right: 15px;
}
.booking-form .booking-panel .guest-picker {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px solid #233746;
  display: block;
}
.booking-form .booking-panel .guest-picker .row p {
  font-size: 14px;
  text-transform: uppercase;
  color: #6f7b7c;
  letter-spacing: 2px;
  font-weight: 500;
}
.booking-form .booking-panel .btn-col {
  text-align: center;
}
.booking-form .booking-panel .btn-blok {
  padding-left: 20px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.booking-form .booking-panel .btn-blok.icon-right {
  padding-right: 50px;
  padding-left: 0px;
}
.booking-form .search-filters .active-filters {
  display: none;
  font-weight: normal;
  font-size: 12px;
}
.booking-form .search-filters .active-filters.active {
  display: inline-block;
}
.booking-form .search-filters .active-filters .clear {
  text-decoration: underline;
}

.or-phone {
  text-align: center;
  position: relative;
}
.or-phone:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #f2f2f2;
}
.or-phone p {
  font-weight: normal;
  letter-spacing: 3px;
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 0;
  display: inline-block;
}
.or-phone a {
  font-weight: bold;
}

.booking-form.has-bg .or-phone:before {
  width: 0px;
}
.booking-form.has-bg .or-phone p {
  background-color: transparent;
  color: #FFF;
}
.booking-form.has-bg .or-phone p a {
  color: #FFF;
}

.datepickers-container, .datepicker {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif !important;
  font-size: 1em;
  text-transform: uppercase;
}
.datepickers-container i, .datepicker i {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif !important;
}
.datepickers-container .datepicker--day-name, .datepicker .datepicker--day-name {
  color: #b78e4e !important;
}
.datepickers-container .datepicker--cell, .datepicker .datepicker--cell {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif !important;
}

.breadcrumb + .booking-form {
  margin-top: 35px;
}
.breadcrumb + .booking-form .title {
  position: static;
  top: 0;
}
.breadcrumb + .booking-form .title p {
  color: #233746;
}
.breadcrumb + .booking-form .booking-bar {
  margin-top: 0px;
}

.booking-form .sticky {
  position: sticky;
  top: 60px;
}
.booking-form h5 {
  margin-bottom: 15px;
}
.booking-form .booking-panel {
  padding: 20px;
  border: 1px solid #6f7b7c;
  position: relative;
  min-height: 430px;
}
.booking-form .booking-panel:after, .booking-form .booking-panel:before {
  pointer-events: none;
}
.booking-form .booking-panel:after {
  border: 2px solid #6f7b7c;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.booking-form .booking-panel:before {
  content: '';
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  background-color: #f2f2f2;
  opacity: 0;
  animation: pulse infinite 2s;
  animation-timing-function: ease-out;
}
.booking-form .booking-panel #calendarApp .theme-header-text {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}
.booking-form .booking-panel #calendarApp .sc-cal-card {
  box-shadow: none !important;
}

.filters-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.filters-overlay .filters-panel {
  position: absolute;
  top: 0;
  right: -100%;
  width: 65%;
  background-color: #FFF;
  height: 100%;
  padding: 40px;
  padding-right: 0;
  overflow: scroll;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
@media (max-width: 991px) {
  .filters-overlay .filters-panel {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .filters-overlay .filters-panel {
    width: 100%;
  }
}
.filters-overlay .filters-panel.open {
  right: 0;
}
.filters-overlay .filters-panel .inner {
  border: 2px solid #233746;
  padding: 60px 30px;
  padding-right: 0;
}
.filters-overlay .filters-panel .row {
  margin-left: 0;
  margin-right: 0;
}
.filters-overlay .filters-panel .row.filter-set {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .filters-overlay .filters-panel .row.filter-set h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
.filters-overlay .filters-panel .row.filter-set .item-container {
  position: relative;
}
.filters-overlay .filters-panel .row.filter-set input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  width: 25px;
  border: 1px solid #233746;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  outline: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.filters-overlay .filters-panel .row.filter-set input[type="checkbox"]:checked {
  background-color: #233746;
  background-image: url(../img/icon-check-white.png);
  background-image: url(../img/icon-check-white.svg);
}
.filters-overlay .filters-panel .row.filter-set label {
  padding-left: 35px;
  font-size: 18px;
}
.filters-overlay .filters-panel .row.filter-set .guest-picker {
  width: 100%;
}
.filters-overlay .filters-panel .row.filter-set .guest-picker p {
  font-size: 14px;
  text-transform: uppercase;
  color: #6f7b7c;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 410px) {
  .filters-overlay .filters-panel .row.filter-set .guest-picker .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filters-overlay .filters-panel .row.filter-set .guest-picker .col-6.picker {
    margin-bottom: 15px;
  }
  .filters-overlay .filters-panel .row.filter-set .guest-picker .col-6 p {
    text-align: center;
  }
}
.filters-overlay .filters-panel .row .btn-apply, .filters-overlay .filters-panel .row .btn-close {
  float: left;
}
@media (max-width: 480px) {
  .filters-overlay .filters-panel .row .btn-apply {
    width: 100%;
  }
}
.filters-overlay .filters-panel .row .btn-underline {
  margin-top: 14px;
  margin-left: 30px;
  color: #233746;
}
@media (max-width: 480px) {
  .filters-overlay .filters-panel .row .btn-underline {
    margin-left: 0;
    margin-top: 15px;
  }
}
.filters-overlay .filters-panel .row .btn-underline:before, .filters-overlay .filters-panel .row .btn-underline:after {
  background-color: #233746;
}

.filter-search-tray h4 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.filter-search-tray .qty-picker .quantity {
  background: transparent;
  color: #fff;
}
.filter-search-tray .qty-picker .btn-minus,
.filter-search-tray .qty-picker .btn-plus {
  background-color: #fff;
}
.filter-search-tray .qty-picker .btn-minus {
  background-image: url("../img/icon-minus-lblue.svg");
}
.filter-search-tray .qty-picker .btn-plus {
  background-image: url("../img/icon-plus-lblue.svg");
}
.filter-search-tray .checkbox-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .filter-search-tray .checkbox-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .filter-search-tray .checkbox-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.filter-search-tray .checkbox-wrapper .form-check-inline {
  margin-bottom: 1rem;
}
.filter-search-tray .checkbox-wrapper .form-check-label {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  font-style: normal;
}
.filter-search-tray .full-divider {
  margin: 0 0 10px 0;
}
.filter-search-tray .full-divider span {
  background-color: #fff;
}

.notices .notice-inner {
  padding: 40px;
  border: 1px solid #233746;
  position: relative;
  text-align: center;
}
.notices .notice-inner p {
  text-align: center;
}
.notices .notice-inner:before {
  pointer-events: none;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 2px solid #233746;
  position: absolute;
  content: '';
}
.notices .notice-inner p:first-of-type {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #233746;
}
.notices .notice-inner p a {
  color: #6f7b7c;
  text-decoration: underline;
}

.sp-regions h2, .sp-regions h3, .sp-towns h2, .sp-towns h3 {
  text-transform: uppercase;
}

.sp-activities h3 {
  margin-bottom: 35px;
  text-transform: uppercase;
}

.sp-towns {
  text-align: center;
}
.sp-towns h3 {
  margin-bottom: 30px;
}

.text-block + .sp-image-row {
  padding-top: 0;
  margin-top: -60px;
}

.sp-image-row + .button-row {
  padding-top: 0;
  margin-top: -30px;
}

.bg-dblue .sp-activity .activity-content {
  background-color: #233746;
}
.bg-dblue .sp-activity .activity-content span {
  color: #FFF;
}
.bg-dblue .sp-activity:after {
  background-color: #233746;
}

.checkerboard .checkerboard-row {
  margin-bottom: 40px;
}
.checkerboard .checkerboard-row .section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}
.checkerboard .checkerboard-row .section-title:before {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  background-color: #233746;
  height: 3px;
  margin-top: -1.5px;
}
.checkerboard .checkerboard-row .section-title h4 {
  padding-right: 10px;
  position: relative;
  background-color: #FFF;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkerboard .checkerboard-row .row-img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media (max-width: 991px) {
  .checkerboard .checkerboard-row .row-img {
    margin-bottom: 30px;
  }
}
.checkerboard .checkerboard-row .text-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.checkerboard .checkerboard-row .text-content p:first-of-type {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.checkerboard .checkerboard-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.checkerboard .checkerboard-row:nth-child(odd) h4 {
  float: right;
  padding-left: 10px;
  padding-right: 0px;
}
.checkerboard .checkerboard-row:last-child {
  margin-bottom: 0;
}

.about-block {
  text-align: center;
}
.about-block .stamp {
  width: 100%;
  height: 180px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-be-stamp-colour.png);
  background-image: url(../img/icon-be-stamp-colour.svg);
}
@media (max-width: 991px) {
  .about-block .stamp {
    margin-bottom: 30px;
  }
}
.about-block .icon-wrapper {
  padding-top: 20px;
}
.about-block .icon-wrapper > div {
  width: 100%;
  margin-bottom: 25px;
  height: 55px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-block .icon-wrapper > div.icon-home {
  background-image: url(../img/icon-home-white.png);
  background-image: url(../img/icon-home-white.svg);
}
.about-block .icon-wrapper p {
  color: #FFF;
}

.property-row h2 {
  text-align: center;
}
.property-row .btn-blok {
  margin-top: 50px;
}
.property-row h3 {
  text-transform: uppercase;
}
.property-row .attribute h4 {
  text-transform: uppercase;
  font-size: 18px;
}

.attribute {
  position: relative;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 20px;
}
.attribute h4 {
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
}
.attribute:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #6f7b7c;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  position: absolute;
}

.property-intro .text-content h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .property-intro .text-content {
    margin-bottom: 30px;
  }
}
.property-intro .btn-blok {
  margin-bottom: 15px;
}
.property-intro .master-cancel {
  background-color: #6f7b7c;
  padding: 10px 20px;
}
.property-intro .master-cancel p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  float: left;
  margin-right: 5px;
}
.property-intro .master-cancel a {
  color: #FFF;
  text-decoration: underline;
}
.property-intro .property-amenities {
  background-color: transparent;
  padding-top: 0px;
}
.property-intro .property-amenities ul {
  display: inline-block;
}
.property-intro .property-amenities ul li {
  flex-grow: 1;
  display: inline-block;
  margin-right: 30px;
}
.property-intro .property-amenities ul li:last-child {
  margin-right: 0;
}
.property-intro .property-amenities ul li span {
  color: #233746;
  padding-left: 40px;
}
.property-intro .property-amenities ul li span:before {
  width: 35px;
  background-position-x: left;
}
.property-intro .property-amenities ul li.icon-guests span:before {
  background-image: url(../img/icon-guests-gold.png);
  background-image: url(../img/icon-guests-gold.svg);
}
.property-intro .property-amenities ul li.icon-beds span:before {
  background-image: url(../img/icon-bed-gold.png);
  background-image: url(../img/icon-bed-gold.svg);
}
.property-intro .property-amenities ul li.icon-bathrooms span:before {
  background-image: url(../img/icon-bath-gold.png);
  background-image: url(../img/icon-bath-gold.svg);
}
.property-intro .property-amenities ul li.icon-pets span:before {
  background-image: url(../img/icon-pet-gold.png);
  background-image: url(../img/icon-pet-gold.svg);
}

.property-details .swiper-container.collection-swiper, .breakdown-collection .swiper-container.collection-swiper {
  width: calc(100% + 60px);
  margin-bottom: 45px;
  margin-left: -15px;
  padding-left: 0;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .property-details .swiper-container.collection-swiper, .breakdown-collection .swiper-container.collection-swiper {
    padding-left: calc((100vw - 990px)/2);
    padding-right: calc((100vw - 990px)/2);
  }
}
@media (min-width: 1200px) {
  .property-details .swiper-container.collection-swiper, .breakdown-collection .swiper-container.collection-swiper {
    padding-left: calc((100vw - 1170px)/2);
    padding-right: calc((100vw - 1170px)/2);
  }
}

.breakdown-collection h3 {
  text-transform: uppercase;
}

.breakdown-collection + .property-details {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .breakdown-collection + .property-details {
    margin-top: -45px;
  }
}
@media (max-width: 768px) {
  .breakdown-collection + .property-details {
    margin-top: -30px;
  }
}

@media (max-width: 991px) {
  .property-details .details-row {
    flex-direction: column-reverse;
  }
}
.property-details .text-content p:first-of-type {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
.property-details .swiper-container.collection-swiper .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .property-details .swiper-container.collection-swiper .swiper-wrapper {
    margin-left: 15px;
  }
}
.property-details .card {
  text-align: center;
  min-height: 350px;
  border: 0;
  padding: 10px;
  border: 1px solid #6f7b7c;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  width: 28%;
}
.property-details .card.double-card {
  width: 56%;
}
.property-details .card.double-card .inner > div {
  flex: 1;
}
.property-details .card.double-card .inner > div:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid #6f7b7c;
}
.property-details .card.double-card .inner > div:nth-child(2) {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .property-details .card {
    width: 40%;
  }
  .property-details .card.double-card {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .property-details .card {
    width: 66.6%;
  }
  .property-details .card.double-card {
    width: 80%;
  }
}
.property-details .card .inner {
  border: 1px solid #233746;
  padding: 15px;
  height: 100%;
  min-height: 330px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.property-details .card .inner > div {
  width: 100%;
}
.property-details .card .inner h4 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 22px;
}
.property-details .card .inner .icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 45px;
  width: 100%;
  margin-bottom: 25px;
}
.property-details .card .inner .icon.icon-double {
  background-image: url(../img/icon-bed-blue.png);
  background-image: url(../img/icon-bed-blue.svg);
}
.property-details .card .inner .icon.icon-bed {
  background-image: url(../img/icon-single_bed-blue.png);
  background-image: url(../img/icon-single_bed-blue.svg);
}
.property-details .card .inner .icon.icon-bath {
  background-image: url(../img/icon-bath-blue.png);
  background-image: url(../img/icon-bath-blue.svg);
}
.property-details .card .inner .icon.icon-shower {
  background-image: url(../img/icon-shower-blue.png);
  background-image: url(../img/icon-shower-blue.svg);
}
.property-details .card .inner .icon.icon-wc {
  background-image: url(../img/icon-wc-blue.png);
  background-image: url(../img/icon-wc-blue.svg);
}

.property-slider .swiper-container.collection-swiper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 45px;
}
.property-slider .swiper-container.collection-swiper .swiper-slide {
  min-height: 540px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .property-slider .swiper-container.collection-swiper .swiper-slide {
    min-height: 260px;
  }
}
.property-slider .swiper-container.collection-swiper .swiper-slide a {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.property-details, .breakdown-collection {
  overflow: hidden;
}
.property-details .collectioncontrols, .breakdown-collection .collectioncontrols {
  position: absolute;
  top: 0;
  right: 0;
}
.property-details .collectioncontrols > div, .breakdown-collection .collectioncontrols > div {
  position: static;
  float: left;
  height: 40px;
  width: 40px;
  border: 3px solid #6f7b7c;
  background-color: #fff;
  background-image: url(../img/icon-chevron-right-black.png);
  background-image: url(../img/icon-chevron-right-black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  outline: none;
}
.property-details .collectioncontrols > div:first-child, .breakdown-collection .collectioncontrols > div:first-child {
  margin-right: 10px;
  transform: rotate(-180deg);
}
.property-details .collectioncontrols > div:after, .breakdown-collection .collectioncontrols > div:after {
  display: none;
}

.property-sharing {
  margin-top: 30px;
  text-align: center;
}
.property-sharing h5 {
  text-transform: uppercase;
}
.property-sharing ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 10px 0 0;
}
.property-sharing ul li {
  display: inline-block;
  margin-right: 15px;
}
.property-sharing ul li:last-child {
  margin-right: 0;
}
.property-sharing ul li a {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #233746;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.property-sharing ul li a.icon-facebook {
  background-image: url(../img/icon-facebook-white.png);
  background-image: url(../img/icon-facebook-white.svg);
  background-size: 12px;
}
.property-sharing ul li a.icon-twitter {
  background-image: url(../img/icon-twitter-white.png);
  background-image: url(../img/icon-twitter-white.svg);
  background-size: 22px;
}
.property-sharing ul li a.icon-email {
  background-image: url(../img/icon-email-white.png);
  background-image: url(../img/icon-email-white.svg);
  background-size: 22px;
}
.property-sharing ul li a:hover {
  background-color: #b78e4e;
}

.property-slider {
  margin-top: 30px;
}

.area-details {
  color: #FFF;
}
.area-details .map-wrapp {
  border: 1px solid #fff;
  padding: 15px;
}
.area-details .acf-map {
  min-height: 400px;
  position: relative;
  border: 2px solid #FFF;
}
@media (max-width: 991px) {
  .area-details .acf-map {
    min-height: 300px;
  }
}

.property-summary {
  padding: 30px;
  margin-top: 30px;
}
.property-summary h4 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 20px;
}
.property-summary h4:before, .property-summary h4:after {
  width: calc(100% - 30px);
  left: 15px;
  background-color: #FFF;
  margin-left: 0;
  background-image: none;
  content: '';
  position: absolute;
}
.property-summary h4:before {
  top: 40px;
  height: 2px;
}
.property-summary h4:after {
  top: 44px;
  height: 1px;
}
.property-summary .summary-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6f7b7c;
}
.property-summary .summary-item:last-child {
  border-bottom: 0;
}
.property-summary .summary-item h5 {
  font-size: 14px;
  line-height: 17px;
  margin-top: 0;
  color: #FFF;
}
.property-summary .summary-item p {
  font-size: 16px;
  line-height: 19px;
}
.property-summary .summary-item p:last-of-type {
  margin-bottom: 0;
}

.accordion-wrapper {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .accordion-wrapper {
    padding-right: 0;
  }
}
.accordion-wrapper .detail-accordion {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #233746;
  font-size: 18px;
  border-bottom: 2px solid #233746;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}
.accordion-wrapper .detail-accordion:hover {
  text-decoration: none;
  border-bottom-color: #6f7b7c;
}
.accordion-wrapper .detail-accordion:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-down-black.png);
  background-image: url(../img/icon-arrow-down-black.svg);
}
.accordion-wrapper .accordion-content {
  display: none;
}

.mfp-counter {
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}

button.mfp-arrow {
  border: 3px solid #6f7b7c;
  background-color: #fff;
  background-image: url(../img/icon-chevron-right-black.png);
  background-image: url(../img/icon-chevron-right-black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  opacity: 1;
  margin-top: -20px;
  background-size: 12px;
}
button.mfp-arrow.mfp-arrow-right {
  right: 30px;
}
button.mfp-arrow.mfp-arrow-left {
  left: 30px;
  transform: rotate(-180deg);
}
button.mfp-arrow:after, button.mfp-arrow:before {
  display: none;
}
button.mfp-arrow:active {
  margin-top: -20px;
}

.property-row .full-divider {
  display: none;
}

.property-reviews {
  padding-bottom: 60px;
}

.text-block + .property-reviews {
  padding-top: 0;
  margin-top: 10px;
}

.property-reviews + .property-row {
  padding-top: 0;
}
.property-reviews + .property-row .full-divider {
  display: block;
  margin-top: 0;
  margin-bottom: 90px;
}

.property-slider + .text-block {
  padding-top: 0;
}

.page-template-tmp-homepage .property-row.bg-lgrey {
  background-color: #FFF;
}
.page-template-tmp-homepage .sp-regions {
  background-color: #f2f2f2;
}

.property-highlights h2 {
  text-transform: uppercase;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.property-list {
  position: relative;
}
.property-list:before {
  content: '';
  width: 100%;
  height: calc(100% - 50px - 300px);
  background-color: rgba(35, 55, 70, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* default: show grid, hide mapview - handled by JS on load */
.properties-grid {
  display: block;
}

.properties-mapview {
  display: block;
}

/* when map is on */
.property-list.is-map .properties-grid {
  display: none;
}

.property-list.is-map .properties-mapview {
  display: block;
}

/* make the list scroll in map view (match map height) */
.property-list.is-map .list-col {
  overflow-y: auto;
  border-top: 1px solid rgba(111, 123, 124, 0.1);
  padding-top: 16px;
}

.property-list.is-map #properties-map,
.property-list.is-map .list-col {
  height: calc(100vh - 180px) !important;
  max-height: calc(100vh - 180px);
}

.property-list.is-map {
  padding-bottom: 0 !important;
}
.property-list.is-map > .container-fluid {
  max-width: 100%;
  overflow: hidden;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .property-list.is-map > .container-fluid .property-list-filters {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .property-list.is-map > .container-fluid .property-list-filters {
    padding-right: 60px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 1199.99px) {
  .property-list.is-map > .container-fluid {
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  .property-list.is-map .property-list-filters .item-container {
    display: none;
  }
  .property-list.is-map .property-list-filters > .row {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .property-list.is-map .property-list-filters > .row > div {
    flex: 1;
  }
  .property-list.is-map .property-list-filters > .row > div:nth-child(2) {
    justify-content: flex-end;
  }
  .property-list.is-map .property-list-filters > .row > div:nth-child(3) {
    display: none;
  }
}
.property-list.is-map .pagination-row, .property-list.is-map .item-container {
  display: none;
}

@media (max-width: 991px) {
  .property-list:not(.is-map) .property-list-filters > .row {
    flex-direction: row;
    align-items: center;
  }
  .property-list:not(.is-map) .property-list-filters > .row > div {
    flex: 1;
  }
  .property-list:not(.is-map) .property-list-filters > .row > div:nth-child(2) {
    justify-content: flex-end;
  }
  .property-list:not(.is-map) .property-list-filters > .row > div:nth-child(2) .item-container {
    display: none;
  }
  .property-list:not(.is-map) .property-list-filters > .row > div:nth-child(3) {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 16px;
  }
  .property-list:not(.is-map) .property-list-filters > .row > div:nth-child(3) .item-container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .property-row,
  .properties-grid,
  .property-list-filters,
  .booking-bar {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.property-list-filters h5 {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  font-weight: normal;
}
.property-list-filters h5:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 4px;
  top: 50%;
  left: 0;
  background-color: #f2f2f2;
  margin-top: -2px;
}
.property-list-filters h5 span {
  display: inline-block;
  padding-right: 15px;
  background-color: #FFF;
  position: relative;
}
.property-list-filters .item-container {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  align-items: center;
}
.property-list-filters .item-container label {
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .property-list-filters .item-container label {
    display: none;
  }
}
.property-list-filters .item-container select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  border: 2px solid #FFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: transparent url(../img/arrow-down-navy.png) 97% center no-repeat;
  background: transparent url(../img/arrow-down-navy.svg) 97% center no-repeat;
  background-size: 15px 12px;
  margin-bottom: 20px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-sort-blue.png);
  background-image: url(../img/icon-sort-blue.svg);
  background-position-x: calc(100% - 15px);
  background-size: 16px;
  min-width: 300px;
  background-color: rgba(35, 55, 70, 0.1);
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .property-list-filters .item-container select {
    font-size: 16px;
    width: 100%;
  }
}
.property-list-filters .list-map-toggle {
  min-width: 93px;
}
.property-list-filters .list-map-toggle .toggle-track {
  display: flex;
  width: auto;
  height: 50px;
  border: 1px solid #233746;
  position: relative;
  padding: 2.5px;
}
.property-list-filters .list-map-toggle .toggle-track .toggle-highlight {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  background-color: #233746;
  width: 43px;
  height: 42.5px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
}
.property-list-filters .list-map-toggle .toggle-track .toggle-highlight.show-map {
  left: calc(100% - 45.5px);
}
.property-list-filters .list-map-toggle a {
  display: block;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 43px;
  max-width: 43px;
  position: relative;
  background-size: 23px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.property-list-filters .list-map-toggle a:first-child {
  border-right: 0;
}
.property-list-filters .list-map-toggle a.btn-list {
  background-image: url(../img/icon-list-blue.png);
  background-image: url(../img/icon-list-blue.svg);
}
.property-list-filters .list-map-toggle a.btn-list.active {
  background-image: url(../img/icon-list-white.png);
  background-image: url(../img/icon-list-white.svg);
}
.property-list-filters .list-map-toggle a.btn-map {
  background-image: url(../img/icon-map-blue.png);
  background-image: url(../img/icon-map-blue.svg);
}
.property-list-filters .list-map-toggle a.btn-map.active {
  background-image: url(../img/icon-map-white.png);
  background-image: url(../img/icon-map-white.svg);
}
@media (max-width: 768px) {
  .property-list-filters .btn-blok.icon-filter {
    width: 100%;
    margin-bottom: 15px;
  }
  .property-list-filters .item-container {
    width: calc(100% - 136px);
  }
}

.property-carousel .bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 230px;
}
.property-carousel .sp-property > div {
  box-shadow: none;
}
.property-carousel .sp-property .property-promotion {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.property-carousel .sp-property .property-content {
  background-color: #f2f2f2;
  padding: 30px;
}
.property-carousel .swiper-button-prev, .property-carousel .swiper-button-next {
  border: 2px solid #6f7b7c;
  background-image: url("../img/icon-chevron-right-black.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
}
.property-carousel .swiper-button-prev:after, .property-carousel .swiper-button-next:after {
  display: none;
}
@media (max-width: 991px) {
  .property-carousel .swiper-button-prev, .property-carousel .swiper-button-next {
    display: none;
  }
}
.property-carousel .swiper-container {
  padding-bottom: 30px;
}
.property-carousel .swiper-pagination {
  bottom: -6px;
}
.property-carousel .swiper-pagination > span {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #233746;
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.property-carousel .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #233746;
}
.property-carousel .swiper-controls {
  position: Absolute;
  top: 0;
  left: 0;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
.property-carousel .swiper-button-prev {
  transform: rotate(180deg);
}

.customer-reviews {
    /*
	&:after {
		width: 100%;
		content:'';
		height:50px;
		background-color:#405464;
		display: block;
	}
*/
  border-bottom: 50px solid #405464;
}
@media (max-width: 768px) {
  .customer-reviews .text-content {
    margin-bottom: 30px;
  }
}

.review-block-wrapper {
  margin-bottom: 30px;
}

.review-block {
  background-color: #FFF;
  padding: 20px 20px 20px 70px;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  min-height: 120px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.review-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-quote-blue.png);
  background-image: url(../img/icon-quote-blue.svg);
  background-size: 30px;
}
.review-block p {
  font-family: "FS Siena", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.review-block p + p {
  margin-top: 15px;
}

.filter-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .filter-bar .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .filter-bar .row > div:first-child {
    overflow: hidden;
    overflow-x: scroll;
    padding-right: 0;
  }
}
.filter-bar ul {
  display: inline-block;
  margin: 28px 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .filter-bar ul {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
  }
}
.filter-bar ul li {
  display: inline-block;
  margin-right: 20px;
}
.filter-bar ul li:last-child {
  margin-right: 0;
}
.filter-bar ul li a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: #233746;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .filter-bar ul li a {
    white-space: nowrap;
  }
}
.filter-bar ul li a:after {
  content: '';
  width: 100%;
  height: 0px;
  background-color: #233746;
  position: absolute;
  bottom: -20px;
  left: 0;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
}
.filter-bar ul li a:hover, .filter-bar ul li a.active {
  text-decoration: none;
}
.filter-bar ul li a:hover:after, .filter-bar ul li a.active:after {
  height: 5px;
}
.filter-bar .item-container {
  position: relative;
}
.filter-bar .item-container label {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 14px;
  color: #233746;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
}
.filter-bar .item-container input {
  float: left;
}
.filter-bar .item-container input.search[type="text"] {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: transparent;
  border: 2px solid #FFF;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 50px;
  width: calc(100% - 50px);
  border: 1px solid #233746;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  border-right: 0;
  margin-bottom: 0;
}
.filter-bar .item-container input.btn-search {
  height: 50px;
  width: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 1px solid #233746;
  padding: 0;
  margin: 0;
  outline: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-search-blue.png);
  background-image: url(../img/icon-search-blue.svg);
  background-size: 18px;
}
.filter-bar .item-container.focused label {
  font-size: 10px;
  top: -6px;
  left: 10px;
  background-color: #f2f2f2;
  padding-left: 5px;
  padding-right: 5px;
}

.stories .title-row {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .stories .title-row {
    text-align: center;
  }
  .stories .title-row a {
    float: unset !important;
    margin: 15px auto 0;
  }
}
.stories .title-row h2 {
  margin: 7px 0 0;
}
.stories .row:not(.title-row) > div {
  margin-bottom: 30px;
}
.stories .col-md-4 .story .story-img {
  height: 220px;
}
.stories .inner {
  height: 100%;
}

.stories-grid .grid-item {
  margin-bottom: 30px;
}
.stories-grid .grid-item .inner {
  height: 100%;
}
.stories-grid .grid-item .story-img {
  height: 220px;
}
.stories-grid .grid-item.col-lg-8 .story-img {
  height: 240px;
}
.stories-grid .grid-item a {
  height: 100%;
}

.story-intro h5 a {
  color: #6f7b7c;
}
.story-intro h2 {
  margin-bottom: 10px;
}
.story-intro .date {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
}

.instagram-home {
  padding-bottom: 0;
  padding-top: 45px;
}
.instagram-home h2 {
  text-align: center;
}

.instagram-post {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
}

.text-content img {
  height: auto !important;
}

.breadcrumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12.5px 15px;
}
@media (max-width: 991px) {
  .breadcrumb {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .breadcrumb ul {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 25px;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:after {
  content: '||';
  color: #FFF;
  margin-right: 17px;
  margin-left: 17px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .breadcrumb ul li:first-child {
    position: relative;
  }
}
.breadcrumb ul li:first-child a {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumb ul li:first-child a {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: -25px;
    height: 100%;
    width: 50px;
    padding-left: 0;
  }
}
.breadcrumb ul li:first-child a:after {
  height: 100%;
  width: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-home-white.png);
  background-image: url(../img/icon-home-white.svg);
  background-position-x: left;
  background-size: 25px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  margin: 0;
}
.breadcrumb ul li:first-child a:hover {
  text-decoration: none;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .breadcrumb ul li a {
    white-space: nowrap;
  }
}

.section-nav {
  padding-top: 40px;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .section-nav {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.section-nav ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .section-nav ul {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
  }
}
.section-nav ul li {
  display: inline-block;
  margin-right: 30px;
}
.section-nav ul li:last-child {
  margin-right: 0;
}
.section-nav ul li a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  color: #233746;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .section-nav ul li a {
    white-space: nowrap;
  }
}
.section-nav ul li a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #233746;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
}
.section-nav ul li a:hover, .section-nav ul li a .active {
  text-decoration: none;
}
.section-nav ul li a:hover:after, .section-nav ul li a .active:after {
  height: 5px;
}
.section-nav.region-nav {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.section-nav.region-nav ul li a {
  color: #FFF;
  font-weight: bold;
  position: relative;
  display: block;
}
.section-nav.region-nav ul li a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #b78e4e;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
}
.section-nav.region-nav ul li a:hover, .section-nav.region-nav ul li a.active {
  color: #b78e4e;
  text-decoration: none;
}
.section-nav.region-nav ul li a:hover:after, .section-nav.region-nav ul li a.active:after {
  height: 5px;
}

.intro-block h5 {
  margin-bottom: 5px;
  color: #6f7b7c;
}

.text-content img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.text-content .caption {
  font-style: italic;
  display: block;
  color: #6f7b7c;
  font-size: 18px;
  line-height: 21px;
}
.text-content img + .caption {
  margin-top: -30px;
  margin-bottom: 40px;
}
.text-content ul + img, .text-content ol + img {
  margin-top: 30px;
}
.text-content a {
  color: #b78e4e;
  font-weight: normal;
}
.text-content a[href^="tel:"] {
  color: #233746;
  font-weight: normal;
}

form.wpcf7-form {
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
form.wpcf7-form > .row {
  border: 2px solid #233746;
  padding: 60px 15px;
  margin-left: 0;
  margin-right: 0;
}
form.wpcf7-form .form-content {
  padding: 30px;
  background: #f2f2f2;
  margin-top: 20px;
}
form.wpcf7-form .form-content p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 576px) {
  form.wpcf7-form .form-content p {
    text-align: center;
  }
  form.wpcf7-form .form-content form {
    text-align: left;
  }
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="password"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="date"], form.wpcf7-form input[type="number"] {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: transparent;
  border: 2px solid #FFF;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
}
form.wpcf7-form textarea {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: transparent;
  border: 2px solid #FFF;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 120px;
  resize: vertical;
}
form.wpcf7-form .item-wrapper {
  position: relative;
}
form.wpcf7-form .item-wrapper.focused label {
  top: -12px;
  left: 25px;
  padding: 5px;
  background: #ffffff;
  font-size: 11px;
}
form.wpcf7-form .item-wrapper.focused label:after {
  height: 50%;
}
form.wpcf7-form .item-wrapper.focused input, form.wpcf7-form .item-wrapper.focused select {
  border-color: #6f7b7c;
}
form.wpcf7-form .item-wrapper.wpcf7-datepicker label {
  top: -12px;
  left: 25px;
  padding: 5px;
  background: #ffffff;
  font-size: 11px;
}
form.wpcf7-form .item-wrapper.wpcf7-datepicker label:after {
  height: 50%;
}
form.wpcf7-form label {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 25px;
  text-transform: uppercase;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  pointer-events: none;
  z-index: 10;
}
form.wpcf7-form label span {
  font-size: 9px;
}
form.wpcf7-form label:after {
  content: '';
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
}
@media (max-width: 991px) {
  form.wpcf7-form label {
    font-size: 14px;
  }
}
form.wpcf7-form select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  border: 2px solid #FFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: transparent url(../img/arrow-down-navy.png) 97% center no-repeat;
  background: transparent url(../img/arrow-down-navy.svg) 97% center no-repeat;
  background-size: 15px 12px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
form.wpcf7-form form > .row {
  margin-left: 0;
  margin-right: 0;
}
form.wpcf7-form .check-wrapper {
  margin-bottom: 5px;
  pointer-events: none;
}
form.wpcf7-form .check-wrapper input {
  pointer-events: all;
}
form.wpcf7-form .check-wrapper label {
  position: static;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  form.wpcf7-form .check-wrapper label {
    font-size: 12px;
  }
}
form.wpcf7-form .check-wrapper label a {
  color: #233746;
  text-decoration: underline;
  pointer-events: all;
}
form.wpcf7-form .check-wrapper label:after {
  display: none;
}
form.wpcf7-form .check-wrapper .wpcf7-list-item {
  margin-left: 0;
  margin-right: 12px;
}
form.wpcf7-form .submit-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
form.wpcf7-form .submit-wrapper input {
  background-color: #b78e4e;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  outline: none;
  background-image: url(../img/arrow-right-white.png);
  background-image: url(../img/arrow-right-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px;
  text-indent: -99999px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
form.wpcf7-form .submit-wrapper input:hover {
  background-color: #6f7b7c;
}
form.wpcf7-form .submit-wrapper label {
  margin-left: 40px;
  font-size: 14px;
  letter-spacing: 2px;
}
form.wpcf7-form .submit-wrapper label:after {
  content: '';
}

.page-id-529 .booking-form {
  display: none;
}

.error404 .fof-wrapper {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
  background-image: url(../img/home-hero.jpg);
}
.error404 .fof-wrapper .fof-content {
  color: #FFF;
}
@media (max-width: 991px) {
  .error404 .fof-wrapper .fof-content {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .error404 .fof-wrapper .fof-content {
    padding-top: 45px;
  }
}
.error404 .fof-wrapper .fof-content h1 {
  color: #FFF;
  width: 100%;
  margin-bottom: 15px;
}
.error404 .fof-wrapper .fof-content p {
  width: 80%;
  margin: 0 auto;
  color: #FFF;
}
.error404 .fof-wrapper .booking-form.has-bg {
  background-image: none !important;
  padding-top: 30px;
}
.error404 .fof-wrapper .booking-form.has-bg:before {
  display: none;
}
.error404 .fof-wrapper .booking-form .title, .error404 .fof-wrapper .booking-form .or-phone {
  display: none;
}

.info-strip p {
  letter-spacing: 2px;
}

header .nav-row .dropdown:hover .dropdown-menu {
  display: block;
}
header .nav-row .dropdown-menu {
  padding: 10px 20px 15px;
  border: 0;
  border-radius: 0;
  top: 38px;
  left: -20px;
}

.menu-item-has-children:hover .megamenu {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.megamenu {
  background-color: #233746;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 25;
  text-align: left;
  padding: 10px 0 20px;
  top: 55px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
@media (max-width: 991px) {
  .megamenu {
    display: none !important;
  }
}
.megamenu .sp-image {
  height: 320px;
  margin-bottom: 0;
}
.megamenu a {
  color: #fff;
}
.megamenu .section-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.megamenu .section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  background-color: #b78e4e;
  height: 3px;
  margin-top: -1.5px;
}
.megamenu .section-title h4 {
  color: #fff;
  padding-right: 10px;
  position: relative;
  background-color: #233746;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.megamenu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu ul li a {
  display: block;
  padding: 7px 0;
  font-size: 20px;
  font-weight: 400;
}

.property-highlights .nav {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.property-highlights .nav .nav-item .nav-link {
  color: #fff;
  position: relative;
}
.property-highlights .nav .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #b78e4e;
}
.property-highlights .bg-img {
  height: 400px;
  position: relative;
}
.property-highlights .bg-img:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #FFF;
  pointer-events: none;
}
.property-highlights .swiper-pagination {
  position: relative;
  top: -40px;
}

@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
