* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  outline: none;
  color: inherit;
}
a img {
  border: 0;
}
.clear {
  clear: both;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.word-break {
  overflow: auto;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  -moz-binding: url(../css/xbl.xml#wordwrap);
  /* Firefox (using XBL) */
  -ms-word-break: break-all;
  /* word-break: break-all;
    Non standard for webkit */
  word-break: break-word;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Blender';
  src: url('/css/fonts/Blender-Book.eot');
  src: url('/css/fonts/Blender-Book.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Blender-Book.woff2') format('woff2'), url('/css/fonts/Blender-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Blender';
  src: url('/css/fonts/Blender-Bold.eot');
  src: url('/css/fonts/Blender-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Blender-Bold.woff2') format('woff2'), url('/css/fonts/Blender-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Blender';
  src: url('/css/fonts/Blender-Thin.eot');
  src: url('/css/fonts/Blender-Thin.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Blender-Thin.woff2') format('woff2'), url('/css/fonts/Blender-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Blender';
  src: url('/css/fonts/Blender-Medium.eot');
  src: url('/css/fonts/Blender-Medium.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Blender-Medium.woff2') format('woff2'), url('/css/fonts/Blender-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-HeavyCn.eot');
  src: url('fonts/AvenirNextLTPro-HeavyCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-HeavyCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-HeavyCn.woff') format('woff'), url('fonts/AvenirNextLTPro-HeavyCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-HeavyCn.svg#AvenirNextLTPro-HeavyCn') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-Heavy.eot');
  src: url('fonts/AvenirNextLTPro-Heavy.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Heavy.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Heavy.woff') format('woff'), url('fonts/AvenirNextLTPro-Heavy.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Heavy.svg#AvenirNextLTPro-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-BoldIt.eot');
  src: url('fonts/AvenirNextLTPro-BoldIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-BoldIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-BoldIt.woff') format('woff'), url('fonts/AvenirNextLTPro-BoldIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-BoldIt.svg#AvenirNextLTPro-BoldIt') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Demi';
  src: url('fonts/AvenirNextLTPro-Demi.eot');
  src: url('fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Demi.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-Medium.eot');
  src: url('fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Medium.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Medium.woff') format('woff'), url('fonts/AvenirNextLTPro-Medium.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-DemiCnIt.eot');
  src: url('fonts/AvenirNextLTPro-DemiCnIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-DemiCnIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-DemiCnIt.woff') format('woff'), url('fonts/AvenirNextLTPro-DemiCnIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-DemiCnIt.svg#AvenirNextLTPro-DemiCnIt') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-MediumIt.eot');
  src: url('fonts/AvenirNextLTPro-MediumIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-MediumIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-MediumIt.woff') format('woff'), url('fonts/AvenirNextLTPro-MediumIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-MediumIt.svg#AvenirNextLTPro-MediumIt') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-DemiCn.eot');
  src: url('fonts/AvenirNextLTPro-DemiCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-DemiCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-DemiCn.woff') format('woff'), url('fonts/AvenirNextLTPro-DemiCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-DemiCn.svg#AvenirNextLTPro-DemiCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-Cn.eot');
  src: url('fonts/AvenirNextLTPro-Cn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Cn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Cn.woff') format('woff'), url('fonts/AvenirNextLTPro-Cn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Cn.svg#AvenirNextLTPro-Cn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-It.eot');
  src: url('fonts/AvenirNextLTPro-It.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-It.woff2') format('woff2'), url('fonts/AvenirNextLTPro-It.woff') format('woff'), url('fonts/AvenirNextLTPro-It.ttf') format('truetype'), url('fonts/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-UltLtCn.eot');
  src: url('fonts/AvenirNextLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-UltLtCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-UltLtCn.woff') format('woff'), url('fonts/AvenirNextLTPro-UltLtCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-UltLtCn.svg#AvenirNextLTPro-UltLtCn') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-DemiIt.eot');
  src: url('fonts/AvenirNextLTPro-DemiIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-DemiIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-DemiIt.woff') format('woff'), url('fonts/AvenirNextLTPro-DemiIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-DemiIt.svg#AvenirNextLTPro-DemiIt') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-HeavyIt.eot');
  src: url('fonts/AvenirNextLTPro-HeavyIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-HeavyIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-HeavyIt.woff') format('woff'), url('fonts/AvenirNextLTPro-HeavyIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-HeavyIt.svg#AvenirNextLTPro-HeavyIt') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-MediumCn.eot');
  src: url('fonts/AvenirNextLTPro-MediumCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-MediumCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-MediumCn.woff') format('woff'), url('fonts/AvenirNextLTPro-MediumCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-MediumCn.svg#AvenirNextLTPro-MediumCn') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-CnIt.eot');
  src: url('fonts/AvenirNextLTPro-CnIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-CnIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-CnIt.woff') format('woff'), url('fonts/AvenirNextLTPro-CnIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-CnIt.svg#AvenirNextLTPro-CnIt') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-Bold.eot');
  src: url('fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-BoldCn.eot');
  src: url('fonts/AvenirNextLTPro-BoldCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-BoldCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-BoldCn.woff') format('woff'), url('fonts/AvenirNextLTPro-BoldCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-BoldCn.svg#AvenirNextLTPro-BoldCn') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-Regular.eot');
  src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-BoldCnIt.eot');
  src: url('fonts/AvenirNextLTPro-BoldCnIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-BoldCnIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-BoldCnIt.woff') format('woff'), url('fonts/AvenirNextLTPro-BoldCnIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-BoldCnIt.svg#AvenirNextLTPro-BoldCnIt') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-MediumCnIt.eot');
  src: url('fonts/AvenirNextLTPro-MediumCnIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-MediumCnIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-MediumCnIt.woff') format('woff'), url('fonts/AvenirNextLTPro-MediumCnIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-MediumCnIt.svg#AvenirNextLTPro-MediumCnIt') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-UltLtCnIt.eot');
  src: url('fonts/AvenirNextLTPro-UltLtCnIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-UltLtCnIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-UltLtCnIt.woff') format('woff'), url('fonts/AvenirNextLTPro-UltLtCnIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-UltLtCnIt.svg#AvenirNextLTPro-UltLtCnIt') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir CD';
  src: url('fonts/AvenirNextLTPro-HeavyCnIt.eot');
  src: url('fonts/AvenirNextLTPro-HeavyCnIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-HeavyCnIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-HeavyCnIt.woff') format('woff'), url('fonts/AvenirNextLTPro-HeavyCnIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-HeavyCnIt.svg#AvenirNextLTPro-HeavyCnIt') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-UltLtIt.eot');
  src: url('fonts/AvenirNextLTPro-UltLtIt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-UltLtIt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-UltLtIt.woff') format('woff'), url('fonts/AvenirNextLTPro-UltLtIt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-UltLtIt.svg#AvenirNextLTPro-UltLtIt') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-UltLt.eot');
  src: url('fonts/AvenirNextLTPro-UltLt.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-UltLt.woff2') format('woff2'), url('fonts/AvenirNextLTPro-UltLt.woff') format('woff'), url('fonts/AvenirNextLTPro-UltLt.ttf') format('truetype'), url('fonts/AvenirNextLTPro-UltLt.svg#AvenirNextLTPro-UltLt') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'zippsafe';
  src: url('fonts/zippsafe.eot?nj1ul1');
  src: url('fonts/zippsafe.eot?nj1ul1#iefix') format('embedded-opentype'), url('fonts/zippsafe.woff2?nj1ul1') format('woff2'), url('fonts/zippsafe.ttf?nj1ul1') format('truetype'), url('fonts/zippsafe.woff?nj1ul1') format('woff'), url('fonts/zippsafe.svg?nj1ul1#zippsafe') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zippsafe' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e911";
}
.icon-instagram:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e91e";
}
.icon-calculator:before {
  content: "\e910";
}
.icon-close:before {
  content: "\e90f";
}
.icon-contact:before {
  content: "\e90d";
}
.icon-dropdown:before {
  content: "\e90e";
}
.icon-sl-right:before {
  content: "\e900";
}
.icon-sl-left:before {
  content: "\e901";
}
.icon-linkdin:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-link:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-map-marker:before {
  content: "\e906";
}
.icon-checkmark:before {
  content: "\e907";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-arrow:before {
  content: "\e90b";
}
.icon-arrow-left:before {
  content: "\e90c";
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger-box {
  width: 12px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider-r .hamburger-inner {
  top: 4px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(90deg);
}
.btn {
  background: #FFE600;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  display: inline-block;
  padding: 0 45px;
  font-family: 'Blender';
  border: none;
}
.btn i {
  font-size: 12px;
  margin-right: 6px;
}
.btn:hover {
  color: #FFE600;
  background: #000;
}
.btn.btn-block {
  background: #FFE600;
  width: 50px;
  height: 50px;
  color: #000;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}
.btn.btn-block:hover {
  background: #000;
  color: #FFE600;
}
.btn.btn-block i {
  font-size: 18px;
  margin-right: 0px;
}
.btn.btn-right-corner {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.btn.btn-auto {
  width: auto;
}
.btn.btn-auto i {
  font-size: 18px;
  float: left;
  line-height: 66px;
  margin-right: 12px;
}
.btn.btn-black {
  color: #fff;
  background: #000;
}
.btn.btn-black:hover {
  color: #000;
  background: #fff;
}
.btn.btn-50 {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-container.centered {
  display: table;
  margin: auto;
}
.cb-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Blender';
  font-weight: bold;
  font-size: 14px;
  color: #201E20;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cb-container.big {
  font-family: 'Blender';
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: none;
  display: block;
}
.cb-container.big:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 50%;
  height: 1px;
  width: calc(100% - 200px);
}
.cb-container label.error {
  color: #F25252;
}
/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F6F6F6;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #F6F6F6;
}
/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #FFE600;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 4px;
  height: 8px;
  border: solid #201E20;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
h1 {
  font-family: 'Blender';
  font-weight: normal;
  font-size: 64px;
  color: #000000;
  text-align: left;
  margin: 0;
  line-height: 1em;
  position: relative;
}
h1.underline {
  margin-bottom: 40px;
}
h1.underline:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -20px;
  height: 2px;
  background: #FFE600;
  width: 80px;
}
h2 {
  font-family: 'Blender';
  font-weight: 300;
  font-size: 52px;
  color: #000000;
  text-align: left;
  margin: 0;
  line-height: 1em;
}
h3 {
  font-family: 'Blender';
  font-weight: 300;
  font-size: 42px;
  color: #363636;
  text-align: left;
  margin: 0;
  line-height: 1em;
  margin: 0 0 50px 0;
}
h3.centered {
  text-align: center;
}
h4 {
  font-family: 'Blender';
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  text-align: left;
  margin: 0;
  line-height: 1em;
}
h5 {
  font-family: 'Blender';
  font-weight: 300;
  font-size: 24px;
  color: #000000;
  text-align: left;
  margin: 0;
  line-height: 1em;
}
p {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #363636;
  text-align: left;
  margin: 0;
  line-height: 1em;
}
.text-content ul {
  list-style: none;
}
.text-content ul li {
  padding-left: 25px;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.text-content ul li:before {
  content: '';
  position: absolute;
  background: url(../images/SVG/icon.svg) no-repeat scroll center center transparent;
  width: 10px;
  height: 13px;
  left: 6px;
  top: 0.2em;
}
.text-content ol {
  margin-left: 20px;
}
.text-content h5 {
  margin-bottom: 10px;
  font-weight: 500;
  font-style: normal;
}
.text-content p {
  margin-bottom: 10px;
  font-family: 'Avenir';
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  line-height: inherit;
}
.text-content strong,
.text-content b {
  font-weight: 500;
}
.text-content img {
  max-width: 100% !important;
}
.text-content table {
  width: 100% !important;
}
.text-content table tr {
  width: 100%;
}
.text-content table tr td,
.text-content table tr th {
  padding: 10px;
  border: 1px solid #F6F6F6;
}
.uploaded-image {
  max-width: 100% !important;
}
.uploaded-image img {
  max-width: 100% !important;
}
body {
  font-family: 'Avenir';
  font-size: 18px;
  color: #242424;
  text-align: left;
  line-height: 28px;
  width: 100%;
  overflow-x: hidden;
}
body.popup-opened {
  height: 100vh;
  overflow: hidden;
}
.content-wrapper {
  padding-top: 110px;
}
.container {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
section {
  padding: 50px 0;
}
section.header-section {
  padding-bottom: 0;
}
section.nopadding {
  padding: 0;
}
section.newsletter-section {
  padding: 40px 0;
  background: #F6F6F6;
}
section.newsletter-section h4 {
  margin-bottom: 25px;
  text-align: center;
}
section.header-image {
  padding: 0;
}
section.header-image .header-img {
  min-height: 300px;
  max-height: 500px;
  height: 45vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #D4D4D4;
}
.col.col-25 {
  width: 25%;
}
.h1-sub {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 43px;
  font-family: 'Blender';
  font-weight: normal;
  font-style: normal;
}
.h1-subsub {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 30px;
}
.h1-subsub p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.row {
  width: 100%;
  clear: both;
}
.row .col {
  float: left;
}
.row .col.w33 {
  width: 33.33333%;
}
.layout.layout-product-preview {
  padding: 50px 0 100px;
}
.layout.layout-product-preview .preview-slider-container {
  width: 100%;
}
.layout.layout-product-preview .preview-slider-container .slider-container {
  width: 100%;
  position: relative;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider {
  width: 100%;
  overflow: hidden;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul {
  list-style: none;
  width: 1000%;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li {
  float: left;
  width: 10%;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li h3 {
  margin-bottom: 20px;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li h3 span {
  display: block;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #363636;
  letter-spacing: 0;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview {
  display: table;
  width: 100%;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info .infos {
  width: 100%;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info .infos ul {
  width: 100%;
  list-style: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info .infos ul li {
  float: left;
  width: 50%;
  padding-right: 60px;
  font-family: 'Avenir';
  font-size: 13px;
  color: #363636;
  line-height: 18px;
  padding-bottom: 60px;
  font-family: 'Blender';
  font-size: 300px;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info .infos ul li:nth-child(2n+1) {
  clear: left;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info .infos ul li .icon {
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #E1E1E1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info .infos ul li pre {
  font-family: 'Avenir';
  font-style: normal;
  font-size: 13px;
  display: block;
  overflow: visible;
  margin-top: 10px;
  white-space: unset;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .image {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .image .img {
  width: 80%;
  padding-top: 80%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
  margin: auto;
}
.layout.layout-product-preview .preview-slider-container .slider-container .arrows {
  position: absolute;
  right: 0;
  top: 0;
}
.layout.layout-product-preview .preview-slider-container .slider-container .arrows .arrow {
  position: relative;
  display: inline-block;
  float: left;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  /* note that you have @trasnform here */
  -o-transform: none;
  transform: none;
}
.layout.layout-product-preview .preview-slider-container .slider-container .indicators {
  display: table;
  margin-top: 40px;
}
.layout.layout-product-preview .preview-slider-container .slider-container .indicators ul {
  position: relative;
}
.layout.layout-product-preview .preview-slider-container .slider-container .indicators ul:before {
  height: 1px;
  background: #e1e1e1;
  content: '';
  position: absolute;
  top: 4px;
  left: 105px;
  width: calc(100% - 205px);
}
.layout.layout-product-preview .preview-slider-container .slider-container .indicators li {
  margin: 0 100px;
  position: relative;
  background: #fff;
}
.layout.layout-product-preview .preview-slider-container .slider-container .indicators li .indicator-text {
  width: 200px;
  position: absolute;
  bottom: -45px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  left: -65px;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 13px;
  color: #363636;
  letter-spacing: 0;
}
.layout.layout-product-preview .preview-slider-container .slider-container .indicators li .indicator-text span {
  font-family: 'Blender';
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  display: block;
  text-transform: uppercase;
}
.layout.layout-product-specification {
  padding: 0 0 50px 0;
}
.layout.layout-product-specification .container {
  display: table;
}
.layout.layout-product-specification .text {
  width: calc(100% - 500px);
  padding-right: 90px;
  display: table-cell;
  vertical-align: top;
}
.layout.layout-product-specification .box {
  width: 500px;
  display: table-cell;
  vertical-align: top;
}
.layout.layout-product-specification .box .speci {
  background: rgba(216, 216, 216, 0.2);
  font-family: 'Avenir';
  font-size: 12px;
  color: #363636;
  letter-spacing: 0;
  line-height: 20px;
  padding: 40px 40px 30px 40px;
}
.layout.layout-product-specification .box .speci h5 {
  margin-bottom: 15px;
}
.layout.layout-product-specification .box .speci p {
  margin-bottom: 0 !important;
}
.layout.layout-product-specification .box .speci ul li {
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
}
.layout.layout-product-specification .box .speci h4 {
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
}
.layout.layout-product-specification .box .speci table {
  width: 100%;
  border: none;
}
.layout.layout-product-specification .box .speci table tr td {
  padding: 18px 0 15px 0;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  padding-right: 20px;
}
.layout.layout-product-specification .box .speci table tr td:nth-child(1) {
  font-family: 'Avenir Demi';
  font-weight: 600;
  font-style: normal;
}
.layout.layout-product-specification .box .speci table tr:last-child td {
  border-bottom: none;
}
.layout.layout-press-grid .row {
  width: 100%;
  display: table;
}
.layout.layout-press-grid .row .col {
  display: table-cell;
}
.layout.layout-press-grid .row .col.col-years {
  width: 85px;
}
.layout.layout-press-grid .row .col.col-years ul {
  list-style: none;
}
.layout.layout-press-grid .row .col.col-years ul li {
  display: block;
  width: 100%;
  font-family: 'Blender';
  font-weight: 300;
  font-size: 42px;
  color: #000000;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 20px;
}
.layout.layout-press-grid .row .col.col-years ul li.active {
  font-weight: 700;
  border-bottom: 2px solid #FFE600;
}
.layout.layout-press-grid .row .col.col-years ul li a {
  text-decoration: none;
}
.layout.layout-press-grid .row .col.press-list {
  width: calc(100% - 85px);
  padding-left: 90px;
}
.layout.layout-press-grid .row .col.press-list ul {
  list-style: none;
  width: 100%;
}
.layout.layout-press-grid .row .col.press-list ul li {
  width: 100%;
  display: none;
}
.layout.layout-press-grid .row .col.press-list ul li.active {
  display: block;
}
.layout.layout-press-grid .row .col.press-list ul li a {
  text-decoration: none;
}
.layout.layout-press-grid .row .col.press-list ul li .press {
  background: #F6F6F6;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 16px;
  color: #5a5a5a;
  letter-spacing: 0;
  line-height: 24px;
  padding: 50px 200px 50px 50px;
  width: 100%;
  position: relative;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  margin-bottom: 20px;
}
.layout.layout-press-grid .row .col.press-list ul li .press .date {
  font-family: 'Blender';
  font-weight: 500;
  font-size: 14px;
}
.layout.layout-press-grid .row .col.press-list ul li .press p {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}
.layout.layout-press-grid .row .col.press-list ul li .press .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-press-grid .row .col.press-list ul li .press:hover {
  background: #FFE600;
}
.layout.layout-press-grid .row .col.press-list ul li .press:hover .btn {
  background: #fff;
}
.layout.layout-press-grid .row .col.press-list ul li .press:hover .btn:hover {
  color: #000;
}
.layout.layout-files {
  width: 100%;
}
.layout.layout-files .row {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.layout.layout-files .row a {
  text-decoration: none;
}
.layout.layout-files .row .file {
  width: calc(33.33333% - 20px);
  background: #F6F6F6;
  margin: 10px;
  float: left;
  height: 40px;
}
.layout.layout-files .row .file span {
  font-family: 'Blender';
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
}
.layout.layout-files .row .file em {
  float: right;
  font-style: normal;
  font-weight: 300;
  font-family: 'Blender';
  font-size: 15px;
  color: #B0B0B0;
  letter-spacing: 0;
  margin-right: 30px;
  line-height: 40px;
}
.layout.layout-files .row .file i {
  float: right;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background: #FFE600;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.layout.layout-files .row .file:hover i {
  background: #000;
  color: #FFE600;
}
.layout.layout-product-grid-2 .row,
.layout.layout-product-grid-3 .row,
.layout.layout-subpage-grid-2 .row {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.layout.layout-product-grid-2 .row .col,
.layout.layout-product-grid-3 .row .col,
.layout.layout-subpage-grid-2 .row .col {
  float: left;
  width: 50%;
  padding: 10px;
}
.layout.layout-product-grid-2 .row .col a,
.layout.layout-product-grid-3 .row .col a,
.layout.layout-subpage-grid-2 .row .col a {
  text-decoration: none;
}
.layout.layout-product-grid-2 .row .col .product,
.layout.layout-product-grid-3 .row .col .product,
.layout.layout-subpage-grid-2 .row .col .product {
  width: 100%;
  position: relative;
}
.layout.layout-product-grid-2 .row .col .product .image,
.layout.layout-product-grid-3 .row .col .product .image,
.layout.layout-subpage-grid-2 .row .col .product .image {
  padding-top: 50%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
}
.layout.layout-product-grid-2 .row .col .product .text,
.layout.layout-product-grid-3 .row .col .product .text,
.layout.layout-subpage-grid-2 .row .col .product .text {
  padding: 40px;
  font-family: 'Avenir';
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 70px;
  color: #242424;
}
.layout.layout-product-grid-2 .row .col .product .text h4,
.layout.layout-product-grid-3 .row .col .product .text h4,
.layout.layout-subpage-grid-2 .row .col .product .text h4 {
  margin-bottom: 20px;
  font-weight: 400;
}
.layout.layout-product-grid-2 .row .col .product .btn,
.layout.layout-product-grid-3 .row .col .product .btn,
.layout.layout-subpage-grid-2 .row .col .product .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-product-grid-3 .row .col {
  width: 33.3333%;
}
.layout.layout-product-grid-3 .row .col .product .image {
  padding-top: 72%;
  position: relative;
}
.layout.layout-product-grid-3 .row .col .product .image .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-product-grid-3 .row .col .product .text {
  padding-bottom: 40px;
  color: #242424;
}
.layout.layout-product-grid-3 .row .col .product .text h4 {
  font-weight: 400;
}
.layout.layout-feature-2 {
  padding: 10px 0;
}
.layout.layout-feature-2 .row {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.layout.layout-feature-2 .row .col {
  float: left;
  width: 33.3333%;
  padding: 10px;
}
.layout.layout-feature-2 .row .col .feature {
  width: 100%;
}
.layout.layout-feature-2 .row .col .feature .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
  width: 100%;
  padding-top: 72%;
}
.layout.layout-feature-2 .row .col .feature .text-box {
  padding: 30px 30px 30px 30px;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
}
.layout.layout-feature-2 .row .col .feature .text-box h4 {
  margin-bottom: 20px;
  font-weight: 400;
}
.layout.layout-feature-2 .row .col .feature .text-box p {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #242424;
  letter-spacing: 0;
  line-height: 24px;
}
.layout.layout-feature-1,
.layout.layout-feature-1-flipped {
  padding: 10px 0;
}
.layout.layout-feature-1 .teaser,
.layout.layout-feature-1-flipped .teaser {
  width: 100%;
  display: table;
}
.layout.layout-feature-1 .teaser .image,
.layout.layout-feature-1-flipped .teaser .image {
  display: table-cell;
  vertical-align: middle;
  width: 66%;
  height: 53%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D4D4D4;
  background-color: #F6F6F6;
}
.layout.layout-feature-1 .teaser .text-box,
.layout.layout-feature-1-flipped .teaser .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 34%;
  padding: 80px;
}
.layout.layout-feature-1 .teaser .text-box h4,
.layout.layout-feature-1-flipped .teaser .text-box h4 {
  margin-bottom: 30px;
}
.layout.layout-feature-1 .teaser .text-box p,
.layout.layout-feature-1-flipped .teaser .text-box p {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
}
.layout.layout-feature-1 {
  padding: 50px 0 10px;
}
.layout.layout-feature-1 .teaser .text-box {
  padding: 40px 30px 40px 50px;
}
.layout.layout-feature-1-flipped {
  padding: 10px 0 50px;
}
.layout.layout-feature-1-flipped .teaser .text-box {
  padding: 40px 50px 40px 30px;
}
.layout.layout-latest-news .row,
.layout.layout-blog-grid .row,
.layout.layout-suggested-news .row,
.layout.layout-related-news .row,
.layout.layout-reference-grid .row {
  width: calc(100% + 30px);
  margin-left: -10px;
  overflow: hidden;
}
.layout.layout-latest-news .row ul,
.layout.layout-blog-grid .row ul,
.layout.layout-suggested-news .row ul,
.layout.layout-related-news .row ul,
.layout.layout-reference-grid .row ul {
  list-style: none;
  width: 10000%;
}
.layout.layout-latest-news .row ul li,
.layout.layout-blog-grid .row ul li,
.layout.layout-suggested-news .row ul li,
.layout.layout-related-news .row ul li,
.layout.layout-reference-grid .row ul li {
  float: left;
  width: 0.33333333%;
  padding: 10px;
}
.layout.layout-latest-news .row ul li > a,
.layout.layout-blog-grid .row ul li > a,
.layout.layout-suggested-news .row ul li > a,
.layout.layout-related-news .row ul li > a,
.layout.layout-reference-grid .row ul li > a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.layout.layout-latest-news .row ul .box,
.layout.layout-blog-grid .row ul .box,
.layout.layout-suggested-news .row ul .box,
.layout.layout-related-news .row ul .box,
.layout.layout-reference-grid .row ul .box {
  position: relative;
}
.layout.layout-latest-news .row ul .box .box-inner,
.layout.layout-blog-grid .row ul .box .box-inner,
.layout.layout-suggested-news .row ul .box .box-inner,
.layout.layout-related-news .row ul .box .box-inner,
.layout.layout-reference-grid .row ul .box .box-inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.layout.layout-latest-news .row ul .box .box-inner .image,
.layout.layout-blog-grid .row ul .box .box-inner .image,
.layout.layout-suggested-news .row ul .box .box-inner .image,
.layout.layout-related-news .row ul .box .box-inner .image,
.layout.layout-reference-grid .row ul .box .box-inner .image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #D4D4D4;
  position: relative;
}
.layout.layout-latest-news .row ul .box .box-inner .image .text,
.layout.layout-blog-grid .row ul .box .box-inner .image .text,
.layout.layout-suggested-news .row ul .box .box-inner .image .text,
.layout.layout-related-news .row ul .box .box-inner .image .text,
.layout.layout-reference-grid .row ul .box .box-inner .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 55px 35px 35px;
  color: #fff;
  font-family: 'Blender';
  font-size: 32px;
  letter-spacing: 0;
  z-index: 3;
}
.layout.layout-latest-news .row ul .box .box-inner .image .overlay,
.layout.layout-blog-grid .row ul .box .box-inner .image .overlay,
.layout.layout-suggested-news .row ul .box .box-inner .image .overlay,
.layout.layout-related-news .row ul .box .box-inner .image .overlay,
.layout.layout-reference-grid .row ul .box .box-inner .image .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.72) 100%);
}
.layout.layout-latest-news .row ul .box .box-inner > .text,
.layout.layout-blog-grid .row ul .box .box-inner > .text,
.layout.layout-suggested-news .row ul .box .box-inner > .text,
.layout.layout-related-news .row ul .box .box-inner > .text,
.layout.layout-reference-grid .row ul .box .box-inner > .text {
  position: relative;
  width: 100%;
  padding: 30px;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 24px;
  background: #FBFBFB;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  padding-bottom: 60px;
}
.layout.layout-latest-news .row ul .box .box-inner > .text .btn,
.layout.layout-blog-grid .row ul .box .box-inner > .text .btn,
.layout.layout-suggested-news .row ul .box .box-inner > .text .btn,
.layout.layout-related-news .row ul .box .box-inner > .text .btn,
.layout.layout-reference-grid .row ul .box .box-inner > .text .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-latest-news .row ul .box .box-inner > .text .date,
.layout.layout-blog-grid .row ul .box .box-inner > .text .date,
.layout.layout-suggested-news .row ul .box .box-inner > .text .date,
.layout.layout-related-news .row ul .box .box-inner > .text .date,
.layout.layout-reference-grid .row ul .box .box-inner > .text .date {
  font-family: 'Blender';
  font-weight: 500;
  font-size: 14px;
  color: #363636;
  letter-spacing: 0;
  line-height: 36px;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.layout.layout-latest-news .row ul .box .box-inner:hover > .text,
.layout.layout-blog-grid .row ul .box .box-inner:hover > .text,
.layout.layout-suggested-news .row ul .box .box-inner:hover > .text,
.layout.layout-related-news .row ul .box .box-inner:hover > .text,
.layout.layout-reference-grid .row ul .box .box-inner:hover > .text {
  background: #FFE600;
  color: #000000;
}
.layout.layout-latest-news .row ul .box .box-inner:hover > .text .btn,
.layout.layout-blog-grid .row ul .box .box-inner:hover > .text .btn,
.layout.layout-suggested-news .row ul .box .box-inner:hover > .text .btn,
.layout.layout-related-news .row ul .box .box-inner:hover > .text .btn,
.layout.layout-reference-grid .row ul .box .box-inner:hover > .text .btn {
  background: #000;
  color: #FFE600;
}
.layout.layout-latest-news .slider-container .arrows,
.layout.layout-blog-grid .slider-container .arrows,
.layout.layout-suggested-news .slider-container .arrows,
.layout.layout-related-news .slider-container .arrows,
.layout.layout-reference-grid .slider-container .arrows {
  float: right;
  margin-top: 25px;
}
.layout.layout-latest-news .slider-container .arrows .arrow,
.layout.layout-blog-grid .slider-container .arrows .arrow,
.layout.layout-suggested-news .slider-container .arrows .arrow,
.layout.layout-related-news .slider-container .arrows .arrow,
.layout.layout-reference-grid .slider-container .arrows .arrow {
  position: relative;
  float: left;
}
.layout.layout-blog-grid .arrow,
.layout.layout-reference-grid .arrow {
  display: none;
}
.layout.layout-blog-grid .row ul,
.layout.layout-reference-grid .row ul {
  width: 100%;
}
.layout.layout-blog-grid .row ul li,
.layout.layout-reference-grid .row ul li {
  width: 33.3333%;
}
.layout.layout-blog-grid .row ul li:nth-child(3n+1),
.layout.layout-reference-grid .row ul li:nth-child(3n+1) {
  clear: left;
}
.layout.layout-teaser-2 .row,
.layout.layout-teaser-2-flipped .row {
  width: 100%;
  display: table;
  position: relative;
}
.layout.layout-teaser-2 .row .col-image,
.layout.layout-teaser-2-flipped .row .col-image {
  width: 33.3333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D4D4D4;
  display: table-cell;
  vertical-align: middle;
  padding-top: 24%;
}
.layout.layout-teaser-2 .row .col-text,
.layout.layout-teaser-2-flipped .row .col-text {
  width: 66.6666%;
  padding: 60px 60px 70px 60px;
  display: table-cell;
  vertical-align: middle;
  background: #F6F6F6;
  position: relative;
}
.layout.layout-teaser-2 .row .col-text .text-content h4,
.layout.layout-teaser-2-flipped .row .col-text .text-content h4 {
  margin-bottom: 20px;
}
.layout.layout-teaser-2 .row .col-text .btn,
.layout.layout-teaser-2-flipped .row .col-text .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-video-block-t1 {
  width: 100%;
}
.layout.layout-video-block-t1 .row {
  width: 100%;
  position: relative;
}
.layout.layout-video-block-t1 .row .image {
  width: 100%;
  padding-top: 56.25%;
  background: none !important;
  position: relative;
}
.layout.layout-video-block-t1 .row .image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout.layout-video-block-t1 .row .image .btn-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
}
.layout.layout-video-block-t1 .row .image .btn-block i {
  font-size: 10px;
}
.layout.layout-video-block-t1 .row .image .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.layout.layout-video-block-t1 .row .image .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.layout.layout-video-block-t2 {
  width: 100%;
}
.layout.layout-video-block-t2 .row {
  width: 100%;
  position: relative;
  max-height: 625px;
  overflow: hidden;
}
.layout.layout-video-block-t2 .row .image {
  width: 80%;
  padding-top: 55%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
}
.layout.layout-video-block-t2 .row .text-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFE600;
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 360px;
  width: 100%;
  padding: 50px 40px 50px 50px;
}
.layout.layout-video-block-t2 .row .text-box .btn {
  float: right;
  margin-right: -40px;
  margin-bottom: -50px;
  margin-top: 10px;
}
.layout.layout-vertical-listing-2,
.layout.layout-vertical-listing-2-flipped {
  width: 100%;
}
.layout.layout-vertical-listing-2 .row,
.layout.layout-vertical-listing-2-flipped .row {
  width: 100%;
  display: table;
}
.layout.layout-vertical-listing-2 .row .col-image,
.layout.layout-vertical-listing-2-flipped .row .col-image {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
.layout.layout-vertical-listing-2 .row .col-image .image,
.layout.layout-vertical-listing-2-flipped .row .col-image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 62%;
  width: 100%;
  background-color: #D4D4D4;
}
.layout.layout-vertical-listing-2 .row .col-text,
.layout.layout-vertical-listing-2-flipped .row .col-text {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  color: #242424;
}
.layout.layout-vertical-listing-2 .row .col-text h3,
.layout.layout-vertical-listing-2-flipped .row .col-text h3 {
  margin-bottom: 30px;
}
.layout.layout-vertical-listing-2 .row .col-text .text,
.layout.layout-vertical-listing-2-flipped .row .col-text .text {
  padding: 0 60px;
}
.layout.layout-vertical-listing-1,
.layout.layout-vertical-listing-1-flipped {
  width: 100%;
}
.layout.layout-vertical-listing-1 .row,
.layout.layout-vertical-listing-1-flipped .row {
  width: 100%;
  display: table;
}
.layout.layout-vertical-listing-1 .row .col-image,
.layout.layout-vertical-listing-1-flipped .row .col-image {
  display: table-cell;
  vertical-align: middle;
  width: 38%;
}
.layout.layout-vertical-listing-1 .row .col-image .image,
.layout.layout-vertical-listing-1-flipped .row .col-image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 66%;
  width: 100%;
  background-color: #D4D4D4;
}
.layout.layout-vertical-listing-1 .row .col-text,
.layout.layout-vertical-listing-1-flipped .row .col-text {
  width: 62%;
  display: table-cell;
  vertical-align: middle;
}
.layout.layout-vertical-listing-1 .row .col-text h4,
.layout.layout-vertical-listing-1-flipped .row .col-text h4 {
  margin-bottom: 20px;
  color: #242424;
}
.layout.layout-vertical-listing-1 .row .col-text .text,
.layout.layout-vertical-listing-1-flipped .row .col-text .text {
  padding-left: 70px;
}
.layout.layout-vertical-listing-1-flipped .row .col-text .text {
  padding-left: 0;
  padding-right: 70px;
}
.layout.layout-files-wide,
.layout.layout-product-list {
  width: 100%;
}
.layout.layout-files-wide .row,
.layout.layout-product-list .row {
  width: 100%;
}
.layout.layout-files-wide .row .file,
.layout.layout-product-list .row .file {
  width: 100%;
  background: #F6F6F6;
  padding: 5px 5px 5px 30px;
  height: 80px;
  margin: 10px 0;
}
.layout.layout-files-wide .row .file span,
.layout.layout-product-list .row .file span {
  font-family: 'Avenir';
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  letter-spacing: 0;
  line-height: 74px;
}
.layout.layout-files-wide .row .file .btn,
.layout.layout-product-list .row .file .btn {
  float: right;
}
.layout.layout-horizontal-listing,
.layout.layout-horizontal-listing-2 {
  width: 100%;
}
.layout.layout-horizontal-listing .horizontal,
.layout.layout-horizontal-listing-2 .horizontal {
  float: left;
  width: 50%;
}
.layout.layout-horizontal-listing .horizontal .image,
.layout.layout-horizontal-listing-2 .horizontal .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D8D8D8;
  padding-top: 48%;
}
.layout.layout-horizontal-listing .horizontal .text,
.layout.layout-horizontal-listing-2 .horizontal .text {
  padding: 30px 50px 30px 0;
}
.layout.layout-horizontal-listing .horizontal .text p,
.layout.layout-horizontal-listing-2 .horizontal .text p {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #242424;
}
.layout.layout-horizontal-listing .horizontal .text .title,
.layout.layout-horizontal-listing-2 .horizontal .text .title {
  font-family: 'Blender';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 15px;
}
.layout.layout-horizontal-listing .horizontal .text .text-content,
.layout.layout-horizontal-listing-2 .horizontal .text .text-content {
  font-size: 18px;
  color: #242424;
  letter-spacing: 0;
  line-height: 28px;
}
.layout.layout-horizontal-listing .horizontal .text .text-content p,
.layout.layout-horizontal-listing-2 .horizontal .text .text-content p {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.layout.layout-horizontal-listing .horizontal:nth-child(1),
.layout.layout-horizontal-listing-2 .horizontal:nth-child(1) {
  padding-right: 10px;
}
.layout.layout-horizontal-listing .horizontal:nth-child(2),
.layout.layout-horizontal-listing-2 .horizontal:nth-child(2) {
  padding-left: 10px;
}
.layout.layout-horizontal-listing-2 .horizontal .text {
  padding: 0px 50px 30px 0;
}
.layout.layout-teaser-1 {
  width: 100%;
}
.layout.layout-teaser-1 .teaser {
  width: 100%;
  display: table;
}
.layout.layout-teaser-1 .teaser .image {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background-color: #D4D4D4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.layout.layout-teaser-1 .teaser .text-box {
  padding: 110px 80px;
  position: relative;
  background: #F6F6F6;
}
.layout.layout-teaser-1 .teaser .text-box h3 {
  margin-bottom: 20px;
}
.layout.layout-teaser-1 .teaser .text-box .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-teaser-1 .teaser .text-box p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  line-height: inherit;
}
.layout.layout-teaser-3 {
  width: 100%;
  padding: 50px 0;
}
.layout.layout-teaser-3 .teaser {
  position: relative;
  width: 100%;
}
.layout.layout-teaser-3 .teaser .image {
  width: 100%;
  height: 42vw;
  max-height: 700px;
  min-height: 500px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
}
.layout.layout-teaser-3 .teaser .text-box {
  background: #FFE600;
  padding: 45px 50px 60px 60px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 500px;
  width: calc(100% - 100px);
}
.layout.layout-teaser-3 .teaser .text-box h4 {
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 30px;
}
.layout.layout-teaser-3 .teaser .text-box .text {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%;
}
.layout.layout-teaser-3 .teaser .text-box .text p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  line-height: inherit;
}
.layout.layout-teaser-3 .teaser .text-box .btn {
  float: right;
  position: relative;
  margin-right: -50px;
  margin-bottom: -60px;
}
.layout.layout-team-grid .team-members {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.layout.layout-team-grid .team-members > ul {
  list-style: none;
  width: 100%;
}
.layout.layout-team-grid .team-members > ul > li {
  float: left;
  width: 25%;
  padding: 10px;
}
.layout.layout-team-grid .team-members > ul > li:nth-child(4n+1) {
  clear: left;
}
.layout.layout-team-grid .team-members > ul > li .member {
  width: 100%;
}
.layout.layout-team-grid .team-members > ul > li .member .image {
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D4D4D4;
}
.layout.layout-team-grid .team-members > ul > li .member .name {
  font-family: 'Blender';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
}
.layout.layout-team-grid .team-members > ul > li .member .title {
  font-family: 'Avenir';
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
.layout.layout-team-grid .team-members .arrows {
  display: none;
}
.layout.layout-double-teaser,
.layout.layout-double-teaser-flipped {
  width: 100%;
}
.layout.layout-double-teaser .teaser-left,
.layout.layout-double-teaser-flipped .teaser-left {
  float: left;
  width: 36%;
}
.layout.layout-double-teaser .teaser-left .image,
.layout.layout-double-teaser-flipped .teaser-left .image {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
  padding-top: 90%;
}
.layout.layout-double-teaser .teaser-left .image .overlay,
.layout.layout-double-teaser-flipped .teaser-left .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.98) 100%);
}
.layout.layout-double-teaser .teaser-left .image .text,
.layout.layout-double-teaser-flipped .teaser-left .image .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 2;
}
.layout.layout-double-teaser .teaser-left .image .text .title,
.layout.layout-double-teaser-flipped .teaser-left .image .text .title {
  font-family: 'Blender';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.layout.layout-double-teaser .teaser-left .image .text .subtitle,
.layout.layout-double-teaser-flipped .teaser-left .image .text .subtitle {
  margin-top: 15px;
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
}
.layout.layout-double-teaser .teaser-left .image .btn,
.layout.layout-double-teaser-flipped .teaser-left .image .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.layout.layout-double-teaser .teaser-right,
.layout.layout-double-teaser-flipped .teaser-right {
  width: 64%;
  float: left;
  padding-left: 10px;
}
.layout.layout-double-teaser .teaser-right .image,
.layout.layout-double-teaser-flipped .teaser-right .image {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
  padding-top: 50%;
}
.layout.layout-double-teaser .teaser-right .image .overlay,
.layout.layout-double-teaser-flipped .teaser-right .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.98) 100%);
}
.layout.layout-double-teaser .teaser-right .image .text,
.layout.layout-double-teaser-flipped .teaser-right .image .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 2;
}
.layout.layout-double-teaser .teaser-right .image .text .title,
.layout.layout-double-teaser-flipped .teaser-right .image .text .title {
  font-family: 'Blender';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.layout.layout-double-teaser .teaser-right .image .text .subtitle,
.layout.layout-double-teaser-flipped .teaser-right .image .text .subtitle {
  margin-top: 15px;
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
}
.layout.layout-double-teaser .teaser-right .image .btn,
.layout.layout-double-teaser-flipped .teaser-right .image .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.layout.layout-double-teaser-flipped .teaser-left {
  float: right;
  padding-left: 10px;
  padding-right: 0px;
}
.layout.layout-double-teaser-flipped .teaser-right {
  float: right;
  padding-right: 10px;
  padding-left: 0px;
}
.layout.layout-header,
.layout.layout-header-wide {
  width: 100%;
}
.layout.layout-header .image,
.layout.layout-header-wide .image {
  width: 100%;
  height: 42vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
  max-height: 700px;
}
.layout.layout-header .image .video,
.layout.layout-header-wide .image .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.layout.layout-header .image .video video,
.layout.layout-header-wide .image .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.layout.layout-header .yellow-box,
.layout.layout-header-wide .yellow-box {
  width: 100%;
  padding: 55px 100px 65px 55px;
  background: #FFE600;
  position: relative;
}
.layout.layout-header .yellow-box .title,
.layout.layout-header-wide .yellow-box .title,
.layout.layout-header .yellow-box h1,
.layout.layout-header-wide .yellow-box h1 {
  font-family: 'Blender';
  font-size: 46px;
  color: #000000;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 300;
  font-style: normal;
}
.layout.layout-header .yellow-box .subtitle,
.layout.layout-header-wide .yellow-box .subtitle {
  margin-top: 30px;
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
}
.layout.layout-header .yellow-box .subtitle p,
.layout.layout-header-wide .yellow-box .subtitle p {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.layout.layout-header .yellow-box .btn,
.layout.layout-header-wide .yellow-box .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.layout-header-wide {
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}
.layout.layout-header-wide .image {
  position: relative;
}
.layout.layout-header-wide .yellow-box {
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 1080px;
}
.layout.layout-feedback {
  background: #F6F6F6;
  padding: 100px 0 65px;
}
.layout.layout-feedback .feedback-container {
  width: 100%;
}
.layout.layout-feedback .feedback-container .slider {
  overflow: hidden;
}
.layout.layout-feedback .feedback-container .slider > ul {
  list-style: none;
  width: 1000%;
}
.layout.layout-feedback .feedback-container .slider > ul > li {
  float: left;
  width: 10%;
}
.layout.layout-feedback .feedback-container .slider > ul > li .feedback {
  width: 100%;
}
.layout.layout-feedback .feedback-container .slider > ul > li .feedback .logo {
  margin-bottom: 30px;
}
.layout.layout-feedback .feedback-container .slider > ul > li .feedback .logo img {
  max-height: 50px;
}
.layout.layout-feedback .feedback-container .slider > ul > li .feedback .title {
  font-family: 'Blender';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1em;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.layout.layout-feedback .feedback-container .slider > ul > li .feedback .subtitle {
  font-family: 'Avenir';
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 25px;
}
.layout.layout-feedback .feedback-container .slider > ul > li .feedback .text {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  line-height: 28px;
}
.layout.layout-feedback .feedback-container .indicators {
  display: table;
}
.layout.layout-feedback .feedback-container .arrow {
  display: none;
}
.layout.layout-partners-white .partners-container,
.layout.layout-partners-grey .partners-container {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.layout.layout-partners-white .partners-container .partners,
.layout.layout-partners-grey .partners-container .partners {
  width: calc(100% - 200px);
  margin: auto;
  display: block;
  overflow: hidden;
}
.layout.layout-partners-white .partners-container .partners > ul,
.layout.layout-partners-grey .partners-container .partners > ul {
  list-style: none;
  width: 10000%;
}
.layout.layout-partners-white .partners-container .partners > ul li,
.layout.layout-partners-grey .partners-container .partners > ul li {
  float: left;
  text-align: center;
  width: 0.25%;
  padding: 0 20px;
  height: 50px;
}
.layout.layout-partners-white .partners-container .partners > ul li a,
.layout.layout-partners-grey .partners-container .partners > ul li a {
  display: table;
  height: 100%;
  width: 100%;
}
.layout.layout-partners-white .partners-container .partners > ul li img,
.layout.layout-partners-grey .partners-container .partners > ul li img {
  display: table-cell;
  vertical-align: middle;
  max-height: 50px;
  max-width: 80%;
}
.layout.layout-partners-grey .partners-container {
  background: #F6F6F6;
  padding: 75px 0;
}
.layout.layout-subpages-overview .row {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.layout.layout-subpages-overview .row .col {
  float: left;
  width: 33.33333%;
  padding: 10px;
}
.layout.layout-subpages-overview .row .col a {
  text-decoration: none;
}
.layout.layout-subpages-overview .row .col .box {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  background-color: #FBFBFB;
}
.layout.layout-subpages-overview .row .col .box .image {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
}
.layout.layout-subpages-overview .row .col .box .text {
  padding: 30px 25px 0px 35px;
  font-family: 'Avenir';
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 24px;
  width: calc(100% - 50px);
}
.layout.layout-subpages-overview .row .col .box .text .title {
  font-family: 'Blender';
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}
.layout.layout-subpages-overview .row .col:nth-child(3n+1) {
  clear: left;
}
.layout.layout-industries-grid .row {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.layout.layout-industries-grid .row .col {
  float: left;
  width: 33.33333%;
  padding: 10px;
}
.layout.layout-industries-grid .row .col a {
  text-decoration: none;
}
.layout.layout-industries-grid .row .col .box {
  padding-top: 72%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.layout.layout-industries-grid .row .col .box .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #D4D4D4;
}
.layout.layout-industries-grid .row .col .box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.72) 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
.layout.layout-industries-grid .row .col .box .text {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 35px;
  right: 35px;
}
.layout.layout-industries-grid .row .col .box .text .title {
  font-family: 'Blender';
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 10px;
}
.layout.layout-industries-grid .row .col .box .text .subtitle {
  font-family: 'Avenir';
  font-size: 18px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 0;
  overflow: hidden;
}
.layout.layout-industries-grid .row .col:hover .box .overlay {
  background: rgba(255, 230, 0, 0.92);
}
.layout.layout-industries-grid .row .col:hover .box .text .title {
  color: #363636;
}
.layout.layout-industries-grid .row .col:hover .box .text .subtitle {
  max-height: 4em;
}
.layout.layout-calculator .tabs {
  width: 100%;
  margin-bottom: 50px;
}
.layout.layout-calculator .tabs ul {
  list-style: none;
}
.layout.layout-calculator .tabs ul li {
  float: left;
  margin-right: 50px;
}
.layout.layout-calculator .tabs ul li a {
  font-family: 'Blender';
  font-weight: normal;
  font-size: 20px;
  color: #B0B0B0;
  letter-spacing: 0;
  line-height: 43px;
  border-bottom: 1px solid #B0B0B0;
  text-decoration: none;
  text-transform: uppercase;
}
.layout.layout-calculator .tabs ul li.active a {
  color: #000000;
  font-weight: bold;
  border-color: #ffe600;
}
.layout.layout-calculator .text-info {
  font-family: 'Avenir';
  font-size: 14px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
}
.layout.layout-calculator .calculator-tabs {
  width: 100%;
}
.layout.layout-calculator .calculator-tabs .tab {
  width: 100%;
  display: none;
}
.layout.layout-calculator .calculator-tabs .tab[data-tab="1"] {
  display: block;
}
.layout.layout-calculator .calculator-tabs .tab .form {
  margin-left: 0px;
  width: 100%;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form {
  width: 100%;
  margin-bottom: 40px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form h5 {
  font-weight: 500;
  margin-bottom: 30px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form h5 span {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 14px;
  color: #5A5A5A;
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form .form-group .cb-container {
  margin-top: 10px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form .col {
  width: calc(100% - 350px);
  float: left;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form .col .form-group {
  margin-left: -10px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form .col.region-col {
  width: 350px;
  padding-right: 50px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form .col .btn-container {
  margin-top: 10px;
  float: left;
  margin-left: 40px;
}
.layout.layout-calculator .calculator-tabs .tab .calc-form .col .btn-container .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
}
.layout.layout-calculator .calculator-tabs .tab .response {
  background: rgba(216, 216, 216, 0.2);
  width: 100%;
  padding: 30px;
  margin-bottom: 50px;
  display: none;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col {
  width: calc(100% - 300px);
  padding-left: 100px;
  float: left;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col.left {
  width: 300px;
  border-right: 1px solid #E8E8E8;
  padding-right: 50px;
  padding-left: 0px;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col h4 {
  text-transform: uppercase;
  font-weight: bold;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .sqm {
  font-size: 22px;
  margin-top: 30px;
  cursor: default;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .sqm:hover {
  color: initial;
  background: #ffe600;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .text-muted {
  display: block;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 14px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 21px;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .savings {
  width: 100%;
  margin-top: 30px;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .savings .saving {
  float: left;
  width: 33.3333%;
  margin-bottom: 15px;
  padding-right: 15px;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .savings .saving .title {
  display: inline-block;
  font-family: 'Blender';
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
  border-bottom: 2px solid #ffe600;
}
.layout.layout-calculator .calculator-tabs .tab .response .response-col .savings .saving .desc {
  display: block;
  font-family: 'Blender';
  font-weight: normal;
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 21px;
}
.layout.layout-calculator .submit-form .cb-container {
  font-family: 'Avenir';
  font-size: 14px;
  color: #5a5a5a;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
}
.layout.layout-calculator .submit-form .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
}
.layout.layout-1 .row {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.layout.layout-1 .row .col {
  float: left;
  width: 50%;
  padding: 10px;
}
.layout.layout-1 .row .col > a {
  text-decoration: none;
  display: inline-block;
}
.layout.layout-1 .row .box {
  height: 100%;
  width: 100%;
  position: relative;
}
.layout.layout-1 .row .box .image {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.layout.layout-1 .row .box > .text {
  position: relative;
  width: 100%;
  padding: 40px 80px 40px 40px;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 26px;
  background: #FBFBFB;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.layout.layout-1 .row .box > .text .btn {
  position: absolute;
  right: 4px;
  bottom: 0;
}
.layout.layout-1 .row .box > .text .title {
  font-family: 'Blender';
  font-weight: 500;
  font-size: 32px;
  color: #000;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 20px;
}
.layout.layout-1 .row .box:hover > .text {
  background: #FFE600;
  color: #000000;
}
.layout.layout-1 .row .box:hover > .text .btn {
  background: #000;
  color: #FFE600;
}
.layout.layout-2 .row {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.layout.layout-2 .row .col {
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 10px;
}
.layout.layout-2 .row .box {
  height: 100%;
  width: 100%;
  position: relative;
}
.layout.layout-2 .row .box .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layout.layout-2 .row .box .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.72) 100%);
}
.layout.layout-2 .row .box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 55px 35px 35px;
  color: #fff;
  font-family: 'Blender';
  font-size: 32px;
  letter-spacing: 0;
  z-index: 3;
}
.layout.layout-2 .row .box .text .subtext {
  line-height: 36px;
  font-family: 'Avenir';
  font-size: 18px;
  color: #363636;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  color: inherit;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
}
.layout.layout-2 .row .box:hover .overlay {
  height: 100%;
  background: rgba(255, 230, 0, 0.92);
}
.layout.layout-2 .row .box:hover .text {
  position: absolute;
  color: #000000;
  left: 0;
  bottom: 0;
  width: 100%;
}
.layout.layout-2 .row .box:hover .text .subtext {
  max-height: 100px;
}
.layout.layout-4 .row {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.layout.layout-4 .row .col {
  float: left;
  width: 25%;
  padding: 10px;
}
.layout.layout-4 .row .box {
  height: 100%;
  width: 100%;
  position: relative;
}
.layout.layout-4 .row .box .image {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.layout.layout-4 .row .box > .text {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.layout.layout-4 .row .box > .text .name {
  font-family: 'Blender';
  font-weight: 300;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
}
.layout.layout-4 .row .box > .text .title {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 24px;
}
header {
  padding: 25px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  height: 110px;
}
header .container {
  position: relative;
  height: 100%;
}
header .hamburger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
header .header-contact {
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-decoration: none;
  display: none;
}
header .logo {
  margin-top: 10px;
  position: absolute;
}
header .status-bar {
  float: right;
  margin-bottom: 20px;
  clear: both;
}
header .status-bar ul {
  list-style: none;
}
header .status-bar ul li {
  float: left;
  font-family: 'Blender';
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #242424;
  letter-spacing: 0;
  margin-left: 40px;
  text-transform: uppercase;
}
header .status-bar ul li i {
  float: left;
  margin-right: 5px;
}
header .status-bar ul li a {
  text-decoration: none;
}
header .menu {
  float: right;
  clear: both;
}
header .menu > ul {
  list-style: none;
}
header .menu > ul > li {
  float: left;
  font-family: 'Blender';
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-left: 30px;
  line-height: 1em;
  position: relative;
}
header .menu > ul > li a {
  text-decoration: none;
}
header .menu > ul > li .submenu {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 15px;
  display: none;
}
header .menu > ul > li .submenu .submenu-inner {
  margin-top: 15px;
  box-shadow: 0 10px 50px 0 rgba(58, 58, 58, 0.12);
  width: 100%;
  position: relative;
}
header .menu > ul > li .submenu .submenu-inner:before {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffe600;
  position: absolute;
  left: 50%;
  top: -4px;
  z-index: -1;
}
header .menu > ul > li .submenu .submenu-inner ul li:hover {
  font-weight: 500;
}
header .menu > ul > li .submenu .submenu-inner ul li:hover .right {
  right: -200px;
}
header .menu > ul > li .submenu .left {
  background: #FFFFFF;
  float: left;
  width: 300px;
  padding: 15px 0 15px 40px;
}
header .menu > ul > li .submenu .right {
  background-color: #F8F8F8;
  background-image: linear-gradient(-90deg, #FFFFFF 35%, #F8F8F8 100%);
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
  -o-transition: 600ms all;
  width: 200px;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  padding: 15px 30px 15px 20px;
  z-index: -1;
}
header .menu > ul > li .submenu ul {
  list-style: none;
}
header .menu > ul > li .submenu ul li {
  font-family: 'Blender';
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0;
}
header .menu > ul > li:hover > .submenu {
  display: block;
}
.mobile-menu {
  z-index: 101;
  position: fixed;
  background: #FBFBFB;
  top: 110px;
  left: -100vw;
  z-index: 1000;
  padding: 0px;
  display: table;
  width: 100%;
  height: calc(100vh - 110px);
  display: none;
  -webkit-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
}
.mobile-menu .mobile-inner {
  display: table;
  width: 100%;
  height: calc(100% - 140px);
}
.mobile-menu .mobile-inner > ul {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.mobile-menu .mobile-inner > ul > li {
  display: block;
  font-family: 'Blender';
  font-weight: 300;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  float: none;
  width: 100%;
  text-transform: uppercase;
}
.mobile-menu .mobile-inner > ul > li > .dropdown-icon {
  font-size: 18px;
  float: right;
  margin-right: 50px;
  margin-top: 22px;
  padding: 0;
  -webkit-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-menu .mobile-inner > ul > li > a {
  text-decoration: none;
  display: inline-block;
  padding: 20px 50px;
}
.mobile-menu .mobile-inner > ul > li > ul {
  list-style: none;
  width: 100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
}
.mobile-menu .mobile-inner > ul > li > ul > li {
  width: 100%;
  background: #fff;
  font-family: 'Blender';
  font-weight: 300;
  font-size: 15px;
  color: #363636;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  padding: 14px 0;
}
.mobile-menu .mobile-inner > ul > li > ul > li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 50px;
}
.mobile-menu .mobile-inner > ul > li > ul > li .dropdown-icon {
  font-size: 12px;
  float: right;
  margin-right: 55px;
  margin-top: 3px;
  padding: 0;
  -webkit-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 600ms all cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-menu .mobile-inner > ul > li > ul > li > ul.subsubmenu {
  display: none;
}
.mobile-menu .mobile-inner > ul > li > ul > li > ul.subsubmenu li {
  width: 100%;
  background: #fff;
  font-family: 'Blender';
  font-weight: 300;
  font-size: 13px;
  color: #363636;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 0;
  padding-left: 20px;
}
.mobile-menu .mobile-inner > ul > li > ul > li.opened .dropdown-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .mobile-inner > ul > li > ul > li.opened > ul.subsubmenu {
  display: block;
}
.mobile-menu .mobile-inner > ul > li.opened > .dropdown-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .mobile-inner > ul > li.opened > ul {
  max-height: 150vh;
}
.mobile-menu .bars {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.mobile-menu .bars .status-bar {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.mobile-menu .bars .status-bar ul {
  list-style: none;
  display: table;
  margin: auto;
}
.mobile-menu .bars .status-bar ul li {
  float: left;
  font-family: 'Blender';
  font-weight: 500;
  font-size: 22px;
  color: #242424;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 20px;
}
.mobile-menu .bars .status-bar ul li i {
  float: left;
  margin-right: 5px;
  font-size: 16px;
  margin-top: 3px;
}
.mobile-menu .bars .status-bar ul li a {
  text-decoration: none;
}
.mobile-menu .bars .region-bar {
  position: relative;
  width: 100%;
}
.mobile-menu .bars .region-bar ul {
  list-style: none;
  display: table;
  margin: auto;
}
.mobile-menu .bars .region-bar ul li {
  float: left;
  font-family: 'Blender';
  font-weight: 500;
  font-size: 18px;
  color: #242424;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 10px;
}
.mobile-menu .bars .region-bar ul li i {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 5px;
}
.mobile-menu .bars .region-bar ul li a {
  text-decoration: none;
}
body.menu-active {
  height: 100vh;
  overflow: hidden;
}
body.menu-active .mobile-menu {
  left: 0;
}
.bread {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #F6F6F6;
  font-family: 'Blender';
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 50px;
  overflow: hidden;
  font-weight: 500;
}
.bread a {
  text-decoration: none;
  font-weight: 300;
}
.bread span {
  font-weight: 500;
}
.sitemap {
  width: 100%;
  background: #FBFBFB;
  padding: 70px 0 45px;
}
.sitemap .col {
  float: left;
  width: calc((100% - 100px) / 3);
}
.sitemap .col:nth-child(4) {
  width: 100px;
}
.sitemap .col .title {
  font-family: 'Blender';
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sitemap .col .title a {
  text-decoration: none;
}
.sitemap .col ul {
  list-style: none;
  width: 100%;
}
.sitemap .col ul li {
  display: block;
  font-family: 'Blender';
  font-weight: 300;
  font-size: 15px;
  color: #242424;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
}
.sitemap .col ul li a {
  text-decoration: none;
  color: inherit;
}
footer .footer-top {
  width: 100%;
  padding: 40px 0;
}
footer .footer-top .col {
  float: left;
  width: 25%;
  font-family: 'Blender';
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}
footer .footer-top .col a.social-link {
  text-decoration: none;
  margin-right: 20px;
  margin-top: 5px;
  display: inline-block;
}
footer .footer-top .col span {
  display: block;
  padding-left: 20px;
}
footer .footer-top .col span a {
  text-decoration: underline;
  margin-right: 0px;
  margin-top: 0px;
}
footer .footer-top .col span i {
  margin-left: -20px;
  font-size: 12px;
  margin-right: 4px;
}
footer .footer-bottom {
  border-top: 1px solid #EDEDED;
  width: 100%;
  padding: 36px 0 20px;
  text-align: center;
}
footer .footer-bottom img {
  height: 20px;
  margin-bottom: 25px;
}
footer .footer-bottom span {
  display: block;
  font-family: 'Blender';
  font-weight: 300px;
  font-size: 13px;
  color: #242424;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.floating-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  z-index: 99;
  overflow: hidden;
  min-width: 160px;
  min-height: 72px;
}
.floating-contact .floating-button {
  background: #FFE600;
  font-family: 'Blender';
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 160px;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.floating-contact .floating-button i {
  display: block;
  margin: auto;
}
.floating-contact .floating-button.recall-button {
  bottom: -200px;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.floating-contact .floating-button.recall-button i {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.floating-contact .inner {
  background: #FBFBFB;
  width: 0px;
  height: 0px;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
  position: relative;
  z-index: -1;
}
.floating-contact .inner .text {
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 45px 45px 90px 45px;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}
.floating-contact .inner .text .title {
  font-weight: 500;
  font-family: 'Blender';
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.floating-contact .inner .text span {
  font-family: 'Avenir';
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  display: block;
  line-height: 28px;
}
.floating-contact .inner .text span i {
  font-size: 12px;
  margin-right: 6px;
}
.floating-contact .inner .text span.phone {
  margin: 30px 0 0px;
}
.floating-contact .inner .text .company-name {
  font-weight: 500;
  font-size: 24px;
  font-family: 'Blender';
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 50px;
}
.floating-contact .inner .text .close {
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #363636;
  font-size: 14px;
}
.floating-contact.opened .inner {
  width: 360px;
  height: 480px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}
.floating-contact.opened .inner .text {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.floating-contact.opened .floating-button.recall-button {
  bottom: 0;
}
.floating-contact.opened .floating-button.contact-button {
  bottom: -200px;
}
.form {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.form .btn-container {
  margin-left: 10px;
}
.form form {
  width: 100%;
}
.form form .form-group {
  float: left;
  padding: 10px;
  width: 100%;
}
.form form .form-group:nth-child(3n+1) {
  clear: left;
}
.form form .form-group.w33 {
  width: 33.3333%;
}
.form form .form-group.w20 {
  width: 20%;
}
.form form .form-group.wauto {
  width: auto;
  margin-right: 30px;
}
.form form .form-group .input-group {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.form form .form-group .input-group input {
  background: #F6F6F6;
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 20px;
  outline: none;
}
.form form .form-group .input-group input.error {
  border: 1px solid #F25252;
}
.form form .form-group .input-group .select-container {
  background: #F6F6F6;
  width: 100%;
  height: 50px;
  position: relative;
}
.form form .form-group .input-group .select-container select {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.form form .form-group .input-group .select-container select.error {
  border: 1px solid #F25252;
}
.form form .form-group .input-group .select-container:after {
  content: "\e90e";
  font-family: 'zippsafe';
  font-size: 14px;
  color: #201E20;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.form form .form-group .input-group textarea {
  background: #F6F6F6;
  width: 100%;
  height: 170px;
  padding: 20px;
  resize: none;
  border: none;
  outline: none;
}
.form form .form-group .input-group textarea.error {
  border: 1px solid #F25252;
}
.form form .form-group .input-group label {
  font-weight: bold;
  font-size: 14px;
  color: #201E20;
  letter-spacing: 0;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  text-transform: uppercase;
  opacity: 1;
  line-height: 16px;
  z-index: 1;
}
.form form .form-group .input-group label sup {
  color: #F25252;
  font-size: 14px;
  top: -0.15em;
  margin-left: 3px;
}
.form form .form-group .input-group label.error {
  display: none !important;
}
.form form .form-group .input-group.filled label,
.form form .form-group .input-group.focused label {
  left: -50px;
  opacity: 0;
}
.form form .errorDiv label.error {
  color: red;
  font-size: 12px;
}
.form .recall-form-box {
  display: none;
}
.contacts-row {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.contacts-row .contact-box {
  background: rgba(216, 216, 216, 0.2);
  padding: 30px;
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  line-height: 28px;
  margin: 10px;
}
.contacts-row .contact-box .title {
  font-family: 'Blender';
  font-weight: normal;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.contacts-row .contact-box .address {
  margin-bottom: 20px;
}
.contacts-row .contact-box .contact i {
  font-size: 12px;
  margin-right: 8px;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  overflow: auto;
}
.popup .close-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 600px;
  margin: 50px 0;
}
.popup .popup-inner .popup-box {
  display: block;
  margin: auto;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
  background: #FBFBFB;
  text-align: center;
  position: relative;
  padding: 40px;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
}
.popup .popup-inner .popup-box .popup-close {
  font-size: 12px;
  position: absolute;
  right: 40px;
  top: 40px;
  text-decoration: none;
  font-weight: normal;
}
.popup .popup-video {
  width: 100%;
  padding-top: 50%;
  position: relative;
  width: 90vw;
  max-width: 1280px;
  margin: auto;
  display: block;
}
.popup .popup-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup.video-popup .popup-inner {
  max-width: 1280px;
}
#newsletter-popup .popup-inner .popup-box {
  text-align: left;
}
#newsletter-popup .popup-inner .popup-box .form-group {
  width: 100%;
}
.languages .language > ul {
  list-style: none;
  width: auto;
  display: table;
  margin: 50px auto;
  width: 150px;
}
.languages .language > ul li {
  display: block;
  font-family: 'Avenir';
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 43px;
  text-align: left;
  width: 100%;
}
.languages .language > ul li i {
  margin-left: 20px;
  float: right;
  line-height: 40px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.languages .language > ul li a {
  text-decoration: none;
  width: 100%;
}
.languages .language > ul li > ul {
  display: none;
}
.languages .language > ul li > ul li {
  font-family: 'Avenir';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 43px;
  font-weight: 400;
  font-style: normal;
}
.languages .language > ul li > ul li.active {
  font-weight: 600;
  font-style: normal;
}
.languages .language > ul li.opened i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.languages .language > ul li.opened > ul {
  display: block;
}
.map-container {
  width: 100%;
  height: 56vw;
  min-height: 300px;
  max-height: 600px;
  padding-top: 40px;
}
.map-container #map {
  width: 100%;
  height: 100%;
}
.slider-container .arrow,
.partners-slider-container .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  color: #FFE600;
  background: #242424;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
}
.slider-container .arrow:hover,
.partners-slider-container .arrow:hover {
  color: #242424;
  background: #FFE600;
}
.slider-container .arrow.arrow-left,
.partners-slider-container .arrow.arrow-left {
  left: 0;
}
.slider-container .arrow.arrow-right,
.partners-slider-container .arrow.arrow-right {
  right: 0;
}
.slider-container .slider-inner,
.partners-slider-container .slider-inner {
  position: relative;
}
.slider-container .slider ul,
.partners-slider-container .slider ul {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.slider-container .indicators,
.partners-slider-container .indicators {
  display: table;
  display: none;
  margin: 35px auto;
}
.slider-container .indicators ul,
.partners-slider-container .indicators ul {
  list-style: none;
}
.slider-container .indicators ul li,
.partners-slider-container .indicators ul li {
  float: left;
  transform: rotate(-315deg);
  border: 1px solid #E1E1E1;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.slider-container .indicators ul li:after,
.partners-slider-container .indicators ul li:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  background: url(../images/SVG/icon.svg) no-repeat scroll center center transparent;
  background-size: contain;
  width: 14px;
  height: 16px;
  display: inline-block;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  /* note that you have @trasnform here */
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.slider-container .indicators ul li.active,
.partners-slider-container .indicators ul li.active {
  border: none;
}
.slider-container .indicators ul li.active:after,
.partners-slider-container .indicators ul li.active:after {
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  /* note that you have @trasnform here */
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.article-text {
  margin: 50px 0;
}
.article-text p {
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 18px;
  color: #242424;
  letter-spacing: 0;
  line-height: 32px;
}
.error-page {
  padding: 100px 0;
}
.error-page .text {
  margin: 0px auto 30px;
  display: table;
}
.error-page .text .icon {
  float: left;
  height: 100px;
}
.error-page .text span {
  color: #FFE600;
  font-family: 'Blender';
  font-weight: bold;
  float: left;
  margin-left: 30px;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 105px;
}
.error-page h2 {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .layout.layout-subpages-overview .row .col .box .text {
    padding: 20px;
  }
  .layout.layout-product-specification .container {
    display: table;
  }
  .layout.layout-product-specification .text {
    width: calc(100% - 400px);
    padding-right: 90px;
    display: table-cell;
    vertical-align: middle;
  }
  .layout.layout-product-specification .box {
    width: 400px;
    display: table-cell;
    vertical-align: middle;
  }
  .layout.layout-product-specification .box .speci {
    background: rgba(216, 216, 216, 0.2);
    font-family: 'Avenir';
    font-size: 12px;
    color: #363636;
    letter-spacing: 0;
    line-height: 20px;
    padding: 40px;
  }
  .layout.layout-calculator .calculator-tabs .tab .response .response-col {
    width: calc(100% - 275px);
    padding-left: 50px;
  }
  .layout.layout-calculator .calculator-tabs .tab .response .response-col.left {
    width: 275px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .layout.layout-calculator .calculator-tabs .tab .response .response-col {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mobile-menu {
    display: block;
  }
  .sitemap {
    padding: 35px 0 20px;
  }
  .sitemap .col {
    padding-bottom: 30px;
    width: 50%;
  }
  .sitemap .col .title {
    margin-bottom: 0;
  }
  .sitemap .col:nth-child(2n+1) {
    clear: left;
  }
  footer .footer-top .col {
    width: 50%;
    padding-bottom: 50px;
  }
  footer .footer-top .col:nth-child(4) {
    padding-bottom: 0;
  }
  footer .footer-top .col:nth-child(2n+1) {
    clear: left;
  }
  header .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* note that you have @trasnform here */
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header .hamburger,
  header .header-contact {
    display: block;
  }
  header .menu {
    background: #FBFBFB;
    position: fixed;
    top: 110px;
    left: -100vw;
    z-index: 1000;
    padding: 0 50px;
    display: table;
    width: 100%;
    height: calc(100vh - 110px);
  }
  header .menu ul {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  header .menu ul li {
    display: block;
    font-family: 'Blender';
    font-weight: 300;
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    float: none;
    padding: 20px 0;
  }
  header .status-bar {
    display: none;
  }
  .floating-contact {
    right: 0;
    left: 0;
    bottom: -200vh;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
  }
  .floating-contact.opened {
    bottom: 0;
  }
  .floating-contact .floating-button.recall-button {
    width: 100%;
    bottom: -100px;
  }
  .floating-contact .floating-button.contact-button {
    display: none;
  }
  .floating-contact .inner {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
  .floating-contact .inner .text {
    opacity: 1;
  }
  .floating-contact.opened .inner {
    width: 100%;
    height: 100%;
  }
  .floating-contact.opened .floating-button.recall-button {
    bottom: 0px;
  }
  .form form .form-group.w33 {
    width: 50%;
  }
  .form form .form-group.w20 {
    width: 25%;
  }
  .form form .form-group.w-md-100 {
    width: 100%;
  }
  .form form .form-group:nth-child(3n+1) {
    clear: none;
  }
  .contacts-row .col.w33 {
    width: 50%;
  }
  .contacts-row .contact-box {
    padding: 30px;
  }
  .layout.layout-product-preview {
    padding: 50px 0;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview {
    display: block;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview ul li {
    padding-right: 20px;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info {
    display: block;
    width: 100%;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .image {
    display: block;
    width: 100%;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .image .img {
    width: 100%;
    padding-top: 100%;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .indicators li {
    margin: 0 5px;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .indicators li .indicator-text {
    display: none;
  }
  .layout.layout-product-specification .container {
    display: block;
  }
  .layout.layout-product-specification .text {
    width: 100%;
    padding-right: 0px;
    display: block;
  }
  .layout.layout-product-specification .box {
    width: 100%;
    display: block;
  }
  .layout.layout-product-specification .box .speci {
    width: 100%;
    margin-top: 30px;
  }
  .layout.layout-press-grid .row .col.col-years {
    width: 60px;
  }
  .layout.layout-press-grid .row .col.col-years ul li {
    font-size: 32px;
    line-height: 34px;
  }
  .layout.layout-press-grid .row .col.press-list {
    padding-left: 50px;
    width: calc(100% - 60px);
  }
  .layout.layout-press-grid .row .col.press-list ul li .press {
    padding: 50px 50px 70px 50px;
  }
  .layout.layout.layout-files .row .file {
    width: calc(50% - 20px);
  }
  .layout.layout-product-grid-3 .row .col {
    width: 100%;
    float: none;
  }
  .layout.layout-product-grid-3 .row .col .product {
    margin: 20px 0;
  }
  .layout.layout-product-grid-3 .row .col .product .text {
    padding: 20px 20px 20px 20px;
  }
  .layout.layout-product-grid-3 .row .col .product .image {
    padding-top: 0;
    min-height: 300px;
    height: 100vw;
    max-height: 400px;
  }
  .layout.layout-feature-2 .row .col {
    width: 50%;
  }
  .layout.layout-feature-2 .row .col .feature .image {
    padding-top: 0;
    height: 45vw;
    max-height: 450px;
    min-height: 300px;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) {
    clear: left;
    width: 100%;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) .feature {
    display: table;
    width: 100%;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) .feature .image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) .feature .text-box {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .layout.layout-latest-news .row,
  .layout.layout-blog-grid .row,
  .layout.layout-suggested-news .row,
  .layout.layout-related-news .row,
  .layout.layout-reference-grid .row {
    width: calc(100% + 20px);
  }
  .layout.layout-latest-news .row ul,
  .layout.layout-blog-grid .row ul,
  .layout.layout-suggested-news .row ul,
  .layout.layout-related-news .row ul,
  .layout.layout-reference-grid .row ul {
    width: 10000%;
  }
  .layout.layout-latest-news .row ul li,
  .layout.layout-blog-grid .row ul li,
  .layout.layout-suggested-news .row ul li,
  .layout.layout-related-news .row ul li,
  .layout.layout-reference-grid .row ul li {
    width: 0.5%;
    clear: none !important;
  }
  .layout.layout-latest-news .indicators,
  .layout.layout-blog-grid .indicators,
  .layout.layout-suggested-news .indicators,
  .layout.layout-related-news .indicators,
  .layout.layout-reference-grid .indicators {
    display: table;
  }
  .layout.layout-latest-news .indicators ul li:last-child,
  .layout.layout-blog-grid .indicators ul li:last-child,
  .layout.layout-suggested-news .indicators ul li:last-child,
  .layout.layout-related-news .indicators ul li:last-child,
  .layout.layout-reference-grid .indicators ul li:last-child {
    display: none;
  }
  .layout.layout-teaser-1 .teaser,
  .layout.layout-feature-1 .teaser,
  .layout.layout-feature-1-flipped .teaser {
    display: block;
  }
  .layout.layout-teaser-1 .teaser .image,
  .layout.layout-feature-1 .teaser .image,
  .layout.layout-feature-1-flipped .teaser .image {
    width: 100%;
    display: block;
    padding-top: 56%;
  }
  .layout.layout-teaser-1 .teaser .text-box,
  .layout.layout-feature-1 .teaser .text-box,
  .layout.layout-feature-1-flipped .teaser .text-box {
    width: 100%;
    display: block;
    padding: 40px 40px 40px 40px;
  }
  .layout.layout-teaser-2 .container.full,
  .layout.layout-teaser-2-flipped .container.full {
    width: 100%;
  }
  .layout.layout-teaser-2 .container h3.layout-title,
  .layout.layout-teaser-2-flipped .container h3.layout-title {
    padding: 0 40px;
  }
  .layout.layout-teaser-2 .row,
  .layout.layout-teaser-2-flipped .row {
    display: block;
  }
  .layout.layout-teaser-2 .row .col-image,
  .layout.layout-teaser-2-flipped .row .col-image {
    width: 100%;
    display: block;
    padding-top: 56%;
  }
  .layout.layout-teaser-2 .row .col-text,
  .layout.layout-teaser-2-flipped .row .col-text {
    width: 100%;
    display: block;
    padding: 40px 30px 70px;
  }
  .layout.layout-video-block-t2 .row .image {
    width: 100%;
    padding-top: 65%;
  }
  .layout.layout-vertical-listing-2 .row .col-image,
  .layout.layout-vertical-listing-2-flipped .row .col-image {
    width: 50%;
  }
  .layout.layout-vertical-listing-2 .row .col-image .image,
  .layout.layout-vertical-listing-2-flipped .row .col-image .image {
    height: 32vw;
    min-height: 300px;
  }
  .layout.layout-vertical-listing-2 .row .col-text,
  .layout.layout-vertical-listing-2-flipped .row .col-text {
    width: 50%;
  }
  .layout.layout-vertical-listing-2 .row .col-text .text,
  .layout.layout-vertical-listing-2-flipped .row .col-text .text {
    padding: 0 30px;
  }
  .layout.layout-vertical-listing-1 .row .col-image,
  .layout.layout-vertical-listing-1-flipped .row .col-image {
    width: 40%;
  }
  .layout.layout-vertical-listing-1 .row .col-image .image,
  .layout.layout-vertical-listing-1-flipped .row .col-image .image {
    height: 32vw;
    min-height: 300px;
  }
  .layout.layout-vertical-listing-1 .row .col-text,
  .layout.layout-vertical-listing-1-flipped .row .col-text {
    width: 60%;
  }
  .layout.layout-vertical-listing-1 .row .col-text .text,
  .layout.layout-vertical-listing-1-flipped .row .col-text .text {
    padding-left: 35px;
  }
  .layout.layout-horizontal-listing .horizontal .image,
  .layout.layout-horizontal-listing-2 .horizontal .image {
    padding-top: 56%;
  }
  .layout.layout-team-grid .team-members > ul {
    width: 10000%;
  }
  .layout.layout-team-grid .team-members > ul > li {
    width: 0.33%;
  }
  .layout.layout-team-grid .team-members > ul > li:nth-child(4n+1) {
    clear: none;
  }
  .layout.layout-team-grid .indicators {
    display: table;
  }
  .layout.layout-industries-grid .row .col {
    width: 50%;
  }
  .layout.layout-double-teaser .teaser-left,
  .layout.layout-double-teaser-flipped .teaser-left {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0;
    display: inline-block;
  }
  .layout.layout-double-teaser .teaser-left .image,
  .layout.layout-double-teaser-flipped .teaser-left .image {
    padding-top: 90%;
  }
  .layout.layout-double-teaser .teaser-right,
  .layout.layout-double-teaser-flipped .teaser-right {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0;
    display: inline-block;
  }
  .layout.layout-double-teaser .teaser-right .image,
  .layout.layout-double-teaser-flipped .teaser-right .image {
    padding-top: 90%;
  }
  .layout.layout-subpages-overview .row .col {
    width: 50%;
  }
  .layout.layout-subpages-overview .row .col .box .text {
    padding: 20px 35px;
  }
  .layout.layout-subpages-overview .row .col:nth-child(3n+1) {
    clear: none;
  }
  .layout.layout-subpages-overview .row .col:nth-child(2n+1) {
    clear: left;
  }
  .layout.layout-partners-white .partners-container .partners ul li,
  .layout.layout-partners-grey .partners-container .partners ul li {
    width: 0.333333%;
  }
  .layout.layout-calculator .text-info {
    font-size: 14px;
    line-height: 20px;
  }
  .layout.layout-calculator .tabs {
    margin-bottom: 40px;
  }
  .layout.layout-calculator .tabs ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .layout.layout-calculator .calculator-tabs .tab .calc-form h5 {
    margin-bottom: 0;
  }
  .layout.layout-calculator .calculator-tabs .tab .calc-form .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .layout.layout-calculator .calculator-tabs .tab .calc-form .col.region-col {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .layout.layout-calculator .calculator-tabs .tab .response .response-col {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .layout.layout-calculator .calculator-tabs .tab .response .response-col.left {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  .layout.layout-calculator .calculator-tabs .tab .response .response-col .sqm {
    margin-top: 10px;
  }
  .layout.layout-calculator .submit-form .cb-container {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .bread {
    margin-bottom: 0;
  }
  h1 {
    font-size: 42px;
  }
  .h1-sub {
    font-size: 18px;
    line-height: 1.5em;
  }
  .h1-subsub {
    font-size: 14px;
    line-height: 1.5em;
  }
  h4 {
    font-size: 26px;
    line-height: 28px;
  }
  .form form .form-group.w33 {
    width: 100%;
  }
  .form form .form-group.w20 {
    width: 50%;
  }
  .contacts-row .col.w33 {
    width: 100%;
  }
  section {
    padding: 30px 0;
  }
  section.header-image .container {
    width: 100%;
  }
  section.header-image .header-img {
    height: 66vw;
    height: 50vw;
    min-height: 250px;
    min-height: 0;
  }
  .layout.layout-press-grid .row {
    display: block;
  }
  .layout.layout-press-grid .row .col {
    display: block;
  }
  .layout.layout-press-grid .row .col.col-years {
    width: 100%;
  }
  .layout.layout-press-grid .row .col.col-years ul {
    display: table;
    margin: 0 auto 30px auto;
  }
  .layout.layout-press-grid .row .col.col-years ul li {
    float: left;
    margin: 0 5px;
    width: auto;
  }
  .layout.layout-press-grid .row .col.col-years ul li {
    font-size: 20px;
    line-height: 24px;
  }
  .layout.layout-press-grid .row .col.press-list {
    padding-left: 0px;
    width: 100%;
  }
  .layout.layout-press-grid .row .col.press-list ul li .press {
    padding: 20px 30px 60px 30px;
  }
  .layout.layout-press-grid .row .col.press-list ul li .press .btn {
    height: 50px;
    line-height: 50px;
  }
  .layout.layout-press-grid .row .col.press-list ul li .press .btn i {
    line-height: 50px;
  }
  .layout.layout.layout-files .row .file {
    width: calc(100% - 20px);
  }
  .layout.layout-product-grid-2 .row .col,
  .layout.layout-product-grid-3 .row .col,
  .layout.layout-subpage-grid-2 .row .col {
    width: 100%;
    float: none;
  }
  .layout.layout-product-grid-2 .row .col .product .text,
  .layout.layout-product-grid-3 .row .col .product .text,
  .layout.layout-subpage-grid-2 .row .col .product .text {
    padding: 20px 20px 60px 20px;
  }
  .layout.layout-product-grid-2 .row .col .product .image,
  .layout.layout-product-grid-3 .row .col .product .image,
  .layout.layout-subpage-grid-2 .row .col .product .image {
    padding-top: 0;
    min-height: 0px;
    height: 56.25vw;
    max-height: 400px;
  }
  .layout.layout-product-grid-3 .row .col .product .text {
    padding: 20px 20px 20px 20px;
  }
  .layout.layout-feature-2 .row .col {
    width: 100%;
    float: none;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) {
    width: 100%;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) .feature {
    display: block;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) .feature .image {
    width: 100%;
    display: block;
  }
  .layout.layout-feature-2 .row .col:nth-child(3) .feature .text-box {
    width: 100%;
    display: block;
  }
  .layout.layout-feature-2 .row .col .feature .text-box {
    padding: 20px;
  }
  .layout.layout-latest-news .row,
  .layout.layout-blog-grid .row,
  .layout.layout-suggested-news .row,
  .layout.layout-related-news .row,
  .layout.layout-reference-grid .row {
    overflow: hidden;
  }
  .layout.layout-latest-news .row ul li,
  .layout.layout-blog-grid .row ul li,
  .layout.layout-suggested-news .row ul li,
  .layout.layout-related-news .row ul li,
  .layout.layout-reference-grid .row ul li {
    width: 1%;
    clear: none !important;
  }
  .layout.layout-latest-news .indicators ul li:last-child,
  .layout.layout-blog-grid .indicators ul li:last-child,
  .layout.layout-suggested-news .indicators ul li:last-child,
  .layout.layout-related-news .indicators ul li:last-child,
  .layout.layout-reference-grid .indicators ul li:last-child {
    display: block;
  }
  .layout.layout-teaser-1 .container,
  .layout.layout-feature-1 .container,
  .layout.layout-feature-1-flipped .container {
    width: 100%;
  }
  .layout.layout-teaser-1 .container h3.layout-title,
  .layout.layout-feature-1 .container h3.layout-title,
  .layout.layout-feature-1-flipped .container h3.layout-title {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .layout.layout-teaser-1 .teaser .text-box,
  .layout.layout-feature-1 .teaser .text-box,
  .layout.layout-feature-1-flipped .teaser .text-box {
    padding: 20px 20px 80px 20px;
  }
  .layout.layout-teaser-1 .teaser .text-box .btn,
  .layout.layout-feature-1 .teaser .text-box .btn,
  .layout.layout-feature-1-flipped .teaser .text-box .btn {
    display: block;
    width: 100%;
  }
  .layout.layout-feature-1 .teaser .text-box,
  .layout.layout-feature-1-flipped .teaser .text-box {
    padding: 20px;
  }
  .layout.layout-teaser-2 .row .col-text,
  .layout.layout-teaser-2-flipped .row .col-text {
    padding: 40px 20px 0px;
  }
  .layout.layout-teaser-2 .row .col-text .btn,
  .layout.layout-teaser-2-flipped .row .col-text .btn {
    position: relative;
    display: block;
    bottom: auto;
    right: auto;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout.layout-video-block-t1 .container {
    width: 100%;
  }
  .layout.layout-video-block-t1 .container h3.layout-title {
    padding: 0 20px;
  }
  .layout.layout-video-block-t2 .container {
    width: 100%;
  }
  .layout.layout-video-block-t2 .container h3.layout-title {
    padding: 0 20px;
  }
  .layout.layout-video-block-t2 .row .image {
    width: 100%;
    padding-top: 65%;
  }
  .layout.layout-video-block-t2 .row .text-box {
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 35px 65px 60px 40px;
  }
  .layout.layout-video-block-t2 .row .text-box .btn {
    margin-right: -65px;
  }
  .layout.layout-vertical-listing-2 .row,
  .layout.layout-vertical-listing-2-flipped .row {
    display: block;
  }
  .layout.layout-vertical-listing-2 .row .col-image,
  .layout.layout-vertical-listing-2-flipped .row .col-image {
    display: block;
    width: 100%;
  }
  .layout.layout-vertical-listing-2 .row .col-image .image,
  .layout.layout-vertical-listing-2-flipped .row .col-image .image {
    height: 32vw;
    min-height: 250px;
  }
  .layout.layout-vertical-listing-2 .row .col-text,
  .layout.layout-vertical-listing-2-flipped .row .col-text {
    display: block;
    width: 100%;
  }
  .layout.layout-vertical-listing-2 .row .col-text .text,
  .layout.layout-vertical-listing-2-flipped .row .col-text .text {
    padding: 40px 0px;
  }
  .layout.layout-vertical-listing-1 .row,
  .layout.layout-vertical-listing-1-flipped .row {
    display: block;
  }
  .layout.layout-vertical-listing-1 .row .col-image,
  .layout.layout-vertical-listing-1-flipped .row .col-image {
    display: block;
    width: 100%;
  }
  .layout.layout-vertical-listing-1 .row .col-image .image,
  .layout.layout-vertical-listing-1-flipped .row .col-image .image {
    height: 32vw;
    min-height: 250px;
  }
  .layout.layout-vertical-listing-1 .row .col-text,
  .layout.layout-vertical-listing-1-flipped .row .col-text {
    display: block;
    width: 100%;
  }
  .layout.layout-vertical-listing-1 .row .col-text .text,
  .layout.layout-vertical-listing-1-flipped .row .col-text .text {
    padding: 40px 0px;
  }
  .layout.layout-double-teaser .teaser-left .image .text {
    bottom: 50px;
    left: 20px;
  }
  .layout.layout-double-teaser-flipped .teaser-left .image .text {
    bottom: 50px;
    left: 20px;
  }
  .layout.layout-files-wide .row .file,
  .layout.layout-product-list .row .file {
    padding: 0;
    height: auto;
  }
  .layout.layout-files-wide .row .file span,
  .layout.layout-product-list .row .file span {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .layout.layout-files-wide .row .file .btn,
  .layout.layout-product-list .row .file .btn {
    float: none;
    width: 100%;
  }
  .layout.layout-horizontal-listing .horizontal,
  .layout.layout-horizontal-listing-2 .horizontal {
    width: 100%;
  }
  .layout.layout-horizontal-listing .horizontal:nth-child(1),
  .layout.layout-horizontal-listing-2 .horizontal:nth-child(1) {
    padding-right: 0;
  }
  .layout.layout-horizontal-listing .horizontal:nth-child(2),
  .layout.layout-horizontal-listing-2 .horizontal:nth-child(2) {
    padding-left: 0;
  }
  .layout.layout-horizontal-listing .horizontal .image,
  .layout.layout-horizontal-listing-2 .horizontal .image {
    padding-top: 0;
    height: 90vw;
    height: 50vw;
    min-height: 300px;
    max-height: 460px;
    min-height: 0;
    max-height: 100%;
  }
  .layout.layout-horizontal-listing .horizontal .text p,
  .layout.layout-horizontal-listing-2 .horizontal .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .layout.layout-horizontal-listing .horizontal .text .title,
  .layout.layout-horizontal-listing-2 .horizontal .text .title {
    font-size: 26px;
    line-height: 38px;
  }
  .layout.layout-teaser-3 .teaser .text-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    bottom: auto;
    left: auto;
    padding: 40px;
  }
  .layout.layout-teaser-3 .teaser .text-box .title {
    font-size: 36px;
    line-height: 42px;
  }
  .layout.layout-teaser-3 .teaser .text-box .text {
    font-size: 16px;
    line-height: 24px;
  }
  .layout.layout-industries-grid .row .col {
    width: 100%;
  }
  .layout.layout-header .container,
  .layout.layout-header-wide .container {
    width: 100%;
  }
  .layout.layout-header .container h3.layout-title,
  .layout.layout-header-wide .container h3.layout-title {
    padding: 0 20px;
  }
  .layout.layout-header .yellow-box,
  .layout.layout-header-wide .yellow-box {
    width: 100%;
    padding: 25px 30px;
  }
  .layout.layout-header .yellow-box .title,
  .layout.layout-header-wide .yellow-box .title,
  .layout.layout-header .yellow-box h2,
  .layout.layout-header-wide .yellow-box h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .layout.layout-header .yellow-box .subtitle,
  .layout.layout-header-wide .yellow-box .subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .layout.layout-header .yellow-box .btn,
  .layout.layout-header-wide .yellow-box .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
  }
  .layout.layout-header .yellow-box .btn i,
  .layout.layout-header-wide .yellow-box .btn i {
    margin-right: 0;
    float: none;
    line-height: 50px;
  }
  .layout.layout-header .yellow-box .btn span,
  .layout.layout-header-wide .yellow-box .btn span {
    display: none;
  }
  .layout.layout-header-wide .image {
    padding-top: 0;
    height: 65vw;
    min-height: 350px;
  }
  .layout.layout.layout-feedback {
    padding: 30px 0;
  }
  .layout.layout-subpages-overview .row .col {
    width: 100%;
  }
  .layout.layout-subpages-overview .row .col .box .text {
    padding: 20px 35px;
    font-size: 14px;
  }
  .layout.layout-subpages-overview .row .col .box .text .title {
    font-size: 26px;
    line-height: 28px;
  }
  .layout.layout-partners-white .partners-container .partners,
  .layout.layout-partners-grey .partners-container .partners {
    width: 80%;
  }
  .layout.layout-partners-white .partners-container .partners ul li,
  .layout.layout-partners-grey .partners-container .partners ul li {
    width: 0.5%;
  }
  .layout.layout-calculator .calculator-tabs .tab .calc-form .col .btn-container {
    margin-left: 0;
  }
  .layout.layout-calculator .calculator-tabs .tab .response .response-col .savings .saving {
    width: 100%;
    padding-bottom: 10px;
  }
  .slider-container .arrows {
    display: none;
  }
  .slider-container .indicators {
    display: table;
  }
  .error-page .text .icon {
    height: 60px;
  }
  .error-page .text span {
    font-size: 60px;
    line-height: 62px;
  }
  .error-page h2 {
    font-size: 36px;
  }
  .text-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .layout.layout-teaser-3 .teaser .image {
    min-height: unset;
  }
}
@media screen and (max-width: 512px) {
  header {
    height: 80px;
    padding: 10px 0;
  }
  header .logo {
    margin-top: 14px;
  }
  header .logo img {
    height: 30px;
  }
  footer .footer-top .col {
    width: 100%;
    padding-bottom: 30px;
  }
  footer .footer-top .col:nth-child(4) {
    padding-bottom: 0;
  }
  .mobile-menu {
    top: 80px;
    height: calc(100% - 80px);
  }
  .content-wrapper {
    padding-top: 80px;
  }
  .sitemap .col {
    float: none;
    padding-bottom: 30px;
    width: 100%;
  }
  .sitemap .col:nth-child(2n+1) {
    clear: none;
  }
  .layout.layout-product-preview {
    padding: 30px 0;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .info {
    display: block;
    width: 100%;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .image {
    display: block;
    width: 100%;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .slider > ul li .product-preview .image .img {
    width: 100%;
    padding-top: 100%;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .indicators li {
    margin: 0 5px;
  }
  .layout.layout-product-preview .preview-slider-container .slider-container .indicators li .indicator-text {
    display: none;
  }
  .layout.layout-industries-grid .row .col .box .text .title {
    font-size: 26px;
    line-height: 32px;
  }
  .layout.layout-industries-grid .row .col .box .text .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .layout.layout-partners-white .partners-container .partners ul li,
  .layout.layout-partners-grey .partners-container .partners ul li {
    width: 1%;
  }
  .layout.layout-partners-white .partners-container .partners ul li img,
  .layout.layout-partners-grey .partners-container .partners ul li img {
    margin: auto;
    display: block;
  }
  .mobile-menu .mobile-inner > ul > li {
    font-size: 24px;
  }
  h1 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .form form .form-group.w20 {
    width: 100%;
  }
  .layout.layout-subpages-overview .row .col {
    width: 100%;
  }
  .layout.layout-subpages-overview .row .col .box .text {
    padding: 20px;
  }
  .layout.layout-teaser-3 .teaser .text-box {
    padding: 40px 20px;
  }
  .layout.layout-partners-white .partners-container .partners ul li,
  .layout.layout-partners-grey .partners-container .partners ul li {
    padding: 0;
  }
  .layout.layout-product-specification .box .speci {
    padding: 20px;
  }
  .error-page .text .icon {
    height: 40px;
  }
  .error-page .text span {
    font-size: 40px;
    line-height: 42px;
    margin-left: 15px;
  }
  .error-page h2 {
    font-size: 28px;
  }
  .mobile-menu .mobile-inner > ul > li > .dropdown-icon {
    margin-right: 20px;
  }
  .mobile-menu .mobile-inner > ul > li > a {
    padding: 20px;
  }
  .mobile-menu .mobile-inner > ul > li > ul > li a {
    padding: 0 20px;
  }
  .mobile-menu .mobile-inner > ul > li > ul > li .dropdown-icon {
    margin-right: 20px;
  }
  .mobile-menu .status-bar {
    margin-bottom: 20px;
  }
  .popup .popup-inner .popup-box .popup-close {
    top: 20px;
    right: 20px;
  }
}
/*# sourceMappingURL=main.min.css.map */