/*
|--------------------------------------------------------------------------
| Main scss file
|--------------------------------------------------------------------------
| ...
*/
/*
|--------------------------------------------------------------------------
| Base imports
|--------------------------------------------------------------------------
*/
/* ==========================================================================
   Normalize.scss settings - https://github.com/appleboy/normalize.scss
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url(./../../node_modules/hamburgers/dist/hamburgers.css);
@import url(./../../node_modules/slick-carousel/slick/slick.css);
@import url(./../../node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/*
|--------------------------------------------------------------------------
| Base colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Sharetools platform colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Base typography
|--------------------------------------------------------------------------
*/
/* Light:300 - Reg:400 - Medium:500 - Bold:700 */
html,
body {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #535651; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }
  h1.-centered,
  h2.-centered,
  h3.-centered,
  h4.-centered,
  h5.-centered,
  h6.-centered {
    text-align: center; }

h1,
.heading-1 {
  display: block;
  margin-bottom: 25px;
  font-size: 39px;
  line-height: 40px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 700; }

h1 a {
  border-bottom: none;
  color: #535651;
  text-decoration: none; }
  h1 a:hover {
    text-decoration: underline; }

h1.-bordered,
.heading-1.-bordered {
  margin-bottom: 58px !important; }

h1.-bordered:after,
.heading-1.-bordered:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 4px;
  width: 44px;
  background-color: #9fb100;
  content: ''; }

h1.-no-margin,
.heading-1.-no-margin {
  margin-bottom: 0 !important; }

h1.-centered.-bordered:after,
.heading-1.-centered.-bordered:after {
  right: 0;
  margin: 0 auto; }

h2,
.heading-2 {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500; }
  @media (max-width: 970px) {
    h2,
    .heading-2 {
      font-size: 25px;
      line-height: 35px; } }

h3,
.heading-3 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500; }
  @media (max-width: 970px) {
    h3,
    .heading-3 {
      font-size: 20px;
      line-height: 30px; } }

h4,
.heading-4 {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400; }
  @media (max-width: 970px) {
    h4,
    .heading-4 {
      font-size: 18px;
      line-height: 28px; } }

h5,
.heading-5 {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500; }

h6,
.heading-6 {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500; }

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.heading-1 strong,
.heading-2 strong,
.heading-3 strong,
.heading-4 strong,
.heading-5 strong,
.heading-6 strong {
  font-family: urw-din-condensed, sans-serif;
  color: #9fb100; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading-1 a,
.heading-2 a,
.heading-3 a,
.heading-4 a,
.heading-5 a,
.heading-6 a {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-bottom: 2px solid #535651;
  color: #535651;
  text-decoration: none !important; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  .heading-1 a:hover,
  .heading-2 a:hover,
  .heading-3 a:hover,
  .heading-4 a:hover,
  .heading-5 a:hover,
  .heading-6 a:hover {
    border-bottom: 2px solid transparent;
    text-decoration: none; }

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0; }

.headingWrap + p {
  margin-top: 0; }

blockquote {
  padding: 0;
  margin: 0;
  margin-bottom: 25px; }
  blockquote p {
    font-size: 18px;
    line-height: 27px;
    color: #535651; }

p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  color: rgba(83, 86, 81, 0.5); }

.-contentPage p {
  max-width: 845px; }

p strong {
  font-weight: 600; }

.address a,
p a {
  color: #9fb100;
  text-decoration: underline; }
  .address a:hover,
  p a:hover {
    text-decoration: none; }

ul {
  color: #535651; }

address {
  margin-bottom: 0;
  font-style: normal; }

::-moz-selection {
  background: #60635d;
  color: white; }

::selection {
  background: #60635d;
  color: white; }

html {
  overflow-x: hidden; }

body {
  background: white;
  overflow-x: hidden;
  position: relative; }

html.no-scroll,
body.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

/*
|--------------------------------------------------------------------------
| Utilities imports
|--------------------------------------------------------------------------
| ...
*/
/*
|--------------------------------------------------------------------------
| Utilities general
|--------------------------------------------------------------------------
| ...
*/
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }

@media (max-width: 992px) {
  .hidden-md {
    display: none !important; } }

.visible-xs {
  display: none; }
  @media (max-width: 576px) {
    .visible-xs {
      display: block; } }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*
|--------------------------------------------------------------------------
| Layout imports
|--------------------------------------------------------------------------
| ...
*/
/*
|--------------------------------------------------------------------------
| Layout grid
|--------------------------------------------------------------------------
| max-width: 1045px - ipad landscape
| max-width: 768 - ipad portrait
*/
html {
  box-sizing: border-box;
  overflow-y: scroll; }
  html.-locked {
    overflow-y: hidden;
    height: 100vh; }

body.-locked {
  overflow-y: hidden;
  height: 100vh; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1295px;
  padding: 0 20px;
  margin: 0 auto; }
  .grid.-xl {
    max-width: 100%; }
  .grid.-contentPage {
    display: block; }
  .grid.-contentPage.-left {
    padding: 0; }
  .grid.-contentPage.-center {
    max-width: 845px;
    padding: 0; }
  .grid.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .grid.-anom {
    max-width: 1115px; }
  .grid.-m {
    max-width: 1075px; }
  .grid.-s {
    max-width: 640px; }

.grid__col.-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid__col.-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.grid__col--100 {
  width: 100%; }

.grid__col--90 {
  width: 90%; }

.grid__col--80 {
  width: 80%; }

.grid__col--75 {
  width: 75%; }

.grid__col--70 {
  width: 70%; }

.grid__col--66 {
  width: 66.666666%; }

.grid__col--65 {
  width: 65%; }

.grid__col--60 {
  width: 60%; }

.grid__col--55 {
  width: 55%; }

.grid__col--57 {
  width: 57%; }

.grid__col--58 {
  width: 58%; }

.grid__col--50 {
  width: 50%; }

.grid__col--49 {
  width: 49%; }

.grid__col--48 {
  width: 48%; }

.grid__col--47 {
  width: 47%; }

.grid__col--46 {
  width: 46%; }

.grid__col--45 {
  width: 45%; }

.grid__col--40 {
  width: 40%; }

.grid__col--35 {
  width: 35%; }

.grid__col--33 {
  width: 33.333333%; }

.grid__col--30 {
  width: 30%; }

.grid__col--25 {
  width: 25%; }

.grid__col--22 {
  width: 22%; }

.grid__col--20 {
  width: 20%; }

.grid__col--15 {
  width: 15%; }

.grid__col--12 {
  width: 12.5%; }

.grid__col--10 {
  width: 10%; }

.grid__col--5 {
  width: 5%; }

@media (max-width: 960px) {
  .grid__col--33 {
    width: 50%; } }

@media (max-width: 875px) {
  .grid__col--70, .grid__col--65, .grid__col--30, .grid__col--25 {
    width: 100%; } }

@media (max-width: 580px) {
  .grid__col--33 {
    width: 100%; } }

/*
|--------------------------------------------------------------------------
| elements imports
|--------------------------------------------------------------------------
| ...
*/
/*
|--------------------------------------------------------------------------
| Skiplink
|--------------------------------------------------------------------------
| ...
*/
.skiplink {
  position: absolute;
  left: -9999em; }

/*
|--------------------------------------------------------------------------
| No script
|--------------------------------------------------------------------------
| ...
*/
.no-script {
  padding: 12px 0 13px 0;
  text-align: center;
  background: #707070; }
  .no-script p {
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #535651; }

/*
|--------------------------------------------------------------------------
| Browse happy
|--------------------------------------------------------------------------
| ...
*/
.browse-happy p {
  max-width: 100%;
  margin: 0; }

/* Cookiemsg */
.cookiemsg {
  box-sizing: border-box;
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9990;
  padding: 10px 40px 10px 40px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #535651; }

.page-home .cookiemsg,
.page-homepage .cookiemsg {
  padding: 10px 40px 10px 53px; }

@media (max-width: 1360px) {
  .cookiemsg,
  .page-home .cookiemsg,
  .page-homepage .cookiemsg {
    padding: 10px 20px; } }

.cookiemsg p {
  margin: 0;
  margin-right: 20px;
  color: #535651 !important; }

.cookiemsg a {
  font-weight: 500;
  color: #535651; }

.cookiemsg .button {
  color: white !important; }

.cookiemsg.-light {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000 !important; }

.cookiemsg:hover {
  text-decoration: none !important; }

.cookiemsg.-light:hover {
  color: #000000 !important; }

.cookiemsg:focus {
  outline: none !important; }

.cookiemsg__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  width: 100%; }

.cookiemsg.-aside .cookiemsg__inner {
  text-align: left; }

@media (max-width: 580px) {
  .cookiemsg__inner {
    text-align: left; } }

.cookiemsg__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none !important;
  overflow: hidden; }

.cookiemsg.-light .cookiemsg__close {
  background-image: url("../img/cookie.close.dark.svg"); }

.cookiemsg.-dark .cookiemsg__close {
  background-image: url("../img/cookie.close.light.svg"); }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: white; }

.hamburger {
  transition: background-color 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  padding: 10px 10px 5px 10px;
  margin-top: -3px;
  background-color: white; }
  .hamburger:hover {
    opacity: 1 !important; }

.hamburger-box {
  width: 20px;
  height: 15px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  transition: background-color 0.2s ease-in-out;
  width: 20px;
  height: 2px;
  background-color: white; }

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

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

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

.header {
  background-color: #535651; }
  .header.-posabs {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606060+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(96, 96, 96, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96, 96, 96, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96, 96, 96, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6606060', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */ }
  .header.-posabs.-has-flashMsg {
    top: 57px; }
  .header .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
  .header .logo {
    display: block;
    width: 205px;
    margin-top: 25px; }
  @media (max-width: 890px) {
    .header .logo {
      width: 160px;
      margin-top: -4px; } }
  .header .logo img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .header .nav__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-right: -14px; }
  @media (max-width: 940px) {
    .header .nav__top {
      margin-bottom: 23px; } }
  @media (max-width: 890px) {
    .header .nav__top,
    .header .nav__main {
      display: none; } }
  .header .nav__top ul,
  .header .nav__main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none; }
  .header .nav__top li,
  .header .nav__main li {
    padding: 0 25px;
    margin: 0; }
    .header .nav__top li:first-of-type,
    .header .nav__main li:first-of-type {
      padding-left: 0; }
    .header .nav__top li:last-of-type,
    .header .nav__main li:last-of-type {
      padding-right: 0; }
  @media (max-width: 940px) {
    .header .nav__top li,
    .header .nav__main li {
      padding: 0 15px; } }
  .header .nav__top li {
    padding: 0 15px; }
  .header .nav__top li.btnWrap {
    padding: 2px 5px 0 5px; }
    .header .nav__top li.btnWrap:last-of-type {
      padding-right: 0; }
  .header .nav__topLink {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 0;
    font-family: urw-din-condensed, sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .header .nav__topLink.-active, .header .nav__topLink:hover {
      color: #9fb100; }
  .header .nav__mainLink {
    transition: all 0.2s ease-in-out;
    display: block;
    padding-bottom: 0;
    font-family: urw-din-condensed, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    color: white; }
    .header .nav__mainLink:hover, .header .nav__mainLink.-active {
      color: white; }
    .header .nav__mainLink:after {
      display: block;
      border-bottom: solid 2px #b6cb00;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out;
      content: ''; }
    .header .nav__mainLink:hover:after, .header .nav__mainLink.-active:after {
      transform: scaleX(1); }
  @media (max-width: 940px) {
    .header .nav__mainLink {
      font-size: 17px;
      line-height: 22px; } }
  .header .-has-children {
    position: relative; }
  .header .nav__dropdown {
    -webkit-transition: opacity 0.1s ease-in-out;
    -khtml-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    position: absolute;
    z-index: -1;
    top: 41px;
    left: 0;
    opacity: 0; }
    .header .nav__dropdown.-right {
      left: auto;
      right: 0; }
    .header .nav__dropdown.-main {
      top: 25px; }
  .header .-has-children.-dropdownVisible .nav__dropdown {
    z-index: 999;
    opacity: 1; }
  .header .nav__dropdown ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none; }
  .header .nav__dropdown li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none; }
  .header .nav__dropdown li:nth-of-type(1) a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .header .nav__dropdown li a {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 7px 10px 7px 16px;
    background-color: white;
    font-family: urw-din-condensed, sans-serif;
    color: #9fb100;
    text-decoration: none; }
    .header .nav__dropdown li a:hover {
      background-color: #b6cb00;
      color: white; }
  .header .nav__dropdown li:first-of-type a {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .header .nav__dropdown li:last-of-type a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .header .hamburger {
    display: none; }
  @media (max-width: 890px) {
    .header .hamburger {
      display: block;
      position: fixed;
      top: 26px;
      right: 21px;
      background: #9fb100;
      z-index: 9999; } }

.nav-mobile {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 90px 20px 10px 20px;
  overflow-y: scroll; }
  @media (min-width: 1080px) {
    .nav-mobile {
      display: none; } }
  .nav-mobile.-active {
    display: block; }
  @media (min-width: 1100px) {
    .nav-mobile.-active {
      display: none; } }
  .nav-mobile .hamburger {
    position: absolute;
    top: 26px;
    right: 21px; }
  @media (max-width: 620px) {
    .nav-mobile .hamburger {
      top: 25px; } }
  .nav-mobile ul.nav-mobile__langsel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 31px;
    left: 20px;
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav-mobile ul.nav-mobile__langsel li {
    padding: 0;
    padding: 0 5px;
    margin: 0; }
    .nav-mobile ul.nav-mobile__langsel li:first-of-type {
      padding-left: 0; }
  .nav-mobile ul.nav-mobile__langsel li a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: #000000; }
  .nav-mobile ul.nav-mobile__menu {
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav-mobile ul.nav-mobile__menu li {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
  .nav-mobile ul.nav-mobile__menu a {
    display: block;
    padding: 10px;
    background-color: #9fb100;
    border-bottom: 3px solid #9fb100;
    font-family: urw-din-condensed, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: white; }
    .nav-mobile ul.nav-mobile__menu a.-active {
      background-color: white;
      border-bottom: 3px solid #707070;
      color: #9fb100; }
    .nav-mobile ul.nav-mobile__menu a.-webshop {
      background-color: white;
      border-bottom: 3px solid #000000;
      color: #000000; }

.footer {
  color: rgba(255, 255, 255, 0.75); }
  .footer__top {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #535651; }
  .footer__top .grid__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer__top .footer__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: 1495px;
    padding: 0 20px;
    margin: 0 auto; }
  .footer__top .footer__gridLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer__top .footer__gridLeft .grid__col--60 {
    padding-right: 50px; }
  @media (max-width: 1140px) {
    .footer__top .footer__gridLeft {
      width: 100%;
      margin-bottom: 25px; }
    .footer__top .footer__gridLeft .grid__col--60,
    .footer__top .footer__gridLeft .grid__col--40 {
      width: 50%; }
    .footer__top .footer__gridLeft .grid__col--60:nth-of-type(1) {
      padding-right: 50px; }
    .footer__top .footer__gridLeft .grid__col--60 .grid__col--100 {
      margin-bottom: 40px; } }
  @media (max-width: 540px) {
    .footer__top .footer__gridLeft {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
    .footer__top .footer__gridLeft .grid__col--60,
    .footer__top .footer__gridLeft .grid__col--40 {
      width: 100%;
      margin-bottom: 25px; }
    .footer__top .footer__gridLeft .grid__col--60:nth-of-type(1) {
      padding-right: 0; }
    .footer__top .footer__gridLeft .grid__col--60:nth-of-type(1) .grid__col--100 {
      margin-bottom: 25px; } }
  .footer__top .footer__gridRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 1140px) {
    .footer__top .footer__gridRight {
      width: 100%; }
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(1),
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(2) {
      width: 25%; }
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(3) {
      width: 50%; } }
  @media (max-width: 780px) {
    .footer__top .footer__gridRight {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(1),
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(2) {
      width: 50%; }
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(3) {
      width: 100%; } }
  @media (max-width: 540px) {
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(1),
    .footer__top .footer__gridRight .grid__col--30:nth-of-type(2) {
      width: 100%;
      margin-bottom: 25px; } }
  .footer__top .button.-icon.-dealers {
    margin-top: 7px; }
  @media (max-width: 480px) {
    .footer__top .button.-icon.-dealers {
      margin-top: 0;
      margin-bottom: 20px; } }
  .footer__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer__logos .logoWrap {
    margin-right: 20px; }
  .footer__logos .logoWrap img {
    display: block;
    max-width: 100%;
    width: 100%; }
  .footer__logos .logoWrap.-belgian-quality {
    width: 85px; }
  .footer__logos .logoWrap.-belgian-quality img {
    position: relative;
    top: -4px; }
  .footer .heading-4 {
    text-transform: uppercase;
    color: white; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .footer li {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    list-style: none;
    color: rgba(255, 255, 255, 0.75); }
  .footer table tr td:first-of-type {
    padding-right: 5px; }
  .footer table tr td {
    padding-bottom: 5px;
    vertical-align: top; }
  .footer table .svg-inline--fa {
    color: #9fb100; }
  .footer a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .grid__col--25 {
    padding-left: 75px; }
    .footer .grid__col--25:nth-of-type(1) {
      padding-left: 0; }
  .footer input {
    color: #535651; }
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 55px;
    background-color: #535651;
    border-top: 1px solid #707070; }
  .footer__bottom .footer__grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 760px) {
    .footer__bottom {
      padding-top: 5px;
      padding-bottom: 12px;
      height: auto; }
    .footer__bottom .grid {
      display: block; } }
  .footer__logo {
    position: relative;
    display: inline-block;
    width: 111px; }
  .footer__logo img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 111px; }
  .footer .cre8 {
    color: #23B9AD; }
  .footer .form__entry-error {
    color: white !important; }
  .footer .formRemark {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: white; }
    .footer .formRemark a {
      color: white;
      text-decoration: underline; }
      .footer .formRemark a:hover {
        text-decoration: none; }

/*
|--------------------------------------------------------------------------
| Heading
|--------------------------------------------------------------------------
*/
.heading {
  position: relative;
  /* for &:before */
  padding: 7px 0 14px 20px;
  margin-bottom: 50px;
  border-left: 3px solid #535651; }
  .heading h2,
  .heading h3 {
    margin-bottom: 0; }

/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
| ...
*/
.formWrap {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  padding: 20px;
  margin-bottom: 55px; }

.form__entry {
  margin-bottom: 10px; }

.form__entry--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.form__entry-error {
  margin: 0;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  color: #e45d50; }

.form__fieldset {
  padding: 0;
  margin: 0;
  border: none; }

.form__sub {
  margin-top: 0;
  font-style: italic;
  font-size: 13px;
  line-height: 15px; }

.form__sub a {
  font-weight: 400;
  color: #535651;
  text-decoration: underline; }
  .form__sub a:hover {
    text-decoration: none; }

.form label {
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer; }

.form label a {
  color: #535651; }
  .form label a:hover {
    text-decoration: none; }

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form textarea,
.form select {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid rgba(83, 86, 81, 0.5);
  padding: 9px 10px 9px 10px;
  width: 100%; }
  .form input[type="text"]:hover,
  .form input[type="email"]:hover,
  .form input[type="password"]:hover,
  .form input[type="number"]:hover,
  .form textarea:hover,
  .form select:hover {
    background-color: #f2f2f2; }
  .form input[type="text"]:focus,
  .form input[type="email"]:focus,
  .form input[type="password"]:focus,
  .form input[type="number"]:focus,
  .form textarea:focus,
  .form select:focus {
    border-color: #9fb100;
    box-shadow: 0 0 1px 3px #9fb100;
    outline: none; }

.form textarea {
  display: block;
  resize: none;
  height: 200px; }

.form input[type="checkbox"],
.form input[type="radio"] {
  display: none; }

.form input[type="checkbox"] + label .checkbox {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -khtml-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 7px 7px 0;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #535651;
  cursor: pointer;
  opacity: .8; }

.form input[type="radio"] + label .radiobutton {
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -khtml-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #535651;
  cursor: pointer; }

.form input[type="radio"] + label .checkbox {
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -khtml-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid #535651;
  cursor: pointer; }

.form input[type="checkbox"] + label .checkbox.-checkboxError {
  border: 1px solid #9fb100; }

.form input[type="checkbox"] + label:hover .checkbox,
.form input[type="radio"] + label:hover .radiobutton {
  border: 1px solid #707070; }

.form input[type="checkbox"] + label .checkbox:focus,
.form input[type="radio"] + label .radiobutton:focus {
  display: none; }

.form input[type="checkbox"]:checked + label .checkbox,
.form input[type="radio"]:checked + label .radiobutton {
  background: url("../img/check_filter.svg") no-repeat center center;
  background-size: 12px auto;
  border: 1px solid #707070;
  opacity: 1; }

.form input[type="radio"] + label .checkbox div {
  line-height: 14px; }

.form input[type="checkbox"]:last-of-type,
.form input[type="checkbox"]:last-of-type {
  margin-bottom: 0; }

.form__label--checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.form__label--checkbox span {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.form label:hover {
  cursor: pointer; }

.form .form__select {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding: 9px 10px 9px 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid rgba(83, 86, 81, 0.5);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("../img/chevron_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 12px auto, 100%; }
  .form .form__select::-ms-expand {
    display: none; }
  .form .form__select:focus {
    border-color: #9fb100;
    box-shadow: 0 0 1px 3px #9fb100;
    outline: none; }
  .form .form__select option {
    font-weight: normal; }

.form__remark {
  font-style: italic;
  font-size: 12px;
  line-height: 14px; }

#cart-form {
  position: relative; }

.outlet-form-error {
  border-color: #e45d50 !important; }

.outlet-form-error-box {
  padding: 5px;
  color: #e45d50; }

.loaderBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s; }

.loaderBox.active {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.2s;
  opacity: 1;
  z-index: 999; }

.outletLoader {
  position: relative;
  background: rgba(0, 0, 0, 0);
  border: 5px solid rgba(83, 86, 81, 0.1);
  border-top: 5px solid #9fb100;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  -webkit-animation-name: spinning;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: spinning;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.cart-form-success-box {
  width: 300px;
  display: none; }
  .cart-form-success-box p {
    height: 100%;
    width: 100%;
    text-align: center;
    color: rgba(83, 86, 81, 0.9); }

@keyframes spinning {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spinning {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes autofill {
  to {
    color: #707070;
    background: transparent; } }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: white;
  background-image: none;
  border: none;
  color: #535651; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: urw-din, sans-serif;
  color: rgba(83, 86, 81, 0.75); }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: urw-din, sans-serif;
  color: rgba(83, 86, 81, 0.75); }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: urw-din, sans-serif;
  color: rgba(83, 86, 81, 0.75); }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: urw-din, sans-serif;
  color: rgba(83, 86, 81, 0.75); }

.flash-message {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  margin: 20px 0;
  font-family: urw-din-condensed, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left; }
  .flash-message.-icon {
    padding-left: 50px; }
  .flash-message.-icon .svg-inline--fa {
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
    left: 20px; }
  .flash-message.grid {
    margin: 0 auto; }
  .flash-message a {
    font-weight: 300 !important; }
  .flash-message.-no-items {
    display: block !important; }
  .flash-message.-php.-top {
    margin-top: -22px; }
  .flash-message.-php.-home {
    margin: 0; }
  .flash-message.-php.-home span {
    padding-left: 50px;
    padding-right: 50px; }
  .flash-message--success {
    background-color: #d5ebd5;
    border: 1px solid #d5ebd5;
    color: #535651; }
  .flash-message--success.-php.-top {
    margin-top: -22px;
    margin-bottom: 20px; }
  .flash-message--success a {
    color: #535651 !important; }
  .flash-message--error {
    background-color: #e45d50;
    border: 1px solid #e45d50;
    color: white; }
  .flash-message--error a {
    color: white !important; }
  .flash-message--error a,
  .flash-message--notification a {
    font-weight: 600;
    color: white;
    text-decoration: underline; }
    .flash-message--error a:hover,
    .flash-message--notification a:hover {
      text-decoration: none; }
  .flash-message--notification a {
    color: #535651; }
  .flash-message--notification {
    margin: 0 0 25px;
    background-color: #ffdb7a;
    border: 1px solid #ffdb7a;
    color: #535651;
    text-align: left;
    font-weight: 600; }
  .flash-message--notification.-icon {
    text-align: left; }
  .flash-message--home {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .flash-message__close {
    color: white;
    position: absolute;
    top: 5px;
    right: 0; }
  .flash-message__close--success, .flash-message__close--notification {
    color: #535651; }
  .flash-message__close--notification {
    top: 50%;
    transform: translateY(-50%);
    right: 8px; }
  .flash-message__inner {
    display: block;
    max-width: 95%; }
  .flash-message .svg-inline--fa {
    margin-right: 10px; }
  .flash-message a,
  .flash-message a:hover {
    background-color: transparent !important;
    outline: none !important; }

.sect-home .flash-message__inner {
  max-width: 100%; }

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
| ...
*/
button {
  outline: none;
  box-shadow: none !important;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

.button {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 7px 15px !important;
  background-color: #9fb100;
  border: 1px solid #9fb100;
  color: white;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }
  .button.-squared {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .button:hover {
    background-color: #b6cb00;
    color: white;
    text-decoration: none !important; }
  .button.-transparent {
    background-color: transparent; }
  .button.-transparent.-on-white {
    color: #9fb100; }
  .button.-white {
    color: #9fb100; }
    .button.-white:hover {
      color: white !important; }
  .button.-no-border {
    border: 1px solid transparent; }
  .button.-dark {
    background-color: #3a3c38; }
  .button.-dark:hover {
    background-color: #535651 !important; }
  .button.-transparent:hover, .button.-active {
    background-color: #b6cb00;
    color: white !important; }
  .button.-grey {
    background-color: #ECEDEC;
    border: 1px solid #ECEDEC;
    color: #535651; }
    .button.-grey:hover {
      background-color: #f9f9f9; }
  .button.-filter {
    color: #535651 !important; }
    .button.-filter:hover {
      background-color: transparent;
      color: #9fb100 !important; }
  .button.-appliedFilter:hover {
    cursor: default; }
  .button.-appliedFilter .button__icon {
    left: -38px; }
    .button.-appliedFilter .button__icon:hover {
      color: #9fb100 !important;
      cursor: pointer; }
  .button.-appliedFilter {
    color: #535651 !important; }
    .button.-appliedFilter:hover {
      background-color: transparent;
      color: #535651 !important; }
  .button.-inspiration-filter {
    background-color: rgba(83, 86, 81, 0.1);
    border: 1px solid transparent;
    border-top: 1px solid rgba(83, 86, 81, 0.5);
    color: #535651 !important;
    font-size: 14px; }
    .button.-inspiration-filter.-unset-all {
      border-top: 1px solid transparent; }
    .button.-inspiration-filter:hover {
      background-color: rgba(20, 20, 19, 0.1) !important; }
    .button.-inspiration-filter .svg-inline--fa {
      color: rgba(83, 86, 81, 0.5); }
  .button.-fullwidth {
    width: 100%; }
  .button.-icon {
    position: relative;
    /* for &__icon */ }
  .button.-icon.-has-hover:hover {
    background-color: #535651;
    cursor: default; }
  .button.-icon.-left {
    padding-right: 15px !important;
    padding-left: 30px !important; }
  .button.-filter.-icon.-left {
    padding-left: 15px !important; }
  .button.-icon.-right {
    padding-right: 30px !important;
    padding-left: 15px !important; }
  .button__icon {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    color: white; }
  .button.-grey .button__icon {
    color: #535651; }
  .button.-filter .button__icon {
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    height: 25px;
    background-color: white;
    color: #535651 !important; }
  .button.-transparent .button__icon {
    color: white; }
  .button.-transparent.-on-white .button__icon {
    color: #9fb100; }
  .button.-transparent.-on-white:hover .button__icon {
    color: white; }
  .button__icon.-left {
    left: 5px; }
  .button__icon.-right {
    left: auto;
    right: 5px; }

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table.-default tr td:first-of-type {
    padding-right: 10px; }

/*
|--------------------------------------------------------------------------
| modules imports
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| default module stylin
|--------------------------------------------------------------------------
*/
.content {
  min-height: calc(100vh - 500px); }

.-centered {
  width: 100%;
  margin: 0 auto; }

.-margin-bottom {
  margin-bottom: 50px; }

.-boxShadow {
  -webkit-box-shadow: 0px 0px 16px rgba(83, 86, 81, 0.16);
  -moz-box-shadow: 0px 0px 16px rgba(83, 86, 81, 0.16);
  box-shadow: 0px 0px 16px rgba(83, 86, 81, 0.16);
  position: relative; }

.-boxShadowReversed {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(83, 86, 81, 0.16);
  -moz-box-shadow: 0px 10px 5px 0px rgba(83, 86, 81, 0.16);
  box-shadow: 0px 10px 5px 0px rgba(83, 86, 81, 0.16);
  position: relative; }

.logoWrap.-bio-uv, .logoWrap.-quartz {
  max-width: 100%; }

.logoWrap.-quartz {
  width: 70px; }

.logoWrap.-bio-uv {
  width: 79px; }

.logoWrap img {
  display: block;
  width: 100%;
  max-width: 100%; }

.pre {
  height: 50px;
  background-image: url("../img/border_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.slider {
  position: relative;
  /* for .slider__overlay */
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  max-height: 530px; }
  .slider .slider__inner {
    position: relative;
    /* for .slider__overlay */ }
  .slider .slider__inner {
    margin-bottom: -6px; }
  .slider .slider__imgWrap {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }
  .slider img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .slider__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 1210px) {
    .slider__overlay {
      display: none; } }
  .slider.-default .slider__overlay {
    max-height: 530px; }
  @media (max-width: 1880px) {
    .-default .slider__overlay {
      bottom: 6px; } }
  .slider__overlayContent {
    padding: 0 0 50px 0; }
  @media (max-width: 1360px) {
    .slider__overlayContent {
      padding: 0 0 20px 0; } }
  @media (max-width: 1210px) {
    .slider__overlayContent {
      padding: 0;
      margin-bottom: 10px; } }
  @media (max-width: 1210px) {
    .slider__overlayContent.grid__col.grid__col--45 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      width: 100%; } }
  .slider__heading {
    margin-left: -5px;
    margin-bottom: 25px; }
  @media (max-width: 1210px) {
    .slider__heading {
      margin-bottom: 0; } }
  .slider h1 {
    display: inline-block;
    padding: 5px 10px 8px 10px;
    margin-bottom: 0;
    background-color: rgba(83, 86, 81, 0.5);
    text-transform: uppercase;
    color: white; }
    .slider h1 span {
      color: #9fb100; }
  @media (max-width: 1210px) {
    .slider h1 {
      margin: 0; } }
  .slider__fulltext {
    margin-left: -5px; }
  @media (max-width: 1210px) {
    .slider__fulltext {
      max-width: 45%; } }
  .slider p {
    display: inline-block;
    padding: 5px 10px 8px 10px;
    background-color: rgba(83, 86, 81, 0.5);
    color: white; }
    .slider p:first-of-type {
      margin-top: 0; }
    .slider p:last-of-type {
      margin-bottom: 0; }

.sliderContentMobile {
  display: none;
  padding-bottom: 0; }
  .sliderContentMobile .grid {
    display: block; }
  @media (max-width: 1210px) {
    .sliderContentMobile {
      display: block; } }
  @media (max-width: 900px) {
    .sliderContentMobile.grid__col--45 {
      width: 100%; } }
  .sliderContentMobile.-news h1,
  .sliderContentMobile.-direscotv h1 {
    margin-bottom: 10px; }
  .sliderContentMobile__date {
    margin-bottom: 20px; }
  .sliderContentMobile__date span {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(83, 86, 81, 0.5);
    color: white; }
  .sliderContentMobile__intro {
    font-weight: 400; }
  .sliderContentMobile.-news .sliderContentMobile__intro,
  .sliderContentMobile.-direscotv .sliderContentMobile__intro,
  .sliderContentMobile.-jobs .sliderContentMobile__intro {
    margin-bottom: 20px; }

.sliderSub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0;
  background-color: #535651;
  color: white; }
  .sliderSub.-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%; }
  .sliderSub ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0;
    margin: 0;
    list-style: none; }
  @media (max-width: 1045px) {
    .sliderSub ul {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }
  .sliderSub li {
    padding: 0;
    margin: 0;
    list-style: none; }
  @media (max-width: 1045px) {
    .sliderSub li {
      width: 33.3333333%;
      text-align: center; }
    .sliderSub a {
      display: block;
      padding: 5px; } }
  @media (max-width: 790px) {
    .sliderSub li {
      width: 100%; } }
  .sliderSub a {
    -webkit-transition: color 0.2s ease-in-out;
    -khtml-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: block;
    padding: 5px 10px;
    font-family: urw-din-condensed, sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center; }
    .sliderSub a:hover, .sliderSub a.-active {
      color: #9fb100;
      text-decoration: none; }

.headingWrap {
  width: 100%; }
  .headingWrap h1,
  .headingWrap h2,
  .headingWrap .heading-1,
  .headingWrap .heading-2 {
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase; }

.grid .-content p:first-of-type {
  margin-top: 0; }

.grid .-content p:last-of-type {
  margin-bottom: 0; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 1045px) {
    section {
      padding-top: 35px;
      padding-bottom: 35px; } }
  section.-textured {
    background-image: url("../img/bkg_texture_light.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  section.-textured.-dark {
    background-image: url("../img/bkg_texture_dark.jpg");
    background-color: #4c4d49;
    background-size: cover;
    background-repeat: no-repeat; }
  section.-textured.-dark p {
    color: rgba(255, 255, 255, 0.75); }
  section.-textured.-dark h1,
  section.-textured.-dark .heading-1,
  section.-textured.-dark .heading-2,
  section.-textured.-dark .heading-3,
  section.-textured.-dark .heading-4 {
    color: white; }
  section p:first-of-type {
    margin-top: 0; }
  section p:last-of-type {
    margin-bottom: 0; }

.block {
  padding: 0;
  margin-top: 35px;
  background-color: white;
  border: 1px solid rgba(83, 86, 81, 0.1); }
  .block.-shaded {
    position: relative;
    /* for &:after */
    z-index: 2; }
  .block.-shaded:after {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("../img/bkg_texture_medium.jpg"); }
  .block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 35px 20px;
    background: white; }
    .block__inner.-projectDetail {
      padding-bottom: 20px; }
  @media (max-width: 785px) {
    .block__inner.-has-table {
      padding: 5px;
      min-width: 645px; } }
  .block__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    border-left: 1px solid transparent;
    border-right: 1px solid rgba(83, 86, 81, 0.1); }
  @media (max-width: 875px) {
    .block__col {
      width: 50% !important; }
    .block__col:nth-of-type(1), .block__col:nth-of-type(2) {
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(83, 86, 81, 0.1); }
    .block__col:nth-of-type(2) {
      border-right: 1px solid transparent; }
    .block__col:nth-of-type(3), .block__col:nth-of-type(4) {
      padding-top: 25px; } }
  @media (max-width: 540px) {
    .block__col {
      width: 100% !important;
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(83, 86, 81, 0.1);
      border-right: 1px solid transparent; }
    .block__col:nth-of-type(2), .block__col:nth-of-type(3), .block__col:nth-of-type(4) {
      padding-top: 25px; }
    .block__col:nth-of-type(4) {
      border-bottom: none; }
    .block__col p {
      display: none; } }
  .block__colTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .block__col:last-of-type {
    border-right: 1px solid transparent; }
  .block .heading-4 {
    text-transform: uppercase; }
  .block p:last-of-type {
    margin-bottom: 20px; }

.iconBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 128px;
  height: 128px;
  border: 10px solid #9fb100; }
  .iconBox.-small {
    width: 85px;
    height: 85px;
    border: 7px solid #9fb100; }
  .iconBox:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    width: 14px;
    height: 64px;
    background-color: white;
    content: ''; }
  .iconBox.-on-dark:before {
    background-color: #494A44; }
  .iconBox.-small:before {
    left: -7px;
    width: 7px;
    height: 52px; }
  .iconBox img {
    max-width: 64px; }
  .iconBox.-scratchResistance img {
    max-height: 60px; }
  .iconBox.-small img {
    max-width: 44px; }

.titleLeft {
  padding-top: 0;
  padding-bottom: 0;
  color: white; }
  .titleLeft .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 1045px) {
      .titleLeft .grid {
        padding-top: 35px;
        padding-bottom: 35px; } }
    .titleLeft .grid.-top {
      padding-bottom: 0; }
    .titleLeft .grid.-bottom {
      padding-top: 0; }
  .titleLeft .grid__col.-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .titleLeft.-specialist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 1035px) {
    .titleLeft.-specialist .grid__col--40,
    .titleLeft.-specialist .grid__col--55 {
      width: 100%; }
    .titleLeft.-specialist .grid__col--55 .logoWrap {
      margin: 0 auto; } }
  .titleLeft.-specialist .grid__col--55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 1035px) {
    .titleLeft.-specialist .grid__col--40 {
      margin-bottom: 50px; }
    .titleLeft.-specialist .grid__col--55 {
      display: block; } }
  .titleLeft.-specialist .logoWrap {
    max-width: 325px; }
    .titleLeft.-specialist .logoWrap img {
      display: block;
      width: 100%;
      max-width: 100%;
      margin-bottom: 25px !important; }
  .titleLeft.-specialist .grid__col--55 img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px; }
  @media (max-width: 1040px) {
    .titleLeft .grid__col--35,
    .titleLeft .grid__col--40,
    .titleLeft .grid__col--55 {
      width: 50%; }
    .titleLeft .grid__col.-flex.-anom {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      padding-left: 20px; }
    .titleLeft.-specialist .grid__col.-flex.-anom {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      padding-left: 20px; } }
  @media (max-width: 1036px) {
    .titleLeft.-specialist .grid__col--55 img {
      margin-bottom: 55px; } }
  @media (max-width: 840px) {
    .titleLeft .grid__col--35,
    .titleLeft .grid__col--40,
    .titleLeft .grid__col--55,
    .titleLeft .grid__col--60 {
      width: 100%; } }
  .titleLeft.-light .heading-1 {
    color: #535651 !important; }
  .titleLeft.-dark .heading-1 {
    color: white; }
  .titleLeft .mobileImg {
    display: none;
    position: relative; }
  @media (max-width: 840px) {
    .titleLeft .mobileImg {
      display: block;
      margin-top: 25px; }
    .titleLeft .mobileImg img {
      display: block;
      max-width: 100%;
      width: 100%; }
    .titleLeft .mobileImg__overlay {
      position: absolute;
      top: 10px;
      right: 10px;
      max-width: 200px;
      background-color: rgba(83, 86, 81, 0.1); } }
  @media (max-width: 640px) {
    .titleLeft .mobileImg__overlay {
      max-width: 150px; } }
  @media (max-width: 860px) {
    .titleLeft__content {
      margin-top: 25px; } }
  .titleLeft__content p:nth-of-type(1) {
    margin-top: 0; }
  .titleLeft__content p:nth-of-type(2) {
    margin-bottom: 0; }
  .titleLeft .logoWrap {
    margin-bottom: 30px; }
  .titleLeft .logoWrap img,
  .titleLeft__imgWrap img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .titleLeft__imgWrap img {
    max-width: 482px; }
  .titleLeft.-inspiration h2 {
    color: #535651; }
  .titleLeft.-specialist .titleLeft__imgWrap .titleLeft__imgWrapInner {
    position: relative; }
  .titleLeft.-specialist .titleLeft__imgWrapOverlay {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 200px;
    background-color: rgba(83, 86, 81, 0.1); }

.titleRight {
  padding-top: 0;
  padding-bottom: 0; }
  .titleRight .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 1045px) {
      .titleRight .grid {
        padding-top: 35px;
        padding-bottom: 35px; } }
  .titleRight .grid__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .titleRight .grid__col--35.-content,
  .titleRight .grid__col--40.-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 50px; }
  @media (max-width: 690px) {
    .titleRight .grid__col--35,
    .titleRight .grid__col--55 {
      width: 100%; }
    .titleRight .grid__col--35 {
      margin-bottom: 25px; }
    .titleRight .grid__col--55 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  .titleRight__content p:nth-of-type(1) {
    margin-top: 0; }
  .titleRight__content p:nth-of-type(2) {
    margin-bottom: 0; }
  .titleRight__logoWrap {
    width: 70px;
    max-width: 100%;
    margin-bottom: 30px; }
  .titleRight__imgWrap {
    position: relative;
    /* for .button */ }
  .titleRight__imgWrap .button {
    position: absolute;
    bottom: 20px;
    left: 20px; }
  .titleRight__logoWrap img,
  .titleRight__imgWrap img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .titleRight ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .titleRight li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none; }

@media (max-width: 980px) {
  .titleRight.-unique .grid__col--40,
  .titleRight.-greenguard .grid__col--40 {
    padding-left: 10px; } }

@media (max-width: 790px) {
  .titleRight.-unique .grid__col--55,
  .titleRight.-unique .grid__col--40,
  .titleRight.-greenguard .grid__col--55,
  .titleRight.-greenguard .grid__col--40 {
    width: 100%; }
  .titleRight.-unique .grid__col--55,
  .titleRight.-greenguard .grid__col--55 {
    margin-bottom: 25px; }
  .titleRight.-unique .grid__col--40,
  .titleRight.-greenguard .grid__col--40 {
    padding-left: 0; } }

@media (max-width: 690px) {
  .titleRight.-unique .grid__col--55,
  .titleRight.-greenguard .grid__col--55 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .titleRight.-unique .grid__col--40,
  .titleRight.-greenguard .grid__col--40 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.pagination.-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }

@media (max-width: 480px) {
  .pagination ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

.pagination li {
  padding: 0;
  margin: 0;
  margin: 0 5px;
  list-style: none; }

@media (max-width: 480px) {
  .pagination li {
    margin-bottom: 5px; } }

.pagination a {
  background-color: white; }

/*
|--------------------------------------------------------------------------
| Pages imports
|--------------------------------------------------------------------------
| ...
*/
.slider.-home {
  max-height: 100vh; }

.slider.-home .slider__imgWrap {
  max-height: 100vh;
  background-size: cover;
  background-position: center center; }

.slider.-home .slider__imgWrap img {
  opacity: 0; }

@media (max-width: 1440px) {
  .slider.-home .slider__imgWrap img {
    opacity: 1; } }

.slider__content, .slider__logos {
  -webkit-transition: bottom 0.2s ease-in-out;
  -khtml-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -ms-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
  position: absolute;
  bottom: 40px; }
  .slider__content.-cookieMsgVisible, .slider__logos.-cookieMsgVisible {
    bottom: 80px; }

@media (max-width: 1520px) {
  .slider__content.-cookieMsgVisible, .slider__logos.-cookieMsgVisible {
    bottom: 60px; } }

@media (max-width: 1440px) {
  .slider__content, .slider__logos {
    bottom: 20px; }
    .slider__content.-cookieMsgVisible, .slider__logos.-cookieMsgVisible {
      bottom: 20px; }
  .slider__logos {
    bottom: 12px; } }

@media (max-width: 640px) {
  .slider__logos {
    display: none !important; } }

.slider__content {
  left: 40px; }

@media (max-width: 1360px) {
  .slider__content {
    left: 20px; } }

.slider__content h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: white; }

@media (max-width: 1360px) {
  .slider__content h1 {
    margin-left: -12px; } }

@media (max-width: 640px) {
  .slider__content h1 {
    font-size: 30px;
    line-height: 40px; }
  .slider__content h1 br {
    display: none; } }

.slider.-home .slider__content h1 {
  background-color: transparent !important; }

.slider__content h1 span {
  color: #9fb100; }

.slider__content .button {
  margin-left: 14px; }

@media (max-width: 1360px) {
  .slider__content .button {
    margin-left: 0; } }

.slider__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  right: 40px; }

@media (max-width: 1360px) {
  .slider__logos {
    right: 20px; } }

.slider__logos .logoWrap {
  margin-left: 20px; }

.slider__logos .logoWrap img {
  display: block;
  max-width: 100%;
  width: 100%; }

.slider__logos .logoWrap.-belgian-quality {
  width: 85px; }

.slider__logos .logoWrap.-belgian-quality img {
  position: relative;
  top: -4px; }

.page-home .benefits,
.page-homepage .benefits {
  padding-bottom: 80px;
  margin-top: -10px;
  /* Compensation for weird Slick Slider margin-bottom */ }
  .page-home .benefits .grid.-content .-centered,
  .page-homepage .benefits .grid.-content .-centered {
    max-width: 670px; }

.find-dealer .grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .find-dealer .grid .heading-1 {
    text-align: center; }
  .find-dealer .grid .formDealers .form__inner {
    width: 370px; }

.formDealers .form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 100%; }

.formDealers .form__entry {
  margin-bottom: 0; }

.formDealers .form__entry:nth-of-type(1) {
  width: 100%;
  padding-right: 20px;
  margin-top: -1px;
  /* in order to get on exact same height as button */ }

.formDealers .form__entry-error {
  color: white; }

.videoHome {
  padding-bottom: 0; }
  .videoHome .grid img {
    display: block;
    max-width: 100%;
    width: 100%; }
  .videoHome .grid:nth-of-type(1) {
    margin-bottom: 25px; }
  .videoHome a {
    position: relative; }
  .videoHome__overlay {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(159, 177, 0, 0);
    color: #CC0000; }
  .videoHome__overlay:hover {
    opacity: 1;
    background-color: rgba(159, 177, 0, 0.6);
    color: #CC0000; }

.projectDetail img {
  display: block;
  width: 100%;
  max-width: 100%; }

.projectDetail__img {
  display: block;
  position: relative;
  /* for &__imgOnHover */ }

@media (max-width: 840px) {
  .projectDetail .grid__col--50 {
    width: 100%; } }

.projectDetail .grid__col--50:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.projectDetail .projectDetail__info {
  padding: 50px 90px 10px 75px; }

@media (max-width: 840px) {
  .projectDetail .projectDetail__info {
    padding: 50px 0 25px 0; } }

.projectDetail .heading-4 {
  text-transform: uppercase; }

.projectDetail p:last-of-type {
  margin-bottom: 30px; }

.projectDetail .projectDetail__info .grid__col--100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media (max-width: 840px) {
  .projectDetail .projectDetail__info .grid__col--100 {
    display: block; } }

.projectDetail .projectDetail__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: -10px;
  /* Conpensation in order to make sure that (on desktop) gallery always sits flush to large image on the right */ }

@media (max-width: 840px) {
  .projectDetail .projectDetail__gallery {
    margin-left: 0; } }

.projectDetail .projectDetail__gallery .grid__col--33 {
  padding: 10px; }

@media (max-width: 580px) {
  .projectDetail .projectDetail__gallery .grid__col--33 {
    width: 50%; } }

.projectDetail .projectDetail__gallery a {
  display: block;
  position: relative;
  /* for __galleryOnHover */ }

.projectDetail .projectDetail__galleryOnHover,
.projectDetail .projectDetail__imgOnHover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -khtml-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 177, 0, 0.6);
  opacity: 0;
  color: white; }

.projectDetail .projectDetail__img:hover .projectDetail__imgOnHover,
.projectDetail .projectDetail__gallery a:hover .projectDetail__galleryOnHover {
  opacity: 1; }

.newsDetail .newsDetail__content {
  padding-bottom: 15px; }

.newsDetail .newsDetail__content.-has-image {
  padding-bottom: 60px; }

@media (max-width: 720px) {
  .newsDetail .newsDetail__content.-has-image {
    padding-bottom: 35px; } }

.newsDetail .grid__col--50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media (max-width: 720px) {
  .newsDetail .grid__col--50 {
    width: 100%; }
  .newsDetail .grid__col--50:nth-of-type(1) {
    margin-bottom: 20px; } }

.newsDetail .heading-1 {
  text-transform: uppercase; }

.newsDetail .newsDetail__intro {
  padding: 3px 0 0 75px; }

@media (max-width: 720px) {
  .newsDetail .newsDetail__intro {
    padding: 3px 0 0 0; } }

.newsDetail p:last-of-type {
  margin-bottom: 30px; }

.newsDetail .newsDetail__date {
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(83, 86, 81, 0.1);
  text-transform: uppercase;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  color: rgba(83, 86, 81, 0.5); }

.newsDetail .newsDetail__date .svg-inline--fa {
  margin-right: 10px;
  color: #9fb100; }

.newsDetail .newsDetail__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

@media (max-width: 720px) {
  .newsDetail .newsDetail__gallery {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.newsDetail .newsDetail__gallery .grid__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* In order to properly position images */
  max-height: 320px;
  overflow: hidden; }

@media (max-width: 720px) {
  .newsDetail .newsDetail__gallery .grid__col {
    display: block;
    max-height: 100% !important; } }

.newsDetail .newsDetail__gallery .grid__col:nth-of-type(1) {
  width: 74%;
  padding-right: 5px; }

@media (max-width: 720px) {
  .newsDetail .newsDetail__gallery .grid__col:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 10px; } }

.newsDetail .newsDetail__gallery .grid__col:nth-of-type(2) {
  width: 26%;
  padding-left: 5px; }

@media (max-width: 720px) {
  .newsDetail .newsDetail__gallery .grid__col:nth-of-type(2) {
    padding-left: 0; } }

@media (max-width: 720px) {
  .newsDetail .newsDetail__gallery .grid__col {
    width: 100% !important; } }

.newsDetail .newsDetail__gallery img {
  display: block;
  width: 100%;
  max-width: 100%; }

section.formSection {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 1045px) {
    section.formSection {
      padding-top: 35px;
      padding-bottom: 35px; } }

section.userArea {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 40px; }
  @media (max-width: 1045px) {
    section.userArea {
      padding-top: 35px;
      padding-bottom: 35px; } }
  section.userArea .grid.-fulltext {
    display: block;
    margin-bottom: 25px; }
  section.userArea .grid.-content .-centered {
    max-width: 670px; }
  section.userArea .userArea__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px; }
  section.userArea .userArea__content p:last-of-type {
    margin-bottom: 30px; }
  section.userArea .userArea__downloads {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.userArea .userArea__downloads .grid__col--33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 50px; }
  section.userArea .userArea__downloads .grid__col--33 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%; }

section.userArea-outlet .grid__col.-outlet {
  background-color: white;
  padding: 50px;
  text-align: center; }

section.userArea-outlet.-anom {
  padding: 0 !important; }

section.userArea-outlet .grid__col.-outlet .heading-3 {
  margin-top: 0;
  text-transform: uppercase; }

section.userArea-outlet .grid__col.-outlet .heading-3 {
  color: #535651; }

section.userArea-outlet .grid__col.-outlet p {
  color: #535651 !important; }

section.userArea-outlet .grid__col.-outlet p:first-of-type {
  margin-top: 0; }

section.userArea-outlet .grid__col.-outlet p:last-of-type {
  margin-bottom: 0; }

section.userArea-outlet .grid__col.-announcement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 50px; }

section.userArea-outlet .grid__col.grid__col.-announcement .heading-3 {
  margin: 0;
  color: white;
  text-transform: uppercase; }

section.userArea-outlet .grid__col.-announcement div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%; }

.page-discover .sliderContentMobile {
  margin-bottom: 35px; }

@media (max-width: 900px) {
  .page-discover .sliderContentMobile .grid__col--55 {
    width: 100%; } }

.page-discover .flash-message--scroll {
  display: none;
  margin-top: 25px;
  margin-bottom: 5px; }

@media (max-width: 690px) {
  .page-discover .flash-message--scroll {
    display: block; } }

.page-discover .legendWrap {
  padding: 0 20px;
  margin-top: 35px; }

@media (max-width: 785px) {
  .page-discover .legendWrap.grid {
    padding: 0 5px; } }

@media (max-width: 690px) {
  .page-discover .legendWrap {
    margin-top: 0; } }

.page-discover .benefits .grid.-content .-centered {
  max-width: 670px; }

.page-discover .benefits .block {
  margin-top: 50px; }

.page-discover .benefits .block__inner {
  display: block; }

.page-discover .benefits .iconBox {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media (max-width: 540px) {
  .page-discover .benefits .iconBox {
    margin-bottom: 25px; } }

.page-discover .benefits .block__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 25px 20px 25px; }
  .page-discover .benefits .block__row:first-of-type {
    padding-top: 0; }
  .page-discover .benefits .block__row:last-of-type {
    padding-bottom: 0; }

@media (max-width: 540px) {
  .page-discover .benefits .block__row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(83, 86, 81, 0.1); }
  .page-discover .benefits .block__row:nth-of-type(4) {
    padding: 10px 0 0 0;
    margin-bottom: 0;
    border-bottom: none; } }

.page-discover .benefits .block__rowContent {
  padding-left: 25px; }

@media (max-width: 540px) {
  .page-discover .benefits .block__rowContent {
    padding-left: 0; } }

.page-discover .benefits .heading-4 {
  margin-top: 0; }

.page-discover .compare {
  padding-bottom: 80px; }
  .page-discover .compare .grid.-content .-centered {
    max-width: 670px; }
  .page-discover .compare .tableWrap {
    width: 100%; }
  @media (max-width: 690px) {
    .page-discover .compare .tableWrap {
      overflow-x: scroll; } }
  .page-discover .compare .table {
    min-width: 640px; }
  .page-discover .compare .table.-legend {
    margin-top: 0; }
  .page-discover .compare .table td {
    padding: 15px 2px; }
  .page-discover .compare .table.-legend td {
    padding: 10px 2px !important;
    font-family: urw-din-condensed, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px; }
  .page-discover .compare .table.-legend td {
    padding: 15px 2px; }
  @media (max-width: 1185px) {
    .page-discover .compare .table.-legend td,
    .page-discover .compare .table.-content td {
      font-size: 14px;
      line-height: 15px; } }
  @media (max-width: 840px) {
    .page-discover .compare .table.-legend td {
      font-size: 12px;
      line-height: 14px; }
    .page-discover .compare .table.-content td {
      font-size: 13px;
      line-height: 15px; } }
  .page-discover .compare .table.-content tr:nth-of-type(even) td {
    background-color: #F7F7F7; }
  .page-discover .compare .table td:nth-of-type(1) {
    padding-left: 5px; }
  .page-discover .compare .table.-content td:nth-of-type(1) {
    padding-right: 0;
    font-family: urw-din-condensed, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .page-discover .compare .table td:nth-of-type(2),
  .page-discover .compare .table td:nth-of-type(3),
  .page-discover .compare .table td:nth-of-type(4),
  .page-discover .compare .table td:nth-of-type(5),
  .page-discover .compare .table td:nth-of-type(6),
  .page-discover .compare .table td:nth-of-type(7) {
    width: 14.2857142857%;
    text-align: center; }
  .page-discover .compare .table.-content td:nth-of-type(2),
  .page-discover .compare .table.-content td:nth-of-type(3),
  .page-discover .compare .table.-content td:nth-of-type(4),
  .page-discover .compare .table.-content td:nth-of-type(5),
  .page-discover .compare .table.-content td:nth-of-type(6),
  .page-discover .compare .table.-content td:nth-of-type(7) {
    width: 14.2857142857%;
    color: #9fb100; }
  .page-discover .compare .table.-content tr td {
    -webkit-transition: background-color 0.2s ease-in-out;
    -khtml-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
  .page-discover .compare .table.-content tr:hover td {
    background-color: #eaeaea; }
  .page-discover .compare .table.-legend td:nth-of-type(2),
  .page-discover .compare .table.-legend td:nth-of-type(3),
  .page-discover .compare .table.-legend td:nth-of-type(4),
  .page-discover .compare .table.-legend td:nth-of-type(5),
  .page-discover .compare .table.-legend td:nth-of-type(6),
  .page-discover .compare .table.-legend td:nth-of-type(7) {
    background-color: #9fb100;
    color: white;
    text-transform: uppercase; }
  .page-discover .compare .table.-legend td:nth-of-type(2),
  .page-discover .compare .table.-legend td:nth-of-type(3),
  .page-discover .compare .table.-legend td:nth-of-type(4),
  .page-discover .compare .table.-legend td:nth-of-type(5),
  .page-discover .compare .table.-legend td:nth-of-type(6) {
    border-right: 1px solid white; }

.page-discover .finishes {
  padding-bottom: 60px; }
  .page-discover .finishes .grid.-content .-centered {
    max-width: 670px; }
  .page-discover .finishes .grid.-anom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px; }
  .page-discover .finishes .grid__col--33 {
    padding: 0 10px;
    margin-bottom: 20px; }
  .page-discover .finishes .colWrap {
    height: 100%;
    background-color: white; }
  .page-discover .finishes .imgWrap img {
    display: block;
    width: 100%;
    height: 100%; }
  .page-discover .finishes .textWrap {
    padding: 20px 15px; }
  .page-discover .finishes .heading-4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px; }

.page-discover .faq {
  background-size: auto auto !important;
  background-repeat: repeat !important;
  background-position: center center !important; }
  .page-discover .faq .grid.-content {
    margin-bottom: 35px; }
  .page-discover .faq .grid.-content .-centered {
    max-width: 670px; }
  .page-discover .faq__itemWrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto; }
  .page-discover .faq__item {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #eaeaea;
    padding: 15px 20px 5px 20px;
    margin-bottom: 10px; }
    .page-discover .faq__item:hover, .page-discover .faq__item.-uncollapsed {
      background-color: white;
      cursor: pointer; }
  .page-discover .faq__itemTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    /* for .svg-inline--fa */ }
  .page-discover .faq .heading-4 {
    padding-right: 30px;
    margin: 0;
    font-family: urw-din-condensed, sans-serif;
    text-transform: uppercase;
    color: #535651 !important; }
  .page-discover .faq .svg-inline--fa {
    color: #9fb100; }
  .page-discover .faq__itemContent {
    -webkit-transition: max-height 0.5s ease-in-out;
    -khtml-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    padding-top: 10px;
    padding-right: 30px;
    max-height: 0;
    overflow: hidden; }
    .page-discover .faq__itemContent.-uncollapsed {
      max-height: 1000px; }
  .page-discover .faq__itemContent p {
    color: rgba(83, 86, 81, 0.5) !important; }
  .page-discover .faq__itemContent p:first-of-type {
    margin-top: 0; }
  .page-discover .faq__itemContent p:last-of-type {
    margin-bottom: 20px; }

.page-discover .colours .grid.-content {
  margin-bottom: 50px; }

.page-discover .colours .grid.-content .-centered {
  max-width: 670px; }

@media (max-width: 985px) {
  .page-discover .colours .grid.-anom {
    max-width: 755px; } }

@media (max-width: 750px) {
  .page-discover .colours .grid.-anom {
    max-width: 520px; } }

@media (max-width: 520px) {
  .page-discover .colours .grid.-anom {
    max-width: 320px;
    padding: 0; } }

.page-discover .colours__family {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  /* for &__contentBox */
  min-height: 217px; }
  .page-discover .colours__family.-uncollapsed {
    min-height: 430px; }

.page-discover .colours__indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 20px);
  width: 106px;
  position: relative;
  /* for span */
  border-left: 2px solid rgba(83, 86, 81, 0.1); }

@media (max-width: 1020px) {
  .page-discover .colours__indicator {
    width: 80px; } }

.page-discover .colours__indicator span {
  display: block;
  position: absolute;
  top: -1px;
  left: -12px;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: 0 0;
  padding: 0 5px;
  background-color: white;
  font-family: urw-din-condensed, sans-serif;
  text-transform: uppercase;
  color: rgba(83, 86, 81, 0.5); }

@media (max-width: 985px) {
  .page-discover .colours__indicator span {
    padding: 0; } }

@media (max-width: 750px) {
  .page-discover .colours__indicator span {
    font-size: 13px;
    line-height: 13px; } }

@media (max-width: 520px) {
  .page-discover .colours__indicator span {
    font-size: 9px;
    line-height: 9px;
    left: -12px; } }

.page-discover .colours__itemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 857px; }

.page-discover .colours__contentBox {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 106px;
  height: 415px;
  width: 875px; }
  .page-discover .colours__contentBox.-visible {
    z-index: 999;
    opacity: 1; }

@media (max-width: 1020px) {
  .page-discover .colours__contentBox {
    left: 70px; } }

@media (max-width: 985px) {
  .page-discover .colours__contentBox {
    left: 60px;
    width: 645px; } }

@media (max-width: 750px) {
  .page-discover .colours__contentBox {
    left: 35px;
    width: 425px;
    height: auto; } }

@media (max-width: 520px) {
  .page-discover .colours__contentBox {
    left: 30px;
    width: 285px; } }

.page-discover .colours__info {
  position: relative;
  /* for &__infoClose */
  background-color: white;
  width: 857px; }

@media (max-width: 750px) {
  .page-discover .colours__info {
    width: 425px; } }

@media (max-width: 520px) {
  .page-discover .colours__info {
    width: 285px; } }

.page-discover .colours__infoClose {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  right: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #535651; }

.page-discover .colours__infoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 857px; }

@media (max-width: 985px) {
  .page-discover .colours__infoWrap {
    width: 645px; } }

@media (max-width: 750px) {
  .page-discover .colours__infoWrap {
    display: block;
    width: 425px; }
  .page-discover .colours__infoWrap .grid__col--50 {
    width: 100%;
    max-height: 203px; }
  .page-discover .colours__infoWrap .grid__col--50:nth-of-type(2) {
    max-height: 1000px; } }

@media (max-width: 520px) {
  .page-discover .colours__infoWrap {
    width: 285px; } }

.page-discover .colours__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }

.page-discover .colours__image.-posrel {
  position: relative;
  /* for &__imageOverlay */ }

.page-discover .colours__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-right: 1px solid rgba(83, 86, 81, 0.1); }

.page-discover .colours__imageOverlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 7px;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold; }
  .page-discover .colours__imageOverlay.-white {
    color: white; }

.page-discover .colours__imageOverlay span {
  display: block;
  text-align: center; }

.page-discover .colours__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 20px 20px 20px; }

@media (max-width: 750px) {
  .page-discover .colours__content {
    padding: 15px; } }

.page-discover .colours__contentInner {
  height: 100%;
  width: 100%; }

.page-discover .colours__contentInner .heading-3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 5px;
  text-transform: uppercase; }
  .page-discover .colours__contentInner .heading-3:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 4px;
    width: 44px;
    background-color: #9fb100;
    content: ''; }

.page-discover .colours__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.page-discover .colours__gallery .grid__col--33 {
  padding: 5px; }

@media (max-width: 960px) {
  .page-discover .colours__gallery .grid__col--33 {
    width: 33.333333%; } }

.page-discover .colours__gallery .grid__col--33 .imgWrap {
  position: relative; }

.page-discover .colours__gallery .grid__col--33 .imgWrapOnHover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -khtml-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 177, 0, 0.6);
  opacity: 0;
  color: white; }

.page-discover .colours__gallery .grid__col--33 .imgWrap:hover .imgWrapOnHover {
  opacity: 1; }

.page-discover .colours .galleryImage {
  display: block;
  width: 100%;
  max-width: 100%; }

.page-discover .colours__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 320px; }

@media (max-width: 750px) {
  .page-discover .colours__meta {
    height: auto; } }

.page-discover .colours__tableWrap {
  text-align: center;
  text-transform: uppercase;
  max-width: 378px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 985px) {
  .page-discover .colours__tableWrap {
    max-width: 272px; } }

@media (max-width: 750px) {
  .page-discover .colours__tableWrap {
    max-width: 384px; } }

@media (max-width: 520px) {
  .page-discover .colours__tableWrap {
    max-width: 245px; } }

.page-discover .colours__tableHead {
  width: 100%;
  padding: 2px;
  background-color: #000000;
  color: white; }

.page-discover .colours__tableCol {
  width: 33.333333%;
  color: #000000; }

.page-discover .colours__tableContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000; }

.page-discover .colours__tableThickness span {
  display: block;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000; }
  .page-discover .colours__tableThickness span.-active {
    background-color: #9fb100;
    color: white; }

.page-discover .colours__tableCol:nth-of-type(3) .colours__tableThickness span {
  border-right: none; }

.page-discover .colours__tableFinishWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.page-discover .colours__tableFinish {
  width: 33.333333%;
  border-right: 1px solid #000000; }

.page-discover .colours__tableFinish span {
  display: block; }
  .page-discover .colours__tableFinish span.-active {
    background-color: #9fb100;
    color: white; }

.page-discover .colours__tableCol:nth-of-type(3) .colours__tableFinish:nth-of-type(3) {
  border-right: none; }

.page-discover .colours__techInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: urw-din-condensed, sans-serif;
  line-height: 20px;
  padding-bottom: 5px; }

@media (max-width: 750px) {
  .page-discover .colours__techInfo {
    padding-top: 10px; } }

@media (max-width: 520px) {
  .page-discover .colours__techInfo {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px; } }

.page-discover .colours__techInfoLeft {
  width: 35%;
  padding-right: 20px;
  padding-bottom: 4px; }

@media (max-width: 520px) {
  .page-discover .colours__techInfoLeft {
    width: 44%;
    padding-right: 10px; } }

.page-discover .colours__techInfoLeft img {
  display: block;
  width: 100%;
  max-width: 100%; }

.page-discover .colours__techInfoRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: 65%; }

@media (max-width: 520px) {
  .page-discover .colours__techInfoRight {
    width: 56%; } }

.page-discover .colours__techInfoTitle {
  font-weight: 700; }

.page-discover .colours__item {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px;
  text-decoration: none; }

@media (max-width: 985px) {
  .page-discover .colours__item.grid__col--50 {
    max-height: 194px;
    overflow: hidden; }
  .page-discover .colours__item.grid__col--50 .imgWrap {
    max-height: 194px; } }

@media (max-width: 520px) {
  .page-discover .colours__item {
    background-color: #535651;
    padding: 0;
    border-left: 5px solid white;
    border-right: 5px solid white; } }

.page-discover .colours__item.grid__col.grid__col--25 {
  width: 214px; }

@media (max-width: 520px) {
  .page-discover .colours__item.grid__col.grid__col--25 {
    width: 50%; } }

.page-discover .colours .imgWrap {
  position: relative;
  /* for &__title */
  width: 100%; }

.page-discover .colours .imgWrap img {
  display: block;
  width: 100%;
  max-width: 100%; }

.page-discover .colours__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  background-color: #535651;
  font-family: urw-din-condensed, sans-serif;
  text-transform: uppercase;
  color: white; }

@media (max-width: 520px) {
  .page-discover .colours__title {
    display: block;
    position: relative;
    padding: 5px 10px;
    background-color: transparent;
    text-decoration: none; } }

.page-discover .block {
  margin-top: 0; }

.page-discover .thickness.-init .grid__col--33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.page-discover .thickness.-init .imgWrap {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 93px;
  height: 93px; }

.page-discover .thickness.-init img {
  display: block;
  width: 100%;
  height: 100%; }

.page-discover .thickness.-init .heading-4 {
  text-transform: uppercase;
  margin-bottom: 5px; }

.page-discover .thickness.-init p:first-of-type {
  margin-top: 0; }

.page-discover .thickness.-init p:last-of-type {
  margin-bottom: 0; }

.page-discover .thickness.-init .textWrap {
  padding: 10px 15px; }

.page-discover .thickness__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 1234px;
  padding: 0 20px;
  margin: 0 auto; }

@media (max-width: 940px) {
  .page-discover .thickness__inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.page-discover .thickness .grid__col--40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 68px; }

@media (max-width: 940px) {
  .page-discover .thickness .grid__col--40,
  .page-discover .thickness .grid__col--50 {
    width: 100%; }
  .page-discover .thickness .grid__col--40 {
    margin-left: 12px;
    margin-bottom: 25px; } }

.page-discover .thickness img {
  display: block;
  max-width: 100%;
  width: 100%; }

@media (max-width: 900px) {
  .page-inspiration .sliderContentMobile .grid__col--55 {
    width: 100%; } }

.page-inspiration .characteristics .grid__col--50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 860px) {
  .page-inspiration .characteristics .grid__col--50 {
    width: 100%;
    margin-bottom: 25px; } }

@media (max-width: 460px) {
  .page-inspiration .characteristics .grid__col--50 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-inspiration .characteristics .iconBox {
    margin-bottom: 20px; } }

.page-inspiration .characteristics .grid__col--50:nth-of-type(1),
.page-inspiration .characteristics .grid__col--50:nth-of-type(2) {
  margin-bottom: 50px; }

.page-inspiration .characteristics .heading-4 {
  text-transform: uppercase;
  margin-left: 40px; }

@media (max-width: 460px) {
  .page-inspiration .characteristics .heading-4 {
    margin-left: 0; } }

.page-inspiration .inspiration__overview {
  min-height: 500px; }

.page-inspiration .inspiration__overview .grid.-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media (max-width: 900px) {
  .page-inspiration .inspiration__overview .grid.-top {
    padding-left: 0; } }

.page-inspiration .inspiration__overview .flashMsgWrap {
  padding-left: 20px;
  margin-top: 56px; }

@media (max-width: 875px) {
  .page-inspiration .inspiration__overview .flashMsgWrap {
    padding-left: 0;
    margin-top: 25px; } }

.page-inspiration .inspiration__overviewSearch {
  padding-right: 25px; }
  .page-inspiration .inspiration__overviewSearch .form__inner {
    position: relative;
    /* for .form__entry.-button */ }
  .page-inspiration .inspiration__overviewSearch .form__entry.-button {
    position: absolute;
    /* for .form__entry.-button */
    top: 0;
    right: -1px; }
  .page-inspiration .inspiration__overviewSearch .button {
    padding: 8px 15px 7px 15px !important;
    border: 1px solid #707070 !important;
    background-color: #707070 !important; }
    .page-inspiration .inspiration__overviewSearch .button:hover {
      border: 1px solid #9fb100 !important;
      background-color: #9fb100 !important; }

.page-inspiration .inspiration__overviewFilters {
  padding-right: 25px; }
  .page-inspiration .inspiration__overviewFilters .dropdownWrap {
    position: relative;
    /* for .dropdown__list */ }
  .page-inspiration .inspiration__overviewFilters .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    padding: 9px 16px 9px 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(83, 86, 81, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: white; }
    .page-inspiration .inspiration__overviewFilters .dropdown:hover {
      background-color: #f2f2f2;
      cursor: pointer; }
  .page-inspiration .inspiration__overviewFilters .dropdown__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .page-inspiration .inspiration__overviewFilters .dropdown__appliedFilterCounter {
    -webkit-transition: opacity 0.2s ease-in-out;
    -khtml-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: #D7DA52;
    border: 2px solid white;
    font-size: 12px;
    line-height: 12px;
    color: white;
    opacity: 0; }
    .page-inspiration .inspiration__overviewFilters .dropdown__appliedFilterCounter.-visible {
      opacity: 1; }
  .page-inspiration .inspiration__overviewFilters .dropdownList {
    display: none;
    position: absolute;
    z-index: 1;
    /* on top of other lists */
    top: 43px;
    left: 0;
    width: 100%;
    padding: 9px 10px 9px 10px;
    max-height: 360px;
    overflow-y: scroll;
    background-color: white;
    border: 1px solid rgba(83, 86, 81, 0.5); }
    .page-inspiration .inspiration__overviewFilters .dropdownList.-visible {
      display: block; }
    .page-inspiration .inspiration__overviewFilters .dropdownList.-colour {
      max-height: auto;
      overflow-y: hidden; }
  .page-inspiration .inspiration__overviewFilters .dropdownListInner {
    padding: 10px 10px 5px 10px;
    max-height: 250px;
    overflow-y: scroll; }
  .page-inspiration .inspiration__overviewFilters .dropdown__colourIndicator {
    position: relative;
    display: block;
    height: 2px;
    background-color: rgba(83, 86, 81, 0.1);
    margin: 30px 0 10px 0; }
  .page-inspiration .inspiration__overviewFilters .dropdownList.-colour .dropdown__colourIndicator {
    margin-top: 20px; }
    .page-inspiration .inspiration__overviewFilters .dropdownList.-colour .dropdown__colourIndicator:nth-of-type(1) {
      margin-top: 10px; }
  .page-inspiration .inspiration__overviewFilters .dropdown__colourIndicator span {
    display: block;
    position: absolute;
    top: -13px;
    left: -5px;
    padding: 0 5px;
    background-color: white;
    font-family: urw-din-condensed, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(83, 86, 81, 0.5); }
  .page-inspiration .inspiration__overviewFilters .filter__opts {
    padding: 0;
    padding-bottom: 0;
    margin: 0;
    margin-left: 0px;
    list-style: none; }
  .page-inspiration .inspiration__overviewFilters .filter__opts ul {
    padding: 10px;
    padding-bottom: 0;
    margin: 0; }
  .page-inspiration .inspiration__overviewFilters .filter__opts li {
    display: block;
    height: 32px;
    margin: 0;
    list-style: none; }
  .page-inspiration .inspiration__overviewFilters .filter__opts li.-colour {
    position: relative;
    /* for .checkbox__img */ }
  .page-inspiration .inspiration__overviewFilters .filter__opts label {
    -webkit-transition: color 0.2s ease-in-out;
    -khtml-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    cursor: pointer;
    color: rgba(83, 86, 81, 0.5); }
    .page-inspiration .inspiration__overviewFilters .filter__opts label:hover {
      color: #535651; }
  @media (max-width: 1185px) {
    .page-inspiration .inspiration__overviewFilters .filter__opts label {
      font-size: 14px;
      line-height: 22px; } }
  .page-inspiration .inspiration__overviewFilters .filter__opts label input {
    margin-right: 5px;
    margin-top: 5px; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"] {
    display: none; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"] + label .checkbox {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -khtml-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 7px 7px 0;
    vertical-align: middle;
    border: 1px solid #535651;
    opacity: .8;
    cursor: pointer; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"] + label .checkbox.-colour {
    position: relative;
    /* for .checkbox__img */
    z-index: 1; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"] + label .checkboxImg {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"] + label:hover .checkbox {
    opacity: 1;
    border: 1px solid #707070; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"] + label .checkbox:focus {
    display: none; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"]:checked + label .checkbox {
    opacity: 1;
    border: 1px solid #707070;
    background: url("../img/check_filter.svg") no-repeat center center;
    background-size: 12px auto; }
  .page-inspiration .inspiration__overviewFilters .filter__opts.-colour input[type="checkbox"]:checked + label .checkbox {
    background-image: none; }
  .page-inspiration .inspiration__overviewFilters .filter__opts.-colour input[type="checkbox"] label {
    -webkit-transition: border 0.2s ease-in-out;
    -khtml-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    border: 1px solid transparent; }
  .page-inspiration .inspiration__overviewFilters .filter__opts .text:hover {
    cursor: pointer; }
  .page-inspiration .inspiration__overviewFilters .filter__opts input[type="checkbox"]:checked + label .text {
    color: #535651; }
  .page-inspiration .inspiration__overviewFilters .filter__opts.-colour .text {
    padding-right: 20px; }
  .page-inspiration .inspiration__overviewFilters .filter__opts.-colour input[type="checkbox"]:checked + label .text {
    background: url("../img/check_filter.svg") no-repeat right center;
    background-size: 13px auto;
    background-repeat: no-repeat; }
  .page-inspiration .inspiration__overviewFilters .filter__opts .filter-key--0 {
    display: none; }
  .page-inspiration .inspiration__overviewFilters .filter__opts a {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    position: relative;
    /* for .svg-inline--fa position */
    padding: 10px 0; }
    .page-inspiration .inspiration__overviewFilters .filter__opts a.-is-active {
      font-weight: 700;
      color: #9fb100;
      cursor: default; }
  .page-inspiration .inspiration__overviewFilters .filter__opts .fa-square,
  .page-inspiration .inspiration__overviewFilters .filter__opts .fa-check-square,
  .page-inspiration .inspiration__overviewFilters .filter__opts .fa-arrow-square-right {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #9fb100; }
  .page-inspiration .inspiration__overviewFilters .filter__opts .fa-arrow-square-right {
    color: #535651; }
  .page-inspiration .inspiration__overviewFilters .filter__opts a .fa-check-square {
    opacity: 0; }
  .page-inspiration .inspiration__overviewFilters .filter__opts a.-is-active .fa-check-square {
    opacity: 1; }
  .page-inspiration .inspiration__overviewFilters .filter__opts a.-is-active .fa-arrow-square-right,
  .page-inspiration .inspiration__overviewFilters .filter__opts a:hover .fa-arrow-square-right {
    color: #9fb100; }

@media (max-width: 875px) {
  .page-inspiration .inspiration__overviewFilters {
    padding-right: 0; } }

.page-inspiration .inspiration__overviewAppliedFilters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  /* for .inspiration__overviewAppliedFiltersOverlay */
  max-width: 859px;
  min-height: 40px; }
  .page-inspiration .inspiration__overviewAppliedFilters .inspiration__overviewAppliedFiltersOverlay {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -1;
    opacity: 0; }
    .page-inspiration .inspiration__overviewAppliedFilters .inspiration__overviewAppliedFiltersOverlay.-visible {
      z-index: 999;
      opacity: 1; }
  .page-inspiration .inspiration__overviewAppliedFilters ul {
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
    list-style: none; }
  .page-inspiration .inspiration__overviewAppliedFilters li {
    float: right;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 25px;
    list-style: none; }
  @media (max-width: 900px) {
    .page-inspiration .inspiration__overviewAppliedFilters li {
      margin-left: 10px; } }

.page-inspiration .inspiration__overview .grid.-body .grid__col--30 {
  padding-top: 16px; }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--30 .heading-4 {
    text-transform: uppercase; }

.page-inspiration .inspiration__overview .grid.-body .grid__col--70 {
  position: relative;
  /* for .inspriation__overviewOverlay */ }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewOverlay {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 175px 0 50px 0;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -1;
    opacity: 0; }
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewOverlay.-visible {
      z-index: 999;
      opacity: 1; }
  @media (max-width: 875px) {
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewOverlay {
      padding: 0 0 25px 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 875px) {
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems .grid__col--50 {
    padding: 0 0 0 20px;
    margin-bottom: 21px; }
  @media (max-width: 875px) {
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems .grid__col--50 {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems .grid__col--50 .imgWrap {
      max-width: 95%; } }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems .imgWrap img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems .imgWrap {
    display: block;
    text-decoration: none;
    background-color: rgba(83, 86, 81, 0.75); }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems .imgWrap__inner {
    display: block;
    position: relative; }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItemsTitle {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    font-family: urw-din-condensed, sans-serif;
    text-transform: uppercase;
    background-color: rgba(83, 86, 81, 0.5);
    color: white; }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .imgWrap__mobileTitle {
    display: none;
    width: 100%;
    padding: 10px 15px;
    font-family: urw-din-condensed, sans-serif;
    text-transform: uppercase;
    color: white;
    text-decoration: none; }
  @media (max-width: 875px) {
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItemsTitle {
      display: none; }
    .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .imgWrap__mobileTitle {
      display: block; } }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__itemOnHover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(159, 177, 0, 0.6);
    opacity: 0;
    color: white; }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems a:hover .inspiration__itemOnHover {
    opacity: 1; }
  .page-inspiration .inspiration__overview .grid.-body .grid__col--70 .inspiration__overviewItems a:hover .inspiration__overviewItemsTitle {
    background-color: transparent;
    color: white; }

.page-inspiration .pagination {
  padding-top: 10px;
  margin-right: -5px; }

section.video {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 1045px) {
    section.video {
      padding-top: 35px;
      padding-bottom: 35px; } }
  section.video .grid.-video {
    max-width: 1024px;
    margin: 0 auto; }
  section.video .videoLink {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  section.video .videoLink__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #9fb100; }
  section.video .videoLink img {
    display: block;
    width: 100%;
    height: 100%; }
  section.video .headingWrap {
    text-align: center; }
  section.video .heading-3 {
    display: block;
    text-transform: uppercase;
    margin: 0; }

section.titleLeft.-asta .heading-1 {
  color: #535651; }

section.titleLeft.-asta .grid__col--40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

@media (max-width: 840px) {
  section.titleLeft.-asta .grid__col--40 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px; }
  section.titleLeft.-asta .grid__col--55 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

section.titleLeft.-asta img {
  display: block;
  width: 100%;
  max-width: 250px; }

section.outlet {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 40px; }
  @media (max-width: 1045px) {
    section.outlet {
      padding-top: 35px;
      padding-bottom: 35px; } }
  section.outlet .outlet__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px; }

.grid.-outlet {
  position: relative;
  max-width: 1020px;
  padding-top: 75px;
  margin-top: 50px; }
  .grid.-outlet .container--outlet {
    height: 100% !important;
    width: 100%; }
    .grid.-outlet .container--outlet .table-scroll-indicator {
      display: none;
      position: absolute;
      top: 5px;
      right: 10px; }
    .grid.-outlet .container--outlet h1 {
      display: block;
      margin-top: 43px; }
    .grid.-outlet .container--outlet h1 span {
      font-weight: bold; }
  @media screen and (max-width: 645px) {
    .grid.-outlet .container--outlet .table-scroll-indicator {
      display: block; } }
  .grid.-outlet .table-wrapper {
    margin-bottom: 43px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    overflow-x: scroll; }
  .grid.-outlet .table {
    background: white; }
    .grid.-outlet .table .svg-inline--fa {
      color: #535651; }
    .grid.-outlet .table img {
      max-width: 150px;
      border: 1px solid #535651; }
    .grid.-outlet .table.uk-table-striped tbody tr:nth-of-type(odd) {
      background: #F2F2F2 !important; }
    .grid.-outlet .table thead th {
      padding: 10px;
      text-align: left !important; }
    .grid.-outlet .table .th-image,
    .grid.-outlet .table .th-code,
    .grid.-outlet .table .th-color,
    .grid.-outlet .table .th-grade,
    .grid.-outlet .table .th-dikte,
    .grid.-outlet .table .th-surface,
    .grid.-outlet .table .th-prijs,
    .grid.-outlet .table .th-aantal,
    .grid.-outlet .table .th-bestel {
      padding: 10px;
      text-align: left; }
    .grid.-outlet .table .th-image,
    .grid.-outlet .table .td-image {
      width: 173px;
      text-align: left; }
    .grid.-outlet .table .th-code,
    .grid.-outlet .table .td-code {
      width: 59px;
      text-align: left; }
    .grid.-outlet .table .th-color,
    .grid.-outlet .table .td-color {
      width: 226px;
      text-align: left; }
    .grid.-outlet .table .th-grade,
    .grid.-outlet .table .td-grade {
      width: 65px;
      text-align: left; }
    .grid.-outlet .table .th-dikte,
    .grid.-outlet .table .td-dikte {
      width: 50px;
      text-align: left; }
    .grid.-outlet .table .th-prijs,
    .grid.-outlet .table .td-prijs {
      width: 65px;
      text-align: left; }
    .grid.-outlet .table .th-aantal,
    .grid.-outlet .table .td-aantal {
      width: 81px;
      text-align: left; }
    .grid.-outlet .table .th-bestel,
    .grid.-outlet .table .td-bestel {
      width: 85px;
      text-align: left; }
    .grid.-outlet .table tr td {
      padding: 10px;
      text-align: left; }
  .grid.-outlet .container__inner--table-fixed-top {
    position: relative; }
  .grid.-outlet .table-wrapper--fixed {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 98%;
    margin: 0 auto; }
  .grid.-outlet .table--outlet-fixed {
    margin-bottom: 0; }
  .grid.-outlet .table--outlet-legend {
    position: absolute;
    top: -75px;
    right: 0;
    width: 50%;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    background-color: rgba(83, 86, 81, 0.1); }
    .grid.-outlet .table--outlet-legend td {
      padding: 2px;
      text-align: center; }
    .grid.-outlet .table--outlet-legend tr:nth-of-type(2) {
      background: white; }
  .grid.-outlet .table--outlet-legend-mobile {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    border-bottom: 0; }
    .grid.-outlet .table--outlet-legend-mobile td {
      padding: 2px;
      text-align: center; }
    .grid.-outlet .table--outlet-legend-mobile tr:nth-of-type(odd) {
      background: white; }
  .grid.-outlet .container--outlet__legend-mobile {
    display: none; }
  @media screen and (max-width: 645px) {
    .grid.-outlet .table--outlet-legend {
      display: none; }
    .grid.-outlet .container--outlet__legend-mobile {
      display: block; } }
  @media screen and (max-width: 900px) {
    .grid.-outlet .table img {
      max-width: 100px; } }

.page-contact section.contact {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 840px) {
  .page-contact .grid.-xl {
    padding: 0; } }

.page-contact section.contact .grid {
  padding-right: 0; }

.page-contact .grid__col--50:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 1045px) {
    .page-contact .grid__col--50:nth-of-type(1) {
      padding-top: 35px;
      padding-bottom: 35px; } }

@media (max-width: 840px) {
  .page-contact .grid__col--50 {
    width: 100%;
    padding: 0; }
  .page-contact .grid__col--50:nth-of-type(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .page-contact .grid__col--50:nth-of-type(2) {
    height: 400px; } }

.page-contact .contact__content {
  max-width: 636px;
  width: 100%;
  padding-right: 50px; }

@media (max-width: 840px) {
  .page-contact .contact__content {
    max-width: 100%;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px; } }

.page-contact .addressWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }

@media (max-width: 970px) {
  .page-contact .addressWrap {
    display: block; }
  .page-contact .addressWrap .grid__col--45 {
    width: 100%; } }

@media (max-width: 840px) {
  .page-contact .addressWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .page-contact .addressWrap .grid__col--45 {
    width: 45%; } }

@media (max-width: 520px) {
  .page-contact .addressWrap {
    display: block; }
  .page-contact .addressWrap .grid__col--45 {
    width: 100%; } }

.page-contact .address {
  margin-bottom: 25px; }

.page-contact .address div {
  margin-bottom: 15px; }

.page-contact .address table {
  width: 100%; }

.page-contact .address table tr td:nth-of-type(1) {
  width: 20px; }

.page-contact .grid__col--45 .button.-green {
  margin-bottom: 35px; }

.page-contact .recaptchaWrap {
  margin-bottom: 10px; }

.page-contact .gmaps {
  width: 100%;
  height: 100%; }

/*
|--------------------------------------------------------------------------
| Pages imports
|--------------------------------------------------------------------------
| ...
*/
@media (max-width: 960px) {
  .block .grid__col--60,
  .block .grid__col--40 {
    width: 100%; }
  .block .grid__col--40 {
    margin-bottom: 50px; }
  .block .grid__col--60 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.block.-margin-bottom {
  margin-bottom: 50px; }

.block__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.block__gallery .grid__col--33 {
  padding: 0 10px 10px 10px; }

@media (max-width: 960px) {
  .block__gallery .grid__col--33 {
    width: 33.333333%; } }

.block__gallery a {
  display: block;
  position: relative;
  /* for __galleryOnHover */ }

.block__gallery img {
  display: block;
  width: 100%;
  max-width: 100%; }

.block__galleryOnHover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -khtml-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 177, 0, 0.6);
  opacity: 0;
  color: white; }

.block__gallery a:hover .block__galleryOnHover {
  opacity: 1; }

.block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px 0 30px; }

@media (max-width: 960px) {
  .block__content {
    padding: 0; } }

.block__contentWrap {
  width: 100%; }

.block__titleBar {
  position: relative;
  display: block;
  height: 2px;
  background-color: rgba(83, 86, 81, 0.1);
  margin: 0 0 10px 0; }

.block__titleBar span {
  display: block;
  position: absolute;
  top: -13px;
  left: -5px;
  padding: 0 5px;
  background-color: white;
  font-family: urw-din-condensed, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(83, 86, 81, 0.5); }

.block__contentSection {
  padding: 10px 0 40px 0; }

.block__contentTitle {
  font-size: 25px;
  line-height: 35px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.block__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .block__bottom.-mobile {
    display: none; }

.block__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.block__share .a2a_dd {
  display: none; }

.block__share .a2a_svg {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px; }

.block__share .a2a_s_facebook,
.block__share .a2a_s_linkedin,
.block__share .a2a_s_pinterest,
.block__share .a2a_s_twitter,
.block__share .a2a_s_email {
  background-color: #9fb100 !important; }

@media (max-width: 1045px) {
  .relatedItems {
    margin-top: 25px; } }

.relatedItems .grid:nth-of-type(1) .headingWrap {
  text-align: center; }

.relatedItems__overview {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.relatedItems__overview.-center-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.relatedItems__overview .grid__col--25 {
  padding: 0 0 0 20px;
  margin-bottom: 10px; }

@media (max-width: 875px) {
  .relatedItems__overview .grid__col--25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 50%;
    padding: 0; }
  .relatedItems__overview .grid__col--25 .imgWrap {
    max-width: 95%; } }

.relatedItems__overview .imgWrap img {
  display: block;
  width: 100%;
  max-width: 100%; }

.relatedItems__overview .imgWrap {
  display: block;
  position: relative;
  background-color: rgba(83, 86, 81, 0.75);
  text-decoration: none; }

.relatedItems .relatedItems__overviewItemsTitle {
  -webkit-transition: background-color 0.2s ease-in-out;
  -khtml-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(83, 86, 81, 0.75);
  font-family: urw-din-condensed, sans-serif;
  text-transform: uppercase;
  color: white; }

.relatedItems .imgWrap__mobileTitle {
  display: none;
  width: 100%;
  padding: 10px 15px;
  font-family: urw-din-condensed, sans-serif;
  text-transform: uppercase;
  color: white;
  text-decoration: none; }

@media (max-width: 875px) {
  .relatedItems .relatedItems__overviewItemsTitle {
    display: none; }
  .relatedItems .imgWrap__mobileTitle {
    display: block; } }

.relatedItems .relatedItems__itemOnHover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -khtml-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 177, 0, 0.6);
  opacity: 0;
  color: white; }

.relatedItems__overview a:hover .relatedItems__itemOnHover {
  opacity: 1; }

.relatedItems__overview a:hover .relatedItems__overviewItemsTitle {
  background-color: transparent; }

/*
|--------------------------------------------------------------------------
| Pages imports
|--------------------------------------------------------------------------
| ...
*/
.page-news {
  background-image: url("../img/bkg_texture_light.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

section.newsTop {
  padding-bottom: 0; }

section.items.-news {
  -webkit-transition: max-height 0.2s ease-in-out;
  -khtml-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  position: relative;
  /* for sectionOverlay */
  padding-bottom: 40px; }
  section.items.-news .headingWrap {
    margin-bottom: 25px; }
  section.items.-news .sectionItems {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.items.-news .sectionItems .grid__col--25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 20px; }
  @media (max-width: 875px) {
    section.items.-news .sectionItems .grid__col--25 {
      width: 50%; } }
  @media (max-width: 580px) {
    section.items.-news .sectionItems .grid__col--25 {
      width: 100%; } }
  section.items.-news .newsItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    height: 100%;
    text-decoration: none !important; }
  section.items.-news .heading-5 {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #535651; }
  section.items.-news .newsItem__image {
    position: relative; }
  section.items.-news .newsItem__image img {
    display: block;
    max-width: 100%;
    width: 100%; }
  section.items.-news .newsItem__imageOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(159, 177, 0, 0.6);
    opacity: 0;
    color: white; }
  section.items.-news .newsItem:hover .newsItem__imageOverlay {
    z-index: 999;
    opacity: 1; }
  section.items.-news .newsItem__image .newsItem__date {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 5px 15px;
    background-color: rgba(83, 86, 81, 0.5);
    font-family: urw-din-condensed, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: white; }
  section.items.-news .newsItem:hover .newsItem__image .newsItem__date {
    background-color: transparent; }
  section.items.-news .newsItem__intro {
    padding: 20px;
    background-color: white;
    text-align: center; }
  section.items.-news .newsItem__intro p {
    display: block;
    margin-bottom: 20px; }
  section.items.-news .newsItem__bottom {
    text-align: center;
    padding-bottom: 20px; }

.slider__heading.-no-margin-bottom {
  margin-bottom: 0; }

.slider__overlay .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.slider__date {
  padding: 5px 15px;
  margin-bottom: 50px;
  background-color: rgba(83, 86, 81, 0.5);
  font-family: urw-din-condensed, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: white; }

@media (max-width: 1360px) {
  .slider__date {
    margin-bottom: 20px !important; } }

@media (max-width: 1210px) {
  section.newsDetailPage {
    padding-top: 35px; } }

section.newsDetailPage .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media (max-width: 900px) {
  section.newsDetailPage .grid__col--45,
  section.newsDetailPage .grid__col--55,
  section.newsDetailPage .grid__col--50 {
    width: 100% !important; }
  section.newsDetailPage .grid__col--45 {
    margin-bottom: 25px; }
  section.newsDetailPage .grid__col--50 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 1210px) {
  section.newsDetailPage .newsDetailPage__noSlider {
    display: none; } }

section.newsDetailPage .newsDetailPage__intro {
  margin-bottom: 20px;
  font-weight: 400; }

section.newsDetailPage .newsDetailPage__intro p {
  color: #000000; }

section.newsDetailPage .newsDetailPage__title h1 {
  margin-bottom: 10px; }

section.newsDetailPage .newsDetailPage__date {
  margin-bottom: 20px; }

section.newsDetailPage .newsDetailPage__date span {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(83, 86, 81, 0.5);
  color: white; }

section.newsDetailPage .newsDetailPage__fulltext {
  margin-bottom: 25px; }

section.newsDetailPage .newsDetailPage__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 900px) {
  section.newsDetailPage .newsDetailPage__gallery .grid__col--25 {
    width: 25% !important; } }

@media (max-width: 480px) {
  section.newsDetailPage .newsDetailPage__gallery .grid__col--25 {
    width: 50% !important; } }

section.newsDetailPage .newsDetailPage__galleryImg {
  display: block;
  padding: 5px; }

section.newsDetailPage .newsDetailPage__galleryImg .imgWrap {
  display: block;
  position: relative; }

section.newsDetailPage .newsDetailPage__galleryImg img {
  display: block;
  width: 100%;
  max-width: 100%; }

section.newsDetailPage .newsDetailPage__galleryImageOnHover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -khtml-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 177, 0, 0.6);
  opacity: 0;
  color: white; }

section.newsDetailPage .newsDetailPage__galleryImg:hover .newsDetailPage__galleryImageOnHover {
  z-index: 999;
  opacity: 1; }

section.newsDetailPage .newsDetailPage__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

section.newsDetailPage .newsDetailPage__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

section.newsDetailPage .newsDetailPage__share .a2a_dd {
  display: none; }

section.newsDetailPage .newsDetailPage__share .a2a_svg {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px; }

section.newsDetailPage .newsDetailPage__share .a2a_s_facebook,
section.newsDetailPage .newsDetailPage__share .a2a_s_linkedin,
section.newsDetailPage .newsDetailPage__share .a2a_s_pinterest,
section.newsDetailPage .newsDetailPage__share .a2a_s_twitter,
section.newsDetailPage .newsDetailPage__share .a2a_s_email {
  background-color: #9fb100 !important; }

/*
|--------------------------------------------------------------------------
| Pages imports
|--------------------------------------------------------------------------
| ...
*/
.page-jobs {
  background-image: url("../img/bkg_texture_light.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

section.jobsTop {
  padding-bottom: 0; }

section.items.-jobs {
  -webkit-transition: max-height 0.2s ease-in-out;
  -khtml-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  position: relative;
  /* for sectionOverlay */
  padding-bottom: 40px; }
  section.items.-jobs .sectionItems {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.items.-jobs .sectionItems .grid__col--50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 20px; }
  @media (max-width: 875px) {
    section.items.-jobs .sectionItems .grid__col--50 {
      width: 50%; } }
  @media (max-width: 580px) {
    section.items.-jobs .sectionItems .grid__col--50 {
      width: 100%; } }
  section.items.-jobs .jobsItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    height: 100%;
    text-decoration: none !important; }
  section.items.-jobs .heading-3,
  section.items.-jobs .heading-4,
  section.items.-jobs .heading-5 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #535651; }
  section.items.-jobs .jobsItem__image img {
    display: block;
    max-width: 100%;
    width: 100%; }
  section.items.-jobs .jobsItem__intro {
    padding: 20px;
    padding-bottom: 0;
    background-color: white; }
  section.items.-jobs .jobsItem__question {
    font-weight: 400;
    font-family: urw-din-condensed, sans-serif;
    text-transform: uppercase;
    color: rgba(83, 86, 81, 0.5); }
  section.items.-jobs .jobsItem__intro p {
    display: block;
    margin-bottom: 20px; }
  section.items.-jobs .jobsItem__bottom {
    padding: 0 20px;
    padding-bottom: 20px; }

.slider__heading.-no-margin-bottom {
  margin-bottom: 0; }

.slider__overlay .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.slider__date {
  padding: 5px 15px;
  margin-bottom: 50px;
  background-color: rgba(83, 86, 81, 0.5);
  font-family: urw-din-condensed, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: white; }

@media (max-width: 1360px) {
  .slider__date {
    margin-bottom: 20px !important; } }

@media (max-width: 1210px) {
  section.jobsDetailPage {
    padding-top: 20px; } }

section.jobsDetailPage .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

@media (max-width: 900px) {
  section.jobsDetailPage .grid__col--45,
  section.jobsDetailPage .grid__col--55,
  section.jobsDetailPage .grid__col--50 {
    width: 100% !important; }
  section.jobsDetailPage .grid__col--45 {
    margin-bottom: 25px; }
  section.jobsDetailPage .grid__col--50 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

section.jobsDetailPage .jobsDetailPage__fulltext {
  margin-bottom: 25px; }

section.jobsDetailPage .jobsDetailPage__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 900px) {
  section.jobsDetailPage .jobsDetailPage__gallery .grid__col--25 {
    width: 25% !important; } }

@media (max-width: 480px) {
  section.jobsDetailPage .jobsDetailPage__gallery .grid__col--25 {
    width: 50% !important; } }

section.jobsDetailPage .jobsDetailPage__galleryImg {
  display: block;
  padding: 5px; }

section.jobsDetailPage .jobsDetailPage__galleryImg .imgWrap {
  display: block;
  position: relative; }

section.jobsDetailPage .jobsDetailPage__galleryImg img {
  display: block;
  width: 100%;
  max-width: 100%; }

section.jobsDetailPage .jobsDetailPage__galleryImageOnHover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -khtml-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 177, 0, 0.6);
  opacity: 0;
  color: white; }

section.jobsDetailPage .jobsDetailPage__galleryImg:hover .jobsDetailPage__galleryImageOnHover {
  z-index: 999;
  opacity: 1; }

section.jobsDetailPage .jobsDetailPage__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

section.jobsDetailPage .jobsDetailPage__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

section.jobsDetailPage .jobsDetailPage__share .a2a_dd {
  display: none; }

section.jobsDetailPage .jobsDetailPage__share .a2a_svg {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px; }

section.jobsDetailPage .jobsDetailPage__share .a2a_s_facebook,
section.jobsDetailPage .jobsDetailPage__share .a2a_s_linkedin,
section.jobsDetailPage .jobsDetailPage__share .a2a_s_pinterest,
section.jobsDetailPage .jobsDetailPage__share .a2a_s_twitter,
section.jobsDetailPage .jobsDetailPage__share .a2a_s_email {
  background-color: #9fb100 !important; }

.page-dealers section#dealers {
  height: calc(100vh - 141px);
  min-height: 500px;
  padding: 0; }
  .page-dealers section#dealers #dealers-map {
    height: 100%; }
    .page-dealers section#dealers #dealers-map button[title="Close"] {
      top: 0 !important;
      right: 5px !important; }
      .page-dealers section#dealers #dealers-map button[title="Close"] img {
        height: 20px !important;
        width: 20px !important; }

.page-direscotv {
  background-image: url("../img/bkg_texture_light.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .page-direscotv .direscotv__noSlider {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-bottom: 0; }
    @media (max-width: 1045px) {
      .page-direscotv .direscotv__noSlider {
        padding-top: 35px;
        padding-bottom: 35px; } }
  @media (max-width: 1210px) {
    .page-direscotv .sliderContentMobile .grid__col--55 {
      width: 100%; } }
  .page-direscotv .direscotv-video {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-bottom: 0;
    max-width: 1275px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
    @media (max-width: 1045px) {
      .page-direscotv .direscotv-video {
        padding-top: 35px;
        padding-bottom: 35px; } }
    .page-direscotv .direscotv-video .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
    .page-direscotv .direscotv-video .embed-container iframe, .page-direscotv .direscotv-video .embed-container object, .page-direscotv .direscotv-video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page-direscotv section.direscotv {
    padding-top: 60px;
    padding-bottom: 40px; }
  .page-direscotv section.direscotv .grid__col--33 {
    padding: 0 10px;
    margin-bottom: 20px; }
  .page-direscotv .direscotv__item {
    display: block;
    background-color: white;
    color: #535651;
    text-decoration: none; }
    .page-direscotv .direscotv__item:hover {
      text-decoration: none; }
  .page-direscotv .direscotv__itemImgWrap {
    position: relative;
    /* fpr &__imageOverlay */ }
  .page-direscotv .direscotv__item img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .page-direscotv .direscotv__itemTitle {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase; }
  .page-direscotv .direscotv__itemTitle .heading-5 {
    margin-bottom: 0; }
  .page-direscotv .direscotv__imageOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(159, 177, 0, 0.6);
    opacity: 0;
    color: white; }
  .page-direscotv .direscotv__item:hover .direscotv__imageOverlay {
    z-index: 5;
    opacity: 1; }
  .page-direscotv .direscotv__item .svg-inline--fa {
    position: absolute;
    z-index: 7;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #CC0000; }
  .page-direscotv .direscotv__ytbkg {
    position: absolute;
    z-index: 6;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: white; }
  .page-direscotv .direscotv__video {
    border: 1px solid red; }
  .page-direscotv .direscotv-overviewBtnWrap {
    padding-top: 0;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .page-direscotv .pagination.-direscotv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 60px; }
  .page-direscotv .pagination.-direscotv.-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px; }
  .page-direscotv .button.-overview {
    background-color: #9fb100; }

/*
|--------------------------------------------------------------------------
| Library imports
|--------------------------------------------------------------------------
*/
.fancybox-caption__body {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold; }
