/* Ziara V1.0 | Last modified date: 27 Feb 2023 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, *:before, *:after {	box-sizing: border-box; }
@font-face {
  font-family: Gotham;
  src: url('../fonts/gotham-book.otf');
}
@font-face {
  font-family: Gotham Bold;
  src: url('../fonts/gotham-bold.otf');
}
@font-face {
  font-family: Gotham Black;
  src: url('../fonts/gotham-black.otf');
}
.font-h {
  font-family: 'Gotham Bold', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
html {
  font: normal 14px 'Gotham', sans-serif;
  color: #083b5a;
  line-height: 30px;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font: normal 100% 'Gotham Bold', sans-serif;
  color: #083b5a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}
h1.brown, h2.brown, h3.brown, h4.brown, h5.brown, h6.brown {
    color: #9a4956;
  }
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
    margin: 0;
    font-family: 'Gotham', sans-serif;
  }
h1, h2, h3 {
  text-transform: uppercase;
}
h1, h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 140%;
}
p {
  margin: 0 0 20px 0
}
p:nth-last-child(1) {
    margin: 0;
  }
a {
  font-weight: normal;
  color: #9a4956;
  text-decoration: none
}
a:hover {
    text-decoration: underline;
  }
b,
strong {
  font-family: 'Gotham Bold', sans-serif;
}
ol,
ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
}
.img-rounded img {
    border-radius: 30px;
  }
#section-header {
  color: #083b5a;
  background: #fff;
  box-shadow: 0 0 10px #555;
}
.section-content {
  background: #fff;
}
#section-footer {
  position: relative;
  color: #083b5a;
  background: #fff;
}
#zone-footer-top {
  color: #fff;
  background: url('../images/bg-footer.jpg') no-repeat;
  background-size: 100% 100%;
}
#zone-footer-top h2, #zone-footer-top a {
    color: #fff;
  }
#zone-footer-top h2 {
    text-transform: none;
  }

/* grid settings */

/* custom media */
#region-header,
.region-footer-column {
  padding: 20px 0;
}
.page-template-default #region-content,
#zone-footer-top,
#zone-footer {
  padding: 40px 0;
}
#region-header {
  text-align: center;
}
.logo img {
    max-height: 60px;
    vertical-align: middle;
  }
.logo-footer img {
      max-height: 100px;
      vertical-align: middle;
    }
/* grid */
.zone {
  margin: 0 auto;
  padding: 0 20px;
}
#zone-header,
#zone-content,
#region-footer-top,
#region-footer-columns,
.grid {
  display: grid;
  grid-column-gap: 30px;
}
@media (max-width: 739px) {

  #region-header {
    padding: 10px 0 5px;
  }

  .logo {
    padding: 0 30px;
  }
    .logo img {
      margin-top: -5px;
      max-height: 40px;
      vertical-align: middle;
    }

}
@media (min-width: 500px) and (max-width: 739px) {

  /* grid */
    .with-sidebar #zone-content {
      grid-template-columns: 2fr 1fr;
    }

}
@media (min-width: 740px) {

  #region-header {
    text-align: left;
  }
    #region-footer div {
      float: left;
    }
    #region-footer .second,
    #region-footer .third {
      padding: 20px 0 0;
      margin: 0 0 0 60px;
    }
    .logo img {
      transition: linear .5s
    }
      .logo img:hover {
        transform: scale(110%);
      }

  /* grid */
  #zone-header {
    grid-template-columns: 1fr 7fr;
  }
    .with-sidebar #zone-content {
      grid-template-columns: 3fr 1fr;
    }

  #region-footer-top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
    #region-footer-top .first {
      margin-top: 60px;
      grid-column: 1/4;
    }
    #region-footer-top .second {
      grid-column: 4/5;
    }
    #region-footer-top #region-footer-columns {
      grid-column: 1/5;
    }

  #region-footer-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}
@media (min-width: 1220px) {

  .img-camper img {
    position: absolute;
    top: -60px;
    right: -50px;
  }

  /* grid */
  .zone {
    max-width: 1220px;
  }

}

.block-white {
  padding: 40px 20px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #555;
}

.block-image {
  margin: 10px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #555;
  text-align: center;
}

.block-image .widget_sow-image {
    margin: 0 !important;
  }

.block-image .widget_sow-image img {
      border-radius: 30px 30px 0 0;
    }

.block-image .review-content {
    padding: 30px
  }

@media (max-width: 499px) {
  .block-image .review-content {
      padding: 30px 20px
  }
    }

.block-image .quote {
    margin: 0 0 20px;
    font-size: 140%;
    font-style: italic
  }

@media (max-width: 499px) {
  .block-image .quote {
      font-size: 100%
  }
    }

.block-image .name {
    font-size: 120%;
    font-weight: normal;
    color: #9a4956;
  }

.block-rounded-left {
    padding: 60px 0 60px 60px;
    border-radius: 80px 0 0 80px
  }

.block-rounded-left.bg-blue {
      position: relative
    }

.block-rounded-left.bg-blue::before {
        position: absolute;
        top: 0;
        right: -20px;
        width: 20px;
        height: 100%;
        background: #dae2e6;
        content: '';
      }

.block-rounded-right {
    padding: 60px 60px 60px 0;
    border-radius: 0 80px 80px 0
  }

.block-rounded-right.bg-blue {
      position: relative
    }

.block-rounded-right.bg-blue::before {
        position: absolute;
        top: 0;
        left: -20px;
        width: 20px;
        height: 100%;
        background: #dae2e6;
        content: '';
      }

@media (min-width: 1220px) {
        .block-rounded-left.bg-blue::before {
          position: absolute;
          right: -100%;
          width: 100%;
        }
        .block-rounded-right.bg-blue::before {
          left: -100%;
          width: 100%;
        }

}
.blue-header {
  position: relative;
  padding: 20px 0;
  color: #fff;
  background: #083b5a;
  box-shadow: 0 0 6px #000;
  z-index: 8;
}
.blue-header h1, .blue-header h2 {
    margin: 0;
    color: #fff;
    font-family: 'Gotham', sans-serif;
  }
@media (min-width: 740px) {
    .blue-header h1, .blue-header h2 {
      font-size: 32px;
    }

}
.collection td {
    padding: 0 0 10px;
    vertical-align: text-top
  }
.collection td:nth-child(2) {
      position: relative;
      padding-left: 10px
    }
.collection td:nth-child(2)::before {
        position: absolute;
        top: 5px;
        left: 0;
        content: ':';
      }
.collection-colors {
    padding: 5px 10px 5px 60px;
    background: url('https://www.l5cdn.com/ziara/icon-collection-colors.svg') no-repeat;
    background-size: 40px 40px;
    font-family: 'Gotham Bold', sans-serif;
  }
.collection-material {
    padding: 5px 10px 5px 60px;
    background: url('https://www.l5cdn.com/ziara/icon-collection-material.svg') no-repeat;
    background-size: 40px 40px;
    font-family: 'Gotham Bold', sans-serif;
  }
.collection-quality {
    padding: 5px 10px 5px 60px;
    background: url('https://www.l5cdn.com/ziara/icon-collection-quality.svg') no-repeat;
    background-size: 40px 40px;
    font-family: 'Gotham Bold', sans-serif;
  }
.collection .flexslider ul.slides {
      margin: 0 5px !important;
    }
.collection .flexslider img {
      border-radius: 20px;
    }
.collection .flexslider .number {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      text-align: center;
      color: #fff;
      text-shadow: 0 0 10px #000;
      font-family: 'Gotham Bold', sans-serif;
      font-size: 200%;
    }
.collection .flexslider .flex-control-nav {
      margin: 20px 0 0;
    }
.collection .flexslider .flex-control-nav img {
        margin: 5px;
        min-height: 60px;
      }
.fc-white {
    color: #fff;
  }
.fc-white h4,
    .fc-white b,
    .fc-white strong {
      color: #fff;
    }
.fc-black {
    color: #000;
  }
.fs-m {
    font-size: 120%;
  }
.fs-l {
    font-size: 140%;
  }
.fs-xl {
    font-size: 160%;
    line-height: 1.5;
  }
.fs-xxl {
    font-size: 180%;
    line-height: 1.5;
  }
.m0 {
    margin: 0;
  }
.m10 {
    margin: 10px;
  }
.m20 {
    margin: 20px;
  }
.m30 {
    margin: 30px;
  }
.m40 {
    margin: 40px;
  }
.m50 {
    margin: 50px;
  }
.m60 {
    margin: 60px;
  }
.mt10 {
      margin-top: 10px;
    }
.mt20 {
      margin-top: 20px;
    }
.mt30 {
      margin-top: 30px;
    }
.mt40 {
      margin-top: 40px;
    }
.mt50 {
      margin-top: 50px;
    }
.mt60 {
      margin-top: 60px;
    }
.mr10 {
      margin-right: 10px;
    }
.mr20 {
      margin-right: 20px;
    }
.mr30 {
      margin-right: 30px;
    }
.mr40 {
      margin-right: 40px;
    }
.mr50 {
      margin-right: 50px;
    }
.mr60 {
      margin-right: 60px;
    }
.mb10 {
      margin-bottom: 10px;
    }
.mb20 {
      margin-bottom: 20px;
    }
.mb30 {
      margin-bottom: 30px;
    }
.mb40 {
      margin-bottom: 40px;
    }
.mb50 {
      margin-bottom: 50px;
    }
.mb60 {
      margin-bottom: 60px;
    }
.ml10 {
      margin-left: 10px;
    }
.ml20 {
      margin-left: 20px;
    }
.ml30 {
      margin-left: 30px;
    }
.ml40 {
      margin-left: 40px;
    }
.ml50 {
      margin-left: 50px;
    }
.ml60 {
      margin-left: 60px;
    }
@media (max-width: 739px) {
  .mq-so-m0 {
    margin: 0;
  }
  .mq-so-m10 {
    margin: 10px;
  }
  .mq-so-m20 {
    margin: 20px;
  }
  .mq-so-m30 {
    margin: 30px;
  }
  .mq-so-m40 {
    margin: 40px;
  }
  .mq-so-m50 {
    margin: 50px;
  }
  .mq-so-m60 {
    margin: 60px;
  }
    .mq-so-mt10 {
      margin-top: 10px;
    }
    .mq-so-mt20 {
      margin-top: 20px;
    }
    .mq-so-mt30 {
      margin-top: 30px;
    }
    .mq-so-mt40 {
      margin-top: 40px;
    }
    .mq-so-mt50 {
      margin-top: 50px;
    }
    .mq-so-mt60 {
      margin-top: 60px;
    }
    .mq-so-mr10 {
      margin-right: 10px;
    }
    .mq-so-mr20 {
      margin-right: 20px;
    }
    .mq-so-mr30 {
      margin-right: 30px;
    }
    .mq-so-mr40 {
      margin-right: 40px;
    }
    .mq-so-mr50 {
      margin-right: 50px;
    }
    .mq-so-mr60 {
      margin-right: 60px;
    }
    .mq-so-mb10 {
      margin-bottom: 10px;
    }
    .mq-so-mb20 {
      margin-bottom: 20px;
    }
    .mq-so-mb30 {
      margin-bottom: 30px;
    }
    .mq-so-mb40 {
      margin-bottom: 40px;
    }
    .mq-so-mb50 {
      margin-bottom: 50px;
    }
    .mq-so-mb60 {
      margin-bottom: 60px;
    }
    .mq-so-ml10 {
      margin-left: 10px;
    }
    .mq-so-ml20 {
      margin-left: 20px;
    }
    .mq-so-ml30 {
      margin-left: 30px;
    }
    .mq-so-ml40 {
      margin-left: 40px;
    }
    .mq-so-ml50 {
      margin-left: 50px;
    }
    .mq-so-ml60 {
      margin-left: 60px;
    }

}
@media (min-width: 740px) {
  .mq-m-m0 {
    margin: 0;
  }
  .mq-m-m10 {
    margin: 10px;
  }
  .mq-m-m20 {
    margin: 20px;
  }
  .mq-m-m30 {
    margin: 30px;
  }
  .mq-m-m40 {
    margin: 40px;
  }
  .mq-m-m50 {
    margin: 50px;
  }
  .mq-m-m60 {
    margin: 60px;
  }
    .mq-m-mt10 {
      margin-top: 10px;
    }
    .mq-m-mt20 {
      margin-top: 20px;
    }
    .mq-m-mt30 {
      margin-top: 30px;
    }
    .mq-m-mt40 {
      margin-top: 40px;
    }
    .mq-m-mt50 {
      margin-top: 50px;
    }
    .mq-m-mt60 {
      margin-top: 60px;
    }
    .mq-m-mr10 {
      margin-right: 10px;
    }
    .mq-m-mr20 {
      margin-right: 20px;
    }
    .mq-m-mr30 {
      margin-right: 30px;
    }
    .mq-m-mr40 {
      margin-right: 40px;
    }
    .mq-m-mr50 {
      margin-right: 50px;
    }
    .mq-m-mr60 {
      margin-right: 60px;
    }
    .mq-m-mb10 {
      margin-bottom: 10px;
    }
    .mq-m-mb20 {
      margin-bottom: 20px;
    }
    .mq-m-mb30 {
      margin-bottom: 30px;
    }
    .mq-m-mb40 {
      margin-bottom: 40px;
    }
    .mq-m-mb50 {
      margin-bottom: 50px;
    }
    .mq-m-mb60 {
      margin-bottom: 60px;
    }
    .mq-m-ml10 {
      margin-left: 10px;
    }
    .mq-m-ml20 {
      margin-left: 20px;
    }
    .mq-m-ml30 {
      margin-left: 30px;
    }
    .mq-m-ml40 {
      margin-left: 40px;
    }
    .mq-m-ml50 {
      margin-left: 50px;
    }
    .mq-m-ml60 {
      margin-left: 60px;
    }

}
@media (min-width: 740px) and (max-width: 979px) {
  .mq-mo-m0 {
    margin: 0;
  }
  .mq-mo-m10 {
    margin: 10px;
  }
  .mq-mo-m20 {
    margin: 20px;
  }
  .mq-mo-m30 {
    margin: 30px;
  }
  .mq-mo-m40 {
    margin: 40px;
  }
  .mq-mo-m50 {
    margin: 50px;
  }
  .mq-mo-m60 {
    margin: 60px;
  }
    .mq-mo-mt10 {
      margin-top: 10px;
    }
    .mq-mo-mt20 {
      margin-top: 20px;
    }
    .mq-mo-mt30 {
      margin-top: 30px;
    }
    .mq-mo-mt40 {
      margin-top: 40px;
    }
    .mq-mo-mt50 {
      margin-top: 50px;
    }
    .mq-mo-mt60 {
      margin-top: 60px;
    }
    .mq-mo-mr10 {
      margin-right: 10px;
    }
    .mq-mo-mr20 {
      margin-right: 20px;
    }
    .mq-mo-mr30 {
      margin-right: 30px;
    }
    .mq-mo-mr40 {
      margin-right: 40px;
    }
    .mq-mo-mr50 {
      margin-right: 50px;
    }
    .mq-mo-mr60 {
      margin-right: 60px;
    }
    .mq-mo-mb10 {
      margin-bottom: 10px;
    }
    .mq-mo-mb20 {
      margin-bottom: 20px;
    }
    .mq-mo-mb30 {
      margin-bottom: 30px;
    }
    .mq-mo-mb40 {
      margin-bottom: 40px;
    }
    .mq-mo-mb50 {
      margin-bottom: 50px;
    }
    .mq-mo-mb60 {
      margin-bottom: 60px;
    }
    .mq-mo-ml10 {
      margin-left: 10px;
    }
    .mq-mo-ml20 {
      margin-left: 20px;
    }
    .mq-mo-ml30 {
      margin-left: 30px;
    }
    .mq-mo-ml40 {
      margin-left: 40px;
    }
    .mq-mo-ml50 {
      margin-left: 50px;
    }
    .mq-mo-ml60 {
      margin-left: 60px;
    }

}
@media (min-width: 980px) {
  .mq-l-m0 {
    margin: 0;
  }
  .mq-l-m10 {
    margin: 10px;
  }
  .mq-l-m20 {
    margin: 20px;
  }
  .mq-l-m30 {
    margin: 30px;
  }
  .mq-l-m40 {
    margin: 40px;
  }
  .mq-l-m50 {
    margin: 50px;
  }
  .mq-l-m60 {
    margin: 60px;
  }
    .mq-l-mt10 {
      margin-top: 10px;
    }
    .mq-l-mt20 {
      margin-top: 20px;
    }
    .mq-l-mt30 {
      margin-top: 30px;
    }
    .mq-l-mt40 {
      margin-top: 40px;
    }
    .mq-l-mt50 {
      margin-top: 50px;
    }
    .mq-l-mt60 {
      margin-top: 60px;
    }
    .mq-l-mr10 {
      margin-right: 10px;
    }
    .mq-l-mr20 {
      margin-right: 20px;
    }
    .mq-l-mr30 {
      margin-right: 30px;
    }
    .mq-l-mr40 {
      margin-right: 40px;
    }
    .mq-l-mr50 {
      margin-right: 50px;
    }
    .mq-l-mr60 {
      margin-right: 60px;
    }
    .mq-l-mb10 {
      margin-bottom: 10px;
    }
    .mq-l-mb20 {
      margin-bottom: 20px;
    }
    .mq-l-mb30 {
      margin-bottom: 30px;
    }
    .mq-l-mb40 {
      margin-bottom: 40px;
    }
    .mq-l-mb50 {
      margin-bottom: 50px;
    }
    .mq-l-mb60 {
      margin-bottom: 60px;
    }
    .mq-l-ml10 {
      margin-left: 10px;
    }
    .mq-l-ml20 {
      margin-left: 20px;
    }
    .mq-l-ml30 {
      margin-left: 30px;
    }
    .mq-l-ml40 {
      margin-left: 40px;
    }
    .mq-l-ml50 {
      margin-left: 50px;
    }
    .mq-l-ml60 {
      margin-left: 60px;
    }

}
@media (min-width: 980px) and (max-width: 1219px) {
  .mq-lo-m0 {
    margin: 0;
  }
  .mq-lo-m10 {
    margin: 10px;
  }
  .mq-lo-m20 {
    margin: 20px;
  }
  .mq-lo-m30 {
    margin: 30px;
  }
  .mq-lo-m40 {
    margin: 40px;
  }
  .mq-lo-m50 {
    margin: 50px;
  }
  .mq-lo-m60 {
    margin: 60px;
  }
    .mq-lo-mt10 {
      margin-top: 10px;
    }
    .mq-lo-mt20 {
      margin-top: 20px;
    }
    .mq-lo-mt30 {
      margin-top: 30px;
    }
    .mq-lo-mt40 {
      margin-top: 40px;
    }
    .mq-lo-mt50 {
      margin-top: 50px;
    }
    .mq-lo-mt60 {
      margin-top: 60px;
    }
    .mq-lo-mr10 {
      margin-right: 10px;
    }
    .mq-lo-mr20 {
      margin-right: 20px;
    }
    .mq-lo-mr30 {
      margin-right: 30px;
    }
    .mq-lo-mr40 {
      margin-right: 40px;
    }
    .mq-lo-mr50 {
      margin-right: 50px;
    }
    .mq-lo-mr60 {
      margin-right: 60px;
    }
    .mq-lo-mb10 {
      margin-bottom: 10px;
    }
    .mq-lo-mb20 {
      margin-bottom: 20px;
    }
    .mq-lo-mb30 {
      margin-bottom: 30px;
    }
    .mq-lo-mb40 {
      margin-bottom: 40px;
    }
    .mq-lo-mb50 {
      margin-bottom: 50px;
    }
    .mq-lo-mb60 {
      margin-bottom: 60px;
    }
    .mq-lo-ml10 {
      margin-left: 10px;
    }
    .mq-lo-ml20 {
      margin-left: 20px;
    }
    .mq-lo-ml30 {
      margin-left: 30px;
    }
    .mq-lo-ml40 {
      margin-left: 40px;
    }
    .mq-lo-ml50 {
      margin-left: 50px;
    }
    .mq-lo-ml60 {
      margin-left: 60px;
    }

}
@media (min-width: 1220px) {
  .mq-xl-m0 {
    margin: 0;
  }
  .mq-xl-m10 {
    margin: 10px;
  }
  .mq-xl-m20 {
    margin: 20px;
  }
  .mq-xl-m30 {
    margin: 30px;
  }
  .mq-xl-m40 {
    margin: 40px;
  }
  .mq-xl-m50 {
    margin: 50px;
  }
  .mq-xl-m60 {
    margin: 60px;
  }
    .mq-xl-mt10 {
      margin-top: 10px;
    }
    .mq-xl-mt20 {
      margin-top: 20px;
    }
    .mq-xl-mt30 {
      margin-top: 30px;
    }
    .mq-xl-mt40 {
      margin-top: 40px;
    }
    .mq-xl-mt50 {
      margin-top: 50px;
    }
    .mq-xl-mt60 {
      margin-top: 60px;
    }
    .mq-xl-mr10 {
      margin-right: 10px;
    }
    .mq-xl-mr20 {
      margin-right: 20px;
    }
    .mq-xl-mr30 {
      margin-right: 30px;
    }
    .mq-xl-mr40 {
      margin-right: 40px;
    }
    .mq-xl-mr50 {
      margin-right: 50px;
    }
    .mq-xl-mr60 {
      margin-right: 60px;
    }
    .mq-xl-mb10 {
      margin-bottom: 10px;
    }
    .mq-xl-mb20 {
      margin-bottom: 20px;
    }
    .mq-xl-mb30 {
      margin-bottom: 30px;
    }
    .mq-xl-mb40 {
      margin-bottom: 40px;
    }
    .mq-xl-mb50 {
      margin-bottom: 50px;
    }
    .mq-xl-mb60 {
      margin-bottom: 60px;
    }
    .mq-xl-ml10 {
      margin-left: 10px;
    }
    .mq-xl-ml20 {
      margin-left: 20px;
    }
    .mq-xl-ml30 {
      margin-left: 30px;
    }
    .mq-xl-ml40 {
      margin-left: 40px;
    }
    .mq-xl-ml50 {
      margin-left: 50px;
    }
    .mq-xl-ml60 {
      margin-left: 60px;
    }

}
#zone-footer-top h2,
.line-top {
  position: relative;
  padding: 20px 0 0;
  font-family: 'Gotham', sans-serif
}
#zone-footer-top h2::after, .line-top::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #9a4956;
    content: '';
  }
#zone-footer-top h2-white::after, .line-top-white::after {
      background: #fff;
    }
.location {
  position: absolute !important;
  left: 0;
  bottom: 60px;
  padding: 10px 20px 10px 60px;
  width: 0;
  height: 62px;
  line-height: 1.5;
  border-radius: 0 30px 30px 0;
  display: inline-block;
  background: #fff url('https://www.l5cdn.com/ziara/icon-gps.svg') no-repeat 30px 15px;
  background-size: 20px 30px;
  transition: .5s linear;
  overflow: hidden;
}
.location .inner {
    opacity: 0;
  }
.location-title {
    font-family: 'Gotham Bold', sans-serif;
    color: #9a4956;
  }
.location:hover {
    width: 320px;
  }
.location:hover .inner {
      opacity: 1;
      transition: .5s linear;
      transition-delay: .5s;
    }
@media (max-width: 739px) {

  .location {
    display: none;
  }

}
.ta-c {
    text-align: center;
  }
.ta-r {
    text-align: right;
  }
.ta-j {
    text-align: justify;
  }
.query-reviews {
  position: relative;
  height: 300px;
}
.query-reviews .query-row {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-animation: display 15s infinite;
            animation: display 15s infinite;
    width: 100%;
  }
.query-reviews .query-row-1 {
      -webkit-animation-delay: 5s;
              animation-delay: 5s;
    }
.query-reviews .query-row-2 {
      -webkit-animation-delay: 10s;
              animation-delay: 10s;
    }
@-webkit-keyframes display {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes display {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.social-media img {
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px;
    transition: linear .5s
  }
.social-media img:hover {
      transform: scale(110%);
    }
.radio-sup> span:nth-child(2) {
    position: relative
  }
.radio-sup> span:nth-child(2)::after {
      position: absolute;
      top: -2px;
      right: -6px;
      font-size: 68%;
      content: '1';
    }
.radio-sup> span:nth-child(3) {
    position: relative
  }
.radio-sup> span:nth-child(3)::after {
      position: absolute;
      top: -2px;
      right: -8px;
      font-size: 68%;
      content: '2';
    }
.ssl {
  padding: 5px 20px 5px 40px;
  line-height: 30px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: url('https://www.l5cdn.com/ziara/icon-ssl.svg') no-repeat 10px 8px;
  background-size: 24px 20px;
  display: inline-block;
}

.fixed-header .section-header {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
  }

.fixed-header .section-content {
    padding-top: 50px;
  }

@media (max-width: 739px) {

  #wpadminbar {
    position: fixed;
  }

  /* navigation fix */
    .fixed-header #zone-header {
      padding: 0;
    }
    .fixed-header #region-navigation.active {
      height: calc(100vh - 50px);
      overflow-y: scroll;
    }

}

@media (min-width: 740px) {
    .fixed-header .section-header {
      height: 100px;
    }
    .fixed-header .section-content {
      padding-top: 100px;
    }

}
#main-navigation {
  font-family: 'Gotham Bold', sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
  text-transform: uppercase;
}
#main-navigation ul {
    margin: 0;
    padding: 0;
  }
#main-navigation li {
    position: relative;
  }
#main-navigation li a {
      padding: 10px 8px;
      color: #083b5a;
      display: block
    }
#main-navigation li a:hover {
        color: #9a4956;
        text-decoration: none;
      }
#main-navigation li.button a {
        padding: 0;
        color: #fff;
      }
#main-navigation li > ul {
    padding: 0;
    background: #083b5a;
    display: none;
  }
#main-navigation li > ul li {
      display: block;
    }
#main-navigation li > ul a {
      color: #fff;
      display: block;
    }
#main-navigation li > ul ul {
      background: #666;
    }
#main-navigation li > ul ul a {
        color: #fff;
      }
@media (max-width: 739px) {

  #main-navigation {
    display: none;
  }
    #main-navigation li {
      width: 100%;
      text-align: center;
      border-top: 1px solid #ccc;
      display: block;
    }
    #main-navigation .button {
      padding: 10px 8px !important;
      border-radius: 0;
    }

  .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 10px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
  }
    .menu-toggle .lines {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -2px;
      width: 100%;
      height: 4px;
      display: block;
      background: #083b5a;
      font-size: 0px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transition: background-color 0.3s;
      border-radius: 4px
    }
      .menu-toggle .lines:before,
      .menu-toggle .lines:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #083b5a;
        content: '';
        transition: transform 0.3s;
        border-radius: 4px;
      }
      .menu-toggle .lines:before {
        transform: translateY(-200%);
      }
      .menu-toggle .lines:after {
        transform: translateY(200%);
      }
    .menu-toggle:hover {
      cursor: pointer;
    }

  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px !important;
  }
    .sub-menu-toggle .close {
      display: none;
    }
      .sub-menu-toggle-active .open {
        display: none;
      }
      .sub-menu-toggle-active .close {
        display: block;
      }
    .sub-menu-toggle:hover {
      cursor: pointer;
    }
    .menu-toggle-active .lines {
      background-color: transparent
    }
      .menu-toggle-active .lines:before {
        transform: translateY(0) rotate(45deg);
      }
      .menu-toggle-active .lines:after {
        transform: translateY(0) rotate(-45deg);
      }

}
@media (min-width: 740px) {

  #region-navigation {
    position: relative;
  }

  #main-navigation {
    position: absolute;
    top: 50%;
    right: 0;
    display: block !important;
    transform: translateY(-50%);
  }
    #main-navigation li {
      display: inline-block
    }
      #main-navigation li:hover > ul {
        display: block;
      }
        #main-navigation li.current-menu-ancestor > a, #main-navigation li.current-menu-item > a {
          position: relative
        }
          #main-navigation li.current-menu-ancestor > a::after, #main-navigation li.current-menu-item > a::after {
            position: absolute;
            top: 8px;
            left: 10px;
            width: calc(100% - 20px);
            height: 3px;
            background: #9a4956;
            content: '';
          }
        #main-navigation li.current-menu-ancestor.button a::after, #main-navigation li.current-menu-item.button a::after {
          display: none;
        }
    #main-navigation li > ul {
      position: absolute;
      top: 99%;
      left: -42px;
      width: 200px;
      z-index: 9;
    }
      #main-navigation li > ul ul {
        top: 0;
        left: 100%;
      }
  .sub-menu {
    background: none !important;
  }
    .sub-menu li {
      margin: 0 0 10px;
    }
    .sub-menu a {
      padding: 5px 30px !important;
      color: #083b5a !important;
      background: #fff;
      border: 1px solid #fff;
      border-radius: 30px;
      text-align: center;
      box-shadow: 0 0 10px #555
    }
      .sub-menu a:hover {
        color: #fff !important;
        background: #9a4956;
        border: 1px solid #9a4956;
      }
      .sub-menu .current-menu-item a {
        color: #fff !important;
        background: #9a4956;
        border: 1px solid #9a4956
      }
        .sub-menu .current-menu-item a::after {
          display: none !important;
        }

  .menu-toggle,
  .sub-menu-toggle  {
    display: none !important;
  }

}
@media (min-width: 740px) and (max-width: 979px) {

  #main-navigation {
    font-size: 76%;
  }
      #main-navigation li a {
        padding: 10px 5px;

      }
        #main-navigation li.current-menu-item a {
          position: relative
        }
          #main-navigation li.current-menu-item a::after {
            position: absolute;
            left: 5px;
            width: calc(100% - 10px);
          }
      #main-navigation li.button {
        padding: 5px 15px !important;
      }

}
.tns-outer{padding:0 !important}
.tns-outer [hidden]{display:none !important}
.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}
.tns-slider{transition:all 0s}
.tns-slider>.tns-item{box-sizing:border-box}
.tns-horizontal.tns-subpixel{white-space:nowrap}
.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}
.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}
.tns-horizontal.tns-no-subpixel>.tns-item{float:left}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}
.tns-no-calc{position:relative;left:0}
.tns-gallery{position:relative;left:0;min-height:1px}
.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}
.tns-gallery>.tns-slide-active{position:relative;left:auto !important}
.tns-gallery>.tns-moving{transition:all 0.25s}
.tns-autowidth{display:inline-block}
.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}
.tns-lazy-img.tns-complete{opacity:1}
.tns-ah{transition:height 0s}
.tns-ovh{overflow:hidden}
.tns-visually-hidden{position:absolute;left:-10000em}
.tns-transparent{opacity:0;visibility:hidden}
.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}
.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}
.tns-vpfix{white-space:nowrap}
.tns-vpfix>div,.tns-vpfix>li{display:inline-block}
.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}
.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}
.tns-t-ct:after{content:'';display:table;clear:both}
.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}
.tns-outer {
  position: relative;
}
.tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.tns-controls button {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: none
  }
.tns-controls button:nth-child(1) {
      left: 20px;
      background: transparent url('../images/arrows-white.png') 0 -135px no-repeat;
    }
.tns-controls button:nth-child(2) {
      right: 20px;
      background: transparent url('../images/arrows-white.png') 100% -135px no-repeat;
    }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.clear,
.entry-header,
.entry-content,
.entry-footer {
  clear: both;
}
.updated:not(.published),
.screen-reader-text {
  display: none;
}
.alignleft {
  margin-right: 20px;
  float: left;
  display: inline;
}
.alignright {
  margin-left: 20px;
  float: right;
  display: inline;
}
.aligncenter {
  margin: 0 auto;
  display: block;
  clear: both;
}
.nav-links {
  margin: 20px 0 0
}
@media (max-width: 739px) {
    .nav-links .nav-previous,
    .nav-links .nav-next {
      text-align: center;
    }
    .nav-links .nav-previous {
      margin: 0 0 20px;
    }
  }
@media (min-width: 740px) {
    .nav-links .nav-previous {
      float: left;
    }
    .nav-links .nav-next {
      float: right;
    }
  }
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
  }
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    margin: 1.2% auto 0;
    max-width: 98%;
    display: block;
  }
.wp-caption-text {
    text-align: center;
  }
.site-main .gallery {
    margin-bottom: 20px;
  }
.site-main .gallery a img {
        max-width: 90%;
        height: auto;
        border: none;
      }
.site-main .gallery dd {
      margin: 0;
    }
.admin-bar .menu-toggle {
    top: 46px;
  }
.admin-bar .fixed-header .menu-toggle {
      top: 0;
    }
.nav-links a,
.search-submit,
.button,
.submit {
  font-family: 'Gotham Bold', sans-serif;
  padding: 5px 30px !important;
  width: auto;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  background: #9a4956;
  border: 1px solid #9a4956 !important;
  border-radius: 30px;
  text-transform: uppercase
}
.nav-links a:hover, .search-submit:hover, .button:hover, .submit:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: #083b5a;
    border: 1px solid #083b5a !important;
  }
.button-white {
    color: #083b5a;
    background: #fff;
    border: 1px solid #fff !important
  }
.button-white:hover {
      color: #fff;
      background: #083b5a;
      border: 1px solid #083b5a !important;
    }
.button-blue {
    background: #083b5a;
    border: 1px solid #083b5a !important
  }
.button-blue:hover {
      background: #9a4956;
      border: 1px solid #9a4956 !important;
    }
.button-shadow {
    box-shadow: 0 0 10px #ccc;
  }
.metaslider .button-white:hover {
      background: #9a4956;
      border: 1px solid #9a4956 !important;
    }
@media (min-width: 1220px) {
    #region-content .button {
      min-width: 240px;
      text-align: center;
    }

}
.widget {
  margin: 0 0 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li {
        padding: 6px 0;
        border-top: 1px solid #f2f2f2
      }
.widget.widget_recent_entries ul li:nth-child(1), .widget.widget_recent_comments ul li:nth-child(1) {
          border: none;
        }
.page-content .widget, .region-sidebar .widget {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
  }
.textwidget ul {
    padding: 0 0 20px 30px;
    list-style: disc;
  }
.search-form {
    margin: 0 0 20px;
  }
.search-form input {
      padding: 5px;
      border: 1px solid #ccc;
    }
.search-results article {
      margin: 40px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid #ccc;
    }
.search .post .entry-title {
      margin: 0;
    }
.search .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.archive .post {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
  }
.archive .post .entry-title {
      margin: 0;
    }
.archive .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.single .post .entry-title {
      margin: 0;
    }
.single .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.single .post-navigation {
    margin: 40px 0 0;
    border-top: 1px solid #ccc;
  }
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
  }
.comments-area {
  margin: 40px 0 0;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list article {
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }
.comment-list .children {
    padding: 0;
    list-style: none
  }
.comment-list .children > li {
      padding: 0 0 0 20px;
    }
.comment-author {
  line-height: 1.5;
}
.comment-author .avatar {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
  }
.comment-author .says {
    display: none;
  }
.comment-reply-link {
  padding: 0 10px;
  display: inline-block;
  font-size: 80%;
  background: rgba(242,242,242, 1);
  border: 1px solid #ccc
}
.comment-reply-link:hover {
    background: rgba(242,242,242, 0.5);
    text-decoration: none;
  }
.comment-metadata {
  font-size: 80%;
  line-height: 1;
}
.comment-content {
  margin: 20px 0 0;
}
.comment-content a {
    word-wrap: break-word;
  }
.comment-respond {
  padding: 20px 0;
  border-top: 4px solid #ccc;
}
.comment-respond label {
    font-weight: 700;
    display: block;
  }
.comment-respond textarea,
  .comment-respond input {
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc
  }
.comment-respond textarea.submit, .comment-respond input.submit {
      width: auto;
    }
.tags-links,
.comments-link {
  margin: 0 10px 0 0;
  padding: 0 10px;
  font-size: 80%;
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #ccc;
}

.widget_metaslider_widget {
  margin-bottom: 0;
}

.metaslider .flexslider {
    margin: 0 !important;
  }

.metaslider .flexslider img {
      min-height: 200px;
    }

.metaslider .slider-title {
    padding: 20px;
    font-size: 120%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }

.metaslider .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

.metaslider .content {
    color: #fff;
    text-transform: uppercase;
  }

.metaslider .title {
    margin: 0 0 30px;
    font-size: 120%;
  }

.metaslider .cta {
    margin: 30px 0 0;
    line-height: 30px;
  }

@media (min-width: 740px) {
    .metaslider .slider-title {
      padding: 30px 0;
      font-size: 32px;
    }
    .metaslider .content {
      max-width: 600px;
    }
    .metaslider .title {
      font-size: 32px;
    }

}

@media (min-width: 980px) {
    .metaslider .slider-title {
      padding: 60px 0;
      font-size: 40px;
    }

}
.gallery-image {
  position: relative
}
.gallery-image:hover::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(8,59,90, 0.5);
      content: '';
    }
.gallery-image:hover::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      background: url('../images/icon-plus.svg');
      content: '';
      transform: translate(-50%, -50%);
    }
.gallery-image img {
    vertical-align: middle;
  }
.query-gallery-tapijt {
  display: grid;
  grid-column-gap: 0;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 740px) {

  .query-gallery-tapijt {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}
.wpcf7-form .row {
    margin: 0 0 10px;
    clear: both;
    overflow: hidden
  }
@media (min-width: 740px) {
      .wpcf7-form .row> .first {
        width: 30%;
        float: left;
      }
      .wpcf7-form .row> .second {
        width: 66%;
        float: right;
      }
    }
.wpcf7-form .row.note {
      margin-top: 30px;
    }
.wpcf7-form .row.veh-note {
      margin: 20px 0 30px;
      font-size: 85%;
    }
.wpcf7-form .row-submit,
    .wpcf7-form .row.subtitle {
      margin: 30px 0 10px;
    }
.wpcf7-form .row-col-33 .second p {
          display: grid;
          grid-column-gap: 10px;
          grid-template-columns: 1fr 1fr 1fr;
        }
.wpcf7-form .row-col-30-70 .second p {
          display: grid;
          grid-column-gap: 10px;
          grid-template-columns: 1fr 2fr;
        }
.wpcf7-form .row-col-50 .second p {
          display: grid;
          grid-column-gap: 10px;
          grid-template-columns: 1fr 1fr;
        }
.wpcf7-form .row-col-70-30 .second p {
          display: grid;
          grid-column-gap: 10px;
          grid-template-columns: 2fr 1fr;
        }
.wpcf7-form label {
    font-weight: 700;
    display: block;
  }
.wpcf7-form input,
  .wpcf7-form textarea {
    padding: 8px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px
  }
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
      outline: none;
    }
.wpcf7-form input[type="radio"] {
      display: none
    }
.wpcf7-form input[type="radio"] + *::before {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background: #fff;
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        border-style: 1px solid #fff;
      }
.wpcf7-form input[type="radio"]:checked + *::before {
        background: radial-gradient(#9a4956 0%, #9a4956 40%, #fff 50%, #fff);
      }
.wpcf7-form .wpcf7-list-item {
    margin: 0 20px 0 0;
  }
.wpcf7-form .wpcf7-submit {
    font-family: 'Gotham Bold', sans-serif;
    padding: 5px 30px;
    width: auto;
    color: #fff;
    font-weight: 700;
    background: #9a4956;
    border: 1px solid #9a4956;
    border-radius: 30px;
    text-transform: uppercase;
    line-height: 30px
  }
.wpcf7-form .wpcf7-submit:hover {
      color: #fff;
      cursor: pointer;
      background: #083b5a;
      border: 1px solid #083b5a;
    }
.wpcf7-form .required {
    color: #9a4956;
  }
/* status messages */
.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 10px !important;
    padding: 10px 20px !important;
  }
.wpcf7-form.sent .wpcf7-response-output {
      color: #4f8a10;
      background-color: #dff2bf;
      border: 1px solid #4f8a10;
    }
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
      color: #9f6000;
      background-color: #feefb3;
      border: 1px solid #feefb3;
    }
.wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output {
      color: #d8000c;
      background-color: #ffd2d2;
      border: 1px solid #d8000c;
    }

@media (max-width: 739px) {
    .page-id-67 .image-effect, .home .image-effect {
      display: none;
    }
    .page-id-67 .row-first, .home .row-first {
      margin-top: 30px;
    }

}

@media (min-width: 740px) {
    .page-id-67 .flex-control-nav, .home .flex-control-nav {
      bottom: 100px !important;
    }
    .page-id-67 .row-first, .home .row-first {
      position: relative;
      margin-top: -100px;
    }
      .page-id-67 .row-first .block-white, .home .row-first .block-white {
        padding: 40px 0 0;
      }
    .page-id-67 .image-effect, .home .image-effect {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: .5s linear;
    }
      .page-id-67 .image-effect img, .home .image-effect img {
        width: 100%;
        height: 100%;
      }
    .page-id-67 .image-hover-wrapper, .home .image-hover-wrapper {
      padding: 0 20px 20px;
      position: relative;
      overflow: hidden;
      border-radius: 0 0 30px 30px;
    }
      .page-id-67 .image-hover-wrapper .button, .home .image-hover-wrapper .button {
        position: relative;
        z-index: 2;
      }
        .page-id-67 .image-hover-wrapper:hover .image-effect, .home .image-hover-wrapper:hover .image-effect {
          top: 0;
        }
        .page-id-67 .image-hover-wrapper:hover .button, .home .image-hover-wrapper:hover .button {
          color: #083b5a;
          background: #fff;
          border: 1px solid #fff !important;
          transition: .5s linear;
        }

}
@media (min-width: 740px) {
    .dealers-dude {
      position: absolute;
      bottom: 0;
      max-width: 500px;
    }

}
.contact-label {
  width: 120px;
}
.error404 #region-content {
    padding: 40px 0;
  }
