@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: "";
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * 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;
}
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: top;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}
/*! Made with Bones: http://themble.com/bones :) */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.intro-panel__overlay, .intro-text__back, .video-single__overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
    Flex direction
 */
.image-and-image__row.image-right, .text-and-image__row.image-left {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*
    Flex wrap
 */
.header__row, .contact-map__row, .contact-page__row, .get-in-touch__row, .large-image-and-caption__overlay__row, .panels-2-images-text__row, .panels-x3__row, .text-and-action-panel__row {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.footer__row, .caption-grid__row, .caption-grid-threecol__row, .caption-grid-fourcol__row, .enquiry-form__row, .image-and-image__row, .intro-text-backbutton__row, .photo-gallery__header__row, .product-list__row, .product-single__row, .search-results__row, .text-and-image__row, .text-and-list__row, .text-block__extra__row, .video-set__row, .video-set-twocol__row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.intro-panel__overlay, .intro-text__back, .video-single__overlay {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header nav .menu {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*
    Align items
 */
.header__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/*
    Align self
 */
/*
    Align content
 */
/* set widths */
/* $small-bar-margin: 15px; */
/* fonts */
/* colours */
/* borders */
/* padding */
/* left/right padding below page width, above xs */
/* padding at xs */
/*
 * Columns should be e.g.
 * 1,3,2  (renders column 1, then column 3, then column 2)
 */
/*

regular-columns:
margin: [left/right/top/bottom cell padding]
margin-x: [left/right padding]
columns: [number of columns]
wrap: [wrap/nowrap] default nowrap
size: [md/sm-xs etc] default md
margin-only: [set when padding NOT intended for SM-XS] default unset
direction: [reverse] default unset
 */
/* 2 columns, left 2 wide, right 1 wide, reversing when narrow */
/* 2 columns, left 1 wide, right 2 wide */
/* columns
'size'=>'a',  (one of the breakpoints)
'basis'=>4, (number of effective columns)
'margin'=>15, (margin horiz & vertical)
'margin-x'=>15, (margin - horiz only)
'cols'=>1,3  (column width for each column)
'order'=>3,1,2  (order that columns should appear e.g. 3rd column then 1st column then 2nd column)
 */
/* This file does NOT contain any site-specific styles - add those to site/x */
.header, .footer, .buttons, .caption-grid, .contact-map, .contact-page, .get-in-touch, .enquiry-form, .html-block, .image-and-image, .intro-panel, .intro-text, .large-image, .large-image-and-caption, .map, .navigation, .navigation-sub, .panels-2-images-text, .panels-x3, .photo-gallery, .product-basket, .product-category-description, .product-list, .product-single, .search-bar, .search-results, .testimonial, .text-and-action-panel, .text-and-image, .text-and-list, .text-block, .video-single, .video-set {
  max-width: auto;
  margin: auto;
}
.header__inner, .footer__inner, .buttons__inner, .caption-grid__inner, .contact-map__inner, .contact-page__inner, .get-in-touch__inner, .enquiry-form__inner, .html-block__inner, .image-and-image__inner, .intro-panel__inner, .intro-text__inner, .large-image__inner, .large-image-and-caption__inner, .map__inner, .navigation__inner, .navigation-sub__inner, .panels-2-images-text__inner, .panels-x3__inner, .photo-gallery__inner, .product-basket__inner, .product-category-description__inner, .product-list__inner, .product-single__inner, .search-bar__inner, .search-results__inner, .testimonial__inner, .text-and-action-panel__inner, .text-and-image__inner, .text-and-list__inner, .text-block__inner, .video-single__inner, .video-set__inner {
  max-width: 1440px;
  margin: auto;
}
.hidden {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .hidden-xs-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .hidden-md {
    display: none;
  }
}
#content {
  margin-top: 0;
}
h1, h2, h3, h4 {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* used to hide menu text for social menus */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pagination .page-numbers {
  display: block;
}
.pagination .page-numbers li {
  display: inline-block;
}
.dropdown-holder .button, .dropdown-holder button {
  margin: 0;
}
.dropdown-holder {
  margin: 10px;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  z-index: 2;
  width: 100%;
}
.dropdown-content ul {
  margin-top: 0;
}
.dropdown-content a {
  display: block;
  padding: 5px 10px;
}
.dropdown-menu.menu-social-sharing .fa {
  min-width: 18px;
  text-align: center;
}
.dropdown-menu.menu-social-sharing a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dropdown-menu.menu-social-sharing a:hover {
  color: #999;
}
.in-page-status {
  position: relative;
}
.in-page-status.success .success-holder, .in-page-status.wait .wait-holder, .in-page-status.error .error-holder {
  opacity: 1;
  display: flex;
  /* background-color: rgba(255,255,255,0.9); */
  background-color: #e6dbcd;
  /* beige tinge */
}
.in-page-status.success.no-alpha .success-holder, .in-page-status.wait.no-alpha .wait-holder, .in-page-status.error.no-alpha .error-holder {
  /*  background-color: rgba(255,255,255,1); */
  background-color: #e6dbcd;
  /* beige tinge */
}
.in-page-status.error .error-holder {
  cursor: default;
  color: #a00000;
  font-weight: bold;
}
.in-page-status .nv-message {
  font-family: "Arial", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  /* too big and it covers the header... */
  transition: all 0.5s ease-in-out;
  color: #333;
  padding: 20px;
  line-height: 1.5em;
}
.in-page-status .nv-message div {
  margin: auto;
  text-align: center;
}
body .pagination {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  body .pagination {
    text-align: center;
  }
}
body .pagination .page-numbers {
  display: block;
}
body .pagination li {
  display: inline;
}
body .pagination .page-numbers {
  display: inline-block;
  padding: 5px;
  color: #222;
  min-width: 26px;
  text-align: center;
  border-radius: 100%;
}
body .pagination .page-numbers.current {
  color: #FFF;
  background-color: #000;
}
/* slick nav slider */
/* http://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  /* height: 20px; width: 20px; */
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -33px;
  padding: 0;
  border: none;
  outline: none;
}
/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  /*  opacity: 1; */
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.35;
}
.slick-prev:before, .slick-next:before {
  font-family: "emmagreenhill";
  font-size: 35px;
  line-height: 1;
  color: inherit;
}
.slick-prev, .slick-next {
  opacity: 0.5;
  padding: 15px;
  background: #FFF;
  color: #222;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}
.slick-prev {
  left: 0px;
}
/* [dir="rtl"] .slick-prev { left: auto; right: 15px; } */
.slick-prev:before {
  content: "";
}
/* [dir="rtl"] .slick-prev:before { content: "\e803"; } */
.slick-next {
  right: 0px;
}
/* [dir="rtl"] .slick-next { left: 15px; right: auto; } */
.slick-next:before {
  content: "";
}
/* [dir="rtl"] .slick-next:before { content: "\e802"; } */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wrapper--slide-caption {
    padding-bottom: 70px;
  }
}
.wrapper--slide-caption:after {
  content: " ";
  border-bottom-width: 250px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
/* On homepage - slide content can vary - we use equal heights JS on load, do we need more? better? */
/*
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

 opacity: 1;

 }
*/
/* Dots */
ul.slick-dots {
  margin: 25px 0 25px 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  width: 100%;
  z-index: 1;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #BBB;
  -webkit-appearance: none;
  border: 0;
  opacity: 0.25;
  /* color: #FFF; */
  /* border: 5px green solid; */
  outline: none;
  /*   background: transparent; */
}
ul.slick-dots li button:before {
  font-size: 24px;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-slide {
  outline: none;
}
.slider--big .slick-slide {
  padding: 0;
  margin: 0 20px;
}
.slick-slide img {
  display: block;
  max-width: none;
  width: 100%;
}
.slick-track {
  text-align: center;
}
.slick-slide {
  max-width: 1440px;
  display: inline-block;
  /* max-height: $container-width/2;    */
}
/*
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
*/
/*# sourceMappingURL=slick.css.map */
/* enable slick buttons */
button.slick-next::before, button.slick-prev::before {
  font-size: 40px;
}
button.slick-arrow::before {
  font-family: FontAwesome;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
  z-index: 5;
}
button.slick-prev::before {
  content: "";
  margin-left: -4px;
}
button.slick-next::before {
  content: "";
  margin-right: -4px;
}
button.slick-next, button.slick-prev {
  background: #333;
  color: #FFF;
  border-radius: 100%;
  min-width: 50px;
  padding: 5px;
}
button.slick-next:hover, button.slick-prev:hover {
  opacity: 1;
  transition: all 0.15s ease 0s;
}
.slick-slide {
  cursor: grab;
}
.slick-prev {
  left: 8%;
}
.slick-next {
  right: 8%;
}
/* hide elements from desktop */
.visible-mobile {
  display: none;
}
@media (min-width: 481px) and (max-width: 1440px) {
  /* LAPTOP VIEW  */
  .header-small .titles-wrapper {
    display: none;
    height: 0;
    transition: all 0.15s ease-in-out;
  }
  .header-small #top {
    padding-top: 0;
    transition: all 0.15s ease-in-out;
  }
}
@media (max-width: 700px) {
  .slick-slide img {
    max-width: 600px;
  }
  .footnotes-wrapper {
    padding-bottom: 0;
  }
  .footer__footnotes {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0;
  }
  .footer__credits {
    margin-bottom: 20px;
  }
  div.tumblr-feed {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .visible-mobile {
    display: block;
  }
  h1.page-title {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none;
  }
  .slick-slide img {
    max-width: 480px;
  }
  button.slick-next::before, button.slick-prev::before {
    font-size: 24px;
  }
  button.slick-next, button.slick-prev {
    opacity: 0.6;
    min-width: 35px;
    padding: 5px;
  }
  .slick-prev {
    left: 4%;
  }
  .slick-next {
    right: 4%;
  }
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 51px;
  padding: 10px 20px;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 3px;
}
.slicknav_menu {
  *zoom: 1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.desktop .slicknav_menu {
  position: fixed;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 24px;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #333;
  top: 0px;
  position: relative;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  width: 24px;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
  display: flex;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: flex;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  box-sizing: border-box;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #333;
  font-weight: bold;
}
.slicknav_btn {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.slicknav_nav a {
  padding: 10px 21px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-weight: 700;
}
.sub-menu > li > a {
  padding-left: 30px;
}
.sub-menu > li > .sub-menu > li > a {
  padding-left: 50px;
}
.slicknav_nav li a {
  color: #666666;
  background: #F9F9F9;
}
.slicknav_nav li a a {
  color: #666666;
}
.slicknav_nav li > a {
  border-bottom: 1px solid #DDD;
}
.slicknav_nav li:first-child > a {
  border-top: 1px solid #DDD;
}
.slicknav_nav > li > .sub-menu > li > a {
  background: #F9F9F9;
  color: #666666;
}
.slicknav_nav > li > .sub-menu > li > a a {
  background: #FFF;
  color: #666666;
}
.slicknav_nav > li > a {
  color: #666666;
  background: #FFF;
}
.slicknav_nav > li > a:hover {
  text-decoration: none;
  background: #F9F9F9;
  transition: 0.2s ease all;
}
.slicknav_nav > li > a a {
  color: #666666;
  background: #FFF;
}
.slicknav_nav > li > a a:hover {
  text-decoration: none;
  background: #F9F9F9;
  transition: 0.2s ease all;
}
/* not in use - for sub nav? */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0 auto 0 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
/* MISC OVERRIDES FROM SUPERWIRE  */
.slicknav_menu {
  z-index: 120;
  width: 50%;
  margin-left: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_nav {
  width: 200%;
}
.slicknav_open .slicknav_icon-bar {
  /*-webkit-transition-delay: 0,.3s;
	transition-delay: 0,.3s;*/
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
  transform: translate(0px, 0px) rotate(-135deg);
  top: 5px;
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
  background: none;
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
  transform: translate(0px, 0px) rotate(135deg);
  top: -5px;
}
/* Magnific popup */
/* Magnific Popup CSS */
/* @import "settings"; */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 70%;
  cursor: auto;
  background: #FFF;
  padding: 10%;
  margin-top: 35px;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* lightbox 2 */
body:after {
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  color: #000;
  font-size: 25pt;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  color: #fff;
}
.lb-nav .lb-next i {
  position: relative;
  top: 50%;
  float: right;
  padding-right: 5px;
}
.lb-nav .lb-prev i {
  position: relative;
  top: 50%;
  float: left;
  padding-left: 5px;
}
.lb-prev, .lb-next {
  font-size: 25pt;
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 25pt;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* site bits */
body {
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  -moz-osx-font-smoothing: grayscale;
}
.intro-panel__title, .intro-panel__overlay-title, .intro-text__title, .photo-gallery__title, .product-basket__title, .product-category-description__title, .product-single__title, .search-results__title {
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .intro-panel__title, .intro-panel__overlay-title, .intro-text__title, .photo-gallery__title, .product-basket__title, .product-category-description__title, .product-single__title, .search-results__title {
    font-size: 24px;
  }
}
.contact-page__title, .enquiry-form__title, .photo-gallery__credits-project-details, .product-list__image span.category-title, .product-list__section-subheading, .testimonial__title, .text-and-action-panel__intro-action-title, .text-and-image__text-title, .text-and-list__text-title, .text-and-list__list-title, .text-block__title {
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page__title, .enquiry-form__title, .photo-gallery__credits-project-details, .product-list__image span.category-title, .product-list__section-subheading, .testimonial__title, .text-and-action-panel__intro-action-title, .text-and-image__text-title, .text-and-list__text-title, .text-and-list__list-title, .text-block__title {
    font-size: 16px;
  }
}
.mfp-content h4, .caption-grid__item__title, .contact-map__title, .large-image-and-caption__overlay-title, .panels-2-images-text__title, .panels-x3__panel-inner h3, .photo-gallery__credits-title, .product-basket__table-row-header, .product-basket-sidebar__table-row-header, .product-list__sidebar .action-panel-title, .product-list__category-list > li a, .text-and-image__text h3, .text-block__extra-title, .video-set__title {
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
}
.get-in-touch__title {
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
}
.mfp-content p, .modal .tab-title, .caption-grid__item__text, .contact-map__text, .contact-page__address, .contact-page__tel, .contact-page__email, .get-in-touch__email, .get-in-touch__tel, .get-in-touch__instagram, .intro-panel__overlay-text, .intro-text__text, .large-image-and-caption__overlay-text, .panels-2-images-text__text, .panels-x3__panel-inner, .photo-gallery__credits span, .product-basket__text, .product-category-description__text, .product-list__sidebar-description, .search-results__results, .testimonial__who, .text-and-action-panel__intro-action-text, .text-and-action-panel__intro-action-contact, .text-and-image__text-content, .text-and-list__text, .text-block__text, .post-password-form p {
  line-height: 180%;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
}
.mfp-content p p, .modal .tab-title p, .caption-grid__item__text p, .contact-map__text p, .contact-page__address p, .contact-page__tel p, .contact-page__email p, .get-in-touch__email p, .get-in-touch__tel p, .get-in-touch__instagram p, .intro-panel__overlay-text p, .intro-text__text p, .large-image-and-caption__overlay-text p, .panels-2-images-text__text p, .panels-x3__panel-inner p, .photo-gallery__credits span p, .product-basket__text p, .product-category-description__text p, .product-list__sidebar-description p, .search-results__results p, .testimonial__who p, .text-and-action-panel__intro-action-text p, .text-and-action-panel__intro-action-contact p, .text-and-image__text-content p, .text-and-list__text p, .text-block__text p, .post-password-form p p {
  hyphens: none;
}
b, strong, .strong {
  font-weight: 600;
}
/* in an ideal world, this would fit all blocks */
/* HR */
hr {
  border: 0;
  border-bottom: 1px solid #CCC;
  margin: 25px 0px;
}
/* link styles */
a {
  color: #111111;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
  color: #386EAF;
}
.caption-grid__item__action, .intro-panel__overlay-action, .intro-text__back-link, .large-image-and-caption__overlay-action, .panels-2-images-text__action, .photo-gallery__link, .product-basket__back-link, .product-single__action-back, .text-and-image__link {
  margin-top: 25px !important;
  display: inline-block !important;
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-decoration: none;
  color: #111111;
  font-size: 16px;
  /* text-transform: capitalize; */
  padding: 6px 20px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #666;
  transition: 0.2s ease;
}
.caption-grid__item__action:hover, .intro-panel__overlay-action:hover, .intro-text__back-link:hover, .large-image-and-caption__overlay-action:hover, .panels-2-images-text__action:hover, .photo-gallery__link:hover, .product-basket__back-link:hover, .product-single__action-back:hover, .text-and-image__link:hover {
  text-decoration: none;
  /* opacity: 0.75; */
  color: #000;
  background: white;
  border: 1px solid #CCC;
}
.caption-grid__item__action:hover span, .intro-panel__overlay-action:hover span, .intro-text__back-link:hover span, .large-image-and-caption__overlay-action:hover span, .panels-2-images-text__action:hover span, .photo-gallery__link:hover span, .product-basket__back-link:hover span, .product-single__action-back:hover span, .text-and-image__link:hover span {
  border-bottom-color: #999;
}
.caption-grid__item__action span, .intro-panel__overlay-action span, .intro-text__back-link span, .large-image-and-caption__overlay-action span, .panels-2-images-text__action span, .photo-gallery__link span, .product-basket__back-link span, .product-single__action-back span, .text-and-image__link span {
  /* border-bottom: 1px solid; */
}
.text-and-list__list ul, .text-block__text ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 180%;
}
.mfp-content .button, .buttons__button, .panels-x3__panel-inner a.button, .product-basket__button, .product-basket__fields button, .product-basket-sidebar__button, .product-list__category-list ul.product-list .product-button, .product-single__button, .text-and-action-panel__intro-action-button, .enquiry-form__form-action, .text-and-list__button, .post-password-form input[type=submit] {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-size: 13px;
  padding: 6px 24px;
  border: 2px;
  border-color: #333;
  background-color: #333;
  border-radius: 5px;
  border-style: solid;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  min-width: 150px;
  line-height: 150%;
}
.mfp-content .button:hover, .buttons__button:hover, .panels-x3__panel-inner a.button:hover, .product-basket__button:hover, .product-basket__fields button:hover, .product-basket-sidebar__button:hover, .product-list__category-list ul.product-list .product-button:hover, .product-single__button:hover, .text-and-action-panel__intro-action-button:hover, .enquiry-form__form-action:hover, .text-and-list__button:hover, .post-password-form input[type=submit]:hover {
  color: #FFFFFF;
  opacity: 0.85;
  transition: 0.2s ease all;
  text-decoration: none;
}
.mfp-content .button, .buttons__button, .panels-x3__panel-inner a.button, .product-basket__button, .product-basket__fields button, .product-basket-sidebar__button, .product-list__category-list ul.product-list .product-button, .product-single__button, .text-and-action-panel__intro-action-button {
  border-color: #333;
  color: #333;
  background-color: #FFFFFF;
}
.mfp-content .button:hover, .buttons__button:hover, .panels-x3__panel-inner a.button:hover, .product-basket__button:hover, .product-basket__fields button:hover, .product-basket-sidebar__button:hover, .product-list__category-list ul.product-list .product-button:hover, .product-single__button:hover, .text-and-action-panel__intro-action-button:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}
.contact-map__panel, .panels-2-images-text .panel__inner, .panels-x3.style-grey .panels-x3__panel-inner, .product-list__sidebar .action-panel, .text-and-action-panel__intro-action-panel, .text-and-image__text .panel-inner {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}
.contact-map__panel p > a, .panels-2-images-text .panel__inner p > a, .panels-x3.style-grey .panels-x3__panel-inner p > a, .product-list__sidebar .action-panel p > a, .text-and-action-panel__intro-action-panel p > a, .text-and-image__text .panel-inner p > a {
  text-decoration: underline;
}
.intro-panel__overlay, .large-image__image, .large-image-and-caption__overlay, .video-single__inner {
  background-size: cover;
  background-position: center center;
  height: 75vh;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .intro-panel__overlay, .large-image__image, .large-image-and-caption__overlay, .video-single__inner {
    min-height: 325px;
    height: 55vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-panel__overlay, .large-image__image, .large-image-and-caption__overlay, .video-single__inner {
    min-height: 460px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 9999px) {
  .intro-panel__overlay, .large-image__image, .large-image-and-caption__overlay, .video-single__inner {
    min-height: 500px;
    max-height: 800px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile_only {
    display: none !important;
  }
}
/* 404 */
.page-body.error-404 {
  padding: 50px;
  text-align: center;
}
/* MISC 2024 STYLES  TO BE MOVED... */
.home .divider {
  display: none;
}
.home .intro-panel {
  margin-bottom: 30px;
}
#menu-studios-menu, #menu-events-menu, #menu-ibiza-menu, #menu-event-spaces {
  display: none;
}
.slider--big--container {
  margin-top: 0px !important;
}
div.slick-slide {
  width: 1440px;
  max-width: none;
  max-height: 620px;
  background: #F6F6F6;
}
div.slick-slide img {
  max-width: 1440px;
  border-radius: 0;
  margin: auto;
}
.slider--big div.slick-slide {
  margin: 0;
}
button.slick-prev, button.slick-next {
  margin-top: -43px;
}
/*
button.slick-prev {
  left: 30px;
   
}
button.slick-next {
  right: 30px;
} */
button.slick-arrow::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
button.slick-prev::before {
  content: "";
  margin-left: 0px;
}
button.slick-next::before {
  content: "";
  margin-right: 0px;
}
.float-top {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .float-top + section {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .float-top + section {
    margin-top: 30px;
  }
}
.float-top + section.intro-panel {
  margin-top: 0px !important;
}
.header {
  /* default */
  /* @include variable-columns((basis:2, cols:(1, 1), wrap:nowrap, size:xs-sm, margin:15px)); */
  /* NAVIGATION  */
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header {
    background: #F9F9F9;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header {
    min-height: 30px;
    background: #F9F9F9;
  }
}
.header__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .header__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.header__inner {
  overflow: visible;
  position: relative;
}
.header__row {
  /* min-height: $header-height-desktop; */
  justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__row {
    min-height: 30px;
  }
}
.header__row > * {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__row > * {
    padding: 0px;
  }
}
.header .logo {
  white-space: nowrap;
  text-transform: uppercase;
  outline: none !important;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header .logo {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .logo a > * {
  display: inline;
  vertical-align: middle;
}
.header .logo svg {
  max-width: 50px;
  margin: auto;
  transition: 0.2s ease all;
  outline: none !important;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header .logo svg {
    max-width: 36px;
    max-height: 40px;
  }
}
.header .logo a {
  outline: none !important;
}
.header .logo a:hover {
  text-decoration: none;
  color: #333;
}
.header .logo a:hover svg, .header .logo a:hover h1 {
  opacity: 0.85;
  transition: 0.2s ease all;
}
.header .logo h1 {
  /* display: none; /* HIDE LOGO WORDMARK */
  transition: 0.2s ease all;
  margin-left: 16px;
  outline: none !important;
  font-family: "brandon-grotesque", Arial, sans-serif;
  white-space: nowrap;
  font-size: 28px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header .logo h1 {
    margin-left: 12px;
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header .logo h1 {
    font-size: 22px;
  }
}
.header .nav {
  /* @include respond-to('xs-sm') {
			display: none;
		} */
}
.header nav .menu {
  margin: 0;
  margin-right: 3px;
  /* tuck in for optical purposes */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header nav .menu {
    flex-wrap: wrap;
  }
}
.header nav .menu li a {
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 15px;
  color: #444;
}
.header nav .menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header nav .menu li.current_page_item > a, .header nav .menu li.current-page-ancestor > a {
  color: #000 !important;
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
}
.header nav .sub-menu {
  display: none;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header nav .sub-menu {
    margin-bottom: 20px;
  }
}
/* show logo wording on homepage */
.home .header .logo h1 {
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .home .header .logo h1 {
    display: none;
  }
}
/* shrinking header settings */
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  #header_nav {
    height: 100px;
    transition: 0.2s ease all;
  }
  .header__inner {
    padding-top: 33px;
    transition: 0.2s ease all;
  }
  .header-small #header_nav {
    height: 75px;
  }
  .header-small .header__inner {
    padding-top: 19px;
    transition: 0.2s ease all;
  }
  .header-small .header .logo svg {
    max-width: 40px;
  }
  .header-small .home .header .logo h1 {
    margin-left: 13px;
    font-size: 24px;
  }
}
/* MEGA menu overrides - no longer in use */
#mega-menu-wrap-main-nav #mega-menu-main-nav {
  font-family: "brandon-grotesque", Arial, sans-serif;
  white-space: nowrap;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 500 !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:last-child {
  margin-right: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:last-child .mega-menu-link {
  padding-right: 0;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  #mega-menu-wrap-main-nav .mega-menu-toggle + #mega-menu-main-nav {
    padding-bottom: 15px;
  }
}
.footer {
  /* default */
}
.footer__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer__row > div:last-child {
    text-align: right;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__row > * {
    padding: 0;
  }
}
.footer-nav {
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer-nav {
    text-align: left;
    padding: 20px 45px;
    margin-top: 40px;
  }
}
.footer-nav .menu a {
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-copyright {
  background: #F9F9F9;
  padding: 30px 20px;
  color: #777;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 150%;
  }
}
.footer .menu {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .menu span {
  display: none;
  /* hide social label */
}
.footer .menu li {
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer .menu li {
    margin: 10px 0px;
  }
}
.footer .menu li a {
  padding-right: 15px;
  padding-left: 15px;
}
.footer .menu li a:hover {
  text-decoration: none;
}
.footer .menu li:first-child a {
  padding-left: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer #menu-footer-menu.menu {
    border-top: 1px solid #CCC;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer #menu-footer-menu.menu li {
    display: block;
  }
}
.footer #menu-social-menu.menu li a {
  padding-right: 10px;
  padding-left: 10px;
}
.footer a:link, .footer a:visited {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #555;
  text-decoration: underline;
}
.footer .widget h4 {
  display: none;
}
.footer .widget p {
  margin: 0;
  letter-spacing: 0.33px;
  font-size: 13px;
}
.footer .footer-wp-edit svg {
  max-width: 65px;
  vertical-align: middle;
  margin-left: 4px;
  opacity: 0.5;
}
.footer .footer-wp-edit svg:hover {
  opacity: 1;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer .footer-wp-edit {
    display: none;
  }
}
/* Modal */
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  margin-top: 0;
}
.mfp-container .mfp-content {
  padding: 40px;
  width: 770px;
  outline: 0 none !important;
}
.modal-header {
  padding-bottom: 20px;
  outline: 0 none;
}
.mfp-content h4 {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.mfp-content .button {
  margin-right: 10px;
}
.mfp-content label {
  display: none;
}
.mfp-content input:not([type="submit"]) {
  padding: 8px;
  background: #F9F9F9;
  margin-bottom: 10px;
  border: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* modal tabs */
.modal .tabs-menu {
  height: 40px;
  float: left;
  clear: both;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 14px;
}
.modal .tabs-menu li {
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 10px;
  background-color: #666666;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
}
.modal .tabs-menu li.current {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
}
.modal .tabs-menu li.current a {
  color: #000;
  outline: 0 none;
}
.modal .tabs-menu li a {
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  outline: 0 none;
  font-family: brandon-grotesque, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.modal .tab {
  border: 0px solid #EEE;
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
  width: 670px;
}
.modal .tab-title {
  margin: 0;
}
.modal .tab-content {
  width: 100%;
  padding: 20px 0;
  display: none;
}
#tab-1 {
  display: block;
}
#mc_embed_signup {
  margin-top: 12px;
}
#mc_embed_signup input:not([type="submit"]) {
  width: 100%;
}
/* Cookie Conset form */
.cc_banner-wrapper .cc_container {
  background: #F9F9F9;
  color: #333;
  font-size: 17px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}
.cc_banner-wrapper .cc_container .cc_btn, .cc_banner-wrapper .cc_container .cc_btn:visited {
  min-width: 160px;
  background-color: #666666;
  white-space: nowrap;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  transition: 0.2s ease all;
  border-radius: 0;
}
.cc_banner-wrapper .cc_container .cc_btn:hover {
  background: #333;
  color: #FFF;
  border: 0;
}
.cc_banner-wrapper .cc_container a, .cc_banner-wrapper .cc_container a:visited {
  color: #333;
  margin-left: 6px;
}
.cc_banner-wrapper .cc_container a:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
.buttons {
  /* default */
}
.buttons__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .buttons__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .buttons__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .buttons {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .buttons {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.buttons__list {
  text-align: center;
}
.buttons__list li {
  display: inline;
  margin: 0px 7px;
}
/* @import "site/four-image-grid"; */
.caption-grid {
  /* default */
}
.caption-grid__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .caption-grid__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .caption-grid {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.caption-grid__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid-threecol__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.caption-grid-threecol__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid-threecol__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid-threecol__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.caption-grid-threecol__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid-threecol__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.caption-grid-threecol__inner {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid-threecol__inner {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid-fourcol__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.caption-grid-fourcol__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .caption-grid-fourcol__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid-fourcol__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.caption-grid-fourcol__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid-fourcol__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.caption-grid-fourcol__inner {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .caption-grid-fourcol__inner {
    margin-bottom: -20px;
  }
}
.caption-grid__item {
  background: #FFF;
  margin-bottom: 20px;
}
.caption-grid__item a:hover {
  text-decoration: none;
}
.caption-grid__item a:hover .caption-grid__item__title {
  color: #111111;
}
.caption-grid__item__title {
  text-transform: uppercase;
  font-weight: 600;
}
.caption-grid__item__text {
  margin-top: 10px;
}
.caption-grid__item__action {
  margin-top: 5px;
  display: block;
}
.caption-grid__item__image {
  background: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.caption-grid__item__image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.caption-grid__item__image img:hover {
  opacity: 0.9;
  transition: 0.2s ease all;
}
.caption-grid__item__caption {
  background: #F9F9F9;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.caption-grid.display-title-only .caption-grid__item__caption {
  background-color: transparent;
  padding-left: 0;
  padding-top: 15px;
}
.caption-grid.display-title-only .caption-grid__item__text, .caption-grid.display-title-only .caption-grid__item__action {
  display: none !important;
}
.caption-grid.display-title-only .caption-grid__item__image, .caption-grid.display-title-only .caption-grid__item img {
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .home .contact-map {
    display: none;
  }
}
.contact-map {
  /* default */
  margin-top: 30px;
}
.contact-map__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-map__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .contact-map__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .contact-map {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .contact-map {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-map__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-map__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-map__row > * {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.contact-map__inner {
  border-top: 1px solid #CCC;
  padding-top: 20px;
}
.contact-map__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-map__text b {
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.contact-map__text a {
  text-decoration: underline;
}
.contact-map__text p {
  margin: 0;
}
.contact-map__text span {
  display: inline-block;
  vertical-align: text-top;
  width: 50%;
  line-height: 150%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-map__map {
    min-height: 350px;
  }
}
.contact-map__map img {
  width: 100%;
}
.intro-text + .contact-map .contact-map__inner {
  border-top: 0px;
}
.contact-page {
  /* default */
}
.contact-page__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-page__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .contact-page__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .contact-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .contact-page {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-page__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contact-page__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-page__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.contact-page .fa {
  margin-right: 5px;
  min-width: 12px;
}
.contact-page a {
  text-decoration: underline;
}
.contact-page__location > * {
  margin-bottom: 15px;
}
.contact-page__map {
  margin-bottom: 30px;
}
.contact-page__title {
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page__address {
  font-weight: 500;
  margin-bottom: 4px;
}
.contact-page__gmap a {
  /* @extend %button-inverted; */
  display: block;
}
.contact-page__tel .tel > span:first-child {
  min-width: 140px;
  display: inline-block;
}
.contact-page__email .email {
  margin-bottom: 3px;
}
.contact-page__email .email-note {
  display: inline-block;
}
.divider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.divider__inner {
  max-width: 1440px;
  margin: auto;
}
.divider__inner hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #CCC;
}
.get-in-touch {
  /* default */
  margin-bottom: 20px;
}
.get-in-touch__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .get-in-touch__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .get-in-touch__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .get-in-touch {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .get-in-touch {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .get-in-touch__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.get-in-touch__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .get-in-touch__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.get-in-touch__row > div {
  text-align: center;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px 0px;
  margin-bottom: 15px;
}
.get-in-touch__row > div > span {
  margin: 0px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .get-in-touch__row > div > span {
    display: block;
  }
  .get-in-touch__row > div > span:first-child {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .get-in-touch__row > div > span:last-child {
    padding-bottom: 10px;
  }
}
.get-in-touch .fa, .get-in-touch .fas, .get-in-touch .far, .get-in-touch .fab {
  margin-right: 5px;
}
.get-in-touch__email, .get-in-touch__tel, .get-in-touch__instagram {
  display: inline-block;
}
.get-in-touch__tel-note {
  margin-left: 5px;
}
.get-in-touch__instagram {
  margin-left: 5px;
}
.get-in-touch__title {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.enquiry-form {
  /* default */
}
.enquiry-form__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .enquiry-form__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .enquiry-form__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .enquiry-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .enquiry-form {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .enquiry-form__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .enquiry-form__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .enquiry-form__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .enquiry-form__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .enquiry-form__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
.enquiry-form__title {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.enquiry-form__form-holder form {
  padding: 30px;
  background: #F9F9F9;
  background: #e6dbcd;
  text-align: center;
}
.enquiry-form__form-holder input, .enquiry-form__form-holder select, .enquiry-form__form-holder textarea {
  font-family: "brandon-grotesque", Arial, sans-serif;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #b9b0a4;
  font-size: 15px;
}
.enquiry-form__form-holder input:focus, .enquiry-form__form-holder select:focus, .enquiry-form__form-holder textarea:focus {
  border-color: #666;
}
.enquiry-form__form-holder select {
  cursor: pointer;
  background-image: url("/wp-content/themes/loft-studios/library/images/icon-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 20px;
  background-color: #FFF;
}
.enquiry-form__form-action {
  margin-top: 20px;
}
.enquiry-form__form-footer {
  font-family: "brandon-grotesque", Arial, sans-serif;
  color: #666;
}
.enquiry-form__form-footer a {
  color: #666;
}
.enquiry-form__image div {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.html-block {
  /* default */
}
.html-block__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .html-block__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .html-block__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .html-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .html-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.html-block__inner > p {
  margin: 0;
}
/* CSS Document */
.image-and-image {
  /* default */
}
.image-and-image__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .image-and-image__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-and-image__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-and-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-and-image {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-and-image__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-and-image__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-and-image__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-and-image__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-and-image__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.image-and-image__inner {
  margin: 20px auto;
}
.image-and-image__row {
  height: 30vh;
  min-height: 290px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-and-image__row {
    display: flex;
    min-height: 400px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-and-image__row.image-equal > * {
    flex-basis: 100% !important;
    padding: 10px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-and-image__row.image-equal > * {
    flex-basis: 50% !important;
  }
}
.image-and-image__image div {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.intro-panel {
  /* default */
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.intro-panel__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-panel__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .intro-panel__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .intro-panel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-panel {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.intro-panel__inner {
  margin: auto;
  max-width: none;
}
.intro-panel__overlay {
  text-align: center;
}
.intro-panel__overlay-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-panel__overlay-content {
    max-width: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-panel__overlay-text {
    font-size: 18px;
  }
}
.intro-panel__overlay-text > p {
  margin-bottom: 0;
}
.intro-text {
  /* default */
}
.intro-text__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .intro-text__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .intro-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-text {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text-backbutton__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text-backbutton__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .intro-text-backbutton__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text-backbutton__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text-backbutton__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text-backbutton__row > :nth-child(3) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-text-backbutton__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-text-backbutton__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .intro-text-backbutton__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-text-backbutton__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-text-backbutton__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .intro-text-backbutton__row > :nth-child(3) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
.intro-text-backbutton__row {
  align-items: center;
  /* vertical align row contents */
}
.intro-text-backbutton__inner {
  max-width: 1440px;
  margin: auto;
}
.intro-text__title {
  text-align: center;
  margin-top: 15px;
}
.intro-text__back-link {
  margin-top: 0;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .intro-text__back-link {
    text-align: center;
  }
}
.intro-text__text {
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .intro-text__text {
    max-width: 66%;
  }
}
.intro-text__text.title-above {
  padding-bottom: 15px;
  padding-bottom: 25px;
}
.intro-text__text a {
  text-decoration: underline;
}
.intro-text__text.no-title {
  font-size: 17px;
}
.large-image {
  /* default */
}
.large-image__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .large-image__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .large-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .large-image {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.large-image__inner {
  margin: 20px auto;
}
.large-image-and-caption {
  /* default */
}
.large-image-and-caption__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image-and-caption__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .large-image-and-caption__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .large-image-and-caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .large-image-and-caption {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.large-image-and-caption__inner {
  margin: 20px auto;
}
.large-image-and-caption__image-mobile {
  object-fit: cover;
  max-height: 320px;
  width: 100%;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image-and-caption__image-mobile {
    display: none;
  }
}
.large-image-and-caption__overlay {
  position: relative;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.large-image-and-caption__overlay__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.large-image-and-caption__overlay__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .large-image-and-caption__overlay {
    background-image: none !important;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__row {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__row {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__inner {
    min-width: 407px;
  }
}
.large-image-and-caption__overlay-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.large-image-and-caption__overlay-text {
  margin-bottom: 15px;
}
.large-image-and-caption__overlay__inner .box {
  background: rgba(245, 245, 245, 0.9) none repeat scroll 0 0;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .large-image-and-caption__overlay__inner .box {
    background: #F6F6F6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .large-image-and-caption__overlay__inner .box {
    min-height: 220px;
  }
}
.map {
  /* default */
}
.map__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .map__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .map__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .map {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .map {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.map__inner {
  max-width: none;
  margin-top: -30px;
  /* close gap with header */
}
.map #map {
  height: 460px;
}
.navigation {
  /* default */
  background: #FFFFFF;
  font-family: "brandon-grotesque", Arial, sans-serif;
  /* For third  tier sub navigation in Event Spaces section */
}
.navigation__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .navigation__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .navigation__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .navigation {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.navigation__menu {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .navigation__menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .navigation__menu {
    background: #FFFFFF;
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 1440px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
  }
}
.navigation__menu li {
  list-style: none;
  flex-grow: 1;
}
.navigation__menu li.dept-home a {
  background: #F6F6F6;
  border-radius: 0;
  margin-left: 0;
  font-weight: 500;
  background-image: url("/wp-content/themes/loft2024/library/images/nav-arrow-right.png");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.navigation__menu li + li.current-menu-item {
  margin-left: -1px;
}
.navigation__menu li a {
  /* background: $subtle-grey; */
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  padding: 10px 0px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
  border: 0px solid #CCC;
  border-bottom: 0;
}
.navigation__menu li a:hover {
  /*background:$tab-background;*/
  font-weight: 500;
  transition: 0.2s ease all;
  color: #111111;
}
.navigation__menu li.current-menu-item a, .navigation__menu li.current-menu-ancestor a {
  /*background: $subtle-grey;*/
  color: #000;
  font-weight: 500;
}
.navigation__menu li:not(.dept-home).current-menu-item a, .navigation__menu li:not(.dept-home).current-page-ancestor a {
  border-bottom: 2px solid #555;
  margin-bottom: -2px;
  display: inline-block;
  color: #000;
  font-weight: 500;
}
.navigation__menu li:last-child {
  border-right: 0;
}
.navigation__menu li.basket a::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  color: #333;
  font-weight: 400;
}
.navigation + .navigation {
  margin-top: -10px;
}
.navigation + .navigation .navigation__menu {
  border: 0;
}
.navigation + .navigation .navigation__menu li a {
  padding-bottom: 5px;
}
/* hardcode mobile override for Legal section navigation  - one less field in ACF!  */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #menu-legal-menu.navigation__menu {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
  }
  #menu-legal-menu.navigation__menu li {
    margin-left: 0 !important;
  }
  #menu-legal-menu.navigation__menu li a {
    padding: 2px 0px !important;
    margin: 0px !important;
  }
  #menu-legal-menu.navigation__menu li.current-menu-item a {
    border-bottom: 0;
  }
  #menu-legal-menu.navigation__menu li.dept-home {
    display: none;
  }
}
.navigation-sub {
  /* default */
  padding-top: 20px;
}
.navigation-sub__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .navigation-sub__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .navigation-sub__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .navigation-sub {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .navigation-sub {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.navigation-sub .sub-menu {
  display: flex;
}
.navigation-sub .sub-menu li {
  padding: 0px 10px;
}
.navigation-sub .sub-menu li.current-menu-item a {
  font-weight: 600;
}
.navigation-sub .sub-menu li:first-child {
  border-right: 1px solid #CCC;
  padding-left: 0;
}
/* GTranslate styles */
#google_language_translator select.goog-te-combo {
  font-family: "brandon-grotesque", Arial, sans-serif;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-image: url("/wp-content/themes/loft2019/library/images/icon-arrow-down.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 123px;
  /* border: 0 !important;
    width: auto;
    margin-left: 30px;
    color:  #111;
    font-weight: normal;*/
}
.panels-2-images-text {
  /* default */
}
.panels-2-images-text__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .panels-2-images-text__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .panels-2-images-text__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .panels-2-images-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .panels-2-images-text {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .panels-2-images-text__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.panels-2-images-text__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .panels-2-images-text__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .panels-2-images-text__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.panels-2-images-text__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .panels-2-images-text__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.panels-2-images-text__inner {
  margin: 20px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .panels-2-images-text .panel__inner {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.panels-2-images-text .panel--image img {
  object-fit: cover;
  min-height: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .panels-2-images-text .panel--image img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .panels-2-images-text .panel--1 {
    display: none;
  }
}
.panels-2-images-text__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
/* CSS Document */
.panels-x3 {
  /* default */
}
.panels-x3__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .panels-x3__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .panels-x3__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .panels-x3 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .panels-x3 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .panels-x3__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.panels-x3__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .panels-x3__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.panels-x3__inner {
  margin: 20px auto;
}
.panels-x3__title {
  /*@extend %h1;
		font-family: $default-font-family;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 40px;  */
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}
.panels-x3__panel-inner h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.panels-x3__panel-inner ul {
  margin-bottom: 25px;
}
.panels-x3__panel-inner ul li {
  margin-bottom: 0px;
}
.panels-x3__panel-inner a.button {
  /* Floorplan downloads under column 1 */
  margin-top: 15px;
}
.photo-gallery {
  /* default */
}
.photo-gallery__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .photo-gallery__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .photo-gallery {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .photo-gallery {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__row {
    margin-right: -4%;
  }
}
.photo-gallery__header {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__header__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .photo-gallery__header__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__header__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__header__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .photo-gallery__header__row > :nth-child(3) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.photo-gallery__header__row {
  align-items: center;
  /* vertical align row contents */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .photo-gallery__header__row > div:last-child {
    display: none;
  }
}
.photo-gallery__header.hide-header {
  display: none;
}
.photo-gallery__inner img {
  border-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .photo-gallery__action {
    text-align: center;
    margin-right: 20px;
  }
}
.photo-gallery__image {
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .photo-gallery__image {
    max-width: 48%;
    margin-right: 2%;
  }
  .photo-gallery__image:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .photo-gallery__image {
    max-width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .photo-gallery__image:nth-child(3n+3) {
    margin-right: 0;
  }
}
.photo-gallery__title {
  text-align: center;
}
.photo-gallery__link {
  margin-top: 0 !important;
}
.photo-gallery__credits {
  font-family: "brandon-grotesque", Arial, sans-serif;
}
.photo-gallery__credits-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
}
.photo-gallery__credits-project-details {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.photo-gallery__credits .role {
  color: #777;
  display: inline-block;
  text-align: right;
  width: 50%;
  margin-left: -10px;
  margin-right: 10px;
}
.photo-gallery__credits .name {
  color: #111;
}
.product-basket {
  /* default */
}
.product-basket__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-basket__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-basket__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-basket {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-basket {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.product-basket__back-action {
  max-width: 1440px;
  margin: auto;
}
.product-basket__inner {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-basket__inner {
    padding: 0px 80px;
  }
}
.product-basket__text a {
  text-decoration: underline;
}
.product-basket__table {
  font-family: "brandon-grotesque", Arial, sans-serif;
  background: #F9F9F9;
  margin: 20px auto;
  margin-bottom: 10px;
}
.product-basket__table-row-header {
  font-weight: 600;
  background: #DDD;
  padding: 7px 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-header {
    padding: 7px 10px;
  }
}
.product-basket__table-row-labels, .product-basket__table-row-items, .product-basket__table-row-total {
  margin: 0px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-labels, .product-basket__table-row-items, .product-basket__table-row-total {
    margin: 0px 10px;
  }
}
.product-basket__table-row-labels span:first-child, .product-basket__table-row-items span:first-child, .product-basket__table-row-total span:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-labels span:first-child, .product-basket__table-row-items span:first-child, .product-basket__table-row-total span:first-child {
    display: none;
  }
}
.product-basket__table-row-labels {
  color: #999;
  font-weight: 500;
  margin-top: 10px;
  white-space: nowrap;
}
.product-basket__table-row-items {
  border-top: 1px solid #DDD;
  padding: 3px 0px;
}
.product-basket__table-row-items span:first-child {
  text-transform: uppercase;
}
.product-basket__table-row-total span {
  white-space: nowrap;
}
.product-basket__table-row-items span, .product-basket__table-row-total span {
  font-size: 15px;
}
.product-basket__table-row-labels span, .product-basket__table-row-items span, .product-basket__table-row-total span {
  padding: 2px 10px;
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-labels span, .product-basket__table-row-items span, .product-basket__table-row-total span {
    padding: 2px 0px;
  }
}
.product-basket__table-row-labels span:first-child, .product-basket__table-row-items span:first-child, .product-basket__table-row-total span:first-child {
  width: 26%;
}
.product-basket__table-row-labels span:nth-child(2), .product-basket__table-row-items span:nth-child(2), .product-basket__table-row-total span:nth-child(2) {
  width: 46%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-labels span:nth-child(2), .product-basket__table-row-items span:nth-child(2), .product-basket__table-row-total span:nth-child(2) {
    width: 56%;
  }
}
.product-basket__table-row-labels span:nth-child(3), .product-basket__table-row-items span:nth-child(3), .product-basket__table-row-total span:nth-child(3) {
  width: 12%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-labels span:nth-child(3), .product-basket__table-row-items span:nth-child(3), .product-basket__table-row-total span:nth-child(3) {
    width: 20%;
  }
}
.product-basket__table-row-labels span:nth-child(4), .product-basket__table-row-items span:nth-child(4), .product-basket__table-row-total span:nth-child(4) {
  width: 12%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__table-row-labels span:nth-child(4), .product-basket__table-row-items span:nth-child(4), .product-basket__table-row-total span:nth-child(4) {
    width: 20%;
  }
}
.product-basket__table-row-total {
  font-weight: 500;
  border-top: 1px solid #DDD;
  padding: 6px 0px;
}
.product-basket__action {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-basket__action {
    text-align: right;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket__button {
    width: 100%;
  }
}
.product-basket:not(.basket__has-items) .product-basket__row-action, .product-basket:not(.basket__has-items) .product-basket__row-total {
  display: none;
}
.product-basket.basket__has-items .product-basket__empty {
  display: none;
}
.product-basket select {
  -webkit-appearance: none;
  padding: 2px 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  background: url("/wp-content/themes/loft2019/library/images/arrows-select.png");
  background-repeat: no-repeat;
  padding-right: 15px;
  background-size: 15px;
  background-position: right center;
  background-color: #FFF;
  font-family: "brandon-grotesque", Arial, sans-serif;
  border-radius: 3px;
}
.product-basket__fields {
  padding: 20px 15px;
  background: #F9F9F9;
}
.product-basket__fields__action {
  margin-top: 10px;
}
.product-basket__fields input:not([type="checkbox"]), .product-basket__fields select {
  -webkit-appearance: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #CCC;
  margin-bottom: 12px;
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-size: 17px;
}
.product-basket__fields input:not([type="checkbox"]):focus, .product-basket__fields select:focus {
  border-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-basket__fields input:not([type="checkbox"]), .product-basket__fields select {
    min-width: 46.5%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-basket__fields input:not([type="checkbox"]), .product-basket__fields select {
    width: 100%;
  }
}
.product-basket__fields input.datepicker {
  background-image: url("/wp-content/themes/loft2019/library/images/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
}
.product-basket__fields select {
  padding-left: 7px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-basket__fields button {
    width: 100%;
  }
}
.product-basket__fields .checkbox-holder label {
  font-family: "brandon-grotesque", Arial, sans-serif;
  cursor: pointer;
  margin-left: 5px;
  opacity: 0.75;
}
.product-basket__fields .checkbox-holder label a {
  color: #111111;
  text-decoration: underline;
}
.product-basket__empty {
  padding: 8px;
  width: 100%;
  text-align: center;
  background: #EEE;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-basket-sidebar {
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-basket-sidebar__table-row-items {
    display: none;
  }
}
.product-basket-sidebar__table {
  padding-bottom: 10px;
  font-family: "brandon-grotesque", Arial, sans-serif;
  width: 100%;
  background: #F9F9F9;
}
.product-basket-sidebar__table-row-header {
  font-weight: 600;
  background: #DDD;
  padding: 6px 8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-basket-sidebar__table-row-header .fa {
  float: right;
  font-size: 21px;
}
.product-basket-sidebar__table-row-labels span, .product-basket-sidebar__table-row-items span, .product-basket-sidebar__table-row-total span {
  padding: 2px 8px;
  width: 65%;
  display: inline-block;
}
.product-basket-sidebar__table-row-labels span:first-child, .product-basket-sidebar__table-row-items span:first-child, .product-basket-sidebar__table-row-total span:first-child {
  /*width: 65%;*/
}
.product-basket-sidebar__table-row-labels span:last-child, .product-basket-sidebar__table-row-items span:last-child, .product-basket-sidebar__table-row-total span:last-child {
  width: 33%;
  text-align: right;
}
.product-basket-sidebar__row-total {
  font-weight: 500;
}
.product-basket-sidebar__empty {
  padding: 2px 8px;
}
.product-basket-sidebar__button {
  margin-top: 4px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.product-basket-sidebar:not(.basket__has-items) .product-basket-sidebar__row-action, .product-basket-sidebar:not(.basket__has-items) .product-basket-sidebar__table-row-total {
  display: none;
}
.product-basket-sidebar.basket__has-items .product-basket-sidebar__empty {
  display: none;
}
.product-category-description {
  /* default */
}
.product-category-description__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-category-description__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-category-description__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-category-description {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-category-description {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.product-category-description__inner {
  padding-bottom: 25px;
}
.product-category-description__title {
  margin-top: 25px;
  margin-bottom: 5px;
}
.product-list {
  /* default */
}
.product-list__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-list__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__row > * {
    padding: 0px;
  }
}
.product-list__image {
  margin-top: 0px;
  margin-bottom: 10px;
  min-height: 100px;
  background: none;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__image {
    border-bottom: 2px solid #444;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__image {
    background-color: #F6F6F6;
  }
}
.product-list__image span.category-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__image span.category-title {
    padding: 10px 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .product-list__image span.category-title.ibiza-section {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__image span.category-title {
    display: block;
    text-align: center;
  }
}
.product-list__image .category-menu-destop ul {
  position: absolute;
  right: 290px;
  bottom: 12px;
  margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__image .category-menu-destop ul {
    display: none;
  }
}
.product-list__image .category-menu-destop ul li {
  display: inline;
  font-family: "brandon-grotesque", Arial, sans-serif;
  margin-right: 22px;
  text-transform: uppercase;
}
.product-list__image .category-menu-destop ul li a {
  color: #555;
  font-size: 13px;
}
.product-list__image .category-menu-destop ul li.current-menu-item a {
  color: #111;
  font-weight: 500;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__image .searchform .search-field {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__section {
    padding-left: 30px;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__section {
    padding: 0px;
  }
}
.product-list__section-subheading {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__sidebar {
    position: sticky;
    top: 60px;
    /* max-height: 100px; 
			 overflow-y: scroll; */
  }
}
.product-list__sidebar-description {
  margin-top: 20px;
  font-family: "brandon-grotesque", Arial, sans-serif;
  line-height: 1.5em;
  font-size: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-list__sidebar-description {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list__sidebar-description {
    margin-left: 20px;
  }
}
.product-list__sidebar-description p {
  margin-top: 0;
  line-height: 133%;
}
.product-list__sidebar .action-panel {
  margin-top: 20px;
  list-style-type: none;
  padding: 15px;
}
.product-list__sidebar .action-panel li {
  margin-bottom: 5px;
  /*&.download a {
					   @extend %button-inverted;
						margin-top: 5px;
					}*/
}
.product-list__sidebar .action-panel a {
  color: #111;
  padding-left: 8px;
}
.product-list__sidebar .action-panel a:hover {
  color: #000;
  text-decoration: underline;
}
.product-list__sidebar .action-panel-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__sidebar .action-panel-holder {
    background-color: #F6F6F6;
    padding: 20px;
  }
}
.product-list__category-list {
  margin-top: 5px;
  margin-bottom: 30px;
  /* PRODUCT ROWS */
}
.product-list__category-list > li {
  border-top: 1px solid #CCC;
  /* product cat name */
}
.product-list__category-list > li a {
  font-size: 16px;
}
.product-list__category-list > li a:hover {
  /* background-color: $subtle-grey; */
  color: #386EAF;
  transition: color 0.15s;
}
.product-list__category-list > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.product-list__category-list > li:last-child {
  border-bottom: 1px solid #CCC;
}
.product-list__category-list ul.product-list {
  padding-left: 0;
  padding-right: 0;
}
.product-list__category-list ul.product-list li.product-item {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 14px 0px;
  /* &:nth-child(2n) {
					background: #f4f4f4;
				} */
}
.product-list__category-list ul.product-list li.product-item:last-child {
  margin-bottom: 20px;
}
.product-list__category-list ul.product-list li.product-item > * {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-weight: 400;
  font-size: 16px;
  font-family: "brandon-grotesque", Arial, sans-serif;
}
.product-list__category-list ul.product-list .product-image {
  display: flex;
  flex: 0 1 100px;
  position: relative;
  text-align: center;
  width: 100%;
}
.product-list__category-list ul.product-list .product-image img {
  max-height: 100px;
  padding-left: 10px;
}
.product-list__category-list ul.product-list .product-content {
  flex: 1 1 400px;
  margin-left: 20px;
}
.product-list__category-list ul.product-list .product-content .product-title {
  font-weight: 500;
  line-height: 100%;
  margin-right: 15px;
}
.product-list__category-list ul.product-list .product-content .product-description {
  font-style: italic;
  color: #666;
}
.product-list__category-list ul.product-list .product-content .product-description p {
  margin: 0;
}
.product-list__category-list ul.product-list .product-price {
  flex: 1 1 auto;
}
.product-list__category-list ul.product-list .product-price > * {
  align-self: center;
}
.product-list__category-list ul.product-list .product-price span.num {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.product-list__category-list ul.product-list .product-price .note {
  white-space: nowrap;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__category-list ul.product-list .product-price .note {
    display: none;
  }
}
.product-list__category-list ul.product-list .product-action {
  flex: 1 1 auto;
}
.product-list__category-list ul.product-list .product-button {
  min-width: auto;
  position: relative;
  margin-left: 10px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list__category-list ul.product-list .product-button {
    padding: 6px 12px;
  }
  .product-list__category-list ul.product-list .product-button span {
    display: none;
  }
}
.product-list__category-list ul.product-list .product-button.is-active::before {
  content: "Adding...";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  visibility: visible;
  background-color: #fff;
}
.product-list .product-category {
  display: block;
  padding: 8px 0px;
  padding-left: 2px;
  width: 100%;
  display: flex;
  outline: none !important;
}
.product-list .product-category:hover {
  text-decoration: none;
}
.product-list .product-category .lhs {
  flex: 1 1 auto;
  padding-left: 0px;
  transition: color 0.15s;
}
.product-list .product-category .lhs:hover {
  color: #386EAF;
}
.product-list .product-category .rhs {
  flex: 0 0 auto;
  margin-right: 2.5em;
  color: #666;
  transition: color 0.15s;
}
.product-list .product-category .rhs:hover {
  color: #386EAF;
}
.product-list .product-category .accordion-toggle {
  position: relative;
}
.product-list .product-category .accordion-toggle::before, .product-list .product-category .accordion-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 14px;
  height: 2px;
  margin-top: -2px;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.product-list .product-category .accordion-toggle::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.product-list .product-category.collapsed .accordion-toggle::before, .product-list .product-category .accordion-toggle.collapsed::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.product-list .product-category.collapsed .accordion-toggle::after, .product-list .product-category .accordion-toggle.collapsed::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Mega Menu overrides for mobile Rental section */
#mega-menu-wrap-rental-mobile, #mega-menu-wrap-rental-ibiza-mobile {
  font-family: "brandon-grotesque", Arial, sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  #mega-menu-wrap-rental-mobile, #mega-menu-wrap-rental-ibiza-mobile {
    display: none;
  }
}
#mega-menu-rental-mobile li.dept-home {
  display: none !important;
}
#mega-menu-rental-mobile, #mega-menu-rental-ibiza-mobile {
  border: 1px solid #CCC !important;
  border-radius: 5px !important;
}
#mega-menu-wrap-rental-ibiza-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-rental-ibiza-mobile {
  margin-bottom: 10px;
}
.product-single {
  /* default */
  padding: 0 !important;
  margin-top: 15px;
}
.product-single__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-single__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-single__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-single {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-single {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-single__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-single__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-single__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-single__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .product-single__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-single__details {
    padding: 0;
  }
}
.product-single__action-back {
  margin-top: 3px;
  display: block;
  margin-bottom: 25px;
}
.product-single__category {
  font-family: "brandon-grotesque", Arial, sans-serif;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  padding: 5px 0px;
}
.product-single__title {
  font-family: "brandon-grotesque", Arial, sans-serif;
  line-height: normal;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-single__image {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-single__image {
    padding-bottom: 30px;
  }
}
.product-single__price {
  margin-top: 10px;
  font-family: "brandon-grotesque", Arial, sans-serif;
}
.product-single__price .note {
  font-size: 16px;
}
.product-single__price .num {
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
.product-single__button {
  margin-top: 25px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-single__button {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .product-list.single .category-title {
    margin-bottom: 20px;
  }
  .product-list.single .product-list__image {
    border-bottom: 0;
  }
}
.search-bar {
  /* default */
}
.search-bar__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .search-bar__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-bar__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-bar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-bar {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.search-bar__inner {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 25px;
  padding: 10px;
}
.search-bar .searchform .search-field {
  width: 100%;
  border-color: transparent;
  background: #F5F5F5;
  border-radius: 40px;
  border-color: transparent;
  padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-bar .searchform .search-field {
    width: 33%;
  }
}
.search-bar .searchform .search-field:focus {
  border-color: #CCC;
  transition: 0.3s ease all;
}
.searchform {
  font-family: "brandon-grotesque", Arial, sans-serif;
  margin: 0;
}
.searchform .inner {
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform .search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #CCC;
  border-color: transparent;
  min-width: 310px;
  padding: 7px 12px;
  border-radius: 40px;
  width: 250px;
  font-size: 16px;
  line-height: normal;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .searchform .search-field {
    width: 100%;
    border-color: #CCC;
  }
}
.searchform .search-field:focus {
  border: 1px solid #999;
  background: #FFFFFF;
  outline: none;
}
.searchform .search-submit {
  background-color: inherit;
  border: none;
  position: absolute;
  right: 15px;
  top: 0px;
}
.searchform .fa.fa-search {
  color: #666;
}
.searchform .fa.fa-search:hover {
  color: #111;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .product-list .searchform {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
/* CSS Document */
.search-results {
  /* default */
}
.search-results__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .search-results__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-results {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-results__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-results__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-results__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .search-results__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .search-results__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
.search-results__title {
  padding-top: 4px;
}
.search-results__results {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "brandon-grotesque", Arial, sans-serif;
}
.search-results__results .count {
  margin-bottom: 15px;
  font-style: italic;
  color: #666;
}
.search-results__row {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #EEE;
}
.search-results__row:last-child {
  border-bottom: 1px solid #EEE;
}
.search-results__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results__image img {
  max-width: 100%;
  height: 65px;
  margin: 0px auto;
  object-fit: contain;
}
.search-results__item {
  display: flex;
  align-items: center;
}
.search-results__item-title {
  line-height: 125%;
}
.search-results__item-text {
  display: none;
}
.testimonial {
  text-align: center;
  /* default */
}
.testimonial__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .testimonial__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .testimonial__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .testimonial {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .testimonial {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.testimonial__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonial__inner.use-background {
  background: #f6f6f6;
  border: 6px double #FFF;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .testimonial__inner.use-background {
    padding: 60px 25px;
  }
}
.testimonial__title {
  text-transform: uppercase;
  font-weight: 600;
}
.testimonial__text {
  font-style: italic;
  font-size: 18px;
  margin: auto;
  margin-top: 20px;
  max-width: 1000px;
  line-height: 180%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial__text {
    font-size: 15px;
  }
}
.testimonial__who {
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-weight: 400;
  margin-top: 25px;
}
/* CSS Document */
.text-and-action-panel {
  /* default */
}
.text-and-action-panel__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-action-panel__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-action-panel__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-action-panel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-action-panel {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-action-panel__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0 - null;
    margin-right: 0 - null;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-action-panel__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-action-panel__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.text-and-action-panel__inner {
  margin: 20px auto;
}
.text-and-action-panel__row {
  gap: 40px;
  flex-wrap: initial;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-and-action-panel__row > * {
    padding: 0px;
  }
}
.text-and-action-panel__intro-action-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.text-and-action-panel__intro-action-title.line-above {
  border-top: 1px solid #CCC;
  padding-top: 20px;
}
.text-and-action-panel__intro-action-title.large-title {
  font-size: 24px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-action-panel__intro-action-title.large-title {
    font-size: 33px;
  }
}
.text-and-action-panel__intro-action-title .text-and-action-panel__intro-action-video {
  margin-left: 20px;
  text-transform: none;
  font-size: 50%;
  border-left: 2px solid;
  padding-left: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-and-action-panel__intro-action-title .text-and-action-panel__intro-action-video {
    font-size: 75%;
  }
}
.text-and-action-panel__intro-action-title .text-and-action-panel__intro-action-video:hover {
  border-color: #111111;
}
.text-and-action-panel__intro-action-title .text-and-action-panel__intro-action-video .fa {
  font-weight: 300;
  margin-left: 9px;
}
.text-and-action-panel__intro-action-contact a {
  margin-left: 4px;
  margin-right: 4px;
}
.text-and-action-panel__intro-action-button {
  margin-top: 15px;
}
.text-and-action-panel__intro-action-button.wp-video-popup {
  width: 100%;
}
.text-and-action-panel__intro-action-button.wp-video-popup .fa {
  margin-right: 4px;
  margin-left: -4px;
}
.text-and-action-panel + .video-single {
  display: none;
}
.text-and-image {
  /* default */
}
.text-and-image__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-image__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-image {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-image__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.text-and-image__inner {
  margin: 20px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-and-image__row {
    display: flex;
  }
}
.text-and-image__row > * {
  /* make sure image comes first on mobile */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-and-image__row > * {
    padding: 0;
    flex-basis: 100% !important;
  }
  .text-and-image__row > *:nth-child(1) {
    order: 2;
  }
  .text-and-image__row > *:nth-child(2) {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__row.size-large > .text-and-image__image {
    flex-basis: 66.66666% !important;
  }
  .text-and-image__row.size-large > .text-and-image__image div {
    background-position: center;
  }
  .text-and-image__row.size-large > .text-and-image__text {
    flex-basis: 33.33333% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-image__row.size-medium > .text-and-image__image {
    flex-basis: 50% !important;
  }
  .text-and-image__row.size-medium > .text-and-image__image div {
    background-position: center;
  }
  .text-and-image__row.size-medium > .text-and-image__text {
    flex-basis: 50% !important;
  }
}
.text-and-image__text h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.text-and-image__text-title {
  text-transform: uppercase;
  font-weight: 600;
}
.text-and-image__text-content {
  margin-top: 10px;
}
.text-and-image__text-content p {
  margin-bottom: 0;
}
.text-and-image__text-content p + p {
  margin-top: 10px;
}
.text-and-image__text-content ul {
  display: inline-block;
  list-style: outside none disc;
  margin-top: 0px;
  min-width: 33%;
  padding-left: 15px;
  vertical-align: text-top;
  margin-bottom: 0px;
}
.text-and-image__image div {
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  height: 100%;
  min-height: 330px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-and-image__image div {
    min-height: 200px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 767px) and (orientation: landscape) {
  .text-and-image__image div {
    min-height: 330px;
  }
}
.text-and-list {
  /* default */
  /* TEXT */
  /* LIST */
}
.text-and-list__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-list__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-list__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-and-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-list {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.text-and-list__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-and-list__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.text-and-list__inner {
  margin: 60px auto;
  /* max-width: $col-width-10; */
}
.text-and-list__text {
  padding-right: 20px;
}
.text-and-list__text-title {
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-and-list__list .inner-panel {
    padding-left: 20px;
    border-left: 1px solid #CCC;
    height: 100%;
  }
}
.text-and-list__list-title {
  text-transform: uppercase;
  font-weight: 600;
}
.text-and-list + .text-and-list {
  margin-top: 40px;
}
.text-block {
  /* default */
}
.text-block__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-block__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-block__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.text-block__inner {
  margin: 20px auto;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-block__inner {
    max-width: 792px;
  }
}
.text-block__title {
  text-transform: uppercase;
  font-weight: 600;
}
.text-block__text a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-block__extra__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.text-block__extra__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .text-block__extra__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.text-block__extra-title {
  text-transform: uppercase;
  font-weight: 600;
}
.intro-text + .text-block .text-block__inner {
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
.post-password-form {
  margin: 60px auto;
  text-align: center;
}
.post-password-form input[type=password] {
  padding: 7px 10px;
  margin: 0 8px;
}
.video-single {
  /* default */
  margin-bottom: 30px;
}
.video-single__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-single__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .video-single__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .video-single {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .video-single {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.video-single .fluid-width-video-wrapper {
  /*  padding-top: 33% !important; */
}
.video-single__inner {
  height: 42vh;
  min-height: 400px;
}
.video-single__overlay {
  height: 100%;
}
.video-single__overlay-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-family: "brandon-grotesque", Arial, sans-serif;
  color: #FFF;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .video-single__overlay-content {
    max-width: 50%;
  }
}
.video-single__overlay a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
}
.video-single__overlay a .fa {
  display: block;
  font-size: 60px;
  opacity: 0.75;
  margin-bottom: 8px;
}
.video-single__overlay a:hover .fa {
  opacity: 1;
  transition: 0.2s ease all;
}
.video-single__overlay a .title {
  display: block;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.video-single__overlay a .text {
  display: block;
}
.video-set {
  /* default */
}
.video-set__inner {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-set__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .video-set__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .video-set {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .video-set {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-set__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.video-set__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-set__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .video-set .video-wrap {
    max-height: 214px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .video-set .fluid-width-video-wrapper iframe {
    max-height: 214px;
    background: #222;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-set-twocol__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.video-set-twocol__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-set-twocol__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .video-set-twocol {
    padding: 0px 20px;
  }
}
.video-set-twocol__inner {
  max-width: 1440px;
  margin: auto;
}
.video-set__item {
  margin-bottom: 25px;
}
.video-set__title {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "brandon-grotesque", Arial, sans-serif;
}
.video-set__credits {
  font-style: italic;
}
/* @import "site/slider-grid"; */
/* technically css */
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f;
}
.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f;
}
.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table;
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}
