@charset "UTF-8";
/* should be defined in parent and child theme main CSS file - used in conditions inside other CSS files */ /*! normalize.css v8.0.0 | 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.61; /* 1, default 1.15, but depending on font, 1.61 - golden ratio */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/* Media queries definition */
@font-face {
  font-family: "fontello";
  font-display: fallback;
  src: url("../assets/font/fontello.eot?71661484");
  src: url("../assets/font/fontello.eot?71661484#iefix") format("embedded-opentype"), url("../assets/font/fontello.woff2?71661484") format("woff2"), url("../assets/font/fontello.woff?71661484") format("woff"), url("../assets/font/fontello.ttf?71661484") format("truetype"), url("../assets/font/fontello.svg?71661484#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?71661484#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before, .fa:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.footer .fa {
  border-radius: 50%;
  /* border: 1px solid #fff; */
  padding: 4px;
  margin-top: 10px;
  background-color: #6193AC;
  color: #56A0C2;
}

.icon-facebook:before, .fa-facebook:before {
  content: "\e800";
} /* '' */
.icon-pinterest:before {
  content: "\e801";
} /* '' */
.icon-twitter:before, .fa-twitter:before {
  content: "\e802";
} /* '' */
.icon-instagram:before {
  content: "\e803";
} /* '' */
.icon-globe:before {
  content: "\e804";
} /* '' */
.icon-ok:before {
  content: "\e805";
} /* '' */
.icon-cancel:before {
  content: "\e806";
} /* '' */
.icon-minus:before {
  content: "\e807";
} /* '' */
.icon-plus:before {
  content: "\e808";
} /* '' */
.icon-right-open-big:before {
  content: "\e809";
} /* '' */
.icon-left-open-big:before {
  content: "\e80a";
} /* '' */
.icon-right-open-mini:before {
  content: "\e80b";
} /* '' */
.icon-left-open-mini:before {
  content: "\e80c";
} /* '' */
.icon-down-open-mini:before {
  content: "\e80d";
} /* '' */
.icon-up-open-mini:before {
  content: "\e80e";
} /* '' */
.icon-down-open-big:before {
  content: "\e80f";
} /* '' */
.icon-up-open-big:before {
  content: "\e810";
} /* '' */
.icon-down-dir:before {
  content: "\e811";
} /* '' */
.icon-up-dir:before {
  content: "\e812";
} /* '' */
.icon-left-dir:before {
  content: "\e813";
} /* '' */
.icon-right-dir:before {
  content: "\e814";
} /* '' */
.icon-search-1:before {
  content: "\e815";
} /* '' */
.icon-phone:before {
  content: "\e816";
} /* '' */
.icon-cog:before {
  content: "\e817";
} /* '' */
.icon-down-open:before {
  content: "\e818";
} /* '' */
.icon-left-open:before {
  content: "\e819";
} /* '' */
.icon-right-open:before {
  content: "\e81a";
} /* '' */
.icon-up-open:before {
  content: "\e81b";
} /* '' */
.icon-zoom-out:before {
  content: "\e81c";
} /* '' */
.icon-zoom-in:before {
  content: "\e81d";
} /* '' */
.icon-calendar:before {
  content: "\e81e";
} /* '' */
.icon-book-open:before {
  content: "\e81f";
} /* '' */
.icon-chat:before {
  content: "\e820";
} /* '' */
.icon-clock:before {
  content: "\e821";
} /* '' */
.icon-angle-left:before {
  content: "\e822";
} /* '' */
.icon-angle-right:before {
  content: "\e823";
} /* '' */
.icon-angle-up:before {
  content: "\e824";
} /* '' */
.icon-angle-down:before {
  content: "\e825";
} /* '' */
.icon-users:before {
  content: "\e826";
} /* '' */
.icon-menu:before {
  content: "\e827";
} /* '' */
.icon-location:before {
  content: "\e828";
} /* '' */
.icon-bed:before {
  content: "\e829";
} /* '' */
.icon-male:before {
  content: "\e82a";
} /* '' */
.icon-credit-card:before {
  content: "\e82b";
} /* '' */
.icon-linkedin:before {
  content: "\e82c";
} /* '' */
.icon-print:before {
  content: "\e82d";
} /* '' */
.icon-resize-horizontal:before {
  content: "\e82e";
} /* '' */
.icon-heart-empty:before {
  content: "\e82f";
} /* '' */
.icon-download:before {
  content: "\e830";
} /* '' */
.icon-file-pdf:before {
  content: "\e831";
} /* '' */
.icon-megaphone:before {
  content: "\e832";
} /* '' */
.icon-angle-circled-left:before {
  content: "\e833";
} /* '' */
.icon-angle-circled-right:before {
  content: "\e834";
} /* '' */
.icon-angle-circled-up:before {
  content: "\e835";
} /* '' */
.icon-angle-circled-down:before {
  content: "\e836";
} /* '' */
.icon-youtube:before {
  content: "\e837";
} /* '' */
.icon-link-ext:before {
  content: "\e838";
} /* '' */
.icon-doc-text:before {
  content: "\e839";
} /* '' */
.icon-tag:before {
  content: "\e83a";
} /* '' */
.icon-direction:before {
  content: "\e83b";
} /* '' */
.icon-comment-alt2:before {
  content: "\e83c";
} /* '' */
.icon-mail:before {
  content: "\e83d";
} /* '' */
.icon-heart:before {
  content: "\e83e";
} /* '' */
.icon-ok-1:before {
  content: "\e83f";
} /* '' */
.icon-forward:before {
  content: "\e840";
} /* '' */
.icon-reply:before {
  content: "\e841";
} /* '' */
.icon-right:before {
  content: "\e842";
} /* '' */
.icon-bookmark-empty:before {
  content: "\f097";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-magic:before {
  content: "\f0d0";
} /* '' */
.icon-money:before {
  content: "\f0d6";
} /* '' */
.icon-sort:before {
  content: "\f0dc";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-sitemap:before {
  content: "\f0e8";
} /* '' */
.icon-code:before {
  content: "\f121";
} /* '' */
.icon-mic:before {
  content: "\f130";
} /* '' */
.icon-calendar-empty:before {
  content: "\f133";
} /* '' */
.icon-anchor:before {
  content: "\f13d";
} /* '' */
.icon-bullseye:before {
  content: "\f140";
} /* '' */
.icon-ellipsis:before {
  content: "\f141";
} /* '' */
.icon-thumbs-up-alt:before {
  content: "\f164";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-moon:before {
  content: "\f186";
} /* '' */
.icon-behance:before {
  content: "\f1b4";
} /* '' */
.icon-lifebuoy:before {
  content: "\f1cd";
} /* '' */
.icon-share:before {
  content: "\f1e0";
} /* '' */
.icon-newspaper:before {
  content: "\f1ea";
} /* '' */
.icon-chart-line:before {
  content: "\f201";
} /* '' */
.icon-leanpub:before {
  content: "\f212";
} /* '' */
.icon-diamond:before {
  content: "\f219";
} /* '' */
.icon-ship:before {
  content: "\f21a";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-medium:before {
  content: "\f23a";
} /* '' */
.icon-clone:before {
  content: "\f24d";
} /* '' */
.icon-hand-pointer-o:before {
  content: "\f25a";
} /* '' */
.icon-handshake-o:before {
  content: "\f2b5";
} /* '' */
.icon-user-circle-o:before {
  content: "\f2be";
} /* '' */
.icon-gplus:before {
  content: "\f30f";
} /* '' */
@media print {
  body {
    visibility: visible;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  /*a[href]:after { content: " (" attr(href) ")"; }/*  /* Dont show links for a hrefs */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3, h4, h5 {
    orphans: 3;
    widows: 3;
  }
  h2, h3, h4, h5 {
    page-break-after: avoid;
    border: none !important;
  }
  /* Don't show this stuff*/
  .noprint, form {
    display: none !important;
    visibility: hidden !important;
  } /* main stuff */
  .print {
    display: inline;
  }
  .page-template-page-boatdetail-php .topBar,
.page-template-page-boatdetail-php .main-nav,
.page-template-page-boatdetail-php .header,
.page-template-page-boatdetail-php .header .shadowText,
.page-template-page-boatdetail-php .page-nav,
.page-template-page-boatdetail-php .intro-image,
.page-template-page-boatdetail-php .boat-video,
.page-template-page-boatdetail-php .extras,
.page-template-page-boatdetail-php .devider,
.page-template-page-boatdetail-php .breadcrumbWrapper,
.page-template-page-boatdetail-php .cat-box,
.page-template-page-boatdetail-php .bottomLine {
    display: none;
  }
  .page-template-page-boatdetail-php .boat-intro {
    text-align: center;
    min-height: unset;
  }
  .page-template-page-boatdetail-php .boat-intro .textBlock {
    width: 95%;
    padding: 10px 20px;
  }
  .page-template-page-boatdetail-php .boat-intro .textBlock h1 {
    margin: 5px 0 20px;
    font-size: 24px;
  }
  .page-template-page-boatdetail-php .boat-intro .textBlock p {
    display: none;
  }
  .page-template-page-boatdetail-php .boat-intro h1:after {
    display: none;
  }
  .page-template-page-boatdetail-php .boat-specification h1 {
    padding: 10px 0 30px;
  }
  .page-template-page-boatdetail-php .boat-specification-data.flex {
    display: block;
    text-align: left;
    padding: 10px 0;
  }
  .page-template-page-boatdetail-php .boat-specification-data .item {
    padding-bottom: 15px;
    text-align: left;
    width: auto;
    border: 0 none;
    display: inline;
  }
  .page-template-page-boatdetail-php .boat-specification-data .item .wrapper {
    display: inline;
    padding-left: 0;
    padding-right: 10px;
  }
  .page-template-page-boatdetail-php .boat-specification-data .item .wrapper:after {
    content: ", ";
  }
  .page-template-page-boatdetail-php .boat-specification-data .item:nth-child(1), .page-template-page-boatdetail-php .boat-specification-data .item:nth-child(2) {
    padding-top: 0;
  }
  .page-template-page-boatdetail-php .boat-specification-data .item .label {
    display: inline;
  }
  .page-template-page-boatdetail-php .boat-specification-data .item .label:after {
    content: ": ";
  }
  .page-template-page-boatdetail-php .boat-specification-data .item .label br {
    display: none;
  }
  .page-template-page-boatdetail-php .boat-specification-data .item .value {
    font-weight: 600;
  }
  .page-template-page-boatdetail-php .boat-specification-data .wrapper {
    width: auto;
  }
  .page-template-page-boatdetail-php .boat-price-detail {
    padding: 20px 0;
  }
  .page-template-page-boatdetail-php .gallery div > span {
    position: relative !important;
    transition: unset !important;
    transform: none !important;
    float: left;
    width: 50% !important;
  }
  .page-template-page-boatdetail-php .gallery > div:before,
.page-template-page-boatdetail-php .gallery > div:after {
    content: " ";
    display: table;
  }
  .page-template-page-boatdetail-php .gallery > div:after {
    clear: both;
  }
  .page-template-page-boatdetail-php .gallery > div {
    *zoom: 1;
    height: auto !important;
  }
  .page-template-page-boatdetail-php .gallery h1,
.page-template-page-boatdetail-php .gallery-filter,
.page-template-page-boatdetail-php .gallery div > span:nth-child(n+3) {
    display: none !important;
  }
  .page-template-page-boatdetail-php .grid-item {
    width: 100%;
  }
  .page-template-page-boatdetail-php .grid-item img {
    height: 240px;
  }
  .page-template-page-boatdetail-php .company-name {
    display: block !important;
    position: relative;
    color: #000;
    margin: 0 auto;
    font-size: 18px;
    max-width: 222px;
  }
  .page-template-page-boatdetail-php .footer {
    background-color: #fff;
  }
  .page-template-page-boatdetail-php .footer .content {
    position: static;
  }
  .page-template-page-boatdetail-php .footer .leftPart, .page-template-page-boatdetail-php .footer .centerPart {
    display: none;
  }
  .page-template-page-boatdetail-php .footer .rightPart {
    width: 210px;
    padding: 0;
    /*position: absolute;
    top: 0;
    right: 0;*/
  }
  .page-template-page-boatdetail-php .footer .rightPart .title {
    display: block;
    padding: 10px 0;
  }
  .page-template-page-boatdetail-php .footer .rightPart p {
    margin: 5px 0 0;
    padding: 0;
  }
  .page-template-page-boatdetail-php .footer .rightPart p a {
    font-weight: 600;
  }
  .page-template-page-boatdetail-php .footer .rightPart p br {
    display: none;
  }
  .page-template-page-boatdetail-php .footer .rightPart, .page-template-page-boatdetail-php .footer .rightPart * {
    color: #000 !important;
  }
  .page-template-page-boatdetail-php .footer .sPhone, .page-template-page-boatdetail-php .footer .sEmail {
    display: none;
  }
  .page-template-page-boatdetail-php .footer .phone, .page-template-page-boatdetail-php .footer .email {
    display: inline !important;
  }
  .page-template-page-boatdetail-php .footer .custom-html-widget {
    display: none;
  }
  .page-template-page-boatdetail-php .footer .content.impressum {
    display: none;
  }
}
/* @import "vendor/owl.carousel";
@import "vendor/owl.theme.default";
 */
html {
  box-sizing: border-box;
}

.hideanimate {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.animate {
  opacity: 1;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
  color: #32404B;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

input:not([type=checkbox]),
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}

textarea:focus,
input:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #777;
}

:-moz-placeholder {
  color: #777;
  opacity: 1;
}

::-moz-placeholder {
  color: #777;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #777;
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #777;
  opacity: 0.5;
}

input:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: #777;
  opacity: 0.5;
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: #777;
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #777;
  opacity: 0.5;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #32404B;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

td,
th {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  line-height: 1.1em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: 100%;
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}
nav ul, .nav ul, .main-nav ul, .menu ul, .main-menu ul {
  list-style: none;
}
ul li {
  margin-bottom: 0.5em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: auto;
}
table.w100 {
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Do not show the outline on the skip link target. */
a {
  color: #4A90E2;
  text-decoration: none;
}
a:hover, a:focus, a:active, a.current {
  color: #76abe9;
}
a:focus {
  outline: none;
}

p {
  margin: 0;
  padding-bottom: 1em;
  padding-top: 0.2em;
  clear: both;
}
p a {
  text-decoration: underline;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #F5F5F5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 50px 0;
  position: relative;
  letter-spacing: 1px;
}

h2 a {
  color: #32404B;
}

.small,
.small * {
  font-size: 11px;
  display: inherit;
}

.table {
  display: table;
  width: 100%;
}

.td {
  display: table-cell;
  vertical-align: top;
}

.centered {
  text-align: center;
}

.left {
  text-align: left;
}

.colored {
  background-color: #F5F5F5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container > p, .container > h1, .container > h2, .container > h3, .container > .paddedResponse {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .container > p, .container > h1, .container > h2, .container > h3, .container > .paddedResponse {
    padding-left: 0;
    padding-right: 0;
  }
}

.textcontainer, .content {
  margin: 0 auto;
  position: relative;
  padding: 1px 20px;
}
@media (min-width: 1240px) {
  .textcontainer, .content {
    max-width: 1200px;
    padding: 1px 0;
  }
}
.textcontainer.postContent, .content.postContent {
  max-width: 764px;
}
.textcontainer.withSidebar, .content.withSidebar {
  max-width: 1200px;
}

.content-nopadding {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1240px) {
  .content-nopadding {
    max-width: 1200px;
  }
}

.content-wide {
  margin: 0;
  position: relative;
}
@media (min-width: 1920px) {
  .content-wide {
    margin: 0 auto;
    max-width: 1920px;
  }
}

body:not(.home) .container > h1:after {
  left: 10px !important;
}
@media (min-width: 1200px) {
  body:not(.home) .container > h1:after {
    left: 0 !important;
  }
}

.nopadding {
  padding: 0 !important;
}

.section {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 551px) {
  .section {
    margin-bottom: 20px;
  }
}

.red {
  color: #EF4231;
}

.print {
  display: none;
}

.italic {
  font-style: italic;
}

#breadcrumb li {
  list-style: none;
  display: inline-block;
}
#breadcrumb li a:after {
  content: "\e80b";
  font-family: "Fontello";
  padding: 0 7px;
}

.noWrap {
  white-space: nowrap;
}

.flex {
  display: flex;
  flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}

.flexAlignLeft {
  justify-content: left;
}

.cf {
  margin: 0 1%;
  display: flex;
}

/*___Simple grid___*/
.c {
  margin: 0 1%;
  float: left;
}

.c1 {
  width: 98%;
}

.c2 {
  width: 98%;
}
@media (min-width: 551px) {
  .c2 {
    width: 48%;
  }
}

.c3 {
  width: 98%;
}
@media (min-width: 551px) {
  .c3 {
    width: 31.3333%;
  }
}

.c4 {
  width: 98%;
}
@media (min-width: 551px) {
  .c4 {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .c4 {
    width: 23%;
  }
}

.c5 {
  width: 98%;
}
@media (min-width: 421px) {
  .c5 {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .c5 {
    width: 31.3333%;
  }
}
@media (min-width: 1024px) {
  .c5 {
    width: 18%;
  }
}

.c6 {
  width: 98%;
}
@media (min-width: 421px) {
  .c6 {
    width: 31.3333%;
  }
}
@media (min-width: 1024px) {
  .c6 {
    width: 14.6666%;
  }
}

.c7 {
  width: 98%;
}
@media (min-width: 551px) {
  .c7 {
    width: 31.3333%;
  }
}
@media (min-width: 769px) {
  .c7 {
    width: 31.3333%;
  }
}
@media (min-width: 1024px) {
  .c7 {
    width: 12.28%;
  }
}

/*___2/3 - 1/3___*/
.c23 {
  /* 2/3 širine - kombinira se sa c13 */
  width: 98%;
}
@media (min-width: 551px) {
  .c23 {
    width: 96%;
    margin: 0 2%;
  }
}
@media (min-width: 769px) {
  .c23 {
    width: 64.666%;
    margin: 0 1%;
  }
}

.c13 {
  /* 1/3 širine - kombinira se sa c23 */
  width: 98%;
}
@media (min-width: 551px) {
  .c13 {
    width: 96%;
    margin: 0 2%;
  }
}
@media (min-width: 769px) {
  .c13 {
    width: 31.333%;
    margin: 0 1%;
  }
}

.c > img {
  width: auto;
  height: auto;
}

.disabled {
  display: none;
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.screen-reader-text {
  display: none;
}

/*.more-link {
    display: inline-block;
    padding-left: 5px;
    white-space: nowrap;
}*/
.more-link, .readMore {
  display: block;
  padding: 10px 0;
  margin-top: 10px;
  text-decoration: none !important;
  color: #4A90E2 !important;
}

.published, .updated {
  padding-right: 10px;
}

.search-results h2 {
  margin-top: 5px;
}

.pb-20 {
  padding-bottom: 20px;
}

.slider, .offer-slider {
  position: relative;
  overflow: hidden;
}

.tabletRes .flex.owl-loaded {
  display: block;
}

.header-slide {
  height: 80vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  justify-content: left;
}
.header-slide .sliderText {
  z-index: 3;
  display: flex;
  align-items: center;
}
.header-slide .sliderTextContent {
  max-width: 345px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
}
@media (min-width: 650px) {
  .header-slide .sliderTextContent {
    background-color: unset;
    padding: unset;
  }
}
@media (min-width: 861px) {
  .header-slide .sliderTextContent {
    max-width: 420px;
  }
}
.header-slide p {
  color: #656A77;
  letter-spacing: 0;
  font-size: 19px;
  line-height: 27.6px;
}
@media (min-width: 861px) {
  .header-slide p {
    font-size: 22px;
    line-height: 29.6px;
  }
}
.header-slide picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 650px) {
  .header-slide picture {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 39% 100%, 63% 0, 64% 0, 40% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 39% 100%, 63% 0, 64% 0, 40% 100%, 100% 100%, 100% 0%);
  }
  .header-slide picture img {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 41% 100%, 52% 50%, 41% 0%);
            clip-path: polygon(100% 0, 100% 50%, 100% 100%, 41% 100%, 52% 50%, 41% 0%);
  }
}

.textAbove {
  color: #15181F;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.53px;
  line-height: 22px;
  text-transform: uppercase;
}

.header-slide h1, .bannerTitle {
  display: block;
  color: #15181F;
  font-style: italic;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 45px;
  padding: 10px 0 20px 0;
}
.header-slide h1:first-line, .bannerTitle:first-line {
  color: #6193AC;
}
@media (min-width: 861px) {
  .header-slide h1, .bannerTitle {
    font-size: 75px;
    letter-spacing: 2.2px;
    line-height: 69px;
  }
}

.newsSlider {
  position: relative;
}
.newsSlider .owl-stage-outer {
  width: 100%;
  overflow: hidden;
}
.newsSlider .owl-nav.disabled {
  display: block !important;
}
.newsSlider .owl-prev {
  z-index: 5;
  color: #2F3035;
  top: unset;
  bottom: -190px;
  left: unset;
  right: 10%;
}
.newsSlider .owl-prev:after {
  font-family: Fontello;
  content: "\e80a";
}
.newsSlider .owl-next {
  z-index: 5;
  color: #2F3035;
  top: unset;
  bottom: -190px;
}
.newsSlider .owl-next:after {
  font-family: Fontello;
  content: "\e809";
}

.newsSliderItem {
  height: 300px;
  background-size: cover;
  position: relative;
}
@media (min-width: 551px) {
  .newsSliderItem {
    height: 597px;
  }
}
.newsSliderItem h1 {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.6s;
  padding: 30px;
  margin: 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2.97px;
  line-height: 42px;
}
.newsSliderItem:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(21, 169, 189, 0.9);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}
.newsSliderItem:hover h1 {
  opacity: 1;
}
.newsSliderItem:hover:before {
  height: 100%;
}

.owl-nav.disabled {
  display: none;
}

.owl-item {
  float: left;
  min-height: 1px;
}
.owl-item a {
  display: block;
}
.owl-item a img {
  width: 100%;
}

.offer-slider .owl-item > .item {
  margin: 0 auto 50px !important;
}

.owl-nav {
  display: none;
}
.subNav .owl-nav {
  display: block;
}
.owl-nav.hasVideo {
  display: block; /* in order to enable video slide on mobile */
}
@media (min-width: 551px) {
  .owl-nav {
    display: block;
  }
}

.subNav .owl-prev, .subNav .owl-next {
  color: #32404B;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  overflow: hidden;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s;
  transform: translate(0, -50%);
  cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}

.owl-prev {
  left: 2%;
}
.owl-prev:after {
  font-family: "Fontello";
  content: "\e80a";
}

.owl-next {
  right: 2%;
}
.owl-next:after {
  font-family: "Fontello";
  content: "\e809";
}

.owl-height {
  overflow: hidden; /*for auto-hight slider - ima bug kod učitavanja prvog */
}

.owl-item img {
  width: 100%;
}
.sidebar-widget .owl-item img {
  height: 200px;
}

.owl-dots {
  display: none;
}
@media (min-width: 769px) {
  .owl-dots {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.offer-slider .owl-dots {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .offer-slider .owl-dots {
    display: none;
  }
}
@media (min-width: 1024px) {
  .offer-slider .owl-dots {
    display: block;
    bottom: 10px;
  }
}
.single-sidebar .owl-dots {
  bottom: -10px;
}

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

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  background-color: #fff !important;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.offer-slider .owl-dots .owl-dot span {
  border: 1px solid #d2d2d2;
}
.owl-dots .owl-dot:hover {
  cursor: pointer;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #6193AC !important;
}

.owl-item {
  overflow: hidden;
}
.owl-item picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer-slider {
  margin-top: 20px;
}

.offer-slider .picker .dropdown li a {
  padding: 0;
}

.offer-slider + * {
  margin-top: -70px;
}
@media (min-width: 1024px) {
  .offer-slider + * {
    margin-top: 10px;
  }
}

.offer-slider .owl-item {
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .offer-slider .owl-item {
    padding-bottom: 0px;
    margin-bottom: 35px;
  }
}

/* Main nav "MegaMenu" */
.main-nav {
  text-align: center;
  width: 100%;
}
@media (min-width: 650px) {
  .main-nav {
    width: unset;
  }
}
.main-nav a {
  color: #15181F;
  transition: opacity 0.2s;
}
.main-nav a:hover {
  opacity: 0.8;
}
.main-nav > a:not(.actionButton) {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  line-height: 36px;
  border: 0 none !important;
}
@media (min-width: 769px) {
  .main-nav > a:not(.actionButton) {
    border-left: 1px solid #E8E5E5;
  }
}
@media (min-width: 960px) {
  .main-nav > a:not(.actionButton) {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .main-nav > a:not(.actionButton):last-of-type {
    border-right: 1px solid #E8E5E5;
  }
}
.main-nav > a:not(.actionButton).hasSub.current:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #6193AC transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  z-index: 6000;
  left: 50%;
  transform: translate(-50%, 0);
}
.megaMenuMobile .main-nav > a:not(.actionButton).hasSub.current:after {
  display: none;
}
.main-nav .subNav {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  overflow: hidden;
  z-index: 5000;
  width: 100%;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3);
  left: 0;
}
.main-nav .subNav.sub3 {
  text-align: left;
  padding: 0;
}
.main-nav .subNav.sub3 .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 30vh;
}
@media (min-width: 769px) {
  .main-nav .subNav.sub3 .image {
    width: 50%;
    height: auto;
  }
}
.main-nav .subNav.sub3 .text {
  padding: 20px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .main-nav .subNav.sub3 .text {
    width: 50%;
  }
}
.main-nav .subNav.sub3 .text h1 {
  padding: 20px 0;
}
.main-nav .subNav .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.27px;
  line-height: 32px;
  text-align: center;
  display: block;
  padding: 16px 10px 20px;
  text-transform: uppercase;
}
.main-nav .subNav .categorySet {
  padding: 0 10px;
  width: 17%;
  max-width: 220px;
  margin-top: 33px;
}
.main-nav .subNav .categorySet .clear {
  width: 100%;
}
.main-nav .subNav .categorySet .categoryTitle {
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #6193AC;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  min-height: 35%;
  background-position: right center;
  font-size: 0;
  line-height: 0;
  padding-top: 39%;
  background-size: 73%;
}
@media (min-width: 1024px) {
  .searay .main-nav .subNav .categorySet .categoryTitle {
    height: 180px;
    padding-top: 75%;
  }
}
.main-nav .subNav .categorySet .categoryTitleClean {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #6193AC;
  margin-bottom: 15px;
}
.main-nav .subNav .categorySet a {
  display: block;
}
.main-nav .subNav .categorySet .subSet {
  padding-bottom: 20px;
}
.main-nav .subNav .item {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 15px 0 15px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .main-nav .subNav .item {
    text-align: left;
    width: 28%;
    margin: 35px 0 35px 0;
    padding-left: 5%;
  }
}
@media (min-width: 1024px) {
  .main-nav .subNav .item {
    text-align: right;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1024px) {
  .main-nav .subNav .item:after {
    position: absolute;
    width: 2px;
    height: 80%;
    background-color: #D5D1D1;
    right: -1px;
    top: 0;
    content: "";
  }
}
.main-nav .subNav .item:last-of-type:after {
  display: none;
}
.main-nav .subNav .item a {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.27px;
  line-height: 30px;
  padding-bottom: 6px;
  color: #6193AC;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.main-nav .subNav .item a:hover {
  border-bottom-color: #6193AC;
  color: #15181F;
}
.main-nav .menu-brands-container .brands {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 0;
}

.megaMenuMobile .sub1 .after, .megaMenuMobile .sub1-2 .after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.owl-loaded .categorySet {
  margin: 0 auto;
  width: 100% !important;
}

.subNav .subSetTitle {
  color: #CBBCAA;
}

/* Page nav in header on detail page */
.page-nav {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-align: center;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  transition: all 0.5s;
}
@media (min-width: 551px) {
  .page-nav {
    padding: 0;
  }
}
.page-nav a {
  display: inline-block;
  color: #fff;
  margin: 0 3px;
  padding: 1px;
}
@media (min-width: 551px) {
  .page-nav a {
    margin: 0 5px;
    padding: 10px;
  }
}
.fixedBoatMenu .page-nav {
  position: fixed;
  z-index: 5010;
  left: 0;
  top: 0;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px 0;
}
@media (min-width: 551px) {
  .fixedBoatMenu .page-nav {
    padding-bottom: 5px;
  }
}
.fixedBoatMenu .page-nav a {
  max-width: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 0;
}
@media (min-width: 551px) {
  .fixedBoatMenu .page-nav a {
    max-width: none;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    white-space: initial;
  }
}

@media (min-width: 769px) {
  .bottomNav {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1240px) {
  .bottomNav {
    right: 0;
  }
}
.bottomNav ul {
  margin: 0;
  padding: 0;
}
.bottomNav ul li {
  margin: 20px 20px;
  padding: 0;
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  .bottomNav ul li {
    margin: 0 0 0 20px;
    display: inline-block;
  }
}

.topNav {
  display: none;
}
.topNav ul {
  margin: 0;
  padding: 0;
}
.topNav ul li {
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
}
@media (min-width: 769px) {
  .topNav {
    display: block;
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translate(0, -50%);
  }
}
.topNav a {
  color: #9B9B9B;
}

/* Main menu */
/*.togTrigger {
	display: block;
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 0;

	.deskRes & {
		display: none;
	}

	.menuOpen & {
		z-index: 10002;
		right: 0;
		font-size: 42px;
		padding: 0;
		position: fixed;

		.icon-menu:before {
			content:"\e806";
		}
	}
}

#primary-menu {
	.mobRes.menuOpen & {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10001;
		width: 100%;
		height: 100vh;
		background-color: $theme-color;
		padding-top: 40px;
	}	
}*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea, select {
  color: #747474;
  border: 1px solid #E1DCE3;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: background-color 500ms linear;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus, select:focus {
  background-color: #f9f9f9;
}
.cat-box input[type=text],
.cat-box input[type=email],
.cat-box input[type=tel],
.cat-box input[type=url],
.cat-box input[type=password],
.cat-box input[type=search],
.cat-box input[type=number],
.cat-box input[type=tel],
.cat-box input[type=range],
.cat-box input[type=date],
.cat-box input[type=month],
.cat-box input[type=week],
.cat-box input[type=time],
.cat-box input[type=datetime],
.cat-box input[type=datetime-local],
.cat-box input[type=color],
.cat-box textarea, .cat-box select {
  border: 0 none;
  transition: all 0.2s;
}
.cat-box input[type=text]:focus,
.cat-box input[type=email]:focus,
.cat-box input[type=tel]:focus,
.cat-box input[type=url]:focus,
.cat-box input[type=password]:focus,
.cat-box input[type=search]:focus,
.cat-box input[type=number]:focus,
.cat-box input[type=tel]:focus,
.cat-box input[type=range]:focus,
.cat-box input[type=date]:focus,
.cat-box input[type=month]:focus,
.cat-box input[type=week]:focus,
.cat-box input[type=time]:focus,
.cat-box input[type=datetime]:focus,
.cat-box input[type=datetime-local]:focus,
.cat-box input[type=color]:focus,
.cat-box textarea:focus, .cat-box select:focus {
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #747474;
}

:-moz-placeholder {
  color: #747474;
  opacity: 1;
}

::-moz-placeholder {
  color: #747474;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #747474;
}

*:focus {
  outline: none !important;
}

textarea {
  width: 100%;
}

fieldset {
  border: 0 none;
  padding-left: 0;
}

/* Služi kao wrapper za input type submit */
.submit-wrapper {
  position: relative;
  display: inline-block;
  margin: 50px 0 30px;
}
.submit-wrapper:before {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  content: "";
  background-color: #6193AC;
  transition: height 0.3s ease;
}

form input:not([type=submit]), form textarea, form select {
  width: 100%;
}
form input[type=checkbox] {
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #777;
  border-radius: 3px;
}

/* 
    FORM: special select div around select element 
*/
.select {
  position: relative;
}
.select:after {
  position: absolute;
  right: 10px;
  bottom: 22px;
  font-family: "Fontello";
  content: "\e811";
  pointer-events: none;
}
.select:before {
  position: absolute;
  left: 10px;
  bottom: 16px;
  color: #F5F5F5;
  font-family: "Fontello";
  font-size: 16px;
}

.search-form {
  position: relative;
  margin-bottom: 50px;
}
.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-color: #15181F;
  color: #fff;
  border: 0 none;
}
.search-form .search-submit:after {
  content: "\e815";
  font-family: Fontello;
  font-size: 20px;
}
.search-form .search-submit svg {
  width: 20px;
  height: 25px;
  fill: #fff;
}

input[name=ContactCheck],
input[name=ContactCheckAdd] {
  display: none;
}

.subscribe-checkbox {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /*   &:hover input ~ .checkmark {
  	background-color: $theme-color;
    }
     */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.subscribe-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: -28px;
}
.subscribe-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(4px);
}
.subscribe-checkbox input:checked ~ .checkmark {
  background-color: #6193AC;
}
.subscribe-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.subscribe-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.subscribe-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #32404B;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*
Buttons examples:
<a href="javascript:void(0)" class="bttn"><span>A button</span></a>
<div class="submit-wrapper"><input type="submit" name="submit" value="Send your request"></div>
*/
.button,
.bttn,
button:not(.fancybox-button):not(.search-submit),
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  border: 0 none;
  margin: 20px 0;
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  background-color: #15A9BD;
  border-radius: 4px;
  color: #fff;
  padding: 20px 40px;
  transition: opacity 0.2s;
}
.submit-wrapper .button,
.submit-wrapper .bttn,
.submit-wrapper button:not(.fancybox-button):not(.search-submit),
.submit-wrapper input[type=button],
.submit-wrapper input[type=reset],
.submit-wrapper input[type=submit] {
  margin: 0; /* Ako je unutar wrappera, margina se poništava, jer je aplicirana na samom wrapperu */
}
.button span,
.bttn span,
button:not(.fancybox-button):not(.search-submit) span,
input[type=button] span,
input[type=reset] span,
input[type=submit] span {
  z-index: 2;
  position: relative;
}
.button:after,
.bttn:after,
button:not(.fancybox-button):not(.search-submit):after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  content: "";
  background-color: #6193AC;
  transition: height 0.3s ease;
}
.button:hover,
.bttn:hover,
button:not(.fancybox-button):not(.search-submit):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

.arrowLink {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  color: #6193AC;
  display: block;
}
.arrowLink:after {
  font-family: Fontello;
  content: "\e842";
  margin-left: 10px;
  font-weight: normal;
  font-style: normal;
  color: #6193AC;
  transition: all 0.2s;
}
.arrowLink:hover:after {
  margin-left: 15px;
}

.header-slide .arrowLink {
  color: #15181F;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 1.71px;
  font-style: italic;
  font-weight: 900;
}
@media (min-width: 861px) {
  .header-slide .arrowLink {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    transform: translateY(70px);
  }
}
.header-slide .arrowLink:after {
  font-size: 18px;
}

.buttonSimple {
  display: inline-block;
  padding: 16px 10px 10px 10px;
  border-bottom: 5px solid #6193AC;
  color: #32404B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.gallery-filter .buttonSimple {
  border-bottom-color: transparent;
  color: #9B9B9B;
  font-weight: 600;
}
.fixedGalleryFilter .buttonSimple {
  max-width: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 5px 10px 5px;
}
@media (min-width: 551px) {
  .fixedGalleryFilter .buttonSimple {
    max-width: none;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    white-space: initial;
    padding: 16px 10px;
  }
}
.buttonSimple.checked {
  border-bottom-color: #6193AC;
  color: #15181F;
}
.buttonSimple.tinted {
  border-bottom-color: #6193AC;
}
.buttonSimple:hover {
  color: #32404B;
}

input.buttonSimple:hover {
  padding: 16px 20px 10px;
}

.more.solo {
  margin: 20px 0 60px;
  display: inline-block;
}

.actionButton, .fullBttn {
  background-color: #15181F;
  color: #fff !important;
  display: inline-block;
  padding: 16px 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 769px) {
  .actionButton, .fullBttn {
    padding: 16px 28px;
  }
}

.actionButton {
  /*position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9000;*/
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 10;
  border-top: 1px solid #6193AC;
  border-right: 1px solid rgba(203, 188, 170, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-nav .actionButton {
  height: 53px;
}
.actionButton:before {
  font-family: Fontello;
  content: "\f0e0";
  padding-right: 7px;
}
@media (min-width: 960px) {
  .actionButton {
    border: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: auto;
  }
  .actionButton:before {
    display: none;
  }
}

.jssocials-shares {
  margin: 0.2em 0;
  position: absolute;
  left: -150px;
  top: 20px;
}
.single-post .jssocials-shares {
  top: 191px;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
  float: left;
  width: 100%;
  font-size: 14px;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  vertical-align: middle;
  font-size: 1em;
  border-radius: 50px;
  border: 1px solid #CCC;
  padding: 2px;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #acacac;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #939393;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.4em;
  background: #f5f5f5;
  border-radius: 0.3em;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: #e8e8e8;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent #e8e8e8 transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: -0.4em;
  width: 0;
  height: 0;
  border-width: 0.5em 0.5em 0.5em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #acacac;
}

.topBar {
  background-color: #f5f5f5;
  color: #9B9B9B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.topBar .content {
  padding: 1px 10px;
}
@media (min-width: 1240px) {
  .topBar .content {
    padding: 1px 0;
  }
}
.topBar .company-name {
  white-space: nowrap;
  padding: 5px 0;
  display: inline-block;
  color: #9B9B9B;
}
.topBar .data-phone {
  color: #fff;
  background-color: #15181F;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 53px;
  padding: 16px 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #6193AC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .topBar .data-phone {
    background-color: inherit;
    border-top: none;
    color: #32404B;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: auto;
    right: 56px;
    width: auto;
    padding: 0;
  }
}
.topBar .data-phone:before {
  font-family: Fontello;
  content: "\e816";
  padding-right: 5px;
}
.topBar .data-phone span {
  color: #FFF;
}
@media (min-width: 380px) {
  .topBar .data-phone span {
    color: inherit;
    display: inline;
  }
}

.langSelect {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 10px;
}
@media (min-width: 1240px) {
  .langSelect {
    right: 0;
  }
}
.langSelect li {
  list-style: none;
  padding: 0;
  margin: 0 0 7px;
}
.langSelect li.current-lang {
  display: none;
}
.langSelect li a {
  display: block;
  text-transform: uppercase;
  overflow: hidden;
  width: 29px;
  text-indent: -9999px;
}
.langSelect li a[lang=hr-HR], .langSelect li a[lang=hr] {
  background: url(../img/flags/hr@3x.svg) left center no-repeat;
}
.langSelect li a[lang=en-GB], .langSelect li a[lang=en] {
  background: url(../img/flags/en@3x.svg) left center no-repeat;
}

.topLinesWrapper {
  position: relative;
  box-shadow: 0 13px 32px -5px rgba(111, 111, 111, 0.09);
  z-index: 5;
}
.topLinesWrapper .content {
  position: static;
  display: flex;
  flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
.topLinesWrapper .logoLine {
  width: 100%;
}
@media (min-width: 650px) {
  .topLinesWrapper .logoLine {
    width: unset;
  }
}

.logoLine {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoLine a {
  display: inline-block;
  padding: 9px 0 0;
}
.logoLine img {
  width: 175px;
}

.header {
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.header:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.flex-dynamic {
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 861px) {
  .flex-dynamic {
    -moz-flex: 1;
    flex: 1;
    padding-right: 30px;
  }
}

.withSidebar .flex {
  justify-content: left;
}

.single-sidebar {
  padding-top: 54px;
  width: 300px;
}
.category .single-sidebar {
  padding-top: 0;
  margin: 0 auto;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category .single-sidebar {
    width: auto;
    max-width: 300px;
    margin-left: 20px;
  }
}
.sidebar-widget {
  position: relative;
}
.sidebar-widget:after {
  content: "";
  position: absolute;
  background-color: #D8D8D8;
  width: 100%;
  height: 1px;
  left: 0;
  top: 13px;
  z-index: -1;
}
.sidebar-widget .title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
}

.featured-articles .sidebar-article {
  display: flex;
  margin: 10px 0;
}
.featured-articles .sidebar-article .article-img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
}
.featured-articles .sidebar-article .text-box {
  margin-left: 10px;
  font-size: 14px;
}

.footer {
  background-color: #0D4362;
  color: #fff;
  padding: 25px 0;
  font-size: 14px;
  line-height: 18px;
}
.footer .content .leftPart {
  width: 270px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  margin: 0 auto;
}
.footer .content .leftPart .logo {
  display: block;
  margin: 28px 0 50px 0px;
}
@media (min-width: 861px) {
  .footer .content .leftPart {
    padding-right: 50px;
    margin: 0;
  }
}
.footer .content .centerPart {
  position: relative;
  padding-top: 30px;
  width: 270px;
  margin: 0 auto;
}
@media (min-width: 861px) {
  .footer .content .centerPart {
    flex: 1;
    padding: 73px 50px 0;
    width: auto;
    margin: 0;
  }
  .footer .content .centerPart:before, .footer .content .centerPart:after {
    display: block;
    content: "";
    width: 2px;
    height: 98%;
    background-color: #6193AC;
    position: absolute;
    left: 0;
    top: 2%;
  }
  .footer .content .centerPart:after {
    left: auto;
    right: 0;
  }
}
.footer .content .centerPart .title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  display: block;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.footer .content .centerPart .categorySet {
  margin-bottom: 20px;
  min-height: 70px;
}
@media (min-width: 1024px) {
  .footer .content .centerPart .categorySet {
    width: 50%;
    float: left;
    padding-right: 10px;
    min-height: 106px;
  }
}
@media (min-width: 1024px) {
  .footer .content .centerPart .categorySet:nth-child(odd) {
    float: left;
  }
}
.footer .content .centerPart .categoryTitle {
  font-weight: 500;
  font-size: 16px;
  color: #6193AC;
  display: block;
  padding-bottom: 5px;
}
.footer .content .centerPart .subSetTitle {
  display: inline-block;
  margin-right: 5px;
}
.footer .content .rightPart {
  padding-top: 30px;
  width: 270px;
  margin: 0 auto;
}
@media (min-width: 861px) {
  .footer .content .rightPart {
    padding: 73px 50px 0;
    width: 288px;
  }
}
.footer .content .rightPart .title {
  font-weight: 600;
  font-size: 16px;
}
.footer .content .rightPart .textwidget a {
  display: inline-block;
  margin-right: 5px;
}
.footer .content .rightPart .textwidget p:nth-child(1) {
  padding-bottom: 25px;
}
.footer .content .rightPart a {
  color: #fff;
  text-decoration: none;
}
.footer .content .rightPart label {
  line-height: 34px;
}
.footer .content .rightPart input {
  border: 0 none;
  padding: 10px;
}
.footer .content .rightPart button {
  display: none;
}
.footer .address {
  padding-bottom: 40px;
}
.footer .menu-brands-container {
  margin-left: -40px;
}
.footer .categorySet {
  z-index: 5000;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 551px) {
  .footer .categorySet {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer .categorySet {
    width: unset;
    margin-bottom: unset;
    text-align: unset;
  }
}
.footer .categorySet img {
  width: unset;
  height: unset;
}
.footer .categorySet a {
  transition: opacity 0.2s;
}
.footer .categorySet a:hover {
  opacity: 0.8;
}
.footer .categorySet a:not(.categoryTitle) {
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
  position: relative;
}
.footer .categorySet a:not(.categoryTitle):not(:last-child):after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.footer {
  position: relative;
  background-image: url(../img/xyachts/footer_back.jpg);
  background-size: cover;
}
.footer .content {
  display: flex;
  flex-flow: column;
  max-width: 940px;
}
.footer .logoLine {
  padding: 50px 0 60px;
}
.footer .logoLine img {
  width: unset;
  height: unset;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(106%);
  width: 57%;
  max-width: unset;
}
.footer .modelsName {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer .modelsName {
    margin-bottom: 90px;
    justify-content: space-between;
  }
}
.footer .modelsName .categoryTitle {
  display: block;
  margin-bottom: 15px;
}
.footer .contactLine {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer .contactLine {
    justify-content: space-between;
    flex-direction: row;
    align-items: unset;
  }
}
.footer .address .title {
  font-weight: 600;
}
.footer .address > {
  line-height: 20px;
}
.footer .iso_bedge {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .footer .iso_bedge {
    margin-bottom: unset;
  }
}
.footer .iso_bedge img {
  margin-top: 0 !important;
}
.footer .fa {
  background-color: #fff;
  color: #30728C;
}
.footer .companyExtras .footerMailing {
  display: flex;
  margin-bottom: 20px;
}
.footer .companyExtras .footerMailing label {
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.footer .companyExtras .footerMailing input[type=email] {
  padding: 10px;
  border: 0 none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.footer .companyExtras .footerMailing input[type=submit] {
  margin: 15px 0 0 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 20px;
  margin: 22px 0 4px 0;
  font-family: Fontello;
  font-size: 17px !important;
  background-color: #B6B0A0;
}
.footer .companyExtras .textwidget {
  display: flex;
  justify-content: center;
  margin: 58px 0;
}
@media (min-width: 769px) {
  .footer .companyExtras .textwidget {
    justify-content: flex-start;
    margin: 0;
  }
}
.footer .companyExtras .textwidget a {
  margin: 10px;
}
@media (min-width: 769px) {
  .footer .companyExtras .textwidget a {
    margin: 0 10px 0 0;
  }
}

.logo-back {
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: auto;
  max-width: unset;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(106%);
  opacity: 0.06;
}

.afterFooterLine {
  background-color: #15181F;
}

.bottomLine {
  background-color: #fff;
  color: #15181F;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 19px;
}
.bottomLine a {
  color: #15181F;
}
.bottomLine .company-name {
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 769px) {
  .bottomLine .company-name {
    display: inline;
  }
}

.impressum {
  text-align: center;
  font-size: 12px;
  text-transform: none;
  color: #fff;
  opacity: 0.7;
  padding: 20px 0;
}

.newsletter {
  margin-bottom: 17px;
}

.menu-block {
  clear: both;
}

/*.totop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: $theme-color-third;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	opacity: 0.5;
	font-size: 22px;
	text-align: center;
	padding-top: 2px;
	color: $theme-color-inverse;
	z-index: 9000;

	&:hover {
		opacity:1;
		color: $theme-color-inverse;
	}
}*/
.grid-item {
  margin: 0;
  padding: 0;
  float: left;
  border: 1px solid #fff;
  background-color: #000;
  position: relative;
}
.grid-item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  background-color: #fff;
}
.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-item:after {
  font-family: "Fontello";
  font-size: 37px;
  content: "\e81d";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.535, 0, 0, 1) 0s;
  transform: translate(-50%, -10%);
}
.grid-item:hover img {
  opacity: 0.6;
}
.grid-item:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.gallery-filter {
  border-top: 1px solid #E8E5E5;
}
.fixedGalleryFilter .gallery-filter {
  position: fixed;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 500;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.fixedGalleryFilter #gallery_sticker {
  padding-bottom: 99px;
}

.cat-box {
  background-color: #F5F5F5;
  background-image: url(../img/xyachts/cta_back.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 20px 0 35px;
}
@media (min-width: 1920px) {
  .cat-box {
    background-size: contain;
  }
}
.cat-box textarea {
  height: 90px;
}
@media (min-width: 551px) {
  .cat-box .flexWrapper {
    display: flex;
    flex-flow: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
  }
  .cat-box .formWrapperLeft {
    width: 40%;
    padding-right: 5px;
  }
  .cat-box .formWrapperRight {
    width: 60%;
    padding-left: 5px;
  }
  .cat-box input[type=email] {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .cat-box input[type=tel] {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
  .cat-box textarea {
    height: calc(100% - 5px);
  }
}
.cat-box .infoText {
  font-size: 14px;
  line-height: 22px;
  color: #747474;
  padding: 20px 0;
  text-transform: uppercase;
}
.cat-box .tabs {
  flex-wrap: wrap;
}
@media (min-width: 551px) {
  .cat-box .tabs {
    flex-wrap: nowrap;
  }
}
.cat-box .tabBttn {
  display: inline-block;
  padding: 10px 5px;
  margin: 5px 1%;
  background-color: #fff;
  color: #747474;
  width: 48%;
  min-height: 50px;
  font-weight: 400;
  transition: transform 0.2s;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (min-width: 551px) {
  .cat-box .tabBttn {
    margin: 10px 2px;
    width: 25%;
  }
}
.cat-box .tabBttn span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .cat-box .tabBttn {
    padding: 10px 5px;
    margin: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}
.cat-box .tabBttn:not(.current) {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.cat-box .tabBttn:not(.current):hover {
  transform: scale(1.048);
  font-weight: 600;
}
.cat-box .tabBttn.current {
  font-weight: 800;
  color: #fff;
  background-color: #56A0C2;
  font-weight: 600;
}
.cat-box .tabBttn:first-child {
  margin-left: 1%;
}
@media (min-width: 551px) {
  .cat-box .tabBttn:first-child {
    margin-left: 0;
  }
}
.cat-box .tabBttn:last-child {
  margin-right: 1%;
}
@media (min-width: 551px) {
  .cat-box .tabBttn:last-child {
    margin-right: 0;
  }
}
.cat-box h1 {
  font-weight: 500;
  margin: 50px 0 28px;
  padding: 0;
}

.article {
  /* eof featured */
}
.article.featured {
  border-top: 1px solid #eee;
}
@media (min-width: 769px) {
  .article.featured {
    display: flex;
    flex-flow: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
  }
}
.article.featured .article-image, .article.featured .article-text {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .article.featured .article-image, .article.featured .article-text {
    width: 50%;
  }
}
.article.featured .article-text {
  padding: 5% 40px;
}
.article.featured .article-text-content {
  max-width: 500px;
  margin: 0 auto;
}
.article.featured h1 {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  height: 32px;
  padding: 0;
  margin-bottom: 30px;
}
.article.featured h1 a {
  color: #07133F;
}
.article.featured .article-image {
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}
@media (min-width: 551px) {
  .article.featured .article-image {
    min-height: 370px;
  }
}
.article.featured .article-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 100%;
  box-shadow: 0px -23px 55px 0px rgba(0, 0, 0, 0.62);
}
@media (min-width: 769px) {
  .article.featured .article-image:before {
    display: none;
  }
}
.article.featured .article-image:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.article.featured:nth-child(even) {
  flex-direction: row-reverse;
}
.article.featured:nth-child(even) .article-image:after {
  right: 100%;
}
@media (min-width: 769px) {
  .article.featured:nth-child(even) .article-image:after {
    box-shadow: 11px 0px 55px 0px rgba(0, 0, 0, 0.62);
  }
}
.article.featured:nth-child(odd) .article-image:after {
  left: 100%;
}
@media (min-width: 769px) {
  .article.featured:nth-child(odd) .article-image:after {
    box-shadow: -11px 0px 55px 0px rgba(0, 0, 0, 0.62);
  }
}
.article.featured strong {
  font-weight: normal;
}
.article.regular {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.article.regular:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2d3946;
  opacity: 0.3;
  transition: opacity 0.6s;
}
.article.regular:hover:after {
  opacity: 0.5;
}
.article.regular .article-text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  line-height: 18px;
  padding: 20px;
}
.article.regular h1 {
  margin-bottom: 20px;
  padding: 0;
}
.article.regular h1:after {
  bottom: -6px;
}
.article.regular .entry-text {
  height: 10%;
  max-height: 10%;
}
.article h1 a {
  color: #fff;
}
.article h1:after {
  position: absolute;
  content: "";
  width: 113px;
  height: 3px;
  background-color: #6193AC;
  left: 0;
  bottom: 0;
}

.post .gallery {
  margin-top: 30px;
}

.newsLinkWrapper {
  text-align: left;
  margin: 0;
  width: 100%;
  padding: 34px 20px 80px;
}
@media (min-width: 551px) {
  .newsLinkWrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .newsLinkWrapper {
    margin: 0 auto;
    width: 846px;
    padding: 34px 0 80px;
  }
}
@media (min-width: 1435px) {
  .newsLinkWrapper {
    transform: translateX(284px);
  }
}

.newsLinkTitle {
  color: #15181F;
  font-size: 35px;
  line-height: 39.56px;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 551px) {
  .newsLinkTitle {
    font-size: 40px;
    line-height: 49.56px;
    width: 400px;
    margin-bottom: 0;
  }
}

.newsLinkText {
  color: #848894;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.89px;
  display: block;
}
@media (min-width: 551px) {
  .newsLinkText {
    width: 400px;
  }
}

.article-list {
  display: flex;
  flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.article-list .article {
  width: 100%;
  padding-top: 70%;
}
@media (min-width: 551px) {
  .article-list .article {
    width: 50%;
    padding-top: 50%;
  }
}
@media (min-width: 1024px) {
  .article-list .article {
    width: 25%;
    padding-top: 25%;
  }
}

/* Article detail */
article {
  padding-bottom: 50px;
}
article.featured {
  padding-bottom: 0;
}
article .gallery-item {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 421px) {
  article .gallery-item {
    width: 33.3333%;
  }
}
article .gallery-item a {
  display: block;
  transition: opacity 0.2s;
}
article .gallery-item a img {
  display: block;
  border: 1px solid #fff;
}
article .gallery-item a:hover {
  opacity: 0.8;
}

.entry-header h1 {
  font-size: 23px;
  padding-bottom: 30px;
}
.withSidebar .entry-header {
  font-size: 32px;
  line-height: 1.2;
}
.withSidebar .entry-header h1 {
  font-size: 46px;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: none;
}
.entry-header .postSmallThumb {
  margin-top: 40px;
}

.entry-content {
  padding-top: 40px;
}
.entry-content.pageEntry {
  padding-top: 0;
}
.entry-content h1 {
  padding: 0 0 30px;
  font-size: 23px;
}
.entry-content p img {
  width: 100%;
  max-width: 100%;
}
.entry-content table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content td {
  vertical-align: top;
  border: 0;
  width: 100% !important;
  padding: 0 0 40px;
  display: block;
  line-height: 1.61;
}
@media (min-width: 769px) {
  .entry-content td {
    width: 50% !important;
    padding: 10px 10px 40px;
    display: table-cell;
  }
  .entry-content td:nth-child(odd) {
    padding: 10px 10px 40px 0;
  }
  .entry-content td:nth-child(even) {
    padding: 10px 0 40px 10px;
  }
}

.single-featured-image-header {
  height: 30vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 551px) {
  .single-featured-image-header {
    height: 40vh;
  }
}
@media (min-width: 769px) {
  .single-featured-image-header {
    height: 60vh;
    background-attachment: fixed;
  }
}
.single-featured-image-header:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.single-featured-image-header h1 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 3.58px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 98%;
}
@media (min-width: 769px) {
  .single-featured-image-header h1 {
    font-size: 41px;
    line-height: 50px;
    min-width: auto;
  }
}
.single-featured-image-header .shadowText {
  color: #fff;
  opacity: 0.26;
  font-size: 90px;
  line-height: 62px;
  font-weight: 100;
  letter-spacing: 11.34px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 98%;
}
@media (min-width: 769px) {
  .single-featured-image-header .shadowText {
    font-size: 130px;
    line-height: 135px;
  }
}
@media (min-width: 1920px) {
  .single-featured-image-header .shadowText {
    line-height: 159px;
  }
}

.author {
  padding: 40px 0 0;
}

/* Posts & news bottom navigation */
.nav-previous a, .nav-next a {
  color: #9B9B9B;
  position: relative;
  display: inline-block;
}
.nav-previous a span, .nav-next a span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}
.nav-previous a:before, .nav-previous a:after, .nav-next a:before, .nav-next a:after {
  position: absolute;
  top: 7px;
  font-family: "Fontello";
  font-size: 14px;
  line-height: normal;
}

.nav-previous a {
  padding-left: 20px;
}
.nav-previous a:before {
  left: 0;
  content: "\e80c";
}

.nav-next a {
  padding-right: 20px;
}
.nav-next a:after {
  right: 0;
  content: "\e80b";
}

.postTags {
  padding: 30px 0 10px;
}
.postTags a {
  display: inline-block;
  padding: 5px 8px;
  margin: 3px;
  background-color: #F7F6F6;
  color: #2B2B2B;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 14px;
  transition: opacity 0.2s;
}
.postTags a:hover {
  opacity: 0.8;
}

.post-navigation {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.entry-footer {
  position: relative;
}

.cat-links {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  color: #9B9B9B;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (min-width: 551px) {
  .cat-links {
    bottom: 50px;
  }
}

.pagination {
  text-align: center;
  padding: 20px 0 50px;
}
.pagination .page-numbers {
  padding: 5px;
}
.pagination .prev, .pagination .next {
  padding: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #32404B;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transform: translate(0, 8px);
}
.pagination .prev:after, .pagination .next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Fontello;
  content: "\e813";
  color: #32404B;
}
.pagination .next:after {
  content: "\e814";
}

.textBlock {
  padding: 0 20px 20px 0;
}
.textBlock h1 {
  margin: 0.67em 0 34px;
  padding: 0;
}
.textBlock h1:after {
  position: absolute;
  content: "";
  width: 113px;
  height: 3px;
  background-color: #6193AC;
  left: 0;
  bottom: -10px;
}

.breadcrumbWrapper {
  padding-top: 50px;
  width: 100%;
  background-color: #FFF;
}

.fixedBreadcrumbMenu .breadcrumbFixedWrapper {
  position: fixed;
  z-index: 5010;
  left: 0;
  top: 0;
  bottom: auto;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3);
}
.fixedBreadcrumbMenu .breadcrumbFixedWrapper .breadcrumb {
  padding: 10px 0;
}

.breadcrumb {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 551px) {
  .breadcrumb {
    padding: 20px 0;
  }
}
.breadcrumb ul {
  background-color: #FFF;
  padding: 5px;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3);
}
.breadcrumb > li {
  max-width: 33.33%;
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb li {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  line-height: 18px;
}
.breadcrumb a, .breadcrumb > span, .breadcrumb li:last-of-type > span {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 3px;
  margin: 0 6px;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
}
.breadcrumb a {
  color: #6193AC;
}
.breadcrumb a:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #6193AC;
  position: absolute;
  right: -4px;
  top: 3px;
}
.breadcrumb .list a:after {
  display: none;
}

.drop-container:hover .drop {
  display: block;
}
.drop-container .drop {
  display: none;
  position: absolute;
  z-index: 5;
}
.drop-container .drop li {
  margin: 5px 0;
  text-align: left;
}
.drop-container .drop a {
  display: inline-block;
  padding: 8px 16px 8px 0;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10002;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.closeCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal {
  position: absolute;
  z-index: 10003;
  width: 95%;
  max-width: 1000px;
  height: auto;
  min-height: unset;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 40px 20px 50px;
  border-radius: 8px;
  overflow-y: auto;
}
@media (min-width: 551px) {
  .modal {
    padding: 40px 15% 50px;
  }
}
.modal h1 {
  padding: 20px 0;
}
.modal .infoText {
  padding-bottom: 20px;
}
.modal input[type=text], .modal input[type=email] {
  margin-bottom: 20px;
}
.modal input[type=text]:focus, .modal input[type=email]:focus {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.closeModal {
  position: absolute;
  z-index: 10001;
  top: 6px;
  right: 6px;
  padding: 0 10px;
}
.closeModal:after {
  font-family: "Fontello";
  content: "\e806";
  font-size: 43px;
  line-height: 43px;
  color: #999;
}

.photoGallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /*@include fablet {
      display: flex;

      & > figure, .imagesGroup {
          width: 50%;
      }

      & > figure {
          margin: 0;

          img {
              width: 100%;
              height: 100%;
              object-fit: cover;
          }
      }
  }*/
  /*.imagesGroup {
      display: none;

      @include fablet {
          display: grid;
          grid-template-columns: 1fr 1fr;
          @include gap(7, 7);
          @include paddingleft(7);

          figure {
              margin: 0;
          }

          img {
              object-fit: cover;
              width: 100%;
              height: 100%;
          }
      }

  }*/
}
.photoGallery figure {
  margin: 0;
  overflow: hidden;
}
.photoGallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photoGallery a {
  display: block;
}
.photoGallery .showAllPhotos {
  position: absolute;
  right: 20px;
  bottom: 20px;
  pointer-events: none;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  /* @include sitewidth {
      right: (20/$h-ratio)+vw;
      bottom: (20/$h-ratio)+vw;
      padding-right: (20/$h-ratio)+vw;
      padding-left: (40/$h-ratio)+vw;
  } */
}

.photoGalleryInModal {
  -moz-columns: 1;
       columns: 1;
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 551px) {
  .photoGalleryInModal {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 769px) {
  .photoGalleryInModal {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1024px) {
  .photoGalleryInModal {
    -moz-columns: 4;
         columns: 4;
  }
}
@media (min-width: 1920px) {
  .photoGalleryInModal {
    -moz-columns: 5;
         columns: 5;
  }
}
.photoGalleryInModal a {
  display: block;
}
.photoGalleryInModal a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-filter {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
}
.gallery-filter a {
  display: inline-block;
}
.gallery-filter a.current {
  font-weight: 700;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lightboxOverlay {
  z-index: 15999;
}

.lightbox {
  z-index: 16000;
}

.salesSeriesHolder {
  padding: 50px 0 170px;
  position: relative;
}
.salesSeriesHolder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 24%;
  width: 66%;
  height: 47%;
  background-color: #F4F3F0;
}
.salesSeriesHolder:after {
  content: "";
  position: absolute;
  right: 0;
  top: 123px;
  width: 43%;
  height: 10%;
  background-color: #E8F9FB;
  z-index: -1;
}
.salesSeriesHolder .seriesLogo {
  position: absolute;
  left: 10%;
  top: 10%;
  max-width: 230px;
}
.salesSeriesHolder .content {
  min-height: 180vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 135px 70px;
  grid-template-areas: "a a a a" "b b b b" "c c c c" "d d d d";
}
@media (min-width: 769px) {
  .salesSeriesHolder .content {
    grid-gap: 110px 70px;
    grid-template-areas: ". . b b" "a a b b" "a a b b" "a a c c" "a a c c" ". . c c" "d d d ." "d d d ." "d d d ." "d d d .";
  }
}
.salesSeriesHolder .content > div {
  background-color: #efefef;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.salesSeriesHolder .series_1 {
  grid-area: a;
  position: relative;
}
.salesSeriesHolder .series_1:before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #E8F9FB;
  position: absolute;
  left: 29%;
  bottom: -193px;
}
.salesSeriesHolder .series_2 {
  grid-area: b;
}
.salesSeriesHolder .series_3 {
  grid-area: c;
}
.salesSeriesHolder .series_4 {
  grid-area: d;
}

.bannerText {
  background-color: #fff;
  box-shadow: 0 13px 32px -5px rgba(111, 111, 111, 0.09);
  padding: 25px;
  max-width: 90%;
  transform: translateY(120px);
}
@media (min-width: 769px) {
  .bannerText {
    padding: 40px;
    transform: unset;
  }
}
@media (min-width: 1435px) {
  .bannerText {
    border-radius: 4px;
    transform: translate(52px, 50%);
  }
}
.bannerText .title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.57px;
  line-height: 31.11px;
  margin-bottom: 22px;
}

.charterBanner {
  display: flex;
  margin-bottom: 120px;
}
.charterBanner .content-line-text {
  position: relative;
  order: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .charterBanner .content-line-text {
    width: 50%;
  }
}
.charterBanner .content-line-text .wrapper {
  max-width: 600px;
  width: 100%;
  align-self: flex-end;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .charterBanner .content-line-text .wrapper {
    padding-left: unset;
  }
}
.charterBanner .content-line-text:before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #E8F9FB;
  position: absolute;
  left: 37%;
  bottom: 0;
}
.charterBanner .bannerText {
  transform: translate(70px, 0);
  max-width: none;
}
.charterBanner .content-line-img {
  order: 1;
  display: flex;
  width: 50%;
  min-height: 500px;
}
.charterBanner .content-line-img .img {
  height: 100%;
  width: 100%;
}

img.imgCover {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .category-info {
    min-height: 275px;
  }
}
@media (min-width: 960px) {
  .category-info {
    min-height: 375px;
  }
}
@media (min-width: 1200px) {
  .category-info {
    min-height: 475px;
  }
}
.category-info > div {
  width: 100%;
}
@media (min-width: 769px) {
  .category-info > div {
    width: 50%;
  }
}
.category-info .textBlock {
  border-bottom: 1px solid #E8E5E5;
  padding: 50px 20px;
}
@media (min-width: 769px) {
  .category-info .textBlock {
    padding: 5% 40px;
  }
}
.category-info .category-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}
@media (min-width: 769px) {
  .category-info .category-image {
    display: block;
  }
}

.boat-list {
  display: flex;
  flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}

.boat-list-static .staticBoatItem {
  color: #9B9B9B;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 22px;
  box-shadow: 0 10px 30px 0 rgba(32, 33, 47, 0.08);
  margin-bottom: 50px;
  display: block;
}
@media (min-width: 782px) {
  .boat-list-static .staticBoatItem {
    display: flex;
  }
}
.boat-list-static .staticBoatItem p {
  font-size: 13px;
}
@media (min-width: 551px) {
  .boat-list-static .staticBoatItem p {
    font-size: 16px;
  }
}
.boat-list-static .staticBoatItem .wp-block-column p {
  padding-bottom: 5px;
}
@media (min-width: 782px) {
  .boat-list-static .staticBoatItem .wp-block-column p {
    padding-bottom: 1em;
  }
}
.boat-list-static .staticBoatItem > .wp-block-column {
  position: relative;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(1) {
  position: relative;
  margin-bottom: 0;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(1):hover figure {
  opacity: 0.8;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(1) strong {
  font-weight: normal;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(1) p {
  margin: 0;
  padding: 0;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(1) a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(2) {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 782px) {
  .boat-list-static .staticBoatItem > .wp-block-column:nth-child(2) {
    padding-top: 30px;
    text-align: left;
  }
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(2) strong {
  font-weight: normal;
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(3) {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 782px) {
  .boat-list-static .staticBoatItem > .wp-block-column:nth-child(3) {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.boat-list-static .staticBoatItem > .wp-block-column:nth-child(3) strong {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.09px;
  line-height: 29px;
}
.boat-list-static .staticBoatItem strong {
  color: #32404B;
}
.boat-list-static .staticBoatItem em {
  font-style: normal;
  display: block;
  font-size: 10px;
  line-height: 1.3;
  opacity: 0.8;
}
.boat-list-static .staticBoatItem figure {
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.boat-list-static .staticBoatItem h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 20px;
  padding: 0;
  color: #32404B;
  text-transform: uppercase;
}
.boat-list-static .staticBoatItem pre {
  all: unset;
  display: inline-block;
  padding: 16px 10px 10px;
  border-bottom: 5px solid #6193AC;
  color: #32404B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 782px) {
  .boat-list-static .staticBoatItem pre {
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translate(-50%);
  }
}
.boat-list-static .staticBoatItem pre a {
  color: #32404B;
}
.boat-list-static .wp-block-columns.has-2-columns {
  flex-wrap: nowrap;
}
.boat-list-static .wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0;
}
.boat-list-static .wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 782px) {
  .boat-list-static .wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
    display: block;
    justify-content: unset;
  }
}
@media (min-width: 782px) {
  .boat-list-static .wp-block-columns.has-2-columns .wp-block-column {
    margin-bottom: 1em;
    flex-wrap: wrap;
  }
}

.boat-list > .item, .boat-list .owl-item > .item {
  width: 100%;
  box-shadow: 0 10px 30px 0 rgba(32, 33, 47, 0.08);
  margin-bottom: 50px;
}
@media (min-width: 551px) {
  .boat-list > .item, .boat-list .owl-item > .item {
    width: 49%;
  }
}
@media (min-width: 551px) {
  .boat-list > .item:nth-child(odd), .boat-list .owl-item > .item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 1024px) {
  .boat-list > .item:nth-child(odd), .boat-list .owl-item > .item:nth-child(odd) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .boat-list > .item, .boat-list .owl-item > .item {
    width: 100%;
    min-height: 299px;
  }
  .single .boat-list > .item, .page-template-default .boat-list > .item, .single .boat-list .owl-item > .item, .page-template-default .boat-list .owl-item > .item {
    min-height: 187px;
  }
}
.boat-list > .item .boat-image, .boat-list .owl-item > .item .boat-image {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .boat-list > .item .boat-image, .boat-list .owl-item > .item .boat-image {
    width: 480px;
  }
  .single .boat-list > .item .boat-image, .page-template-default .boat-list > .item .boat-image, .single .boat-list .owl-item > .item .boat-image, .page-template-default .boat-list .owl-item > .item .boat-image {
    width: 300px;
  }
}
.boat-list > .item .boat-image img, .boat-list .owl-item > .item .boat-image img {
  display: block;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boat-list > .item .boat-image:hover img, .boat-list .owl-item > .item .boat-image:hover img {
  opacity: 0.8;
}
.boat-list > .item .boat-image:after, .boat-list .owl-item > .item .boat-image:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 4px;
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.boat-list > .item .boat-text, .boat-list .owl-item > .item .boat-text {
  padding: 30px 15px;
  -moz-flex: 1;
  flex: 1;
}
.single .boat-list > .item .boat-text, .page-template-default .boat-list > .item .boat-text, .single .boat-list .owl-item > .item .boat-text, .page-template-default .boat-list .owl-item > .item .boat-text {
  padding-bottom: 0;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .boat-list > .item .boat-text, .boat-list .owl-item > .item .boat-text {
    width: 60%;
  }
  .single .boat-list > .item .boat-text, .page-template-default .boat-list > .item .boat-text, .single .boat-list .owl-item > .item .boat-text, .page-template-default .boat-list .owl-item > .item .boat-text {
    width: 40%;
  }
}
.boat-list > .item .boat-text .label, .boat-list .owl-item > .item .boat-text .label {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 22px;
}
.boat-list > .item .boat-text .label span, .boat-list .owl-item > .item .boat-text .label span {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  opacity: 0.8;
}
.single .boat-list > .item .boat-text .label span, .page-template-default .boat-list > .item .boat-text .label span, .single .boat-list .owl-item > .item .boat-text .label span, .page-template-default .boat-list .owl-item > .item .boat-text .label span {
  font-size: 9px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .boat-list > .item .boat-text .label, .boat-list .owl-item > .item .boat-text .label {
    font-size: 16px;
  }
  .single .boat-list > .item .boat-text .label, .page-template-default .boat-list > .item .boat-text .label, .single .boat-list .owl-item > .item .boat-text .label, .page-template-default .boat-list .owl-item > .item .boat-text .label {
    font-size: 13px;
  }
}
.boat-list > .item .boat-text .boat-data, .boat-list .owl-item > .item .boat-text .boat-data {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.boat-list > .item .boat-text .boat-data h1:before, .boat-list .owl-item > .item .boat-text .boat-data h1:before {
  display: none;
}
.single .boat-list > .item .boat-text .boat-data, .page-template-default .boat-list > .item .boat-text .boat-data, .single .boat-list .owl-item > .item .boat-text .boat-data, .page-template-default .boat-list .owl-item > .item .boat-text .boat-data {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .boat-list > .item .boat-text .boat-data, .boat-list .owl-item > .item .boat-text .boat-data {
    width: 60%;
    padding-right: 5px;
    text-align: left;
  }
}
.boat-list > .item .boat-text .boat-data h1, .boat-list .owl-item > .item .boat-text .boat-data h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 20px;
  padding: 0;
}
.single .boat-list > .item .boat-text .boat-data h1, .page-template-default .boat-list > .item .boat-text .boat-data h1, .single .boat-list .owl-item > .item .boat-text .boat-data h1, .page-template-default .boat-list .owl-item > .item .boat-text .boat-data h1 {
  margin-bottom: 5px;
}
.boat-list > .item .boat-text .boat-data h1 a, .boat-list .owl-item > .item .boat-text .boat-data h1 a {
  color: #32404B;
}
.single .boat-list > .item .boat-text .boat-data h1, .page-template-default .boat-list > .item .boat-text .boat-data h1, .single .boat-list .owl-item > .item .boat-text .boat-data h1, .page-template-default .boat-list .owl-item > .item .boat-text .boat-data h1 {
  font-size: 18px;
  line-height: 23px;
}
.boat-list > .item .boat-text .boat-data .spec .item, .boat-list .owl-item > .item .boat-text .boat-data .spec .item {
  display: inline-block;
  padding-right: 4%;
  margin-bottom: 10px;
}
.single .boat-list > .item .boat-text .boat-data .spec .item, .page-template-default .boat-list > .item .boat-text .boat-data .spec .item, .single .boat-list .owl-item > .item .boat-text .boat-data .spec .item, .page-template-default .boat-list .owl-item > .item .boat-text .boat-data .spec .item {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .boat-list > .item .boat-text .boat-data .spec .item, .boat-list .owl-item > .item .boat-text .boat-data .spec .item {
    padding-right: 10%;
  }
  .single .boat-list > .item .boat-text .boat-data .spec .item, .page-template-default .boat-list > .item .boat-text .boat-data .spec .item, .single .boat-list .owl-item > .item .boat-text .boat-data .spec .item, .page-template-default .boat-list .owl-item > .item .boat-text .boat-data .spec .item {
    padding-right: 5%;
  }
}
.boat-list > .item .boat-text .boat-data .spec .item:last-child, .boat-list .owl-item > .item .boat-text .boat-data .spec .item:last-child {
  padding-right: 10px;
}
.boat-list > .item .boat-text .boat-data .spec .item .label, .boat-list .owl-item > .item .boat-text .boat-data .spec .item .label {
  display: block;
}
.boat-list > .item .boat-text .boat-data .spec .item .value, .boat-list .owl-item > .item .boat-text .boat-data .spec .item .value {
  font-weight: 500;
}
.single .boat-list > .item .boat-text .boat-data .spec .item .value, .page-template-default .boat-list > .item .boat-text .boat-data .spec .item .value, .single .boat-list .owl-item > .item .boat-text .boat-data .spec .item .value, .page-template-default .boat-list .owl-item > .item .boat-text .boat-data .spec .item .value {
  font-size: 13px;
}
.boat-list > .item .boat-text .boat-data .more, .boat-list .owl-item > .item .boat-text .boat-data .more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
}
.boat-list > .item .boat-text .boat-commerce, .boat-list .owl-item > .item .boat-text .boat-commerce {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .boat-list > .item .boat-text .boat-commerce, .boat-list .owl-item > .item .boat-text .boat-commerce {
    width: 40%;
    padding-left: 30px;
  }
  .boat-list > .item .boat-text .boat-commerce:before, .boat-list .owl-item > .item .boat-text .boat-commerce:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ececec;
  }
}
.boat-list > .item .boat-text .boat-commerce .boat-price, .boat-list .owl-item > .item .boat-text .boat-commerce .boat-price {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .boat-list > .item .boat-text .boat-commerce .boat-price, .boat-list .owl-item > .item .boat-text .boat-commerce .boat-price {
    padding-top: 50px;
  }
  .single .boat-list > .item .boat-text .boat-commerce .boat-price, .page-template-default .boat-list > .item .boat-text .boat-commerce .boat-price, .single .boat-list .owl-item > .item .boat-text .boat-commerce .boat-price, .page-template-default .boat-list .owl-item > .item .boat-text .boat-commerce .boat-price {
    padding-top: 10px;
  }
}
.boat-list > .item .boat-text .boat-commerce .amount, .boat-list .owl-item > .item .boat-text .boat-commerce .amount {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.09px;
  line-height: 29px;
}
.boat-list > .item .boat-text .boat-commerce .amount-crossed, .boat-list .owl-item > .item .boat-text .boat-commerce .amount-crossed {
  font-size: 18px;
  text-decoration: line-through;
}
.single .boat-list > .item .boat-text .boat-commerce .amount, .page-template-default .boat-list > .item .boat-text .boat-commerce .amount, .single .boat-list .owl-item > .item .boat-text .boat-commerce .amount, .page-template-default .boat-list .owl-item > .item .boat-text .boat-commerce .amount {
  font-size: inherit;
}
.boat-list > .item .boat-text .boat-commerce .buttonSimple, .boat-list .owl-item > .item .boat-text .boat-commerce .buttonSimple {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  white-space: nowrap;
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .boat-list > .item .boat-text .boat-commerce .buttonSimple, .boat-list .owl-item > .item .boat-text .boat-commerce .buttonSimple {
    transform: translate(-50%, 0) translate(15px, 0);
  }
}

@media (min-width: 551px) {
  .boat-list.offer-slider .owl-item > .item {
    width: 100%;
    max-width: 550px;
  }
}
@media (min-width: 1024px) {
  .boat-list.offer-slider .owl-item > .item {
    max-width: none;
  }
}

.single .boat-list.offer-slider .owl-item > .item .boat-text .boat-commerce .boat-price {
  margin-bottom: 0;
}

.boat-price .label span {
  line-height: 1.4;
  margin: 2px 0 5px;
  font-weight: 400;
}

.discountedPriceInPromo {
  color: #061120;
  text-decoration: line-through;
  opacity: 0.4;
  display: block;
}

.boat-intro {
  min-height: 50vh;
}
.boat-intro .textBlock {
  width: 100%;
  padding: 45px 20px;
}
@media (min-width: 769px) {
  .boat-intro .textBlock {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .boat-intro .textBlock {
    padding: 120px 80px;
  }
}
.boat-intro .intro-image {
  width: 100%;
  height: 40vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center center;
}
.boat-intro .intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 769px) {
  .boat-intro .intro-image {
    width: 50%;
    height: auto;
  }
}

.site-content iframe {
  width: 100%;
  height: 30vh;
}
@media (min-width: 769px) {
  .site-content iframe {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .site-content iframe {
    height: 70vh;
  }
}

.boat-specification-data, .boat-inventory-data {
  border-top: 1px solid #E8E5E5;
  border-bottom: 1px solid #E8E5E5;
}
.boat-specification-data .item, .boat-inventory-data .item {
  width: 50%;
  padding-bottom: 30px;
  padding-right: 5px;
  text-align: center;
}
.boat-specification-data .item:nth-child(1), .boat-specification-data .item:nth-child(2), .boat-inventory-data .item:nth-child(1), .boat-inventory-data .item:nth-child(2) {
  padding-top: 30px;
}
.boat-specification-data .item .label, .boat-inventory-data .item .label {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 18px;
  display: block;
}
.boat-specification-data .item .value, .boat-inventory-data .item .value {
  font-weight: 500;
}

.boat-specification-data.flex {
  justify-content: left;
}
.boat-specification-data .wrapper {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-left: 20%;
}
@media (min-width: 769px) {
  .boat-specification-data .wrapper {
    width: 300px;
    padding-left: 60px;
  }
}
.boat-specification-data .wrapper br {
  line-height: 16px;
}
.boat-specification-data .item:nth-child(odd) .wrapper {
  padding-left: 0;
}
@media (min-width: 551px) {
  .boat-specification-data .item:nth-child(odd) .wrapper {
    padding-left: 20%;
  }
}
@media (min-width: 769px) {
  .boat-specification-data .item:nth-child(odd) .wrapper {
    padding-left: 30px;
  }
}
.boat-specification-data .item:nth-child(even) {
  border-left: 1px solid #E8E5E5;
}

.boat-inventory-data {
  position: relative;
}
.boat-inventory-data .item {
  width: 100%;
  padding: 0;
}
.boat-inventory-data .item:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 551px) {
  .boat-inventory-data .item:nth-child(2) {
    padding: 30px 0;
  }
}
@media (min-width: 551px) {
  .boat-inventory-data .item {
    width: 50%;
    padding: 0;
  }
}
.boat-inventory-data h3 {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 19px;
}
.boat-inventory-data ul {
  padding-left: 20px;
}
.boat-inventory-data ul li {
  line-height: 23px;
}
.boat-inventory-data .wrapper {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 551px) {
  .boat-inventory-data .wrapper {
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .boat-inventory-data .wrapper {
    padding-left: 10%;
  }
}
.boat-inventory-data .item:nth-child(odd) {
  float: none;
}
@media (min-width: 551px) {
  .boat-inventory-data .item:nth-child(odd) {
    float: left;
  }
}
.boat-inventory-data .item:nth-child(odd) .wrapper {
  padding-left: 0;
}
@media (min-width: 551px) {
  .boat-inventory-data .item:nth-child(odd) .wrapper {
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .boat-inventory-data .item:nth-child(odd) .wrapper {
    padding-left: 10%;
  }
}
.boat-inventory-data .item:nth-child(even) {
  float: none;
}
@media (min-width: 551px) {
  .boat-inventory-data .item:nth-child(even) {
    float: right;
  }
}
@media (min-width: 551px) {
  .boat-inventory-data:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #E8E5E5;
  }
}
.boat-inventory-data.single .item {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 auto 30px;
}
.boat-inventory-data.single:after {
  display: none;
}

.boat-price-detail {
  text-align: center;
  padding: 40px 0 0;
}
.boat-price-detail .label {
  color: #6193AC;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1.74px;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.boat-price-detail .amount {
  font-weight: 400;
  letter-spacing: 1.7px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.boat-price-detail .amount.amount-crossed {
  text-decoration: line-through;
  opacity: 0.7;
  font-size: 28px;
}

.availability-info {
  color: #6193AC;
  padding: 20px 0;
}
.availability-info .availability-date {
  color: #9B9B9B;
}

.amount-promotional .availability-info {
  display: block;
  letter-spacing: 1.74px;
}

.boatdetail .boat-price-detail {
  margin-bottom: 30px;
}
.boatdetail .amount-promotional span:not(.availability-info) {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.7px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #32404B;
}

.devider {
  height: 45vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.ipad .devider {
  background-attachment: scroll;
}
.page-template-page-boatdetail .devider {
  margin-top: 20px;
}

.archive .content-area .content {
  padding: 1px 0;
}
.archive article {
  padding-bottom: 0;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px 0 rgba(32, 33, 47, 0.08);
}
.archive .post-thumbnail {
  width: 100%;
  padding-top: 60%;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 551px) {
  .archive .post-thumbnail {
    padding-top: 50%;
  }
}
@media (min-width: 650px) {
  .archive .post-thumbnail {
    width: 360px;
    min-height: 320px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.archive .post-thumbnail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #efefef;
}
@media (min-width: 650px) {
  .archive .post-thumbnail a {
    max-height: 550px;
  }
}
.archive .entry-content {
  /*width: 100%;*/
  padding: 20px 20px 50px;
  position: relative;
}
@media (min-width: 650px) {
  .archive .entry-content {
    padding: 20px 35px 50px;
    -moz-flex: 1;
    flex: 1;
  }
}
.archive .entry-content .date {
  position: absolute;
  bottom: 12px;
  color: #9596a0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid #DADADB;
  width: calc(100% - 35px);
  padding-top: 10px;
}
@media (min-width: 650px) {
  .archive .entry-content .date {
    width: calc(100% - 70px);
  }
}
.archive .entry-content .estimate {
  position: absolute;
  bottom: 12px;
  right: 20px;
  color: #9596a0;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 650px) {
  .archive .entry-content .estimate {
    right: 35px;
  }
}
.archive .entry-title {
  margin-top: 0;
}
.archive .entry-title a {
  color: #32404B;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.category-articles .content-area, .category-news .content-area, .category-novosti .content-area, .category-clanci .content-area {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .category-articles .content-area, .category-news .content-area, .category-novosti .content-area, .category-clanci .content-area {
    flex-direction: row;
  }
}

.brands li {
  text-align: center;
  padding: 10px 50px;
  float: none;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .brands li {
    padding: 20px 50px;
  }
}
footer .brands li {
  padding: 20px 15px;
  text-align: none;
}
footer .brands li a {
  width: 100px;
}
.brands a[href*=yachts] {
  -webkit-mask: url(../img/montecarlo.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=yachts] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=x-yachts] {
  -webkit-mask: url(../img/xyachts.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=x-yachts] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=beneteau] {
  -webkit-mask: url(../img/beneteau.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=beneteau] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=riviera] {
  -webkit-mask: url(../img/riviera.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=riviera] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=searay] {
  -webkit-mask: url(../img/searay.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=searay] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=lagoon] {
  -webkit-mask: url(../img/lagoon-logo.png) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=lagoon] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=boston] {
  -webkit-mask: url(../img/bostonwhaler.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=boston] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=volvo] {
  -webkit-mask: url(../img/volvopenta.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=volvo] {
  background-color: #6193AC;
  height: 70px;
}
.brands a[href*=saxdor] {
  -webkit-mask: url(../img/saxdor.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: #000;
  background-size: 100%;
  height: 100px;
}
.brands a[href*=tiwal] {
  -webkit-mask: url(../img/tiwal.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: #000;
  background-size: 100%;
  height: 100px;
}
.brands a[href*=monte_carlo] {
  -webkit-mask: url(../img/monte_carlo_logo.svg) center bottom no-repeat;
  -webkit-mask-size: 100%;
  background-color: black;
  background-size: 100%;
  height: 100px;
}
footer .brands a[href*=monte_carlo] {
  background-color: #6193AC;
  height: 85px;
}
.brands li {
  list-style: none;
  float: left;
}
.brands li a {
  width: 170px;
  text-indent: -9999px;
  display: inline-block;
}

footer .brands a[href*=saxdor] {
  background-color: #cbbcaa;
  height: 70px;
}

footer .brands a[href*=tiwal] {
  background-color: #cbbcaa;
  height: 70px;
}

/*
Način korištenja:
@if $site == themedefault {}
@if $site == themedefault_childThemeSpecificName {}
*/

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