@charset "UTF-8";
/*!
Theme Name: aubo
Theme URI: http://underscores.me/
Author: WeMarket
Author URI: https://wemarket.dk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aubo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

aubo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* $font__main: 'Barlow';
$font__header: 'Merriweather';
*/
@font-face {
  font-family: 'Garamond';
  src: url(assets/fonts/CormorantGaramond-Light.ttf); }
@font-face {
  font-family: 'Raleway Outline';
  src: url("assets/fonts/raleway-black-webfont.woff2") format("woff2"), url("assets/fonts/raleway-black-webfont.woff") format("woff"); }
@font-face {
  font-family: 'Raleway Outline Bold';
  src: url("assets/fonts/raleway-bold-webfont.woff2") format("woff2"), url("assets/fonts/raleway-bold-webfont.woff") format("woff"); }
/** MARGIN PPADDING BORDER/SEPE **/
/** BASIC A HREF **/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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.15;
  /* 1 */
  -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: 2.5em;
  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 */
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }

p {
  opacity: .7; }
  p:last-child {
    margin-bottom: 0; }
  p:first-child {
    margin-top: 0; }

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-content-center {
  align-items: center; }

.text-center {
  text-align: center; }

.text-white {
  color: #fff; }

.text-highlight {
  font-size: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro";
  opacity: .7; }
  @media (max-width: 500px) {
    .text-highlight {
      font-size: 20px; } }

.cursivehead {
  font-family: "Source Sans Pro";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.4;
  padding-bottom: 20px;
  display: block; }
  @media (max-width: 500px) {
    .cursivehead {
      padding-bottom: 5px;
      font-size: 12px; } }

.hero-heading {
  font-family: "Raleway Outline";
  font-size: 72px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  display: block;
  padding-bottom: 100px;
  opacity: 1; }
  @media (max-width: 1024px) {
    .hero-heading {
      font-size: 56px;
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    .hero-heading {
      font-size: 42px;
      -webkit-text-stroke: 1px #fff; } }
  @media (max-width: 400px) {
    .hero-heading {
      font-size: 32px; } }
  .hero-heading.black {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3); }

.seo-content h1, .seo-content h2, .seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Source Sans Pro";
  font-weight: 300;
  text-transform: none; }
.seo-content h1,
.page-content h1 {
  font-size: 36px; }
.seo-content h2,
.page-content h2 {
  font-size: 28px; }

.page-content p,
.article-content p {
  opacity: 1;
  color: rgba(0, 0, 0, 0.7); }

@media (max-width: 768px) {
  .article-content .table-wrap {
    overflow-x: auto;
    margin-right: -15px; } }
@media (max-width: 768px) {
  .article-content .table-wrap td {
    white-space: nowrap;
    padding-right: 10px; } }

h1, h2 {
  font-family: "Garamond";
  text-transform: uppercase;
  clear: both;
  line-height: 1.1;
  font-weight: 300; }

h3, h4, h5, h6 {
  font-family: "Source Sans Pro";
  clear: both;
  line-height: 1.1;
  font-weight: 400; }

h1 {
  font-size: 44px; }
  @media (max-width: 500px) {
    h1 {
      font-size: 32px;
      word-wrap: break-word; } }

h2, .h2 {
  font-size: 44px;
  margin-top: 0; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 34px;
      padding-bottom: 25px;
      margin-bottom: 0;
      word-wrap: break-word; } }

h3, .h3 {
  font-size: 20px; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

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; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#instafeed .insta_outer .instaimg {
  padding-top: 100%;
  background-size: cover !important; }
  #instafeed .insta_outer .instaimg:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    background-image: url(/wp-content/uploads/2019/02/soeg-icon-white.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: ease all .4s; }
  #instafeed .insta_outer .instaimg:hover:after {
    opacity: 1; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

#form-add-attachments {
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: block;
  text-align: center;
  border: none;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ei-add%3C/title%3E%3Cg stroke-width='1' fill='%23ffffff' stroke='%23ffffff'%3E%3Cline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='8.5' y1='4.5' x2='8.5' y2='12.5'%3E%3C/line%3E%3Cline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='4.5' y1='8.5' x2='12.5' y2='8.5'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  padding-left: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px 10px 30px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
  user-select: none; }
  #form-add-attachments.expanded {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ei-delete%3C/title%3E%3Cg stroke-width='1' fill='%23ffffff' stroke='%23ffffff'%3E%3Cline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='4.5' y1='8.5' x2='12.5' y2='8.5'%3E%3C/line%3E%3C/g%3E%3C/svg%3E"); }

.upload-fields {
  display: none;
  position: absolute;
  z-index: 1;
  background: #f9f9f9;
  box-shadow: 0 10 20px rgba(0, 0, 0, 0.1);
  padding: 25px; }
  .upload-fields.show {
    display: block; }

input[type="text"],
input[type="email"],
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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]: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 {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.newsletter-terms {
  display: flex;
  margin-top: 20px; }
  .newsletter-terms input {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important; }

.page-id-708 .trustbox,
.page-id-708 .site-footer,
.page-id-708 .main-header .left-menu-holder,
.page-id-708 .mobile-nav-links,
.page-id-708 .chat-now {
  display: none; }

.bookingflow {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #fff; }
  .bookingflow .no-results {
    display: none;
    padding: 30px 0;
    opacity: .7; }
  .bookingflow button {
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: #000; }
    .bookingflow button.back {
      border: none;
      padding: 0;
      line-height: 1;
      height: auto;
      margin-right: 25px; }
  .bookingflow .wpcf7-form-control-wrap {
    position: unset; }
  .bookingflow__nav {
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
    display: flex; }
    .bookingflow__nav li {
      font-size: 14px;
      text-transform: uppercase;
      opacity: 1;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      width: 100%;
      text-align: center;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-bottom: 20px;
      border-bottom: 1px solid #D9D9D9;
      position: relative; }
      @media (max-width: 500px) {
        .bookingflow__nav li {
          font-size: 12px; } }
      .bookingflow__nav li span {
        margin-right: 3px; }
      .bookingflow__nav li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #D9D9D9;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 1; }
      .bookingflow__nav li.done {
        color: black;
        border-color: #000; }
        .bookingflow__nav li.done::before {
          background-color: #000; }
      .bookingflow__nav li.current {
        color: black;
        border-color: #000; }
        .bookingflow__nav li.current::before {
          background-color: #000;
          border: 2px solid #D9D9D9;
          width: 16px;
          height: 16px; }
        .bookingflow__nav li.current::after {
          content: "";
          background-color: #D9D9D9;
          height: 1px;
          position: absolute;
          width: 50%;
          right: 0;
          bottom: -1px; }
      .bookingflow__nav li .bookingflow__nav__text {
        white-space: nowrap; }
      @media (max-width: 500px) {
        .bookingflow__nav li:not(.current) .bookingflow__nav__text {
          display: none; } }
  .bookingflow__step:not([data-step="1"]) {
    display: none; }
  .bookingflow__step .step-intro {
    margin-bottom: 40px; }
  .bookingflow__step .step-inputs > label,
  .bookingflow__step .step-group > label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    display: block;
    position: relative; }
    .bookingflow__step .step-inputs > label span,
    .bookingflow__step .step-group > label span {
      font-size: 18px;
      font-weight: 700;
      margin-right: 10px; }
    .bookingflow__step .step-inputs > label .req-tip,
    .bookingflow__step .step-group > label .req-tip {
      font-size: 12px !important;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #dc3232;
      font-weight: 600; }
  .bookingflow__step .step-inputs .wpcf7-not-valid-tip,
  .bookingflow__step .step-group .wpcf7-not-valid-tip {
    top: 20px;
    right: 30px;
    font-style: normal; }
  .bookingflow__step .step-group {
    margin-top: 30px; }
    .bookingflow__step .step-group--hours {
      margin-top: 0;
      display: none; }
  .bookingflow__step .step-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding-top: 30px; }
    .bookingflow__step .step-footer__left {
      flex: 0 0 50%; }
    .bookingflow__step .step-footer .btn.regular {
      background: #000;
      color: #fff; }
    @media (max-width: 768px) {
      .bookingflow__step .step-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        padding: 15px; } }
  .bookingflow h2 {
    font-family: "Source Sans Pro";
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    max-width: 520px;
    padding-bottom: 0 !important; }
    @media (max-width: 500px) {
      .bookingflow h2 {
        font-size: 20px; } }
  .bookingflow .step-input-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .bookingflow .retailers-wrap {
    max-height: 410px;
    overflow-y: scroll;
    padding-right: 15px; }
    @media (max-width: 500px) {
      .bookingflow .retailers-wrap {
        max-height: 280px; } }
    .bookingflow .retailers-wrap::-webkit-scrollbar {
      width: 3px; }
    .bookingflow .retailers-wrap::-webkit-scrollbar-track {
      background-color: #D9D9D9;
      border-radius: 2px; }
    .bookingflow .retailers-wrap::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 2px; }
  .bookingflow .step-input {
    flex: 0 0 50%; }
    @media (max-width: 500px) {
      .bookingflow .step-input {
        flex: 0 0 100%; } }
    .bookingflow .step-input p {
      margin: 0; }
      .bookingflow .step-input p.title {
        font-size: 18px;
        opacity: 1; }
        @media (max-width: 500px) {
          .bookingflow .step-input p.title {
            font-size: 16px; } }
      .bookingflow .step-input p.subheader {
        font-size: 14px;
        opacity: .5; }
        @media (max-width: 500px) {
          .bookingflow .step-input p.subheader {
            font-size: 12px; } }
    .bookingflow .step-input--full {
      flex: 0 0 100%; }
    .bookingflow .step-input--text, .bookingflow .step-input--textarea {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 500px) {
        .bookingflow .step-input--text, .bookingflow .step-input--textarea {
          margin-bottom: 15px; } }
      .bookingflow .step-input--text input, .bookingflow .step-input--text textarea, .bookingflow .step-input--textarea input, .bookingflow .step-input--textarea textarea {
        border: 1px solid #D8D8D8;
        border-radius: 8px;
        padding: 16px 26px;
        display: block;
        width: 100%;
        outline: none;
        color: #000; }
        @media (max-width: 500px) {
          .bookingflow .step-input--text input, .bookingflow .step-input--text textarea, .bookingflow .step-input--textarea input, .bookingflow .step-input--textarea textarea {
            padding: 16px 22px; } }
        .bookingflow .step-input--text input.req, .bookingflow .step-input--text textarea.req, .bookingflow .step-input--textarea input.req, .bookingflow .step-input--textarea textarea.req {
          border-color: #dc3232; }
      .bookingflow .step-input--text textarea, .bookingflow .step-input--textarea textarea {
        resize: none;
        max-height: 100px; }
      .bookingflow .step-input--text label, .bookingflow .step-input--textarea label {
        position: absolute;
        top: 16px;
        left: 36px;
        color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        outline: none;
        transition: .1s linear;
        pointer-events: none; }
        .bookingflow .step-input--text label.get-up, .bookingflow .step-input--textarea label.get-up {
          top: 5px;
          font-size: 10px; }
    .bookingflow .step-input--file {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
      .bookingflow .step-input--file input[type="file"] {
        height: 58px;
        display: block;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 8px; }
      .bookingflow .step-input--file .wrap-file-input {
        position: relative; }
        .bookingflow .step-input--file .wrap-file-input .wrap-inner-file {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: white;
          border: 1px solid #D8D8D8;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 16px 26px;
          pointer-events: none; }
          @media (max-width: 500px) {
            .bookingflow .step-input--file .wrap-file-input .wrap-inner-file {
              padding: 16px 22px; } }
          .bookingflow .step-input--file .wrap-file-input .wrap-inner-file label {
            color: rgba(0, 0, 0, 0.5); }
            @media (max-width: 500px) {
              .bookingflow .step-input--file .wrap-file-input .wrap-inner-file label {
                line-height: 1.2;
                padding-right: 25px; } }
          .bookingflow .step-input--file .wrap-file-input .wrap-inner-file .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
            color: #000; }
    .bookingflow .step-input--accept {
      margin-top: 10px; }
      .bookingflow .step-input--accept .wpcf7-list-item label {
        cursor: pointer; }
        .bookingflow .step-input--accept .wpcf7-list-item label a {
          margin-left: 4px;
          color: rgba(0, 0, 0, 0.6); }
        .bookingflow .step-input--accept .wpcf7-list-item label .wpcf7-list-item-label {
          display: flex;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.5);
          user-select: none; }
          @media (max-width: 500px) {
            .bookingflow .step-input--accept .wpcf7-list-item label .wpcf7-list-item-label {
              font-size: 12px; } }
          .bookingflow .step-input--accept .wpcf7-list-item label .wpcf7-list-item-label::before {
            flex-shrink: 0;
            flex-grow: 0;
            display: block;
            content: "";
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #d8d8d8;
            margin-right: 15px; }
            @media (max-width: 500px) {
              .bookingflow .step-input--accept .wpcf7-list-item label .wpcf7-list-item-label::before {
                width: 24px;
                height: 24px; } }
        .bookingflow .step-input--accept .wpcf7-list-item label input {
          display: none; }
        .bookingflow .step-input--accept .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_182_246)'%3E%3Cpath d='M10.725 1.725L3.75 8.7L1.275 6.225C0.975 5.925 0.525 5.925 0.225 6.225C-0.075 6.525 -0.075 6.975 0.225 7.275L3.225 10.275C3.375 10.425 3.525 10.5 3.75 10.5C3.975 10.5 4.125 10.425 4.275 10.275L11.775 2.775C12.075 2.475 12.075 2.025 11.775 1.725C11.475 1.425 11.025 1.425 10.725 1.725Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_246'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          background-color: #000;
          border-color: #000;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 12px; }
        .bookingflow .step-input--accept .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label {
          color: #000;
          opacity: 1; }
        .bookingflow .step-input--accept .wpcf7-list-item label input.req ~ .wpcf7-list-item-label::before {
          border-color: #dc3232; }
    .bookingflow .step-input--radio {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; }
      @media (max-width: 500px) {
        .bookingflow .step-input--radio {
          margin-bottom: 15px; } }
      .bookingflow .step-input--radio label {
        display: block;
        cursor: pointer;
        border: 1px solid #D8D8D8;
        border-radius: 8px;
        padding: 22px 26px;
        transition: .1s linear;
        height: 100%;
        user-select: none; }
        @media (max-width: 500px) {
          .bookingflow .step-input--radio label {
            padding: 18px 22px; } }
        .bookingflow .step-input--radio label:hover {
          background-color: #D8D8D8; }
        .bookingflow .step-input--radio label span {
          font-size: 14px;
          color: rgba(0, 0, 0, 0.5); }
          @media (max-width: 500px) {
            .bookingflow .step-input--radio label span {
              font-size: 14px; } }
        .bookingflow .step-input--radio label p {
          font-size: 14px; }
          @media (max-width: 500px) {
            .bookingflow .step-input--radio label p {
              font-size: 12px; } }
          .bookingflow .step-input--radio label p:not(.title) {
            margin-top: 6px; }
      .bookingflow .step-input--radio input {
        display: none; }
        .bookingflow .step-input--radio input:checked ~ label {
          background-color: #000;
          color: #fff; }
          .bookingflow .step-input--radio input:checked ~ label span {
            color: rgba(255, 255, 255, 0.8); }
        .bookingflow .step-input--radio input.req ~ label {
          border-color: #dc3232; }
    .bookingflow .step-input--retailer {
      margin-bottom: 10px; }
      .bookingflow .step-input--retailer label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        border: 1px solid #D8D8D8;
        border-radius: 8px;
        padding: 22px 26px;
        transition: .1s linear;
        user-select: none; }
        @media (max-width: 500px) {
          .bookingflow .step-input--retailer label {
            padding: 18px 22px; } }
        .bookingflow .step-input--retailer label:hover {
          background-color: #D8D8D8; }
      .bookingflow .step-input--retailer input {
        display: none; }
        .bookingflow .step-input--retailer input:checked ~ label {
          background-color: #000;
          color: #fff; }
        .bookingflow .step-input--retailer input.req ~ label {
          border-color: #dc3232; }
    .bookingflow .step-input--date {
      border-top: 1px solid #D8D8D8; }
      .bookingflow .step-input--date input {
        display: none; }
        .bookingflow .step-input--date input.req ~ .datepicker-inline .datepicker--cell-day:not(.-disabled-) {
          border-color: #dc3232; }
      .bookingflow .step-input--date .datepicker-inline .datepicker {
        width: 100%;
        border: none;
        padding: 30px 0;
        font-family: "Source Sans Pro";
        color: #000; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--nav {
          border-bottom: none;
          padding-bottom: 20px; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--nav-title {
          border-radius: 0;
          padding: 0;
          font-size: 18px; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--nav-action path {
          stroke: #000; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--content {
          padding: 0; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--day-name {
          text-transform: none;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.3);
          padding-bottom: 10px; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--cells {
          margin-left: -.5%;
          margin-right: -.5%; }
        .bookingflow .step-input--date .datepicker-inline .datepicker--cell {
          border: 1px solid #D8D8D8;
          border-radius: 8px;
          font-size: 18px;
          height: 54px;
          cursor: pointer;
          width: 13.28%;
          margin: .5%; }
          @media (max-width: 500px) {
            .bookingflow .step-input--date .datepicker-inline .datepicker--cell {
              font-size: 16px; } }
          .bookingflow .step-input--date .datepicker-inline .datepicker--cell.-selected- {
            background: #000; }
          .bookingflow .step-input--date .datepicker-inline .datepicker--cell.-other-month-, .bookingflow .step-input--date .datepicker-inline .datepicker--cell.datepicker--cell-year.-other-decade- {
            color: rgba(0, 0, 0, 0.5); }
          .bookingflow .step-input--date .datepicker-inline .datepicker--cell.-disabled- {
            color: rgba(0, 0, 0, 0.1); }
            .bookingflow .step-input--date .datepicker-inline .datepicker--cell.-disabled-:hover {
              background: none;
              cursor: default; }
      .bookingflow .step-input--date input {
        display: none; }
        .bookingflow .step-input--date input.req ~ .air-datepicker .air-datepicker-cell.-day-:not(.-disabled-) {
          border-color: #dc3232; }
      .bookingflow .step-input--date .air-datepicker {
        width: 100%;
        border: none;
        padding: 30px 0;
        font-family: "Source Sans Pro";
        color: #000; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker-nav {
          border-bottom: none;
          padding-bottom: 20px; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker-nav--title {
          border-radius: 0;
          padding: 0;
          font-size: 18px; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker-nav--action path {
          stroke: #000; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker--content {
          padding: 0; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker-body--day-name {
          text-transform: none;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.3);
          padding-bottom: 10px; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker-body--cells {
          margin-left: -.5%;
          margin-right: -.5%;
          display: flex;
          flex-wrap: wrap; }
        .bookingflow .step-input--date .air-datepicker .air-datepicker-cell {
          border: 1px solid #D8D8D8;
          border-radius: 8px;
          font-size: 18px;
          height: 54px;
          cursor: pointer;
          width: 13.28%;
          margin: .5%; }
          @media (max-width: 500px) {
            .bookingflow .step-input--date .air-datepicker .air-datepicker-cell {
              font-size: 16px; } }
          .bookingflow .step-input--date .air-datepicker .air-datepicker-cell.-selected- {
            background: #000; }
          .bookingflow .step-input--date .air-datepicker .air-datepicker-cell.-other-month-, .bookingflow .step-input--date .air-datepicker .air-datepicker-cell.air-datepicker--cell-year.-other-decade- {
            color: rgba(0, 0, 0, 0.5); }
          .bookingflow .step-input--date .air-datepicker .air-datepicker-cell.-disabled- {
            color: rgba(0, 0, 0, 0.1); }
            .bookingflow .step-input--date .air-datepicker .air-datepicker-cell.-disabled-:hover {
              background: none;
              cursor: default; }
    .bookingflow .step-input--hour .wpcf7-list-item {
      margin: 0; }
    .bookingflow .step-input--hour label {
      display: block; }
    .bookingflow .step-input--hour .wpcf7-list-item-label {
      display: block;
      cursor: pointer;
      border: 1px solid #D8D8D8;
      border-radius: 8px;
      padding: 0 26px;
      transition: .1s linear;
      height: 54px;
      line-height: 54px;
      margin-right: 10px;
      font-size: 18px;
      margin-bottom: 10px; }
      @media (max-width: 500px) {
        .bookingflow .step-input--hour .wpcf7-list-item-label {
          font-size: 16px;
          padding: 0 20px; } }
      .bookingflow .step-input--hour .wpcf7-list-item-label:hover {
        background-color: #D8D8D8; }
    .bookingflow .step-input--hour input {
      display: none; }
      .bookingflow .step-input--hour input:checked ~ .wpcf7-list-item-label {
        background-color: #000;
        color: #fff; }
      .bookingflow .step-input--hour input.req ~ .wpcf7-list-item-label {
        border-color: #dc3232; }
  .bookingflow .retailer-nodate p {
    margin-bottom: 0; }
  .bookingflow .retailer-nodate .step-input--textarea {
    display: none;
    margin-top: 20px;
    margin-bottom: 0; }
  .bookingflow .retailer-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    @media (max-width: 500px) {
      .bookingflow .retailer-contact {
        display: block; } }
    .bookingflow .retailer-contact__left {
      max-width: 500px; }
      @media (max-width: 500px) {
        .bookingflow .retailer-contact__left {
          margin-bottom: 15px; } }
      .bookingflow .retailer-contact__left p {
        margin: 0; }
        .bookingflow .retailer-contact__left p span {
          font-weight: 600;
          color: #000;
          opacity: 1; }
    .bookingflow .retailer-contact a {
      flex-shrink: 0;
      flex-grow: 0; }
  .bookingflow .retailers-search {
    position: relative;
    margin-bottom: 15px; }
    .bookingflow .retailers-search input {
      border: 1px solid #D8D8D8;
      border-radius: 8px;
      padding: 16px 26px;
      display: block;
      width: 100%;
      outline: none; }
    .bookingflow .retailers-search svg {
      position: absolute;
      top: 50%;
      right: 26px;
      transform: translateY(-50%); }

.booking-done {
  padding-bottom: 80px; }
  .booking-done__text {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 30px; }
  .booking-done .strong {
    font-weight: 600;
    color: #000;
    opacity: 1; }
  .booking-done .kitchen-guide {
    display: flex;
    background-color: #F8ED9A;
    margin-left: 100px; }
    @media (max-width: 1180px) {
      .booking-done .kitchen-guide {
        margin-left: 0;
        text-align: center; } }
    .booking-done .kitchen-guide__content {
      padding: 75px; }
      @media (max-width: 1180px) {
        .booking-done .kitchen-guide__content {
          margin: 0 auto; } }
      @media (max-width: 600px) {
        .booking-done .kitchen-guide__content {
          padding: 40px; } }
      .booking-done .kitchen-guide__content img {
        max-width: 420px; }
    .booking-done .kitchen-guide > img {
      display: block;
      flex-shrink: 0;
      flex-grow: 0;
      margin-left: -100px;
      margin-bottom: -100px;
      margin-top: 75px; }
      @media (max-width: 1180px) {
        .booking-done .kitchen-guide > img {
          display: none; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@keyframes slide-in-reveal {
  0% {
    transform: translateX(-25px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-reveal-2 {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
body {
  padding-top: 80px;
  position: relative; }
  @media (max-width: 1280px) {
    body {
      overflow-x: hidden;
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    body {
      padding-top: 75px !important; } }

.logged-in .main-header {
  top: 32px !important; }

.main-header {
  height: 80px;
  position: fixed;
  width: 100%;
  background: white;
  top: 0px;
  z-index: 999; }
  .main-header .container {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 1024px) {
      .main-header .container {
        width: calc(100% - 30px); } }
    @media (max-width: 1024px) {
      .main-header .container {
        width: 100% !important; } }
  @media screen and (max-width: 600px) {
    .main-header {
      height: 75px !important; } }
  .main-header .logo-holder {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .main-header .logo-holder {
        height: 75px !important;
        width: auto; } }
    .main-header .logo-holder img {
      max-height: 100%;
      width: auto;
      height: 26px;
      display: block; }
      @media screen and (max-width: 600px) {
        .main-header .logo-holder img {
          height: 22px; } }
  .main-header .left-menu-holder {
    height: 80px;
    text-align: center;
    display: block; }
    @media screen and (max-width: 600px) {
      .main-header .left-menu-holder {
        height: 75px !important; } }
    @media (max-width: 1060px) {
      .main-header .left-menu-holder {
        display: none; } }
    .main-header .left-menu-holder .menu li {
      display: inline-block;
      list-style: none;
      padding: 0; }
      .main-header .left-menu-holder .menu li a {
        padding: 0px 20px;
        margin: 0px;
        color: #000000;
        height: 80px;
        text-decoration: none;
        display: inline-flex !important;
        align-items: center;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .9px;
        font-weight: 600;
        opacity: .8;
        transition: ease all .2s; }
        @media (max-width: 600px) {
          .main-header .left-menu-holder .menu li a {
            height: 75px !important;
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 1160px) {
          .main-header .left-menu-holder .menu li a {
            font-size: 11px; } }
  .main-header .right-menu-holder {
    height: 80px;
    display: inline-flex; }
    @media screen and (max-width: 600px) {
      .main-header .right-menu-holder {
        height: 75px !important; } }
    .main-header .right-menu-holder #menu-desktop-menu-right {
      height: 80px; }
      @media screen and (max-width: 600px) {
        .main-header .right-menu-holder #menu-desktop-menu-right {
          height: 75px !important; } }
    .main-header .right-menu-holder .icon-soeg {
      cursor: pointer;
      width: 20px;
      display: block; }
      .main-header .right-menu-holder .icon-soeg a {
        font-size: 0px;
        pointer-events: none; }
        .main-header .right-menu-holder .icon-soeg a:before {
          content: " ";
          width: 16px;
          height: 100%;
          background-image: url(/wp-content/uploads/2019/02/soeg-icon.svg);
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
    .main-header .right-menu-holder li {
      display: inline-block;
      float: left;
      position: relative; }
      .main-header .right-menu-holder li a {
        padding: 0px 20px;
        margin: 0px;
        color: #000000;
        height: 80px;
        text-decoration: none;
        display: inline-flex !important;
        align-items: center;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .9px;
        font-weight: 600;
        opacity: .8; }
        @media (max-width: 600px) {
          .main-header .right-menu-holder li a {
            height: 75px !important;
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 1160px) {
          .main-header .right-menu-holder li a {
            font-size: 11px; } }
  .main-header .mobil-menu-holder {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    position: relative; }
    .main-header .mobil-menu-holder::before {
      content: "";
      height: 26px;
      width: 1px;
      position: absolute;
      left: -21px;
      background: #000;
      opacity: .2; }
    @media screen and (max-width: 600px) {
      .main-header .mobil-menu-holder {
        height: 75px !important;
        width: 35px !important;
        align-items: flex-end; } }

.soeg-holder {
  display: none; }
  .soeg-holder .soeg-exit {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
    cursor: pointer; }
  .soeg-holder .search-wrap {
    background: transparent;
    display: flex;
    padding: 0;
    align-items: center; }
    @media screen and (max-width: 450px) {
      .soeg-holder .search-wrap {
        padding: 5px 10px; } }
    .soeg-holder .search-wrap input[type=text] {
      background: none;
      border: 0px;
      outline: 0;
      opacity: 1;
      font-size: 56px;
      font-family: "Garamond";
      color: #fff; }
      @media screen and (max-width: 768px) {
        .soeg-holder .search-wrap input[type=text] {
          font-size: 28px; } }
      .soeg-holder .search-wrap input[type=text]::-webkit-input-placeholder, .soeg-holder .search-wrap input[type=text]::placeholder {
        color: #fff;
        opacity: 0.3; }
      .soeg-holder .search-wrap input[type=text]:active {
        outline: 0; }
    .soeg-holder .search-wrap button {
      background: none;
      border: 0px;
      border-radius: 0px;
      padding: 5px 0; }
      .soeg-holder .search-wrap button img {
        display: block;
        width: 25px;
        height: 25px;
        margin-left: 10px;
        opacity: 0.5; }

.soeg-shine {
  width: 100%;
  background: rgba(0, 0, 0, 0.98);
  position: fixed;
  height: 100%;
  z-index: 99999;
  top: 0px;
  left: 0px;
  animation: rollDown .4s 1;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 100px; }
@keyframes rollDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media (max-width: 768px) {
    .soeg-shine {
      padding-left: 20px; } }

.drop-in-menu {
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 600px;
  background: #000;
  z-index: 99;
  display: none;
  overflow-y: auto; }
  @media screen and (max-width: 650px) {
    .drop-in-menu {
      width: 100%; } }
  .drop-in-menu .mobil-menu-holder {
    height: 80px;
    float: right;
    width: 80px;
    background: #000;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 600px) {
      .drop-in-menu .mobil-menu-holder {
        height: 75px !important;
        width: 75px !important; } }
    .drop-in-menu .mobil-menu-holder label {
      display: block;
      text-align: center;
      color: white;
      font-size: 12px;
      pointer-events: none; }

.logged-in .shine {
  top: 32px !important; }

.shine {
  right: 0px;
  animation: fadeInMenu .2s 1;
  opacity: 1;
  display: block;
  top: 0px;
  z-index: 9999; }
  .shine:before {
    content: " ";
    height: 100%;
    left: 0;
    right: 600px;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1; }
@keyframes fadeInMenu {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
.mega-menu {
  display: none;
  background-color: #fff;
  max-width: 1920px;
  width: calc(100% - 100px);
  margin: 0 auto;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .mega-menu {
      width: calc(100% - 30px); } }
  @media (max-width: 1024px) {
    .mega-menu {
      position: fixed;
      width: 100%;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .mega-menu .mega-menu-header-mobile {
    display: none; }
    @media (max-width: 1024px) {
      .mega-menu .mega-menu-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        height: 75px; } }
    .mega-menu .mega-menu-header-mobile .menu-close svg, .mega-menu .mega-menu-header-mobile .menu-back svg {
      height: 30px;
      width: 30px;
      vertical-align: middle;
      opacity: .7;
      cursor: pointer;
      outline: none; }
    .mega-menu .mega-menu-header-mobile .menu-back svg {
      height: 26px; }
    .mega-menu .mega-menu-header-mobile .menu-header {
      font-family: "Garamond";
      text-transform: uppercase;
      font-size: 22px;
      transition: .3s ease-in-out; }
  .mega-menu .mega-menu-inner {
    width: 100%;
    display: flex; }
    @media (max-width: 1024px) {
      .mega-menu .mega-menu-inner {
        display: block;
        height: 100%;
        overflow-y: hidden; } }
    .mega-menu .mega-menu-inner .mega-parents {
      flex: 0 0 25%;
      background-color: #000;
      color: #fff;
      padding: 50px 20px 50px 50px; }
      @media (max-width: 1024px) {
        .mega-menu .mega-menu-inner .mega-parents {
          flex: 0 0 100%;
          position: absolute;
          top: 75px;
          left: 0;
          right: 0;
          bottom: 0;
          overflow-y: auto;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 40px; } }
      .mega-menu .mega-menu-inner .mega-parents .mega-categories {
        margin-bottom: 100px; }
        @media (max-width: 1024px) {
          .mega-menu .mega-menu-inner .mega-parents .mega-categories {
            margin-bottom: 50px; } }
        .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single {
          font-family: "Garamond";
          text-transform: uppercase;
          font-size: 32px;
          padding: 10px 0;
          display: block;
          line-height: 1;
          cursor: pointer;
          opacity: .3;
          transition: .1s ease-in-out;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media (max-width: 1024px) {
            .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single {
              opacity: 1; } }
          .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single svg {
            opacity: 0;
            transition: .1s ease-in-out; }
          .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single.is-clicked {
            opacity: 1; }
            .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single.is-clicked svg {
              opacity: 1; }
          .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single:hover {
            opacity: 1; }
            .mega-menu .mega-menu-inner .mega-parents .mega-categories .mega-cat-single:hover svg {
              opacity: 1; }
      .mega-menu .mega-menu-inner .mega-parents .mega-extralinks ul {
        padding: 0;
        margin: 0; }
        .mega-menu .mega-menu-inner .mega-parents .mega-extralinks ul li {
          list-style: none; }
          .mega-menu .mega-menu-inner .mega-parents .mega-extralinks ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            opacity: .8;
            letter-spacing: .9px;
            position: relative;
            padding: 10px 0;
            display: block;
            outline: none; }
            .mega-menu .mega-menu-inner .mega-parents .mega-extralinks ul li a::before {
              content: "";
              display: inline-block;
              width: 5px;
              height: 5px;
              border: 1px solid rgba(255, 255, 255, 0.2);
              vertical-align: middle;
              margin-right: 10px;
              transform: translateY(-2px); }
    .mega-menu .mega-menu-inner .mega-children {
      flex: 0 0 50%;
      padding: 50px; }
      @media (max-width: 1024px) {
        .mega-menu .mega-menu-inner .mega-children {
          flex: 0 0 100%;
          padding: 50px;
          position: absolute;
          top: 75px;
          left: 0;
          right: 0;
          bottom: 0;
          background: #fff;
          padding: 40px;
          transform: translateX(100%);
          transition: .3s ease-in-out;
          overflow-y: auto; } }
      .mega-menu .mega-menu-inner .mega-children.slide-in {
        transform: translateX(0); }
      .mega-menu .mega-menu-inner .mega-children label {
        font-size: 12px;
        opacity: .5;
        font-weight: 600;
        letter-spacing: .5px;
        padding-bottom: 12px;
        display: block;
        text-transform: uppercase; }
      .mega-menu .mega-menu-inner .mega-children ul {
        padding: 0;
        margin: 0; }
        @media (max-width: 768px) {
          .mega-menu .mega-menu-inner .mega-children ul {
            margin-bottom: 25px; } }
        .mega-menu .mega-menu-inner .mega-children ul li {
          list-style: none; }
      .mega-menu .mega-menu-inner .mega-children a {
        display: block;
        text-decoration: none;
        color: #000;
        opacity: .8;
        font-size: 16px;
        line-height: 1;
        padding: 12px 0;
        transition: .1s ease-in-out; }
        .mega-menu .mega-menu-inner .mega-children a:hover {
          opacity: 1; }
      .mega-menu .mega-menu-inner .mega-children .sub-menu {
        display: none;
        animation: slide-in-reveal;
        animation-duration: .5s; }
    .mega-menu .mega-menu-inner .mega-image {
      flex: 0 0 25%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 30px;
      color: #fff;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .mega-menu .mega-menu-inner .mega-image {
          display: none; } }
      .mega-menu .mega-menu-inner .mega-image::before {
        content: "";
        left: 0;
        bottom: 0;
        height: 150px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, black 130%);
        position: absolute;
        width: 100%;
        z-index: 1; }
      .mega-menu .mega-menu-inner .mega-image img {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 108%;
        width: auto;
        max-width: unset;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0s;
        transition: .5s ease-in-out;
        object-fit: cover;
        width: 100%; }
        .mega-menu .mega-menu-inner .mega-image img.is-changed {
          height: 105%; }
      .mega-menu .mega-menu-inner .mega-image > div {
        z-index: 2; }
      .mega-menu .mega-menu-inner .mega-image p {
        margin: 0;
        font-size: 11px; }

.theme-light a .campaign-text {
  color: white; }
  .theme-light a .campaign-text:after {
    background-image: url(/wp-content/uploads/2019/02/arrow-right-white.svg) !important; }

.campaign-wrap {
  max-width: 1920px;
  width: calc(100% - 100px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9; }
  @media (max-width: 1024px) {
    .campaign-wrap {
      width: 100%; } }

.campaign {
  position: relative;
  opacity: 0;
  transform: translateY(-50px);
  animation: slide-down-reveal;
  animation-delay: 1.5s;
  animation-duration: .75s;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0.31, 1);
  animation-fill-mode: forwards; }
  @media (max-width: 1024px) {
    .campaign {
      width: calc(100% - 30px);
      position: absolute;
      left: 15px;
      right: 15px;
      padding-right: 55px; } }
  .campaign a {
    padding: 20px 35px 20px 35px;
    display: block;
    text-decoration: none;
    text-align: left; }
    @media (max-width: 1024px) {
      .campaign a {
        padding: 10px 10px 15px 10px;
        line-height: 1.2; } }
    .campaign a .read-more {
      opacity: 1;
      text-decoration: underline;
      color: #fff; }
      @media screen and (max-width: 500px) {
        .campaign a .read-more {
          font-size: 12px; } }
  .campaign.theme-dark a .read-more {
    color: #000; }
  .campaign .exit {
    position: absolute;
    right: 25px;
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 999; }
  .campaign .campaign-text {
    color: black;
    position: relative;
    display: inline;
    opacity: .8; }
    @media screen and (max-width: 500px) {
      .campaign .campaign-text {
        font-size: 12px;
        line-height: 12px; } }
    .campaign .campaign-text b {
      opacity: 1; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/** PADDING SIZING **/
.padding-xs {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-s {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-m {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.padding-l {
  padding-top: 170px;
  padding-bottom: 170px; }

@media (max-width: 992px) {
  .padding-xs {
    padding-top: 12px;
    padding-bottom: 12px; }

  .padding-s {
    padding-top: 25px;
    padding-bottom: 25px; }

  .padding-m {
    padding-top: 50px;
    padding-bottom: 50px; }

  .padding-150 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .padding-l {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media (max-width: 992px) {
  .padding-mobil-none {
    padding: 0px; } }
@media (max-width: 1280px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.row.gutter-s {
  margin-left: -5px;
  margin-right: -5px; }
  .row.gutter-s > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px; }
.row.gutter-m {
  margin-left: -10px;
  margin-right: -10px; }
  .row.gutter-m > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px; }
.row.gutter-l {
  margin-left: -25px;
  margin-right: -25px; }
  .row.gutter-l > [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px; }

.bg-gray {
  background: #f9f9f9; }

.bg-dark {
  background: #3a3a3a; }

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 1266px; } }
  @media (min-width: 769px) {
    .container {
      max-width: 1266px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1266px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1266px; } }

.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 32px;
  height: 13px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 6px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(-45deg); }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.post, .page {
  margin: 0px; }

.page-id-12616 .contact-booking {
  display: none; }

#post-10 > p {
  margin: 0px; }

.hero_frontpage {
  padding: 10% 0;
  position: relative; }
  .hero_frontpage .around-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .hero_frontpage .container:before {
    content: " ";
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      .hero_frontpage .container:before {
        width: 100%; } }
  .hero_frontpage .container .row {
    z-index: 1; }
    .hero_frontpage .container .row .col-md
    p {
      color: white;
      font-size: 16px;
      margin-top: 0px;
      opacity: .8; }
      @media screen and (min-width: 920px) {
        .hero_frontpage .container .row .col-md
        p {
          max-width: calc(100% - 200px); } }
    .hero_frontpage .container .row h1 {
      color: white;
      margin: 15px 0;
      text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }
      @media screen and (min-width: 920px) {
        .hero_frontpage .container .row h1 {
          max-width: calc(100% - 200px); } }

.m-zoom {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1; }
  .m-zoom svg {
    width: 14px;
    height: 14px; }
  @media (min-width: 501px) {
    .m-zoom {
      display: none; } }

.client-slide-img {
  position: relative; }
  .client-slide-img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }

.highlight-text p {
  font-size: 20px;
  font-weight: 300;
  opacity: 1; }

.btn-text.btn-text--s {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.postid-18415 .header-container #prod_header .item .kitc-header-img, .postid-18415 .header-container #prod_header .item .kitc-header-img-mobile, .postid-19516 .header-container #prod_header .item .kitc-header-img, .postid-19516 .header-container #prod_header .item .kitc-header-img-mobile {
  opacity: 1; }

.btn.regular--main {
  background: #000;
  color: #fff; }
  .btn.regular--main::before {
    background-color: #fff; }
  .btn.regular--main:hover {
    color: #000; }

.product-about {
  padding-top: 25px;
  padding-bottom: 100px; }
  @media (max-width: 500px) {
    .product-about {
      padding-bottom: 25px; } }
  .product-about .cursivehead {
    margin: 0;
    padding-bottom: 15px; }
  .product-about__left .hero-heading {
    padding: 0;
    margin: 0;
    -webkit-text-stroke: 1px #000;
    font-size: 128px;
    margin-bottom: 20px; }
  .product-about__left .btn {
    margin-right: 10px; }
  .product-about__teaser {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px; }
    .product-about__teaser p {
      opacity: 1; }

.prod-sidebar__pane {
  transition: .3s ease-in-out; }
  .prod-sidebar__pane.is-active {
    opacity: 1; }

@media (max-width: 768px) {
  .prod-sidebar {
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .prod-sidebar__content {
    display: none;
    background: #f9f9f9;
    padding: 20px;
    margin-top: -20px;
    padding-top: 30px;
    z-index: -1; } }
.prod-sidebar .materials-header {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 15px; }
  .prod-sidebar .materials-header svg {
    display: none;
    transition: .2s ease; }
  @media (max-width: 768px) {
    .prod-sidebar .materials-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0;
      padding: 0 20px;
      border: 1px solid #d8d8d8;
      background: #fff;
      border-radius: 99px;
      position: relative;
      z-index: 1;
      height: 44px; }
      .prod-sidebar .materials-header svg {
        display: block; }
      .prod-sidebar .materials-header.active svg {
        transform: rotate(180deg); } }
.prod-sidebar table th, .prod-sidebar table td {
  font-size: 15px;
  font-weight: 400;
  padding: 15px 0;
  border-top: 1px solid #d8d8d8; }
@media (max-width: 768px) {
  .prod-sidebar table tr:first-child th, .prod-sidebar table tr:first-child td {
    border-top: none; } }
.prod-sidebar table th {
  text-align: left;
  vertical-align: top; }
.prod-sidebar table td {
  text-align: right;
  color: rgba(0, 0, 0, 0.5); }
.prod-sidebar__bottom {
  text-align: center;
  margin-top: 25px; }
  .prod-sidebar__bottom .btn {
    display: block;
    width: 100%; }
  .prod-sidebar__bottom p {
    font-style: italic;
    opacity: .5;
    font-size: 13px; }

.prod-price .price-element {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .prod-price .price-element .element-title {
    display: flex;
    align-items: center; }
    .prod-price .price-element .element-title svg {
      margin-left: 5px;
      cursor: pointer; }
  .prod-price .price-element .element-details {
    display: none;
    margin-top: 20px;
    font-size: 12px;
    font-style: italic;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px; }
.prod-price .btn-text {
  margin-top: 15px; }

.product-container-outer {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .product-container-outer {
      width: calc(100% - 30px);
      padding-bottom: 0; } }

@media (min-width: 769px) {
  #prod_header .swiper-button-prev, .prod-colors .swiper-button-prev {
    margin-left: 15px; } }
#prod_header .swiper-button-prev:hover, .prod-colors .swiper-button-prev:hover {
  transform: translateX(5px); }
@media (min-width: 769px) {
  #prod_header .swiper-button-next, .prod-colors .swiper-button-next {
    margin-right: 15px; } }
#prod_header .swiper-button-next:hover, .prod-colors .swiper-button-next:hover {
  transform: translateX(5px); }
#prod_header .swiper-button-next, #prod_header .swiper-button-prev, .prod-colors .swiper-button-next, .prod-colors .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .2s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  flex-grow: 0; }
  #prod_header .swiper-button-next svg, #prod_header .swiper-button-prev svg, .prod-colors .swiper-button-next svg, .prod-colors .swiper-button-prev svg {
    width: 16px;
    height: auto; }
  #prod_header .swiper-button-next::after, #prod_header .swiper-button-prev::after, .prod-colors .swiper-button-next::after, .prod-colors .swiper-button-prev::after {
    display: none; }
#prod_header .swiper-nav, .prod-colors .swiper-nav {
  display: flex;
  align-items: center;
  margin-top: 40px; }
  #prod_header .swiper-nav .swiper-button-next, #prod_header .swiper-nav .swiper-button-prev, .prod-colors .swiper-nav .swiper-button-next, .prod-colors .swiper-nav .swiper-button-prev {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    margin-right: 10px; }
  #prod_header .swiper-nav .swiper-scrollbar, .prod-colors .swiper-nav .swiper-scrollbar {
    position: relative;
    bottom: unset;
    left: unset;
    margin-left: 10px; }

.product-header-thumbs {
  position: absolute;
  background: #fff;
  padding-left: 15px;
  padding-top: 15px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  max-width: 756px; }
  @media (max-width: 768px) {
    .product-header-thumbs {
      display: none; } }

#prod_header_thumbs {
  min-height: 100px; }
  #prod_header_thumbs::before {
    content: "";
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0;
    top: 0; }
  #prod_header_thumbs .swiper-slide {
    flex: 1 1 auto;
    width: auto !important; }
    #prod_header_thumbs .swiper-slide:last-child {
      margin-right: 0 !important; }
    #prod_header_thumbs .swiper-slide img {
      display: block;
      max-width: none;
      width: 100%;
      height: 70px;
      object-fit: cover;
      object-position: center;
      opacity: .7;
      transition: .3s linear;
      transform-origin: top center;
      cursor: pointer; }
      #prod_header_thumbs .swiper-slide img:hover {
        opacity: 1; }
    #prod_header_thumbs .swiper-slide.swiper-slide-thumb-active img {
      height: 100px;
      opacity: 1; }

.product-desc {
  padding-bottom: 50px;
  margin-top: 50px;
  background-color: #F2EDE6;
  position: relative; }
  .product-desc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: #fff;
    z-index: 0; }
  .product-desc__text p {
    font-size: 20px;
    opacity: 1;
    font-weight: 300; }
  @media (max-width: 500px) {
    .product-desc__sidebar {
      margin-top: 40px; } }
  @media (min-width: 760px) {
    .product-desc__sidebar {
      max-width: 370px; } }
  .product-desc__sidebar .btn {
    display: block;
    text-align: center;
    margin-top: 10px; }
  .product-desc__sidebar ul {
    padding: 0;
    margin: 0;
    margin-bottom: 50px; }
    .product-desc__sidebar ul li {
      padding-left: 0;
      list-style: none;
      font-weight: 300;
      font-size: 20px;
      display: flex;
      margin-bottom: 20px; }
      .product-desc__sidebar ul li span {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        opacity: .4;
        margin-right: 15px;
        padding-top: 2px; }
  @media (min-width: 760px) {
    .product-desc__sidebar {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 50px; } }
  .product-desc .product-gallery__item {
    height: auto;
    width: 100%;
    position: relative;
    height: calc(100% - 15px);
    margin-bottom: 15px; }
    .product-desc .product-gallery__item .img-text {
      display: block;
      position: absolute;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #f2ede6;
      font-weight: 300;
      line-height: 1; }
      @media (max-width: 768px) {
        .product-desc .product-gallery__item .img-text {
          font-size: 14px; } }
    .product-desc .product-gallery__item--full {
      aspect-ratio: 16/9; }
      .product-desc .product-gallery__item--full .img-text {
        left: 0;
        bottom: 0;
        padding-top: 15px;
        padding-bottom: 5px; }
        @media (max-width: 768px) {
          .product-desc .product-gallery__item--full .img-text {
            padding-top: 10px; } }
    .product-desc .product-gallery__item--half .img-text {
      top: 0;
      right: 0;
      padding-top: 5px;
      padding-bottom: 15px; }
      @media (max-width: 768px) {
        .product-desc .product-gallery__item--half .img-text {
          padding-bottom: 10px; } }
    .product-desc .product-gallery__item img, .product-desc .product-gallery__item video {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%; }

.prod-colors {
  position: relative;
  overflow: hidden; }
  @media (max-width: 500px) {
    .prod-colors__text {
      margin-bottom: 20px; } }
  .prod-colors__text h2 {
    max-width: 500px; }
  .prod-colors .kitc-color-slider {
    overflow: visible; }
    .prod-colors .kitc-color-slider .kitc-color-slide .color-swatch {
      height: 250px;
      padding: 20px;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: flex-end;
      background-size: cover; }
      @media (max-width: 500px) {
        .prod-colors .kitc-color-slider .kitc-color-slide .color-swatch {
          height: 140px; } }
    .prod-colors .kitc-color-slider .kitc-color-slide p {
      font-weight: 300;
      opacity: 1;
      margin-top: 10px; }
      .prod-colors .kitc-color-slider .kitc-color-slide p strong {
        font-size: 18px;
        font-weight: 300; }

.kitc-content {
  padding-right: 90px; }
  .kitc-content--new {
    margin-top: 30px; }
  .kitc-content p:nth-child(3) {
    font-size: 24px;
    font-weight: 300;
    color: #131313; }
    @media (max-width: 500px) {
      .kitc-content p:nth-child(3) {
        font-size: 20px; } }
  @media (max-width: 990px) {
    .kitc-content {
      padding-right: 0; } }
  .kitc-content h1 {
    margin-top: 0; }
  .kitc-content .btn {
    margin-top: 50px; }
    @media (max-width: 500px) {
      .kitc-content .btn {
        margin-top: 20px; } }
  .kitc-content__gallery {
    margin: 80px 0;
    overflow: visible !important;
    clip-path: inset(-100vw 0 -100vw -100vw); }
    @media (max-width: 500px) {
      .kitc-content__gallery {
        margin: 50px 0; } }
    .kitc-content__gallery .swiper-slide {
      width: auto; }
      .kitc-content__gallery .swiper-slide a {
        display: block;
        width: 100%;
        aspect-ratio: 16/11;
        overflow: hidden; }
        .kitc-content__gallery .swiper-slide a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .kitc-content__scala {
    margin: 80px 0; }
    @media (max-width: 500px) {
      .kitc-content__scala {
        background: #dac9c5;
        padding: 40px 20px;
        margin: 50px 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px; }
        .kitc-content__scala .kitc-content__gallery {
          margin-top: 0;
          margin-bottom: 30px; } }
  .kitc-content__usp {
    padding-right: 90px; }
    @media (max-width: 990px) {
      .kitc-content__usp {
        padding-right: 0; } }
    .kitc-content__usp .usp {
      display: flex;
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 50px;
      color: #131313; }
      @media (max-width: 500px) {
        .kitc-content__usp .usp {
          font-size: 20px;
          margin-bottom: 30px; } }
      .kitc-content__usp .usp span {
        font-weight: 700;
        line-height: 1.9;
        opacity: .4;
        font-size: 18px;
        letter-spacing: 1px;
        margin-right: 20px; }
        @media (max-width: 500px) {
          .kitc-content__usp .usp span {
            font-size: 16px;
            font-weight: 600; } }

@media (min-width: 992px) {
  .product-details-mobile {
    display: none; } }

@media (max-width: 991px) {
  .product-details-desktop {
    display: none; } }

.kitc-booking {
  margin-top: 120px; }
  @media (max-width: 500px) {
    .kitc-booking {
      margin-top: 60px; } }
  .kitc-booking__content {
    background-color: #F9F9F9;
    padding: 90px 110px; }
    .kitc-booking__content .btn {
      margin-top: 20px;
      margin-right: 10px; }
    @media (max-width: 990px) {
      .kitc-booking__content {
        padding: 30px; } }
    @media (max-width: 500px) {
      .kitc-booking__content {
        padding-top: 100px;
        margin-top: -60px;
        z-index: 0;
        position: relative; }
        .kitc-booking__content h2 {
          font-size: 32px; }
        .kitc-booking__content .btn {
          margin-top: 10px;
          margin-right: 0;
          padding: 0 30px; } }
  @media (max-width: 990px) {
    .kitc-booking img {
      display: block;
      width: 80%;
      margin-left: auto;
      z-index: 1;
      position: relative; }
    .kitc-booking.kitc-booking--retailer .row {
      flex-direction: column-reverse; } }

.kitc-section {
  margin: 40px 0; }
  @media (max-width: 500px) {
    .kitc-section {
      padding: 0; } }
  .kitc-section__content {
    padding: 70px; }
    @media (max-width: 990px) {
      .kitc-section__content {
        padding: 0; } }
    .kitc-section__content .btn {
      margin-top: 20px; }
      @media (max-width: 500px) {
        .kitc-section__content .btn {
          padding: 0 30px; } }
    .kitc-section__content h3 {
      font-size: 24px;
      font-weight: 600;
      color: #000; }
      @media (max-width: 500px) {
        .kitc-section__content h3 {
          font-size: 20px; } }
      .kitc-section__content h3:not(:first-child) {
        margin-top: 60px; }
  @media (max-width: 990px) {
    .kitc-section__img {
      margin-bottom: 30px; } }
  .kitc-section__img--small {
    padding: 0 70px; }
    @media (max-width: 990px) {
      .kitc-section__img--small {
        padding: 0; } }
  @media (max-width: 990px) {
    .kitc-section--textimg .row {
      flex-direction: column-reverse; } }
  .kitc-section--products {
    background-color: #4a524c; }
    @media (max-width: 500px) {
      .kitc-section--products {
        padding: 50px 0 !important; } }
    .kitc-section--products .total {
      opacity: 1;
      font-size: 24px;
      margin-bottom: 0; }
    .kitc-section--products .disclaimer {
      margin-top: 0;
      font-style: italic; }
    .kitc-section--products .kitc-section__productslider {
      overflow: visible;
      margin-top: 40px; }
      .kitc-section--products .kitc-section__productslider .extra-product {
        background-color: #fff;
        padding: 20px;
        position: relative;
        padding-bottom: 70px; }
        .kitc-section--products .kitc-section__productslider .extra-product img {
          margin: 0 auto;
          display: block; }
        .kitc-section--products .kitc-section__productslider .extra-product__specs {
          font-style: italic;
          font-size: 14px;
          overflow: hidden;
          transition: height .1s linear; }
          .kitc-section--products .kitc-section__productslider .extra-product__specs.active {
            max-height: 100% !important; }
        .kitc-section--products .kitc-section__productslider .extra-product .all-specs {
          align-items: center;
          margin-top: 10px;
          cursor: pointer;
          display: none; }
          .kitc-section--products .kitc-section__productslider .extra-product .all-specs.active {
            display: flex; }
          .kitc-section--products .kitc-section__productslider .extra-product .all-specs.opened svg {
            transform: rotate(180deg); }
          .kitc-section--products .kitc-section__productslider .extra-product .all-specs svg {
            width: 14px;
            height: 14px;
            display: block;
            margin-left: 10px; }
        .kitc-section--products .kitc-section__productslider .extra-product__content {
          border-top: 1px solid #000;
          padding-top: 15px;
          margin-top: 15px; }
          .kitc-section--products .kitc-section__productslider .extra-product__content p {
            color: #000;
            opacity: 1;
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 15px; }
            .kitc-section--products .kitc-section__productslider .extra-product__content p:first-child {
              margin-bottom: 0; }
        .kitc-section--products .kitc-section__productslider .extra-product .price {
          font-size: 18px;
          font-weight: 600;
          margin-top: 15px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 20px;
          margin: 0; }

.kitc-extra-content h2 {
  margin-bottom: 0;
  padding-bottom: 25px; }

#mobile-breadcrumbs {
  padding: 0 15px; }
  @media (min-width: 769px) {
    #mobile-breadcrumbs {
      display: none; } }

.header-container {
  position: relative;
  overflow: hidden; }
  .header-container .product-header-inner .hero-heading {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    max-width: 100%;
    font-size: 200px;
    padding: 0;
    margin: 0;
    letter-spacing: 10px;
    line-height: .9; }
    @media (max-width: 1024px) {
      .header-container .product-header-inner .hero-heading {
        font-size: 100px; } }
    @media (max-width: 500px) {
      .header-container .product-header-inner .hero-heading {
        max-width: 100%;
        left: 15px;
        right: 15px;
        font-size: 42px;
        letter-spacing: 2px; } }
  .header-container .product-header-inner .product-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 1;
    z-index: 0;
    pointer-events: none; }
  .header-container .product-header-inner #breadcrumbs {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 3;
    line-height: 1; }
    @media (max-width: 768px) {
      .header-container .product-header-inner #breadcrumbs {
        display: none; } }
    .header-container .product-header-inner #breadcrumbs li a, .header-container .product-header-inner #breadcrumbs li strong {
      color: #fff;
      opacity: 1; }
    .header-container .product-header-inner #breadcrumbs li:after {
      background-color: #fff !important; }
  .header-container #prod_header img, .header-container #prod_header video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/5;
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 501px) {
      .header-container #prod_header img, .header-container #prod_header video {
        aspect-ratio: 16/9;
        height: auto;
        width: 100%;
        height: 100%; } }

.product-details {
  border: 1px solid #d8d8d8;
  padding: 90px 80px 40px 80px;
  margin: 150px 0 0;
  position: relative; }
  @media (max-width: 500px) {
    .product-details {
      padding: 90px 40px 10px 40px; } }
  .product-details .kitc-front-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 170px;
    width: 225px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 500px) {
      .product-details .kitc-front-image {
        width: 200px; } }
    .product-details .kitc-front-image img {
      height: auto;
      width: 300px;
      max-width: none; }
      @media (max-width: 500px) {
        .product-details .kitc-front-image img {
          width: 250px; } }
  .product-details .available-colors {
    text-align: center; }
    .product-details .available-colors p {
      opacity: .5;
      font-size: 15px; }
      .product-details .available-colors p:first-child {
        font-size: 20px;
        opacity: 1;
        line-height: 1.3; }
    .product-details .available-colors .kitc-front-colors {
      margin: 35px 0 40px;
      position: relative;
      transition: max-height .5s ease-in-out; }
      @media (max-width: 768px) {
        .product-details .available-colors .kitc-front-colors {
          max-width: 250px;
          margin-left: auto;
          margin-right: auto; } }
      .product-details .available-colors .kitc-front-colors .foreachcolor {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        box-shadow: 0 0 1px 1px #d8d8d8;
        display: inline-block;
        margin: 5px; }
      .product-details .available-colors .kitc-front-colors.hide-colors {
        max-height: 300px;
        overflow: hidden;
        margin-left: -30px;
        margin-right: -30px;
        padding: 40px 30px 0;
        margin-top: -40px; }
        @media (max-width: 768px) {
          .product-details .available-colors .kitc-front-colors.hide-colors {
            margin-left: auto;
            margin-right: auto;
            margin-top: -60px;
            padding-top: 60px; } }
      .product-details .available-colors .kitc-front-colors.-expanded .show-all {
        background: transparent; }
      .product-details .available-colors .kitc-front-colors .show-all {
        display: none; }
        .product-details .available-colors .kitc-front-colors .show-all.is-active {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
          height: 80px;
          display: flex;
          justify-content: center;
          align-items: flex-end; }
        .product-details .available-colors .kitc-front-colors .show-all svg {
          height: 50px;
          width: 50px;
          border-radius: 50%;
          padding: 15px;
          border: 1px solid rgba(0, 0, 0, 0.3);
          background: #fff;
          cursor: pointer;
          outline: none; }
  .product-details .btn {
    padding: 0 10px;
    display: block;
    text-align: center; }

.container-specs {
  padding: 0px !important; }
  @media screen and (min-width: 850px) {
    .container-specs {
      position: absolute;
      padding: 0 30px !important;
      bottom: 30px;
      left: 0px;
      right: 0px;
      z-index: 8;
      width: 100%;
      max-width: 100% !important;
      padding: 0 30px; }
      .container-specs .colors {
        min-width: 275px; } }
  .container-specs .cta-n-specs {
    display: block; }
    @media screen and (min-width: 850px) {
      .container-specs .cta-n-specs {
        float: right;
        max-width: 500px; } }
    .container-specs .cta-n-specs .btn {
      height: 65px;
      display: flex;
      align-items: center;
      font-size: 16px; }
  .container-specs .colors {
    background: white;
    padding: 20px 30px;
    cursor: pointer; }
    @media screen and (min-width: 850px) {
      .container-specs .colors {
        float: left;
        display: flex;
        align-content: center; } }
    @media screen and (max-width: 849px) {
      .container-specs .colors {
        display: wrap;
        align-content: center; } }
    @media screen and (max-width: 500px) {
      .container-specs .colors {
        flex-flow: row; } }
    .container-specs .colors .label-colors {
      line-height: 1;
      height: 20px;
      display: inline-block;
      margin-right: 10px; }
      .container-specs .colors .label-colors:after {
        content: " ";
        background-image: url(/wp-content/uploads/2019/02/arrow-right-black.svg);
        width: 20px;
        height: 12px;
        margin-left: 8px;
        display: inline-block;
        background-size: cover;
        background-position: center center;
        transition: .1s ease-in-out; }
    .container-specs .colors .color-wrap {
      display: flex; }
    .container-specs .colors .color {
      display: inline-block;
      border-radius: 50%;
      cursor: pointer;
      margin: 0 5px;
      height: 25px;
      width: 25px;
      border: 1px solid #dcdcdc; }
      .container-specs .colors .color:last-of-type {
        border: 0px; }

.container-content01 .row {
  align-items: center; }
.container-content01 .video-container {
  margin-top: 5px; }
.container-content01 img {
  width: 100%; }
@media screen and (max-width: 575px) {
  .container-content01 .row-gallery .kitc-img-col {
    display: none; }
    .container-content01 .row-gallery .kitc-img-col:nth-child(1) {
      display: block; }
    .container-content01 .row-gallery .kitc-img-col:nth-child(2) {
      display: block; } }
.container-content01 .row-gallery .kitc-img-col img {
  width: 100%; }

.row-related .btn {
  float: right; }
  @media (max-width: 500px) {
    .row-related .btn {
      float: none; } }
.row-related .related-kitchen {
  position: relative; }
  @media (max-width: 500px) {
    .row-related .related-kitchen {
      margin-top: 25px; } }
  .row-related .related-kitchen:hover .related-kitchen-inner img {
    height: 100%; }
  .row-related .related-kitchen .related-kitchen-inner {
    position: relative;
    overflow: hidden;
    height: 500px; }
    .row-related .related-kitchen .related-kitchen-inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 108%;
      width: auto;
      max-width: unset;
      transition: .25s ease-in-out; }
    @media (max-width: 768px) {
      .row-related .related-kitchen .related-kitchen-inner img {
        height: 100%; } }
  .row-related .related-kitchen h4 {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1; }
  .row-related .related-kitchen a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.flex_images:nth-child(2n) > div {
  flex-direction: row-reverse; }

.image-gallery a {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .image-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 108%;
    width: auto;
    max-width: unset;
    transition: .25s ease-in-out; }
  @media (max-width: 768px) {
    .image-gallery a img {
      height: 100%; } }
  .image-gallery a:hover img {
    height: 100%; }
  .image-gallery a.img-gallery-tall {
    height: 800px; }
  .image-gallery a.img-gallery-wide {
    height: 400px; }
@media (max-width: 768px) {
  .image-gallery.gallery-3 > div {
    padding-left: 4px;
    padding-right: 4px; } }
.image-gallery.gallery-3 a.img-gallery-wide {
  height: calc(50% - 15px); }
  @media (max-width: 768px) {
    .image-gallery.gallery-3 a.img-gallery-wide {
      height: calc(50% - 8px);
      margin-bottom: 8px; } }
@media (max-width: 768px) {
  .image-gallery.gallery-3 a.img-gallery-tall {
    height: 60vw;
    margin-bottom: 8px; } }
.image-gallery.gallery-3.gallery-2 a.img-gallery-wide {
  min-height: 350px; }

.product-quote-inner {
  margin-top: 150px;
  position: relative;
  padding-bottom: 140px; }
  @media (max-width: 700px) {
    .product-quote-inner {
      margin-top: 100px; } }
  .product-quote-inner:before {
    content: "";
    position: absolute;
    height: 450px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F1F1F1;
    z-index: -1; }
    @media (max-width: 700px) {
      .product-quote-inner:before {
        height: 100%;
        left: -15px;
        right: -15px; } }
  .product-quote-inner img {
    width: 850px;
    display: block;
    margin: 0 auto; }
  .product-quote-inner .product-quote-box {
    background: white;
    position: absolute;
    width: 100%;
    max-width: 650px;
    bottom: 75px;
    left: 50%;
    margin-left: auto;
    transform: translatex(-50%);
    padding: 50px 100px; }
    @media (max-width: 700px) {
      .product-quote-inner .product-quote-box {
        padding: 25px 25px 25px 50px;
        left: 15px;
        right: 15px;
        transform: translateX(0);
        width: auto;
        bottom: 40px;
        margin-left: 0; } }
    .product-quote-inner .product-quote-box .quote-content {
      position: relative; }
      .product-quote-inner .product-quote-box .quote-content svg {
        position: absolute;
        top: 5px;
        left: -15px;
        transform: translateX(-100%);
        height: 25px;
        width: auto;
        opacity: .3; }
        @media (max-width: 700px) {
          .product-quote-inner .product-quote-box .quote-content svg {
            left: -10px;
            height: 16px; } }
      .product-quote-inner .product-quote-box .quote-content .quote {
        font-size: 24px;
        font-weight: 300;
        font-family: "Source Sans Pro";
        opacity: .7;
        font-style: italic;
        margin-top: 0; }
        @media (max-width: 500px) {
          .product-quote-inner .product-quote-box .quote-content .quote {
            font-size: 20px; } }
        @media (max-width: 700px) {
          .product-quote-inner .product-quote-box .quote-content .quote {
            margin-bottom: 0;
            font-size: 18px; } }
        @media (max-width: 420px) {
          .product-quote-inner .product-quote-box .quote-content .quote {
            font-size: 16px; } }
      .product-quote-inner .product-quote-box .quote-content .quote-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 768px) {
          .product-quote-inner .product-quote-box .quote-content .quote-bottom {
            margin-top: 15px;
            align-items: center; } }
        @media (max-width: 420px) {
          .product-quote-inner .product-quote-box .quote-content .quote-bottom {
            flex-direction: column-reverse; } }
      .product-quote-inner .product-quote-box .quote-content .who {
        font-size: 14px;
        opacity: .7;
        display: block;
        text-align: right;
        font-weight: 600;
        margin-top: 0; }
        @media (max-width: 420px) {
          .product-quote-inner .product-quote-box .quote-content .who {
            margin-bottom: 15px; } }

.retailer-client-wrap.retailer-client-wrap--product {
  padding-top: 150px; }

.product-dropdown {
  border-top: none;
  padding-top: 20px; }
  .product-dropdown .product-dropdown-heading {
    padding: 20px;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #d8d8d8;
    font-size: 18px; }
    .product-dropdown .product-dropdown-heading:first-child {
      border-top: none; }
    .product-dropdown .product-dropdown-heading svg {
      opacity: .3;
      position: absolute;
      right: 30px;
      top: 28px;
      transition: .2s ease-in-out; }
    .product-dropdown .product-dropdown-heading.toggle-show svg {
      transform: rotate(-180deg); }
  .product-dropdown .product-dropdown-content {
    display: none;
    padding: 0 20px 20px 20px;
    font-size: 14px;
    opacity: 1; }
    .product-dropdown .product-dropdown-content p {
      margin-bottom: 10px; }
      .product-dropdown .product-dropdown-content p:last-child {
        margin-bottom: 0; }

/*
.eq-height {
  display: -webkit-box!important;

  @media screen and (max-width: 768px) {
  display: flex;
  }

  .eq-height-col {
      display: -webkit-box;
  }
}

.quote-box {
    padding: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;

    h2 {
      position: relative;
      font-size: 24px;
      line-height: 1.8;

      &:before {
        content: "";
        background: url("../../uploads/2019/03/icon-quote.svg");
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 0;
        top: -50px;
        background-repeat: no-repeat;
        background-size: contain;

      }

      @media screen and (max-width: 1160px) {
      font-size: 1em;
      }
    }

    p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    opacity: 0.9;
    font-weight: 500;
    }
}

.no-padding-bot {
    padding-bottom: 0;
}

	.available-colors {
		background: #f5f5f5;
    	padding-bottom: 30px;
	}

.kitc-front-colors {
	
	.foreachcolor {
      position: relative;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: inline-block;
      margin: 5px;
      border: 1px solid rgba(0,0,0,0.05);
  }
}

.kitc-front-image {
	display:flex;
	align-items:center;
	
	img {
		max-width:500px;
		height:100%;
	}
}
*/
.single-bad .m-zoom, .single-bryggers .m-zoom, .single-garderobe .m-zoom, .single-rum .m-zoom {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1; }
  .single-bad .m-zoom svg, .single-bryggers .m-zoom svg, .single-garderobe .m-zoom svg, .single-rum .m-zoom svg {
    width: 14px;
    height: 14px; }
  @media (min-width: 501px) {
    .single-bad .m-zoom, .single-bryggers .m-zoom, .single-garderobe .m-zoom, .single-rum .m-zoom {
      display: none; } }
.single-bad .postid-18415 .header-container #prod_header .item .kitc-header-img, .single-bad .postid-18415 .header-container #prod_header .item .kitc-header-img-mobile, .single-bad .postid-19516 .header-container #prod_header .item .kitc-header-img, .single-bad .postid-19516 .header-container #prod_header .item .kitc-header-img-mobile, .single-bryggers .postid-18415 .header-container #prod_header .item .kitc-header-img, .single-bryggers .postid-18415 .header-container #prod_header .item .kitc-header-img-mobile, .single-bryggers .postid-19516 .header-container #prod_header .item .kitc-header-img, .single-bryggers .postid-19516 .header-container #prod_header .item .kitc-header-img-mobile, .single-garderobe .postid-18415 .header-container #prod_header .item .kitc-header-img, .single-garderobe .postid-18415 .header-container #prod_header .item .kitc-header-img-mobile, .single-garderobe .postid-19516 .header-container #prod_header .item .kitc-header-img, .single-garderobe .postid-19516 .header-container #prod_header .item .kitc-header-img-mobile, .single-rum .postid-18415 .header-container #prod_header .item .kitc-header-img, .single-rum .postid-18415 .header-container #prod_header .item .kitc-header-img-mobile, .single-rum .postid-19516 .header-container #prod_header .item .kitc-header-img, .single-rum .postid-19516 .header-container #prod_header .item .kitc-header-img-mobile {
  opacity: 1; }
.single-bad .kitc-content, .single-bryggers .kitc-content, .single-garderobe .kitc-content, .single-rum .kitc-content {
  padding-right: 90px; }
  .single-bad .kitc-content--new, .single-bryggers .kitc-content--new, .single-garderobe .kitc-content--new, .single-rum .kitc-content--new {
    margin-top: 30px; }
  .single-bad .kitc-content p:nth-child(3), .single-bryggers .kitc-content p:nth-child(3), .single-garderobe .kitc-content p:nth-child(3), .single-rum .kitc-content p:nth-child(3) {
    font-size: 24px;
    font-weight: 300;
    color: #131313; }
    @media (max-width: 500px) {
      .single-bad .kitc-content p:nth-child(3), .single-bryggers .kitc-content p:nth-child(3), .single-garderobe .kitc-content p:nth-child(3), .single-rum .kitc-content p:nth-child(3) {
        font-size: 20px; } }
  @media (max-width: 990px) {
    .single-bad .kitc-content, .single-bryggers .kitc-content, .single-garderobe .kitc-content, .single-rum .kitc-content {
      padding-right: 0; } }
  .single-bad .kitc-content h1, .single-bryggers .kitc-content h1, .single-garderobe .kitc-content h1, .single-rum .kitc-content h1 {
    margin-top: 0; }
  .single-bad .kitc-content .btn, .single-bryggers .kitc-content .btn, .single-garderobe .kitc-content .btn, .single-rum .kitc-content .btn {
    margin-top: 50px; }
    @media (max-width: 500px) {
      .single-bad .kitc-content .btn, .single-bryggers .kitc-content .btn, .single-garderobe .kitc-content .btn, .single-rum .kitc-content .btn {
        margin-top: 20px; } }
  .single-bad .kitc-content__gallery, .single-bryggers .kitc-content__gallery, .single-garderobe .kitc-content__gallery, .single-rum .kitc-content__gallery {
    margin: 80px 0;
    overflow: visible !important;
    clip-path: inset(-100vw 0 -100vw -100vw); }
    @media (max-width: 500px) {
      .single-bad .kitc-content__gallery, .single-bryggers .kitc-content__gallery, .single-garderobe .kitc-content__gallery, .single-rum .kitc-content__gallery {
        margin: 50px 0; } }
    .single-bad .kitc-content__gallery .swiper-slide, .single-bryggers .kitc-content__gallery .swiper-slide, .single-garderobe .kitc-content__gallery .swiper-slide, .single-rum .kitc-content__gallery .swiper-slide {
      width: auto; }
      .single-bad .kitc-content__gallery .swiper-slide a, .single-bryggers .kitc-content__gallery .swiper-slide a, .single-garderobe .kitc-content__gallery .swiper-slide a, .single-rum .kitc-content__gallery .swiper-slide a {
        display: block;
        width: 100%;
        aspect-ratio: 16/11;
        overflow: hidden; }
        .single-bad .kitc-content__gallery .swiper-slide a img, .single-bryggers .kitc-content__gallery .swiper-slide a img, .single-garderobe .kitc-content__gallery .swiper-slide a img, .single-rum .kitc-content__gallery .swiper-slide a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .single-bad .kitc-content__scala, .single-bryggers .kitc-content__scala, .single-garderobe .kitc-content__scala, .single-rum .kitc-content__scala {
    margin: 80px 0; }
    @media (max-width: 500px) {
      .single-bad .kitc-content__scala, .single-bryggers .kitc-content__scala, .single-garderobe .kitc-content__scala, .single-rum .kitc-content__scala {
        background: #dac9c5;
        padding: 40px 20px;
        margin: 50px 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px; }
        .single-bad .kitc-content__scala .kitc-content__gallery, .single-bryggers .kitc-content__scala .kitc-content__gallery, .single-garderobe .kitc-content__scala .kitc-content__gallery, .single-rum .kitc-content__scala .kitc-content__gallery {
          margin-top: 0;
          margin-bottom: 30px; } }
  .single-bad .kitc-content__usp, .single-bryggers .kitc-content__usp, .single-garderobe .kitc-content__usp, .single-rum .kitc-content__usp {
    padding-right: 90px; }
    @media (max-width: 990px) {
      .single-bad .kitc-content__usp, .single-bryggers .kitc-content__usp, .single-garderobe .kitc-content__usp, .single-rum .kitc-content__usp {
        padding-right: 0; } }
    .single-bad .kitc-content__usp .usp, .single-bryggers .kitc-content__usp .usp, .single-garderobe .kitc-content__usp .usp, .single-rum .kitc-content__usp .usp {
      display: flex;
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 50px;
      color: #131313; }
      @media (max-width: 500px) {
        .single-bad .kitc-content__usp .usp, .single-bryggers .kitc-content__usp .usp, .single-garderobe .kitc-content__usp .usp, .single-rum .kitc-content__usp .usp {
          font-size: 20px;
          margin-bottom: 30px; } }
      .single-bad .kitc-content__usp .usp span, .single-bryggers .kitc-content__usp .usp span, .single-garderobe .kitc-content__usp .usp span, .single-rum .kitc-content__usp .usp span {
        font-weight: 700;
        line-height: 1.9;
        opacity: .4;
        font-size: 18px;
        letter-spacing: 1px;
        margin-right: 20px; }
        @media (max-width: 500px) {
          .single-bad .kitc-content__usp .usp span, .single-bryggers .kitc-content__usp .usp span, .single-garderobe .kitc-content__usp .usp span, .single-rum .kitc-content__usp .usp span {
            font-size: 16px;
            font-weight: 600; } }
@media (min-width: 992px) {
  .single-bad .product-details-mobile, .single-bryggers .product-details-mobile, .single-garderobe .product-details-mobile, .single-rum .product-details-mobile {
    display: none; } }
@media (max-width: 991px) {
  .single-bad .product-details-desktop, .single-bryggers .product-details-desktop, .single-garderobe .product-details-desktop, .single-rum .product-details-desktop {
    display: none; } }
.single-bad .kitc-booking, .single-bryggers .kitc-booking, .single-garderobe .kitc-booking, .single-rum .kitc-booking {
  margin-top: 120px; }
  @media (max-width: 500px) {
    .single-bad .kitc-booking, .single-bryggers .kitc-booking, .single-garderobe .kitc-booking, .single-rum .kitc-booking {
      margin-top: 60px; } }
  .single-bad .kitc-booking__content, .single-bryggers .kitc-booking__content, .single-garderobe .kitc-booking__content, .single-rum .kitc-booking__content {
    background-color: #F9F9F9;
    padding: 90px 110px; }
    .single-bad .kitc-booking__content .btn, .single-bryggers .kitc-booking__content .btn, .single-garderobe .kitc-booking__content .btn, .single-rum .kitc-booking__content .btn {
      margin-top: 20px;
      margin-right: 10px; }
    @media (max-width: 990px) {
      .single-bad .kitc-booking__content, .single-bryggers .kitc-booking__content, .single-garderobe .kitc-booking__content, .single-rum .kitc-booking__content {
        padding: 30px; } }
    @media (max-width: 500px) {
      .single-bad .kitc-booking__content, .single-bryggers .kitc-booking__content, .single-garderobe .kitc-booking__content, .single-rum .kitc-booking__content {
        padding-top: 100px;
        margin-top: -60px;
        z-index: 0;
        position: relative; }
        .single-bad .kitc-booking__content h2, .single-bryggers .kitc-booking__content h2, .single-garderobe .kitc-booking__content h2, .single-rum .kitc-booking__content h2 {
          font-size: 32px; }
        .single-bad .kitc-booking__content .btn, .single-bryggers .kitc-booking__content .btn, .single-garderobe .kitc-booking__content .btn, .single-rum .kitc-booking__content .btn {
          margin-top: 10px;
          margin-right: 0;
          padding: 0 30px; } }
  @media (max-width: 990px) {
    .single-bad .kitc-booking img, .single-bryggers .kitc-booking img, .single-garderobe .kitc-booking img, .single-rum .kitc-booking img {
      display: block;
      width: 80%;
      margin-left: auto;
      z-index: 1;
      position: relative; }
    .single-bad .kitc-booking.kitc-booking--retailer .row, .single-bryggers .kitc-booking.kitc-booking--retailer .row, .single-garderobe .kitc-booking.kitc-booking--retailer .row, .single-rum .kitc-booking.kitc-booking--retailer .row {
      flex-direction: column-reverse; } }
.single-bad .kitc-section, .single-bryggers .kitc-section, .single-garderobe .kitc-section, .single-rum .kitc-section {
  margin: 40px 0; }
  @media (max-width: 500px) {
    .single-bad .kitc-section, .single-bryggers .kitc-section, .single-garderobe .kitc-section, .single-rum .kitc-section {
      padding: 0; } }
  .single-bad .kitc-section__content, .single-bryggers .kitc-section__content, .single-garderobe .kitc-section__content, .single-rum .kitc-section__content {
    padding: 70px; }
    @media (max-width: 990px) {
      .single-bad .kitc-section__content, .single-bryggers .kitc-section__content, .single-garderobe .kitc-section__content, .single-rum .kitc-section__content {
        padding: 0; } }
    .single-bad .kitc-section__content .btn, .single-bryggers .kitc-section__content .btn, .single-garderobe .kitc-section__content .btn, .single-rum .kitc-section__content .btn {
      margin-top: 20px; }
      @media (max-width: 500px) {
        .single-bad .kitc-section__content .btn, .single-bryggers .kitc-section__content .btn, .single-garderobe .kitc-section__content .btn, .single-rum .kitc-section__content .btn {
          padding: 0 30px; } }
    .single-bad .kitc-section__content h3, .single-bryggers .kitc-section__content h3, .single-garderobe .kitc-section__content h3, .single-rum .kitc-section__content h3 {
      font-size: 24px;
      font-weight: 600;
      color: #000; }
      @media (max-width: 500px) {
        .single-bad .kitc-section__content h3, .single-bryggers .kitc-section__content h3, .single-garderobe .kitc-section__content h3, .single-rum .kitc-section__content h3 {
          font-size: 20px; } }
      .single-bad .kitc-section__content h3:not(:first-child), .single-bryggers .kitc-section__content h3:not(:first-child), .single-garderobe .kitc-section__content h3:not(:first-child), .single-rum .kitc-section__content h3:not(:first-child) {
        margin-top: 60px; }
  @media (max-width: 990px) {
    .single-bad .kitc-section__img, .single-bryggers .kitc-section__img, .single-garderobe .kitc-section__img, .single-rum .kitc-section__img {
      margin-bottom: 30px; } }
  .single-bad .kitc-section__img--small, .single-bryggers .kitc-section__img--small, .single-garderobe .kitc-section__img--small, .single-rum .kitc-section__img--small {
    padding: 0 70px; }
    @media (max-width: 990px) {
      .single-bad .kitc-section__img--small, .single-bryggers .kitc-section__img--small, .single-garderobe .kitc-section__img--small, .single-rum .kitc-section__img--small {
        padding: 0; } }
  @media (max-width: 990px) {
    .single-bad .kitc-section--textimg .row, .single-bryggers .kitc-section--textimg .row, .single-garderobe .kitc-section--textimg .row, .single-rum .kitc-section--textimg .row {
      flex-direction: column-reverse; } }
  .single-bad .kitc-section--products, .single-bryggers .kitc-section--products, .single-garderobe .kitc-section--products, .single-rum .kitc-section--products {
    background-color: #4a524c; }
    @media (max-width: 500px) {
      .single-bad .kitc-section--products, .single-bryggers .kitc-section--products, .single-garderobe .kitc-section--products, .single-rum .kitc-section--products {
        padding: 50px 0 !important; } }
    .single-bad .kitc-section--products .total, .single-bryggers .kitc-section--products .total, .single-garderobe .kitc-section--products .total, .single-rum .kitc-section--products .total {
      opacity: 1;
      font-size: 24px;
      margin-bottom: 0; }
    .single-bad .kitc-section--products .disclaimer, .single-bryggers .kitc-section--products .disclaimer, .single-garderobe .kitc-section--products .disclaimer, .single-rum .kitc-section--products .disclaimer {
      margin-top: 0;
      font-style: italic; }
    .single-bad .kitc-section--products .kitc-section__productslider, .single-bryggers .kitc-section--products .kitc-section__productslider, .single-garderobe .kitc-section--products .kitc-section__productslider, .single-rum .kitc-section--products .kitc-section__productslider {
      overflow: visible;
      margin-top: 40px; }
      .single-bad .kitc-section--products .kitc-section__productslider .extra-product, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product, .single-rum .kitc-section--products .kitc-section__productslider .extra-product {
        background-color: #fff;
        padding: 20px;
        position: relative;
        padding-bottom: 70px; }
        .single-bad .kitc-section--products .kitc-section__productslider .extra-product img, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product img, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product img, .single-rum .kitc-section--products .kitc-section__productslider .extra-product img {
          margin: 0 auto;
          display: block; }
        .single-bad .kitc-section--products .kitc-section__productslider .extra-product__specs, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product__specs, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product__specs, .single-rum .kitc-section--products .kitc-section__productslider .extra-product__specs {
          font-style: italic;
          font-size: 14px;
          overflow: hidden;
          transition: height .1s linear; }
          .single-bad .kitc-section--products .kitc-section__productslider .extra-product__specs.active, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product__specs.active, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product__specs.active, .single-rum .kitc-section--products .kitc-section__productslider .extra-product__specs.active {
            max-height: 100% !important; }
        .single-bad .kitc-section--products .kitc-section__productslider .extra-product .all-specs, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product .all-specs, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product .all-specs, .single-rum .kitc-section--products .kitc-section__productslider .extra-product .all-specs {
          align-items: center;
          margin-top: 10px;
          cursor: pointer;
          display: none; }
          .single-bad .kitc-section--products .kitc-section__productslider .extra-product .all-specs.active, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product .all-specs.active, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product .all-specs.active, .single-rum .kitc-section--products .kitc-section__productslider .extra-product .all-specs.active {
            display: flex; }
          .single-bad .kitc-section--products .kitc-section__productslider .extra-product .all-specs.opened svg, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product .all-specs.opened svg, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product .all-specs.opened svg, .single-rum .kitc-section--products .kitc-section__productslider .extra-product .all-specs.opened svg {
            transform: rotate(180deg); }
          .single-bad .kitc-section--products .kitc-section__productslider .extra-product .all-specs svg, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product .all-specs svg, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product .all-specs svg, .single-rum .kitc-section--products .kitc-section__productslider .extra-product .all-specs svg {
            width: 14px;
            height: 14px;
            display: block;
            margin-left: 10px; }
        .single-bad .kitc-section--products .kitc-section__productslider .extra-product__content, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product__content, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product__content, .single-rum .kitc-section--products .kitc-section__productslider .extra-product__content {
          border-top: 1px solid #000;
          padding-top: 15px;
          margin-top: 15px; }
          .single-bad .kitc-section--products .kitc-section__productslider .extra-product__content p, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product__content p, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product__content p, .single-rum .kitc-section--products .kitc-section__productslider .extra-product__content p {
            color: #000;
            opacity: 1;
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 15px; }
            .single-bad .kitc-section--products .kitc-section__productslider .extra-product__content p:first-child, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product__content p:first-child, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product__content p:first-child, .single-rum .kitc-section--products .kitc-section__productslider .extra-product__content p:first-child {
              margin-bottom: 0; }
        .single-bad .kitc-section--products .kitc-section__productslider .extra-product .price, .single-bryggers .kitc-section--products .kitc-section__productslider .extra-product .price, .single-garderobe .kitc-section--products .kitc-section__productslider .extra-product .price, .single-rum .kitc-section--products .kitc-section__productslider .extra-product .price {
          font-size: 18px;
          font-weight: 600;
          margin-top: 15px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 20px;
          margin: 0; }
.single-bad .kitc-extra-content h2, .single-bryggers .kitc-extra-content h2, .single-garderobe .kitc-extra-content h2, .single-rum .kitc-extra-content h2 {
  margin-bottom: 0;
  padding-bottom: 25px; }
.single-bad #mobile-breadcrumbs, .single-bryggers #mobile-breadcrumbs, .single-garderobe #mobile-breadcrumbs, .single-rum #mobile-breadcrumbs {
  padding: 0 15px; }
  @media (min-width: 769px) {
    .single-bad #mobile-breadcrumbs, .single-bryggers #mobile-breadcrumbs, .single-garderobe #mobile-breadcrumbs, .single-rum #mobile-breadcrumbs {
      display: none; } }
.single-bad .header-container, .single-bryggers .header-container, .single-garderobe .header-container, .single-rum .header-container {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .single-bad .header-container, .single-bryggers .header-container, .single-garderobe .header-container, .single-rum .header-container {
      width: calc(100% - 30px); } }
  .single-bad .header-container .product-header-inner .hero-heading, .single-bryggers .header-container .product-header-inner .hero-heading, .single-garderobe .header-container .product-header-inner .hero-heading, .single-rum .header-container .product-header-inner .hero-heading {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    max-width: 100%;
    font-size: 200px;
    padding: 0;
    margin: 0;
    letter-spacing: 10px;
    line-height: .9; }
    @media (max-width: 1024px) {
      .single-bad .header-container .product-header-inner .hero-heading, .single-bryggers .header-container .product-header-inner .hero-heading, .single-garderobe .header-container .product-header-inner .hero-heading, .single-rum .header-container .product-header-inner .hero-heading {
        font-size: 100px; } }
    @media (max-width: 500px) {
      .single-bad .header-container .product-header-inner .hero-heading, .single-bryggers .header-container .product-header-inner .hero-heading, .single-garderobe .header-container .product-header-inner .hero-heading, .single-rum .header-container .product-header-inner .hero-heading {
        max-width: 100%;
        left: 15px;
        right: 15px;
        font-size: 42px;
        letter-spacing: 2px; } }
  .single-bad .header-container .product-header-inner .product-overlay, .single-bryggers .header-container .product-header-inner .product-overlay, .single-garderobe .header-container .product-header-inner .product-overlay, .single-rum .header-container .product-header-inner .product-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 1;
    z-index: 0;
    pointer-events: none; }
  .single-bad .header-container .product-header-inner #breadcrumbs, .single-bryggers .header-container .product-header-inner #breadcrumbs, .single-garderobe .header-container .product-header-inner #breadcrumbs, .single-rum .header-container .product-header-inner #breadcrumbs {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 3;
    line-height: 1; }
    @media (max-width: 768px) {
      .single-bad .header-container .product-header-inner #breadcrumbs, .single-bryggers .header-container .product-header-inner #breadcrumbs, .single-garderobe .header-container .product-header-inner #breadcrumbs, .single-rum .header-container .product-header-inner #breadcrumbs {
        display: none; } }
    .single-bad .header-container .product-header-inner #breadcrumbs li a, .single-bad .header-container .product-header-inner #breadcrumbs li strong, .single-bryggers .header-container .product-header-inner #breadcrumbs li a, .single-bryggers .header-container .product-header-inner #breadcrumbs li strong, .single-garderobe .header-container .product-header-inner #breadcrumbs li a, .single-garderobe .header-container .product-header-inner #breadcrumbs li strong, .single-rum .header-container .product-header-inner #breadcrumbs li a, .single-rum .header-container .product-header-inner #breadcrumbs li strong {
      color: #fff;
      opacity: 1; }
    .single-bad .header-container .product-header-inner #breadcrumbs li:after, .single-bryggers .header-container .product-header-inner #breadcrumbs li:after, .single-garderobe .header-container .product-header-inner #breadcrumbs li:after, .single-rum .header-container .product-header-inner #breadcrumbs li:after {
      background-color: #fff !important; }
  .single-bad .header-container .product-header-inner .product-white-block, .single-bryggers .header-container .product-header-inner .product-white-block, .single-garderobe .header-container .product-header-inner .product-white-block, .single-rum .header-container .product-header-inner .product-white-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    background: #fff;
    height: 50px;
    z-index: 3; }
    @media (max-width: 500px) {
      .single-bad .header-container .product-header-inner .product-white-block, .single-bryggers .header-container .product-header-inner .product-white-block, .single-garderobe .header-container .product-header-inner .product-white-block, .single-rum .header-container .product-header-inner .product-white-block {
        width: 50%; } }
  .single-bad .header-container .product-header-inner #slides-counter, .single-bryggers .header-container .product-header-inner #slides-counter, .single-garderobe .header-container .product-header-inner #slides-counter, .single-rum .header-container .product-header-inner #slides-counter {
    position: absolute;
    bottom: 50px;
    right: 300px;
    z-index: 3;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600; }
    @media (max-width: 500px) {
      .single-bad .header-container .product-header-inner #slides-counter, .single-bryggers .header-container .product-header-inner #slides-counter, .single-garderobe .header-container .product-header-inner #slides-counter, .single-rum .header-container .product-header-inner #slides-counter {
        bottom: 30px;
        left: 30px;
        right: unset;
        display: none; } }
  .single-bad .header-container #prod_header::before, .single-bryggers .header-container #prod_header::before, .single-garderobe .header-container #prod_header::before, .single-rum .header-container #prod_header::before {
    content: "";
    left: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, black 100%);
    position: absolute;
    width: 100%;
    z-index: 9; }
    @media (max-width: 1024px) {
      .single-bad .header-container #prod_header::before, .single-bryggers .header-container #prod_header::before, .single-garderobe .header-container #prod_header::before, .single-rum .header-container #prod_header::before {
        height: 70px; } }
  .single-bad .header-container #prod_header .item, .single-bryggers .header-container #prod_header .item, .single-garderobe .header-container #prod_header .item, .single-rum .header-container #prod_header .item {
    height: 0;
    padding-top: 56.25%;
    position: relative; }
    @media (max-width: 500px) {
      .single-bad .header-container #prod_header .item, .single-bryggers .header-container #prod_header .item, .single-garderobe .header-container #prod_header .item, .single-rum .header-container #prod_header .item {
        padding-top: 125%; } }
    .single-bad .header-container #prod_header .item .kitc-header-img, .single-bad .header-container #prod_header .item .kitc-header-img-mobile, .single-bryggers .header-container #prod_header .item .kitc-header-img, .single-bryggers .header-container #prod_header .item .kitc-header-img-mobile, .single-garderobe .header-container #prod_header .item .kitc-header-img, .single-garderobe .header-container #prod_header .item .kitc-header-img-mobile, .single-rum .header-container #prod_header .item .kitc-header-img, .single-rum .header-container #prod_header .item .kitc-header-img-mobile {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .7; }
    @media (max-width: 500px) {
      .single-bad .header-container #prod_header .item .kitc-header-img, .single-bryggers .header-container #prod_header .item .kitc-header-img, .single-garderobe .header-container #prod_header .item .kitc-header-img, .single-rum .header-container #prod_header .item .kitc-header-img {
        display: none; } }
    @media (min-width: 501px) {
      .single-bad .header-container #prod_header .item .kitc-header-img-mobile, .single-bryggers .header-container #prod_header .item .kitc-header-img-mobile, .single-garderobe .header-container #prod_header .item .kitc-header-img-mobile, .single-rum .header-container #prod_header .item .kitc-header-img-mobile {
        display: none; } }
    .single-bad .header-container #prod_header .item .materials-btn, .single-bryggers .header-container #prod_header .item .materials-btn, .single-garderobe .header-container #prod_header .item .materials-btn, .single-rum .header-container #prod_header .item .materials-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #fff;
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      padding-left: 30px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.7);
      text-transform: uppercase;
      display: block;
      user-select: none;
      cursor: pointer;
      z-index: 999999; }
      .single-bad .header-container #prod_header .item .materials-btn--price, .single-bryggers .header-container #prod_header .item .materials-btn--price, .single-garderobe .header-container #prod_header .item .materials-btn--price, .single-rum .header-container #prod_header .item .materials-btn--price {
        top: 65px; }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials-btn--price, .single-bryggers .header-container #prod_header .item .materials-btn--price, .single-garderobe .header-container #prod_header .item .materials-btn--price, .single-rum .header-container #prod_header .item .materials-btn--price {
            right: 170px !important; }
            .single-bad .header-container #prod_header .item .materials-btn--price .hide-mobile, .single-bryggers .header-container #prod_header .item .materials-btn--price .hide-mobile, .single-garderobe .header-container #prod_header .item .materials-btn--price .hide-mobile, .single-rum .header-container #prod_header .item .materials-btn--price .hide-mobile {
              display: none; } }
      @media (max-width: 768px) {
        .single-bad .header-container #prod_header .item .materials-btn, .single-bryggers .header-container #prod_header .item .materials-btn, .single-garderobe .header-container #prod_header .item .materials-btn, .single-rum .header-container #prod_header .item .materials-btn {
          height: 36px;
          line-height: 36px;
          font-size: 10px;
          padding-left: 20px;
          top: 10px;
          right: 10px; } }
      .single-bad .header-container #prod_header .item .materials-btn svg, .single-bryggers .header-container #prod_header .item .materials-btn svg, .single-garderobe .header-container #prod_header .item .materials-btn svg, .single-rum .header-container #prod_header .item .materials-btn svg {
        border: 1px solid rgba(0, 0, 0, 0.3);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        padding: 10px;
        margin: 4px;
        display: inline;
        vertical-align: top; }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials-btn svg, .single-bryggers .header-container #prod_header .item .materials-btn svg, .single-garderobe .header-container #prod_header .item .materials-btn svg, .single-rum .header-container #prod_header .item .materials-btn svg {
            width: 28px;
            height: 28px;
            padding: 8px; } }
    .single-bad .header-container #prod_header .item .materials, .single-bryggers .header-container #prod_header .item .materials, .single-garderobe .header-container #prod_header .item .materials, .single-rum .header-container #prod_header .item .materials {
      display: none;
      background: #fff;
      position: absolute;
      right: 50%;
      top: 2px;
      width: calc(100% - 10px);
      max-width: 900px;
      transform: translateX(50%);
      z-index: 999998; }
      @media (max-width: 1024px) {
        .single-bad .header-container #prod_header .item .materials, .single-bryggers .header-container #prod_header .item .materials, .single-garderobe .header-container #prod_header .item .materials, .single-rum .header-container #prod_header .item .materials {
          height: calc(100% - 57px); } }
      @media (min-width: 800px) and (max-width: 1400px) {
        .single-bad .header-container #prod_header .item .materials, .single-bryggers .header-container #prod_header .item .materials, .single-garderobe .header-container #prod_header .item .materials, .single-rum .header-container #prod_header .item .materials {
          transform: none;
          left: 2px;
          right: unset; } }
      .single-bad .header-container #prod_header .item .materials--price, .single-bryggers .header-container #prod_header .item .materials--price, .single-garderobe .header-container #prod_header .item .materials--price, .single-rum .header-container #prod_header .item .materials--price {
        max-width: 600px; }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials--price .price-element .element-title, .single-bryggers .header-container #prod_header .item .materials--price .price-element .element-title, .single-garderobe .header-container #prod_header .item .materials--price .price-element .element-title, .single-rum .header-container #prod_header .item .materials--price .price-element .element-title {
            display: none; } }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials--price .price-element .price-element-info, .single-bryggers .header-container #prod_header .item .materials--price .price-element .price-element-info, .single-garderobe .header-container #prod_header .item .materials--price .price-element .price-element-info, .single-rum .header-container #prod_header .item .materials--price .price-element .price-element-info {
            padding: 40px 20px 20px 20px; } }
        .single-bad .header-container #prod_header .item .materials--price .price-element p, .single-bryggers .header-container #prod_header .item .materials--price .price-element p, .single-garderobe .header-container #prod_header .item .materials--price .price-element p, .single-rum .header-container #prod_header .item .materials--price .price-element p {
          font-size: 16px;
          color: #000;
          opacity: 1;
          line-height: 1.2;
          margin: 4px 0; }
          @media (max-width: 768px) {
            .single-bad .header-container #prod_header .item .materials--price .price-element p, .single-bryggers .header-container #prod_header .item .materials--price .price-element p, .single-garderobe .header-container #prod_header .item .materials--price .price-element p, .single-rum .header-container #prod_header .item .materials--price .price-element p {
              font-size: 14px; } }
          .single-bad .header-container #prod_header .item .materials--price .price-element p span, .single-bryggers .header-container #prod_header .item .materials--price .price-element p span, .single-garderobe .header-container #prod_header .item .materials--price .price-element p span, .single-rum .header-container #prod_header .item .materials--price .price-element p span {
            flex: none;
            font-size: 18px;
            margin-left: auto;
            font-weight: 600;
            line-height: 1;
            padding: 0;
            color: #000; }
            @media (max-width: 768px) {
              .single-bad .header-container #prod_header .item .materials--price .price-element p span, .single-bryggers .header-container #prod_header .item .materials--price .price-element p span, .single-garderobe .header-container #prod_header .item .materials--price .price-element p span, .single-rum .header-container #prod_header .item .materials--price .price-element p span {
                font-size: 16px;
                padding-left: 15px; } }
        .single-bad .header-container #prod_header .item .materials--price .price-element .price-totals p, .single-bryggers .header-container #prod_header .item .materials--price .price-element .price-totals p, .single-garderobe .header-container #prod_header .item .materials--price .price-element .price-totals p, .single-rum .header-container #prod_header .item .materials--price .price-element .price-totals p {
          margin: 6px 0; }
          .single-bad .header-container #prod_header .item .materials--price .price-element .price-totals p.element-details, .single-bryggers .header-container #prod_header .item .materials--price .price-element .price-totals p.element-details, .single-garderobe .header-container #prod_header .item .materials--price .price-element .price-totals p.element-details, .single-rum .header-container #prod_header .item .materials--price .price-element .price-totals p.element-details {
            font-style: italic;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 10px;
            opacity: .75;
            font-size: 14px;
            margin-top: 15px; }
        .single-bad .header-container #prod_header .item .materials--price .price-element .price-group, .single-bryggers .header-container #prod_header .item .materials--price .price-element .price-group, .single-garderobe .header-container #prod_header .item .materials--price .price-element .price-group, .single-rum .header-container #prod_header .item .materials--price .price-element .price-group {
          opacity: .7;
          padding: 10px 0; }
          .single-bad .header-container #prod_header .item .materials--price .price-element .price-group p, .single-bryggers .header-container #prod_header .item .materials--price .price-element .price-group p, .single-garderobe .header-container #prod_header .item .materials--price .price-element .price-group p, .single-rum .header-container #prod_header .item .materials--price .price-element .price-group p {
            font-size: 14px;
            line-height: 1.2; }
            .single-bad .header-container #prod_header .item .materials--price .price-element .price-group p span, .single-bryggers .header-container #prod_header .item .materials--price .price-element .price-group p span, .single-garderobe .header-container #prod_header .item .materials--price .price-element .price-group p span, .single-rum .header-container #prod_header .item .materials--price .price-element .price-group p span {
              font-size: 14px; }
      .single-bad .header-container #prod_header .item .materials .materials-header, .single-bryggers .header-container #prod_header .item .materials .materials-header, .single-garderobe .header-container #prod_header .item .materials .materials-header, .single-rum .header-container #prod_header .item .materials .materials-header {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 15px;
        text-transform: uppercase;
        font-weight: 600;
        opacity: .5; }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials .materials-header, .single-bryggers .header-container #prod_header .item .materials .materials-header, .single-garderobe .header-container #prod_header .item .materials .materials-header, .single-rum .header-container #prod_header .item .materials .materials-header {
            display: none; } }
      .single-bad .header-container #prod_header .item .materials .materials-inner, .single-bryggers .header-container #prod_header .item .materials .materials-inner, .single-garderobe .header-container #prod_header .item .materials .materials-inner, .single-rum .header-container #prod_header .item .materials .materials-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0 30px 15px;
        width: 100%; }
        @media (max-width: 1024px) {
          .single-bad .header-container #prod_header .item .materials .materials-inner, .single-bryggers .header-container #prod_header .item .materials .materials-inner, .single-garderobe .header-container #prod_header .item .materials .materials-inner, .single-rum .header-container #prod_header .item .materials .materials-inner {
            overflow-y: auto;
            height: calc(100% - 25px); } }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials .materials-inner, .single-bryggers .header-container #prod_header .item .materials .materials-inner, .single-garderobe .header-container #prod_header .item .materials .materials-inner, .single-rum .header-container #prod_header .item .materials .materials-inner {
            padding: 50px 30px 15px; } }
      .single-bad .header-container #prod_header .item .materials span, .single-bryggers .header-container #prod_header .item .materials span, .single-garderobe .header-container #prod_header .item .materials span, .single-rum .header-container #prod_header .item .materials span {
        flex: 0 0 50%;
        padding: 10px 50px 10px 0;
        border-top: 1px solid #d8d8d8;
        display: flex;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5); }
        @media (max-width: 768px) {
          .single-bad .header-container #prod_header .item .materials span, .single-bryggers .header-container #prod_header .item .materials span, .single-garderobe .header-container #prod_header .item .materials span, .single-rum .header-container #prod_header .item .materials span {
            flex: 0 0 100%;
            padding: 10px 0; } }
        .single-bad .header-container #prod_header .item .materials span:first-child, .single-bryggers .header-container #prod_header .item .materials span:first-child, .single-garderobe .header-container #prod_header .item .materials span:first-child, .single-rum .header-container #prod_header .item .materials span:first-child {
          border-top: none; }
        .single-bad .header-container #prod_header .item .materials span:nth-child(2), .single-bryggers .header-container #prod_header .item .materials span:nth-child(2), .single-garderobe .header-container #prod_header .item .materials span:nth-child(2), .single-rum .header-container #prod_header .item .materials span:nth-child(2) {
          border-top: none; }
          @media (max-width: 768px) {
            .single-bad .header-container #prod_header .item .materials span:nth-child(2), .single-bryggers .header-container #prod_header .item .materials span:nth-child(2), .single-garderobe .header-container #prod_header .item .materials span:nth-child(2), .single-rum .header-container #prod_header .item .materials span:nth-child(2) {
              border-top: 1px solid #d8d8d8; } }
        .single-bad .header-container #prod_header .item .materials span strong, .single-bryggers .header-container #prod_header .item .materials span strong, .single-garderobe .header-container #prod_header .item .materials span strong, .single-rum .header-container #prod_header .item .materials span strong {
          min-width: 160px;
          display: block;
          font-weight: normal;
          color: #000;
          opacity: 1; }
          @media (max-width: 768px) {
            .single-bad .header-container #prod_header .item .materials span strong, .single-bryggers .header-container #prod_header .item .materials span strong, .single-garderobe .header-container #prod_header .item .materials span strong, .single-rum .header-container #prod_header .item .materials span strong {
              min-width: 120px; } }
  .single-bad .header-container #prod_header .owl-nav, .single-bryggers .header-container #prod_header .owl-nav, .single-garderobe .header-container #prod_header .owl-nav, .single-rum .header-container #prod_header .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 9;
    display: block; }
    @media (max-width: 500px) {
      .single-bad .header-container #prod_header .owl-nav, .single-bryggers .header-container #prod_header .owl-nav, .single-garderobe .header-container #prod_header .owl-nav, .single-rum .header-container #prod_header .owl-nav {
        bottom: 20px;
        right: 15px; } }
    .single-bad .header-container #prod_header .owl-nav button, .single-bryggers .header-container #prod_header .owl-nav button, .single-garderobe .header-container #prod_header .owl-nav button, .single-rum .header-container #prod_header .owl-nav button {
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.3) !important;
      border-radius: 50%;
      display: inline-block;
      margin-left: 20px;
      cursor: pointer;
      padding: 0;
      line-height: 1 !important;
      transition: .2s ease-in-out;
      outline: none;
      height: 50px;
      width: 50px; }
      .single-bad .header-container #prod_header .owl-nav button.disabled, .single-bryggers .header-container #prod_header .owl-nav button.disabled, .single-garderobe .header-container #prod_header .owl-nav button.disabled, .single-rum .header-container #prod_header .owl-nav button.disabled {
        opacity: .3; }
      @media (max-width: 500px) {
        .single-bad .header-container #prod_header .owl-nav button, .single-bryggers .header-container #prod_header .owl-nav button, .single-garderobe .header-container #prod_header .owl-nav button, .single-rum .header-container #prod_header .owl-nav button {
          margin-left: 15px; } }
.single-bad .product-details, .single-bryggers .product-details, .single-garderobe .product-details, .single-rum .product-details {
  border: 1px solid #d8d8d8;
  padding: 90px 80px 40px 80px;
  margin: 150px 0 0;
  position: relative; }
  @media (max-width: 500px) {
    .single-bad .product-details, .single-bryggers .product-details, .single-garderobe .product-details, .single-rum .product-details {
      padding: 90px 40px 10px 40px; } }
  .single-bad .product-details .kitc-front-image, .single-bryggers .product-details .kitc-front-image, .single-garderobe .product-details .kitc-front-image, .single-rum .product-details .kitc-front-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 170px;
    width: 225px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 500px) {
      .single-bad .product-details .kitc-front-image, .single-bryggers .product-details .kitc-front-image, .single-garderobe .product-details .kitc-front-image, .single-rum .product-details .kitc-front-image {
        width: 200px; } }
    .single-bad .product-details .kitc-front-image img, .single-bryggers .product-details .kitc-front-image img, .single-garderobe .product-details .kitc-front-image img, .single-rum .product-details .kitc-front-image img {
      height: auto;
      width: 300px;
      max-width: none; }
      @media (max-width: 500px) {
        .single-bad .product-details .kitc-front-image img, .single-bryggers .product-details .kitc-front-image img, .single-garderobe .product-details .kitc-front-image img, .single-rum .product-details .kitc-front-image img {
          width: 250px; } }
  .single-bad .product-details .available-colors, .single-bryggers .product-details .available-colors, .single-garderobe .product-details .available-colors, .single-rum .product-details .available-colors {
    text-align: center; }
    .single-bad .product-details .available-colors p, .single-bryggers .product-details .available-colors p, .single-garderobe .product-details .available-colors p, .single-rum .product-details .available-colors p {
      opacity: .5;
      font-size: 15px; }
      .single-bad .product-details .available-colors p:first-child, .single-bryggers .product-details .available-colors p:first-child, .single-garderobe .product-details .available-colors p:first-child, .single-rum .product-details .available-colors p:first-child {
        font-size: 20px;
        opacity: 1;
        line-height: 1.3; }
    .single-bad .product-details .available-colors .kitc-front-colors, .single-bryggers .product-details .available-colors .kitc-front-colors, .single-garderobe .product-details .available-colors .kitc-front-colors, .single-rum .product-details .available-colors .kitc-front-colors {
      margin: 35px 0 40px;
      position: relative;
      transition: max-height .5s ease-in-out; }
      @media (max-width: 768px) {
        .single-bad .product-details .available-colors .kitc-front-colors, .single-bryggers .product-details .available-colors .kitc-front-colors, .single-garderobe .product-details .available-colors .kitc-front-colors, .single-rum .product-details .available-colors .kitc-front-colors {
          max-width: 250px;
          margin-left: auto;
          margin-right: auto; } }
      .single-bad .product-details .available-colors .kitc-front-colors .foreachcolor, .single-bryggers .product-details .available-colors .kitc-front-colors .foreachcolor, .single-garderobe .product-details .available-colors .kitc-front-colors .foreachcolor, .single-rum .product-details .available-colors .kitc-front-colors .foreachcolor {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        box-shadow: 0 0 1px 1px #d8d8d8;
        display: inline-block;
        margin: 5px; }
      .single-bad .product-details .available-colors .kitc-front-colors.hide-colors, .single-bryggers .product-details .available-colors .kitc-front-colors.hide-colors, .single-garderobe .product-details .available-colors .kitc-front-colors.hide-colors, .single-rum .product-details .available-colors .kitc-front-colors.hide-colors {
        max-height: 300px;
        overflow: hidden;
        margin-left: -30px;
        margin-right: -30px;
        padding: 40px 30px 0;
        margin-top: -40px; }
        @media (max-width: 768px) {
          .single-bad .product-details .available-colors .kitc-front-colors.hide-colors, .single-bryggers .product-details .available-colors .kitc-front-colors.hide-colors, .single-garderobe .product-details .available-colors .kitc-front-colors.hide-colors, .single-rum .product-details .available-colors .kitc-front-colors.hide-colors {
            margin-left: auto;
            margin-right: auto;
            margin-top: -60px;
            padding-top: 60px; } }
      .single-bad .product-details .available-colors .kitc-front-colors.-expanded .show-all, .single-bryggers .product-details .available-colors .kitc-front-colors.-expanded .show-all, .single-garderobe .product-details .available-colors .kitc-front-colors.-expanded .show-all, .single-rum .product-details .available-colors .kitc-front-colors.-expanded .show-all {
        background: transparent; }
      .single-bad .product-details .available-colors .kitc-front-colors .show-all, .single-bryggers .product-details .available-colors .kitc-front-colors .show-all, .single-garderobe .product-details .available-colors .kitc-front-colors .show-all, .single-rum .product-details .available-colors .kitc-front-colors .show-all {
        display: none; }
        .single-bad .product-details .available-colors .kitc-front-colors .show-all.is-active, .single-bryggers .product-details .available-colors .kitc-front-colors .show-all.is-active, .single-garderobe .product-details .available-colors .kitc-front-colors .show-all.is-active, .single-rum .product-details .available-colors .kitc-front-colors .show-all.is-active {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
          height: 80px;
          display: flex;
          justify-content: center;
          align-items: flex-end; }
        .single-bad .product-details .available-colors .kitc-front-colors .show-all svg, .single-bryggers .product-details .available-colors .kitc-front-colors .show-all svg, .single-garderobe .product-details .available-colors .kitc-front-colors .show-all svg, .single-rum .product-details .available-colors .kitc-front-colors .show-all svg {
          height: 50px;
          width: 50px;
          border-radius: 50%;
          padding: 15px;
          border: 1px solid rgba(0, 0, 0, 0.3);
          background: #fff;
          cursor: pointer;
          outline: none; }
  .single-bad .product-details .btn, .single-bryggers .product-details .btn, .single-garderobe .product-details .btn, .single-rum .product-details .btn {
    padding: 0 10px;
    display: block;
    text-align: center; }
.single-bad .container-specs, .single-bryggers .container-specs, .single-garderobe .container-specs, .single-rum .container-specs {
  padding: 0px !important; }
  @media screen and (min-width: 850px) {
    .single-bad .container-specs, .single-bryggers .container-specs, .single-garderobe .container-specs, .single-rum .container-specs {
      position: absolute;
      padding: 0 30px !important;
      bottom: 30px;
      left: 0px;
      right: 0px;
      z-index: 8;
      width: 100%;
      max-width: 100% !important;
      padding: 0 30px; }
      .single-bad .container-specs .colors, .single-bryggers .container-specs .colors, .single-garderobe .container-specs .colors, .single-rum .container-specs .colors {
        min-width: 275px; } }
  .single-bad .container-specs .cta-n-specs, .single-bryggers .container-specs .cta-n-specs, .single-garderobe .container-specs .cta-n-specs, .single-rum .container-specs .cta-n-specs {
    display: block; }
    @media screen and (min-width: 850px) {
      .single-bad .container-specs .cta-n-specs, .single-bryggers .container-specs .cta-n-specs, .single-garderobe .container-specs .cta-n-specs, .single-rum .container-specs .cta-n-specs {
        float: right;
        max-width: 500px; } }
    .single-bad .container-specs .cta-n-specs .btn, .single-bryggers .container-specs .cta-n-specs .btn, .single-garderobe .container-specs .cta-n-specs .btn, .single-rum .container-specs .cta-n-specs .btn {
      height: 65px;
      display: flex;
      align-items: center;
      font-size: 16px; }
  .single-bad .container-specs .colors, .single-bryggers .container-specs .colors, .single-garderobe .container-specs .colors, .single-rum .container-specs .colors {
    background: white;
    padding: 20px 30px;
    cursor: pointer; }
    @media screen and (min-width: 850px) {
      .single-bad .container-specs .colors, .single-bryggers .container-specs .colors, .single-garderobe .container-specs .colors, .single-rum .container-specs .colors {
        float: left;
        display: flex;
        align-content: center; } }
    @media screen and (max-width: 849px) {
      .single-bad .container-specs .colors, .single-bryggers .container-specs .colors, .single-garderobe .container-specs .colors, .single-rum .container-specs .colors {
        display: wrap;
        align-content: center; } }
    @media screen and (max-width: 500px) {
      .single-bad .container-specs .colors, .single-bryggers .container-specs .colors, .single-garderobe .container-specs .colors, .single-rum .container-specs .colors {
        flex-flow: row; } }
    .single-bad .container-specs .colors .label-colors, .single-bryggers .container-specs .colors .label-colors, .single-garderobe .container-specs .colors .label-colors, .single-rum .container-specs .colors .label-colors {
      line-height: 1;
      height: 20px;
      display: inline-block;
      margin-right: 10px; }
      .single-bad .container-specs .colors .label-colors:after, .single-bryggers .container-specs .colors .label-colors:after, .single-garderobe .container-specs .colors .label-colors:after, .single-rum .container-specs .colors .label-colors:after {
        content: " ";
        background-image: url(/wp-content/uploads/2019/02/arrow-right-black.svg);
        width: 20px;
        height: 12px;
        margin-left: 8px;
        display: inline-block;
        background-size: cover;
        background-position: center center;
        transition: .1s ease-in-out; }
    .single-bad .container-specs .colors .color-wrap, .single-bryggers .container-specs .colors .color-wrap, .single-garderobe .container-specs .colors .color-wrap, .single-rum .container-specs .colors .color-wrap {
      display: flex; }
    .single-bad .container-specs .colors .color, .single-bryggers .container-specs .colors .color, .single-garderobe .container-specs .colors .color, .single-rum .container-specs .colors .color {
      display: inline-block;
      border-radius: 50%;
      cursor: pointer;
      margin: 0 5px;
      height: 25px;
      width: 25px;
      border: 1px solid #dcdcdc; }
      .single-bad .container-specs .colors .color:last-of-type, .single-bryggers .container-specs .colors .color:last-of-type, .single-garderobe .container-specs .colors .color:last-of-type, .single-rum .container-specs .colors .color:last-of-type {
        border: 0px; }
.single-bad .container-content01 .row, .single-bryggers .container-content01 .row, .single-garderobe .container-content01 .row, .single-rum .container-content01 .row {
  align-items: center; }
.single-bad .container-content01 .video-container, .single-bryggers .container-content01 .video-container, .single-garderobe .container-content01 .video-container, .single-rum .container-content01 .video-container {
  margin-top: 5px; }
.single-bad .container-content01 img, .single-bryggers .container-content01 img, .single-garderobe .container-content01 img, .single-rum .container-content01 img {
  width: 100%; }
@media screen and (max-width: 575px) {
  .single-bad .container-content01 .row-gallery .kitc-img-col, .single-bryggers .container-content01 .row-gallery .kitc-img-col, .single-garderobe .container-content01 .row-gallery .kitc-img-col, .single-rum .container-content01 .row-gallery .kitc-img-col {
    display: none; }
    .single-bad .container-content01 .row-gallery .kitc-img-col:nth-child(1), .single-bryggers .container-content01 .row-gallery .kitc-img-col:nth-child(1), .single-garderobe .container-content01 .row-gallery .kitc-img-col:nth-child(1), .single-rum .container-content01 .row-gallery .kitc-img-col:nth-child(1) {
      display: block; }
    .single-bad .container-content01 .row-gallery .kitc-img-col:nth-child(2), .single-bryggers .container-content01 .row-gallery .kitc-img-col:nth-child(2), .single-garderobe .container-content01 .row-gallery .kitc-img-col:nth-child(2), .single-rum .container-content01 .row-gallery .kitc-img-col:nth-child(2) {
      display: block; } }
.single-bad .container-content01 .row-gallery .kitc-img-col img, .single-bryggers .container-content01 .row-gallery .kitc-img-col img, .single-garderobe .container-content01 .row-gallery .kitc-img-col img, .single-rum .container-content01 .row-gallery .kitc-img-col img {
  width: 100%; }
.single-bad .row-related .btn, .single-bryggers .row-related .btn, .single-garderobe .row-related .btn, .single-rum .row-related .btn {
  float: right; }
  @media (max-width: 500px) {
    .single-bad .row-related .btn, .single-bryggers .row-related .btn, .single-garderobe .row-related .btn, .single-rum .row-related .btn {
      float: none; } }
.single-bad .row-related .related-kitchen, .single-bryggers .row-related .related-kitchen, .single-garderobe .row-related .related-kitchen, .single-rum .row-related .related-kitchen {
  position: relative; }
  @media (max-width: 500px) {
    .single-bad .row-related .related-kitchen, .single-bryggers .row-related .related-kitchen, .single-garderobe .row-related .related-kitchen, .single-rum .row-related .related-kitchen {
      margin-top: 25px; } }
  .single-bad .row-related .related-kitchen:hover .related-kitchen-inner img, .single-bryggers .row-related .related-kitchen:hover .related-kitchen-inner img, .single-garderobe .row-related .related-kitchen:hover .related-kitchen-inner img, .single-rum .row-related .related-kitchen:hover .related-kitchen-inner img {
    height: 100%; }
  .single-bad .row-related .related-kitchen .related-kitchen-inner, .single-bryggers .row-related .related-kitchen .related-kitchen-inner, .single-garderobe .row-related .related-kitchen .related-kitchen-inner, .single-rum .row-related .related-kitchen .related-kitchen-inner {
    position: relative;
    overflow: hidden;
    height: 500px; }
    .single-bad .row-related .related-kitchen .related-kitchen-inner img, .single-bryggers .row-related .related-kitchen .related-kitchen-inner img, .single-garderobe .row-related .related-kitchen .related-kitchen-inner img, .single-rum .row-related .related-kitchen .related-kitchen-inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 108%;
      width: auto;
      max-width: unset;
      transition: .25s ease-in-out; }
    @media (max-width: 768px) {
      .single-bad .row-related .related-kitchen .related-kitchen-inner img, .single-bryggers .row-related .related-kitchen .related-kitchen-inner img, .single-garderobe .row-related .related-kitchen .related-kitchen-inner img, .single-rum .row-related .related-kitchen .related-kitchen-inner img {
        height: 100%; } }
  .single-bad .row-related .related-kitchen h4, .single-bryggers .row-related .related-kitchen h4, .single-garderobe .row-related .related-kitchen h4, .single-rum .row-related .related-kitchen h4 {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1; }
  .single-bad .row-related .related-kitchen a, .single-bryggers .row-related .related-kitchen a, .single-garderobe .row-related .related-kitchen a, .single-rum .row-related .related-kitchen a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.single-bad .flex_images:nth-child(2n) > div, .single-bryggers .flex_images:nth-child(2n) > div, .single-garderobe .flex_images:nth-child(2n) > div, .single-rum .flex_images:nth-child(2n) > div {
  flex-direction: row-reverse; }
.single-bad .image-gallery a, .single-bryggers .image-gallery a, .single-garderobe .image-gallery a, .single-rum .image-gallery a {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .single-bad .image-gallery a img, .single-bryggers .image-gallery a img, .single-garderobe .image-gallery a img, .single-rum .image-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 108%;
    width: auto;
    max-width: unset;
    transition: .25s ease-in-out; }
  @media (max-width: 768px) {
    .single-bad .image-gallery a img, .single-bryggers .image-gallery a img, .single-garderobe .image-gallery a img, .single-rum .image-gallery a img {
      height: 100%; } }
  .single-bad .image-gallery a:hover img, .single-bryggers .image-gallery a:hover img, .single-garderobe .image-gallery a:hover img, .single-rum .image-gallery a:hover img {
    height: 100%; }
  .single-bad .image-gallery a.img-gallery-tall, .single-bryggers .image-gallery a.img-gallery-tall, .single-garderobe .image-gallery a.img-gallery-tall, .single-rum .image-gallery a.img-gallery-tall {
    height: 800px; }
  .single-bad .image-gallery a.img-gallery-wide, .single-bryggers .image-gallery a.img-gallery-wide, .single-garderobe .image-gallery a.img-gallery-wide, .single-rum .image-gallery a.img-gallery-wide {
    height: 400px; }
@media (max-width: 768px) {
  .single-bad .image-gallery.gallery-3 > div, .single-bryggers .image-gallery.gallery-3 > div, .single-garderobe .image-gallery.gallery-3 > div, .single-rum .image-gallery.gallery-3 > div {
    padding-left: 4px;
    padding-right: 4px; } }
.single-bad .image-gallery.gallery-3 a.img-gallery-wide, .single-bryggers .image-gallery.gallery-3 a.img-gallery-wide, .single-garderobe .image-gallery.gallery-3 a.img-gallery-wide, .single-rum .image-gallery.gallery-3 a.img-gallery-wide {
  height: calc(50% - 15px); }
  @media (max-width: 768px) {
    .single-bad .image-gallery.gallery-3 a.img-gallery-wide, .single-bryggers .image-gallery.gallery-3 a.img-gallery-wide, .single-garderobe .image-gallery.gallery-3 a.img-gallery-wide, .single-rum .image-gallery.gallery-3 a.img-gallery-wide {
      height: calc(50% - 8px);
      margin-bottom: 8px; } }
@media (max-width: 768px) {
  .single-bad .image-gallery.gallery-3 a.img-gallery-tall, .single-bryggers .image-gallery.gallery-3 a.img-gallery-tall, .single-garderobe .image-gallery.gallery-3 a.img-gallery-tall, .single-rum .image-gallery.gallery-3 a.img-gallery-tall {
    height: 60vw;
    margin-bottom: 8px; } }
.single-bad .image-gallery.gallery-3.gallery-2 a.img-gallery-wide, .single-bryggers .image-gallery.gallery-3.gallery-2 a.img-gallery-wide, .single-garderobe .image-gallery.gallery-3.gallery-2 a.img-gallery-wide, .single-rum .image-gallery.gallery-3.gallery-2 a.img-gallery-wide {
  min-height: 350px; }
.single-bad .product-quote-inner, .single-bryggers .product-quote-inner, .single-garderobe .product-quote-inner, .single-rum .product-quote-inner {
  margin-top: 150px;
  position: relative;
  padding-bottom: 140px; }
  @media (max-width: 700px) {
    .single-bad .product-quote-inner, .single-bryggers .product-quote-inner, .single-garderobe .product-quote-inner, .single-rum .product-quote-inner {
      margin-top: 100px; } }
  .single-bad .product-quote-inner:before, .single-bryggers .product-quote-inner:before, .single-garderobe .product-quote-inner:before, .single-rum .product-quote-inner:before {
    content: "";
    position: absolute;
    height: 450px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F1F1F1;
    z-index: -1; }
    @media (max-width: 700px) {
      .single-bad .product-quote-inner:before, .single-bryggers .product-quote-inner:before, .single-garderobe .product-quote-inner:before, .single-rum .product-quote-inner:before {
        height: 100%;
        left: -15px;
        right: -15px; } }
  .single-bad .product-quote-inner img, .single-bryggers .product-quote-inner img, .single-garderobe .product-quote-inner img, .single-rum .product-quote-inner img {
    width: 850px;
    display: block;
    margin: 0 auto; }
  .single-bad .product-quote-inner .product-quote-box, .single-bryggers .product-quote-inner .product-quote-box, .single-garderobe .product-quote-inner .product-quote-box, .single-rum .product-quote-inner .product-quote-box {
    background: white;
    position: absolute;
    width: 100%;
    max-width: 650px;
    bottom: 75px;
    left: 50%;
    margin-left: auto;
    transform: translatex(-50%);
    padding: 50px 100px; }
    @media (max-width: 700px) {
      .single-bad .product-quote-inner .product-quote-box, .single-bryggers .product-quote-inner .product-quote-box, .single-garderobe .product-quote-inner .product-quote-box, .single-rum .product-quote-inner .product-quote-box {
        padding: 25px 25px 25px 50px;
        left: 15px;
        right: 15px;
        transform: translateX(0);
        width: auto;
        bottom: 40px;
        margin-left: 0; } }
    .single-bad .product-quote-inner .product-quote-box .quote-content, .single-bryggers .product-quote-inner .product-quote-box .quote-content, .single-garderobe .product-quote-inner .product-quote-box .quote-content, .single-rum .product-quote-inner .product-quote-box .quote-content {
      position: relative; }
      .single-bad .product-quote-inner .product-quote-box .quote-content svg, .single-bryggers .product-quote-inner .product-quote-box .quote-content svg, .single-garderobe .product-quote-inner .product-quote-box .quote-content svg, .single-rum .product-quote-inner .product-quote-box .quote-content svg {
        position: absolute;
        top: 5px;
        left: -15px;
        transform: translateX(-100%);
        height: 25px;
        width: auto;
        opacity: .3; }
        @media (max-width: 700px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content svg, .single-bryggers .product-quote-inner .product-quote-box .quote-content svg, .single-garderobe .product-quote-inner .product-quote-box .quote-content svg, .single-rum .product-quote-inner .product-quote-box .quote-content svg {
            left: -10px;
            height: 16px; } }
      .single-bad .product-quote-inner .product-quote-box .quote-content .quote, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote, .single-rum .product-quote-inner .product-quote-box .quote-content .quote {
        font-size: 24px;
        font-weight: 300;
        font-family: "Source Sans Pro";
        opacity: .7;
        font-style: italic;
        margin-top: 0; }
        @media (max-width: 500px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content .quote, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote, .single-rum .product-quote-inner .product-quote-box .quote-content .quote {
            font-size: 20px; } }
        @media (max-width: 700px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content .quote, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote, .single-rum .product-quote-inner .product-quote-box .quote-content .quote {
            margin-bottom: 0;
            font-size: 18px; } }
        @media (max-width: 420px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content .quote, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote, .single-rum .product-quote-inner .product-quote-box .quote-content .quote {
            font-size: 16px; } }
      .single-bad .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-rum .product-quote-inner .product-quote-box .quote-content .quote-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 768px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-rum .product-quote-inner .product-quote-box .quote-content .quote-bottom {
            margin-top: 15px;
            align-items: center; } }
        @media (max-width: 420px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-bryggers .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-garderobe .product-quote-inner .product-quote-box .quote-content .quote-bottom, .single-rum .product-quote-inner .product-quote-box .quote-content .quote-bottom {
            flex-direction: column-reverse; } }
      .single-bad .product-quote-inner .product-quote-box .quote-content .who, .single-bryggers .product-quote-inner .product-quote-box .quote-content .who, .single-garderobe .product-quote-inner .product-quote-box .quote-content .who, .single-rum .product-quote-inner .product-quote-box .quote-content .who {
        font-size: 14px;
        opacity: .7;
        display: block;
        text-align: right;
        font-weight: 600;
        margin-top: 0; }
        @media (max-width: 420px) {
          .single-bad .product-quote-inner .product-quote-box .quote-content .who, .single-bryggers .product-quote-inner .product-quote-box .quote-content .who, .single-garderobe .product-quote-inner .product-quote-box .quote-content .who, .single-rum .product-quote-inner .product-quote-box .quote-content .who {
            margin-bottom: 15px; } }
.single-bad .product-dropdown, .single-bryggers .product-dropdown, .single-garderobe .product-dropdown, .single-rum .product-dropdown {
  border: 1px solid #d8d8d8;
  border-top: none; }
  .single-bad .product-dropdown .product-dropdown-heading, .single-bryggers .product-dropdown .product-dropdown-heading, .single-garderobe .product-dropdown .product-dropdown-heading, .single-rum .product-dropdown .product-dropdown-heading {
    padding: 20px;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #d8d8d8;
    font-size: 18px; }
    .single-bad .product-dropdown .product-dropdown-heading:first-child, .single-bryggers .product-dropdown .product-dropdown-heading:first-child, .single-garderobe .product-dropdown .product-dropdown-heading:first-child, .single-rum .product-dropdown .product-dropdown-heading:first-child {
      border-top: none; }
    .single-bad .product-dropdown .product-dropdown-heading svg, .single-bryggers .product-dropdown .product-dropdown-heading svg, .single-garderobe .product-dropdown .product-dropdown-heading svg, .single-rum .product-dropdown .product-dropdown-heading svg {
      opacity: .3;
      position: absolute;
      right: 30px;
      top: 28px;
      transition: .2s ease-in-out; }
    .single-bad .product-dropdown .product-dropdown-heading.toggle-show svg, .single-bryggers .product-dropdown .product-dropdown-heading.toggle-show svg, .single-garderobe .product-dropdown .product-dropdown-heading.toggle-show svg, .single-rum .product-dropdown .product-dropdown-heading.toggle-show svg {
      transform: rotate(-180deg); }
  .single-bad .product-dropdown .product-dropdown-content, .single-bryggers .product-dropdown .product-dropdown-content, .single-garderobe .product-dropdown .product-dropdown-content, .single-rum .product-dropdown .product-dropdown-content {
    display: none;
    padding: 0 20px 20px 20px;
    font-size: 14px;
    opacity: 1; }
    .single-bad .product-dropdown .product-dropdown-content p, .single-bryggers .product-dropdown .product-dropdown-content p, .single-garderobe .product-dropdown .product-dropdown-content p, .single-rum .product-dropdown .product-dropdown-content p {
      margin-bottom: 10px; }
      .single-bad .product-dropdown .product-dropdown-content p:last-child, .single-bryggers .product-dropdown .product-dropdown-content p:last-child, .single-garderobe .product-dropdown .product-dropdown-content p:last-child, .single-rum .product-dropdown .product-dropdown-content p:last-child {
        margin-bottom: 0; }

.outl-product-container .row h1 {
  margin-top: 0px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.outl-product-container .row .price-container {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .outl-product-container .row .price-container a {
    color: black;
    border-bottom: 1px solid #000;
    text-decoration: none; }
  .outl-product-container .row .price-container span {
    display: block; }
    .outl-product-container .row .price-container span.price-before {
      font-weight: inherit; }
    .outl-product-container .row .price-container span.price-now {
      font-weight: 600;
      font-size: 18px; }
.outl-product-container .row .owl-outl-product-holder {
  position: relative; }
  .outl-product-container .row .owl-outl-product-holder .reduced-price {
    position: absolute;
    top: -16px;
    right: 0px;
    z-index: 9;
    font-size: 16px;
    background: #16324a;
    padding: 5px 20px;
    color: white; }
  .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%; }
    .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav button {
      background: white;
      height: 50px;
      width: 50px;
      outline: 0;
      display: flex;
      align-content: center;
      justify-content: center; }
      .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav button img {
        max-width: 16px; }
      .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav button:first-child {
        float: left;
        border-radius: 0 2px 2px 0; }
        .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav button:first-child img {
          transform: rotate(90deg); }
      .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav button:last-child {
        float: right;
        border-radius: 2px 0 0 2px; }
        .outl-product-container .row .owl-outl-product-holder #owl-outl-product .owl-nav button:last-child img {
          transform: rotate(-90deg); }

@keyframes loading-primary {
  0% {
    width: 0; }
  70% {
    transform: translateX(0); }
  100% {
    width: 100%;
    transform: translateX(100%); } }
@keyframes loading-primary-product {
  0% {
    width: 0; }
  70% {
    transform: translateX(0); }
  100% {
    width: 0;
    transform: translateX(100%); } }
@keyframes loading-secondary {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-in {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes slide-up {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@keyframes slide-up-reveal {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-down-reveal {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes page-load {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(100%); } }
.page-load {
  background: #6e484c;
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 200%;
  transform: translateX(-100%);
  animation: page-load;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0.31, 1);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  z-index: 99999; }
  @media (max-width: 600px) {
    .page-load {
      top: 75px; } }
  .page-load:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 50%;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 999999; }

#stop-here {
  position: relative;
  display: block;
  height: 0; }

.header-scroll {
  transform: translateY(100%);
  animation: slide-up;
  animation-duration: .4s;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

.main-header {
  opacity: 0;
  animation: reveal;
  animation-duration: .5s;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

.loading-primary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 9;
  animation: loading-primary;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0.31, 1);
  animation-delay: 0.4s;
  animation-fill-mode: forwards; }
  .loading-primary.product {
    animation: loading-primary-product; }

.loading-secondary {
  background-color: #F1F1F1;
  position: absolute;
  top: 0;
  border-top: 80px solid #fff;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  animation: loading-secondary;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0.31, 1);
  animation-delay: .4s;
  animation-fill-mode: forwards; }
  @media (max-width: 600px) {
    .loading-secondary {
      border-top: 75px solid #fff; } }

#video-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99990;
  visibility: hidden;
  opacity: 0;
  transition: .8s ease-in-out;
  background: #000;
  display: flex; }
  #video-fullscreen #featured-video {
    width: 100%;
    height: auto; }
  #video-fullscreen.get-overlay #video-overlay {
    opacity: .5; }
  #video-fullscreen.get-overlay .video-controls-top,
  #video-fullscreen.get-overlay .video-controls-bottom {
    opacity: 1; }
  #video-fullscreen #video-overlay {
    opacity: 0;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    #video-fullscreen #video-overlay svg {
      cursor: pointer;
      z-index: 9;
      display: block; }
  #video-fullscreen .video-controls-top {
    position: absolute;
    z-index: 99991;
    top: 60px;
    left: 60px;
    right: 60px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s ease-in-out; }
    @media (max-width: 1024px) {
      #video-fullscreen .video-controls-top {
        top: 10px;
        left: 10px;
        right: 10px; } }
    #video-fullscreen .video-controls-top #mute-video svg {
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 12px;
      cursor: pointer;
      transition: .2s ease-in-out;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
    #video-fullscreen .video-controls-top #close-video {
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 12px;
      cursor: pointer;
      transition: .2s ease-in-out; }
      #video-fullscreen .video-controls-top #close-video:hover {
        background-color: #fff; }
        #video-fullscreen .video-controls-top #close-video:hover line {
          stroke: #000; }
  #video-fullscreen .video-controls-bottom {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    opacity: 0;
    transition: .5s ease-in-out;
    z-index: 1; }
    @media (max-width: 1024px) {
      #video-fullscreen .video-controls-bottom {
        bottom: 10px;
        left: 10px;
        right: 10px; } }
    #video-fullscreen .video-controls-bottom .time-count {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
      #video-fullscreen .video-controls-bottom .time-count #duration,
      #video-fullscreen .video-controls-bottom .time-count #time-elapsed {
        color: #f1f1f1;
        font-size: 14px;
        line-height: 1; }
    #video-fullscreen .video-controls-bottom .video-progress {
      position: relative;
      height: 3px; }
    #video-fullscreen .video-controls-bottom progress {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 2px;
      width: 100%;
      height: 3px;
      pointer-events: none;
      position: absolute;
      top: 0;
      background: rgba(255, 255, 255, 0.3);
      border: none; }
    #video-fullscreen .video-controls-bottom #progress-bar::-webkit-progress-bar,
    #video-fullscreen .video-controls-bottom #progress-bar::-moz-progress-bar {
      background: #f1f1f1;
      border: none; }
    #video-fullscreen .video-controls-bottom #progress-bar::-webkit-progress-value {
      background: #f1f1f1 !important;
      border: none; }
    #video-fullscreen .video-controls-bottom .seek {
      position: absolute;
      top: 0;
      width: 100%;
      cursor: pointer;
      margin: 0; }
    #video-fullscreen .video-controls-bottom .seek:hover + .seek-tooltip {
      display: block; }
    #video-fullscreen .video-controls-bottom .seek-tooltip {
      display: none;
      position: absolute;
      top: -50px;
      margin-left: 0;
      font-size: 12px;
      padding: 3px;
      content: attr(data-title);
      font-weight: bold;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6); }
    #video-fullscreen .video-controls-bottom input[type=range] {
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 3px;
      background: transparent;
      cursor: pointer;
      border: none; }
    #video-fullscreen .video-controls-bottom input[type=range]:focus {
      outline: none; }
    #video-fullscreen .video-controls-bottom input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      cursor: pointer;
      border-radius: 1.3px;
      -webkit-appearance: none;
      transition: all 0.4s ease; }
    #video-fullscreen .video-controls-bottom input[type=range]::-webkit-slider-thumb {
      height: 16px;
      width: 16px;
      border-radius: 16px;
      background: var(--youtube-red);
      cursor: pointer;
      -webkit-appearance: none;
      margin-left: -1px; }
    #video-fullscreen .video-controls-bottom input[type=range]:focus::-webkit-slider-runnable-track {
      background: transparent; }
    #video-fullscreen .video-controls-bottom input[type=range]::-moz-range-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      border: 1px solid transparent;
      background: transparent;
      border-radius: 1.3px; }
    #video-fullscreen .video-controls-bottom input[type=range]::-moz-range-thumb {
      height: 14px;
      width: 14px;
      border-radius: 50px;
      border: 1px solid var(--youtube-red);
      background: var(--youtube-red);
      cursor: pointer;
      margin-top: 5px; }
    #video-fullscreen .video-controls-bottom input[type=range]:focus::-moz-range-track {
      outline: none; }
  #video-fullscreen.fade-in {
    visibility: visible;
    opacity: 1; }

.featured-header {
  position: relative;
  animation: slide-in;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.68, -0.01, 0.31, 1); }
  .featured-header .hero-heading {
    padding: 0;
    margin: 0; }
  .featured-header::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F1F1F1;
    z-index: -1; }
    @media (max-width: 600px) {
      .featured-header::before {
        top: 75px; } }
  .featured-header.stretch {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 100%; }
    .featured-header.stretch .featured-header-container {
      width: 100%;
      height: 100%;
      bottom: 0; }
  .featured-header .featured-header-container {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1920px;
    height: calc(100vh - 80px);
    margin: 0 auto;
    transition: .5s ease-in-out;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .featured-header .featured-header-container {
        width: calc(100% - 30px);
        height: calc(100vh - 107px); } }
    @media (max-width: 600px) {
      .featured-header .featured-header-container {
        height: calc(100vh - 75px);
        height: calc((var(--vh, 1vh) * 100) - 75px); } }
    .featured-header .featured-header-container .featured-header-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 150px;
      height: 100%;
      width: 100%; }
      @media (max-width: 1024px) {
        .featured-header .featured-header-container .featured-header-wrap {
          padding: 20px; } }
    .featured-header .featured-header-container .featured-header-video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .featured-header .featured-header-container .featured-header-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%; }
    .featured-header .featured-header-container .featured-header-bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      transition: .8s ease-in-out; }
      .featured-header .featured-header-container .featured-header-bg.fade-out {
        opacity: 0; }
    .featured-header .featured-header-container .featured-header-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000; }
    .featured-header .featured-header-container .featured-header-content {
      opacity: 0;
      transform: translateY(50px);
      animation: slide-up-reveal;
      animation-duration: .7s;
      animation-delay: 1.3s;
      animation-fill-mode: forwards;
      display: block;
      position: relative;
      color: #fff;
      max-width: 950px;
      padding-bottom: 60px;
      transition: .3s ease-in-out; }
      .featured-header .featured-header-container .featured-header-content.fade-out {
        opacity: 0; }
      .featured-header .featured-header-container .featured-header-content .btn {
        margin-top: 50px;
        cursor: pointer;
        margin-right: 10px; }
    .featured-header .featured-header-container .header-scroll {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      text-align: left;
      height: 60px;
      line-height: 60px;
      padding-left: 30px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .7px;
      background-color: #F1F1F1;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.4);
      transition: .15s ease-in-out; }
      .featured-header .featured-header-container .header-scroll:hover {
        padding-left: 40px; }

.featured-content {
  background-color: #F1F1F1; }
  .featured-content.content-materials {
    background-color: #fff; }
  .featured-content h2 {
    margin: 0; }
  .featured-content p {
    margin: 0; }
    .featured-content p strong {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.4;
      margin-bottom: 22px;
      display: block; }
  .featured-content .cursivehead {
    position: absolute;
    top: 0;
    transform: translatey(-100%); }
  .featured-content .btn {
    margin-top: 50px; }
    @media (max-width: 768px) {
      .featured-content .btn {
        margin-top: 0px;
        margin-bottom: 25px; } }

.featured-products {
  position: relative; }
  .featured-products .row > div:last-child .fea-grid-box {
    margin-bottom: 0; }
  .featured-products .row > div:nth-child(n+5) {
    padding-top: 40px; }
  .featured-products::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    background-color: #F1F1F1;
    z-index: -1; }
  .featured-products.content-materials::before {
    display: none; }
  .featured-products.content-materials .fea-grid-box .fea-title {
    padding: 20px 0 20px;
    min-height: 90px; }
  .featured-products .fea-grid-box {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    text-decoration: none;
    color: #000;
    transition: .25s ease-in-out; }
    @media (max-width: 768px) {
      .featured-products .fea-grid-box {
        margin-bottom: 40px; } }
    .featured-products .fea-grid-box .fea-title {
      padding: 20px 0 50px;
      font-family: "Source Sans Pro";
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      opacity: 1; }
      @media (max-width: 768px) {
        .featured-products .fea-grid-box .fea-title {
          padding: 15px 0 20px; } }
    .featured-products .fea-grid-box .fea-desc {
      font-size: 14px;
      opacity: .5;
      margin-top: -25px;
      margin-bottom: 25px;
      font-style: initial; }
    .featured-products .fea-grid-box .fea-image {
      width: 100%;
      padding-top: 100%;
      position: relative;
      overflow: hidden; }
      .featured-products .fea-grid-box .fea-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 108%;
        width: auto;
        max-width: unset;
        transition: .25s ease-in-out; }
      @media (max-width: 768px) {
        .featured-products .fea-grid-box .fea-image img {
          height: 100%; } }
    .featured-products .fea-grid-box:hover {
      border-color: #000; }
      .featured-products .fea-grid-box:hover .fea-image img {
        height: 100%; }

.client-heading {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media (max-width: 500px) {
    .client-heading {
      padding-bottom: 25px; } }

.client-slider .owl-nav {
  text-align: left; }
  .client-slider .owl-nav button {
    position: relative;
    top: unset;
    float: none;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
    line-height: 1 !important;
    transition: .2s ease-in-out;
    outline: none;
    height: 50px;
    width: 50px; }
    .client-slider .owl-nav button.disabled {
      opacity: .3; }
.client-slider .owl-stage {
  display: flex;
  align-items: center;
  height: 620px; }
  @media (max-width: 500px) {
    .client-slider .owl-stage {
      height: 425px;
      margin-bottom: 15px; } }
.client-slider .client-slide {
  cursor: pointer; }
  .client-slider .client-slide:hover img {
    width: 100% !important;
    height: 100% !important; }
  .client-slider .client-slide .client-slide-img {
    height: 400px;
    transition: .5s ease-in-out;
    overflow: hidden; }
    .client-slider .client-slide .client-slide-img img {
      transition: .25s ease-in-out;
      object-fit: cover;
      object-position: center;
      width: 105%;
      height: 105%; }
  .client-slider .client-slide p {
    color: #000;
    opacity: 1;
    padding-left: 1px; }
    .client-slider .client-slide p span {
      opacity: .5;
      font-style: italic;
      font-size: 14px; }
.client-slider .active .client-slide .client-slide-img {
  height: 560px; }
  @media (max-width: 500px) {
    .client-slider .active .client-slide .client-slide-img {
      height: 400px; } }
.client-slider .active ~ .active .client-slide .client-slide-img {
  height: 400px; }

.client-grid {
  margin-top: 50px; }
  .client-grid .container {
    max-width: 1100px; }
  .client-grid .client-slider {
    display: flex;
    flex-wrap: wrap; }
    .client-grid .client-slider .client-slide {
      flex: 0 0 33.33%;
      padding: 10px; }
      @media (max-width: 1024px) {
        .client-grid .client-slider .client-slide {
          flex: 0 0 50%; } }
      @media (max-width: 600px) {
        .client-grid .client-slider .client-slide {
          flex: 0 0 100%;
          padding: 0;
          padding-bottom: 20px; } }
      .client-grid .client-slider .client-slide .client-slide-img {
        height: 350px; }

@media (max-width: 768px) {
  .content-materials .btn-inline {
    margin-bottom: 25px;
    margin-top: -25px; } }

@media (max-width: 768px) {
  .catalog-list .row > div:last-child .btn-inline {
    margin-top: 5px; } }

.img-badge-wrap {
  position: relative; }
  @media (max-width: 768px) {
    .img-badge-wrap {
      margin-bottom: 20px; } }
  .img-badge-wrap .img-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%; }
    .img-badge-wrap .img-badge img {
      display: block;
      padding: 25px 35px;
      width: auto; }

.page-header-overview {
  height: 60vh;
  display: block;
  position: relative; }
  @media screen and (max-width: 960px) {
    .page-header-overview {
      height: 50vh; } }
  .page-header-overview a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.sort-container .text-center p {
  max-width: 450px;
  margin: auto; }
.sort-container .material-cta {
  padding: 13px 20px;
  display: block;
  margin-bottom: 30px;
  text-align: center; }

.product-list .masonry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.product-list .not-all .masonry-item {
  display: none; }
  .product-list .not-all .masonry-item:nth-child(1), .product-list .not-all .masonry-item:nth-child(2), .product-list .not-all .masonry-item:nth-child(3), .product-list .not-all .masonry-item:nth-child(4), .product-list .not-all .masonry-item:nth-child(5), .product-list .not-all .masonry-item:nth-child(6) {
    display: inline-block !important; }

.goodbye {
  display: none !important; }

.show-me-all .col-12 {
  text-align: center; }
  .show-me-all .col-12 .btn {
    margin: auto;
    cursor: pointer; }

.product-list {
  width: 100%; }
  .product-list .product {
    transition: all ease .3s;
    display: none;
    width: 100%;
    padding: 7.5px;
    margin-bottom: 50px;
    flex: 0 0 100%; }
    @media (max-width: 500px) {
      .product-list .product {
        margin-bottom: 25px;
        padding: 0 7.5px; } }
    @media screen and (min-width: 769px) {
      .product-list .product {
        flex: 0 0 33.33%; } }
    @media screen and (min-width: 769px) {
      .product-list .product.wide {
        flex: 66.66%; } }
    .product-list .product.grid-split {
      padding: 0;
      margin: 0; }
  .product-list .showme {
    opacity: 1;
    display: inline-block; }

.product-col-inner {
  overflow: hidden;
  position: relative;
  display: block; }
  .product-col-inner .product-img {
    height: 500px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden; }
    .product-col-inner .product-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 108%;
      width: auto;
      max-width: unset;
      transition: .25s ease-in-out; }
    @media (max-width: 768px) {
      .product-col-inner .product-img img {
        height: 100%; } }
    @media (max-width: 768px) {
      .product-col-inner .product-img {
        height: 0;
        padding-top: 60%; } }
  .product-col-inner a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .product-col-inner:hover img {
    height: 100%; }
  .product-col-inner .product-title-holder {
    padding-top: 20px;
    width: 100%; }
    @media (max-width: 500px) {
      .product-col-inner .product-title-holder {
        padding-top: 10px; } }
    .product-col-inner .product-title-holder h4 {
      padding: 0px;
      margin: 0px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      letter-spacing: 1px; }
      .product-col-inner .product-title-holder h4 span::after {
        content: "";
        width: 5px;
        height: 5px;
        background: #000;
        position: relative;
        display: inline-block;
        margin: 0 7px;
        border-radius: 50%;
        vertical-align: top;
        margin-top: 5px; }

.no-results-overview {
  display: none; }

.hide-error {
  display: block !important; }
  .hide-error .error-msg {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    background: white; }

.sort-col-inner {
  margin: 15px 0 40px; }
  .sort-col-inner .dropdown {
    display: inline-block;
    position: relative; }
    @media (max-width: 460px) {
      .sort-col-inner .dropdown {
        display: block; } }
    .sort-col-inner .dropdown.is-selected .sort-master::before {
      content: "";
      height: 6px;
      width: 6px;
      position: absolute;
      top: 17px;
      left: 17px;
      background: #000;
      border-radius: 50%; }
  .sort-col-inner .sort-master {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    padding-right: 50px;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in .3s all;
    user-select: none; }
    @media (max-width: 460px) {
      .sort-col-inner .sort-master {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; } }
    .sort-col-inner .sort-master svg {
      position: absolute;
      right: 20px;
      height: 100%; }
  .sort-col-inner .enabled {
    transition: ease-in .3s all; }
    .sort-col-inner .enabled:after {
      transform: rotate(90deg); }
  .sort-col-inner .sort-child {
    background-color: #F1F1F1;
    padding: 15px 0;
    display: none;
    position: absolute !important;
    z-index: 1;
    left: 0;
    margin-top: 10px;
    min-width: calc(100% - 20px);
    position: relative; }
    @media (max-width: 460px) {
      .sort-col-inner .sort-child {
        margin-top: 0px;
        width: 100%; } }
    .sort-col-inner .sort-child .boxes {
      margin: auto;
      padding: 50px; }
    .sort-col-inner .sort-child .around input[type="checkbox"] {
      display: none; }
    .sort-col-inner .sort-child .around input[type="checkbox"] + label {
      display: block;
      position: relative;
      padding: 5px 20px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      font-weight: 400;
      opacity: .7; }
    .sort-col-inner .sort-child .around input[type="radio"] {
      display: none; }
    .sort-col-inner .sort-child .around input[type="radio"] + label {
      display: block;
      position: relative;
      padding: 5px 20px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      font-weight: 400;
      opacity: .7; }
    .sort-col-inner .sort-child input[type="radio"]:checked + label {
      font-weight: 700;
      opacity: 1; }
    .sort-col-inner .sort-child input[type="checkbox"]:checked + label {
      font-weight: 700;
      opacity: 1; }
    .sort-col-inner .sort-child label .amount {
      display: none !important;
      position: absolute;
      right: 10px;
      color: #000;
      background: #f8f3f0;
      height: 25px;
      padding: 0 10px;
      text-align: center;
      font-size: 12px;
      justify-content: center;
      display: flex;
      align-items: center;
      border-radius: 50px;
      top: calc(50% - 12px);
      opacity: 1;
      transition: ease all .2s; }
      .sort-col-inner .sort-child label .amount:empty {
        opacity: 0 !important; }

.featured-header-text-only {
  background-color: #F1F1F1;
  max-width: 1920px;
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1024px) {
    .featured-header-text-only {
      width: calc(100% - 30px); } }
  .featured-header-text-only #breadcrumbs {
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: .5; }
  .featured-header-text-only .text-only-wrap {
    text-align: center;
    padding: 100px 0 150px;
    position: relative; }
    .featured-header-text-only .text-only-wrap h1 {
      display: block;
      max-width: 650px;
      margin: 25px auto 0; }

.featured-header-split {
  margin-bottom: 100px;
  position: relative; }
  @media (max-width: 768px) {
    .featured-header-split {
      margin-bottom: 50px; } }
  .featured-header-split #breadcrumbs {
    position: absolute;
    opacity: .5; }
    @media (max-width: 768px) {
      .featured-header-split #breadcrumbs {
        position: relative;
        margin-bottom: 20px; } }
  .featured-header-split .split-wrap {
    padding-right: 125px;
    padding-bottom: 100px; }
    @media (max-width: 1024px) {
      .featured-header-split .split-wrap {
        padding-right: 0px;
        padding-bottom: 30px; } }
  .featured-header-split .split-img {
    position: relative; }
    .featured-header-split .split-img::before {
      content: "";
      background: #f1f1f1;
      height: 150px;
      position: absolute;
      bottom: 0;
      z-index: -1;
      left: -125px;
      right: -75px; }
    .featured-header-split .split-img img {
      display: block; }

.header-is-text-only .overlap {
  margin: -50px 0 0 0;
  background: #fff;
  padding-top: 80px; }
.header-is-text-only .page-meta {
  padding-top: 200px; }
  @media (max-width: 1024px) {
    .header-is-text-only .page-meta {
      padding-top: 0; } }

.header-teaser-text {
  font-size: 22px;
  font-weight: 300; }

.page-content {
  max-width: 650px;
  margin: 0 auto; }

@media (max-width: 768px) {
  .page-meta {
    display: flex; } }
.page-meta .page-meta-wrap {
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .page-meta .page-meta-wrap {
      margin-right: 25px; } }
  .page-meta .page-meta-wrap p {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.3;
    margin: 0;
    padding-bottom: 5px; }
  .page-meta .page-meta-wrap .page-meta-value {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1; }
    .page-meta .page-meta-wrap .page-meta-value span {
      display: inline-block;
      height: 6px;
      width: 6px;
      background: #000;
      border-radius: 50%;
      vertical-align: middle;
      line-height: 1;
      margin: 0 2px 2px; }

.search-contain .search-item .search-item-inner {
  margin-bottom: 50px; }
  .search-contain .search-item .search-item-inner .thumb-container {
    background-color: #000; }
  .search-contain .search-item .search-item-inner a {
    text-decoration: none;
    color: black; }
    .search-contain .search-item .search-item-inner a .tagline {
      margin: 15px 0 10px; }
    .search-contain .search-item .search-item-inner a h3 {
      margin-top: 0px; }
      .search-contain .search-item .search-item-inner a h3:visited {
        color: black; }

.campaign-video {
  position: relative; }
  @media screen and (min-width: 700px) {
    .campaign-video {
      margin-top: -10%; } }
  .campaign-video .headline-campaign {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .campaign-video .headline-campaign span {
      color: white; }
    .campaign-video .headline-campaign h1 {
      color: white;
      margin-top: 0px; }
      @media screen and (max-width: 700px) {
        .campaign-video .headline-campaign h1 {
          font-size: 24px; } }
    .campaign-video .headline-campaign .play-btn {
      height: 60px;
      width: 60px;
      border: 3px solid white;
      border-radius: 50%;
      display: block;
      margin: 0 auto;
      position: relative;
      cursor: pointer;
      transition: .2s ease-in-out; }
      .campaign-video .headline-campaign .play-btn .play-icon {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 12px solid white;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        transform: translate(-4px, -50%); }

.campaign-model-container .campaign-edition {
  margin-bottom: 30px; }
  .campaign-model-container .campaign-edition h3 {
    margin: 3px 0; }

.page-template-page-sense .label-focus:nth-of-type(2) {
  margin-top: 10px;
  display: block; }

.franchise-intro .intro {
  margin-bottom: 50px; }

.page-template-page-bliv-forhandler .featured-header-split, .single-bliv-forhandler .featured-header-split {
  margin-bottom: 0px; }
.page-template-page-bliv-forhandler .content-holder .row-vid-text, .single-bliv-forhandler .content-holder .row-vid-text {
  margin-left: -25px !important;
  margin-right: -25px !important; }
  .page-template-page-bliv-forhandler .content-holder .row-vid-text .col-lg-6, .single-bliv-forhandler .content-holder .row-vid-text .col-lg-6 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
.page-template-page-bliv-forhandler .contact-booking, .single-bliv-forhandler .contact-booking {
  margin-bottom: 0px; }
.page-template-page-bliv-forhandler .catalog-form .catalog-bg, .single-bliv-forhandler .catalog-form .catalog-bg {
  display: flex;
  width: 100%; }
  @media (max-width: 768.98px) {
    .page-template-page-bliv-forhandler .catalog-form .catalog-bg, .single-bliv-forhandler .catalog-form .catalog-bg {
      display: none; } }
.page-template-page-bliv-forhandler .catalog-form .no-gutters .col-md-6 .catalog-content, .single-bliv-forhandler .catalog-form .no-gutters .col-md-6 .catalog-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 769px) {
    .page-template-page-bliv-forhandler .catalog-form .no-gutters .col-md-6 .catalog-content, .single-bliv-forhandler .catalog-form .no-gutters .col-md-6 .catalog-content {
      padding-top: 150px;
      padding-bottom: 150px; } }
  .page-template-page-bliv-forhandler .catalog-form .no-gutters .col-md-6 .catalog-content .content-cf7, .single-bliv-forhandler .catalog-form .no-gutters .col-md-6 .catalog-content .content-cf7 {
    margin: 15px 0; }
.page-template-page-bliv-forhandler ol, .single-bliv-forhandler ol {
  padding: 0px;
  margin: 0px; }
  .page-template-page-bliv-forhandler ol li, .single-bliv-forhandler ol li {
    list-style: none;
    padding: 0px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
    padding-left: 70px; }
    .page-template-page-bliv-forhandler ol li:before, .single-bliv-forhandler ol li:before {
      content: "";
      width: 40px;
      height: 40px;
      position: absolute;
      left: 10px;
      top: -5px;
      background-size: cover; }
    .page-template-page-bliv-forhandler ol li:nth-child(1):before, .single-bliv-forhandler ol li:nth-child(1):before {
      background-image: url("/wp-content/uploads/2020/12/1.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(2):before, .single-bliv-forhandler ol li:nth-child(2):before {
      background-image: url("/wp-content/uploads/2020/12/2.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(3):before, .single-bliv-forhandler ol li:nth-child(3):before {
      background-image: url("/wp-content/uploads/2020/12/3.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(4):before, .single-bliv-forhandler ol li:nth-child(4):before {
      background-image: url("/wp-content/uploads/2020/12/4.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(5):before, .single-bliv-forhandler ol li:nth-child(5):before {
      background-image: url("/wp-content/uploads/2020/12/5.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(6):before, .single-bliv-forhandler ol li:nth-child(6):before {
      background-image: url("/wp-content/uploads/2020/12/6.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(7):before, .single-bliv-forhandler ol li:nth-child(7):before {
      background-image: url("/wp-content/uploads/2020/12/7.png"); }
    .page-template-page-bliv-forhandler ol li:nth-child(8):before, .single-bliv-forhandler ol li:nth-child(8):before {
      background-image: url("/wp-content/uploads/2020/12/8.png"); }

.single-bliv-forhandler .content-holder {
  margin-top: 100px; }
  @media (max-width: 768.98px) {
    .single-bliv-forhandler .content-holder {
      margin-top: 50px; } }
  .single-bliv-forhandler .content-holder .col-pure-text {
    width: 100%;
    max-width: 600px; }

.font-1 h1, .font-1 h2, .font-1 h3, .font-1 h4, .font-1 ul, .font-1 li, .font-1 a, .font-1 p, .font-1 .sub-header, .font-1 ol {
  color: white !important; }

.outlined-header {
  margin-bottom: 250px; }
  .outlined-header .outlined-header-wrap {
    position: relative;
    padding: 150px 0; }
    .outlined-header .outlined-header-wrap h1 {
      font-size: 116px;
      max-width: 60%;
      margin: 0;
      padding: 0; }
    .outlined-header .outlined-header-wrap img {
      position: absolute;
      right: 0;
      bottom: 0;
      transform: translateY(50%);
      max-height: 450px;
      width: auto; }
  @media (max-width: 1279px) {
    .outlined-header .outlined-header-wrap {
      padding: 100px 0; }
      .outlined-header .outlined-header-wrap h1 {
        font-size: 72px;
        max-width: 60%; }
      .outlined-header .outlined-header-wrap img {
        transform: translateY(50%);
        max-height: 450px;
        width: auto; } }
  @media (max-width: 1023px) {
    .outlined-header .outlined-header-wrap {
      padding: 100px 0; }
      .outlined-header .outlined-header-wrap h1 {
        font-size: 72px;
        max-width: 60%; }
      .outlined-header .outlined-header-wrap img {
        position: relative;
        transform: none;
        margin-bottom: -250px;
        margin-top: 50px; } }
  @media (max-width: 600px) {
    .outlined-header {
      margin-bottom: 200px; }
      .outlined-header .outlined-header-wrap {
        padding-top: 50px; }
        .outlined-header .outlined-header-wrap h1 {
          font-size: 46px;
          max-width: 100%; } }

.page-id-15415 .content-holder {
  background: #a38987;
  margin-bottom: 100px; }
.page-id-15415 .col-pure-text {
  color: #fff; }
  .page-id-15415 .col-pure-text .btn {
    color: #fff;
    border-color: #fff; }

.header-product-template.header-container .product-header-inner .hero-heading {
  font-size: 150px;
  max-width: 850px; }
  @media (max-width: 991.98px) {
    .header-product-template.header-container .product-header-inner .hero-heading {
      font-size: 72px; } }

.product-color-group {
  display: block;
  text-decoration: none;
  color: #000;
  transition: .25s ease-in-out;
  text-align: center;
  cursor: pointer;
  margin-bottom: 25px; }
  .product-color-group .product-color-group-title {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1;
    margin: 20px 0 5px; }
  .product-color-group .product-color-group-text {
    margin: 0;
    font-size: 14px;
    opacity: .5;
    font-style: initial; }
  .product-color-group .product-color-group-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden; }
    .product-color-group .product-color-group-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 108%;
      width: auto;
      max-width: unset;
      transition: .25s ease-in-out; }
    @media (max-width: 768px) {
      .product-color-group .product-color-group-img img {
        height: 100%; } }
    .product-color-group .product-color-group-img span {
      position: absolute;
      color: #fff;
      bottom: 30px;
      font-size: 35px;
      text-transform: uppercase;
      left: 0;
      right: 0; }
  .product-color-group:hover {
    border-color: #000; }
    .product-color-group:hover .product-color-group-img img {
      height: 100%; }

.color-modal-wrap {
  display: none;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  animation: reveal .3s; }
  .color-modal-wrap.active {
    display: block; }

@keyframes slide-up-modal {
  0% {
    transform: translate(-50%, -20%); }
  100% {
    transform: translate(-50%, -50%); } }
.color-modal {
  display: none;
  z-index: 9999;
  background: #fff;
  width: 800px;
  height: auto;
  padding: 100px;
  max-width: 90%;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  animation: slide-up-modal .5s forwards; }
  @media (max-width: 768.98px) {
    .color-modal {
      padding: 50px 25px; } }
  .color-modal .color-modal-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    opacity: .8;
    transition: .1s ease-in-out; }
    .color-modal .color-modal-close:hover {
      opacity: .5; }
  .color-modal p {
    opacity: .5;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px; }
    .color-modal p.color-modal-title {
      font-size: 24px;
      opacity: 1;
      margin-bottom: 20px; }
  .color-modal .color-grid .foreachcolor {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #d8d8d8;
    display: inline-block;
    margin: 5px; }
  .color-modal.active {
    display: block; }

.split-badge {
  background: #b77a80;
  color: #fff;
  height: 200px;
  position: absolute;
  width: 200px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 15px;
  top: 50px;
  left: 0;
  transform: translateX(-50%); }
  @media (max-width: 769px) {
    .split-badge {
      right: 10px;
      top: -35px;
      left: unset;
      transform: none;
      width: 150px;
      height: 150px;
      font-size: 14px; } }

.quooker-bg {
  padding-bottom: 50px;
  color: #fff; }
  .quooker-bg p {
    color: rgba(255, 255, 255, 0.7); }
  .quooker-bg .featured-header-split #breadcrumbs {
    top: 20px; }

.page-template-page-quooker .featured-header-split h1 {
  font-size: 62px; }
  @media (max-width: 769px) {
    .page-template-page-quooker .featured-header-split h1 {
      font-size: 38px; } }

.productslider-title {
  margin: 0;
  padding-top: 100px; }

#productslider {
  padding-top: 50px; }
  #productslider .owl-stage-outer {
    overflow: visible; }
  #productslider .owl-stage {
    display: flex; }
  #productslider .owl-nav {
    display: flex;
    padding-top: 25px; }
    #productslider .owl-nav button {
      width: 50px;
      height: 50px;
      padding: 16px !important;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      #productslider .owl-nav button.owl-prev {
        transform: rotate(90deg);
        margin-right: 10px; }
      #productslider .owl-nav button.owl-next {
        transform: rotate(-90deg); }

.product-in-slider .price-element .price-element-info .element-title {
  font-size: 18px; }

.tempature-box {
  background-color: #ef784f;
  width: calc(100% + 250px);
  padding: 50px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  @media (max-width: 768.98px) {
    .tempature-box {
      width: auto;
      padding: 30px;
      transform: translatey(-50px);
      max-width: 400px;
      margin: 0 auto; } }
  @media (max-width: 575.98px) {
    .tempature-box {
      padding: 20px;
      margin-bottom: 40px;
      transform: none; } }
  .tempature-box p {
    letter-spacing: 5px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
    color: #fff;
    opacity: 1; }
    @media (max-width: 991.98px) {
      .tempature-box p {
        letter-spacing: 2px;
        font-size: 12px; } }
  .tempature-box img {
    margin: 20px 0 15px; }

.temp-vs {
  font-size: 80px;
  letter-spacing: 5px;
  font-weight: 500;
  text-align: justify;
  display: flex;
  justify-content: center;
  line-height: 1;
  color: #000; }
  .temp-vs .vs {
    margin-right: 25px; }
  @media (max-width: 768.98px) {
    .temp-vs {
      font-size: 35px; } }

.page-template-page-kampagne-eg h1 {
  font-size: 58px;
  margin-bottom: 0;
  padding-top: 100px; }
  @media (min-width: 1280px) {
    .page-template-page-kampagne-eg h1 {
      font-size: 74px; } }
  @media (max-width: 1024px) {
    .page-template-page-kampagne-eg h1 {
      font-size: 48px; } }
  @media (max-width: 575.98px) {
    .page-template-page-kampagne-eg h1 {
      font-size: 36px;
      padding-top: 30px; } }

.page-template-page-sommerkampagne p {
  color: #fff;
  opacity: 1; }
.page-template-page-sommerkampagne .header-is-split {
  padding-bottom: 50px; }
.page-template-page-sommerkampagne .split-wrap {
  padding-bottom: 0; }
  @media (max-width: 1280px) {
    .page-template-page-sommerkampagne .split-wrap {
      padding-top: 50px; } }
  @media (max-width: 1080px) {
    .page-template-page-sommerkampagne .split-wrap {
      padding-right: 50px; } }
  @media (max-width: 575.98px) {
    .page-template-page-sommerkampagne .split-wrap {
      padding-right: 0; } }
  .page-template-page-sommerkampagne .split-wrap h1 {
    font-size: 58px;
    margin-bottom: 0; }
    @media (min-width: 1280px) {
      .page-template-page-sommerkampagne .split-wrap h1 {
        font-size: 74px; } }
    @media (max-width: 1024px) {
      .page-template-page-sommerkampagne .split-wrap h1 {
        font-size: 48px;
        padding-top: 20px; } }
    @media (max-width: 575.98px) {
      .page-template-page-sommerkampagne .split-wrap h1 {
        font-size: 36px;
        padding-top: 0; } }
  .page-template-page-sommerkampagne .split-wrap .header-teaser-text {
    color: #fff;
    opacity: 1;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 80px;
    text-transform: uppercase; }
    @media (max-width: 1279px) {
      .page-template-page-sommerkampagne .split-wrap .header-teaser-text {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      .page-template-page-sommerkampagne .split-wrap .header-teaser-text {
        margin-bottom: 30px; } }
.page-template-page-sommerkampagne .split-badge {
  background: #ef784f;
  font-size: 14px;
  flex-direction: column;
  justify-content: center;
  left: 40px; }
  @media (max-width: 575.98px) {
    .page-template-page-sommerkampagne .split-badge {
      top: unset;
      bottom: 50px;
      left: unset;
      right: -10px;
      transform: none;
      font-size: 12px; } }
  .page-template-page-sommerkampagne .split-badge span {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px;
    display: block; }
    @media (max-width: 575.98px) {
      .page-template-page-sommerkampagne .split-badge span {
        font-size: 22px; } }

.payment-header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .payment-header .payment-badge {
    background-color: #44514a;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 20%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px; }
    @media (max-width: 1024px) {
      .payment-header .payment-badge {
        bottom: -20px;
        right: 20px;
        width: 100px;
        height: 100px;
        padding: 15px;
        left: unset; } }
    .payment-header .payment-badge p {
      font-size: 24px;
      font-weight: 500;
      opacity: 1;
      margin: 0;
      line-height: 1.5; }
      @media (max-width: 1024px) {
        .payment-header .payment-badge p {
          font-size: 12px;
          line-height: 1; } }
    .payment-header .payment-badge img {
      width: 100%;
      height: auto; }

.payment-content .payment-box {
  padding: 40px;
  background-color: #44514a; }
  .payment-content .payment-box h2 {
    font-size: 20px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    text-transform: none;
    margin-bottom: 40px; }
  @media (max-width: 768.98px) {
    .payment-content .payment-box {
      margin-top: 40px; } }

.payment-steps {
  background-color: #6e8378; }
  .payment-steps h2 {
    font-size: 28px;
    font-family: "Source Sans Pro";
    font-weight: 500; }
  .payment-steps ol {
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 50px; }
    .payment-steps ol li {
      padding-left: 10px; }

.payment-examples {
  padding-top: 100px; }
  .payment-examples .owl-item {
    opacity: .3; }
    .payment-examples .owl-item.active {
      opacity: 1; }
  .payment-examples .payment-table .payment-row {
    display: flex; }
    .payment-examples .payment-table .payment-row:nth-child(even) {
      background-color: #ececed; }
    .payment-examples .payment-table .payment-row .payment-col {
      flex: 0 0 25%;
      font-size: 18px;
      padding: 10px; }
      @media (max-width: 768.98px) {
        .payment-examples .payment-table .payment-row .payment-col {
          font-size: 12px; } }
      .payment-examples .payment-table .payment-row .payment-col--header {
        font-weight: 600; }
  .payment-examples .payment-text {
    padding-top: 50px; }
    .payment-examples .payment-text strong {
      font-size: 24px; }

.extra-rows {
  display: none; }

.show-more {
  display: inline-block;
  cursor: pointer;
  margin-top: 15px; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
#breadcrumbs {
  padding: 0;
  margin: 0; }
  #breadcrumbs li {
    display: inline-block;
    margin: 0;
    color: #000; }
    #breadcrumbs li:not(:last-child):after {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #000;
      display: inline-block;
      margin: 2px 6px; }
      @media (max-width: 768px) {
        #breadcrumbs li:not(:last-child):after {
          width: 3px;
          height: 3px;
          margin: 1px 4px; } }
    #breadcrumbs li a, #breadcrumbs li strong {
      color: #000;
      text-decoration: none;
      font-size: 12px;
      opacity: .7;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px;
      line-height: 1; }
      @media (max-width: 768px) {
        #breadcrumbs li a, #breadcrumbs li strong {
          font-size: 8px; } }

@media (max-width: 768px) {
  .usp-values img {
    margin-bottom: 25px; } }
.usp-values .usp-single {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .usp-values .usp-single {
      margin-top: 20px; } }
  .usp-values .usp-single a {
    color: inherit;
    text-decoration: none; }
  .usp-values .usp-single .cursivehead {
    padding: 0;
    margin: 0; }
  .usp-values .usp-single p {
    margin: 0;
    opacity: 1;
    font-size: 14px; }

.video-wrap {
  position: relative; }
  .video-wrap.video-mulitple {
    margin-top: 50px; }
  .video-wrap .col-11 {
    padding: 0; }
  .video-wrap .video-title {
    background: #F1F1F1;
    width: 60%;
    margin-left: auto;
    position: relative;
    padding-right: 250px;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .video-wrap .video-title {
        margin-left: unset;
        margin-right: auto;
        padding: 25px 25px 0 25px;
        width: 90%; } }
    .video-wrap .video-title::before {
      content: "";
      background: #f1f1f1;
      position: absolute;
      bottom: 0;
      height: 150%;
      width: 100%;
      transform: translateY(99%);
      right: 0; }
      @media (max-width: 768px) {
        .video-wrap .video-title::before {
          display: none; } }
  .video-wrap .cursivehead {
    padding-bottom: 5px; }

.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 10px;
  display: block; }
  @media (max-width: 768px) {
    .video-container {
      height: 350px; } }
  @media (max-width: 500px) {
    .video-container {
      height: 200px; } }
  .video-container a {
    text-decoration: none; }
    .video-container a:hover .video-overlay:before {
      background-color: rgba(0, 0, 0, 0.3); }
    .video-container a:hover .play-btn {
      transform: scale(1.1); }
  .video-container .video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .video-container .video-overlay:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      background-blend-mode: multiply;
      z-index: -1;
      transition: background-color .2s ease-in-out; }
    .video-container .video-overlay .video-content {
      z-index: 1;
      text-align: center;
      max-width: 300px;
      margin: 0 auto;
      display: block; }
      .video-container .video-overlay .video-content p {
        font-size: 22px; }
      .video-container .video-overlay .video-content .play-btn {
        height: 60px;
        width: 60px;
        border: 3px solid white;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        transition: .2s ease-in-out; }
        .video-container .video-overlay .video-content .play-btn .play-icon {
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 12px solid white;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 0;
          height: 0;
          transform: translate(-4px, -50%); }

.content-container {
  max-width: 1250px; }
  .content-container .btn {
    margin-top: 20px; }
  .content-container .row-pure-text .col-pure-text {
    max-width: 850px;
    margin: auto; }
  .content-container .row-img-text img {
    border-radius: 3px;
    overflow: hidden; }
  .content-container .row-vid-text .video-container {
    border-radius: 3px;
    overflow: hidden; }
  .content-container .seo-content h2 {
    font-size: 22px; }
  .content-container .seo-content p {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 4px; }
  .content-container .seo-content h3 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 10px; }

@media screen and (min-width: 981px) {
  .reverse_flex {
    flex-direction: row-reverse; } }
.animation-element {
  opacity: .2;
  position: relative; }

/*animation element sliding left*/
.animation-element.just-fade {
  opacity: .2;
  transform: scale(0.95);
  transition: ease all .5s; }

.animation-element.just-fade.in-view {
  opacity: 1;
  transform: scale(1); }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: .8; } }
body.faded {
  overflow: hidden; }
  body.faded:before {
    content: "";
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    animation: fade-in;
    animation-duration: .6s;
    animation-fill-mode: forwards; }
  body.faded.faded-header:before {
    z-index: 999; }
body .fancybox-container .fancybox-bg {
  background: #fff;
  opacity: 1;
  top: 80px; }
body .fancybox-container .fancybox-inner {
  top: 80px; }
body .fancybox-container .fancybox-toolbar {
  width: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 80px;
  text-align: center;
  position: fixed; }
  body .fancybox-container .fancybox-toolbar .fancybox-button.fancybox-button--close {
    padding: 10px;
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-top: 25px; }
body .fancybox-container .fancybox-infobar {
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  font-weight: 600; }
body .fancybox-container .fancybox-slide--image .fancybox-content .fancybox-image {
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%); }
body .fancybox-container .fancybox-navigation .fancybox-button {
  width: 50px;
  height: 50px;
  visibility: visible;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 15px;
  background: none;
  margin: 0 20px; }

.aubo-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .aubo-modal.slide-up {
    display: block;
    animation: slide-up;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
  .aubo-modal .modal-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 600px) {
      .aubo-modal .modal-header {
        height: 75px; } }
    .aubo-modal .modal-header svg {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #fff;
      padding: 10px;
      display: block;
      cursor: pointer; }
  .aubo-modal .modal-content {
    background: #fff;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto; }
    @media (max-width: 600px) {
      .aubo-modal .modal-content {
        top: 75px; } }
    .aubo-modal .modal-content .insta-gallery, .aubo-modal .modal-content .first-items, .aubo-modal .modal-content .insta-grid {
      transition: ease all .2s; }
    .aubo-modal .modal-content .loading {
      max-height: 100px;
      overflow: hidden;
      position: relative; }
      .aubo-modal .modal-content .loading .the-loader {
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        display: block; }
      .aubo-modal .modal-content .loading .insta-gallery, .aubo-modal .modal-content .loading .first-items {
        opacity: 0; }
    .aubo-modal .modal-content .done-loading .the-loader {
      display: none; }
    .aubo-modal .modal-content .done-loading .insta-gallery, .aubo-modal .modal-content .done-loading .first-items {
      opacity: 1; }
    .aubo-modal .modal-content .insta-grid {
      max-width: 1024px;
      margin: 0 auto;
      position: relative; }
      .aubo-modal .modal-content .insta-grid .first-items {
        display: flex;
        align-items: center; }
        @media (max-width: 1024px) {
          .aubo-modal .modal-content .insta-grid .first-items {
            flex-direction: column-reverse; } }
      .aubo-modal .modal-content .insta-grid .insta-gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2; }
        @media (max-width: 400px) {
          .aubo-modal .modal-content .insta-grid .insta-gallery {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1; } }
      .aubo-modal .modal-content .insta-grid .insta-grid-item {
        display: inline-block;
        width: 100%;
        padding: 15px; }
        .aubo-modal .modal-content .insta-grid .insta-grid-item h4 {
          font-family: "Source Sans Pro";
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600;
          opacity: 1; }
      .aubo-modal .modal-content .insta-grid #instaquote {
        padding-top: 100px;
        padding-bottom: 100px; }
        @media (max-width: 400px) {
          .aubo-modal .modal-content .insta-grid #instaquote {
            padding-top: 25px;
            padding-bottom: 25px; } }
        .aubo-modal .modal-content .insta-grid #instaquote p {
          font-size: 24px;
          font-weight: 300;
          font-family: "Source Sans Pro";
          opacity: .7; }
          @media (max-width: 500px) {
            .aubo-modal .modal-content .insta-grid #instaquote p {
              font-size: 20px; } }
      .aubo-modal .modal-content .insta-grid #instaheadntext {
        padding-bottom: 100px; }
        @media (max-width: 1024px) {
          .aubo-modal .modal-content .insta-grid #instaheadntext {
            padding-bottom: 25px; } }
  .aubo-modal .modal-footer {
    max-width: 1340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 80px 20px; }
    @media (max-width: 768px) {
      .aubo-modal .modal-footer {
        padding: 25px 15px; } }
    .aubo-modal .modal-footer .modal-nav {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      cursor: pointer;
      color: #9E9E9E;
      flex: 0 0 40%; }
      @media (max-width: 500px) {
        .aubo-modal .modal-footer .modal-nav {
          font-size: 10px; } }
      .aubo-modal .modal-footer .modal-nav .who-next, .aubo-modal .modal-footer .modal-nav .who-prev {
        color: #000;
        margin-right: 10px; }
      .aubo-modal .modal-footer .modal-nav .who-next {
        margin-left: 10px; }
      .aubo-modal .modal-footer .modal-nav.modal-next {
        text-align: right; }
    .aubo-modal .modal-footer #instalink {
      border: 1px solid rgba(0, 0, 0, 0.3);
      height: 50px;
      width: 50px;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      display: block; }
      .aubo-modal .modal-footer #instalink svg {
        width: 18px;
        vertical-align: middle; }

.product-categories .product-cat {
  display: block;
  margin-top: 50px;
  text-decoration: none;
  color: #000; }
  .product-categories .product-cat .product-cat-img {
    height: 260px;
    position: relative;
    overflow: hidden; }
    .product-categories .product-cat .product-cat-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 108%;
      width: auto;
      max-width: unset;
      transition: .25s ease-in-out; }
    @media (max-width: 768px) {
      .product-categories .product-cat .product-cat-img img {
        height: 100%; } }
    @media (max-width: 575px) {
      .product-categories .product-cat .product-cat-img {
        width: 260px; } }
    @media (max-width: 575px) {
      .product-categories .product-cat .product-cat-img img {
        position: relative;
        height: 100%;
        transform: none;
        top: 0;
        left: 0; } }
  .product-categories .product-cat:hover .product-cat-img img {
    height: 100%; }
  .product-categories .product-cat p {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1; }

.home .product-categories {
  padding-top: 0; }

@media (max-width: 768px) {
  .concept .row {
    flex-direction: column-reverse; } }
@media (max-width: 768px) {
  .concept img {
    max-width: 80%;
    margin-left: auto;
    display: block;
    margin-bottom: -120px; } }
.concept .concept-content {
  padding: 150px 100px; }
  @media (max-width: 768px) {
    .concept .concept-content {
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 60px; } }
  .concept .concept-content p {
    max-width: 320px; }

.tagline {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  padding: 9px 22px;
  background: #fff;
  display: inline-block;
  line-height: 1;
  user-select: none; }
  .tagline.with-bg {
    background: #F1F1F1; }

.page-id-15517 .guiding > .container > .row:nth-child(2) {
  align-items: flex-end; }
  @media (max-width: 1150px) {
    .page-id-15517 .guiding > .container > .row:nth-child(2) {
      flex-direction: column;
      align-items: flex-start; }
      .page-id-15517 .guiding > .container > .row:nth-child(2) .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%; }
        .page-id-15517 .guiding > .container > .row:nth-child(2) .col-md-6 img {
          margin-bottom: 30px; } }
.page-id-15517 .guiding .guide-article {
  margin-bottom: 20px; }
  .page-id-15517 .guiding .guide-article p span {
    font-style: italic; }

.guiding h2 {
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .guiding h2 {
      margin-bottom: 0; } }
.guiding .guide-article {
  position: relative;
  margin-bottom: 15px; }
  .guiding .guide-article.focused-content {
    margin-bottom: 0; }
    @media (max-width: 769px) {
      .guiding .guide-article.focused-content {
        margin-bottom: 50px; } }
    .guiding .guide-article.focused-content img {
      margin-bottom: 30px; }
    .guiding .guide-article.focused-content h3 {
      max-width: 60%; }
      @media (max-width: 768px) {
        .guiding .guide-article.focused-content h3 {
          max-width: 100%; } }
    .guiding .guide-article.focused-content p {
      max-width: 60%; }
      @media (max-width: 769px) {
        .guiding .guide-article.focused-content p {
          max-width: 80%; } }
  @media (max-width: 769px) {
    .guiding .guide-article.secondary-content img {
      margin-bottom: 30px;
      max-width: 80%; } }
  @media (max-width: 769px) {
    .guiding .guide-article.secondary-content p {
      max-width: 80%; } }
  .guiding .guide-article img {
    display: block; }
  .guiding .guide-article p {
    opacity: .5;
    font-size: 14px; }
  .guiding .guide-article a {
    position: absolute;
    top: 0;
    left: 7.5px;
    right: 7.5px;
    bottom: 0; }

.insp__grid {
  margin-bottom: 80px; }
.insp__item {
  width: 25%;
  padding: 6px; }
  @media (max-width: 500px) {
    .insp__item {
      width: 50%; } }
  .insp__item a {
    display: block; }
    .insp__item a img {
      display: block;
      width: 100%;
      height: auto; }

.owl-nav button {
  align-items: center; }

.datepicker--day-name {
  color: #ad222b; }

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #ad222b; }

@media (max-width: 980px) {
  .kitchen-list.header-container #prod_header .item .relative-info .materials {
    left: 0;
    right: 0; } }
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(174, 34, 43, 0.6); }
  100% {
    box-shadow: 0 0 0 8px rgba(174, 34, 43, 0); } }
.vr-link {
  animation: shadow-pulse 1.2s infinite;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: -20px; }

.kitceh-price-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  line-height: 1.2; }

.kitchen-list .price-list-header .kitchen-price {
  height: auto;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  bottom: unset;
  left: unset;
  padding: 15px; }

.kitchen-list.header-container #prod_header .item .materials {
  bottom: unset !important;
  position: relative;
  left: unset; }

.relative-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column-reverse; }

.kitchen-list .price-list-header .vr-link {
  left: 330px;
  bottom: 30px; }

.price-group {
  padding: 10px 0;
  opacity: .7; }

.kitchen-grid-prices .price-element .price-group {
  opacity: .7;
  padding: 10px 0; }
  .kitchen-grid-prices .price-element .price-group p {
    font-size: 14px;
    line-height: 1.2; }
    .kitchen-grid-prices .price-element .price-group p span {
      font-size: 14px; }
.kitchen-grid-prices .price-element .element-title {
  font-size: 22px; }
.kitchen-grid-prices .price-element p {
  font-size: 16px;
  color: #000;
  opacity: 1;
  line-height: 1.2; }
  @media (max-width: 400px) {
    .kitchen-grid-prices .price-element p {
      font-size: 14px; } }
  .kitchen-grid-prices .price-element p span {
    font-size: 18px; }

.kitchen-grid-prices p.element-details {
  font-style: italic;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  opacity: .75;
  font-size: 14px;
  margin-top: 15px; }

.pin-cta .pin-image {
  z-index: 0;
  padding: 50px; }

.pin-image .title {
  margin-top: 10px;
  line-height: 14px;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 1; }

.pin-cta-text {
  background: transparent;
  border: 1px solid #fff;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  text-transform: uppercase;
  opacity: 1; }

.pin-cta h2 {
  margin-top: 0;
  font-size: 18px;
  opacity: 1; }

.pin-cta {
  color: white;
  text-decoration: none; }

.pin-cta p {
  /*font-weight: 600;*/
  font-size: 14px; }

.pin-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
  z-index: -1; }

.pin-masonry .fullscreen-a {
  display: block;
  position: relative; }

.pin-masonry .pin-save {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: .5;
  z-index: 99; }

.pin-masonry .fullscreen-a::before {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  background-image: url("/wp-content/uploads/2019/02/soeg-icon-white.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0; }

.pin-masonry .pin-image:hover .fullscreen-a::before {
  opacity: 1; }

.pin-masonry.pin-image:hover .pin-save {
  opacity: 1; }

.pin-masonry {
  padding: 0 !important; }

.grid-item {
  width: 25%;
  padding: 6px; }

.pin-masonry .pin-image {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden; }

.pin-masonry img {
  display: block;
  width: 100%;
  height: auto; }

@media only screen and (min-width: 480px) and (max-width: 727px) {
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%; }

  .masonry .pin-save {
    opacity: 1; } }
@media only screen and (max-width: 479px) {
  .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%; }

  .masonry .pin-save {
    opacity: 1; } }
input[type="date"]:focus:before, input[type="date"]:valid:before {
  content: ""; }

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em; }

.main-header .right-menu-holder ul .icon-soeg a::before {
  background-image: url("/wp-content/uploads/2019/11/icon-search2.png") !important;
  background-size: 20px;
  display: block; }

.press-month {
  min-width: 150px;
  display: inline-block;
  font-weight: bold;
  opacity: .7; }

.press-link {
  display: inline-block; }

.press-link a {
  color: black;
  border-bottom: 1px solid #af2a39;
  text-decoration: none; }

@media (max-width: 768px) {
  .press-month {
    display: block; }

  .press-wrap {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5; } }
.chat-now {
  background: #778077;
  text-align: center;
  color: white;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  transform: translate(50%, -50%) rotate(-90deg);
  position: fixed;
  top: 50%;
  right: 20px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  width: 140px;
  user-select: none;
  outline: none;
  z-index: 9;
  transform: translate(50%, -50%) rotate(-90deg);
  opacity: 0;
  animation: reveal;
  animation-delay: 1.5s;
  animation-duration: .5s;
  animation-fill-mode: forwards; }
  @media (max-width: 1024px) {
    .chat-now {
      transform: none;
      top: unset;
      bottom: 0;
      right: 0;
      border-radius: 4px 0 0 0; } }

.chat-expanded {
  background: #778077;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  width: 100%;
  padding: 25px;
  max-width: 300px;
  transition: .3s ease-in-out;
  z-index: 9; }
  @media (max-width: 1024px) {
    .chat-expanded {
      transform: translate(100%, 0);
      top: unset;
      bottom: 0;
      right: 0;
      border-radius: 4px 0 0 0;
      max-width: 300px; } }
  .chat-expanded.slide-in {
    transform: translate(0, -50%); }
    @media (max-width: 1024px) {
      .chat-expanded.slide-in {
        transform: translate(0, 0); } }

@media (max-width: 500px) {
  .chat-box {
    margin-left: 15px; } }
.cookie-contain p a {
  text-decoration: underline;
  font-weight: 900; }

.chat-content {
  font-size: .9em;
  text-align: center; }
  .chat-content p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 12px; }

.chat-content h3 {
  margin: 0; }

.chat-content .btn {
  cursor: pointer;
  background: none;
  color: white;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  font-size: 15px;
  height: auto; }

.chat-now img {
  margin-right: 10px;
  vertical-align: bottom; }

.chat-close {
  z-index: 999;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.kitchen-config-banner {
  z-index: 0 !important; }

@media (max-width: 380px) {
  .kitchen-config-banner .kitc-config-wrap {
    padding: 25px; } }
@media (min-width: 1367px) and (max-width: 1550px) {
  .kitc-config-wrap p {
    padding-right: 60px; } }
#s-mobile {
  display: none; }

@media (max-width: 600px) {
  #s-mobile {
    display: inline-flex;
    position: absolute;
    right: 85px;
    top: 14px;
    margin: 0; }

  #s-mobile .icon-soeg a::before {
    content: "";
    width: 24px;
    margin-top: 0;
    height: 24px;
    margin-right: 0;
    background-image: url(/wp-content/uploads/2019/02/soeg-icon-white.svg);
    background-size: 23px;
    display: block;
    background-repeat: no-repeat;
    opacity: 0.7; }

  #s-mobile .icon-soeg {
    cursor: pointer;
    list-style: none; }

  #s-mobile .icon-soeg a {
    font-size: 12px;
    pointer-events: none;
    color: white;
    text-transform: uppercase;
    text-decoration: none; } }
.grecaptcha-badge {
  display: none !important; }

@media (max-width: 980px) {
  .grid-item {
    width: 33.33%; }

  .price-list-header .materials {
    bottom: 15px !important; } }
@media (max-width: 499px) {
  .grid-item {
    width: 50%; }

  .pin-image .title {
    font-size: 14px;
    font-weight: 500; }

  .pin-cta .pin-image {
    padding: 20px; }

  .pin-cta h2 {
    font-size: 14px; }

  .pin-cta p {
    font-size: 12px; } }
.f-text-image h2 {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .f-text-image h2 {
      font-size: 58px; } }
@media (min-width: 769px) {
  .f-text-image--reverse .row {
    flex-direction: row-reverse; } }
.f-text-image--reverse .f-text-image__img {
  justify-content: flex-end; }
.f-text-image__img {
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 575.98px) {
    .f-text-image__img {
      margin-bottom: 20px; } }
  .f-text-image__img--overlap {
    position: relative;
    padding-right: 50px;
    justify-content: flex-end;
    padding-top: 120px; }
    @media (max-width: 575.98px) {
      .f-text-image__img--overlap {
        padding-right: 0;
        padding-top: 50px; } }
    .f-text-image__img--overlap img:first-child {
      max-width: 400px;
      width: 100%;
      height: auto; }
      @media (max-width: 575.98px) {
        .f-text-image__img--overlap img:first-child {
          max-width: 80%; } }
    .f-text-image__img--overlap img:nth-child(2) {
      max-width: 300px;
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 575.98px) {
        .f-text-image__img--overlap img:nth-child(2) {
          max-width: 50%; } }

.f-grid-cta {
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 768.98px) {
    .f-grid-cta {
      background-position: center; } }
  .f-grid-cta__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .f-grid-cta__single {
    padding: 0 25px;
    flex: 0 0 33%; }
    @media (max-width: 575.98px) {
      .f-grid-cta__single {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 20px; } }
    .f-grid-cta__single a {
      display: block;
      padding: 40px;
      text-decoration: none;
      text-align: center;
      height: 100%; }
      .f-grid-cta__single a img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 50px; }
        @media (max-width: 575.98px) {
          .f-grid-cta__single a img {
            display: inline-block;
            width: 50%;
            margin-bottom: 20px; } }
      .f-grid-cta__single a h2 {
        color: #fff;
        font-family: "Source Sans Pro";
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 575.98px) {
          .f-grid-cta__single a h2 {
            padding-bottom: 0; } }
      .f-grid-cta__single a p {
        color: #fff; }

.f-grid-content {
  background-color: #778077; }
  .f-grid-content__single {
    color: #fff; }
    @media (max-width: 575.98px) {
      .f-grid-content__single {
        margin-bottom: 20px; } }
    .f-grid-content__single .overline {
      font-family: "Source Sans Pro";
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      opacity: 1;
      display: block;
      padding-top: 10px;
      padding-bottom: 30px; }
    .f-grid-content__single p {
      opacity: .9; }
    .f-grid-content__single .btn {
      margin-top: 25px; }
    @media (min-width: 769px) {
      .f-grid-content__single h2 {
        font-size: 36px; } }

.f-slider__wrap.owl-carousel .owl-stage-outer {
  overflow: visible; }
.f-slider .owl-item:nth-child(even) .f-slider__single__img span {
  bottom: 15px;
  top: unset; }
.f-slider__single__img {
  position: relative; }
  .f-slider__single__img span {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1; }
.f-slider__single__content {
  text-align: center;
  padding: 20px 10px; }
  .f-slider__single__content h3 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .f-slider__single__content .subtitle {
    font-family: "Garamond";
    margin: 0;
    font-size: 20px;
    opacity: 1; }
.f-slider .owl-nav {
  margin-top: 30px; }
  .f-slider .owl-nav button {
    position: relative;
    top: unset;
    float: none;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
    line-height: 1 !important;
    transition: .2s ease-in-out;
    outline: none;
    height: 50px;
    width: 50px; }
    .f-slider .owl-nav button.disabled {
      opacity: .5; }

.f-text-bg {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 300px 0; }
  @media (max-width: 768.98px) {
    .f-text-bg {
      padding: 100px 0; } }
  .f-text-bg h2, .f-text-bg h1 {
    margin-top: 20px; }

.page-template-page-gron-status .content-holder {
  padding: 50px;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  margin-top: -250px;
  z-index: 1;
  position: relative; }
  @media (max-width: 768.98px) {
    .page-template-page-gron-status .content-holder {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    .page-template-page-gron-status .content-holder {
      padding: 20px; } }
  .page-template-page-gron-status .content-holder .container {
    max-width: none; }

.btn.regular.menu-btn {
  display: block;
  position: relative;
  margin-top: 22px;
  height: 36px;
  line-height: 34px;
  padding: 0 25px;
  font-weight: 600;
  background-color: #F8ED9A;
  color: #242424;
  margin-right: 20px;
  border: none; }
  .btn.regular.menu-btn::before {
    background: #eee; }
  @media (max-width: 575.98px) {
    .btn.regular.menu-btn {
      margin-top: 20px; } }

.plana-section {
  background-color: #F8ED9A;
  color: #242424; }
  .plana-section p {
    opacity: 1; }
  .plana-section--regular .plana-section__logo {
    padding-right: 20%;
    padding-top: 40px; }
    .plana-section--regular .plana-section__logo img {
      display: block;
      margin-bottom: 30px; }
  .plana-section--regular .plana-section__images {
    position: relative; }
    @media (max-width: 575.98px) {
      .plana-section--regular .plana-section__images img {
        max-width: 80%; } }
    .plana-section--regular .plana-section__images img.push-right {
      position: absolute;
      right: 0;
      bottom: 40px; }
      @media (max-width: 575.98px) {
        .plana-section--regular .plana-section__images img.push-right {
          max-width: 40%; } }
  .plana-section--regular .plana-section__content {
    padding-left: 20%; }
    @media (max-width: 575.98px) {
      .plana-section--regular .plana-section__content {
        padding-left: 0; } }
    .plana-section--regular .plana-section__content p {
      margin-bottom: 40px; }

.plana-intro-text {
  font-size: 20px;
  opacity: 1; }
  @media (max-width: 768.98px) {
    .plana-intro-text {
      font-size: 16px; } }

.plana-grid {
  background-color: #F8ED9A;
  color: #242424; }
  .plana-grid__header {
    max-width: 650px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768.98px) {
      .plana-grid__header {
        padding: 0 15px; } }
    .plana-grid__header img {
      max-width: 450px; }
      @media (max-width: 768.98px) {
        .plana-grid__header img {
          max-width: 300px; } }
  .plana-grid__grid {
    padding-top: 50px;
    margin-left: -50px;
    margin-right: -50px; }
    @media (max-width: 991.98px) {
      .plana-grid__grid {
        margin-left: 0;
        margin-right: 0; } }
  .plana-grid__item {
    padding: 50px;
    width: 50%;
    display: block; }
    @media (max-width: 991.98px) {
      .plana-grid__item {
        width: 100%;
        padding: 0; } }
  .plana-grid__single__img img {
    width: 100%; }
  .plana-grid__single__content {
    display: flex;
    align-items: flex-start;
    padding-top: 50px; }
    .plana-grid__single__content span {
      font-family: "Garamond";
      font-size: 44px;
      display: block;
      line-height: .9;
      margin-right: 15px; }
      @media (max-width: 575.98px) {
        .plana-grid__single__content span {
          font-size: 34px; } }
    .plana-grid__single__content__text h2 {
      font-size: 70px;
      font-family: "Raleway Outline Bold";
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 25px;
      line-height: 1.1;
      color: transparent;
      -webkit-text-stroke: 1px #242424; }
      @media (max-width: 768px) {
        .plana-grid__single__content__text h2 {
          font-size: 42px; } }
      @media (max-width: 991.98px) {
        .plana-grid__single__content__text h2 {
          margin-bottom: 0;
          padding-bottom: 0; } }
      @media (max-width: 768.98px) {
        .plana-grid__single__content__text h2 {
          /* These are technically the same, but use both */
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          /* This is the dangerous one in WebKit, as it breaks things wherever */
          word-break: break-all;
          /* Instead use this non-standard one: */
          word-break: break-word;
          /* Adds a hyphen where the word breaks, if supported (No Blink) */
          -ms-hyphens: auto;
          -moz-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto;
          width: 100%; } }
    .plana-grid__single__content__text p {
      opacity: 1;
      max-width: 400px; }
  @media (max-width: 991.98px) {
    .plana-grid__single {
      margin-bottom: 50px; } }
  .plana-grid__single--1 {
    padding-right: 100px;
    margin-bottom: 250px; }
    @media (max-width: 991.98px) {
      .plana-grid__single--1 {
        margin-bottom: 50px;
        padding-right: 0; } }
  .plana-grid__single--2 {
    margin-top: 150px;
    margin-bottom: 150px; }
    @media (max-width: 991.98px) {
      .plana-grid__single--2 {
        margin-bottom: 50px;
        margin-top: 0; } }
    .plana-grid__single--2 .plana-grid__single__img img {
      margin: 0 auto;
      display: block;
      max-width: 350px; }
  .plana-grid__single--3 {
    display: flex;
    flex-direction: column-reverse; }
    @media (max-width: 991.98px) {
      .plana-grid__single--3 {
        flex-direction: column; } }
    .plana-grid__single--3 .plana-grid__single__content {
      padding-top: 0;
      padding-bottom: 50px; }
      @media (max-width: 991.98px) {
        .plana-grid__single--3 .plana-grid__single__content {
          padding-top: 50px;
          padding-bottom: 0; } }
  .plana-grid__single--4 .plana-grid__single__img img {
    margin-left: auto;
    display: block;
    max-width: 330px; }
  .plana-grid__single--4 .plana-grid__single__content {
    padding-top: 0;
    margin-top: -60px; }
    @media (max-width: 991.98px) {
      .plana-grid__single--4 .plana-grid__single__content {
        padding-top: 50px;
        margin-top: 0; } }
  .plana-grid__cta {
    display: flex;
    justify-content: center;
    padding-top: 25px; }

.plana-section--slider .plana-grid__header {
  padding-bottom: 50px; }

.chapters-animation {
  position: relative;
  height: 100vh;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset; }
  .chapters-animation .chapters {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 400px;
    z-index: 0;
    transition: background-color .5s; }
    @media (max-width: 1600px) {
      .chapters-animation .chapters {
        padding: 0 200px 0 150px; } }
    @media (max-width: 991.98px) {
      .chapters-animation .chapters {
        padding: 0; } }
    .chapters-animation .chapters .swiper-pagination {
      position: absolute;
      bottom: 50px;
      left: 50%;
      width: auto;
      display: inline-flex;
      background: rgba(72, 72, 72, 0.05);
      padding: 4px;
      border-radius: 40px;
      transform: translatex(-50%);
      z-index: 1; }
      @media (max-width: 575.98px) {
        .chapters-animation .chapters .swiper-pagination {
          bottom: 20px; } }
      .chapters-animation .chapters .swiper-pagination .swiper-pagination-bullet {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        background: transparent;
        transition: .1s ease-in-out;
        margin: 1px;
        cursor: pointer; }
        .chapters-animation .chapters .swiper-pagination .swiper-pagination-bullet::before {
          content: "";
          width: 4px;
          height: 4px;
          background-color: #000;
          border-radius: 50%; }
        .chapters-animation .chapters .swiper-pagination .swiper-pagination-bullet-active {
          background: #fff; }
        .chapters-animation .chapters .swiper-pagination .swiper-pagination-bullet:hover {
          background: rgba(255, 255, 255, 0.5); }
    .chapters-animation .chapters__single {
      width: 100%;
      transition: 1s linear; }
      .chapters-animation .chapters__single__wrap {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 25px;
        transition: 1s; }
        @media (max-width: 768.98px) {
          .chapters-animation .chapters__single__wrap {
            padding-left: 25px;
            padding-top: 0; } }
        .chapters-animation .chapters__single__wrap__content {
          position: relative; }
          .chapters-animation .chapters__single__wrap__content a {
            color: #242424;
            text-decoration: none;
            margin: 0;
            display: block; }
            .chapters-animation .chapters__single__wrap__content a > span {
              position: relative;
              font-family: "Garamond";
              font-size: 50px;
              line-height: 1;
              display: inline-block;
              vertical-align: top;
              padding-right: 10px; }
              @media (max-width: 768.98px) {
                .chapters-animation .chapters__single__wrap__content a > span {
                  font-size: 36px;
                  line-height: .6;
                  display: block;
                  padding-bottom: 10px; } }
            .chapters-animation .chapters__single__wrap__content a h2 {
              font-family: "Raleway Outline Bold";
              text-transform: uppercase;
              font-weight: 400;
              color: transparent;
              -webkit-text-stroke: 1px #242424;
              line-height: 1;
              font-size: 5vw;
              margin: 0;
              display: inline-block;
              letter-spacing: 2px;
              transition: .2s linear; }
              @media (max-width: 768.98px) {
                .chapters-animation .chapters__single__wrap__content a h2 {
                  font-size: 13vw;
                  padding-bottom: 0; } }
              .chapters-animation .chapters__single__wrap__content a h2 span {
                display: block; }
            .chapters-animation .chapters__single__wrap__content a:hover h2 {
              color: #000;
              -webkit-text-stroke: transparent; }
            .chapters-animation .chapters__single__wrap__content a p {
              padding-left: 60px;
              font-size: 18px;
              opacity: 1;
              max-width: 500px; }
              @media (max-width: 768.98px) {
                .chapters-animation .chapters__single__wrap__content a p {
                  padding-left: 0;
                  font-size: 16px; } }
            .chapters-animation .chapters__single__wrap__content a.btn {
              display: inline-block;
              border-radius: 24px;
              margin-left: 60px;
              margin-top: 15px; }
              .chapters-animation .chapters__single__wrap__content a.btn:hover {
                color: #fff; }
              @media (max-width: 768.98px) {
                .chapters-animation .chapters__single__wrap__content a.btn {
                  margin-left: 0; } }
      .chapters-animation .chapters__single__images {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .chapters-animation .chapters__single__images__img {
          position: absolute;
          visibility: hidden;
          transition: .5s ease-in-out;
          opacity: 0;
          overflow: hidden; }
          .chapters-animation .chapters__single__images__img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0; }
            .chapters-animation .chapters__single__images__img img:first-child {
              opacity: 1; }
            .chapters-animation .chapters__single__images__img img.show {
              opacity: 1; }
      .chapters-animation .chapters__single.swiper-slide-active .chapters__single__images__img {
        visibility: visible; }
      .chapters-animation .chapters__single.swiper-slide-prev h2 {
        opacity: 0;
        transition: .5s; }
      .chapters-animation .chapters__single--1 .chapters__single__images__img {
        transition: 1s cubic-bezier(0.5, 0, 0, 1); }
        .chapters-animation .chapters__single--1 .chapters__single__images__img--1 {
          left: -150px;
          top: 100px;
          transform: translate(-200px, 0);
          width: 300px;
          height: 400px; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--1 .chapters__single__images__img--1 {
              width: 150px;
              height: 200px;
              left: 10px;
              bottom: 100px;
              top: unset; } }
          @media (max-width: 768.98px) {
            .chapters-animation .chapters__single--1 .chapters__single__images__img--1 {
              width: calc(150px * 0.9);
              height: calc(200px * 0.9);
              bottom: 40px; } }
        .chapters-animation .chapters__single--1 .chapters__single__images__img--2 {
          right: 0px;
          top: 30px;
          height: 270px;
          width: 215px;
          transform: translate(200px, 0);
          transition-delay: .05s;
          opacity: 0; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--1 .chapters__single__images__img--2 {
              top: 80px;
              right: 25px;
              height: 210px;
              width: 180px; } }
        .chapters-animation .chapters__single--1 .chapters__single__images__img--3 {
          right: 100px;
          bottom: 30px;
          height: 250px;
          width: 300px;
          transform: translate(-100px, 0);
          transition-delay: .1s;
          opacity: 0; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--1 .chapters__single__images__img--3 {
              width: 180px;
              height: 160px;
              bottom: 10px;
              right: 10px; } }
      .chapters-animation .chapters__single--1.swiper-slide-active .chapters__single__images__img--1 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--1.swiper-slide-active .chapters__single__images__img--2 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--1.swiper-slide-active .chapters__single__images__img--3 {
        transform: translate(0, 0);
        opacity: 1; }
      @media (max-width: 768.98px) {
        .chapters-animation .chapters__single--2 a h2 {
          font-size: 10vw; } }
      .chapters-animation .chapters__single--2 .chapters__single__images__img {
        transition: 1s cubic-bezier(0.5, 0, 0, 1); }
        .chapters-animation .chapters__single--2 .chapters__single__images__img--1 {
          top: 70px;
          right: 100px;
          height: 300px;
          width: 300px;
          transform: translate(200px, 0);
          opacity: 0; }
          @media (max-width: 1366px) {
            .chapters-animation .chapters__single--2 .chapters__single__images__img--1 {
              width: 250px;
              height: 250px;
              right: 120px; } }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--2 .chapters__single__images__img--1 {
              width: 200px;
              height: 200px;
              top: 100px;
              right: 20px; } }
        .chapters-animation .chapters__single--2 .chapters__single__images__img--2 {
          bottom: 80px;
          left: -120px;
          transform: translate(-200px, 0);
          width: 260px;
          height: 350px; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--2 .chapters__single__images__img--2 {
              bottom: 50px;
              left: 20px;
              width: calc(260px * 0.6);
              height: calc(350px * 0.6); } }
          @media (max-width: 768.98px) {
            .chapters-animation .chapters__single--2 .chapters__single__images__img--2 {
              width: calc(260px * 0.5);
              height: calc(350px * 0.5); } }
        .chapters-animation .chapters__single--2 .chapters__single__images__img--3 {
          bottom: 25px;
          right: 0;
          height: 250px;
          width: 350px;
          transform: translate(200px, 0); }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--2 .chapters__single__images__img--3 {
              left: unset;
              bottom: 20px;
              right: 20px;
              width: calc(350px * 0.5);
              height: calc(250px * 0.5); } }
      .chapters-animation .chapters__single--2.swiper-slide-active .chapters__single__images__img--1 {
        transform: translate(0, 0) rotate(0);
        opacity: 1; }
      .chapters-animation .chapters__single--2.swiper-slide-active .chapters__single__images__img--2 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--2.swiper-slide-active .chapters__single__images__img--3 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--3 .chapters__single__images__img {
        transition: 1s cubic-bezier(0.5, 0, 0, 1); }
        .chapters-animation .chapters__single--3 .chapters__single__images__img--1 {
          left: -150px;
          top: 100px;
          transform: translate(-200px, 0);
          width: 400px;
          height: 300px; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--3 .chapters__single__images__img--1 {
              top: 100px;
              left: 0;
              width: calc(400px * 0.5);
              height: calc(300px * 0.5); } }
          @media (max-width: 768.98px) {
            .chapters-animation .chapters__single--3 .chapters__single__images__img--1 {
              width: calc(400px * 0.4);
              height: calc(300px * 0.4); } }
        .chapters-animation .chapters__single--3 .chapters__single__images__img--2 {
          right: 50px;
          top: 25px;
          height: 300px;
          width: 350px;
          transform: translate(200px, 0);
          transition-delay: .05s;
          opacity: 0; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--3 .chapters__single__images__img--2 {
              top: 125px;
              right: 20px;
              width: calc(300px * 0.5);
              height: calc(350px * 0.5); } }
          @media (max-width: 768.98px) {
            .chapters-animation .chapters__single--3 .chapters__single__images__img--2 {
              top: 80px; } }
        .chapters-animation .chapters__single--3 .chapters__single__images__img--3 {
          right: 200px;
          bottom: 20px;
          height: 250px;
          width: 250px;
          transform: translate(150px, 0);
          transition-delay: .1s;
          opacity: 0; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--3 .chapters__single__images__img--3 {
              bottom: 20px;
              right: 20px; } }
          @media (max-width: 768.98px) {
            .chapters-animation .chapters__single--3 .chapters__single__images__img--3 {
              width: 200px;
              height: 200px; } }
      .chapters-animation .chapters__single--3.swiper-slide-active .chapters__single__images__img--1 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--3.swiper-slide-active .chapters__single__images__img--2 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--3.swiper-slide-active .chapters__single__images__img--3 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--4 .chapters__single__images__img {
        transition: 1s cubic-bezier(0.5, 0, 0, 1); }
        .chapters-animation .chapters__single--4 .chapters__single__images__img--1 {
          left: 0;
          top: 25px;
          transform: translate(-200px, 0);
          width: 300px;
          height: 300px; }
          @media (max-width: 1366px) {
            .chapters-animation .chapters__single--4 .chapters__single__images__img--1 {
              width: 250px;
              height: 250px; } }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--4 .chapters__single__images__img--1 {
              top: 100px;
              left: unset;
              right: 50px;
              width: calc(300px * 0.6);
              height: calc(300px * 0.6); } }
        .chapters-animation .chapters__single--4 .chapters__single__images__img--2 {
          right: 50px;
          top: 25px;
          height: 300px;
          width: 400px;
          transform: translate(200px, 0);
          transition-delay: .05s;
          opacity: 0; }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--4 .chapters__single__images__img--2 {
              top: unset;
              bottom: 0;
              right: 0;
              width: calc(400px * 0.6);
              height: calc(300px * 0.6); } }
        .chapters-animation .chapters__single--4 .chapters__single__images__img--3 {
          right: 200px;
          bottom: 0;
          height: 360px;
          width: 260px;
          transform: translate(-200px, 0);
          transition-delay: .1s;
          opacity: 0; }
          @media (max-width: 1366px) {
            .chapters-animation .chapters__single--4 .chapters__single__images__img--3 {
              right: -100px; } }
          @media (max-width: 991.98px) {
            .chapters-animation .chapters__single--4 .chapters__single__images__img--3 {
              bottom: 25px;
              right: unset;
              left: 20px;
              width: calc(260px * 0.6);
              height: calc(360px * 0.6); } }
          @media (max-width: 768.98px) {
            .chapters-animation .chapters__single--4 .chapters__single__images__img--3 {
              left: 40px;
              width: calc(260px * 0.5);
              height: calc(360px * 0.5); } }
      .chapters-animation .chapters__single--4.swiper-slide-active .chapters__single__images__img--1 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--4.swiper-slide-active .chapters__single__images__img--2 {
        transform: translate(0, 0);
        opacity: 1; }
      .chapters-animation .chapters__single--4.swiper-slide-active .chapters__single__images__img--3 {
        transform: translate(0, 0);
        opacity: 1; }

.page-header.green-status-header {
  height: auto;
  margin-bottom: 250px; }
  .page-header.green-status-header::after {
    display: none; }

.page-template-page-gron-status-sub .f-text-image .row {
  align-items: center; }

.green-status-header .row {
  max-width: 1270px;
  margin: 0 auto; }
.green-status-header__logo {
  padding: 80px 0; }
  .green-status-header__logo img {
    width: 100%; }
.green-status-header__img {
  position: relative;
  height: 100%; }
  .green-status-header__img img {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(200px);
    max-width: 550px;
    width: 100%; }
    @media (max-width: 768.98px) {
      .green-status-header__img img {
        position: relative;
        margin-top: -200px; } }

.overline {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  opacity: .5;
  margin-bottom: 0;
  display: block; }
  @media (max-width: 768.98px) {
    .overline {
      margin-top: 20px; } }

.faq-content {
  background: #F2EDE6; }
  @media (max-width: 768.98px) {
    .faq-content .col-md-6 {
      margin-top: 20px; } }

.page-template-page-featured .faq-content {
  margin-top: 100px; }
  @media (max-width: 768.98px) {
    .page-template-page-featured .faq-content {
      margin-top: 50px; } }

.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1; }
  @media (max-width: 768.98px) {
    .dropdown-toggle {
      font-size: 18px; } }
  .dropdown-toggle svg {
    transition: .2s;
    margin-left: 15px;
    opacity: .5;
    flex-shrink: 0;
    flex-grow: 0; }
    @media (max-width: 768.98px) {
      .dropdown-toggle svg {
        width: 12px;
        height: 12px; } }
  .dropdown-toggle.toggle-show svg {
    transform: rotate(180deg); }
  .dropdown-toggle:hover {
    text-decoration: none; }

.dropdown-inner {
  overflow: hidden;
  display: none;
  padding: 0;
  text-align: left;
  padding-bottom: 30px; }

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
@import "functions"; */
                  /*
@import "root";
@import "reboot";
@import "type";
@import "images";
@import "code"; */
.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 1266px; } }
  @media (min-width: 769px) {
    .container {
      max-width: 1266px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1266px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1266px; } }

.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
                /*
@import "tables";
@import "forms";
@import "buttons"; */
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

                       /*
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "toasts";
@import "modal"; */
.tooltip {
  position: absolute;
  background: yellow;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip.in {
  opacity: 1; }
  .tooltip.in .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    transform: translate(-4px, 0) rotate(45deg); }
    .tooltip.in .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 0.25rem; }

                   /*
@import "popover";
@import "carousel";
@import "spinners";
@import "utilities";
@import "print"; */
/*--------------------------------------------------------------
# Pages Mikkel
--------------------------------------------------------------*/
.yourkitch-wrap {
  position: relative;
  margin-bottom: 30px; }
  .yourkitch-wrap .fullscreen-a {
    position: relative;
    display: block; }
    .yourkitch-wrap .fullscreen-a:hover .your-kitc-box {
      opacity: .1; }
  .yourkitch-wrap .fullscreen-a::before {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    background-image: url("/wp-content/uploads/2019/02/soeg-icon-white.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat; }
  .yourkitch-wrap a {
    outline: none;
    text-decoration: none; }
  .yourkitch-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin: 5px 0 0 0;
    text-decoration: none; }

.your-kitc-box {
  height: 300px;
  padding: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: ease all .2s;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .your-kitc-box {
      padding: 0; } }
  .your-kitc-box:hover .content-bottom a {
    transform: translatex(0);
    opacity: 1; }
  .your-kitc-box .content-bottom {
    z-index: 1; }
    .your-kitc-box .content-bottom a {
      display: block;
      text-align: center;
      margin-top: 5px;
      transform: translatex(calc(100% + 40px));
      transition: .8s ease;
      opacity: 0; }
      @media screen and (max-width: 991px) {
        .your-kitc-box .content-bottom a {
          width: 50%;
          display: inline-block;
          float: left; } }
      @media screen and (max-width: 450px) {
        .your-kitc-box .content-bottom a {
          width: 100%;
          display: block;
          float: none;
          margin-top: 0; } }
      @media screen and (max-width: 450px) {
        .your-kitc-box .content-bottom a.second {
          display: none; } }
      .your-kitc-box .content-bottom a:nth-child(2) {
        transition-delay: .1s; }
      @media screen and (max-width: 991px) {
        .your-kitc-box .content-bottom a {
          opacity: 1;
          transform: translate(0); } }

.outl-page-product {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }
  .outl-page-product:hover .btn.with-arrow:after {
    margin-left: 12px; }
  .outl-page-product a {
    text-decoration: none;
    color: #000; }
  .outl-page-product .outl-page-city {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: .5em;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: .4;
    display: block;
    line-height: 1;
    margin-top: 15px; }
  .outl-page-product .outl-page-product-image {
    display: flex;
    align-items: center;
    position: relative;
    aspect-ratio: 9/10;
    overflow: hidden; }
    .outl-page-product .outl-page-product-image img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .outl-page-product p {
    color: #000;
    text-decoration: none;
    margin: 0;
    margin-top: .5em;
    opacity: 1; }
    .outl-page-product p.outl-page-title {
      font-weight: 600;
      line-height: normal; }
  .outl-page-product .price .price-before {
    opacity: 0.5;
    text-decoration: line-through; }
  .outl-page-product .price .price-now {
    font-weight: 600;
    margin-left: 10px; }

.outlet-select {
  margin-bottom: 50px; }
  .outlet-select .select2-container .select2-selection--single {
    height: 60px; }
    .outlet-select .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 60px; }
    .outlet-select .select2-container .select2-selection--single .select2-selection__arrow {
      height: 60px;
      width: 50px; }

.bg-main {
  background-color: #000;
  color: white; }

.bg-sec {
  background-color: #BB8F61;
  color: white; }

.single-forhandler .page-header {
  height: 0;
  padding-top: 26%; }
  @media (max-width: 500px) {
    .single-forhandler .page-header {
      margin-top: 30px; } }
  .single-forhandler .page-header > .container {
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 500px) {
      .single-forhandler .page-header > .container {
        top: -10px;
        left: 0;
        transform: translateY(-100%);
        padding-left: 0 !important; } }
  @media (max-width: 500px) {
    .single-forhandler .page-header::after {
      height: 20px;
      bottom: -1px;
      left: -1px; } }

.retailer-header {
  max-width: 1920px;
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16/6;
  max-height: 75vh; }
  @media (max-width: 1199.98px) {
    .retailer-header {
      width: 100%;
      max-height: none; } }
  @media (max-width: 768.98px) {
    .retailer-header {
      aspect-ratio: unset; }
      .retailer-header img {
        aspect-ratio: 9/10; } }
  .retailer-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
  .retailer-header__breadcrumbs {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1; }
  .retailer-header__content {
    position: absolute;
    bottom: -1px;
    max-width: 1410px;
    width: 100%;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1199.98px) {
      .retailer-header__content {
        position: relative;
        left: 0;
        transform: none;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 575.98px) {
      .retailer-header__content {
        padding-bottom: 10px; } }
    .retailer-header__content h1 {
      margin: 0; }
      @media (max-width: 575.98px) {
        .retailer-header__content h1 {
          margin-bottom: 20px; } }
    .retailer-header__content .cursivehead {
      padding-bottom: 15px; }
      @media (max-width: 575.98px) {
        .retailer-header__content .cursivehead {
          padding-bottom: 5px; } }

.retailer-content__media {
  padding-right: 100px;
  z-index: 1;
  position: relative; }
  @media (max-width: 575.98px) {
    .retailer-content__media {
      padding-right: 50px; } }
  .retailer-content__media img {
    display: block;
    width: 100%;
    max-height: 600px;
    object-fit: cover; }
.retailer-content__text {
  background-color: #F2EDE6;
  max-width: 80%;
  margin-left: auto;
  position: relative;
  padding: 60px;
  padding-right: 100px; }
  @media (max-width: 575.98px) {
    .retailer-content__text {
      padding: 40px 30px;
      padding-right: 50px;
      max-width: 100%; } }
  .retailer-content__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    transform: translateY(-100%);
    background-color: #F2EDE6;
    z-index: 0; }
  .retailer-content__text h2 {
    font-family: "Source Sans Pro";
    text-transform: none;
    font-weight: 500;
    font-size: 24px; }
    @media (max-width: 575.98px) {
      .retailer-content__text h2 {
        font-size: 20px; } }
  .retailer-content__text p {
    font-size: 20px;
    font-weight: 300;
    opacity: .9;
    color: #131313;
    margin: .5em 0; }
    @media (max-width: 575.98px) {
      .retailer-content__text p {
        font-size: 18px; } }
  .retailer-content__text .cta-row {
    margin-top: 30px;
    display: flex;
    align-items: center; }
    @media (max-width: 575.98px) {
      .retailer-content__text .cta-row {
        display: block;
        text-align: center; }
        .retailer-content__text .cta-row .btn {
          margin-bottom: 20px; } }

.service-list {
  padding: 0;
  margin-bottom: 50px; }
  .service-list li {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 24px;
    font-weight: 300;
    color: #131313;
    margin-bottom: 40px; }
    .service-list li span {
      font-weight: 700;
      line-height: 1.9;
      opacity: .4;
      font-size: 18px;
      letter-spacing: 1px;
      margin-right: 20px; }

.retailer-details .cursivehead {
  padding-bottom: 10px; }
.retailer-details p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #000000;
  opacity: 1; }
@media (max-width: 768.98px) {
  .retailer-details .row > div:not(.retailer-some) {
    padding-bottom: 40px; }
  .retailer-details p {
    font-size: 18px; } }

.retailer-some a {
  display: inline-block;
  margin-right: 5px; }

.retailer-divider {
  position: relative;
  margin-top: -50px; }
  .retailer-divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #F2EDE6;
    z-index: 0; }
  .retailer-divider img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover; }

.retailer-business ul {
  padding: 0;
  margin: 0; }
  .retailer-business ul li {
    list-style: none;
    display: flex;
    margin-bottom: 30px; }
    .retailer-business ul li:last-child {
      margin-bottom: 0; }
    .retailer-business ul li p {
      font-weight: 300;
      font-size: 20px;
      margin: 0;
      color: #000;
      opacity: 1;
      line-height: 1.3; }
    .retailer-business ul li svg {
      margin-right: 24px;
      margin-top: 5px;
      flex: 0 0 auto; }
@media (max-width: 768.98px) {
  .retailer-business__bottom {
    margin: 30px 0 50px; } }
.retailer-business__contact {
  display: flex;
  align-items: center; }
  .retailer-business__contact .cursivehead {
    padding-bottom: 5px; }
  .retailer-business__contact img {
    margin-right: 20px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    max-width: 120px;
    filter: grayscale(1); }
.retailer-business__contact-info p {
  line-height: 1.4;
  margin: 0;
  opacity: 1; }

.retailer-events h4 {
  font-size: 24px;
  font-weight: 600; }
.retailer-events .retailer-campaign {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 20px; }
  .retailer-events .retailer-campaign img {
    aspect-ratio: 10/9;
    width: 100%;
    object-fit: cover;
    object-position: top; }
  .retailer-events .retailer-campaign h4 {
    margin: .5em 0;
    font-size: 20px;
    font-weight: 600; }
  .retailer-events .retailer-campaign p {
    margin-top: 0; }
  .retailer-events .retailer-campaign .tagline {
    background: #F1F1F1;
    margin: .5em 0; }
.retailer-events .retailer-event {
  display: block;
  background-color: #b77a80;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 30px; }
  .retailer-events .retailer-event p {
    opacity: 1;
    font-size: 18px; }
  .retailer-events .retailer-event .btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .retailer-events .retailer-event .btn:before {
      background: #fff; }
    .retailer-events .retailer-event .btn:hover {
      color: #000; }

.retailer-nav {
  position: fixed;
  width: auto;
  background: #000000;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 30px);
  display: flex;
  padding: 0 20px;
  border-radius: 99px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: .4s ease-in-out; }
  @media (max-width: 991.98px) {
    .retailer-nav {
      top: 75px;
      bottom: unset;
      left: 0;
      right: 0;
      transform: translate(0, 30px);
      border-radius: 0;
      overflow-x: auto; } }
  .retailer-nav.active {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0); }
    @media (max-width: 991.98px) {
      .retailer-nav.active {
        transform: translate(0, 0); } }
  .retailer-nav a {
    white-space: nowrap;
    color: #fff;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    opacity: .5;
    transition: .2s linear; }
    .retailer-nav a:hover {
      opacity: 1;
      text-decoration: underline; }
    .retailer-nav a.active {
      opacity: 1;
      text-decoration: underline; }
    .retailer-nav a:last-child {
      border-right: none; }

.retailer-client-wrap {
  padding-top: 0; }

@media (min-width: 576px) {
  .retailer-clients {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; } }
.retailer-clients .retailer-client {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer; }
  .retailer-clients .retailer-client a {
    color: #000;
    text-decoration: none; }
  @media (min-width: 576px) {
    .retailer-clients .retailer-client:nth-child(3) {
      transform: translateY(-40%); } }
  .retailer-clients .retailer-client .client-slide-img img {
    aspect-ratio: 4/5;
    display: block;
    width: 100%;
    object-fit: cover; }
@media (min-width: 576px) {
  .retailer-clients__text {
    margin-left: -100px;
    padding-top: 30px; } }

.page-header .acf-map {
  height: 100%; }

.tour-wrap-header {
  bottom: 30px;
  right: 30px;
  position: absolute; }
  @media (max-width: 500px) {
    .tour-wrap-header {
      display: none; } }

.dealer-content {
  padding-top: 50px; }
  @media (max-width: 500px) {
    .dealer-content {
      padding-top: 25px; } }

.sell-announcement {
  background-color: #778077;
  color: white;
  margin-top: 20px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  position: relative; }

.trust-badge {
  text-align: left;
  margin-top: 25px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px; }

.wrap-3d-round {
  margin-top: 20px;
  position: relative; }
  .wrap-3d-round a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(118, 132, 149, 0.6);
    font-size: 24px;
    text-decoration: none; }
  .wrap-3d-round .tour {
    color: white;
    text-align: center;
    width: 340px;
    padding: 20px;
    max-width: 100%; }
  .wrap-3d-round img {
    width: 100%;
    display: block; }

.sell-header {
  width: 100%;
  height: 400px;
  text-align: right;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .sell-header {
      height: 200px; } }
  .sell-header a {
    margin-bottom: 25px; }

.sell-service p:first-child {
  font-size: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro";
  opacity: .7;
  margin-bottom: 10px; }
  @media (max-width: 500px) {
    .sell-service p:first-child {
      font-size: 20px; } }

.sell-employee {
  margin-bottom: 40px;
  position: relative; }
  .sell-employee img {
    filter: grayscale(1);
    max-width: 150px; }
  .sell-employee .employee-info {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media screen and (max-width: 450px) {
      .sell-employee .employee-info {
        font-size: 12px; } }
    .sell-employee .employee-info p {
      margin: 0;
      color: rgba(0, 0, 0, 0.7);
      opacity: 1;
      line-height: 1.5; }
    .sell-employee .employee-info a {
      color: rgba(0, 0, 0, 0.7);
      border-bottom: 1px solid #000;
      text-decoration: none; }
    .sell-employee .employee-info .sell-link {
      margin: 0; }
      .sell-employee .employee-info .sell-link a {
        outline: none;
        border: none;
        text-decoration: none; }

@media (max-width: 768px) {
  .sell-image {
    margin-top: 30px; } }

@media (max-width: 768px) {
  .sell-service {
    margin-bottom: 30px; } }

.icon-flex {
  display: flex;
  align-items: flex-start; }

@media (max-width: 768px) {
  .sell-info-grid {
    margin-top: 25px; } }
.sell-info-grid .acf-map {
  margin-bottom: 3px;
  margin-left: 3px;
  width: calc(100% - 3px); }
.sell-info-grid .sell-box {
  margin-top: 25px; }
  .sell-info-grid .sell-box .btn {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }
.sell-info-grid p.sell-box-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  opacity: .3; }
.sell-info-grid p {
  margin: 0; }
  .sell-info-grid p a {
    text-decoration: none;
    border: none; }
.sell-info-grid .sell-open-row {
  display: flex;
  justify-content: space-between; }
  .sell-info-grid .sell-open-row p {
    display: inline-block; }

.btn-book-measure {
  margin-right: 10px; }

#book-forhandler, #book-opmaaling {
  padding-top: 150px;
  height: 100%; }
  #book-forhandler > .container, #book-opmaaling > .container {
    max-width: 1400px; }
  #book-forhandler .contact-booking, #book-opmaaling .contact-booking {
    width: 100%;
    margin: 0; }

.startinghelp-wrap .contact-booking {
  margin-bottom: 0; }

.contact-booking {
  position: relative;
  max-width: 1920px;
  width: calc(100% - 100px);
  margin: 0 auto;
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .contact-booking {
      width: calc(100% - 30px); } }
  .contact-booking.contact-booking--dual > .container {
    max-width: 1400px; }
  @media (max-width: 991.98px) {
    .contact-booking.contact-booking--dual #book-forhandler, .contact-booking.contact-booking--dual #book-opmaaling {
      padding-top: 50px; } }
  .contact-booking.contact-booking--dual .catalog-content {
    padding: 80px;
    height: 100%; }
    @media (max-width: 1024px) {
      .contact-booking.contact-booking--dual .catalog-content {
        padding: 40px 30px; }
        .contact-booking.contact-booking--dual .catalog-content .catalog-text {
          padding-right: 0; } }
    .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure {
      background-color: #778077; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .check-options .wpcf7-checkbox .wpcf7-list-item label span,
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .check-options .wpcf7-radio .wpcf7-list-item label span {
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .select2-container--default .select2-selection--single {
        border-color: rgba(255, 255, 255, 0.3); }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure input, .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure #submit {
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure input {
        cursor: default; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure #submit:hover {
        color: #000; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .select2-container--default .select2-selection--single .select2-selection__placeholder,
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .newsletter input[type="checkbox"] + span::before {
        border-color: #fff; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure .newsletter input[type="checkbox"]:checked + span::before {
        background: #fff; }
      .contact-booking.contact-booking--dual .catalog-content.catalog-content--measure p a {
        border-color: #fff; }
    .contact-booking.contact-booking--dual .catalog-content .catalog-inputs {
      padding-right: 0; }
  .contact-booking .catalog-bg {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .contact-booking .catalog-content {
    background: #f1f1f1;
    padding-left: 100px;
    padding-top: 100px;
    padding-bottom: 50px; }
    @media (max-width: 1024px) {
      .contact-booking .catalog-content {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .contact-booking .catalog-content .ajax-loader {
      display: none !important; }
    .contact-booking .catalog-content .catalog-text {
      padding-right: 50px; }
      .contact-booking .catalog-content .catalog-text h1 {
        margin-bottom: 10px; }
      .contact-booking .catalog-content .catalog-text p {
        max-width: 500px;
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 15px;
        opacity: .7; }
    .contact-booking .catalog-content .catalog-inputs {
      padding-right: 100px;
      max-width: 620px; }
      @media (max-width: 1024px) {
        .contact-booking .catalog-content .catalog-inputs {
          padding-right: 30px; } }
  .contact-booking .wpcf7-form.invalid .wpcf7-response-output {
    background: #c90000;
    color: #fff;
    padding: 20px !important;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0; }
  .contact-booking .wpcf7-form.submitting {
    position: relative;
    pointer-events: none; }
    .contact-booking .wpcf7-form.submitting > div, .contact-booking .wpcf7-form.submitting > button {
      opacity: .2; }
    .contact-booking .wpcf7-form.submitting:before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ctitle%3Ecircle-anim-2%3C/title%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='1' transform='translate(0.5 0.5)' fill='none' stroke='%23020200'%3E%3Cg class='nc-loop-circle-2-64-icon-o'%3E%3Ccircle cx='32' cy='32' opacity='.4' r='29'%3E%3C/circle%3E%3Cpath d='M32 3a29 29 0 0 1 29 29' stroke='%23020200'%3E%3C/path%3E%3C/g%3E%3Cstyle%3E.nc-loop-circle-2-64-icon-o%7B--animation-duration:0.65s;transform-origin:32px 32px;animation:nc-loop-circle-2-anim var(--animation-duration) infinite cubic-bezier(.645,.045,.355,1)%7D@keyframes nc-loop-circle-2-anim%7B0%25%7Btransform:rotate(0)%7D100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3C/g%3E%3C/svg%3E");
      display: block;
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center; }
  .contact-booking #book-forhandler > .container {
    max-width: 1400px; }
  .contact-booking.catalog-form {
    color: #404040; }
    .contact-booking.catalog-form .shipment-options label {
      position: relative;
      display: block;
      margin-bottom: 15px;
      top: 0px;
      left: 0; }
    .contact-booking.catalog-form .shipment-options .wpcf7-radio {
      display: flex; }
      .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item {
        display: block;
        width: 100%;
        margin: 0 5px 0 0; }
        .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item:last-child {
          margin-right: 0; }
        .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label {
          position: relative;
          margin-bottom: 10px; }
          .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label input {
            display: none; }
          .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label span {
            padding: 13px 40px 12px 20px;
            width: 100%;
            display: block;
            color: #3C454C;
            cursor: pointer;
            position: relative;
            z-index: 2;
            transition: .1s ease-in-out;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.3);
            border-radius: 4px;
            font-size: 10px;
            text-align: left;
            line-height: 1;
            margin-bottom: 20px; }
            .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label span:hover {
              color: #fff;
              background-color: #000; }
          .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label input:checked ~ span {
            color: #fff;
            background-color: #000; }
            .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label input:checked ~ span:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              position: absolute;
              right: 15px;
              top: 0;
              background-repeat: no-repeat;
              background-position: center;
              height: 100%; }
          .contact-booking.catalog-form .shipment-options .wpcf7-radio .wpcf7-list-item label input {
            width: 32px;
            height: 32px;
            order: 1;
            z-index: 2;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            visibility: hidden; }
    @media (max-width: 1280px) {
      .contact-booking.catalog-form .check-options.check-wishes .wpcf7-checkbox {
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (max-width: 1280px) {
      .contact-booking.catalog-form .check-options.check-wishes .wpcf7-checkbox .wpcf7-list-item {
        flex: 0 0 48%;
        margin: 0px; } }
    @media (max-width: 1280px) {
      .contact-booking.catalog-form .check-options.check-wishes .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
        margin-bottom: 10px; } }
    .contact-booking.catalog-form .check-options label {
      position: relative;
      display: block;
      margin-bottom: 15px;
      top: 0px;
      left: 0; }
    .contact-booking.catalog-form .check-options .wpcf7-checkbox, .contact-booking.catalog-form .check-options .wpcf7-radio {
      display: flex; }
      .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item {
        display: block;
        width: 100%;
        margin: 0 5px 0 0; }
        .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item:last-child, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item:last-child {
          margin-right: 0; }
        .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item label, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item label {
          position: relative;
          margin-bottom: 10px; }
          .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item label span, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item label span {
            padding: 13px 40px 12px 20px;
            width: 100%;
            display: block;
            color: #3C454C;
            cursor: pointer;
            position: relative;
            z-index: 2;
            transition: .1s ease-in-out;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.3);
            border-radius: 4px;
            font-size: 10px;
            text-align: left;
            line-height: 1;
            margin-bottom: 20px; }
            .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item label span:hover, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item label span:hover {
              color: #fff;
              background-color: #000; }
          .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item label input:checked ~ span {
            color: #fff;
            background-color: #000; }
            .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span:before, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item label input:checked ~ span:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              position: absolute;
              right: 15px;
              top: 0;
              background-repeat: no-repeat;
              background-position: center;
              height: 100%; }
          .contact-booking.catalog-form .check-options .wpcf7-checkbox .wpcf7-list-item label input, .contact-booking.catalog-form .check-options .wpcf7-radio .wpcf7-list-item label input {
            width: 32px;
            height: 32px;
            order: 1;
            z-index: 2;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            visibility: hidden; }
    .contact-booking.catalog-form:before {
      display: none; }
    .contact-booking.catalog-form input[type="date"] {
      display: block;
      min-height: 48px;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield; }
    .contact-booking.catalog-form label {
      position: absolute;
      top: 12px;
      z-index: 1;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      width: 100%;
      left: 10px;
      line-height: 1;
      pointer-events: none;
      transition: .2s ease-in-out; }
      .contact-booking.catalog-form label.get-up {
        top: -5px;
        font-size: 10px;
        opacity: .3; }
    .contact-booking.catalog-form .wpcf7-list-item {
      margin-left: 0; }
    .contact-booking.catalog-form .wpcf7-list-item label {
      position: relative !important;
      display: flex;
      align-items: flex-start;
      top: 0;
      left: 0;
      margin-bottom: 10px;
      pointer-events: all;
      cursor: pointer; }
    .contact-booking.catalog-form input[type="file"] {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 10px; }
    .contact-booking.catalog-form input, .contact-booking.catalog-form select, .contact-booking.catalog-form textarea {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 0;
      margin-bottom: 20px;
      width: 100%;
      min-width: 100%;
      transition: .2s ease-in;
      background: transparent;
      outline: none;
      height: 38px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      line-height: 38px; }
    .contact-booking.catalog-form textarea {
      height: 100px; }
    .contact-booking.catalog-form #submit {
      cursor: pointer;
      background: transparent;
      border-color: rgba(0, 0, 0, 0.3);
      margin-bottom: 20px;
      margin-top: 20px; }
    .contact-booking.catalog-form .select2-selection.select2-selection--single {
      background: transparent; }
      .contact-booking.catalog-form .select2-selection.select2-selection--single .select2-selection__rendered {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px; }
    .contact-booking.catalog-form .newsletter-check {
      display: inline-block;
      width: 20px;
      height: auto;
      min-width: unset;
      margin: 0;
      margin-right: 5px; }
    .contact-booking.catalog-form .newsletter input[type="checkbox"] {
      display: none; }
    .contact-booking.catalog-form .newsletter input[type="checkbox"] + span {
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    .contact-booking.catalog-form .newsletter input[type="checkbox"] + span:last-child {
      margin-bottom: 0; }
    .contact-booking.catalog-form .newsletter input[type="checkbox"] + span:before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 4px;
      -webkit-transition: all .12s, border-color .08s;
      transition: all .12s, border-color .08s; }
    .contact-booking.catalog-form .newsletter input[type="checkbox"]:checked + span:before {
      background: #000; }
    .contact-booking.catalog-form .newsletter .wpcf7-list-item {
      margin-left: 0; }
    .contact-booking.catalog-form .newsletter .wpcf7-list-item-label {
      font-size: 12px;
      font-style: italic;
      line-height: 20px; }
  .contact-booking:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .contact-booking:before {
        width: 100%; } }
  .contact-booking h2 {
    margin: 0; }
  .contact-booking .contact-policy {
    font-size: 12px; }
  .contact-booking p {
    opacity: 0.8; }
    .contact-booking p a {
      text-decoration: none;
      color: inherit;
      border-color: #000; }

.contact-message {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }

.contact-form .wpcf7 {
  width: 100%; }
.contact-form .contact-inputs {
  max-width: 90%; }
  @media screen and (max-width: 575px) {
    .contact-form .contact-inputs {
      max-width: 100%; } }
.contact-form .contact-info {
  padding: 50px;
  height: 100%;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 575px) {
    .contact-form .contact-info {
      padding: 25px 25px 100px 25px; } }
  .contact-form .contact-info:before {
    background-image: url("/wp-content/uploads/2019/02/aubo-logo-white.svg");
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 50px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: bottom right;
    z-index: -1; }
    @media screen and (max-width: 575px) {
      .contact-form .contact-info:before {
        display: none; } }
  .contact-form .contact-info div {
    display: flex;
    align-items: baseline; }
  .contact-form .contact-info span {
    font-family: "Merriweather";
    font-size: 28px;
    font-weight: 600;
    margin-right: 10px; }
.contact-form input, .contact-form select, .contact-form textarea {
  border: none;
  border-radius: 0;
  padding: 12px;
  margin-bottom: 20px;
  width: 100%;
  transition: .2s ease-in; }
  .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    border-color: #000; }
.contact-form textarea {
  resize: none;
  max-height: 150px; }

@media (min-width: 600px) {
  .seo-content__text {
    columns: 2;
    gap: 30px; } }

.fp-case-link {
  text-decoration: none; }
  .fp-case-link .fp-case-box {
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end; }
    @media (max-width: 430px) {
      .fp-case-link .fp-case-box {
        min-height: 150px; } }
    @media (min-width: 431px) and (max-width: 768px) {
      .fp-case-link .fp-case-box {
        min-height: 300px; } }
    .fp-case-link .fp-case-box:hover .fp-case-content:after {
      opacity: 1;
      max-height: 20px;
      margin-top: 5px; }
    .fp-case-link .fp-case-box .fp-case-content {
      padding: 15px 60px 20px 30px;
      background: rgba(22, 50, 74, 0.8); }
      @media (max-width: 768px) {
        .fp-case-link .fp-case-box .fp-case-content {
          padding: 20px;
          width: 100%; } }
      .fp-case-link .fp-case-box .fp-case-content:after {
        content: url("/wp-content/uploads/2019/02/arrow-right-white.svg");
        display: block;
        opacity: 0;
        max-height: 0px;
        transition: all ease .2s;
        max-width: 25px; }
      .fp-case-link .fp-case-box .fp-case-content p {
        margin: 0;
        color: white; }
        .fp-case-link .fp-case-box .fp-case-content p.fp-case-name {
          font-size: 18px;
          line-height: 1.2; }
          @media (max-width: 768px) {
            .fp-case-link .fp-case-box .fp-case-content p.fp-case-name {
              font-size: 14px;
              line-height: 1.2;
              font-weight: 600; } }
        .fp-case-link .fp-case-box .fp-case-content p.fp-case-kitchen {
          font-size: 12px;
          opacity: 0.6; }

.case-header {
  width: 100%;
  height: 550px; }
  @media (max-width: 768px) {
    .case-header {
      height: 200px; } }

.case-container a {
  color: black;
  border-bottom: 1px solid #000;
  text-decoration: none; }
.case-container h1 {
  margin-top: 0; }
.case-container p:first-child {
  margin-top: 0; }
.case-container .case-facts {
  padding: 30px;
  height: 100%; }
  .case-container .case-facts ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .case-container .case-facts ul li {
      margin-bottom: 15px;
      line-height: 14px; }
    .case-container .case-facts ul span {
      font-weight: 600;
      font-size: 12px;
      opacity: 0.6; }

.case-gallery .case-gallery-item {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end; }
  .case-gallery .case-gallery-item p {
    background: rgba(22, 50, 74, 0.8);
    width: 70%;
    padding: 20px 40px;
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    min-height: 70px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0; }
.case-gallery a {
  text-decoration: none; }

.contact-message {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white; }
  .contact-message h2 {
    margin: 0; }
  .contact-message p {
    opacity: 0.8; }
  .contact-message input, .contact-message textarea {
    background: white; }
  .contact-message:before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0; }
    @media screen and (max-width: 990px) {
      .contact-message:before {
        width: 100%; } }

.drop-in-menu .drop-in-logo img {
  max-height: 97px;
  max-width: 200px;
  padding: 20px 50px;
  float: left; }
  @media (max-width: 768px) {
    .drop-in-menu .drop-in-logo img {
      max-height: 75px;
      padding: 15px 25px;
      max-width: 120px; } }
.drop-in-menu .drop-in-menu-content {
  padding: 25px 50px;
  margin-top: 97px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 600px) {
    .drop-in-menu .drop-in-menu-content {
      padding: 25px;
      margin-top: 80px; } }
  .drop-in-menu .drop-in-menu-content #menu-main-burgermenu {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 1060px) {
      .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li.hide-desktop {
        display: none; } }
    .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li.menu-item-has-children > a {
      position: relative; }
      .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li.menu-item-has-children > a:after {
        content: "";
        background-image: url("/wp-content/uploads/2019/07/dropdown-arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 100%;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
        opacity: .8;
        transition: .1s ease-out; }
      .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li.menu-item-has-children > a.spin-icon:after {
        transform: rotate(-180deg); }
    .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li ul {
      list-style-type: none;
      margin: 0;
      padding-left: 15px;
      display: none;
      opacity: 0;
      transition: ease all 1s; }
      .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li ul.visible {
        display: block;
        opacity: 1; }
      .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li ul li a {
        font-size: 14px; }
    .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li a {
      color: white;
      text-decoration: none;
      opacity: .8;
      font-size: 18px;
      font-weight: 600;
      width: 100%;
      display: inline-block;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      transition: .1s ease; }
      @media (max-width: 600px) {
        .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li a {
          font-size: 16px; } }
      .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li a:hover {
        opacity: 1; }
        .drop-in-menu .drop-in-menu-content #menu-main-burgermenu li a:hover:after {
          opacity: 1; }

.price-list-header {
  position: relative; }
  .price-list-header.header-container {
    max-width: 1920px; }
    .price-list-header.header-container:before {
      content: "";
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50px;
      width: 50%;
      z-index: 99; }
      @media (max-width: 500px) {
        .price-list-header.header-container:before {
          height: 30px; } }
    .price-list-header.header-container #prod_header .item {
      padding-top: 35%; }
      .price-list-header.header-container #prod_header .item .kitc-header-img {
        opacity: 1; }
        @media (max-width: 500px) {
          .price-list-header.header-container #prod_header .item .kitc-header-img {
            display: block; } }
  .price-list-header .kitchen-price {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-align: right;
    font-size: 28px;
    z-index: 99;
    line-height: 1.3;
    text-transform: uppercase; }
    @media (max-width: 500px) {
      .price-list-header .kitchen-price {
        bottom: 15px;
        right: 10px;
        max-width: 50%;
        padding-left: 10px; } }
    .price-list-header .kitchen-price .kitceh-price-wrap {
      display: flex;
      opacity: .3;
      align-items: flex-end;
      justify-content: flex-end;
      line-height: 1; }
      @media (max-width: 1024px) {
        .price-list-header .kitchen-price .kitceh-price-wrap {
          font-size: 15px; } }
      @media (max-width: 500px) {
        .price-list-header .kitchen-price .kitceh-price-wrap {
          font-size: 8px; } }
    .price-list-header .kitchen-price .price-notice {
      font-size: 14px;
      opacity: .3;
      margin-top: 30px;
      display: block; }
      @media (max-width: 1024px) {
        .price-list-header .kitchen-price .price-notice {
          margin-top: 15px; } }
      @media (max-width: 500px) {
        .price-list-header .kitchen-price .price-notice {
          font-size: 6px;
          margin-top: 10px; } }
    .price-list-header .kitchen-price .price-number {
      font-weight: 900;
      font-size: 100px;
      line-height: .7;
      display: block;
      margin-top: 20px;
      margin-left: 10px; }
      @media (max-width: 1024px) {
        .price-list-header .kitchen-price .price-number {
          font-size: 36px;
          margin-top: 15px; } }
      @media (max-width: 500px) {
        .price-list-header .kitchen-price .price-number {
          font-size: 18px;
          margin-top: 5px;
          margin-left: 3px; } }
  .price-list-header .materials {
    bottom: 130px !important; }

.price-element {
  background: white;
  height: 100%; }
  .price-element .price-element-info {
    padding: 0; }
  .price-element .relative-info {
    position: relative;
    left: 0;
    bottom: 0; }
    .price-element .relative-info .materials {
      width: 100%; }
      .price-element .relative-info .materials .label {
        padding: 10px 20px; }
  .price-element p {
    margin: 4px 0;
    display: flex;
    font-size: 14px; }
    .price-element p span {
      margin-left: auto;
      font-size: 16px;
      font-weight: 600;
      line-height: 1; }
    .price-element p.element-notice {
      font-size: 12px;
      opacity: .8;
      font-style: italic;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding-top: 5px;
      margin-bottom: 0; }
  .price-element .element-title {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1; }

.catalog-wrap {
  text-align: center;
  margin-bottom: 25px; }
  .catalog-wrap img {
    transition: .1s;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
  .catalog-wrap a {
    outline: none;
    text-decoration: none;
    display: block; }
    .catalog-wrap a:hover img {
      transform: rotate(-3deg) scale(0.95); }
  .catalog-wrap h3 {
    color: #404040; }
  .catalog-wrap .btn {
    width: 100%; }

.single-artikler .page-header {
  position: relative;
  height: 400px; }
.single-artikler .content-container .row:nth-child(even) {
  background: #f8f3f0;
  margin: 10px 0; }
.single-artikler .content-container .col-pure-text {
  min-width: 100%; }

.content-container .row:nth-child(even) {
  background: #f8f3f0;
  margin: 10px 0; }

.btn.in-content {
  margin: 5px; }

.mb-25 {
  margin-bottom: 25px; }

.single-materialer .content-container li a {
  color: black;
  border-bottom: 1px solid #af2a39;
  text-decoration: none; }
.single-materialer .mate-selection {
  height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end; }
  .single-materialer .mate-selection h3 {
    background: rgba(22, 50, 74, 0.8);
    width: 70%;
    padding: 20px 40px;
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    min-height: 70px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0; }
.single-materialer .container-specs {
  position: relative;
  top: 0;
  padding: 0px !important;
  min-width: 100%;
  display: block;
  height: auto; }
  .single-materialer .container-specs .colors {
    background: #16324a;
    color: white;
    float: none;
    font-size: 12px;
    justify-content: center;
    padding: 10px 10px 5px 10px; }
    .single-materialer .container-specs .colors .label-colors:after {
      background-image: url(/wp-content/uploads/2019/02/arrow-right-white.svg);
      width: 14px;
      height: 8px; }
.single-materialer .show-colors {
  position: fixed;
  top: 50%;
  transform: translatey(-50%); }
.single-materialer .content-container .row:nth-child(2n) {
  background: #f8f3f0;
  margin: 10px 0; }
.single-materialer .content-container .col-pure-text {
  min-width: 100%; }

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.mate-laager-section {
  margin-bottom: 50px; }

.mate_laager-bg:nth-child(even) {
  background: #F1F1F1; }

.mate_laager-bg:nth-child(odd) {
  background: #fff; }

.mate-single-product {
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #d8d8d8; }
  .mate-single-product .product-dropdown {
    border: none;
    border-top: 1px solid #d8d8d8; }
  .mate-single-product .mate-colors .foreachcolor {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    margin-right: 6px;
    margin-bottom: 2px; }
  .mate-single-product h3 {
    padding: 25px 25px 15px 25px;
    margin: 0; }
  .mate-single-product img {
    display: block; }
  .mate-single-product .mate_cert {
    background: transparent;
    position: absolute;
    right: 20px;
    top: -15px;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    z-index: 1; }
  .mate-single-product .mate-single-details {
    padding: 20px 25px 20px 0; }
    @media (max-width: 500px) {
      .mate-single-product .mate-single-details {
        padding-left: 25px; } }
    .mate-single-product .mate-single-details p {
      margin: 0 0 5px 0;
      font-size: 14px;
      opacity: .8;
      display: flex;
      justify-content: space-between; }
      .mate-single-product .mate-single-details p span {
        margin-left: 30px;
        text-align: right; }
    .mate-single-product .mate-single-details .details-extra {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin-top: 15px;
      padding-top: 10px; }
      .mate-single-product .mate-single-details .details-extra p {
        font-size: 12px;
        font-style: italic; }

.mate-wrap a {
  text-decoration: none;
  outline: none; }

.material-box {
  position: relative;
  margin-bottom: 30px; }
  .material-box img {
    height: 100%;
    max-height: 250px;
    min-height: 250px;
    max-width: 100%;
    object-fit: cover; }
  .material-box h2 {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1;
    color: #000;
    text-decoration: none;
    margin: 8px 0 0 0; }

.material-childbox {
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px; }
  .material-childbox img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .material-childbox h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1;
    color: #000;
    margin: 0;
    line-height: normal;
    background-color: #fff;
    padding: 15px 25px;
    width: 50%; }

.hover-box .hover-item-inner h4 {
  margin: 0px; }
.hover-box .hover-item {
  position: relative;
  height: 300px; }
  .hover-box .hover-item .item-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0px;
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    transform: scale(0.95);
    opacity: 0;
    transition: ease all .4s; }
    .hover-box .hover-item .item-hover .item-hover-inner {
      background: white;
      padding: 15px;
      color: black; }
      .hover-box .hover-item .item-hover .item-hover-inner .content-row-item {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px; }
      .hover-box .hover-item .item-hover .item-hover-inner .btn {
        width: 100%;
        text-transform: none;
        text-align: center; }
  .hover-box .hover-item:hover .item-hover {
    transform: scale(1);
    opacity: 1; }
  .hover-box .hover-item:hover .hover-item-inner {
    opacity: 0; }

.eq-height {
  display: -webkit-box !important; }
  .eq-height img {
    display: block; }
  @media screen and (max-width: 768px) {
    .eq-height {
      display: flex !important; } }
  .eq-height .eq-height-col {
    display: -webkit-box; }

.quote-box {
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 576px) {
    .quote-box {
      padding: 30px;
      padding-top: 75px; } }
  .quote-box h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.8;
    border-bottom: 2px solid #bb8f61;
    padding-bottom: 15px; }
    .quote-box h2:before {
      content: "";
      background: url("../../uploads/2019/03/icon-quote-peach.svg");
      width: 30px;
      height: 30px;
      position: absolute;
      z-index: 0;
      top: -50px;
      background-repeat: no-repeat;
      background-size: contain; }
    @media screen and (max-width: 1160px) {
      .quote-box h2 {
        font-size: 1em; } }
  .quote-box p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    opacity: 0.9;
    font-weight: 500; }

.no-padding-bot {
  padding-bottom: 0; }

.row-in-grid {
  margin: 5px 0; }

.bg-gray-dark {
  background: #f5f5f5; }

.bg-peach {
  background-color: #F1F1F1;
  position: relative; }

.row-gallery {
  margin-bottom: 10px; }
  .row-gallery img {
    display: block; }
    @media screen and (max-width: 769px) {
      .row-gallery img {
        margin-bottom: 10px; } }

.kitc-title {
  position: absolute;
  top: 30px;
  z-index: 2;
  left: 30px;
  background: #333333;
  color: white;
  padding: 0 20px;
  height: 65px;
  line-height: 65px; }

.single-content-customer .insta-gallery, .single-content-customer .first-items, .single-content-customer .insta-grid {
  transition: ease all .2s; }
.single-content-customer .loading {
  max-height: 100px;
  overflow: hidden;
  position: relative; }
  .single-content-customer .loading .the-loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    display: block; }
  .single-content-customer .loading .insta-gallery, .single-content-customer .loading .first-items {
    opacity: 0; }
.single-content-customer .done-loading .the-loader {
  display: none; }
.single-content-customer .done-loading .insta-gallery, .single-content-customer .done-loading .first-items {
  opacity: 1; }
.single-content-customer .insta-grid {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }
  .single-content-customer .insta-grid .first-items {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .single-content-customer .insta-grid .first-items {
        flex-direction: column-reverse; } }
  .single-content-customer .insta-grid .insta-gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
    @media (max-width: 400px) {
      .single-content-customer .insta-grid .insta-gallery {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1; } }
  .single-content-customer .insta-grid .insta-grid-item {
    display: inline-block;
    width: 100%;
    padding: 15px; }
    .single-content-customer .insta-grid .insta-grid-item h4 {
      font-family: "Source Sans Pro";
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      opacity: 1; }
  .single-content-customer .insta-grid #instaquote {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 400px) {
      .single-content-customer .insta-grid #instaquote {
        padding-top: 25px;
        padding-bottom: 25px; } }
    .single-content-customer .insta-grid #instaquote p {
      font-size: 24px;
      font-weight: 300;
      font-family: "Source Sans Pro";
      opacity: .7; }
      @media (max-width: 500px) {
        .single-content-customer .insta-grid #instaquote p {
          font-size: 20px; } }
  .single-content-customer .insta-grid #instaheadntext {
    padding-bottom: 100px; }
    @media (max-width: 1024px) {
      .single-content-customer .insta-grid #instaheadntext {
        padding-bottom: 25px; } }
.single-content-customer .modal-footer {
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 80px 20px; }
  @media (max-width: 768px) {
    .single-content-customer .modal-footer {
      padding: 25px 15px; } }
.single-content-customer .modal-nav {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  color: #9E9E9E;
  flex: 0 0 40%;
  text-decoration: none; }
  @media (max-width: 500px) {
    .single-content-customer .modal-nav {
      font-size: 10px; } }
  .single-content-customer .modal-nav .who-next, .single-content-customer .modal-nav .who-prev {
    color: #000;
    margin-right: 10px; }
  .single-content-customer .modal-nav .who-next {
    margin-left: 10px; }
  .single-content-customer .modal-nav.modal-next {
    text-align: right; }
.single-content-customer #instalink {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: block; }
  .single-content-customer #instalink svg {
    width: 18px;
    vertical-align: middle; }

.tax-material_tax .materials__content__grid__single {
  display: block; }

.materials__header {
  padding: 50px 0 100px; }
  @media (max-width: 768.98px) {
    .materials__header {
      padding: 20px 0 40px; } }
  .materials__header #breadcrumbs {
    padding-bottom: 30px; }
  .materials__header h1 {
    font-size: 68px; }
    @media (max-width: 991.98px) {
      .materials__header h1 {
        font-size: 48px; } }
    @media (max-width: 768.98px) {
      .materials__header h1 {
        font-size: 34px; } }
  .materials__header h2 {
    font-family: "Source Sans Pro";
    font-weight: 300;
    text-transform: none;
    font-size: 28px; }
    @media (max-width: 768.98px) {
      .materials__header h2 {
        font-size: 22px; } }
.materials__content {
  background-color: #f2ede4;
  margin: 0 20px; }
  @media (max-width: 768.98px) {
    .materials__content {
      margin: 0; } }
  .materials__content__filter {
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media (max-width: 768.98px) {
      .materials__content__filter {
        padding: 20px 0 10px; } }
    .materials__content__filter .sort-col-inner {
      margin: 0;
      display: inline-block; }
      .materials__content__filter .sort-col-inner .dropdown .sort-master {
        background: #fff; }
  .materials__content__grid {
    padding: 50px 0 100px; }
    @media (max-width: 768.98px) {
      .materials__content__grid {
        padding-top: 25px; } }
    .materials__content__grid .how-many {
      font-size: 16px;
      display: block;
      color: #000;
      opacity: 1;
      font-weight: 400;
      margin: 0;
      line-height: 1;
      padding-bottom: 40px; }
      @media (max-width: 768.98px) {
        .materials__content__grid .how-many {
          padding-bottom: 20px; } }
    .materials__content__grid__wrap {
      margin: 0 -10px; }
    .materials__content__grid__sizing {
      width: 16.667%; }
    .materials__content__grid__catsizing {
      width: 16.667%; }
    .materials__content__grid .grid-element-clear {
      width: 100%;
      width: 100%;
      display: block;
      height: 1px; }
    .materials__content__grid__single {
      position: relative;
      width: 50%;
      display: block;
      padding: 10px;
      position: relative;
      margin-bottom: 40px;
      display: none; }
      @media (max-width: 768.98px) {
        .materials__content__grid__single {
          margin-bottom: 0;
          width: 100%; } }
      .materials__content__grid__single.showme {
        display: block; }
      .materials__content__grid__single__inner {
        cursor: pointer;
        text-decoration: none;
        display: block; }
        .materials__content__grid__single__inner:hover img {
          height: 100%;
          width: 100%; }
        .materials__content__grid__single__inner:hover video {
          height: 100%; }
      .materials__content__grid__single--featured {
        width: 100%;
        position: relative; }
        .materials__content__grid__single--featured .materials-btn {
          position: absolute;
          top: 25px;
          right: 25px;
          background: #fff;
          height: 40px;
          line-height: 40px;
          border-radius: 20px;
          padding-left: 30px;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 1px;
          color: rgba(0, 0, 0, 0.7);
          text-transform: uppercase;
          display: block;
          user-select: none;
          cursor: pointer;
          z-index: 1; }
          @media (max-width: 768px) {
            .materials__content__grid__single--featured .materials-btn {
              height: 36px;
              line-height: 36px;
              font-size: 10px;
              padding-left: 20px; } }
          .materials__content__grid__single--featured .materials-btn svg {
            border: 1px solid rgba(0, 0, 0, 0.3);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            padding: 10px;
            margin: 4px;
            display: inline;
            vertical-align: top; }
            @media (max-width: 768px) {
              .materials__content__grid__single--featured .materials-btn svg {
                width: 28px;
                height: 28px;
                padding: 8px; } }
        .materials__content__grid__single--featured .materials {
          display: none;
          background: #fff;
          position: absolute;
          right: 50%;
          top: 25px;
          left: 25px;
          width: calc(100% - 50px);
          max-width: 900px;
          z-index: 1; }
          @media (max-width: 1024px) {
            .materials__content__grid__single--featured .materials {
              height: calc(100% - 57px); } }
          .materials__content__grid__single--featured .materials .materials-header {
            font-size: 14px;
            letter-spacing: 1px;
            margin: 0;
            padding-top: 30px;
            padding-left: 30px;
            padding-bottom: 15px;
            text-transform: uppercase;
            font-weight: 600;
            opacity: .5; }
            @media (max-width: 768px) {
              .materials__content__grid__single--featured .materials .materials-header {
                display: none; } }
          .materials__content__grid__single--featured .materials .materials-inner {
            display: flex;
            flex-wrap: wrap;
            padding: 0 30px 15px;
            width: 100%; }
            @media (max-width: 1024px) {
              .materials__content__grid__single--featured .materials .materials-inner {
                overflow-y: auto;
                height: calc(100% - 25px); } }
            @media (max-width: 768px) {
              .materials__content__grid__single--featured .materials .materials-inner {
                padding: 50px 30px 15px; } }
          .materials__content__grid__single--featured .materials span {
            flex: 0 0 50%;
            padding: 10px 50px 10px 0;
            border-top: 1px solid #d8d8d8;
            display: flex;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.5); }
            @media (max-width: 768px) {
              .materials__content__grid__single--featured .materials span {
                flex: 0 0 100%;
                padding: 10px 0; } }
            .materials__content__grid__single--featured .materials span:first-child {
              border-top: none; }
            .materials__content__grid__single--featured .materials span:nth-child(2) {
              border-top: none; }
              @media (max-width: 768px) {
                .materials__content__grid__single--featured .materials span:nth-child(2) {
                  border-top: 1px solid #d8d8d8; } }
            .materials__content__grid__single--featured .materials span strong {
              min-width: 160px;
              display: block;
              font-weight: normal;
              color: #000;
              opacity: 1; }
              @media (max-width: 768px) {
                .materials__content__grid__single--featured .materials span strong {
                  min-width: 120px; } }
      .materials__content__grid__single--tall .materials__content__grid__single__img {
        height: 960px; }
        @media (max-width: 768.98px) {
          .materials__content__grid__single--tall .materials__content__grid__single__img {
            height: 0;
            padding-top: 160%; } }
      .materials__content__grid__single--small {
        width: 33.33%; }
        @media (max-width: 768.98px) {
          .materials__content__grid__single--small {
            width: 100%; } }
        .materials__content__grid__single--small .materials__content__grid__single__img {
          height: 245px; }
          @media (max-width: 768.98px) {
            .materials__content__grid__single--small .materials__content__grid__single__img {
              height: 0; } }
      .materials__content__grid__single--row {
        display: flex;
        width: 100%; }
      .materials__content__grid__single--category {
        width: 33.33%; }
        @media (max-width: 768.98px) {
          .materials__content__grid__single--category {
            width: 50%; } }
        .materials__content__grid__single--category .materials__content__grid__single__img {
          height: 300px; }
          @media (max-width: 768.98px) {
            .materials__content__grid__single--category .materials__content__grid__single__img {
              height: 0;
              padding-top: 65%; } }
        .materials__content__grid__single--category.cat-featured {
          width: 50%;
          margin-bottom: 200px; }
          @media (max-width: 768.98px) {
            .materials__content__grid__single--category.cat-featured {
              width: 100%;
              margin-bottom: 25px; } }
          .materials__content__grid__single--category.cat-featured--1 {
            padding-right: 10%; }
            @media (max-width: 991.98px) {
              .materials__content__grid__single--category.cat-featured--1 {
                padding-right: 10px; } }
          .materials__content__grid__single--category.cat-featured--2 {
            padding-left: 20%;
            margin-top: 80px; }
            .materials__content__grid__single--category.cat-featured--2 .materials__content__grid__single__img {
              height: 500px; }
            @media (max-width: 991.98px) {
              .materials__content__grid__single--category.cat-featured--2 {
                padding-left: 10px; } }
            @media (max-width: 768.98px) {
              .materials__content__grid__single--category.cat-featured--2 {
                margin-top: 0; } }
          .materials__content__grid__single--category.cat-featured--3 {
            padding-left: 10%;
            padding-right: 10%; }
            .materials__content__grid__single--category.cat-featured--3 .materials__content__grid__single__img {
              height: 250px; }
            @media (max-width: 991.98px) {
              .materials__content__grid__single--category.cat-featured--3 {
                padding-left: 10px;
                padding-right: 10px; } }
          .materials__content__grid__single--category.cat-featured--4 {
            padding-right: 10%; }
            @media (max-width: 991.98px) {
              .materials__content__grid__single--category.cat-featured--4 {
                padding-right: 10px; } }
          .materials__content__grid__single--category.cat-featured--5 {
            padding-right: 20%; }
            .materials__content__grid__single--category.cat-featured--5 .materials__content__grid__single__img {
              height: 500px; }
            @media (max-width: 991.98px) {
              .materials__content__grid__single--category.cat-featured--5 {
                padding-right: 10px; } }
          .materials__content__grid__single--category.cat-featured--6 {
            padding-left: 20%; }
            .materials__content__grid__single--category.cat-featured--6 .materials__content__grid__single__img {
              height: 250px; }
            @media (max-width: 991.98px) {
              .materials__content__grid__single--category.cat-featured--6 {
                padding-left: 10px; } }
          .materials__content__grid__single--category.cat-featured .materials__content__grid__single__content {
            height: auto; }
            @media (max-width: 768.98px) {
              .materials__content__grid__single--category.cat-featured .materials__content__grid__single__content {
                padding-top: 20px; } }
            .materials__content__grid__single--category.cat-featured .materials__content__grid__single__content h3 {
              font-family: "Garamond";
              font-size: 34px;
              font-weight: 500;
              text-overflow: ellipsis;
              overflow: hidden; }
              @media (max-width: 768.98px) {
                .materials__content__grid__single--category.cat-featured .materials__content__grid__single__content h3 {
                  font-size: 24px; } }
      .materials__content__grid__single__img {
        height: 400px;
        width: 100%;
        position: relative;
        overflow: hidden; }
        @media (max-width: 768.98px) {
          .materials__content__grid__single__img {
            height: 0;
            padding-top: 65%; } }
        .materials__content__grid__single__img img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% + 25px);
          height: calc(100% + 25px);
          object-fit: cover;
          object-position: center center;
          max-width: none;
          transition: .25s ease-in-out;
          transform-origin: center; }
          @media (max-width: 768.98px) {
            .materials__content__grid__single__img img {
              width: 100%;
              height: 100%; } }
        .materials__content__grid__single__img video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: calc(100% + 25px);
          transition: .25s ease-in-out; }
      .materials__content__grid__single__content {
        height: 100px;
        padding-top: 20px;
        padding-right: 0;
        overflow: hidden; }
        @media (max-width: 768.98px) {
          .materials__content__grid__single__content {
            height: auto;
            padding-top: 15px;
            padding-bottom: 20px; } }
        .materials__content__grid__single__content h3 {
          color: #242424;
          margin: 0;
          font-size: 16px;
          font-weight: 600;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media (max-width: 768.98px) {
            .materials__content__grid__single__content h3 {
              text-overflow: ellipsis;
              overflow: hidden; } }
        .materials__content__grid__single__content p {
          margin: 0;
          font-size: 16px;
          color: #242424;
          opacity: .8;
          font-weight: 400;
          padding-top: 10px;
          line-height: 1.5; }
          @media (min-width: 769px) {
            .materials__content__grid__single__content p {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              text-overflow: ellipsis;
              overflow: hidden; } }
          @media (max-width: 768.98px) {
            .materials__content__grid__single__content p {
              font-size: 14px;
              padding-top: 5px; } }
  .materials__content__plain {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap; }
    .materials__content__plain__single {
      padding: 25px;
      flex: 0 0 33.33%; }
      @media (max-width: 768.98px) {
        .materials__content__plain__single {
          flex: 0 0 50%; } }
      @media (max-width: 575.98px) {
        .materials__content__plain__single {
          flex: 0 0 100%; } }
      .materials__content__plain__single__img {
        border: 1px solid rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 0;
        padding-top: 70%;
        position: relative; }
        .materials__content__plain__single__img img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center;
          max-width: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 50px; }
      .materials__content__plain__single__content__top {
        display: flex;
        justify-content: space-between;
        padding-top: 20px; }
        .materials__content__plain__single__content__top .content-text h3 {
          color: #242424;
          margin: 0;
          font-size: 16px;
          font-weight: 600;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .materials__content__plain__single__content__top .content-text span {
          font-size: 16px;
          font-weight: 500;
          opacity: .6;
          display: block;
          padding-top: 10px; }
        .materials__content__plain__single__content__top .content-colors {
          display: flex; }
          .materials__content__plain__single__content__top .content-colors span {
            margin-left: 10px;
            display: block;
            width: 26px;
            height: 26px;
            border-radius: 50%; }
      .materials__content__plain__single__content p {
        margin: 0;
        font-size: 16px;
        color: #242424;
        opacity: .8;
        font-weight: 400;
        padding-top: 10px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden; }
    .materials__content__plain .materials__content__grid__single--featured {
      padding: 25px; }
.materials__sections .material-module {
  padding: 80px 0; }
  .materials__sections .material-module__textonly h2 {
    font-family: "Source Sans Pro";
    font-weight: 300;
    text-transform: none;
    font-size: 28px; }
  .materials__sections .material-module__textonly a:not(.btn, .fea-grid-box) {
    color: black;
    border-bottom: 1px solid #000;
    text-decoration: none; }
  .materials__sections .material-module__content {
    padding-left: 20px; }
.materials .sort-col-inner .dropdown.is-selected .sort-master {
  background: #000;
  color: #fff; }
.materials .sort-col-inner .dropdown.is-selected .sort-master::before {
  background: #fff !important; }
.materials .sort-col-inner .is-selected .sort-master svg {
  filter: invert(1); }
.materials .sort-col-inner .dropdown.is-selected .sort-master::after {
  content: "1 valgt";
  font-style: italic;
  margin-left: 10px;
  opacity: .6;
  display: none; }

.single-material {
  padding: 150px 0; }
  @media (max-width: 991.98px) {
    .single-material {
      padding: 50px 0; } }
  .single-material__inner h1 {
    font-size: 68px; }
    @media (max-width: 991.98px) {
      .single-material__inner h1 {
        font-size: 48px; } }
    @media (max-width: 768.98px) {
      .single-material__inner h1 {
        font-size: 34px; } }
  .single-material__content {
    padding-right: 50px; }
    @media (max-width: 768.98px) {
      .single-material__content {
        padding-right: 0; } }
    .single-material__content a:not(.btn) {
      color: black;
      border-bottom: 1px solid #000;
      text-decoration: none; }
  .single-material__table {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (max-width: 768.98px) {
      .single-material__table {
        flex-direction: column;
        margin-bottom: 20px; } }
    .single-material__table__col {
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 768.98px) {
        .single-material__table__col {
          flex-direction: row; } }
      .single-material__table__col__content {
        font-size: 16px;
        padding: 10px 15px;
        white-space: nowrap; }
        .single-material__table__col__content:first-child {
          background-color: #8997A9;
          color: #fff;
          font-weight: 700; }
          @media (max-width: 768.98px) {
            .single-material__table__col__content:first-child {
              flex: 0 0 50%; } }
        .single-material__table__col__content:nth-child(even) {
          background-color: rgba(196, 196, 196, 0.6); }
          @media (max-width: 768.98px) {
            .single-material__table__col__content:nth-child(even) {
              flex: 0 0 50%; } }
  .single-material__images {
    padding-left: 50px; }
    @media (max-width: 768.98px) {
      .single-material__images {
        padding-left: 0;
        padding-top: 20px; } }

#material-modal .the-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.featured-content--campaign p, .featured-content--campaign h2 {
  margin-bottom: 1em; }

@media (max-width: 768.98px) {
  .campaign-content img, .featured-content--campaign img {
    margin: 20px 0; } }

.campaign-video {
  height: auto;
  margin: 0; }
  @media (max-width: 768.98px) {
    .campaign-video {
      margin: 20px 0; } }
  .campaign-video a {
    display: block; }
  .campaign-video img {
    display: block;
    margin: 0; }
  .campaign-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0; }

@media (max-width: 991.98px) {
  .campaign-booking .row {
    flex-direction: column-reverse; } }
.campaign-booking img {
  display: block;
  width: 100%; }
.campaign-booking__content {
  padding: 100px; }
  @media (max-width: 991.98px) {
    .campaign-booking__content {
      padding: 40px; } }

.campaign-signup h2 {
  margin-right: -5px; }
@media (max-width: 768.98px) {
  .campaign-signup form {
    margin-bottom: 30px; } }
.campaign-signup input {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  padding: 16px 26px;
  display: block;
  width: 100%;
  outline: none;
  color: #000;
  margin-bottom: 10px; }
.campaign-signup button {
  background: transparent;
  cursor: pointer;
  margin-top: 20px; }
.campaign-signup .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-top: 10px; }
  .campaign-signup .wpcf7-acceptance .wpcf7-list-item label {
    cursor: pointer; }
    .campaign-signup .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
      display: flex;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5);
      user-select: none; }
      @media (max-width: 500px) {
        .campaign-signup .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
          font-size: 12px; } }
      .campaign-signup .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
        flex-shrink: 0;
        flex-grow: 0;
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #d8d8d8;
        margin-right: 15px; }
        @media (max-width: 500px) {
          .campaign-signup .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
            width: 24px;
            height: 24px; } }
    .campaign-signup .wpcf7-acceptance .wpcf7-list-item label input {
      display: none; }
    .campaign-signup .wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_182_246)'%3E%3Cpath d='M10.725 1.725L3.75 8.7L1.275 6.225C0.975 5.925 0.525 5.925 0.225 6.225C-0.075 6.525 -0.075 6.975 0.225 7.275L3.225 10.275C3.375 10.425 3.525 10.5 3.75 10.5C3.975 10.5 4.125 10.425 4.275 10.275L11.775 2.775C12.075 2.475 12.075 2.025 11.775 1.725C11.475 1.425 11.025 1.425 10.725 1.725Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_246'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-color: #000;
      border-color: #000;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px; }
    .campaign-signup .wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label {
      color: #000;
      opacity: 1; }

.campaign-outlet a {
  display: block;
  text-decoration: none;
  color: #000;
  margin-top: 20px; }
@media (max-width: 768.98px) {
  .campaign-outlet .btn {
    float: left; } }
.campaign-outlet__img {
  aspect-ratio: 3/4;
  position: relative;
  width: 100%;
  margin-bottom: 15px; }
  .campaign-outlet__img span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    text-transform: uppercase; }
  .campaign-outlet__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
.campaign-outlet .outl-page-city {
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block; }
.campaign-outlet .outl-page-title, .campaign-outlet .price {
  opacity: 1;
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  margin: 0; }
.campaign-outlet .price .price-before {
  opacity: .3;
  text-decoration: line-through;
  margin-right: 5px;
  margin: 10px 0 0; }

.campaign-related {
  overflow: hidden;
  padding-bottom: 0; }
  @media (max-width: 768.98px) {
    .campaign-related .btn {
      float: left; } }
  .campaign-related__products {
    overflow: visible !important; }
  .campaign-related .swiper-slide {
    width: auto;
    margin-top: 20px; }
  .campaign-related img {
    display: block; }
  .campaign-related a {
    display: block;
    width: auto;
    text-decoration: none;
    color: #000; }
    .campaign-related a p {
      font-size: 15px;
      margin-top: 10px;
      letter-spacing: 1px;
      font-weight: 600;
      text-transform: uppercase;
      opacity: 1; }

#kitc-config {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  display: block; }
  @media (max-width: 768.98px) {
    #kitc-config {
      aspect-ratio: 16 / 15; } }

.push-right {
  justify-content: flex-end;
  display: flex; }
  @media (max-width: 768px) {
    .push-right {
      justify-content: flex-start; } }

@media (max-width: 768px) {
  .kitchen-config-banner > div > .row {
    flex-direction: column-reverse; } }
.kitchen-config-banner h2 {
  max-width: 400px; }
.kitchen-config-banner .kitchen-config-text {
  display: block;
  margin-left: auto;
  max-width: 350px; }
  @media (max-width: 768px) {
    .kitchen-config-banner .kitchen-config-text {
      max-width: 85%;
      margin-bottom: 50px; } }

.p-heading-3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-cta-row .cta-col .cta-outer::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }
ul {
  padding-left: 20px;
  margin-left: 0; }

.page-content ul li a, .content-holder ul li a {
  color: black;
  border-bottom: 1px solid #af2a39;
  text-decoration: none; }

.bg-blue {
  background-color: #16324a;
  color: white; }

.bg-red {
  background-color: #b77a80; }

.bg-dark-extra {
  background-color: #2E2E2E; }

.bg-sand {
  background-color: #F2EDE6; }

.error-404 .page-header {
  z-index: 0; }
  .error-404 .page-header::before {
    position: absolute;
    content: "";
    background: #000;
    opacity: .7;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }

.btn-inline .btn {
  margin-right: 5px;
  margin-top: 10px; }

.promotion {
  background-color: #778077;
  color: #fff; }

.home .client-slider-wrap {
  margin-bottom: 150px; }
  @media (max-width: 1024px) {
    .home .client-slider-wrap {
      margin-bottom: 50px; } }

body .datepicker--day-name {
  color: #000; }
body .datepicker--cell.-selected- {
  background-color: #778077; }
  body .datepicker--cell.-selected-.-focus- {
    background-color: #000; }

.site-footer {
  color: rgba(255, 255, 255, 0.9);
  background: #000; }
  .site-footer h4 {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 10px;
    opacity: 0.6; }
  @media screen and (max-width: 499px) {
    .site-footer .footer-details {
      display: block !important; } }
  .site-footer .details {
    display: inline-block;
    padding: 0 25px 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .5; }
    .site-footer .details a {
      color: inherit;
      text-decoration: none; }
    @media screen and (max-width: 499px) {
      .site-footer .details {
        display: block;
        padding-left: 0; } }
  .site-footer .footer-logo img {
    display: block;
    max-height: 25px;
    width: auto;
    margin-bottom: 50px; }
  .site-footer .menu-footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer .menu-footer ul li a {
      color: white;
      text-decoration: none;
      font-size: 14px;
      opacity: 0.9; }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
    margin-left: 7.5px;
    margin-right: 7.5px; }
  .site-footer .some {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 80px; }
    @media screen and (max-width: 499px) {
      .site-footer .some {
        display: block; } }
    .site-footer .some .social-media img {
      height: 18px;
      width: auto;
      margin-right: 18px;
      display: inline-block; }
  @media screen and (max-width: 499px) {
    .site-footer .language-container {
      margin-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 30px;
      margin-left: -5px;
      margin-right: -5px; } }
  .site-footer .language-container img {
    height: 18px;
    width: auto;
    margin-left: 18px;
    display: inline-block; }
    @media screen and (max-width: 499px) {
      .site-footer .language-container img {
        margin-left: 0;
        margin-right: 18px; } }

.menu-img-container {
  height: 270px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3px; }
  @media (max-width: 1499px) {
    .menu-img-container {
      height: 200px; } }
  .menu-img-container img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto; }

.loading-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  background-image: url("/wp-content/themes/aubo/assets/aubo-loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999; }

.map-container {
  position: relative;
  max-width: 1920px;
  width: calc(100% - 100px);
  margin: 0 auto;
  margin: 0 auto;
  /* fixes potential theme css conflict */ }
  @media (max-width: 1024px) {
    .map-container {
      width: calc(100% - 30px); } }
  .map-container .map-detailbox {
    position: absolute;
    top: 50px;
    left: 50px;
    background: #fff;
    padding: 30px;
    z-index: 1;
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.2);
    width: 350px; }
    .map-container .map-detailbox h1 {
      font-size: 24px;
      padding-bottom: 10px;
      max-width: 240px; }
    @media screen and (max-width: 991px) {
      .map-container .map-detailbox {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none; } }
    .map-container .map-detailbox p {
      font-size: 12px;
      opacity: .4;
      margin-top: -15px; }
    .map-container .map-detailbox .select2-selection.select2-selection--single {
      margin-bottom: 0; }
  .map-container .map-countries {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    max-width: 500px;
    width: 100%; }
    @media (max-width: 768px) {
      .map-container .map-countries {
        width: auto;
        left: 10px;
        right: 10px; } }
    .map-container .map-countries .map-countries-btn {
      padding: 0 30px;
      height: 70px;
      line-height: 70px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1px;
      opacity: .4;
      cursor: pointer;
      outline: none;
      user-select: none; }
      .map-container .map-countries .map-countries-btn svg {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 30px;
        top: 30px;
        transition: .2s ease-in-out; }
      .map-container .map-countries .map-countries-btn.is-open svg {
        transform: rotate(180deg); }
    .map-container .map-countries .map-coutries-content {
      display: none;
      padding: 0 30px 30px; }
      .map-container .map-countries .map-coutries-content .country-list {
        display: flex;
        flex-wrap: wrap; }
        .map-container .map-countries .map-coutries-content .country-list a {
          flex: 0 0 50%;
          display: block;
          text-decoration: none;
          color: #000;
          display: block;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          padding: 12px 0;
          line-height: 20px;
          font-size: 14px; }
          @media (max-width: 500px) {
            .map-container .map-countries .map-coutries-content .country-list a {
              flex: 0 0 100%; } }
          .map-container .map-countries .map-coutries-content .country-list a:last-child {
            border: none; }
          .map-container .map-countries .map-coutries-content .country-list a img {
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-right: 10px;
            vertical-align: top; }
      @media screen and (max-width: 991px) {
        .map-container .map-countries .map-coutries-content {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          box-shadow: none;
          background: none; } }
  .map-container .acf-map {
    width: 100%;
    height: calc(100vh - 97px);
    border: 1px solid #f9f9f9;
    margin: 0; }
    .map-container .acf-map .gm-style .gm-style-iw-c {
      border-radius: 0;
      padding: 25px 50px 25px 25px; }
      @media (max-width: 768.98px) {
        .map-container .acf-map .gm-style .gm-style-iw-c {
          padding: 20px !important;
          max-width: 250px !important; } }
      .map-container .acf-map .gm-style .gm-style-iw-c span.cursivehead {
        padding-bottom: 0; }
      .map-container .acf-map .gm-style .gm-style-iw-c h4 {
        margin: 0 0 10px 0;
        font-size: 26px; }
      .map-container .acf-map .gm-style .gm-style-iw-c p {
        margin: 0 0 8px 0; }
        .map-container .acf-map .gm-style .gm-style-iw-c p span {
          min-width: 30px;
          display: inline-block; }
        .map-container .acf-map .gm-style .gm-style-iw-c p a {
          border-color: rgba(0, 0, 0, 0.5); }
      .map-container .acf-map .gm-style .gm-style-iw-c .marker-btn {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
        text-transform: uppercase;
        padding-top: 15px;
        display: block; }
    .map-container .acf-map .gm-ui-hover-effect {
      top: 0px !important;
      right: 0px !important; }
  .map-container img {
    max-width: inherit !important; }

.cata-info {
  padding: 50px;
  height: 100%; }
  .cata-info h1 {
    margin-top: 0; }

.cata-container {
  width: 100%;
  position: relative;
  background-color: black; }
  @media screen and (max-width: 1199px) {
    .cata-container {
      margin-top: 50px; } }
  .cata-container:hover .cata-content .btn {
    transform: translatex(0);
    opacity: 1; }
  .cata-container:hover img {
    opacity: 0.7; }
  .cata-container img {
    display: block;
    opacity: 0.9;
    transition: .8s ease; }
  .cata-container span {
    background-color: #16324a;
    position: absolute;
    top: -23px;
    right: 0;
    color: white;
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 16px;
    z-index: 9; }
  .cata-container .cata-content {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding-right: 20px;
    width: 60%;
    overflow: hidden; }
    @media screen and (max-width: 450px) {
      .cata-container .cata-content {
        width: 100%;
        left: 0;
        padding-left: 20px; } }
    .cata-container .cata-content .btn {
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 5px;
      transform: translatex(calc(100% + 40px));
      transition: .8s ease;
      opacity: 0; }
      .cata-container .cata-content .btn:nth-child(2) {
        transition-delay: .1s; }
      @media screen and (max-width: 991px) {
        .cata-container .cata-content .btn {
          opacity: 1;
          transform: translate(0); } }

html {
  overflow-x: hidden; }

.no-results .search-main {
  display: inline-block; }
.no-results .search-wrap {
  background: white;
  border-radius: 2px;
  display: flex;
  padding: 15px 30px;
  align-items: center; }
  .no-results .search-wrap input {
    background: none;
    border: 0px;
    outline: 0;
    opacity: .9;
    font-size: 26px;
    font-family: "Lato"; }
  .no-results .search-wrap button {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 5px 0;
    cursor: pointer; }
    .no-results .search-wrap button img {
      display: block;
      width: 25px;
      height: 25px;
      margin-left: 10px;
      opacity: 0.5; }

.starthelp-intro ul {
  margin: 0;
  padding: 0; }
  .starthelp-intro ul li {
    list-style: none;
    background-image: url("/wp-content/uploads/2019/02/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    background-size: 15px;
    font-size: 16px;
    margin-bottom: 8px; }

.startinghelp-wrap {
  background: #F1F1F1;
  padding: 80px 60px; }

@media (max-width: 600px) {
  .job-table-wrap {
    overflow-x: scroll; } }

.job-table {
  padding: 40px; }
  .job-table th {
    text-align: left; }
  .job-table td {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .job-table td:first-child {
      min-width: 200px; }
  .job-table a {
    color: black;
    border-bottom: 1px solid #af2a39;
    text-decoration: none; }

.footer-signup {
  max-width: 350px;
  margin-left: auto; }
  @media (max-width: 500px) {
    .footer-signup {
      max-width: 100%; } }

.footer-form input {
  height: 35px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 14px;
  width: 100%;
  outline: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600; }
  .footer-form input:focus {
    color: #fff; }
  .footer-form input[type="submit"] {
    padding: 0 40px;
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    letter-spacing: 1px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-top: 20px; }
    .footer-form input[type="submit"]:hover {
      background: white;
      color: #000; }
    @media (max-width: 915px) {
      .footer-form input[type="submit"] {
        width: 100%;
        margin-top: 10px; } }

.wpcf7-response-output {
  border: none !important;
  font-size: 12px;
  padding: 0 !important;
  font-style: italic; }

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  font-style: italic;
  position: absolute;
  top: 0px;
  right: 20px; }

.cookie-contain p {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 0px;
  margin-right: 130px;
  max-width: 850px; }

.cookie-contain h3 {
  font-size: 24px;
  padding: 0px; }

.cookie-contain a, .cookie-contain h3, .cookie-contain p {
  color: white !important;
  border-left: 0px; }

/** HVILKEN FARVE PÅ TEKSTEN? **/
#cookie-holder {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(175, 42, 57, 0.95);
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 999999; }

#cookie-holder .accepter {
  position: absolute;
  cursor: pointer;
  right: 0;
  color: #333 !important;
  top: calc(50% - 25px);
  background: white !important;
  padding: 15px 45px;
  display: flex;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900; }

.cookie-contain {
  max-width: 1200px;
  margin: auto;
  position: relative; }

@media (max-width: 550px) {
  .cookie-contain p {
    margin-right: 0px; }

  #cookie-holder .accepter {
    position: inherit;
    padding: 10px 0 !important;
    justify-content: center; } }
.lightbox .lb-image {
  border-radius: 0;
  border: none; }

p a {
  color: black;
  border-bottom: 1px solid #000;
  text-decoration: none; }

.menu-footer {
  padding-right: 20px; }
  @media (max-width: 768px) {
    .menu-footer {
      margin-bottom: 25px; } }

.page-header {
  max-width: 1920px;
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  height: 500px; }
  @media (max-width: 1024px) {
    .page-header {
      width: calc(100% - 30px); } }
  .page-header .container {
    max-width: 100%;
    padding: 0 25px; }
  .page-header::after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 50%; }
    @media (max-width: 768px) {
      .page-header::after {
        height: 30px; } }
  .page-header #breadcrumbs {
    padding-top: 10px;
    opacity: .8; }
  .page-header h1 {
    margin: 0;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .page-header {
      height: 200px; } }

.anniversary {
  background-color: #8a7264;
  color: #fff; }
  @media (max-width: 981px) {
    .anniversary .row {
      flex-direction: column-reverse; } }
  .anniversary__text {
    padding-top: 40px; }
    @media (min-width: 981px) {
      .anniversary__text h2 {
        font-size: 56px; } }
    .anniversary__text .btn {
      margin-top: 50px; }
      @media (max-width: 768px) {
        .anniversary__text .btn {
          margin-top: 30px; } }
    @media (max-width: 981px) {
      .anniversary__text {
        margin-bottom: 40px; } }
  .anniversary__images {
    position: relative;
    padding-right: 80px; }
    @media (max-width: 768px) {
      .anniversary__images {
        padding-right: 0; } }
    .anniversary__images__left {
      padding-bottom: 200px; }
      @media (max-width: 768px) {
        .anniversary__images__left {
          display: none; } }
      .anniversary__images__left img {
        max-width: 300px; }
    .anniversary__images__right {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 80%; }
      @media (max-width: 768px) {
        .anniversary__images__right {
          max-width: 100%;
          position: relative; } }
      .anniversary__images__right video {
        aspect-ratio: 16/9;
        width: 100%; }
      .anniversary__images__right #asset-40 {
        display: block;
        margin-bottom: 70px;
        margin-left: 35%;
        display: none; }
        @media (max-width: 400px) {
          .anniversary__images__right #asset-40 {
            max-width: 140px; } }

.page-template-page-front .cta-nav {
  padding-bottom: 170px; }
  @media (max-width: 981px) {
    .page-template-page-front .cta-nav {
      padding-bottom: 80px; } }

@media (max-width: 981px) {
  .fancybox-slide--video {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.product-badge {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
  background: #d39280;
  aspect-ratio: 1/1;
  padding: .5em;
  font-size: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600; }

@media (max-width: 1280px) {
  .product-badge {
    right: 10px;
    left: unset;
    font-size: 1rem; } }
.btn {
  padding: 0 40px;
  height: 42px;
  line-height: 40px;
  border-radius: 21px;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  letter-spacing: 1px;
  font-weight: 500; }
  @media (max-width: 480px) {
    .btn {
      font-size: 12px;
      padding: 0 20px; } }

.with-arrow:after {
  content: " ";
  background-image: url(/wp-content/uploads/2019/02/arrow-right-white.svg);
  width: 20px;
  height: 12px;
  margin-left: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  transition: .1s ease-in-out; }
.with-arrow.arrow-black:after {
  background-image: url(/wp-content/uploads/2019/02/arrow-right-black.svg); }

.btn-small {
  font-size: 14px;
  padding: 0 24px;
  text-decoration: none;
  display: inline-block; }
  @media (max-width: 480px) {
    .btn-small {
      font-size: 12px;
      padding: 0 20px; } }
  .btn-small.with-arrow:after {
    width: 18px;
    height: 10px; }

.regular {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  overflow: hidden; }
  .regular::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .regular:hover {
    color: #fff; }
  .regular:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

.btn-text {
  padding: 0;
  color: #000;
  height: auto;
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline; }

.second {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  overflow: hidden; }
  .second::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .second:hover {
    color: #000; }
  .second:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

.gold {
  background-color: #BB8F61;
  color: white; }

.peach {
  background-color: #F1F1F1;
  color: #3a3a3a; }

.page-template-page-front .featured-header-container .btn {
  background: #fff;
  color: #000;
  border: none; }
  @media (min-width: 981px) {
    .page-template-page-front .featured-header-container .btn {
      height: 52px;
      border-radius: 27px;
      line-height: 52px;
      font-size: 17px;
      font-weight: 600; } }
  .page-template-page-front .featured-header-container .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .page-template-page-front .featured-header-container .btn:hover {
    color: #fff; }
  .page-template-page-front .featured-header-container .btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

.select2-container {
  box-sizing: border-box;
  width: 100% !important;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: 20px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 0;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative;
      color: #ad222b;
      opacity: 0; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.page-template-page-forhandler .select2-dropdown {
  transform: translateY(-40px); }

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  transform: translateY(-60px);
  box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.1); }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.select2-results__option {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 13px;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 7px 10px 0px; }
  .select2-search--dropdown .select2-search__field {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    opacity: 0; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    opacity: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eeeeee;
  color: inherit; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #af2a39; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    opacity: 0; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #af2a39; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #af2a39; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #af2a39; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #eeeeee;
  color: inherit; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #af2a39; }

.home .cta-nav-parent {
  margin-bottom: 0; }

.cta-nav-parent {
  margin-bottom: 50px; }

.cta-nav {
  padding-bottom: 0; }
  .cta-nav h2 {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .cta-nav h2 {
        margin-bottom: 0; } }
  .cta-nav .cta-nav-single {
    display: block;
    text-decoration: none;
    color: #fff; }
    .cta-nav .cta-nav-single:hover .cta-nav-img img {
      height: 100%; }
    .cta-nav .cta-nav-single .cta-nav-img {
      height: 420px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: relative;
      overflow: hidden; }
      @media (max-width: 768px) {
        .cta-nav .cta-nav-single .cta-nav-img {
          height: 230px;
          padding: 15px;
          justify-content: center; } }
      .cta-nav .cta-nav-single .cta-nav-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 108%;
        width: auto;
        max-width: unset;
        transition: .25s ease-in-out; }
      @media (max-width: 768px) {
        .cta-nav .cta-nav-single .cta-nav-img img {
          height: 100%; } }
      .cta-nav .cta-nav-single .cta-nav-img img {
        z-index: -1; }
        @media (max-width: 768px) {
          .cta-nav .cta-nav-single .cta-nav-img img {
            height: 100%; } }
      .cta-nav .cta-nav-single .cta-nav-img .filter {
        background: #000;
        opacity: .4;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: .1s ease-in-out; }
        .cta-nav .cta-nav-single .cta-nav-img .filter.cta-hide {
          opacity: .75; }
      .cta-nav .cta-nav-single .cta-nav-img span {
        opacity: .5; }
        @media (max-width: 768px) {
          .cta-nav .cta-nav-single .cta-nav-img span {
            position: absolute;
            top: 15px; } }
      .cta-nav .cta-nav-single .cta-nav-img h3 {
        margin: 0;
        line-height: 1;
        transform: translateY(50%); }
        @media (max-width: 768px) {
          .cta-nav .cta-nav-single .cta-nav-img h3 {
            transform: translateY(0); } }
      .cta-nav .cta-nav-single .cta-nav-img svg {
        width: 50px;
        height: 50px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: block; }
        @media (max-width: 768px) {
          .cta-nav .cta-nav-single .cta-nav-img svg {
            display: none; } }

#customers-prod-owl .cust_kitchen-item {
  padding-top: 65%;
  position: relative; }
  #customers-prod-owl .cust_kitchen-item h4 {
    font-weight: normal;
    margin: 0;
    height: 45px;
    line-height: 45px;
    color: #333; }
  #customers-prod-owl .cust_kitchen-item .cust_kitchen-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 45px; }
  #customers-prod-owl .cust_kitchen-item .fullscreen-a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%; }
    #customers-prod-owl .cust_kitchen-item .fullscreen-a:after {
      position: absolute;
      width: 100%;
      top: 0px;
      bottom: 45px;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      content: " ";
      background-image: url("/wp-content/uploads/2019/02/soeg-icon-white.svg");
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat;
      transition: ease all .2s; }
    #customers-prod-owl .cust_kitchen-item .fullscreen-a:hover:after {
      opacity: 1; }
