@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

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

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

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/************************************************************************************************
                     * Base, Variables & Animations
 ************************************************************************************************/
/************************************************************************************************
                     * Colors
 ************************************************************************************************/
/************************************************************************************************
                     * Typography
 ************************************************************************************************/
/************************************************************************************************
                     * Buttons
 ************************************************************************************************/
/************************************************************************************************
                     * Grid / Layout
 ************************************************************************************************/
html {
  font-size: 16px; }

body {
  color: #4B4B4B;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale; }

html, body {
  border: none;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

#map {
  margin-bottom: 60px;
  width: 100%;
  height: 500px; }

.site-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.title {
  font-family: "Recoleta Alt", sans-serif;
  margin-bottom: 20px; }

.title-small {
  font-family: "Sofia Pro", sans-serif;
  margin-bottom: 20px;
  font-weight: 400px;
  letter-spacing: 1px;
  z-index: 4; }

.nineteen, .nineteen p {
  font-size: 1.0625rem;
  line-height: 26px; }

.twenty-four, .twenty-four p {
  font-size: 1.5rem; }

.thirty-four, .thirty-four p {
  font-size: 2.125rem; }

.forty-eight, .forty-eight p {
  font-size: 3rem; }

.one-ten {
  font-size: 4rem; }

.white, .white p {
  color: white; }

.orange, .orange p {
  color: #F49F2C; }

.purple, .purple p {
  color: #1F0058; }

.turqoise, .turqoise p {
  color: #007C91; }

.blue, .blue p {
  color: #003450; }

.grey, .grey p {
  color: #607283; }

.top-pad {
  padding-top: 5%; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px; }

.owl-carousel {
  margin-bottom: 0 !important; }

#header img {
  object-fit: cover;
  width: 100%;
  height: 200px; }
#header .title-wrapper {
  width: 100%;
  text-align: left; }
#header .title-right {
  height: 80px;
  width: 25%; }
#header .title-short, #header .title-tall {
  margin-left: 0;
  padding: 20px;
  font-family: "Recoleta Alt", sans-serif; }
  #header .title-short h1, #header .title-tall h1 {
    font-weight: 400;
    font-family: "Recoleta Alt", sans-serif;
    margin-top: 3px;
    margin-bottom: 3px; }
  #header .title-short .lines, #header .title-tall .lines {
    line-height: 34px;
    text-align: center; }
  #header .title-short .lines span, #header .title-tall .lines span {
    display: inline-block;
    position: relative; }
  #header .title-short .lines span:before,
  #header .title-short .lines span:after, #header .title-tall .lines span:before,
  #header .title-tall .lines span:after {
    content: "";
    position: absolute;
    top: 18px;
    width: 0; }
  #header .title-short .lines span:before, #header .title-tall .lines span:before {
    right: 100%;
    margin-right: 20px; }
  #header .title-short .lines span:after, #header .title-tall .lines span:after {
    left: 100%;
    margin-left: 20px; }
#header .title-short {
  padding: 20px 0; }
#header .title-tall {
  margin-top: 0;
  float: left;
  height: 40px;
  padding: 20px 0; }
#header .title-right {
  margin-top: -80px;
  float: left;
  height: 40px;
  padding: 20px 0;
  width: 100%; }

#header-intro {
  background-color: #E5E5E5;
  padding-top: 40px; }
  #header-intro p {
    font-weight: 400;
    font-family: "Sofia Pro", sans-serif;
    text-align: center;
    width: 95%; }

.line-wrapper, .line-wrapper-opacity {
  position: relative;
  overflow: hidden; }

.line-wrapper::before, .line-wrapper::after {
  background-image: url("../../img/lines.svg"); }

.line-wrapper-opacity::before, .line-wrapper-opacity::after {
  background-image: url("../../img/lines-opacity.svg"); }

.line-wrapper::before, .line-wrapper-opacity::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: -180px;
  height: 595px;
  width: 715px;
  background-size: 100% 100%;
  overflow: hidden; }

.line-wrapper::after, .line-wrapper-opacity::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: -1180px;
  height: 595px;
  width: 715px;
  background-size: 100% 100%;
  overflow: hidden; }

.disabled .move-left-square, .disabled .move-right-square {
  display: none;
  visibility: hidden; }

.owl-nav .move-left-square, .owl-nav .move-right-square {
  content: "";
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  opacity: .6;
  background-color: white;
  margin-top: -55%; }
.owl-nav .move-left-square {
  left: 0; }
.owl-nav .move-right-square {
  right: 0; }
.owl-nav .move-left-square:hover, .owl-nav .move-right-square:hover {
  color: #007C91; }
.owl-nav .move-left-square::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  content: "\f177";
  left: 0px;
  top: 0;
  position: absolute;
  color: #007C91;
  padding: 13px;
  font-size: 22px; }
.owl-nav .move-right-square::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  content: "\f178";
  right: 0px;
  top: 0;
  position: absolute;
  color: #007C91;
  padding: 13px;
  font-size: 22px; }

#our-highlights {
  background-color: #007C91; }
  #our-highlights .owl-nav .move-left:hover, #our-highlights .owl-nav .move-right:hover {
    color: #003450 !important; }

#offers-panel .owl-nav .move-left, #offers-panel .owl-nav .move-right {
  display: inline-block;
  cursor: pointer;
  font-size: 50px;
  color: #003450 !important;
  font-weight: 100px; }
#offers-panel .owl-nav .move-left:hover, #offers-panel .owl-nav .move-right:hover {
  color: white; }

#our-highlights, #offers-panel {
  margin-bottom: 50px;
  min-height: 280px;
  padding-bottom: 30px;
  overflow: hidden; }
  #our-highlights .owl-carousel-highlights, #offers-panel .owl-carousel-highlights {
    margin-top: 20px; }
  #our-highlights .carousel-title, #offers-panel .carousel-title {
    background-color: #003450; }
  #our-highlights .owl-nav .move-left, #our-highlights .owl-nav .move-right, #offers-panel .owl-nav .move-left, #offers-panel .owl-nav .move-right {
    display: inline-block;
    cursor: pointer;
    font-size: 50px;
    color: white;
    font-weight: 100px; }
  #our-highlights .owl-nav .move-left:after, #offers-panel .owl-nav .move-left:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: lighter;
    content: "\f177";
    left: -60px;
    top: -165px;
    position: absolute; }
  #our-highlights .owl-nav .move-right:after, #offers-panel .owl-nav .move-right:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    content: "\f178";
    right: -60px;
    top: -165px;
    position: absolute; }
  #our-highlights .owl-dots .owl-dot span, #offers-panel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 4px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: transparent; }
  #our-highlights .owl-dots .owl-dot.active span, #offers-panel .owl-dots .owl-dot.active span {
    background: white; }

#booking {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px; }

section.Spring {
  background-color: #5AB2AB; }

section.Summer {
  background-color: #E26C50; }

section.Autumn {
  background-color: #6E2641; }

section.Winter {
  background-color: #607283; }

#seasons {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  min-height: 400px;
  margin-bottom: 50px; }
  #seasons p {
    color: white; }
  #seasons .nineteen {
    padding-right: 0; }
  #seasons .button-wrap {
    margin-bottom: 30px; }
  #seasons .block-title {
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 15px; }
  #seasons .block-info {
    padding: 15px;
    font-size: 17px;
    font-weight: 200px; }
  #seasons .Spring .block-info {
    background-color: #E5E5E5;
    color: #4B4B4B;
    margin-bottom: 50px; }
  #seasons .Summer .block-info {
    background-color: #F5CDC3;
    color: #4B4B4B;
    margin-bottom: 50px; }
  #seasons .Autumn .block-info {
    background-color: #B15B67;
    color: white;
    margin-bottom: 50px; }
  #seasons .Winter .block-info {
    background-color: #D1D1D1;
    color: #4B4B4B;
    margin-bottom: 50px; }

#senses-desktop {
  visibility: hidden;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px; }

#senses-mobile {
  visibility: visible;
  display: block;
  padding-top: 0; }
  #senses-mobile .title {
    margin-bottom: 0;
    padding: 15px; }
  #senses-mobile .nineteen {
    padding: 15px; }
  #senses-mobile .button-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px; }
  #senses-mobile .Taste {
    background-color: #faf1e2;
    padding-bottom: 50px; }
  #senses-mobile .Explore {
    background-color: #f0f2f1;
    padding-bottom: 50px; }
  #senses-mobile .Relax {
    background-color: #e2eeee;
    padding-bottom: 50px; }
  #senses-mobile .Imagine {
    background-color: #e5e9ec;
    padding-bottom: 50px; }

#senses-desktop {
  margin-bottom: 50px; }

#senses-desktop .Taste .title, #senses-mobile .Taste .title {
  color: #F49F2C; }
#senses-desktop .Explore .title, #senses-mobile .Explore .title {
  color: #1F815C; }
#senses-desktop .Relax .title, #senses-mobile .Relax .title {
  color: #5AB2AB; }
#senses-desktop .Imagine .title, #senses-mobile .Imagine .title {
  color: #003450; }

#senses-blocks {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  #senses-blocks .button-border {
    border: 1px solid  white;
    display: inline;
    padding: 20px 0; }
  #senses-blocks .senses-button {
    padding: 20px 0; }
  #senses-blocks .white.button {
    min-width: 160px;
    text-align: left; }
  #senses-blocks .arrow::after {
    float: right;
    adding-top: 4px; }
  #senses-blocks .Explore {
    background-color: #1F815C; }
  #senses-blocks .Taste {
    background-color: #F49F2C; }
  #senses-blocks .Relax {
    background-color: #8FC3C7; }
  #senses-blocks .Imagine {
    background-color: #1F0058; }
  #senses-blocks .columns:nth-child(n+2) {
    border-left: 0px solid white; }

#sense {
  padding-top: 0;
  padding-bottom: 0; }
  #sense .row {
    margin: 0; }
    #sense .row .columns {
      padding: 0; }
      #sense .row .columns img {
        height: 100%;
        width: 100%; }
  #sense .right {
    padding-right: 2px !important; }
  #sense .top {
    padding-top: 2px !important; }
  #sense .left {
    padding-left: 2px !important; }
  #sense .bottom {
    padding-bottom: 2px !important; }
  #sense .Taste .sense-info, #sense .Explore .sense-info, #sense .Relax .sense-info, #sense .Imagine .sense-info {
    height: 100%; }
    #sense .Taste .sense-info h1, #sense .Explore .sense-info h1, #sense .Relax .sense-info h1, #sense .Imagine .sense-info h1 {
      font-size: 31px;
      font-weight: 400;
      font-family: "Recoleta Alt", sans-serif;
      margin-top: 3px;
      margin-bottom: 3px;
      line-height: 34px;
      color: white;
      padding: 20px; }
    #sense .Taste .sense-info .text, #sense .Explore .sense-info .text, #sense .Relax .sense-info .text, #sense .Imagine .sense-info .text {
      text-align: center;
      padding: 20px; }
    #sense .Taste .sense-info .btn, #sense .Explore .sense-info .btn, #sense .Relax .sense-info .btn, #sense .Imagine .sense-info .btn {
      padding: 20px; }
  #sense .Taste .sense-info {
    background-color: #F49F2C;
    color: white; }
  #sense .Explore .sense-info {
    background-color: #1F815C;
    color: white; }
  #sense .Relax .sense-info {
    background-color: #5AB2AB;
    color: white; }
  #sense .Imagine .sense-info {
    background-color: #003450;
    color: white; }

#accommodation {
  padding-bottom: 60px; }
  #accommodation .owl-stage-outer {
    -webkit-box-shadow: -16px -16px 0px 1px #e5e5e5;
    -moz-box-shadow: -16px -16px 0px 1px #e5e5e5;
    box-shadow: -16px -16px 0px 1px #e5e5e5; }
    #accommodation .owl-stage-outer .carousel-title {
      background-color: #607283; }

#locations .owl-stage-outer {
  -webkit-box-shadow: -16px -16px 0px 1px #e5e5e5;
  -moz-box-shadow: -16px -16px 0px 1px #e5e5e5;
  box-shadow: -16px -16px 0px 1px #e5e5e5; }
  #locations .owl-stage-outer .carousel-title {
    background-color: #007C91; }

#activities {
  padding-top: 0px; }
  #activities .columns:first-of-type {
    margin-bottom: 80px; }
  #activities .owl-stage-outer {
    -webkit-box-shadow: 33px -33px 0px 1px #e5e5e5;
    -moz-box-shadow: 33px -33px 0px 1px #e5e5e5;
    box-shadow: 33px -33px 0px 1px #e5e5e5; }
    #activities .owl-stage-outer .carousel-title {
      background-color: #007C91; }

#activities-panel {
  background-image: url("../../img/grain.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  #activities-panel .activity {
    background-color: #003450;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 20px;
    letter-spacing: 2px;
    margin-bottom: 40px; }

#isles-panel {
  background-image: url("../../img/isles-grain.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  #isles-panel .isle {
    background-color: #5AB2AB;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 20px;
    letter-spacing: 2px;
    margin-bottom: 40px; }

#offers-panel {
  color: #003450;
  background-color: #E5E5E5;
  margin-bottom: 50px; }
  #offers-panel .offer {
    background-color: #003450;
    color: white;
    font-weight: lighter;
    padding: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px; }
    #offers-panel .offer p {
      color: white; }
    #offers-panel .offer .offer-title {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 12px; }

#stay-intro {
  padding-bottom: 40px; }

#stays .stay-row {
  margin-bottom: 50px;
  margin-top: 0; }
  #stays .stay-row .owl-dots {
    margin-top: -70px !important; }
  #stays .stay-row .columns {
    padding-top: 20px;
    padding-bottom: 20px; }
  #stays .stay-row .left-img {
    margin-bottom: -30px; }
  #stays .stay-row .right-img {
    padding-bottom: 50px; }
#stays .left-img .owl-stage-outer {
  -webkit-box-shadow: -16px -16px 0px 1px #e5e5e5;
  -moz-box-shadow: -16px -16px 0px 1px #e5e5e5;
  box-shadow: -16px -16px 0px 1px #e5e5e5; }
  #stays .left-img .owl-stage-outer img {
    height: 282px;
    overflow: hidden; }
  #stays .left-img .owl-stage-outer .carousel-title {
    background-color: #607283; }
#stays .right-img .owl-stage-outer {
  -webkit-box-shadow: 16px 16px 0px 1px #e5e5e5;
  -moz-box-shadow: 16px 16px 0px 1px #e5e5e5;
  box-shadow: 16px 16px 0px 1px #e5e5e5; }
  #stays .right-img .owl-stage-outer img {
    height: 282px;
    overflow: hidden; }
  #stays .right-img .owl-stage-outer .carousel-title {
    background-color: #607283; }

#stay-booking-row {
  background-image: url("../../img/bg-stay-booking.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }

.carousel-title {
  color: white;
  padding: 6px 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase; }

.arrow::after {
  padding-left: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  content: "\f178"; }

.arrow-up::after {
  padding-right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  content: "\f106"; }

.arrow-down::after {
  padding-right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  content: "\f107"; }

hr {
  margin-top: 50px; }

.button-wrap {
  margin-top: 20px; }

.button-wrap-small {
  margin-top: 15px; }

.page-template-contact h6 {
  margin-top: 40px;
  margin-bottom: 40px; }

.single-isles-of-scilly #header, .page-template-default #header, .single:not(.single-stay) #header, .page-template-bookings #header, .post-type-archive #header, .page-template-simple #header, .page-template-contact #header {
  background-color: #5AB2AB; }
  .single-isles-of-scilly #header .title-right, .page-template-default #header .title-right, .single:not(.single-stay) #header .title-right, .page-template-bookings #header .title-right, .post-type-archive #header .title-right, .page-template-simple #header .title-right, .page-template-contact #header .title-right {
    background-color: #5AB2AB; }
  .single-isles-of-scilly #header .title-short h1, .page-template-default #header .title-short h1, .single:not(.single-stay) #header .title-short h1, .page-template-bookings #header .title-short h1, .post-type-archive #header .title-short h1, .page-template-simple #header .title-short h1, .page-template-contact #header .title-short h1 {
    color: #003450;
    text-align: left; }
  .single-isles-of-scilly #header .title-short .lines span:before,
  .single-isles-of-scilly #header .title-short .lines span:after, .page-template-default #header .title-short .lines span:before,
  .page-template-default #header .title-short .lines span:after, .single:not(.single-stay) #header .title-short .lines span:before,
  .single:not(.single-stay) #header .title-short .lines span:after, .page-template-bookings #header .title-short .lines span:before,
  .page-template-bookings #header .title-short .lines span:after, .post-type-archive #header .title-short .lines span:before,
  .post-type-archive #header .title-short .lines span:after, .page-template-simple #header .title-short .lines span:before,
  .page-template-simple #header .title-short .lines span:after, .page-template-contact #header .title-short .lines span:before,
  .page-template-contact #header .title-short .lines span:after {
    border-bottom: 2px solid #003450; }
  .single-isles-of-scilly #header .title-tall, .page-template-default #header .title-tall, .single:not(.single-stay) #header .title-tall, .page-template-bookings #header .title-tall, .post-type-archive #header .title-tall, .page-template-simple #header .title-tall, .page-template-contact #header .title-tall {
    background-color: #5AB2AB; }
    .single-isles-of-scilly #header .title-tall h1, .page-template-default #header .title-tall h1, .single:not(.single-stay) #header .title-tall h1, .page-template-bookings #header .title-tall h1, .post-type-archive #header .title-tall h1, .page-template-simple #header .title-tall h1, .page-template-contact #header .title-tall h1 {
      color: #003450; }
    .single-isles-of-scilly #header .title-tall .lines span:before,
    .single-isles-of-scilly #header .title-tall .lines span:after, .page-template-default #header .title-tall .lines span:before,
    .page-template-default #header .title-tall .lines span:after, .single:not(.single-stay) #header .title-tall .lines span:before,
    .single:not(.single-stay) #header .title-tall .lines span:after, .page-template-bookings #header .title-tall .lines span:before,
    .page-template-bookings #header .title-tall .lines span:after, .post-type-archive #header .title-tall .lines span:before,
    .post-type-archive #header .title-tall .lines span:after, .page-template-simple #header .title-tall .lines span:before,
    .page-template-simple #header .title-tall .lines span:after, .page-template-contact #header .title-tall .lines span:before,
    .page-template-contact #header .title-tall .lines span:after {
      border-bottom: 2px solid #003450; }
.single-isles-of-scilly hr, .page-template-default hr, .single:not(.single-stay) hr, .page-template-bookings hr, .post-type-archive hr, .page-template-simple hr, .page-template-contact hr {
  border: 3px solid #5AB2AB; }

.page-template-dine #header .title-right {
  background-color: #6E2641; }
.page-template-dine #header .title-tall {
  background-color: #6E2641; }
  .page-template-dine #header .title-tall h1 {
    color: white; }
  .page-template-dine #header .title-tall .lines span:before,
  .page-template-dine #header .title-tall .lines span:after {
    border-bottom: 2px solid white; }
.page-template-dine hr {
  border: 3px solid #6E2641; }

.single-stay #header .title-right {
  background-color: #607283; }
.single-stay #header .title-tall {
  background-color: #607283; }
  .single-stay #header .title-tall h1 {
    color: white; }
  .single-stay #header .title-tall .lines span:before,
  .single-stay #header .title-tall .lines span:after {
    border-bottom: 2px solid white; }

.page-template-about #header .title-right, .page-template-offers #header .title-right {
  background-color: #007C91; }
.page-template-about #header .title-short h1, .page-template-offers #header .title-short h1 {
  color: #003450;
  text-align: left; }
.page-template-about #header .title-short .lines span:before,
.page-template-about #header .title-short .lines span:after, .page-template-offers #header .title-short .lines span:before,
.page-template-offers #header .title-short .lines span:after {
  border-bottom: 2px solid #007C91; }
.page-template-about #header .title-tall, .page-template-offers #header .title-tall {
  background-color: #007C91; }
  .page-template-about #header .title-tall h1, .page-template-offers #header .title-tall h1 {
    color: white; }
  .page-template-about #header .title-tall .lines span:before,
  .page-template-about #header .title-tall .lines span:after, .page-template-offers #header .title-tall .lines span:before,
  .page-template-offers #header .title-tall .lines span:after {
    border-bottom: 2px solid white; }
.page-template-about hr, .page-template-offers hr {
  border: 3px solid #007C91; }

.page-template-activities #header, .single-activities #header {
  background-color: #003450; }
  .page-template-activities #header .title-right, .single-activities #header .title-right {
    background-color: #003450; }
  .page-template-activities #header .title-short, .single-activities #header .title-short {
    padding: 20px 0; }
    .page-template-activities #header .title-short h1, .single-activities #header .title-short h1 {
      color: white;
      text-align: left; }
    .page-template-activities #header .title-short .lines span:before,
    .page-template-activities #header .title-short .lines span:after, .single-activities #header .title-short .lines span:before,
    .single-activities #header .title-short .lines span:after {
      border-bottom: 2px solid white; }
  .page-template-activities #header .title-tall, .single-activities #header .title-tall {
    background-color: #003450; }
    .page-template-activities #header .title-tall h1, .single-activities #header .title-tall h1 {
      color: white; }
    .page-template-activities #header .title-tall .lines span:before,
    .page-template-activities #header .title-tall .lines span:after, .single-activities #header .title-tall .lines span:before,
    .single-activities #header .title-tall .lines span:after {
      border-bottom: 2px solid white; }
.page-template-activities hr, .single-activities hr {
  border: 3px solid #003450; }

#events #header {
  background-color: #D1D1D1; }
  #events #header .title-short h1 {
    color: #003450;
    text-align: left; }
  #events #header .title-short .lines span:before,
  #events #header .title-short .lines span:after {
    border-bottom: 2px solid #003450; }
#events hr {
  border: 3px solid #D1D1D1;
  margin-top: 0; }
#events .type-tribe_events .button {
  margin-bottom: 60px; }
#events .tribe-events-list-separator-month {
  font-family: "Recoleta Alt", sans-serif;
  color: #003450;
  margin-bottom: 30px;
  font-size: 2.125rem;
  font-weight: 400 !important;
  margin-left: 15px;
  border-top: 6px solid #D1D1D1; }
#events .tribe-events-event-image {
  margin-top: 20px;
  margin-bottom: 10px; }
#events .tribe-events-ical {
  display: none;
  visibility: hidden; }
#events .tribe-events-list-event-title, #events .tribe-events-loop .tribe-events-event-meta {
  font-family: "Sofia Pro", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4B4B4B;
  margin: 0;
  font-weight: 400 !important; }
#events .tribe-events-list-event-title {
  margin-top: 20px; }
#events .tribe-events-list-event-description p {
  margin: 20px 0 20px 0;
  font-size: 1.0625rem; }
#events .tribe-events-list-separator-month {
  padding-top: 50px;
  margin-bottom: 30px;
  margin-top: 0; }

.page-template-isles-of-scilly #header .title-right {
  background-color: #5AB2AB; }
.page-template-isles-of-scilly #header .title-tall {
  background-color: #5AB2AB; }
  .page-template-isles-of-scilly #header .title-tall h1 {
    color: #003450; }
  .page-template-isles-of-scilly #header .title-tall .lines span:before,
  .page-template-isles-of-scilly #header .title-tall .lines span:after {
    border-bottom: 2px solid #003450; }
.page-template-isles-of-scilly hr {
  border: 3px solid #5AB2AB; }

.page-template-default #header .title-right, .page-template-bookings #header .title-right {
  background-color: #5AB2AB; }
.page-template-default #header .title-tall, .page-template-bookings #header .title-tall {
  background-color: #5AB2AB; }
  .page-template-default #header .title-tall h1, .page-template-bookings #header .title-tall h1 {
    color: #003450; }
  .page-template-default #header .title-tall .lines span:before,
  .page-template-default #header .title-tall .lines span:after, .page-template-bookings #header .title-tall .lines span:before,
  .page-template-bookings #header .title-tall .lines span:after {
    border-bottom: 2px solid #003450; }
.page-template-default hr, .page-template-bookings hr {
  border: 3px solid #5AB2AB; }
.page-template-default table, .page-template-bookings table {
  border-collapse: collapse;
  margin-bottom: 40px;
  margin-top: 20px; }
.page-template-default th, .page-template-bookings th {
  font-weight: bold;
  padding: 10px;
  text-align: center; }
.page-template-default table, .page-template-default th, .page-template-default td, .page-template-bookings table, .page-template-bookings th, .page-template-bookings td {
  border: 1px solid #E5E5E5; }
.page-template-default td, .page-template-bookings td {
  padding: 10px;
  text-align: center; }
  .page-template-default td .left, .page-template-bookings td .left {
    text-align: left; }

.post-type-archive-stay #header, .single-stay #header {
  background-color: #607283; }
  .post-type-archive-stay #header .title-short h1, .single-stay #header .title-short h1 {
    color: white;
    text-align: left; }
  .post-type-archive-stay #header .title-short .lines span:before,
  .post-type-archive-stay #header .title-short .lines span:after, .single-stay #header .title-short .lines span:before,
  .single-stay #header .title-short .lines span:after {
    border-bottom: 2px solid white; }
.post-type-archive-stay hr, .single-stay hr {
  border: 3px solid #607283; }

.cc_container {
  background: #003450 !important; }
  .cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: white !important;
    background-color: #F49F2C !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: "Sofia Pro",sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 0.875rem !important; }
  .cc_container p {
    color: white !important;
    font-family: "Sofia Pro",sans-serif !important; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vimeo {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.27198%; }

.vimeo iframe {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 2px);
  height: calc(100% + 2px); }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  #header-intro .blue p {
    width: 85%; }

  .line-wrapper::after, .line-wrapper-opacity::after {
    right: -180px; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
.owl-nav {
  height: 30px;
  position: relative; }
  .owl-nav .nav-left, .owl-nav .nav-right {
    display: inline-block;
    cursor: pointer;
    position: absolute; }
  .owl-nav .nav-left {
    left: -50px;
    top: -230px; }
  .owl-nav .nav-right {
    right: -50px;
    top: -230px; }
  .owl-nav .nav-left:after {
    content: url("../../img/left-arrow.png"); }
  .owl-nav .nav-right:after {
    content: url("../../img/right-arrow.png"); }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: white;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block !important; }
  .owl-carousel .owl-nav.disabled .owl-dot, .owl-carousel .owl-dots.disabled .owl-dot {
    display: none; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -60px;
  margin-left: 10px;
  position: absolute; }

.owl-theme .owl-nav + .owl-dots {
  margin-top: -100px;
  margin-left: 10px;
  position: absolute; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px 2px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 1px solid #fff; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white; }

.owl-theme-highlights {
  width: 100% !important;
  margin: 0 auto; }

.owl-nav {
  height: 30px;
  position: relative; }
  .owl-nav .nav-left, .owl-nav .nav-right {
    display: inline-block;
    cursor: pointer;
    position: absolute; }
  .owl-nav .nav-left {
    left: -50px;
    top: -230px; }
  .owl-nav .nav-right {
    right: -50px;
    top: -230px; }
  .owl-nav .nav-left:after {
    content: url("../../img/left-arrow.png"); }
  .owl-nav .nav-right:after {
    content: url("../../img/right-arrow.png"); }

.owl-theme-highlights .owl-dots, .owl-theme-highlights .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme-highlights .owl-nav {
  margin-top: 10px; }

.owl-theme-highlights .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: white;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme-highlights .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none; }

.owl-theme-highlights .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme-highlights .owl-nav.disabled + .owl-dots {
  margin-top: -60px;
  margin-left: 10px;
  position: absolute; }

.owl-theme-highlights .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme-highlights .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme-highlights .owl-dots .owl-dot.active span, .owl-theme-highlights .owl-dots .owl-dot:hover span {
  background: white; }

button.owl-dot:hover {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important; }

.guestline-book-menu {
  background: url(../../book/img/loader.gif) 50% 20% no-repeat;
  background-size: 30px; }

.hamburger, a.hamburger {
  color: #007C91;
  position: relative;
  width: 3rem;
  height: 3rem;
  z-index: 99;
  -webkit-transition: left .3s ease .3s, border .3s ease 0s;
  -o-transition: left .3s ease .3s, border .3s ease 0s;
  transition: left .3s ease .3s, border .3s ease 0s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: 0.1s; }

.hamburger.is-active {
  border-color: transparent;
  -webkit-transition: left .3s ease, border .3s ease .3s;
  -o-transition: left .3s ease, border .3s ease .3s;
  transition: left 0.3s ease, border 0.3s ease 0.3s; }

.hamburger.is-active .bars {
  background-color: transparent; }

.hamburger.is-active .bars::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0; }

.hamburger.is-active .bars::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0; }

.bars {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.bars, .bars::after, .bars::before {
  display: block;
  cursor: pointer;
  height: 3px;
  width: 1.5rem;
  border-radius: 1rem;
  background-color: #007C91;
  position: absolute;
  color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease; }

.bars::before {
  content: '';
  top: 8px; }

.bars::after {
  content: '';
  top: -8px; }

a.side-hamburger {
  position: absolute;
  right: 1.5rem;
  top: 0.75rem; }

a.side-hamburger .bars, a.side-hamburger .bars::after, a.side-hamburger .bars::before {
  background-color: #fff; }

a.booking-hamburger {
  position: absolute;
  right: 1.125rem;
  top: 0.75rem; }

.site-cover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff; }

.site-cover.is-active {
  opacity: .5;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#side-tabs {
  position: fixed;
  top: 250px;
  right: 0;
  background-color: #007C91;
  z-index: 9998; }

#side-tabs-inner {
  position: absolute;
  top: -34px;
  left: -446px;
  background-color: #007C91;
  display: block;
  z-index: 9998; }

.side-tab {
  right: -1px;
  cursor: pointer;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.side-tab-inner {
  left: 0;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

a.side-tab {
  font-family: "Sofia Pro", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 15px 6px 15px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  display: block;
  z-index: 9998;
  font-size: 15px;
  color: #FFFFFF;
  width: 236px; }

a.side-tab-inner {
  font-family: "Sofia Pro", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 15px 6px 15px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  display: block;
  z-index: 9998;
  font-size: 15px;
  color: #FFFFFF;
  width: 450px; }

#side-tabs-left {
  position: fixed;
  top: 150px;
  left: -290px;
  background-color: #007C91;
  display: block;
  z-index: 9998; }

.side-tab-left {
  left: -1px;
  cursor: pointer;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

a.side-tab-left {
  font-family: "Sofia Pro", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 23px 6px 23px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  display: block;
  z-index: 9998;
  font-size: 17px;
  color: #FFFFFF; }

.side-menu {
  background-color: #E5E5E5;
  position: fixed;
  right: 0;
  top: 283px;
  bottom: 0;
  z-index: 99999;
  padding: 3rem 0;
  width: 220px;
  height: 420px;
  padding: 30px 20px 30px 50px;
  max-width: 100%;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  overflow-y: scroll;
  font-size: 16px; }
  .side-menu .close-panel {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #4B4B4B;
    font-size: 22px;
    width: 40px;
    text-align: right; }
  .side-menu .side-img {
    float: left;
    position: relative;
    width: 90%;
    padding-right: 5%; }
    .side-menu .side-img img {
      width: 100%; }
  .side-menu .side-text {
    float: left;
    position: relative;
    width: 90%;
    margin-top: 15px; }
    .side-menu .side-text .side-title {
      font-family: "Recoleta Alt", sans-serif;
      color: #007C91;
      font-size: 22px; }
    .side-menu .side-text .main-txt {
      margin-top: 10px;
      margin-bottom: 20px; }

.side-menu, .side-menu.is-open {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.side-menu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.side-menu .menu {
  margin-top: 1.5rem; }

.side-menu-left {
  background-color: #E5E5E5;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  padding: 3rem 0;
  width: 320px;
  height: 200px;
  max-width: 100%;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  overflow-y: scroll; }

.side-menu-left, .side-menu-left.is-open-left {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.side-menu-left.is-open-left {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.side-menu-left .menu {
  margin-top: 1.5rem; }

#offer-popup {
  display: none;
  background-color: #E5E5E5;
  position: fixed;
  left: -1px;
  bottom: 20px;
  z-index: 99999;
  padding: 3rem 0;
  width: 280px;
  padding: 30px 20px;
  max-width: 100%;
  overflow-y: scroll;
  font-size: 16px; }
  #offer-popup .close-offer {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #4B4B4B;
    font-size: 22px; }
  #offer-popup .footer-img {
    float: left;
    position: relative;
    width: 30%;
    padding-right: 5%; }
    #offer-popup .footer-img img {
      width: 100%; }
  #offer-popup .footer-text {
    float: left;
    position: relative;
    width: 65%;
    font-family: "Recoleta Alt", sans-serif; }
    #offer-popup .footer-text .footer-title {
      font-size: 22px;
      color: #007C91; }
    #offer-popup .footer-text .footer-main-txt {
      margin-top: 10px;
      margin-bottom: 20px;
      color: #4B4B4B;
      font-family: "proxima-nova", sans-serif; }

.booking-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 320px;
  background-color: #fff;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.booking-nav-wrap {
  padding: 3rem 0;
  height: 100%; }

.home .booking-nav-wrap {
  padding-top: 6rem; }

.booking-nav.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.guestline-book-menu {
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

#sidebar-booking-iframe {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #00718B;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #00718B; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #00718B;
  box-shadow: #00718B 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #9DBB6F !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

@media (min-width: 800px) {
  #activities-panel .three.columns, #isles-panel .three.columns {
    max-width: 25%; } }
/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
@media (min-width: 480px) {
  #offer-popup {
    width: 380px; }

  .side-menu {
    width: 380px;
    height: 260px; }
    .side-menu .side-img {
      width: 30%; }
    .side-menu .side-text {
      width: 65%;
      margin-top: 0; }

  a.side-tab-inner {
    width: 290px; }

  #side-tabs-inner {
    top: -34px;
    left: -286px; }

  .owl-nav .move-left-square, .owl-nav .move-right-square {
    margin-top: -45%; } }
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
@media (min-width: 550px) {
  #header img {
    max-height: 265px; }

  #header img {
    height: auto; }

  #stays .left-img .owl-stage-outer img, #stays .right-img .owl-stage-outer img {
    height: 300px;
    overflow: hidden; }

  #offer-popup {
    width: 480px; }

  .side-menu {
    width: 480px;
    height: 205px; }

  #side-tabs-inner {
    top: -54px; }

  .owl-nav .move-left-square, .owl-nav .move-right-square {
    margin-top: -47%; } }
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  #header img {
    max-height: 380px; }
  #header .title-short .lines span:before,
  #header .title-short .lines span:after, #header .title-tall .lines span:before,
  #header .title-tall .lines span:after {
    width: 30px; }
  #header .title-short {
    padding: 20px 0; }
  #header .title-tall, #header .title-right {
    margin-top: -80px;
    float: left;
    height: 40px; }
  #header .title-right {
    width: 25%; }
  #header .title-tall {
    margin-left: -80px;
    padding: 20px 80px; }

  #accommodation {
    padding-bottom: 40px; }

  .owl-carousel {
    margin-bottom: 0;
    margin-top: 0; }

  .owl-nav .move-left-square, .owl-nav .move-right-square {
    margin-top: -45%; }

  .one-ten {
    font-size: 8rem; }

  #seasons {
    background-position: -300px; }
    #seasons .nineteen {
      padding-right: 120px; }

  #sense .center-row .five.columns {
    width: 100%; }
  #sense .center-row .two.columns {
    width: 100%; }

  #senses-desktop {
    visibility: visible;
    display: block; }

  #senses-mobile {
    visibility: hidden;
    display: none; }

  #senses-desktop .columns:first-of-type, #senses-mobile .columns:first-of-type {
    padding-left: 50px;
    padding-right: 50px; }

  .Spring .block-info, .Summer .block-info, .Autumn .block-info, .Winter .block-info {
    margin-bottom: 0; }

  #activities {
    padding-top: 60px;
    padding-bottom: 40px; }
    #activities .columns {
      margin-bottom: 0; }

  .right-img, .right-txt {
    padding-left: 50px !important; }

  .left-img, .left-txt {
    padding-right: 50px !important; }

  #stays .stay-row:nth-child(even) {
    margin-bottom: 100px;
    flex-flow: row-reverse; }
  #stays .stay-row {
    display: flex; }
    #stays .stay-row .owl-theme-highlights .owl-nav.disabled + .owl-dots {
      margin-top: -60px; }
    #stays .stay-row .columns {
      padding-top: 0;
      padding-bottom: 0; }
    #stays .stay-row .left-img {
      margin-bottom: 0; }
    #stays .stay-row .right-img {
      padding-bottom: 0; }
  #stays .left-img .owl-stage-outer img, #stays .right-img .owl-stage-outer img {
    height: 360px;
    overflow: hidden; }

  #events .tribe-events-event-image {
    margin-top: 40px;
    margin-bottom: 40px; }

  #senses-blocks .columns:nth-child(n+2) {
    border-left: 10px solid white; }
  #senses-blocks .white.button {
    min-width: 140px; }

  .move-left-square {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; }

  .move-right-square {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; }

  .owl-carousel:hover .move-left-square {
    visibility: visible;
    opacity: 1; }

  .owl-carousel:hover .move-right-square {
    visibility: visible;
    opacity: 1; }

  #events #header {
    background-color: #D1D1D1; }
    #events #header .title-short h1 {
      color: #003450;
      text-align: left; }
    #events #header .title-short .lines span:before,
    #events #header .title-short .lines span:after {
      border-bottom: 2px solid #003450; }
  #events hr {
    border: 3px solid #D1D1D1;
    margin-top: 0; }
  #events .tribe-events-list-separator-month {
    font-family: "Recoleta Alt", sans-serif;
    color: #003450;
    margin-bottom: 30px;
    font-size: 2.125rem;
    font-weight: 400 !important;
    margin-left: 15px;
    border-top: 6px solid #D1D1D1; }
  #events .tribe-events-event-image {
    margin-top: 20px;
    margin-bottom: 50px; }
  #events .tribe-events-ical {
    display: none;
    visibility: hidden; }
  #events .tribe-events-list-event-title, #events .tribe-events-loop .tribe-events-event-meta {
    font-family: "Sofia Pro", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4B4B4B;
    margin: 0;
    font-weight: 400 !important; }
  #events .tribe-events-list-event-title {
    margin-top: 15px; }
  #events .tribe-events-list-event-description p {
    margin: 20px 0 20px 0;
    font-size: 1.0625rem; }
  #events .tribe-events-list-separator-month {
    padding-top: 50px;
    margin-bottom: 10px;
    margin-top: 30px; } }
.map__wrapper {
  margin-top: 40px; }

/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  #header img {
    max-height: 550px; }

  #seasons {
    background-position: -500px; }

  #stays .left-img .owl-stage-outer img, #stays .right-img .owl-stage-outer img {
    height: 452px;
    overflow: hidden; }

  #senses-blocks .white.button {
    min-width: 160px; }

  #sense .center-row .five.columns {
    width: 41.6666666667%; }
  #sense .center-row .two.columns {
    width: 16.6666666667%; } }
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@media (min-width: 1280px) {
  #seasons {
    background-position: -600px; } }
.transition-all *, a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button, .button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.hidden-nav {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Elements
 ************************************************************************************************/
.gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* match with border-left */
  border-left: 4px solid #007C91;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  /* match with height for a circle */
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@font-face {
  font-family: 'Humanst521 BT';
  src: url("../fonts/Humanist521BT-Bold.woff2") format("woff2"), url("../fonts/Humanist521BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Humanst521 BT';
  src: url("../fonts/Humanist521BT-Roman.woff2") format("woff2"), url("../fonts/Humanist521BT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Humanst521 Lt BT';
  src: url("../fonts/Humanist521BT-Light.woff2") format("woff2"), url("../fonts/Humanist521BT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro Semi';
  src: url("../fonts/SofiaPro-SemiBolditalic.woff2") format("woff2"), url("../fonts/SofiaPro-SemiBolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Regularitalic.woff2") format("woff2"), url("../fonts/SofiaPro-Regularitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Black.woff2") format("woff2"), url("../fonts/SofiaPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/SofiaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Recoleta Alt';
  src: url("../fonts/RecoletaAlt-Regular.woff2") format("woff2"), url("../fonts/RecoletaAlt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Bolditalic.woff2") format("woff2"), url("../fonts/SofiaPro-Bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro Ultra';
  src: url("../fonts/SofiaPro-UltraLightitalic.woff2") format("woff2"), url("../fonts/SofiaPro-UltraLightitalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Mediumitalic.woff2") format("woff2"), url("../fonts/SofiaPro-Mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Recoleta Alt';
  src: url("../fonts/RecoletaAlt-Thin.woff2") format("woff2"), url("../fonts/RecoletaAlt-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro Extra';
  src: url("../fonts/SofiaPro-ExtraLightitalic.woff2") format("woff2"), url("../fonts/SofiaPro-ExtraLightitalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro Semi';
  src: url("../fonts/SofiaPro-SemiBold.woff2") format("woff2"), url("../fonts/SofiaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Regular.woff2") format("woff2"), url("../fonts/SofiaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro Ultra';
  src: url("../fonts/SofiaPro-UltraLight.woff2") format("woff2"), url("../fonts/SofiaPro-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Blackitalic.woff2") format("woff2"), url("../fonts/SofiaPro-Blackitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/SofiaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Light.woff2") format("woff2"), url("../fonts/SofiaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Recoleta Alt';
  src: url("../fonts/RecoletaAlt-Black.woff2") format("woff2"), url("../fonts/RecoletaAlt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Lightitalic.woff2") format("woff2"), url("../fonts/SofiaPro-Lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Sofia Pro Extra';
  src: url("../fonts/SofiaPro-ExtraLight.woff2") format("woff2"), url("../fonts/SofiaPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
/************************************************************************************************
                     * VARIABLES
 ************************************************************************************************/
/************************************************************************************************
                     * TYPOGRAPHY
 ************************************************************************************************/
.hori-list > li, .hori-list > div, .hori-list > a {
  font-size: 16px; }

a {
  color: #007C91;
  font-weight: 400;
  outline: 0;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #585858;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px;
  margin: 40px 0 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

strong, b {
  font-weight: 600; }

p {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none; }

p ul {
  list-style-type: none; }
  p ul li {
    font-size: 1.0625rem;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 20px; }
  p ul li::before {
    content: ">";
    font-weight: bold;
    display: inline-block;
    width: 1.7em;
    margin-left: -28px; }

blockquote {
  border-left: 3px solid #4B4B4B;
  color: #4B4B4B;
  size: 16px;
  font-style: italic;
  margin: 20px 0;
  padding: 0 0 0 15px; }

ul, ol {
  margin: 10px 0;
  padding-left: 20px; }

ol {
  padding-left: 25px; }

.content ul:not(.on-page-links) {
  list-style-type: none; }
  .content ul:not(.on-page-links) li:not(.on-page-link) {
    font-size: 1.0625rem;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 20px; }
  .content ul:not(.on-page-links) li::before {
    content: ">";
    font-weight: bold;
    display: inline-block;
    width: 1.7em;
    margin-left: -28px; }

.stay-template-single-cottage .nineteen h2, .stay-template-single-cottage .nineteen h3, .stay-template-single-cottage .nineteen h4, .stay-template-single-cottage .nineteen h5, .stay-template-single-cottage .nineteen h6 {
  text-transform: uppercase; }
.stay-template-single-cottage .nineteen * {
  background-color: #585858;
  opacity: 0.15; }
.stay-template-single-cottage.show-content .nineteen * {
  background-color: initial;
  opacity: 1; }

.fw--light {
  font-weight: normal; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  h1 {
    font-size: 38px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 22px;
    margin: 40px 0 20px; }

  h5 {
    font-size: 20px; }

  h6 {
    font-size: 18px; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@media (min-width: 1280px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 24px; }

  h5 {
    font-size: 22px; }

  h6 {
    font-size: 20px; } }
/************************************************************************************************
                     * Video
 ************************************************************************************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/************************************************************************************************
                     * Images
 ************************************************************************************************/
img {
  display: block;
  height: auto;
  max-width: 100%; }

.img-left {
  float: left;
  margin: 10px 10px 10px 0; }

.img-center {
  margin: 10px auto; }
  .img-center img {
    display: block;
    margin: 10px auto; }

.img-right {
  float: right;
  margin: 10px 0 10px 10px; }

.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 10px auto; }

/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .alignleft {
    float: left;
    margin: 10px 30px 10px 0; }

  .alignright {
    float: right;
    margin: 10px 0 10px 30px; } }
/************************************************************************************************
                     * Buttons
 ************************************************************************************************/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  border-color: #007C91;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  outline: 0 !important;
  padding: 7px 15px 8px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Sofia Pro", sans-serif;
  background-color: transparent;
  border: 1px solid #4B4B4B;
  color: #4B4B4B; }
  .button.secondary-button,
  button.secondary-button,
  input[type="submit"].secondary-button,
  input[type="reset"].secondary-button,
  input[type="button"].secondary-button {
    background-color: #676767; }
    .button.secondary-button:hover,
    button.secondary-button:hover,
    input[type="submit"].secondary-button:hover,
    input[type="reset"].secondary-button:hover,
    input[type="button"].secondary-button:hover {
      background-color: #747474; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #007C91 !important;
    border-color: #007C91 !important;
    color: white !important; }

button.hamburger:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: transparent !important; }

.button i {
  padding-left: 10px; }

.navy.button {
  background-color: #003450;
  color: white; }

.navy.button:hover {
  background-color: #F49F2C;
  opacity: 1;
  transition: 0.3s;
  border: 1px solid #F49F2C; }

.navy.button:hover .button-border-navy {
  border: 1px solid #F49F2C;
  opacity: 1;
  transition: 0.3s; }

.button-border-navy {
  border: 1px solid #003450; }

.button-border-navy:hover {
  border: 1px solid #F49F2C;
  opacity: 1;
  transition: 0.3s; }

.button-border-navy:hover .navy.button {
  background-color: #F49F2C;
  opacity: 1;
  transition: 0.3s; }

.orange.button {
  background-color: #F49F2C;
  color: white;
  border: 1px solid #4B4B4B; }

.button-footer .orange.button:hover {
  background-color: #003450 !important; }

.white-border.button {
  background-color: transparent;
  border: 1px solid white;
  color: white; }

.grey-border.button {
  background-color: transparent;
  border: 1px solid #4B4B4B;
  color: #4B4B4B; }

.white.button {
  background-color: white;
  margin: 15px;
  color: #4B4B4B;
  border: 1px solid white; }

.button-border {
  border: 1px solid white; }

.home-btn {
  padding: 9px 20px 11px 20px;
  font-size: 18px;
  margin: 15px; }

.button-border-navy {
  border: 1px solid #003450; }

/************************************************************************************************
                     * Pagination
 ************************************************************************************************/
.pagination-single {
  border-top: 1px solid #676767;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  min-height: 35px;
  padding: 10px 95px 0;
  position: relative;
  text-align: center;
  width: 100%; }
  .pagination-single a, .pagination-single span {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px; }
  .pagination-single .fl-left, .pagination-single .prev {
    position: absolute;
    left: 0;
    top: 10px; }
    .pagination-single .fl-left a, .pagination-single .prev a {
      padding-left: 0; }
  .pagination-single .fl-right, .pagination-single .next {
    position: absolute;
    right: 0;
    top: 10px; }
    .pagination-single .fl-right a, .pagination-single .next a {
      padding-right: 0; }
  .pagination-single .page-numbers {
    display: inline-block; }

.page-links {
  height: 80px;
  position: relative;
  width: 100%; }

.center-button {
  margin-top: 30px;
  text-align: center; }
  .center-button .button,
  .center-button button,
  .center-button input[type="submit"],
  .center-button input[type="reset"],
  .center-button input[type="button"] {
    font-size: 1.8rem;
    width: 180px; }

.next.button, .prev.button {
  bottom: 0;
  margin: 0 10px;
  padding: 7px 15px;
  position: absolute;
  width: auto; }

.prev.button {
  left: 0; }

.next.button {
  right: 0; }

/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    font-size: 16px;
    padding: 7px 18px 9px 18px; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
										 * Form Variables
 ************************************************************************************************/
/************************************************************************************************
										 * Form Elements
 ************************************************************************************************/
form {
  background: none;
  border: 0;
  margin: 0; }
  form * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  form legend {
    display: none;
    margin-bottom: 0;
    font-weight: 600; }
  form fieldset {
    padding: 0;
    border-width: 0; }

label {
  color: #4B4B4B;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
  width: auto; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4B4B4B;
  border: #4B4B4B;
  font-size: 16px;
  height: 35px;
  padding: 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  -moz-appearance: none;
  -webkit-appearance: none; }
  input[type="email"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="password"]::-ms-expand,
  textarea::-ms-expand,
  select::-ms-expand {
    display: none; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    outline: 0; }

input[type="file"] {
  width: 100%; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select[multiple='multiple'] {
  height: 100px; }

textarea {
  height: auto;
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

.hidden-field {
  display: none; }

/************************************************************************************************
										 * GRAVITY FORM SPECIFIC
 ************************************************************************************************/
ul.gform_fields li::before {
  content: "" !important;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -14px; }

#gform_2 {
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
  border-bottom: 1px solid white;
  width: 100%;
  max-width: 470px;
  margin-right: 10px;
  height: 35px;
  margin-top: 10px; }
  #gform_2 ::-webkit-input-placeholder {
    color: #FFF; }
  #gform_2 :-moz-placeholder {
    opacity: 1;
    color: #FFF; }
  #gform_2 ::-moz-placeholder {
    opacity: 1;
    color: #FFF; }
  #gform_2 :-ms-input-placeholder {
    color: #FFF; }
  #gform_2 input:-moz-placeholder {
    color: #FFF; }
  #gform_2 .gform_body {
    width: 100%; }
  #gform_2 .gform_footer {
    width: 100%;
    text-align: left;
    float: left;
    margin-right: 8px; }
  #gform_2 .gfield_label {
    display: none;
    visibility: hidden; }
  #gform_2 .gfield {
    margin-top: -10px; }
  #gform_2 input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 30px; }
  #gform_2 input[type="text"] {
    font-size: .8em; }
  #gform_2 input[type="submit"]:hover {
    border-color: #003450 !important;
    background-color: #003450 !important; }
  #gform_2 input[type="email"],
  #gform_2 input[type="number"],
  #gform_2 input[type="search"],
  #gform_2 input[type="text"],
  #gform_2 input[type="tel"],
  #gform_2 input[type="url"],
  #gform_2 input[type="password"],
  #gform_2 textarea,
  #gform_2 select {
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    border: white;
    font-size: 16px;
    height: 35px;
    padding: 6px 0;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    -moz-appearance: none;
    -webkit-appearance: none; }
    #gform_2 input[type="email"]::-ms-expand,
    #gform_2 input[type="number"]::-ms-expand,
    #gform_2 input[type="search"]::-ms-expand,
    #gform_2 input[type="text"]::-ms-expand,
    #gform_2 input[type="tel"]::-ms-expand,
    #gform_2 input[type="url"]::-ms-expand,
    #gform_2 input[type="password"]::-ms-expand,
    #gform_2 textarea::-ms-expand,
    #gform_2 select::-ms-expand {
      display: none; }
    #gform_2 input[type="email"]:focus,
    #gform_2 input[type="number"]:focus,
    #gform_2 input[type="search"]:focus,
    #gform_2 input[type="text"]:focus,
    #gform_2 input[type="tel"]:focus,
    #gform_2 input[type="url"]:focus,
    #gform_2 input[type="password"]:focus,
    #gform_2 textarea:focus,
    #gform_2 select:focus {
      outline: 0; }

#gform_3, #gform_4 {
  margin-bottom: 50px;
  margin-top: -30px;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */ }
  #gform_3 ::-webkit-input-placeholder, #gform_4 ::-webkit-input-placeholder {
    color: #4B4B4B; }
  #gform_3 :-moz-placeholder, #gform_4 :-moz-placeholder {
    opacity: 1;
    color: #4B4B4B; }
  #gform_3 ::-moz-placeholder, #gform_4 ::-moz-placeholder {
    opacity: 1;
    color: #4B4B4B; }
  #gform_3 :-ms-input-placeholder, #gform_4 :-ms-input-placeholder {
    color: #4B4B4B; }
  #gform_3 input:-moz-placeholder, #gform_4 input:-moz-placeholder {
    color: #4B4B4B; }
  #gform_3 .gfield_label, #gform_4 .gfield_label {
    display: none;
    visibility: hidden; }
  #gform_3 .content ul li, #gform_4 .content ul li {
    line-height: 18px !important; }
  #gform_3 input[type="email"],
  #gform_3 input[type="number"],
  #gform_3 input[type="search"],
  #gform_3 input[type="text"],
  #gform_3 input[type="tel"],
  #gform_3 input[type="url"],
  #gform_3 input[type="password"],
  #gform_3 textarea,
  #gform_3 select, #gform_4 input[type="email"],
  #gform_4 input[type="number"],
  #gform_4 input[type="search"],
  #gform_4 input[type="text"],
  #gform_4 input[type="tel"],
  #gform_4 input[type="url"],
  #gform_4 input[type="password"],
  #gform_4 textarea,
  #gform_4 select {
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4B4B4B !important;
    border: 1px solid #4B4B4B !important;
    font-size: 16px;
    height: 35px;
    padding: 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    -moz-appearance: none;
    -webkit-appearance: none; }
    #gform_3 input[type="email"]::-ms-expand,
    #gform_3 input[type="number"]::-ms-expand,
    #gform_3 input[type="search"]::-ms-expand,
    #gform_3 input[type="text"]::-ms-expand,
    #gform_3 input[type="tel"]::-ms-expand,
    #gform_3 input[type="url"]::-ms-expand,
    #gform_3 input[type="password"]::-ms-expand,
    #gform_3 textarea::-ms-expand,
    #gform_3 select::-ms-expand, #gform_4 input[type="email"]::-ms-expand,
    #gform_4 input[type="number"]::-ms-expand,
    #gform_4 input[type="search"]::-ms-expand,
    #gform_4 input[type="text"]::-ms-expand,
    #gform_4 input[type="tel"]::-ms-expand,
    #gform_4 input[type="url"]::-ms-expand,
    #gform_4 input[type="password"]::-ms-expand,
    #gform_4 textarea::-ms-expand,
    #gform_4 select::-ms-expand {
      display: none; }
    #gform_3 input[type="email"]:focus,
    #gform_3 input[type="number"]:focus,
    #gform_3 input[type="search"]:focus,
    #gform_3 input[type="text"]:focus,
    #gform_3 input[type="tel"]:focus,
    #gform_3 input[type="url"]:focus,
    #gform_3 input[type="password"]:focus,
    #gform_3 textarea:focus,
    #gform_3 select:focus, #gform_4 input[type="email"]:focus,
    #gform_4 input[type="number"]:focus,
    #gform_4 input[type="search"]:focus,
    #gform_4 input[type="text"]:focus,
    #gform_4 input[type="tel"]:focus,
    #gform_4 input[type="url"]:focus,
    #gform_4 input[type="password"]:focus,
    #gform_4 textarea:focus,
    #gform_4 select:focus {
      outline: 0; }

.gform_fields {
  font-size: 0;
  list-style: none;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

.gfield {
  display: inline-block;
  float: none;
  margin: 0 0 20px;
  padding: 0 15px;
  vertical-align: top;
  width: 100%; }

.ginput_container {
  width: auto; }

.gform_page_footer {
  border-top: 1px solid #E1E1E1;
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
  width: 100%; }
  .gform_page_footer .gform_next_button, .gform_page_footer input[type="submit"] {
    float: right; }

.gform_ajax_spinner {
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 50px; }

.gform_wrapper .button {
  background-color: #cccccc;
  border-color: #cccccc;
  color: white; }
  .gform_wrapper .button:hover {
    background-color: #F49F2C;
    border-color: #bfbfbf;
    color: white; }
.gform_wrapper input[type="submit"] {
  background-color: #F49F2C;
  border-color: #F49F2C;
  color: white;
  margin-top: 10px; }
  .gform_wrapper input[type="submit"]:hover {
    background-color: #F49F2C;
    border-color: #f2f2f2;
    color: white; }

.gfield_checkbox, .gfield_radio {
  list-style: none;
  padding: 0; }
  .gfield_checkbox li *, .gfield_radio li * {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle; }
  .gfield_checkbox label, .gfield_radio label {
    margin: 0; }
  .gfield_checkbox input, .gfield_radio input {
    margin-right: 7px; }

.gfield_radio input {
  margin-right: 10px; }

.ginput_complex {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px; }
  .ginput_complex > span {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .ginput_complex > span label {
      font-size: 12px;
      margin: 5px 0 0; }
  .ginput_complex.has_prefix {
    padding-left: 100px;
    position: relative; }
    .ginput_complex.has_prefix .name_prefix {
      left: 0;
      position: absolute;
      width: 100px !important; }

.ginput_container_address > span {
  margin-top: 12px; }
  .ginput_container_address > span.address_line_1 {
    margin-top: 0; }

.ginput_container_time {
  display: inline-block;
  vertical-align: top;
  width: 85px; }
  .ginput_container_time input[type="email"],
  .ginput_container_time input[type="number"],
  .ginput_container_time input[type="search"],
  .ginput_container_time input[type="text"],
  .ginput_container_time input[type="tel"],
  .ginput_container_time input[type="url"],
  .ginput_container_time input[type="password"] {
    width: 70px; }
  .ginput_container_time i {
    font-style: normal; }
  .ginput_container_time label {
    font-size: 12px;
    display: block;
    margin-top: 5px; }

.gfield_list td {
  padding: 5px 0;
  vertical-align: middle; }
  .gfield_list td.gfield_list_icons {
    padding: 5px 10px; }
  .gfield_list td img {
    display: inline-block; }
.gfield_list tr:first-child td {
  padding-top: 0; }
.gfield_list tr:last-child td {
  padding-bottom: 0; }

.gf_progressbar_wrapper {
  margin: 0 0 15px;
  padding: 0;
  width: 100%; }
  .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #4B4B4B;
    font-size: 16px;
    margin: 0 0 10px !important;
    padding: 0 !important; }

.gf_progressbar {
  background: #ccc;
  border: 10px solid #f1f1f1;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0;
  overflow: hidden;
  width: 100%; }

.gf_progressbar_percentage {
  background: #007C91;
  color: white;
  padding: 5px;
  text-align: center; }

.gfield_required {
  color: #FF0000;
  margin-left: 5px; }

.validation_error {
  background: none;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  padding: 15px; }

.validation_message {
  color: #FF0000;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
  padding: 0; }

.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error input[type="search"],
.gfield_error input[type="text"],
.gfield_error input[type="tel"],
.gfield_error input[type="url"],
.gfield_error input[type="password"],
.gfield_error textarea,
.gfield_error select {
  background-color: transparent;
  color: white !important;
  font-weight: 400;
  border-color: transparent; }
  .gfield_error input[type="email"]:hover,
  .gfield_error input[type="number"]:hover,
  .gfield_error input[type="search"]:hover,
  .gfield_error input[type="text"]:hover,
  .gfield_error input[type="tel"]:hover,
  .gfield_error input[type="url"]:hover,
  .gfield_error input[type="password"]:hover,
  .gfield_error textarea:hover,
  .gfield_error select:hover {
    background-color: rgba(255, 0, 0, 0.1); }

.gform_confirmation_message {
  background: none;
  border: black !important;
  color: black !important;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  padding: 15px; }

#gform_confirmation_message_2 {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

#gform_confirmation_message_3 {
  border: 1px solid black !important; }

.ui-datepicker {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px; }
  .ui-datepicker select {
    margin: 0 3px; }
  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center; }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 600; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    background: #4B4B4B;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-family: "Glyphicons Halflings";
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    line-height: 21px;
    margin: 0;
    text-align: center;
    width: 25px; }
  .ui-datepicker .ui-datepicker-prev {
    float: left; }
    .ui-datepicker .ui-datepicker-prev:before {
      content: "‹"; }
  .ui-datepicker .ui-datepicker-next {
    float: right; }
    .ui-datepicker .ui-datepicker-next:before {
      content: "›"; }
  .ui-datepicker .ui-icon {
    display: none; }
  .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th,
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      padding: 4px 0; }
    .ui-datepicker .ui-datepicker-calendar td {
      border-radius: 4px;
      -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
      -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
      -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
      transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }
      .ui-datepicker .ui-datepicker-calendar td:hover {
        background-color: #eee;
        cursor: pointer; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #4B4B4B;
        text-decoration: none; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
        background-color: #007C91; }
        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
          color: white; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
        opacity: 0.5; }

/************************************************************************************************
                    * Larger than phablet (also point when grid becomes active)
************************************************************************************************/
@media (min-width: 550px) {
  #gform_2 {
    border-bottom: 1px solid white;
    width: 100%;
    max-width: 470px;
    margin-right: 10px;
    height: unset;
    margin-top: unset; }
    #gform_2 .gform_body {
      display: inline-block;
      width: 70%; }
    #gform_2 .gform_footer {
      width: 60px;
      display: inline-block;
      text-align: right;
      float: right;
      margin-right: 8px; }
    #gform_2 .gfield_label {
      display: none;
      visibility: hidden; }
    #gform_2 .gfield {
      margin-top: -10px; }
    #gform_2 input[type="submit"] {
      margin-top: unset;
      margin-bottom: unset; }
    #gform_2 input[type="text"] {
      font-size: 1rem; } }
/************************************************************************************************
										 * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  .gform_body {
    width: 75%; }

  .gform_footer {
    width: 70px; }

  form .gform_ajax_spinner {
    top: 10px; }
  form .has_first_name.has_last_name > span {
    width: 50%; }
  form .has_first_name.has_middle_name.has_last_name > span {
    width: 33.3%; }
  form .has_first_name.has_middle_name.has_last_name.has_suffix > span {
    width: 25%; }
  form .ginput_container_address > span {
    width: 50%; }
    form .ginput_container_address > span.ginput_full {
      width: 100%; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  .gform_body {
    width: 80%; }

  #gform_2 {
    max-width: unset; } }
/************************************************************************************************
                     * Backgrounds
 ************************************************************************************************/
.cover-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.item-overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.color-block *, .color-blocks *, .dark-bg *, .cover-bg * {
  color: white; }

.dark-bg {
  background-color: #676767 !important; }

.medium-bg {
  background-color: #676767 !important; }

.light-bg {
  background-color: #676767 !important; }

.white-bg {
  background-color: white !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 18px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  background: transparent; }

.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 4px;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.sticky .hamburger-inner, .sticky .hamburger-inner::before, .sticky .hamburger-inner::after {
  background-color: white; }

header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
  background-color: white; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }

.hamburger--3dx.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }

.hamburger--3dy.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }

.hamburger--3dy-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.swipe-open .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.swipe-open .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.swipe-open .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.swipe-open .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.swipe-open .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.swipe-open .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.swipe-open .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.swipe-open .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.swipe-open .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.swipe-open .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.swipe-open .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.swipe-open .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.swipe-open .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.swipe-open .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.swipe-open .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.swipe-open .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.swipe-open .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.swipe-open .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.swipe-open .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.swipe-open .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.swipe-open .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.swipe-open .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.swipe-open .hamburger-inner::before, .hamburger--minus.swipe-open .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.swipe-open .hamburger-inner::before {
  top: 0; }

.hamburger--minus.swipe-open .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.swipe-open .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.swipe-open .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.swipe-open .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.swipe-open .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.swipe-open .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.swipe-open .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.swipe-open .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.swipe-open .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.swipe-open .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.swipe-open .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.swipe-open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.swipe-open .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.swipe-open .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.swipe-open .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.swipe-open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.swipe-open .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.swipe-open .hamburger-inner::before, .hamburger--vortex.swipe-open .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.swipe-open .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.swipe-open .hamburger-inner::before, .hamburger--vortex-r.swipe-open .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

.message__box__visible {
  overflow: hidden; }

.message__box__visible .message__modal__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: scroll;
  padding: 1rem;
  display: flex; }

.message__modal__wrapper {
  display: none; }

.message__modal__wrapper__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1; }

.message_modal__container {
  max-width: 600px;
  max-width: 90ch;
  margin: auto;
  width: 100%;
  background-color: white;
  z-index: 1;
  padding: 5rem;
  position: relative; }
  .message_modal__container p img {
    float: left;
    margin: 0 10px; }
  .message_modal__container p:after, .message_modal__container p:before {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }

span.message__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.6rem;
  cursor: pointer; }

span.message__modal__close:hover {
  background-color: rgba(0, 0, 0, 0.15); }

/************************************************************************************************
                     * Modules
 ************************************************************************************************/
header ul {
  margin-bottom: 0; }
  header ul li {
    margin-bottom: 0;
    position: relative;
    padding: 4px 10px; }

ul.main-menu {
  border-top: 2px solid #C5D5CE;
  border-bottom: 2px solid #C5D5CE;
  background-color: #007C91;
  padding: 14px;
  text-align: center;
  list-style: none;
  margin: 0; }
  ul.main-menu li {
    margin-bottom: 0;
    position: relative;
    padding: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 14px;
    z-index: 5000; }
    ul.main-menu li a {
      color: white;
      font-family: "Sofia Pro",sans-serif;
      font-weight: normal; }
    ul.main-menu li a span:hover {
      text-decoration: none;
      border-bottom: 1px solid white;
      color: white;
      padding-bottom: 3px; }
  ul.main-menu li.home a span {
    visibility: hidden; }
  ul.main-menu li.home a span::after {
    visibility: visible;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f015";
    color: white; }
  ul.main-menu li:hover {
    color: white !important; }
  ul.main-menu ul {
    max-height: 0em;
    overflow: hidden;
    position: absolute;
    top: 26px;
    left: -10px;
    transition: max-height .9s ease;
    background-color: #007C91;
    padding: 0 10px;
    text-align: left; }
    ul.main-menu ul li {
      display: block;
      min-width: 215px;
      color: black;
      position: relative;
      margin: 0;
      line-height: a;
        line-height-height: auto;
        line-height-line-height: 26px;
        line-height--webkit-transition: all 0.1s;
        line-height--moz-transition: all 0.1s;
        line-height--ms-transition: all 0.1s;
        line-height--o-transition: all 0.1s;
        line-height-transition: all 0.1s; }
  ul.main-menu li:hover ul {
    max-height: 1000px; }

.sub-menu li a span:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 3px; }

li.current_page_item span, li.current-menu-ancestor span {
  text-decoration: none;
  color: white;
  padding-bottom: 3px; }

.sub-menu li.current_page_item span {
  text-decoration: none;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 3px; }

ul.main-menu li ul li:first-of-type {
  padding-top: 10px; }

ul.main-menu li ul li:last-of-type {
  padding-bottom: 20px; }

.on-page-links {
  display: flex;
  flex-flow: column;
  text-align: right; }
  @media screen and (min-width: 800px) {
    .on-page-links {
      align-items: flex-end; } }
  .on-page-links__title__wrapper {
    text-align: right; }
    .on-page-links__title__wrapper h3 {
      font-weight: normal; }
.on-page-link {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  background-color: #007C91;
  margin-bottom: 10px; }
  @media screen and (min-width: 800px) {
    .on-page-link {
      width: 50%; } }
  .on-page-link a {
    color: #faf1e2;
    text-transform: uppercase;
    font-family: "Sofia Pro", sans-serif;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem; }
  .on-page-link.active, .on-page-link:hover, .on-page-link:focus {
    background-color: #F49F2C; }
  .on-page-link:before {
    content: "" !important;
    display: none; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  header ul li {
    margin: 0 14px; }
    header ul li ul li {
      margin: 0; } }
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
.lightbox-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  padding: 0 15px;
  position: fixed;
  top: 0;
  z-index: 100;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .lightbox-wrapper.lightbox-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible; }
  .lightbox-wrapper .table {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 420px;
    width: 100%; }

.lightbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 30px 0 30px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 101; }

.lightbox-body {
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  cursor: initial;
  padding: 15px 20px 0;
  position: relative; }

.lightbox-close {
  right: 5px;
  position: absolute;
  top: 5px;
  z-index: 99999; }
  .lightbox-close.button {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px;
    border-radius: 5px !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 10px; }

.no-scroll {
  overflow: hidden;
  position: fixed; }

.bs-accordion-heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 25px;
  position: relative;
  background-color: #5a5a5a;
  letter-spacing: 0;
  margin-top: 20px;
  padding: 7.5px 55px 7.5px 7.5px;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  text-transform: uppercase; }
  .bs-accordion-heading [class^="icon-"], .bs-accordion-heading [class*=" icon-"] {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0 0 0; }

.bs-accordion:hover .bs-accordion-content {
  border-color: #4e4e4e; }

.bs-accordion-heading:hover, .bs-accordion-heading:focus {
  background-color: #4e4e4e; }

.bs-accordion-heading {
  color: #5e5e5e; }

.bs-accordion-container {
  background: white;
  height: 0;
  position: relative;
  overflow: hidden; }

.bs-accordion-content {
  background: #f9f9f9;
  padding: 15px 7.5px;
  position: relative; }
  .bs-accordion-content p {
    margin: 0 0 15px !important;
    font-weight: normal !important; }
    .bs-accordion-content p:last-child {
      margin-bottom: 0 !important; }
  .bs-accordion-content .button {
    margin-bottom: 15px; }

.accordion-section .bs-accordion-heading {
  text-transform: none; }

.bs-accordion.bs-active .bs-accordion-heading span {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.bs-accordion.bs-active .bs-accordion-container {
  height: auto; }

@media (min-width: 800px) {
  .bs-accordion-content {
    padding: 15px; }

  .bs-accordion-heading {
    font-size: 30px; } }
@media (min-width: 1000px) {
  .bs-accordion-heading {
    font-size: 40px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none !important; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-dots {
  text-align: center; }
  .slick-dots li, .slick-dots button {
    font-size: 0 !important;
    padding: 0; }
  .slick-dots li {
    line-height: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    display: inline-block; }
    .slick-dots li:before {
      display: none;
      content: ''; }
    .slick-dots li button {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: none;
      background-color: #676767;
      opacity: 0.6;
      display: block;
      margin: 0 4px; }
    .slick-dots li.slick-active button {
      opacity: 0.9; }

.slider-for {
  margin-bottom: 6px; }

.slider-nav {
  overflow: hidden; }
  .slider-nav .slick-list {
    margin: 0 -6px; }
  .slider-nav .slick-slide > div {
    padding: 0 6px; }

.slider-for, .slider-nav {
  max-height: 350px;
  background-color: #585858;
  opacity: 0.15; }
  .slider-for img, .slider-nav img {
    opacity: 0; }
  .slider-for.slick-initialized, .slider-nav.slick-initialized {
    max-height: initial;
    background-color: initial;
    opacity: 1; }
    .slider-for.slick-initialized img, .slider-nav.slick-initialized img {
      opacity: 1; }

.slider-nav {
  max-height: 100px; }

.close-x {
  position: absolute;
  color: white;
  font-size: 32px;
  right: 15px;
  top: 5px;
  cursor: pointer; }

body, .swipe-menu {
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.swipe-open > h2, .swipe-open > ul, .swipe-footer {
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.swipe-panel, .swipe-first-panel {
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

body {
  position: relative; }
  body.swipe-open {
    overflow: hidden; }

.swipe-menu {
  background-color: #007C91;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 25px;
  position: fixed;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  visibility: hidden;
  width: 300px;
  z-index: 99999; }
  .swipe-menu .swipe-footer {
    width: 300px; }
  .swipe-menu.left-swipe {
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  .swipe-menu.right-swipe {
    right: 0;
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  .swipe-menu.swipe-open.left-swipe {
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
      -moz-transform: translate3d(-75px, 0, 0);
      -ms-transform: translate3d(-75px, 0, 0);
      -webkit-transform: translate3d(-75px, 0, 0);
      transform: translate3d(-75px, 0, 0); }
  .swipe-menu.swipe-open.right-swipe {
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .swipe-menu ul {
    margin: 0;
    padding: 20px 0 20px; }
  .swipe-menu li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .swipe-menu li a {
      color: white;
      display: block;
      font-size: 17px;
      padding: 15px 0; }
  .swipe-menu .swipe-prev-panel, .swipe-menu .swipe-next-panel {
    color: white;
    font-size: 22px;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: 1px; }
  .swipe-menu .swipe-prev-panel {
    left: -10px;
    right: auto;
    top: -50px;
    font-size: 32px; }
  .swipe-menu h2 {
    color: #585858;
    position: relative;
    font-size: 19px;
    text-align: center; }
  .swipe-menu h2 {
    background-image: url("https://www.tregarthens-hotel.co.uk/wp-content/uploads/tregarthens-hotel-sticky-logo.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 222px 25px;
    color: #585858;
    position: relative;
    font-size: 19px;
    text-align: center;
    line-height: 80px;
    width: 100%;
    margin: 0;
    height: 69px; }
  .swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
    background: #007C91;
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    padding: 25px;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    top: 0;
    width: 300px;
    z-index: 100000;
    left: 300px; }
    .swipe-menu .swipe-panel.swipe-panel-open, .swipe-menu .swipe-first-panel.swipe-panel-open {
      left: 0; }
    .swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
      left: 0;
      -moz-transform: translate3d(-75px, 0, 0);
      -ms-transform: translate3d(-75px, 0, 0);
      -webkit-transform: translate3d(-75px, 0, 0);
      transform: translate3d(-75px, 0, 0); }

.swipe-panel-title span {
  color: white;
  line-height: 140px; }

.swipe-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #007C91;
  bottom: 0;
  max-width: 300px;
  padding: 25px;
  width: 100%;
  position: fixed;
  z-index: 100001; }

.swipe-overlay {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 99998; }
  .swipe-overlay.swipe-open {
    visibility: visible;
    opacity: 1; }

@media (min-width: 800px) {
  .swipe-menu {
    width: 500px; }
    .swipe-menu .swipe-footer {
      width: 500px; }
    .swipe-menu.left-swipe {
      -moz-transform: translate3d(-500px, 0, 0);
      -ms-transform: translate3d(-500px, 0, 0);
      -webkit-transform: translate3d(-500px, 0, 0);
      transform: translate3d(-500px, 0, 0); }
    .swipe-menu.right-swipe {
      -moz-transform: translate3d(500px, 0, 0);
      -ms-transform: translate3d(500px, 0, 0);
      -webkit-transform: translate3d(500px, 0, 0);
      transform: translate3d(500px, 0, 0); }
    .swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
      -moz-transform: translate3d(-125px, 0, 0);
      -ms-transform: translate3d(-125px, 0, 0);
      -webkit-transform: translate3d(-125px, 0, 0);
      transform: translate3d(-125px, 0, 0); }
    .swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
      width: 500px;
      left: 500px; }
      .swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
        left: 0;
        -moz-transform: translate3d(-125px, 0, 0);
        -ms-transform: translate3d(-125px, 0, 0);
        -webkit-transform: translate3d(-125px, 0, 0);
        transform: translate3d(-125px, 0, 0); }

  .swipe-footer {
    max-width: 500px; } }
.hidden-nav {
  z-index: 5; }

header {
  z-index: 6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

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

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

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

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

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

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

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

.owl-carousel-highlights {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-highlights .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel-highlights .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel-highlights .owl-item .owl-lazy[src^=""], .owl-carousel-highlights .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

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

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

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

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

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

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

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

/************************************************************************************************
                     * Layout
 ************************************************************************************************/
/************************************************************************************************
                     * Grid
 ************************************************************************************************/
.no-border {
  border: 0 !important; }

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.hori-list {
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  .hori-list > li, .hori-list > div, .hori-list > a {
    display: inline-block; }
    .hori-list > li:before, .hori-list > div:before, .hori-list > a:before {
      display: none; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.fifty-pad {
  padding: 50px 0; }

.seventy-pad {
  padding: 70px 0; }

ul.row {
  list-style: none;
  width: 100%; }

/************************************************************************************************
                     * Alignment
 ************************************************************************************************/
.left-align {
  text-align: center; }

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

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

.fl-right, .fl-left {
  float: none;
  margin-left: 0;
  margin-right: 0; }

/************************************************************************************************
                     * Padding Bottoms
 ************************************************************************************************/
.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 5px !important; }

.padding-bottom-20 {
  padding-bottom: 10px !important; }

.padding-bottom-25 {
  padding-bottom: 12px !important; }

.padding-bottom-30 {
  padding-bottom: 15px !important; }

.padding-bottom-35 {
  padding-bottom: 17px !important; }

.padding-bottom-40 {
  padding-bottom: 20px !important; }

.padding-bottom-50 {
  padding-bottom: 25px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

/************************************************************************************************
                     * Table Cell
 ************************************************************************************************/
.table-cell {
  float: none;
  vertical-align: middle; }

/************************************************************************************************
                     * Flex
 ************************************************************************************************/
/****** Markup to get you started (it can be used in conjunction with other classes such as columns etc.)

LEFT AND RIGHT ALIGNED & MIDDLE VERTICALLY ALIGNED HEADER ELEMENTS
<div class="flex-header">
  <div class="flex-header--left">Left aligns</div>
  <div class="flex-header--right">Right aligned nav</div>
</div>

MIDDLE & CENTER ALIGN ITEM WITH ANOTHER ITEM
<div class="flex-middle">
  <div class="flex-middle--item">I'm in the middle!</div>
</div>

SAME HEIGHT ITEMS WITHIN A ROW
<div class="flex-same-height">
  <div class="flex-same-height--item">Item 1</div>
  <div class="flex-same-height--item">Item 2</div>
  <div class="flex-same-height--item">Item 3</div>
</div>

*******/
.flex-header, .flex-middle, .flex-same-height {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row; }

.flex-header {
  -webkit-align-items: center;
  align-items: center;
  position: relative; }

.flex-middle--item {
  margin: auto; }

.flex-middle {
  -webkit-justify-content: center;
  justify-content: center; }

.flex-header--left, .flex-header--right, .flex-middle--item {
  display: inline-block; }

.flex-header--right {
  margin-left: auto; }

.flex-same-height--item {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

/************************************************************************************************
                     * Self Clearing Goodness
 ************************************************************************************************/
.gform_page_footer:after,
.container:after,
.row:after,
.u-cf,
ul.row > li,
.footer-bottom:after {
  content: "";
  display: table;
  clear: both; }

/************************************************************************************************
                     * Media Queries - Bigger than mobile
 ************************************************************************************************/
@media (min-width: 800px) {
  .table {
    display: table;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .table-row {
    display: table-row; }

  .table-cell {
    display: table-cell;
    padding: 0 20px; }

  .padding-bottom-0 {
    padding-bottom: 0 !important; }

  .padding-bottom-5 {
    padding-bottom: 5px !important; }

  .padding-bottom-10 {
    padding-bottom: 10px !important; }

  .padding-bottom-20 {
    padding-bottom: 20px !important; }

  .padding-bottom-25 {
    padding-bottom: 25px !important; }

  .padding-bottom-30 {
    padding-bottom: 30px !important; }

  .padding-bottom-35 {
    padding-bottom: 35px !important; }

  .padding-bottom-40 {
    padding-bottom: 40px !important; }

  .padding-bottom-50 {
    padding-bottom: 50px !important; }

  .padding-bottom-60 {
    padding-bottom: 60px !important; }

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

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

  .fl-left {
    float: left;
    margin-right: 20px; }

  .fl-right {
    float: right; }

  .hori-list {
    margin: 0;
    padding: 0; }
    .hori-list > div, .hori-list > li, .hori-list > a {
      display: inline-block;
      float: none;
      vertical-align: middle; }

  .one.column,
  .one.columns {
    width: 8.3333333333%; }

  .two.columns {
    width: 16.6666666667%; }

  .three.columns {
    width: 25%; }

  .four.columns {
    width: 33.3333333333%; }

  .five.columns {
    width: 41.6666666667%; }

  .six.columns {
    width: 50%; }

  .seven.columns {
    width: 58.3333333333%; }

  .eight.columns {
    width: 66.6666666667%; }

  .nine.columns {
    width: 75%; }

  .ten.columns {
    width: 83.3333333333%; }

  .eleven.columns {
    width: 91.6666666667%; }

  .twelve.columns {
    width: 100%; }

  .one-fifth.column {
    width: 20%; }

  .two-fifths.columns {
    width: 40%; }

  .three-fifths.columns {
    width: 60%; }

  .one-third.column {
    width: 33.3333333333%; }

  .two-thirds.column {
    width: 66.6666666667%; }

  .one-half.column {
    width: 50%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.3333333333%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.6666666667%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.3333333333%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.6666666667%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.3333333333%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.6666666667%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.3333333333%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.6666666667%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.3333333333%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.6666666667%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%; } }
/************************************************************************************************
                     * Sticky footer
 ************************************************************************************************/
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */ }

header, footer {
  flex: none;
  /* 2 */ }

footer {
  background: #007C91; }

.site-content {
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%; }

.site-content::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden; }

@media (--break-lg) {
  .site-content {
    padding-top: var(--space-lg); }

  .site-content::after {
    margin-top: var(--space-lg); } }
.site-content--full {
  padding: 0; }

.site-content--full::after {
  content: none; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
header {
  background: white;
  border-top: 2px solid #F49F2C; }

.header-logo {
  width: 75%;
  padding: 18px 0; }
  .header-logo img {
    display: inline-block; }

.header-logo-sticky {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 5px; }
  .header-logo-sticky img {
    display: inline-block; }

.header-button {
  position: absolute;
  left: 0;
  top: -11px; }

.header-menu {
  position: fixed;
  bottom: 40px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #007C91;
  z-index: 120;
  border-radius: 50%; }

.header-logo, .header-menu {
  margin: 0 auto;
  clear: both;
  text-align: center;
  display: block; }

.header-logo-sticky {
  display: none;
  visibility: hidden; }

#top-tabs {
  z-index: 9999;
  right: 130px;
  margin-right: 20px;
  float: right; }
  #top-tabs .top-tab {
    background: #F49F2C;
    margin-left: 5px;
    padding: 4px 15px;
    display: inline-block; }
    #top-tabs .top-tab a {
      color: white;
      font-family: "Sofia Pro",sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.875rem; }
  #top-tabs .top-tab:hover {
    background: #003450;
    opacity: 1;
    transition: 0.3s; }

header #top-tabs {
  display: none;
  visibility: hidden; }

/************************************************************************************************
                     * Sticky Header
 ************************************************************************************************/
.hidden-nav {
  background: #007C91;
  border-top: 2px solid #F49F2C;
  border-bottom: 2px solid #C5D5CE;
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 40px;
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .hidden-nav .header-button {
    display: none;
    visibility: hidden; }
  .hidden-nav .container {
    opacity: 0;
    position: relative; }
  .hidden-nav .color-logo {
    display: inline-block;
    width: 80px; }
  .hidden-nav a {
    display: inline-block;
    vertical-align: middle; }
    .hidden-nav a:hover, .hidden-nav a:focus {
      -moz-transform: translate3d(0, 0, 0) scale(1.02);
      -ms-transform: translate3d(0, 0, 0) scale(1.02);
      -webkit-transform: translate3d(0, 0, 0) scale(1.02);
      transform: translate3d(0, 0, 0) scale(1.02); }

.swipe-open .hidden-nav, .hidden-nav.sticky {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .swipe-open .hidden-nav .container, .hidden-nav.sticky .container {
    opacity: 1; }

/************************************************************************************************
                     * Hamburger / Main Menu Switch
 ************************************************************************************************/
header .main-menu {
  display: none; }

@media (min-width: 1280px) {
  header .menu-button {
    display: none; }
  header .main-menu {
    display: block; } }
/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  header #top-tabs {
    display: block;
    visibility: visible; }

  #top-tabs {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 130px; }

  .header-logo-sticky {
    display: block;
    visibility: visible; }

  .header-logo {
    width: 90%; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  .header-logo {
    width: 100%; } }
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@media (min-width: 1280px) {
  .header-menu {
    visibility: hidden;
    display: none; } }
footer {
  color: white;
  position: relative;
  min-height: 470px;
  overflow: hidden; }
  footer a {
    color: white; }
  footer .title-txt {
    font-size: 1.25rem;
    line-height: 3.85rem;
    font-weight: bold; }
  footer .footer-contact {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 50px; }
    footer .footer-contact .footer-details {
      font-size: 1.25rem;
      display: block;
      line-height: 2rem;
      color: white; }
      footer .footer-contact .footer-details a {
        color: white; }
    footer .footer-contact .button-footer {
      text-align: left;
      margin-top: 40px;
      display: none;
      visibility: hidden; }
  footer .columns {
    padding-left: 0;
    padding-right: 0; }
  footer .columns {
    padding-left: 0;
    padding-right: 0; }
  footer .columns:last-child {
    float: left;
    text-align: left;
    padding-left: 0; }
  footer .sociallinks ul, footer .sociallinks li {
    list-style-type: none;
    font-size: 22px; }
  footer .sociallinks a {
    display: block;
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    padding: 0px;
    margin-right: 10px;
    margin-left: 0; }
  footer .sociallinks a.icon-linkedin i {
    color: white; }
  footer .sociallinks a.icon-linkedin i:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer .sociallinks a.icon-pinterest i {
    color: white; }
  footer .sociallinks a.icon-pinterest i:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer .sociallinks a.icon-instagram i {
    color: white; }
  footer .sociallinks a.icon-instagram i:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer .sociallinks a.icon-twitter i {
    color: white; }
  footer .sociallinks a.icon-twitter i:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer .sociallinks a.icon-vimeo i {
    color: white; }
  footer .sociallinks a.icon-vimeo i:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer .sociallinks a.icon-facebook i {
    color: white; }
  footer .sociallinks a.icon-facebook i:hover {
    color: rgba(255, 255, 255, 0.8); }
  footer .sociallinks a.icon-tripadvisor i {
    color: white; }
  footer .sociallinks a.icon-tripadvisor i:hover {
    color: rgba(255, 255, 255, 0.8); }

footer {
  background-image: url("../../img/footer-line.svg");
  overflow: hidden;
  background-position: right;
  background-repeat: no-repeat; }

.footer-base {
  background-color: #003450;
  padding: 22px 0;
  color: white; }
  .footer-base .footer-menu-container ul {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    border: 0px none; }
  .footer-base .footer-menu-container li {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    display: inline-block;
    margin: 0px auto;
    padding: 0px;
    font-size: 15px; }
    .footer-base .footer-menu-container li a {
      color: white;
      font-weight: 600; }
  .footer-base .footer-menu-container li:nth-child(n+2)::before {
    content: '|';
    color: #fff;
    padding: 0 5px 0 2px; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  footer .columns:last-child {
    padding-left: 20px; }
  footer .footer-contact .button-footer {
    display: block;
    visibility: visible; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  footer .columns:last-child {
    padding-left: 50px; } }
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@media (min-width: 1280px) {
  footer .columns:last-child {
    padding-left: 140px; } }
/************************************************************************************************
                     * Page Specific
 ************************************************************************************************/
#header-home {
  background-color: #E5E5E5; }
  #header-home img {
    width: 100%; }
  #header-home .title {
    background-color: #007C91;
    padding: 10px;
    margin-top: 0;
    z-index: 4;
    width: 100%; }
    #header-home .title h1 {
      text-transform: uppercase;
      color: white;
      font-weight: 400;
      font-family: "Sofia Pro", sans-serif;
      margin-top: 3px;
      margin-bottom: 3px;
      letter-spacing: 2px;
      font-size: 18px !important; }
    #header-home .title .lines {
      line-height: 34px;
      text-align: center; }
    #header-home .title .lines span {
      display: inline-block;
      position: relative; }
    #header-home .title .lines span:before,
    #header-home .title .lines span:after {
      content: "";
      position: absolute;
      border-bottom: 2px solid white;
      top: 18px;
      width: 0; }
    #header-home .title .lines span:before {
      right: 100%;
      margin-right: 20px; }
    #header-home .title .lines span:after {
      left: 100%;
      margin-left: 20px; }

.home #header-intro p {
  font-size: 20px;
  line-height: 30px; }

/************************************************************************************************
                     * Larger than mobile
 ************************************************************************************************/
/************************************************************************************************
                     * Larger than phablet (also point when grid becomes active)
 ************************************************************************************************/
@media (min-width: 550px) {
  #header-home .title h1 {
    font-size: 28px !important; } }
/************************************************************************************************
                     * Larger than tablet
 ************************************************************************************************/
@media (min-width: 800px) {
  #header-home .title {
    padding: 10px 80px;
    margin-top: -30px;
    width: unset; }
    #header-home .title .lines span:before,
    #header-home .title .lines span:after {
      width: 30px; }
    #header-home .title h1 {
      font-size: 32px !important; } }
/************************************************************************************************
                     * Larger than desktop
 ************************************************************************************************/
@media (min-width: 1000px) {
  #header-home .title h1 {
    font-size: 34px !important; } }
/************************************************************************************************
                     * Larger than desktop HD
 ************************************************************************************************/
@media (min-width: 1280px) {
  #header-home .title h1 {
    font-size: 36px  !important; } }
