.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
body *,
body *:after,
body *:before {
  box-sizing: border-box; }

html {
  height: 100%;
  position: relative; }

body {
  position: relative;
  font-family: "PT Sans", sans-serif; }

.scroll-inside {
  overflow-x: auto; }

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 1240px) {
    .inner {
      max-width: 1200px; } }
  .inner:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 980px) {
    .inner {
      padding: 0; } }

.content {
  position: relative; }

.block, .footer-upper, .why_us, .products, .references, .pagebox {
  padding: 40px 0; }
  @media (min-width: 700px) {
    .block, .footer-upper, .why_us, .products, .references, .pagebox {
      padding: 60px 0; } }
  @media (min-width: 1240px) {
    .block, .footer-upper, .why_us, .products, .references, .pagebox {
      padding: 90px 0; } }
  .block__small, .news {
    padding: 30px 0; }
    @media (min-width: 700px) {
      .block__small, .news {
        padding: 60px 0; } }

a, input[type="submit"], button {
  cursor: pointer; }

::selection {
  background: rgba(172, 172, 172, 0.5); }

::-moz-selection {
  background: rgba(172, 172, 172, 0.5); }

img {
  max-width: 100%;
  height: auto; }

.clear {
  clear: both; }

.acenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

a {
  color: inherit;
  text-decoration: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  border-radius: 0; }

.no_list, .dropdown-switch, .breadcrumbs, .header-nav-main, .header-nav-main > li .sub-menu, .footer-nav ul, .products-sidebar-main, .products-sidebar-main > li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.has-va:before, .lightbox:before, .slideshow-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.28em;
  vertical-align: middle; }
.has-va > *, .lightbox > *, .slideshow-slide > * {
  display: inline-block;
  vertical-align: middle;
  height: auto; }

[data-expandable] {
  display: none; }

.under_lg {
  display: none; }
  @media (max-width: 1239px) {
    .under_lg {
      display: block; }
      .under_lg.is-inline {
        display: inline-block; } }

.above_lg {
  display: none; }
  @media (min-width: 1240px) {
    .above_lg {
      display: block; }
      .above_lg.is-inline {
        display: inline-block; } }

.under_md {
  display: none; }
  @media (max-width: 979px) {
    .under_md {
      display: block; }
      .under_md.is-inline {
        display: inline-block; } }

.above_md {
  display: none; }
  @media (min-width: 980px) {
    .above_md {
      display: block; }
      .above_md.is-inline {
        display: inline-block; } }

.under_sm {
  display: none; }
  @media (max-width: 699px) {
    .under_sm {
      display: block; }
      .under_sm.is-inline {
        display: inline-block; } }

.above_sm {
  display: none; }
  @media (min-width: 700px) {
    .above_sm {
      display: block; }
      .above_sm.is-inline {
        display: inline-block; } }

.under_xs {
  display: none; }
  @media (max-width: 479px) {
    .under_xs {
      display: block; }
      .under_xs.is-inline {
        display: inline-block; } }

.above_xs {
  display: none; }
  @media (min-width: 480px) {
    .above_xs {
      display: block; }
      .above_xs.is-inline {
        display: inline-block; } }

.under_xs2 {
  display: none; }
  @media (max-width: 319px) {
    .under_xs2 {
      display: block; }
      .under_xs2.is-inline {
        display: inline-block; } }

.above_xs2 {
  display: none; }
  @media (min-width: 320px) {
    .above_xs2 {
      display: block; }
      .above_xs2.is-inline {
        display: inline-block; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.lang-restriction #wpadminbar {
  display: none; }

.btn, .footer-newsletter-form input[type="submit"], .logform input[type="submit"], #loginform input[type="submit"] {
  font-size: 16px;
  display: inline-block;
  padding: 8px 12px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  background: #C20E1A;
  color: white;
  border: 0;
  transition: 250ms ease-in-out; }
  @media (min-width: 1240px) {
    .btn, .footer-newsletter-form input[type="submit"], .logform input[type="submit"], #loginform input[type="submit"] {
      font-size: 18px; } }
  @media (min-width: 700px) {
    .btn, .footer-newsletter-form input[type="submit"], .logform input[type="submit"], #loginform input[type="submit"] {
      padding: 13px 20px 14px; } }
  .btn:hover, .footer-newsletter-form input[type="submit"]:hover, .logform input[type="submit"]:hover, #loginform input[type="submit"]:hover, .has-btn_hover:hover .btn, .news-post:hover .btn, .has-btn_hover:hover .footer-newsletter-form input[type="submit"], .footer-newsletter-form .has-btn_hover:hover input[type="submit"], .news-post:hover .footer-newsletter-form input[type="submit"], .footer-newsletter-form .news-post:hover input[type="submit"], .has-btn_hover:hover .logform input[type="submit"], .logform .has-btn_hover:hover input[type="submit"], .news-post:hover .logform input[type="submit"], .logform .news-post:hover input[type="submit"], .has-btn_hover:hover #loginform input[type="submit"], #loginform .has-btn_hover:hover input[type="submit"], .news-post:hover #loginform input[type="submit"], #loginform .news-post:hover input[type="submit"] {
    background: #aa0c17; }
  .btn.is-small, .footer-newsletter-form input.is-small[type="submit"], .logform input.is-small[type="submit"], #loginform input.is-small[type="submit"] {
    font-size: 16px;
    padding: 11px 16px; }
  .btn.is-grey, .footer-newsletter-form input.is-grey[type="submit"], .logform input.is-grey[type="submit"], #loginform input.is-grey[type="submit"] {
    background: #737272;
    color: white; }
  .btn.is-white, .footer-newsletter-form input[type="submit"], .logform input.is-white[type="submit"], #loginform input.is-white[type="submit"] {
    background: white;
    color: #C20E1A; }
    .btn.is-white:hover, .footer-newsletter-form input[type="submit"]:hover, .logform input.is-white[type="submit"]:hover, #loginform input.is-white[type="submit"]:hover {
      background: #C20E1A;
      color: white; }

.logo {
  display: inline-block;
  background: url(../images/logo.svg) no-repeat left top/contain;
  width: 190px;
  height: 35px; }
  @media (min-width: 1240px) {
    .logo {
      width: 230px;
      height: 42px; } }
  .logo-dumb_only {
    position: fixed;
    top: -200px;
    left: -200px; }
  [lang="en-US"] .logo {
    background-image: url(../images/logo_en.svg); }

.text {
  line-height: 145%;
  padding: 20px 0; }
  @media (max-width: 699px) {
    .text {
      font-size: 16px !important;
      line-height: 135%; } }
  .home .text {
    padding: 0; }
    .home .text .inner {
      padding: 0; }
  .text *:first-child {
    margin-top: 0; }
  .text *:last-child {
    margin-bottom: 0; }
  .text a {
    color: #C20E1A; }
    .text a:hover {
      color: #aa0c17;
      text-decoration: underline; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

@media (max-width: 699px) {
  .col-xs-1 {
    float: left;
    width: 6.66667%; }
    .col-xs-1.to-right {
      float: right;
      width: 6.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-1 {
    float: left;
    width: 6.66667%; }
    .col-sm-1.to-right {
      float: right;
      width: 6.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-1, .footer-nav, .footer-about {
    margin-left: 6.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-1 {
    float: left;
    width: 6.66667%; }
    .col-md-1.to-right {
      float: right;
      width: 6.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-1, .footer-nav, .footer-about {
    margin-left: 6.66667%; } }

@media (min-width: 1240px) {
  .col-lg-1 {
    float: left;
    width: 6.66667%; }
    .col-lg-1.to-right {
      float: right;
      width: 6.66667%; } }

@media (min-width: 1240px) {
  .ml-lg-1, .footer-nav, .footer-about, .products-product, .references-slides {
    margin-left: 6.66667%; } }

@media (max-width: 699px) {
  .col-xs-2 {
    float: left;
    width: 13.33333%; }
    .col-xs-2.to-right {
      float: right;
      width: 13.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-2 {
    float: left;
    width: 13.33333%; }
    .col-sm-2.to-right {
      float: right;
      width: 13.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-2 {
    margin-left: 13.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-2 {
    float: left;
    width: 13.33333%; }
    .col-md-2.to-right {
      float: right;
      width: 13.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-2 {
    margin-left: 13.33333%; } }

@media (min-width: 1240px) {
  .col-lg-2 {
    float: left;
    width: 13.33333%; }
    .col-lg-2.to-right {
      float: right;
      width: 13.33333%; } }

@media (min-width: 1240px) {
  .ml-lg-2 {
    margin-left: 13.33333%; } }

@media (max-width: 699px) {
  .col-xs-3 {
    float: left;
    width: 20%; }
    .col-xs-3.to-right {
      float: right;
      width: 20%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-3, .footer-about {
    float: left;
    width: 20%; }
    .col-sm-3.to-right, .to-right.footer-about {
      float: right;
      width: 20%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-3 {
    margin-left: 20%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-3, .header-logo, .footer-about {
    float: left;
    width: 20%; }
    .col-md-3.to-right, .to-right.header-logo, .to-right.footer-about {
      float: right;
      width: 20%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-3 {
    margin-left: 20%; } }

@media (min-width: 1240px) {
  .col-lg-3, .header-logo, .header-actions, .footer-about, .products-product {
    float: left;
    width: 20%; }
    .col-lg-3.to-right, .to-right.header-logo, .to-right.header-actions, .to-right.footer-about, .to-right.products-product {
      float: right;
      width: 20%; } }

@media (min-width: 1240px) {
  .ml-lg-3 {
    margin-left: 20%; } }

@media (max-width: 699px) {
  .col-xs-4 {
    float: left;
    width: 26.66667%; }
    .col-xs-4.to-right {
      float: right;
      width: 26.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-4, .footer-nav, .why_us-box {
    float: left;
    width: 26.66667%; }
    .col-sm-4.to-right, .to-right.footer-nav, .to-right.why_us-box {
      float: right;
      width: 26.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-4 {
    margin-left: 26.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-4, .header-actions, .why_us-box {
    float: left;
    width: 26.66667%; }
    .col-md-4.to-right, .to-right.header-actions, .to-right.why_us-box {
      float: right;
      width: 26.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-4 {
    margin-left: 26.66667%; } }

@media (min-width: 1240px) {
  .col-lg-4, .why_us-box {
    float: left;
    width: 26.66667%; }
    .col-lg-4.to-right, .to-right.why_us-box {
      float: right;
      width: 26.66667%; } }

@media (min-width: 1240px) {
  .ml-lg-4 {
    margin-left: 26.66667%; } }

@media (max-width: 699px) {
  .col-xs-5, .header-logo {
    float: left;
    width: 33.33333%; }
    .col-xs-5.to-right, .to-right.header-logo {
      float: right;
      width: 33.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-5, .header-logo, .header-claim {
    float: left;
    width: 33.33333%; }
    .col-sm-5.to-right, .to-right.header-logo, .to-right.header-claim {
      float: right;
      width: 33.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-5 {
    margin-left: 33.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-5, .footer-main, .footer-nav {
    float: left;
    width: 33.33333%; }
    .col-md-5.to-right, .to-right.footer-main, .to-right.footer-nav {
      float: right;
      width: 33.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-5 {
    margin-left: 33.33333%; } }

@media (min-width: 1240px) {
  .col-lg-5, .footer-main, .footer-nav {
    float: left;
    width: 33.33333%; }
    .col-lg-5.to-right, .to-right.footer-main, .to-right.footer-nav {
      float: right;
      width: 33.33333%; } }

@media (min-width: 1240px) {
  .ml-lg-5 {
    margin-left: 33.33333%; } }

@media (max-width: 699px) {
  .col-xs-6 {
    float: left;
    width: 40%; }
    .col-xs-6.to-right {
      float: right;
      width: 40%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-6, .footer-main {
    float: left;
    width: 40%; }
    .col-sm-6.to-right, .to-right.footer-main {
      float: right;
      width: 40%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-6 {
    margin-left: 40%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-6 {
    float: left;
    width: 40%; }
    .col-md-6.to-right {
      float: right;
      width: 40%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-6 {
    margin-left: 40%; } }

@media (min-width: 1240px) {
  .col-lg-6 {
    float: left;
    width: 40%; }
    .col-lg-6.to-right {
      float: right;
      width: 40%; } }

@media (min-width: 1240px) {
  .ml-lg-6 {
    margin-left: 40%; } }

@media (max-width: 699px) {
  .col-xs-7 {
    float: left;
    width: 46.66667%; }
    .col-xs-7.to-right {
      float: right;
      width: 46.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-7 {
    float: left;
    width: 46.66667%; }
    .col-sm-7.to-right {
      float: right;
      width: 46.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-7 {
    margin-left: 46.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-7 {
    float: left;
    width: 46.66667%; }
    .col-md-7.to-right {
      float: right;
      width: 46.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-7 {
    margin-left: 46.66667%; } }

@media (min-width: 1240px) {
  .col-lg-7 {
    float: left;
    width: 46.66667%; }
    .col-lg-7.to-right {
      float: right;
      width: 46.66667%; } }

@media (min-width: 1240px) {
  .ml-lg-7 {
    margin-left: 46.66667%; } }

@media (max-width: 699px) {
  .col-xs-8 {
    float: left;
    width: 53.33333%; }
    .col-xs-8.to-right {
      float: right;
      width: 53.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-8 {
    float: left;
    width: 53.33333%; }
    .col-sm-8.to-right {
      float: right;
      width: 53.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-8 {
    margin-left: 53.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-8, .header-claim, .slideshow-slide-cnt {
    float: left;
    width: 53.33333%; }
    .col-md-8.to-right, .to-right.header-claim, .to-right.slideshow-slide-cnt {
      float: right;
      width: 53.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-8 {
    margin-left: 53.33333%; } }

@media (min-width: 1240px) {
  .col-lg-8, .slideshow-slide-cnt {
    float: left;
    width: 53.33333%; }
    .col-lg-8.to-right, .to-right.slideshow-slide-cnt {
      float: right;
      width: 53.33333%; } }

@media (min-width: 1240px) {
  .ml-lg-8 {
    margin-left: 53.33333%; } }

@media (max-width: 699px) {
  .col-xs-9 {
    float: left;
    width: 60%; }
    .col-xs-9.to-right {
      float: right;
      width: 60%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-9 {
    float: left;
    width: 60%; }
    .col-sm-9.to-right {
      float: right;
      width: 60%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-9 {
    margin-left: 60%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-9 {
    float: left;
    width: 60%; }
    .col-md-9.to-right {
      float: right;
      width: 60%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-9 {
    margin-left: 60%; } }

@media (min-width: 1240px) {
  .col-lg-9, .header-claim {
    float: left;
    width: 60%; }
    .col-lg-9.to-right, .to-right.header-claim {
      float: right;
      width: 60%; } }

@media (min-width: 1240px) {
  .ml-lg-9 {
    margin-left: 60%; } }

@media (max-width: 699px) {
  .col-xs-10, .header-actions {
    float: left;
    width: 66.66667%; }
    .col-xs-10.to-right, .to-right.header-actions {
      float: right;
      width: 66.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-10, .header-actions, .slideshow-slide-cnt {
    float: left;
    width: 66.66667%; }
    .col-sm-10.to-right, .to-right.header-actions, .to-right.slideshow-slide-cnt {
      float: right;
      width: 66.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-10 {
    margin-left: 66.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-10 {
    float: left;
    width: 66.66667%; }
    .col-md-10.to-right {
      float: right;
      width: 66.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-10 {
    margin-left: 66.66667%; } }

@media (min-width: 1240px) {
  .col-lg-10 {
    float: left;
    width: 66.66667%; }
    .col-lg-10.to-right {
      float: right;
      width: 66.66667%; } }

@media (min-width: 1240px) {
  .ml-lg-10 {
    margin-left: 66.66667%; } }

@media (max-width: 699px) {
  .col-xs-11 {
    float: left;
    width: 73.33333%; }
    .col-xs-11.to-right {
      float: right;
      width: 73.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-11 {
    float: left;
    width: 73.33333%; }
    .col-sm-11.to-right, .products-cnt {
      float: right;
      width: 73.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-11 {
    margin-left: 73.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-11 {
    float: left;
    width: 73.33333%; }
    .col-md-11.to-right, .products-cnt {
      float: right;
      width: 73.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-11 {
    margin-left: 73.33333%; } }

@media (min-width: 1240px) {
  .col-lg-11, .pagebox-smaller {
    float: left;
    width: 73.33333%; }
    .col-lg-11.to-right, .products-cnt, .to-right.pagebox-smaller {
      float: right;
      width: 73.33333%; } }

@media (min-width: 1240px) {
  .ml-lg-11 {
    margin-left: 73.33333%; } }

@media (max-width: 699px) {
  .col-xs-12 {
    float: left;
    width: 80%; }
    .col-xs-12.to-right {
      float: right;
      width: 80%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-12 {
    float: left;
    width: 80%; }
    .col-sm-12.to-right {
      float: right;
      width: 80%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-12 {
    margin-left: 80%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-12 {
    float: left;
    width: 80%; }
    .col-md-12.to-right {
      float: right;
      width: 80%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-12 {
    margin-left: 80%; } }

@media (min-width: 1240px) {
  .col-lg-12 {
    float: left;
    width: 80%; }
    .col-lg-12.to-right {
      float: right;
      width: 80%; } }

@media (min-width: 1240px) {
  .ml-lg-12 {
    margin-left: 80%; } }

@media (max-width: 699px) {
  .col-xs-13 {
    float: left;
    width: 86.66667%; }
    .col-xs-13.to-right {
      float: right;
      width: 86.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-13 {
    float: left;
    width: 86.66667%; }
    .col-sm-13.to-right {
      float: right;
      width: 86.66667%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-13 {
    margin-left: 86.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-13 {
    float: left;
    width: 86.66667%; }
    .col-md-13.to-right {
      float: right;
      width: 86.66667%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-13 {
    margin-left: 86.66667%; } }

@media (min-width: 1240px) {
  .col-lg-13, .slideshow-control, .references-slides {
    float: left;
    width: 86.66667%; }
    .col-lg-13.to-right, .to-right.slideshow-control, .to-right.references-slides {
      float: right;
      width: 86.66667%; } }

@media (min-width: 1240px) {
  .ml-lg-13 {
    margin-left: 86.66667%; } }

@media (max-width: 699px) {
  .col-xs-14 {
    float: left;
    width: 93.33333%; }
    .col-xs-14.to-right {
      float: right;
      width: 93.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-14 {
    float: left;
    width: 93.33333%; }
    .col-sm-14.to-right {
      float: right;
      width: 93.33333%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-14 {
    margin-left: 93.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-14 {
    float: left;
    width: 93.33333%; }
    .col-md-14.to-right {
      float: right;
      width: 93.33333%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-14 {
    margin-left: 93.33333%; } }

@media (min-width: 1240px) {
  .col-lg-14 {
    float: left;
    width: 93.33333%; }
    .col-lg-14.to-right {
      float: right;
      width: 93.33333%; } }

@media (min-width: 1240px) {
  .ml-lg-14 {
    margin-left: 93.33333%; } }

@media (max-width: 699px) {
  .col-xs-15 {
    float: left;
    width: 100%; }
    .col-xs-15.to-right {
      float: right;
      width: 100%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .col-sm-15 {
    float: left;
    width: 100%; }
    .col-sm-15.to-right {
      float: right;
      width: 100%; } }

@media (min-width: 700px) and (max-width: 979px) {
  .ml-sm-15 {
    margin-left: 100%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .col-md-15 {
    float: left;
    width: 100%; }
    .col-md-15.to-right {
      float: right;
      width: 100%; } }

@media (min-width: 980px) and (max-width: 1239px) {
  .ml-md-15 {
    margin-left: 100%; } }

@media (min-width: 1240px) {
  .col-lg-15 {
    float: left;
    width: 100%; }
    .col-lg-15.to-right {
      float: right;
      width: 100%; } }

@media (min-width: 1240px) {
  .ml-lg-15 {
    margin-left: 100%; } }

.is-centered, .slideshow-slide-cnt, .slideshow-control, .references-slides, .pagebox-smaller {
  margin: 0 auto;
  float: none; }

.hidden {
  display: none !important; }

@media (max-width: 320px) {
  .hidden-xs2 {
    display: none !important; } }
@media (max-width: 699px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 700px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 980px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important; } }
.title, .news-title, .footer-title, .why_us-title, .product-title, .products-title, .references-title, .pagebox-title, .wysiwyg h1 {
  margin: 0 0 42px;
  font: 30px "Oswald", sans-serif;
  text-transform: uppercase; }
  .title__page, .news-title, .pagebox-title {
    font-size: 36px; }

.social {
  font-size: 0; }
  .social-icn {
    display: inline-block;
    margin: 0 20px 0 0; }
    @media (min-width: 1240px) {
      .social-icn {
        margin-right: 34px; } }
    .social-icn:last-child {
      margin-right: 0; }
    .social-icn svg {
      fill: white;
      width: 36px;
      height: 36px;
      transition: 250ms ease-in-out; }
      @media (min-width: 1240px) {
        .social-icn svg {
          width: 48px;
          height: 48px; } }
    .social-icn:hover svg {
      transform: scale(1.05); }

.notice {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border: 1px solid grey;
  background: rgba(128, 128, 128, 0.1); }
  .notice.is-error {
    border: 1px solid #C20E1A;
    background: rgba(194, 14, 26, 0.1); }
  .notice.is-success {
    border: 1px solid #43A664;
    background: rgba(67, 166, 100, 0.1); }

.search_form {
  font-size: 0; }
  .search_form input {
    border: 0;
    height: 30px;
    vertical-align: middle; }
  .search_form input[type="text"] {
    font-size: 16px;
    width: calc(100% - 35px);
    padding: 0 10px; }
    .search_form input[type="text"]::-webkit-input-placeholder {
      color: #252424;
      opacity: 1; }
    .search_form input[type="text"]:-moz-placeholder {
      color: #252424;
      opacity: 1; }
    .search_form input[type="text"]::-moz-placeholder {
      color: #252424;
      opacity: 1; }
    .search_form input[type="text"]:-ms-input-placeholder {
      color: #252424;
      opacity: 1; }
  .search_form input[type="submit"] {
    font-size: 0;
    width: 32px;
    margin-left: 3px;
    background: white url(../images/icon-search.svg) no-repeat center/20px 20px; }

.dropdown {
  display: inline-block;
  position: relative;
  z-index: 1500; }
  .dropdown > input {
    display: none; }
  .dropdown-label {
    cursor: pointer; }
    .dropdown-label:after {
      margin: 0 0 0 4px;
      top: -1px;
      position: relative;
      display: inline-block;
      content: "";
      width: 8px;
      height: 7px;
      background: url(../images/icon-double_arrow_down.svg) no-repeat; }
    .is-active .dropdown-label:after {
      transform: rotate(-180deg); }
  .dropdown-switch {
    transition: 250ms ease-in-out;
    position: absolute;
    right: 0;
    top: 115%;
    z-index: 5;
    text-align: left;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 6px 0;
    background: white;
    width: 100px;
    border: 1px solid #b9b9b9;
    top: 180%; }
    .dropdown-switch:before, .dropdown-switch:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent; }
    .dropdown-switch:before {
      top: -7px;
      right: 10px;
      border-width: 0 5px 7px 5px;
      border-bottom-color: #b9b9b9; }
    .dropdown-switch:after {
      top: -5px;
      right: 11px;
      border-width: 0 4px 5px 4px;
      border-bottom-color: white; }
    .dropdown-switch li > a, .dropdown-switch li > label {
      display: block;
      cursor: pointer;
      padding: 4px 9px; }
      .dropdown-switch li > a:hover, .dropdown-switch li > label:hover {
        background: #e4e4e4; }
  .dropdown.has-lang {
    text-transform: uppercase; }
  .dropdown.has-currency input {
    display: none; }

.show_more {
  text-align: right;
  white-space: nowrap; }
  .show_more > span {
    letter-spacing: normal;
    color: #C20E1A;
    cursor: pointer;
    padding-right: 23px;
    position: relative; }
    .show_more > span svg {
      position: absolute;
      right: 0;
      fill: #C20E1A;
      top: -2px;
      bottom: 0;
      margin: auto;
      width: 14px;
      height: 14px; }
  .show_more-more {
    display: inline-block; }
  .show_more-less {
    display: none; }
    .show_more-less svg {
      height: 2px; }
  .show_more.is-active .show_more-more {
    display: none; }
  .show_more.is-active .show_more-less {
    display: inline-block; }
  .page-template-tpl-products .show_more-more, .page-template-tpl-products .show_more-less {
    display: inline-block; }

.just-eu-cookies.just-priority {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: inherit;
  z-index: 10000005; }

.breadcrumbs {
  height: 70px; }
  .breadcrumbs li {
    display: inline-block;
    font: 14px "Oswald", sans-serif;
    text-transform: uppercase; }
    .breadcrumbs li:after {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      background: url(../images/icon-double_arrow_right.svg) no-repeat center/contain;
      position: relative;
      bottom: 2px;
      margin: 0 4px; }
    .breadcrumbs li a, .breadcrumbs li:after {
      display: inline-block;
      vertical-align: bottom; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      transition: 250ms ease-in-out; }
      .breadcrumbs li a:hover {
        color: #C20E1A; }

.menu_button {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative; }
  @media (min-width: 980px) {
    .menu_button {
      display: none; } }
  .menu_button span {
    top: 17px; }
    .menu_button span, .menu_button span:before, .menu_button span:after {
      position: absolute;
      left: 0;
      right: 0;
      height: 5px;
      background: #C20E1A;
      transition: 250ms ease-in-out; }
    .menu_button span:before, .menu_button span:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 5px;
      background: #C20E1A; }
    .menu_button span:before {
      top: -10px; }
    .menu_button span:after {
      bottom: -10px; }
  .has-nav-open .menu_button span {
    background: rgba(194, 14, 26, 0); }
    .has-nav-open .menu_button span:before {
      top: 0;
      transform: rotate(45deg); }
    .has-nav-open .menu_button span:after {
      bottom: 0;
      transform: rotate(-45deg); }

.slick-slide {
  outline: 0; }
.slick-prev, .slick-next {
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: 250ms ease-in-out;
  position: absolute;
  outline: 0; }
  @media (min-width: 980px) {
    .slick-prev, .slick-next {
      width: 36px;
      height: 36px; } }
  @media (min-width: 1240px) {
    .slick-prev, .slick-next {
      width: 45px;
      height: 45px; } }
  .slick-prev svg, .slick-next svg {
    width: 100%;
    height: 100%;
    position: relative;
    fill: #929393;
    transition: 250ms ease-in-out; }
  .slick-prev:hover svg, .slick-next:hover svg {
    fill: #C20E1A; }
.slick-prev {
  float: left; }
.slick-next {
  float: right; }
.slick-control, .product-img-slides-control, .slideshow-control, .references-control {
  position: absolute;
  height: 0;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 45px;
  margin: auto;
  transition: 250ms ease-in-out; }
  @media (min-width: 980px) {
    .slick-control, .product-img-slides-control, .slideshow-control, .references-control {
      left: 0;
      right: 0; } }
  .slick-control .slick-prev, .product-img-slides-control .slick-prev, .slideshow-control .slick-prev, .references-control .slick-prev {
    left: 0; }
  .slick-control .slick-next, .product-img-slides-control .slick-next, .slideshow-control .slick-next, .references-control .slick-next {
    right: 0; }
  .slick-control.white_buttons .slick-prev, .product-img-slides-control .slick-prev, .white_buttons.slideshow-control .slick-prev, .white_buttons.references-control .slick-prev, .slick-control.white_buttons .slick-next, .product-img-slides-control .slick-next, .white_buttons.slideshow-control .slick-next, .white_buttons.references-control .slick-next {
    background: white; }
  .slick-control.smaller_buttons, .product-img-slides-control, .smaller_buttons.slideshow-control, .smaller_buttons.references-control {
    bottom: 25px; }
    .slick-control.smaller_buttons .slick-prev, .product-img-slides-control .slick-prev, .smaller_buttons.slideshow-control .slick-prev, .smaller_buttons.references-control .slick-prev, .slick-control.smaller_buttons .slick-next, .product-img-slides-control .slick-next, .smaller_buttons.slideshow-control .slick-next, .smaller_buttons.references-control .slick-next {
      width: 25px;
      height: 25px; }

.faq-question {
  position: relative;
  border-bottom: 1px solid #e9e9ea; }
  .faq-question:last-child {
    border-bottom: 0; }
  .faq-question-title {
    margin: 0;
    font: 500 16px "Oswald", sans-serif;
    color: #C20E1A;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
    transition: 250ms;
    line-height: 140%; }
    @media (min-width: 480px) {
      .faq-question-title {
        padding: 37px 160px 37px 0;
        line-height: normal; } }
    .faq-question-title .show_more {
      text-align: left;
      margin: 8px 0 0; }
      @media (min-width: 480px) {
        .faq-question-title .show_more {
          margin: 0;
          text-align: right;
          position: absolute;
          top: 36px;
          right: 0; } }
    .faq-question-title.is-active {
      padding-bottom: 26px; }
      .faq-question-title.is-active .show_more-more {
        display: none; }
      .faq-question-title.is-active .show_more-less {
        display: inline-block; }
  .faq-question-hidden {
    line-height: 135%;
    padding: 0 0 40px; }
    @media (min-width: 700px) {
      .faq-question-hidden {
        padding: 0 160px 40px 0; } }
    .faq-question-hidden-link {
      color: #C20E1A;
      display: inline-block;
      margin: 6px 0 0; }
      .faq-question-hidden-link:hover {
        color: #aa0c17;
        text-decoration: underline; }

.news-title {
  text-align: center; }
.news-wrap:after {
  content: "";
  display: block;
  clear: both; }
.news-post {
  display: block;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .news-post {
      float: left;
      width: 47.5%;
      margin-left: 5%; } }
  @media (min-width: 480px) and (max-width: 699px) {
    .news-post:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

  @media (min-width: 700px) {
    .news-post {
      width: 30%; }
      .news-post:nth-child(3n+1) {
        margin-left: 0;
        clear: left; } }
  .news-post-img {
    overflow: hidden; }
    .news-post-img img {
      display: block;
      transition: 250ms ease-in-out; }
  .news-post-cnt {
    padding: 20px;
    background: white;
    border: 1px solid #F1F1F1;
    border-top: 0;
    border-radius: 0 0 4px 4px; }
    .news-post-cnt:after {
      content: "";
      display: block;
      clear: both; }
  .news-post-title {
    font: 20px/120% "Oswald", sans-serif;
    margin: 0; }
    @media (min-width: 1240px) {
      .news-post-title {
        font-size: 24px; } }
  .news-post-meta {
    margin: 6px 0 14px;
    font-size: 14px;
    font-style: italic;
    color: #6c6b6b; }
  .news-post-excerpt {
    font-size: 16px; }
    .news-post-excerpt p {
      margin: 0; }
  .news-post .btn, .news-post .footer-newsletter-form input[type="submit"], .footer-newsletter-form .news-post input[type="submit"], .news-post .logform input[type="submit"], .logform .news-post input[type="submit"], .news-post #loginform input[type="submit"], #loginform .news-post input[type="submit"] {
    float: right;
    margin: 20px 0 0; }
  .news-post:hover .news-post-img img {
    transform: scale(1.05); }
.news.view-search {
  padding-bottom: 0; }

.form.view-cf7, .form.view-same_widths {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }
.form-subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: calc(100% - 190px);
  padding: 0 15px 0 0;
  margin: 0 0 14px; }
  .form-subtitle.is-normal {
    width: auto;
    text-align: center; }
.form span.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: right; }
.form-line {
  display: block;
  margin: 0 0 15px;
  font-size: 0; }
  .form-line.is-centered, .form-line.slideshow-slide-cnt, .form-line.slideshow-control, .form-line.references-slides, .form-line.pagebox-smaller {
    text-align: center;
    margin-top: 18px; }
  .form-line.is-right {
    text-align: right; }
  .form-line input[type="submit"].btn, .form-line .footer-newsletter-form input[type="submit"], .footer-newsletter-form .form-line input[type="submit"], .form-line .logform input[type="submit"], .logform .form-line input[type="submit"], .form-line #loginform input[type="submit"], #loginform .form-line input[type="submit"] {
    color: white; }
  .form-line.has-file {
    position: relative;
    text-align: left;
    font-size: 0; }
    .form-line.has-file input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      width: 100%;
      cursor: pointer; }
    .form-line.has-file .if-file {
      display: none; }
    .form-line.has-file .if-no_file {
      display: inline-block; }
    @media (min-width: 980px) {
      .form-line.has-file .btn, .form-line.has-file .footer-newsletter-form input[type="submit"], .footer-newsletter-form .form-line.has-file input[type="submit"], .form-line.has-file .logform input[type="submit"], .logform .form-line.has-file input[type="submit"], .form-line.has-file #loginform input[type="submit"], #loginform .form-line.has-file input[type="submit"] {
        margin: 0 12px; } }
    .form-line.has-file .form-line-label {
      vertical-align: middle; }
      @media (min-width: 980px) {
        .form-line.has-file .form-line-label {
          width: auto;
          margin: -4px 0 0;
          padding: 0; } }
    .form-line.has-file .form-line-name {
      color: #C20E1A;
      display: block;
      font-size: 13px;
      padding: 10px 0 0 calc(100% - 190px); }
      @media (min-width: 980px) {
        .form-line.has-file .form-line-name {
          padding: 0;
          font-size: 16px;
          width: 120px;
          vertical-align: middle;
          display: inline-block; } }
      .form-line.has-file .form-line-name-text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        @media (min-width: 980px) {
          .form-line.has-file .form-line-name-text {
            display: inline-block;
            width: 100%;
            position: relative;
            top: -2px; } }
  .form-line.has-submit {
    text-align: left;
    padding: 20px 0 0 calc(100% - 190px); }
    @media (min-width: 980px) {
      .form-line.has-submit {
        padding: 0; }
        .form-line.has-submit:after {
          content: "";
          display: block;
          clear: both; }
        .form-line.has-submit .btn, .form-line.has-submit .footer-newsletter-form input[type="submit"], .footer-newsletter-form .form-line.has-submit input[type="submit"], .form-line.has-submit .logform input[type="submit"], .logform .form-line.has-submit input[type="submit"], .form-line.has-submit #loginform input[type="submit"], #loginform .form-line.has-submit input[type="submit"] {
          float: right; } }
  .form-line-label {
    display: inline-block;
    text-align: right;
    width: calc(100% - 190px);
    padding: 6px 15px 6px 0;
    position: relative;
    font-size: 13px; }
    @media (min-width: 980px) {
      .form-line-label {
        font-size: 16px; } }
    .form-line-label i {
      font-size: 16px;
      font-style: normal;
      vertical-align: text-top;
      color: #C20E1A;
      position: absolute; }
      @media (min-width: 980px) {
        .form-line-label i {
          font-size: 20px; } }
  .form-line-label, .form-line input, .form-line textarea, .form-line select {
    vertical-align: top; }
  .form-line input, .form-line textarea, .form-line select {
    font-size: 16px; }
    .form-line input:read-only, .form-line textarea:read-only, .form-line select:read-only {
      color: #545454; }
  .form-line textarea {
    overflow: auto;
    height: 85px; }
  .form-line select[multiple] {
    height: 74px; }
  .form-line input[type="text"], .form-line input[type="password"], .form-line input[type="email"], .form-line input[type="number"], .form-line textarea, .form-line select, .form-line-options, .form-line-colors {
    width: 190px;
    font-size: 13px; }
    @media (min-width: 980px) {
      .form-line input[type="text"], .form-line input[type="password"], .form-line input[type="email"], .form-line input[type="number"], .form-line textarea, .form-line select, .form-line-options, .form-line-colors {
        font-size: 16px; } }
  .form-line input[type="text"], .form-line input[type="password"], .form-line input[type="email"], .form-line input[type="number"], .form-line textarea, .form-line select {
    background: #D8D8D8;
    border: 0;
    resize: none;
    padding: 7px;
    border: 1px solid #D8D8D8; }
    .form-line input[type="text"].is-fail, .form-line input[type="password"].is-fail, .form-line input[type="email"].is-fail, .form-line input[type="number"].is-fail, .form-line textarea.is-fail, .form-line select.is-fail {
      border-bottom: 1px solid #C20E1A; }
  .form-line-colors, .form-line-options {
    display: inline-block;
    text-align: left; }
  .form-line-colors-option {
    margin: 0 10px 0 0; }
    .form-line-colors-option input {
      display: none; }
    .form-line-colors-option span {
      display: inline-block;
      width: 32px;
      height: 32px;
      position: relative;
      border: 2px solid black;
      cursor: pointer; }
    .form-line-colors-option:hover span {
      border: 2px solid #C20E1A; }
    .form-line-colors-option input:checked + span {
      border: 2px solid #C20E1A; }
      .form-line-colors-option input:checked + span:after {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        top: -8px;
        right: -8px;
        background: #C20E1A url(../images/icon-check.svg) no-repeat center/8px 6px; }
  .form-line-options {
    height: 32px; }
    .form-line-options-option, .form-line-options input, .form-line-options span {
      vertical-align: middle; }
    .form-line-options-option {
      position: relative;
      top: 3px;
      margin-right: 6px; }
      .form-line-options-option:last-child {
        margin-right: 0; }
.form-halfs:after {
  content: "";
  display: block;
  clear: both; }
.form-half {
  width: 100%; }
  @media (min-width: 980px) {
    .form-half:first-child, .form-half:last-child {
      float: left;
      max-width: 340px; }
    *:not(.view-cf7):not(.view-same_widths) > .form-halfs .form-half:last-child {
      padding-right: 10px;
      margin-right: -10px;
      max-width: 430px;
      float: right; } }
.form form + form {
  margin-top: 60px; }
.form-submit_line {
  margin-top: 12px; }
  .form-submit_line > * {
    margin-bottom: 0; }
  @media (min-width: 980px) {
    .form-submit_line > *:first-child {
      float: left;
      width: 444px; } }
.form-register {
  margin: 38px 0 0;
  font-size: 14px;
  text-align: left; }
  .form-register a {
    color: #C20E1A; }
    .form-register a:hover {
      color: #aa0c17;
      text-decoration: underline; }

.wpcf7-response-output {
  max-width: 680px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important; }

.page-template-tpl-register .g-recaptcha > div {
  margin: 0 auto; }

@media (max-width: 979px) {
  body {
    padding-top: 55px; } }

.header {
  font-size: 16px; }
  .header:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 1240px) {
    .header {
      font-size: 18px; } }
  .header-main {
    height: 74px;
    padding: 20px 0; }
    @media (max-width: 979px) {
      .header-main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5000;
        background: white;
        height: 55px;
        padding: 10px 0;
        box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.075); } }
    @media (min-width: 1240px) {
      .header-main {
        height: 85px; } }
  .header-claim {
    text-align: center;
    padding: 11px 0 0;
    font-weight: 700;
    font-size: 18px;
    display: none; }
    @media (min-width: 980px) {
      .header-claim {
        display: block; } }
    @media (min-width: 1240px) {
      .header-claim {
        font-size: 20px;
        padding-top: 18px; } }
  .header-actions {
    text-align: right;
    padding: 9px 0 0;
    white-space: nowrap; }
    @media (min-width: 980px) {
      .header-actions {
        padding-top: 10px; } }
    @media (min-width: 1240px) {
      .header-actions {
        padding-top: 18px; } }
    .header-actions-link {
      display: inline-block;
      font-size: 16px;
      font-family: "Oswald", sans-serif; }
      .header-actions-link + .header-actions-link {
        margin-left: 10px; }
      .header-actions-link:hover {
        color: #C20E1A; }
    .header-actions-sep {
      margin: 0 6px; }
    .header-actions .dropdown {
      font-size: 16px;
      font-weight: bold;
      margin-right: 6px; }
      .header-actions .dropdown:last-child {
        margin-right: 0; }
      .header-actions .dropdown-switch {
        width: 40px; }
    @media (max-width: 700px) {
      .header-actions-link, .header-actions-sep, .header-actions .dropdown {
        display: none; } }
    .header-actions .menu_button {
      vertical-align: top;
      top: -11px;
      margin-left: 8px; }
  @media (max-width: 979px) {
    .header-nav {
      position: fixed;
      top: 55px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5500;
      text-align: center;
      padding: 20px 0;
      overflow: auto;
      display: none; } }
  .header-nav, .header-nav-fixed {
    color: white;
    background: #C20E1A; }
    @media (min-width: 980px) {
      .header-nav, .header-nav-fixed {
        height: 58px; } }
    @media (min-width: 1240px) {
      .header-nav, .header-nav-fixed {
        height: 66px; } }
  @media (max-width: 979px) {
    .header-nav-fixed {
      margin-top: 0 !important; } }
  @media (min-width: 980px) {
    .header-nav-fixed {
      margin-top: 74px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000; } }
  @media (min-width: 1240px) {
    .header-nav-fixed {
      margin-top: 85px; } }
  @media (min-width: 980px) {
    .header-nav-inner {
      max-width: 960px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 980px) and (min-width: 1240px) {
    .header-nav-inner {
      max-width: 1200px; } }
  @media (min-width: 980px) {
      .header-nav-inner:after {
        display: none; } }
  .header-nav-main > li {
    display: block; }
    @media (min-width: 980px) {
      .header-nav-main > li {
        display: inline-block;
        margin-right: 5px;
        position: relative; }
        .header-nav-main > li:first-child {
          margin-left: -10px; }
        .header-nav-main > li:last-child {
          margin-right: 0; } }
    .header-nav-main > li a {
      display: block;
      padding: 12px 10px;
      font-size: 16px;
      font-weight: bold; }
      @media (max-width: 979px) {
        .header-nav-main > li a {
          margin-left: 18px; }
          .header-nav-main > li a:after {
            content: "\27a6";
            opacity: 0;
            transform: translateX(0);
            transition: 200ms;
            display: inline-block;
            width: 18px; }
          .header-nav-main > li a[data-go="go"]:after {
            opacity: 1;
            transform: translateX(8px); } }
      @media (min-width: 980px) {
        .header-nav-main > li a {
          padding: 20px 10px; } }
      @media (min-width: 1240px) {
        .header-nav-main > li a {
          padding: 22px 10px 21px;
          font-size: 20px; } }
    .header-nav-main > li .sub-menu {
      padding: 10px 0;
      background: rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
      display: none; }
      @media (min-width: 980px) {
        .header-nav-main > li .sub-menu {
          position: absolute;
          left: 0;
          top: 100%;
          min-width: 200px;
          background: #F1F1F1;
          color: #252424;
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1); } }
      .header-nav-main > li .sub-menu a {
        font-size: 16px;
        padding: 6px 12px; }
        @media (min-width: 1240px) {
          .header-nav-main > li .sub-menu a {
            font-size: 18px; } }
        @media (min-width: 980px) {
          .header-nav-main > li .sub-menu a {
            white-space: nowrap; }
            .header-nav-main > li .sub-menu a:hover {
              background: #cbcbcb; } }
        @media (max-width: 979px) {
          .header-nav-main > li .sub-menu a {
            padding: 10px 12px; } }
      @media (min-width: 980px) {
        .header-nav-main > li .sub-menu .sub-menu {
          display: none !important; } }
      .header-nav-main > li .sub-menu a[href*="/znackove-reklamne-predmety"],
      .header-nav-main > li .sub-menu a[href*="/znackove-reklamni-predmety"],
      .header-nav-main > li .sub-menu a[href*="/branded-promotional-items"] {
        color: #067BC2; }
      .header-nav-main > li .sub-menu .is-stock > a {
        color: #43A664; }
      .header-nav-main > li .sub-menu .is-news > a {
        color: #FF9700; }
    @media (min-width: 980px) {
      .header-nav-main > li:hover > a {
        background: #aa0c17; }
      .header-nav-main > li:hover .sub-menu {
        display: block; } }
    @media (min-width: 980px) {
      .header-nav-main > li.current-menu-item > a, .header-nav-main > li.current-menu-ancestor > a {
        background: #aa0c17; } }
  @media (max-width: 979px) {
    .header-nav-actions .header-actions-link {
      font-weight: normal;
      font-family: "PT Sans", sans-serif;
      margin-left: 0; }
      .header-nav-actions .header-actions-link:hover {
        color: white; }
    .header-nav-actions label, .header-nav-actions a {
      display: inline-block;
      padding: 12px 10px;
      font-weight: bold; }
    .header-nav-actions input {
      display: none; }
    .header-nav-actions-langs {
      text-transform: uppercase; } }
  .header-nav-search {
    padding: 14px 0; }
    .header-nav-search .search_form {
      display: flex; }
      @media (max-width: 979px) {
        .header-nav-search .search_form {
          max-width: 230px;
          width: 100%;
          margin: 0 auto; } }
    @media (min-width: 1240px) {
      .header-nav-search {
        padding: 18px 0; } }
  .header-nav-contact a {
    display: flex;
    align-items: center;
    padding: 15px 0 20px;
    position: relative;
    margin-top: 12px;
    margin-left: 15px; }
    @media (max-width: 979px) {
      .header-nav-contact a {
        justify-content: center; } }
    @media (min-width: 1240px) {
      .header-nav-contact a {
        padding: 21px 0;
        margin-top: 16px; } }
    .header-nav-contact a.view-phone:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../images/icon-phone.svg) no-repeat center/contain;
      margin-right: 6px; }
    .header-nav-contact a.view-email:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../images/icon-envelope_white.svg) no-repeat center/contain;
      margin-right: 6px; }
  @media (min-width: 980px) {
    .header-nav-contact.has-2 {
      padding-top: 3px; } }
  .header-nav-contact.has-2 a {
    padding: 7px 0 15px; }
    @media (min-width: 980px) {
      .header-nav-contact.has-2 a {
        font-size: 14px;
        padding: 1px 0; } }
    @media (min-width: 1240px) {
      .header-nav-contact.has-2 a {
        line-height: 18px;
        font-size: 14px;
        padding-top: 1px; } }

.footer {
  background: #252424;
  color: white; }
  .footer-title {
    font-size: 20px; }
    @media (max-width: 1239px) {
      .footer-title {
        margin-bottom: 20px; } }
    @media (min-width: 1240px) {
      .footer-title {
        font-size: 24px; } }
  .footer-upper {
    padding-bottom: 30px; }
    .footer-upper:after {
      content: "";
      display: block;
      clear: both; }
  @media (max-width: 699px) {
    .footer-main {
      margin: 0 0 24px; } }
  .footer-links {
    padding-top: 15px;
    clear: both; }
    @media (min-width: 700px) {
      .footer-links {
        text-align: center; } }
    .footer-links a {
      margin-right: 10px; }
      .footer-links a:last-child {
        margin-right: 0; }
  .footer-newsletter-form {
    font-size: 0; }
    .footer-newsletter-form input, .footer-newsletter-form .wpcf7-form-control-wrap {
      display: inline-block;
      vertical-align: top; }
      .footer-newsletter-form input.your-email, .footer-newsletter-form .wpcf7-form-control-wrap.your-email {
        width: calc(100% - 111px); }
    .footer-newsletter-form span.wpcf7-not-valid-tip {
      font-size: 14px;
      margin: 4px 0 0; }
    .footer-newsletter-form input {
      height: 45px; }
    .footer-newsletter-form input[type="email"] {
      font-size: 16px;
      padding: 0 16px;
      width: 100%;
      border: 0; }
      .footer-newsletter-form input[type="email"]::-webkit-input-placeholder {
        color: #252424;
        opacity: 1; }
      .footer-newsletter-form input[type="email"]:-moz-placeholder {
        color: #252424;
        opacity: 1; }
      .footer-newsletter-form input[type="email"]::-moz-placeholder {
        color: #252424;
        opacity: 1; }
      .footer-newsletter-form input[type="email"]:-ms-input-placeholder {
        color: #252424;
        opacity: 1; }
      @media (min-width: 1240px) {
        .footer-newsletter-form input[type="email"] {
          font-size: 18px; } }
    .footer-newsletter-form input[type="submit"] {
      margin-left: 3px;
      width: 108px; }
  .footer-newsletter div.wpcf7 .ajax-loader {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-size: 16px 16px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center; }
  .footer-newsletter div.wpcf7-response-output {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 10px;
    margin: 0 0 2em;
    background: white;
    color: #252424; }
  .footer .social {
    margin-top: 15px; }
    @media (max-width: 699px) {
      .footer .social {
        margin: 15px 0 24px; } }
  @media (max-width: 699px) {
    .footer-nav {
      margin: 0 0 24px; } }
  .footer-nav ul {
    font-size: 16px;
    font-family: "Oswald", sans-serif; }
    @media (min-width: 1240px) {
      .footer-nav ul {
        font-size: 18px; } }
    @media (min-width: 980px) {
      .footer-nav ul {
        column-count: 2;
        column-gap: 0px; } }
    .footer-nav ul li {
      width: 100%;
      display: inline-block;
      margin: 0 0 0.6em;
      text-transform: uppercase; }
      .footer-nav ul li a:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../images/icon-double_arrow_right_white.svg) no-repeat center/contain;
        position: relative;
        top: -2.5px;
        margin: 0 0 0 8px;
        transform: scaleX(0);
        opacity: 0;
        transition: 250ms ease-in-out; }
      .footer-nav ul li a:hover:after {
        transform: scaleX(1);
        opacity: 1; }
  .footer-about {
    line-height: 140%; }
  .footer-copy {
    border-top: 1px solid #888787;
    padding: 24px 0 25px;
    text-align: center; }
    .footer-copy-sep {
      color: #888787; }
    .footer-copy a:hover {
      text-decoration: underline; }

.filter {
  font-size: 13px; }
  .filter:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 980px) {
    .filter {
      font-size: 16px; } }
  @media (min-width: 1240px) {
    .filter {
      margin-top: 70px; } }
  .filter-wrap {
    background: #F1F1F1;
    padding: 20px 10px 8px; }
    @media (min-width: 980px) {
      .filter-wrap {
        padding: 20px 20px 8px;
        display: flex; } }
  @media (min-width: 980px) {
    .filter-part {
      flex: 1; } }
  .filter-part.has-range {
    flex: 0 0 420px;
    margin: 24px 0 0; }
    @media (min-width: 980px) {
      .filter-part.has-range {
        margin: 0; } }
  .filter-part input[type="checkbox"],
  .filter-part input[type="radio"] {
    position: relative;
    bottom: -2px; }
  .filter-part.has-settings {
    margin: 0;
    text-align: center; }
    @media (min-width: 980px) {
      .filter-part.has-settings {
        text-align: left;
        margin: 0; } }
    .filter-part.has-settings > * {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 12px; }
  .filter-item-label {
    display: inline-block; }
  .filter-item.is-range {
    width: 100%; }
  .filter-item.is-checkbox {
    cursor: pointer; }
    .filter-item.is-checkbox input {
      margin: 0 4px 0 0; }
  .filter-sep {
    display: inline-block; }
    .filter-sep:after {
      content: "|";
      margin: 0 8px;
      color: #b9b9b9; }
    .filter-sep:last-child {
      display: none; }
  .filter-slider {
    display: flex; }
    .filter-slider-val {
      flex: 1;
      white-space: nowrap; }
      .filter-slider-val.is-min {
        text-align: right;
        padding-right: 15px; }
        @media (min-width: 480px) {
          .filter-slider-val.is-min {
            padding-right: 10px; } }
      .filter-slider-val.is-max {
        padding-left: 15px; }
        @media (min-width: 480px) {
          .filter-slider-val.is-max {
            padding-left: 10px; } }
    .filter-slider-control {
      flex: 2; }
  .filter-current {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 26px; }
    @media (min-width: 980px) {
      .filter-current {
        float: left;
        max-width: calc(100% - 125px); } }
    .filter-current > * {
      display: block;
      margin-bottom: 12px;
      text-align: center; }
      @media (min-width: 980px) {
        .filter-current > * {
          text-align: left;
          margin-bottom: 0;
          display: inline-block;
          vertical-align: middle; } }
    .filter-current-label {
      font-weight: bold; }
      @media (min-width: 980px) {
        .filter-current-label {
          margin-right: 6px; } }
    .filter-current-list span {
      border: 1px solid #F1F1F1;
      padding: 2px 16px 2px 6px;
      border-radius: 2px;
      cursor: pointer;
      display: inline-block;
      line-height: 13px;
      margin: 0 4px 0 0;
      white-space: nowrap;
      position: relative; }
      .filter-current-list span:after {
        position: absolute;
        right: 6px;
        content: "x";
        display: inline-block;
        transform: scaleY(0.8);
        color: #6c6b6b;
        font-weight: bold; }
      .filter-current-list span:hover:after {
        color: #C20E1A; }
    .filter-current-remove {
      color: #C20E1A; }
      .filter-current-remove:hover {
        color: #aa0c17;
        text-decoration: underline; }
      @media (min-width: 980px) {
        .filter-current-remove {
          margin-left: 14px; } }
      .filter-current-remove:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url(../images/icon-close.svg) no-repeat center/contain;
        margin: 0 6px 0 0; }
  .filter .dropdown {
    z-index: auto; }
  .filter .btn, .filter .footer-newsletter-form input[type="submit"], .footer-newsletter-form .filter input[type="submit"], .filter .logform input[type="submit"], .logform .filter input[type="submit"], .filter #loginform input[type="submit"], #loginform .filter input[type="submit"] {
    display: block;
    margin: 20px auto 0; }
    @media (min-width: 980px) {
      .filter .btn, .filter .footer-newsletter-form input[type="submit"], .footer-newsletter-form .filter input[type="submit"], .filter .logform input[type="submit"], .logform .filter input[type="submit"], .filter #loginform input[type="submit"], #loginform .filter input[type="submit"] {
        float: right;
        margin: 6px 0 0; } }

#stock-menu-wrap {
  margin-bottom: 15px !important; }
  #stock-menu-wrap .products-sidebar-main {
    padding: 10px !important; }
  #stock-menu-wrap ul li {
    display: inline-block;
    margin-right: 15px !important;
    margin-bottom: 7px !important;
    margin-top: 7px !important; }
    #stock-menu-wrap ul li.is-current a {
      text-decoration: underline; }

.why_us {
  background: #F1F1F1; }
  .why_us-box {
    margin: 0 0 30px; }
    @media (min-width: 700px) {
      .why_us-box {
        margin: 0; } }
    @media (min-width: 700px) {
      .why_us-box {
        margin-left: 10%; }
        .why_us-box:nth-child(3n+1) {
          margin-left: 0; } }
    .why_us-box-title {
      color: #C20E1A;
      font: 18px "Oswald", sans-serif;
      margin: 0 0 -12px; }
      @media (min-width: 700px) {
        .why_us-box-title {
          font-size: 20px; } }
      @media (min-width: 980px) {
        .why_us-box-title {
          font-size: 24px; } }
      @media (min-width: 1240px) {
        .why_us-box-title {
          font-size: 30px; } }
      .why_us-box-title-name, .why_us-box-title-icn {
        display: inline-block;
        vertical-align: middle; }
      .why_us-box-title-icn {
        width: 18px;
        height: 18px;
        margin: 0 0 0 8px;
        position: relative; }
        @media (min-width: 980px) {
          .why_us-box-title-icn {
            width: 36px;
            height: 36px; } }
        .why_us-box-title-icn.is-camera {
          width: 22px; }
          @media (min-width: 980px) {
            .why_us-box-title-icn.is-camera {
              width: 44px; } }
        .why_us-box-title-icn.is-bubbles {
          top: -4px; }
        .why_us-box-title-icn.is-navigation {
          width: 16px;
          height: 16px;
          top: -4px; }
          @media (min-width: 980px) {
            .why_us-box-title-icn.is-navigation {
              width: 32px;
              height: 32px; } }
    .why_us-box-desc {
      font-size: 16px;
      line-height: 135%; }
      @media (min-width: 1240px) {
        .why_us-box-desc {
          font-size: 18px; } }

.logform, #loginform {
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto; }
  .logform:after, #loginform:after {
    content: "";
    display: block;
    clear: both; }
  .logform .login-username, .logform .login-password, #loginform .login-username, #loginform .login-password {
    border: 2px solid #C20E1A;
    padding-left: 45px;
    position: relative;
    margin: 5px 0; }
    .logform .login-username:before, .logform .login-username:after, .logform .login-password:before, .logform .login-password:after, #loginform .login-username:before, #loginform .login-username:after, #loginform .login-password:before, #loginform .login-password:after {
      content: "";
      display: block;
      position: absolute; }
    .logform .login-username:before, .logform .login-password:before, #loginform .login-username:before, #loginform .login-password:before {
      top: 0;
      bottom: 0;
      left: 14px;
      width: 16px;
      height: 20px;
      margin: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .logform .login-username:after, .logform .login-password:after, #loginform .login-username:after, #loginform .login-password:after {
      width: 1px;
      left: 45px;
      top: 2px;
      bottom: 2px;
      margin: auto;
      background: #C20E1A; }
    .logform .login-username input, .logform .login-password input, #loginform .login-username input, #loginform .login-password input {
      display: inline-block;
      font: 15px "PT Sans", sans-serif;
      width: 100%;
      border: 0;
      padding: 10px 15px;
      color: black; }
      .logform .login-username input::-webkit-input-placeholder, .logform .login-password input::-webkit-input-placeholder, #loginform .login-username input::-webkit-input-placeholder, #loginform .login-password input::-webkit-input-placeholder {
        color: black;
        opacity: 1; }
      .logform .login-username input:-moz-placeholder, .logform .login-password input:-moz-placeholder, #loginform .login-username input:-moz-placeholder, #loginform .login-password input:-moz-placeholder {
        color: black;
        opacity: 1; }
      .logform .login-username input::-moz-placeholder, .logform .login-password input::-moz-placeholder, #loginform .login-username input::-moz-placeholder, #loginform .login-password input::-moz-placeholder {
        color: black;
        opacity: 1; }
      .logform .login-username input:-ms-input-placeholder, .logform .login-password input:-ms-input-placeholder, #loginform .login-username input:-ms-input-placeholder, #loginform .login-password input:-ms-input-placeholder {
        color: black;
        opacity: 1; }
  .logform .login-username:before, #loginform .login-username:before {
    background-image: url(../images/login-envelope2.svg); }
  .logform .login-password:before, #loginform .login-password:before {
    background-image: url(../images/login-pass.svg); }
  .logform .login-remember, #loginform .login-remember {
    margin: 15px 0 20px;
    text-align: center; }
    .logform .login-remember input, #loginform .login-remember input {
      position: relative;
      bottom: -1px; }
  .logform .login-lostpassword, #loginform .login-lostpassword {
    text-align: center; }
    .logform .login-lostpassword a, #loginform .login-lostpassword a {
      color: #C20E1A; }
      .logform .login-lostpassword a:hover, #loginform .login-lostpassword a:hover {
        color: #aa0c17;
        text-decoration: underline; }
  .logform input[type="submit"], #loginform input[type="submit"] {
    display: block;
    margin: 12px auto 0; }
  .logform .notice, .logform-note, #loginform .notice, #loginform-note {
    margin: 26px 0 0 0;
    text-align: center;
    font-size: 16px; }
    .logform .notice:empty, .logform-note:empty, #loginform .notice:empty, #loginform-note:empty {
      display: none; }
    .logform .notice#message, .logform .notice.message, .logform-note#message, .logform-note.message, #loginform .notice#message, #loginform .notice.message, #loginform-note#message, #loginform-note.message {
      margin-top: 15px;
      margin-bottom: 15px; }
  .logform-note a, #loginform-note a {
    color: #C20E1A; }
    .logform-note a:hover, #loginform-note a:hover {
      color: #aa0c17;
      text-decoration: underline; }

.product .col-img, .product .col-txt {
  padding: 0 15px; }
.product .col-txt {
  padding-left: 0; }
@media (max-width: 699px) {
  .product {
    margin-bottom: 60px; } }
.product-handset-img {
  display: none; }
  @media (max-width: 699px) {
    .product-handset-img {
      display: block; }
      .product-handset-img img {
        display: block;
        max-width: 100%; } }
.product-img {
  margin: 0 0 32px; }
  @media (min-width: 980px) {
    .product-img {
      width: 100%;
      max-width: 320px; } }
  .product-img-slides-control {
    margin: auto 10px;
    opacity: 0;
    transition: 250ms ease-in-out; }
  .product-img-slides img {
    margin: 0 auto; }
  .product-img-mini_slides {
    margin: 2px -2px 0; }
    .product-img-mini_slides .slick-track {
      margin: auto; }
    .product-img-mini_slides-slide {
      border: 2px solid transparent;
      transition: 250ms ease-in-out;
      cursor: pointer; }
      .product-img-mini_slides-slide.slick-current {
        border-color: #C20E1A; }
  .product-img:hover .product-img-slides-control {
    opacity: 1; }
.product-title {
  margin: 0 0 4px;
  text-transform: none; }
.product-code {
  font-size: 16px;
  margin: 0; }
  @media (min-width: 1240px) {
    .product-code {
      font-size: 18px; } }
.product-desc {
  font-size: 16px;
  line-height: 135%;
  margin: 24px 0 36px; }
  @media (min-width: 1240px) {
    .product-desc {
      font-size: 18px; } }
  .product-desc p {
    margin: 0; }
.product-info {
  display: flex;
  justify-content: space-between;
  margin: 36px 0 20px;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 480px) {
    .product-info {
      margin: 36px 0;
      flex-wrap: nowrap; } }
  @media (min-width: 980px) and (max-width: 1239px) {
    .product-info {
      display: block; }
      .product-info:after {
        content: "";
        display: block;
        clear: both; } }
  .product-info-itm {
    font: 700 16px "Oswald", sans-serif;
    color: #C20E1A;
    line-height: 160%;
    padding-top: 1px;
    margin: 0 0 16px;
    position: relative; }
    @media (max-width: 370px) {
      .product-info-itm {
        font-size: 14px; } }
    @media (min-width: 480px) {
      .product-info-itm {
        margin: 0; } }
    @media (min-width: 980px) and (max-width: 1239px) {
      .product-info-itm {
        width: 50%;
        float: left; } }
    .product-info-itm span {
      font-size: 16px; }
      @media (min-width: 1240px) {
        .product-info-itm span {
          font-size: 18px; } }
      @media (max-width: 370px) {
        .product-info-itm span {
          font-size: 14px; } }
    .product-info-itm.has-btn {
      padding-top: 0; }
      @media (min-width: 980px) and (max-width: 1239px) {
        .product-info-itm.has-btn {
          padding-top: 25px;
          width: 155px; } }
    .product-info-itm.is-smaller {
      font-weight: normal; }
      .product-info-itm.is-smaller, .product-info-itm.is-smaller span {
        font-size: 14px; }
        @media (max-width: 370px) {
          .product-info-itm.is-smaller, .product-info-itm.is-smaller span {
            font-size: 12px; } }
      .product-info-itm.is-smaller span {
        display: inline-block;
        margin-top: 6px; }
    @media (min-width: 480px) {
      .product-info-itm.takes-two {
        flex: 0 0 50%;
        padding: 0 35px;
        padding-left: 0;
        font-weight: 400; } }
    @media (min-width: 980px) and (max-width: 1239px) {
      .product-info-itm.takes-two {
        padding: 0;
        width: 100%; } }
    .product-info-itm-pdf {
      margin: 8px 0 0;
      font: 14px "PT Sans", sans-serif;
      color: #C20E1A;
      color: #252424; }
      .product-info-itm-pdf a, .product-info-itm-pdf:before {
        color: #C20E1A;
        display: inline-block;
        vertical-align: middle; }
      .product-info-itm-pdf a:hover {
        text-decoration: underline; }
      .product-info-itm-pdf:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../images/icon-download.svg) no-repeat center/contain; }
    .product-info-itm i {
      cursor: help; }
      .product-info-itm i:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../images/icon-info.svg) no-repeat center/contain; }
    .product-info-itm-help {
      position: absolute;
      background: white;
      border: 1px solid #F1F1F1;
      padding: 10px;
      top: 100%;
      left: 0;
      width: 260px;
      max-width: 100vw;
      font: 14px "PT Sans", sans-serif;
      margin-top: -20px;
      color: #252424;
      display: none;
      z-index: 50;
      box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.05); }
      .product-info-itm-help p:first-child {
        margin-top: 0; }
      .product-info-itm-help p:last-child {
        margin-bottom: 0; }
      i:hover + .product-info-itm-help, i.hover + .product-info-itm-help {
        display: block; }
.product-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px; }
  @media (min-width: 1240px) {
    .product-subtitle {
      font-size: 18px; } }
.product-color {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  border: 1px solid black; }
.product-table {
  margin: 36px 0; }
  .product-table-normal {
    font-size: 14px;
    border-collapse: collapse; }
    .product-table-normal td {
      padding: 4px 0; }
      .product-table-normal td:first-child {
        width: 136px; }
  .product-table-variants {
    border-collapse: collapse;
    font-weight: bold;
    margin: 0 0 0 -4px;
    min-width: 640px; }
    @media (min-width: 700px) {
      .product-table-variants {
        min-width: 0;
        width: calc(100% + 4px);
        table-layout: fixed; } }
    .product-table-variants th {
      color: #C20E1A; }
    .product-table-variants th, .product-table-variants td {
      background: #F1F1F1;
      border: 4px solid white;
      padding: 6px 11px;
      text-align: center;
      cursor: default;
      width: auto; }
      .product-table-variants th:first-child, .product-table-variants td:first-child {
        /*@media (min-width:$break-lg) {
        	width: 200px;
        }*/ }
    @media (min-width: 1240px) {
      .product-table-variants td:first-child {
        white-space: nowrap; } }
    .product-table-variants td.hover {
      background: #EFC2C2; }
    .product-table-variants td.main_hover {
      background: #C20E1A;
      color: white; }
  .product-table-priceinfo {
    padding-top: 15px;
    line-height: 135%; }
.product .slick-list,
.product .slick-slide {
  height: auto !important; }

.selling {
  padding: 20px 0 0;
  background: #252424;
  color: white; }
  @media (min-width: 980px) {
    .selling {
      padding-bottom: 22px; } }
  .selling .inner {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 980px) {
      .selling .inner {
        flex-wrap: nowrap; }
        .selling .inner > * {
          flex: 1; } }
  .selling-item {
    text-align: center;
    display: block;
    margin: 0 0 22px;
    width: 50%; }
    @media (min-width: 480px) {
      .selling-item {
        width: 33.33333%; } }
    @media (min-width: 980px) {
      .selling-item {
        width: 11.11111%;
        margin: 0; } }
    .selling-item svg {
      fill: white;
      width: 42px;
      height: 32px;
      display: block;
      margin: 0 auto 10px;
      transition: 250ms ease-in-out; }
      @media (min-width: 700px) {
        .selling-item svg {
          /*				width:52px;
          				height:42px;*/ } }
    .selling-item-name {
      display: block;
      font-size: 14px; }
    .selling-item:hover svg {
      transform: scale(1.05); }

@media (min-width: 980px) {
  .products {
    padding-top: 60px; } }
.home .products {
  background: #F1F1F1; }
.products-title {
  margin: 0; }
.products-wrap:after {
  content: "";
  display: block;
  clear: both; }
.products-product {
  position: relative;
  margin-top: 60px;
  display: block; }
  @media (min-width: 320px) and (max-width: 699px) {
    .products-product {
      float: left;
      width: 47.5%;
      margin-left: 5%; }
      .products-product:nth-child(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media (min-width: 700px) and (max-width: 1239px) {
    .products-product {
      float: left;
      width: 30%;
      margin-left: 5%; }
      body:not(.home) .products-product:nth-child(3n+1) {
        margin-left: 0;
        clear: left; }
      body.home .products-product {
        width: 20%;
        margin-left: 6.66667%; }
        body.home .products-product:nth-child(4n+1) {
          margin-left: 0;
          clear: left; } }
  @media (min-width: 1240px) {
    .products-product:nth-child(4n+1) {
      margin-left: 0;
      clear: left; } }
  .products-product-img {
    padding: 20px;
    margin: 0 0 10px;
    background: white; }
    .products-product-img img {
      margin: 0 auto;
      display: block; }
  .products-product-badges {
    position: absolute;
    top: 0;
    left: 0; }
    .products-product-badges-badge {
      display: inline-block;
      font: 10px "Oswald", sans-serif;
      color: white;
      padding: 2px 6px;
      margin: 4px 0 0; }
      @media (min-width: 700px) {
        .products-product-badges-badge {
          font-size: 14px; } }
      .products-product-badges-badge.is-new {
        background: #C20E1A; }
      .products-product-badges-badge.is-stock {
        background: #807E7E; }
      .products-product-badges-badge.is-action {
        background: #43A664; }
      .products-product-badges-badge.is-branded {
        background: #067BC2; }
  .products-product-title {
    font: 18px/120% "Oswald", sans-serif;
    text-align: center;
    transition: 250ms ease-in-out;
    margin: 0; }
    @media (min-width: 700px) {
      .products-product-title {
        font-size: 20px; } }
    @media (min-width: 1240px) {
      .products-product-title {
        font-size: 24px; } }
  .products-product-meta {
    font-size: 14px;
    display: block;
    margin: 8px 0 0; }
  .products-product:hover .products-product-title {
    color: #C20E1A; }
.products-cnt .wysiwyg > *:not(.products-product):last-child {
  margin-bottom: 25px; }
.products-sidebar {
  user-select: none; }
  @media (min-width: 700px) {
    .products-sidebar {
      float: left;
      width: 24%; } }
  @media (min-width: 1240px) {
    .products-sidebar {
      width: 20%; } }
  .products-sidebar-title {
    font: 24px "Oswald", sans-serif;
    margin: 0 0 24px; }
    @media (min-width: 1240px) {
      .products-sidebar-title {
        margin: 0;
        height: 70px;
        padding-top: 22px; } }
    .products-sidebar-title:before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/icon-list.svg) no-repeat center/contain;
      margin: 0 10px 0 0; }
  .products-sidebar-main {
    background: #F1F1F1;
    padding: 20px 10px 20px 20px; }
    .products-sidebar-main > li {
      position: relative;
      margin: 0 0 16px; }
      .products-sidebar-main > li:last-child {
        margin-bottom: 0; }
      .products-sidebar-main > li > a {
        color: #C20E1A;
        font-size: 16px;
        font-family: "Oswald", sans-serif; }
        .products-sidebar-main > li > a:hover {
          color: #aa0c17;
          text-decoration: underline; }
        @media (min-width: 1240px) {
          .products-sidebar-main > li > a {
            font-size: 18px; } }
      .products-sidebar-main > li .sub-menu {
        padding-top: 14px;
        font: 14px "Oswald", sans-serif;
        text-transform: uppercase;
        display: none; }
        .products-sidebar-main > li .sub-menu li {
          margin: 0 0 6px; }
          .products-sidebar-main > li .sub-menu li.is-current a {
            text-decoration: underline; }
          .products-sidebar-main > li .sub-menu li a:hover {
            text-decoration: underline; }
      .products-sidebar-main > li.is-stock a {
        color: #43A664; }
        .products-sidebar-main > li.is-stock a:hover {
          color: #3c9459; }
      .products-sidebar-main > li.is-news a {
        color: #FF9700; }
        .products-sidebar-main > li.is-news a:hover {
          color: #e68800; }
      .products-sidebar-main > li.is-branded {
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        .products-sidebar-main > li.is-branded a {
          color: #067BC2; }
          .products-sidebar-main > li.is-branded a:hover {
            color: #056ba9; }
      .products-sidebar-main > li.has-children {
        padding-right: 25px; }
        .products-sidebar-main > li.has-children .expand-submenu {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          background: url(../images/icon-double_arrow_down.svg) no-repeat center/contain;
          position: relative;
          transition: 250ms ease-in-out;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 2px; }
      .products-sidebar-main > li.is-current .expand-submenu {
        transform: rotate(-180deg); }
      .products-sidebar-main > li.is-current .sub-menu {
        display: block; }
      .products-sidebar-main > li.is-opened .expand-submenu {
        transform: rotate(-180deg); }
      .products-sidebar-main > li.is-closed .expand-submenu {
        transform: rotate(0deg); }
.products-list:after {
  content: "";
  display: block;
  clear: both; }
.products-pagination {
  margin: 56px 0 0;
  text-align: right; }
  .products-pagination:after {
    content: "";
    display: block;
    clear: both; }
  .products-pagination a, .products-pagination span {
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 45px;
    background: #929393;
    color: white;
    transition: 250ms; }
    .products-pagination a:not(.dots):hover, .products-pagination a.current, .products-pagination span:not(.dots):hover, .products-pagination span.current {
      background-color: #252424; }
    @media (max-width: 979px) {
      .products-pagination a, .products-pagination span {
        height: 35px;
        line-height: 35px;
        width: 35px; } }
  .products-pagination-prev, .products-pagination .prev {
    transform: rotate(180deg);
    color: transparent;
    background: #929393 url(../images/icon-double_arrow_right_white.svg) no-repeat center center;
    background-size: 18px auto; }
  .products-pagination-next, .products-pagination .next {
    color: transparent;
    background: #929393 url(../images/icon-double_arrow_right_white.svg) no-repeat center center;
    background-size: 18px auto; }
.products-empty {
  text-align: center;
  padding-top: 60px; }
.products__related {
  margin-top: -50px; }
  .products__related:after {
    content: "";
    display: block;
    clear: both; }
.products.view-search {
  padding-bottom: 0; }
  .products.view-search:last-child {
    padding-bottom: 90px; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  display: none;
  text-align: center; }
  .lightbox:target {
    display: block; }
  .lightbox-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(101, 101, 101, 0.72); }
  .lightbox-cnt {
    position: relative;
    background: white;
    margin: 40px auto;
    padding: 50px 18px;
    width: 100%;
    max-width: 360px;
    max-height: calc(100% - 80px);
    overflow: auto; }
    @media (min-width: 700px) {
      .lightbox-cnt {
        max-width: 460px;
        padding: 50px 60px; } }
    @media (min-width: 980px) {
      .lightbox-cnt {
        max-width: 920px; } }
    .lightbox-cnt-close {
      background: #C20E1A;
      color: white;
      width: 42px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      transition: 250ms; }
      .lightbox-cnt-close:before {
        content: "X";
        display: block;
        font-weight: bold;
        font-size: 18px;
        line-height: 40px;
        text-align: center; }
      .lightbox-cnt-close:hover {
        background: #aa0c17; }
  .lightbox-title {
    font: 700 24px "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0 0 32px; }
    .lightbox-title span {
      display: block;
      font-size: 18px;
      margin: 8px 0 0; }
  .lightbox-success:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 28px;
    background: url(../images/icon-success.svg); }

.slideshow {
  position: relative;
  background: url(../images/slideshow.png) no-repeat center/cover;
  overflow: hidden; }
  @media (min-width: 700px) {
    .slideshow {
      height: 420px; } }
  .slideshow .inner {
    position: relative; }
  .slideshow-slide {
    text-align: center;
    padding: 40px 0 34px; }
    @media (min-width: 700px) {
      .slideshow-slide {
        padding: 0;
        height: 420px; } }
    .slideshow-slide-cnt {
      position: relative;
      text-align: left; }
      .slideshow-slide-cnt-title {
        font: 700 24px "Oswald", sans-serif;
        color: rgba(108, 107, 107, 0.7);
        text-transform: uppercase; }
        @media (min-width: 700px) {
          .slideshow-slide-cnt-title {
            font-size: 32px; } }
        @media (min-width: 980px) {
          .slideshow-slide-cnt-title {
            font-size: 40px; } }
        @media (min-width: 1240px) {
          .slideshow-slide-cnt-title {
            font-size: 48px; } }
      .slideshow-slide-cnt-desc {
        color: #6c6b6b;
        font-size: 16px; }
        @media (min-width: 700px) {
          .slideshow-slide-cnt-desc {
            font-size: 20px; } }
        @media (min-width: 1240px) {
          .slideshow-slide-cnt-desc {
            font-size: 24px; } }
      .slideshow-slide-cnt .btn, .slideshow-slide-cnt .footer-newsletter-form input[type="submit"], .footer-newsletter-form .slideshow-slide-cnt input[type="submit"], .slideshow-slide-cnt .logform input[type="submit"], .logform .slideshow-slide-cnt input[type="submit"], .slideshow-slide-cnt #loginform input[type="submit"], #loginform .slideshow-slide-cnt input[type="submit"] {
        margin: 20px 0 0; }
      @media (max-width: 699px) {
        .slideshow-slide-cnt-img {
          max-width: 125px;
          margin: 0 0 24px; } }
      @media (min-width: 700px) {
        .slideshow-slide-cnt-img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto; } }

.services {
  max-width: 870px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    .services {
      display: flex;
      flex-wrap: wrap; } }
  .services-service {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 480px) {
      .services-service {
        margin-top: 50px;
        flex: 0 0 50%; } }
    .services-service:nth-child(-n+1) {
      margin-top: 0; }
    @media (min-width: 480px) {
      .services-service:nth-child(-n+2) {
        margin-top: 0; } }
    .services-service-img {
      flex: 0 0 75px; }
      @media (min-width: 480px) {
        .services-service-img {
          flex: 0 0 100px; } }
      @media (min-width: 980px) {
        .services-service-img {
          flex: 0 0 150px; } }
    .services-service-title {
      flex: 1;
      padding: 0 0 0 20px;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #C20E1A; }
      @media (min-width: 700px) {
        .services-service-title {
          font-size: 24px;
          padding: 0 0 0 40px; } }
    @media (min-width: 480px) {
      .services-service:nth-child(even) .services-service-img {
        order: 2; } }
    @media (min-width: 480px) {
      .services-service:nth-child(even) .services-service-title {
        order: 1;
        text-align: right;
        padding: 0 20px 0 0; } }
    @media (min-width: 700px) {
      .services-service:nth-child(even) .services-service-title {
        padding: 0 40px 0 0; } }
    .services-service:hover .services-service-title {
      color: #920b14;
      text-decoration: underline; }

.references .pagebox-title {
  margin: 0 0 48px; }
.references-slider {
  position: relative;
  height: 142px;
  overflow: hidden; }
  .references-slider:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 700px) {
    .references-slider {
      height: 204px; } }
.references-reference {
  display: block;
  text-align: center;
  position: relative; }
  .references-reference img {
    margin: 0 auto; }
  .references-reference-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .references-reference-name {
    font-size: 16px;
    font-family: "Oswald", sans-serif; }
    @media (min-width: 1240px) {
      .references-reference-name {
        font-size: 18px; } }
    @media (min-width: 1240px) {
      .references-reference-name {
        padding: 0 50px;
        margin: 14px 0 0; } }
    .references-reference-name span {
      display: block;
      margin: 6px 0 0; }
  .references-reference:hover .references-reference-name {
    color: #C20E1A; }
  .references-reference.view-2 {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px; }
    @media (min-width: 480px) {
      .references-reference.view-2 {
        width: 50%; } }
    @media (min-width: 700px) {
      .references-reference.view-2 {
        width: 33.333%; } }
    .references-reference.view-2 .references-reference-img {
      object-fit: cover;
      font-family: "object-fit: cover";
      width: 100%;
      height: 100%;
      display: block;
      transition: 250ms ease-in-out; }
    .references-reference.view-2 .references-reference-name {
      position: absolute;
      top: 0;
      left: 0;
      top: -100%;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: 250ms ease-in-out;
      background: rgba(194, 14, 26, 0.7);
      color: white;
      margin: 0; }
    .references-reference.view-2:hover .references-reference-img {
      transform: scale(1.1); }
    .references-reference.view-2:hover .references-reference-name {
      top: 0;
      opacity: 1; }
.references-control {
  bottom: 100px; }
.references-wrap:not(.view-2):after {
  content: "";
  display: block;
  clear: both; }
@media (min-width: 980px) {
  .references-wrap:not(.view-2) {
    margin: 0 0 -66px; } }
.references-wrap:not(.view-2) .references-reference {
  padding: 0 20px;
  margin: 0 0 66px; }
  @media (min-width: 480px) {
    .references-wrap:not(.view-2) .references-reference {
      float: left;
      width: 33.333%; } }
  @media (min-width: 700px) {
    .references-wrap:not(.view-2) .references-reference {
      width: 25%; }
      .references-wrap:not(.view-2) .references-reference:nth-child(4n+1) {
        clear: left; } }
.references-wrap.view-2 {
  display: flex;
  flex-wrap: wrap; }

.pagebox.has-taxes + .pagebox {
  padding-top: 0; }
.pagebox-title {
  margin: 0 0 26px;
  text-align: center; }
  @media (min-width: 570px) {
    .pagebox-title.is-double {
      max-width: 840px;
      margin-left: auto;
      margin-right: auto;
      display: flex; } }
  .pagebox-title.is-double .pagebox-title-left {
    margin-bottom: 40px;
    position: relative; }
    @media (min-width: 570px) {
      .pagebox-title.is-double .pagebox-title-left {
        text-align: right;
        margin-bottom: 0;
        padding-right: 40px;
        width: 50%; } }
    .pagebox-title.is-double .pagebox-title-left:before {
      content: "";
      display: block;
      position: absolute;
      height: 3px;
      bottom: -24px;
      right: 0;
      width: 100%;
      background: #C20E1A; }
      @media (min-width: 570px) {
        .pagebox-title.is-double .pagebox-title-left:before {
          right: -1px;
          top: 0;
          bottom: auto;
          width: 3px;
          height: 100%; } }
  @media (min-width: 570px) {
    .pagebox-title.is-double .pagebox-title-right {
      padding-left: 40px;
      text-align: left;
      width: 50%; } }
.pagebox-files a {
  color: #C20E1A; }
  .pagebox-files a:hover {
    color: #aa0c17;
    text-decoration: underline; }
.pagebox-files li {
  margin: 0 0 0.2em; }
.pagebox .form {
  margin-top: 32px; }
  @media (max-width: 979px) {
    .pagebox .form {
      max-width: 340px;
      margin: 32px auto; } }
.pagebox.is-search_head {
  padding-bottom: 0; }
.pagebox-col {
  float: left;
  padding-right: 30px; }
  @media (max-width: 699px) {
    .pagebox-col {
      padding-right: 0;
      margin: 2em 0;
      float: none;
      width: auto !important; } }

.wysiwyg {
  line-height: 135%; }
  .wysiwyg h1 {
    margin: 0 0 16px; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    margin: 1em 0 0.6em; }
    .wysiwyg h2 + p, .wysiwyg h2 + ul, .wysiwyg h2 + ol, .wysiwyg h3 + p, .wysiwyg h3 + ul, .wysiwyg h3 + ol, .wysiwyg h4 + p, .wysiwyg h4 + ul, .wysiwyg h4 + ol, .wysiwyg h5 + p, .wysiwyg h5 + ul, .wysiwyg h5 + ol, .wysiwyg h6 + p, .wysiwyg h6 + ul, .wysiwyg h6 + ol {
      margin-top: 0; }
  .wysiwyg blockquote {
    background: #F1F1F1;
    border-left: 5px solid #C20E1A;
    padding: 20px; }
  .wysiwyg p {
    line-height: 150%; }
    .wysiwyg p.has-iframe {
      margin: 40px 0; }
  .wysiwyg *:not(.products-product):first-child {
    margin-top: 0; }
  .wysiwyg *:not(.products-product):last-child {
    margin-bottom: 0; }
  .wysiwyg *:not(.products-product):only-child {
    margin: 0; }
  .wysiwyg a {
    color: #C20E1A; }
    .wysiwyg a:hover {
      color: #aa0c17;
      text-decoration: underline; }
  .wysiwyg .btn a, .wysiwyg .footer-newsletter-form input[type="submit"] a, .footer-newsletter-form .wysiwyg input[type="submit"] a, .wysiwyg .logform input[type="submit"] a, .logform .wysiwyg input[type="submit"] a, .wysiwyg #loginform input[type="submit"] a, #loginform .wysiwyg input[type="submit"] a {
    color: white; }
  .wysiwyg .has-iframe iframe {
    height: 300px;
    max-height: 50vh;
    width: 100%;
    border: 0; }
  .wysiwyg .products-wrap {
    margin: -20px 0 50px; }
  .wysiwyg .products-product {
    color: black; }
    .wysiwyg .products-product:hover {
      color: black;
      text-decoration: none; }
      .wysiwyg .products-product:hover .products-product-title {
        color: #C20E1A; }

/*# sourceMappingURL=style.css.map */
