/* <><><><><><><><><><><><><> reset & fonts */
/* <><><><><><><><><><><><><> general */
/* 300,400,500 */
/* 400, 700 */
@font-face {
  font-family: "icons";
  src: url("/static/icons/fonts/icons.ttf?os4d7u") format("truetype"), url("/static/icons/fonts/icons.woff?os4d7u") format("woff"), url("/static/icons/fonts/icons.svg?os4d7u#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e914";
}

.icon-orders:before {
  content: "\e915";
}

.icon-basket:before {
  content: "\e913";
}

.icon-pdf:before {
  content: "\e912";
}

.icon-clock:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e902";
}

.icon-pin:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-balanceren:before {
  content: "\e907";
}

.icon-monteren:before {
  content: "\e908";
}

.icon-perslucht:before {
  content: "\e909";
}

.icon-reparaties:before {
  content: "\e90a";
}

.icon-ruwmateriaal:before {
  content: "\e90b";
}

.icon-tpms:before {
  content: "\e90d";
}

.icon-valve:before {
  content: "\e90e";
}

.icon-varia:before {
  content: "\e90f";
}

.icon-warmvulcanisatie:before {
  content: "\e910";
}

.icon-zeca:before {
  content: "\e911";
}

.icon-chevron:before {
  content: "\e90c";
}

.icon-email:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-tick:before {
  content: "\ea10";
}

.icon-fax:before {
  content: "\e954";
}

.icon-cross:before {
  content: "\ea0f";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* <><><><><><><><><><><><><> components & config  */
/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/* <><><><><><><><><><><><><> global */
/* <><><><><><><><><><><><><> profound grid */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Helper Class: Container */
.row {
  width: 96%;
  margin: 0 2%;
}

/* Helper Class: Columns */
.col1 {
  float: left;
  margin-right: -100%;
  width: 2.25%;
}

.col2 {
  float: left;
  margin-right: -100%;
  width: 6.5%;
}

.col3 {
  float: left;
  margin-right: -100%;
  width: 10.75%;
}

.col4 {
  float: left;
  margin-right: -100%;
  width: 15%;
}

.col5 {
  float: left;
  margin-right: -100%;
  width: 19.25%;
}

.col6 {
  float: left;
  margin-right: -100%;
  width: 23.5%;
}

.col7 {
  float: left;
  margin-right: -100%;
  width: 27.75%;
}

.col8 {
  float: left;
  margin-right: -100%;
  width: 32%;
}

.col9 {
  float: left;
  margin-right: -100%;
  width: 36.25%;
}

.col10 {
  float: left;
  margin-right: -100%;
  width: 40.5%;
}

.col11 {
  float: left;
  margin-right: -100%;
  width: 44.75%;
}

.col12 {
  float: left;
  margin-right: -100%;
  width: 49%;
}

.col13 {
  float: left;
  margin-right: -100%;
  width: 53.25%;
}

.col14 {
  float: left;
  margin-right: -100%;
  width: 57.5%;
}

.col15 {
  float: left;
  margin-right: -100%;
  width: 61.75%;
}

.col16 {
  float: left;
  margin-right: -100%;
  width: 66%;
}

.col17 {
  float: left;
  margin-right: -100%;
  width: 70.25%;
}

.col18 {
  float: left;
  margin-right: -100%;
  width: 74.5%;
}

.col19 {
  float: left;
  margin-right: -100%;
  width: 78.75%;
}

.col20 {
  float: left;
  margin-right: -100%;
  width: 83%;
}

.col21 {
  float: left;
  margin-right: -100%;
  width: 87.25%;
}

.col22 {
  float: left;
  margin-right: -100%;
  width: 91.5%;
}

.col23 {
  float: left;
  margin-right: -100%;
  width: 95.75%;
}

.col24 {
  float: left;
  margin-right: -100%;
  width: 100%;
}

/* Helper Class: Horizontal Position */
.push0 {
  margin-left: 0%;
}

.push1 {
  margin-left: 4.25%;
}

.push2 {
  margin-left: 8.5%;
}

.push3 {
  margin-left: 12.75%;
}

.push4 {
  margin-left: 17%;
}

.push5 {
  margin-left: 21.25%;
}

.push6 {
  margin-left: 25.5%;
}

.push7 {
  margin-left: 29.75%;
}

.push8 {
  margin-left: 34%;
}

.push9 {
  margin-left: 38.25%;
}

.push10 {
  margin-left: 42.5%;
}

.push11 {
  margin-left: 46.75%;
}

.push12 {
  margin-left: 51%;
}

.push13 {
  margin-left: 55.25%;
}

.push14 {
  margin-left: 59.5%;
}

.push15 {
  margin-left: 63.75%;
}

.push16 {
  margin-left: 68%;
}

.push17 {
  margin-left: 72.25%;
}

.push18 {
  margin-left: 76.5%;
}

.push19 {
  margin-left: 80.75%;
}

.push20 {
  margin-left: 85%;
}

.push21 {
  margin-left: 89.25%;
}

.push22 {
  margin-left: 93.5%;
}

.push23 {
  margin-left: 97.75%;
}

/* Helper Class: Columns */
.pcol1 {
  float: left;
  margin-right: -100%;
  width: 2.25%;
  margin-left: 0%;
}

.pcol2 {
  float: left;
  margin-right: -100%;
  width: 6.5%;
  margin-left: 4.25%;
}

.pcol3 {
  float: left;
  margin-right: -100%;
  width: 10.75%;
  margin-left: 8.5%;
}

.pcol4 {
  float: left;
  margin-right: -100%;
  width: 15%;
  margin-left: 12.75%;
}

.pcol5 {
  float: left;
  margin-right: -100%;
  width: 19.25%;
  margin-left: 17%;
}

.pcol6 {
  float: left;
  margin-right: -100%;
  width: 23.5%;
  margin-left: 21.25%;
}

.pcol7 {
  float: left;
  margin-right: -100%;
  width: 27.75%;
  margin-left: 25.5%;
}

.pcol8 {
  float: left;
  margin-right: -100%;
  width: 32%;
  margin-left: 29.75%;
}

.pcol9 {
  float: left;
  margin-right: -100%;
  width: 36.25%;
  margin-left: 34%;
}

.pcol10 {
  float: left;
  margin-right: -100%;
  width: 40.5%;
  margin-left: 38.25%;
}

.pcol11 {
  float: left;
  margin-right: -100%;
  width: 44.75%;
  margin-left: 42.5%;
}

.pcol12 {
  float: left;
  margin-right: -100%;
  width: 49%;
  margin-left: 46.75%;
}

.pcol13 {
  float: left;
  margin-right: -100%;
  width: 53.25%;
  margin-left: 51%;
}

.pcol14 {
  float: left;
  margin-right: -100%;
  width: 57.5%;
  margin-left: 55.25%;
}

.pcol15 {
  float: left;
  margin-right: -100%;
  width: 61.75%;
  margin-left: 59.5%;
}

.pcol16 {
  float: left;
  margin-right: -100%;
  width: 66%;
  margin-left: 63.75%;
}

.pcol17 {
  float: left;
  margin-right: -100%;
  width: 70.25%;
  margin-left: 68%;
}

.pcol18 {
  float: left;
  margin-right: -100%;
  width: 74.5%;
  margin-left: 72.25%;
}

.pcol19 {
  float: left;
  margin-right: -100%;
  width: 78.75%;
  margin-left: 76.5%;
}

.pcol20 {
  float: left;
  margin-right: -100%;
  width: 83%;
  margin-left: 80.75%;
}

.pcol21 {
  float: left;
  margin-right: -100%;
  width: 87.25%;
  margin-left: 85%;
}

.pcol22 {
  float: left;
  margin-right: -100%;
  width: 91.5%;
  margin-left: 89.25%;
}

.pcol23 {
  float: left;
  margin-right: -100%;
  width: 95.75%;
  margin-left: 93.5%;
}

.pcol24 {
  float: left;
  margin-right: -100%;
  width: 100%;
  margin-left: 97.75%;
}

/* generates col / push */
/* Magnific Popup CSS */
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { /*cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out*/ }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.mfp-gallery .mfp-title .share {
  position: absolute;
  bottom: 4px;
  right: 0;
  padding: 15px 15px;
  background: #3b5998;
  color: white;
  text-decoration: none;
  display: block;
  font-size: 15px;
}
.mfp-gallery .mfp-title .share i {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 5px;
  padding-right: 5px;
}

/* <><><><><><><><><><><><><> site specs  */
.color-black, .hover-color-black:hover {
  color: #2E2E2E;
}

.color-white, .hover-color-white:hover {
  color: #fff;
}

.color-grey-light, .hover-color-grey-light:hover {
  color: #F8F8F8;
}

.color-grey, .hover-color-grey:hover {
  color: #EFEFEF;
}

.color-grey-dark, .hover-color-grey-dark:hover {
  color: #5F5F5F;
}

.color-red, .hover-color-red:hover {
  color: #DA1F26;
}

.color-red-dark, .hover-color-red-dark:hover {
  color: #9B0006;
}

.color-green, .hover-color-green:hover {
  color: #62bd00;
}

.bg-black, .hover-bg-black:hover {
  background-color: #2E2E2E;
}

.bg-white, .hover-bg-white:hover {
  background-color: #fff;
}

.bg-grey-light, .hover-bg-grey-light:hover {
  background-color: #F8F8F8;
}

.bg-grey, .hover-bg-grey:hover {
  background-color: #EFEFEF;
}

.bg-grey-dark, .hover-bg-grey-dark:hover {
  background-color: #5F5F5F;
}

.bg-red, .hover-bg-red:hover {
  background-color: #DA1F26;
}

.bg-red-dark, .hover-bg-red-dark:hover {
  background-color: #9B0006;
}

.bg-green, .hover-bg-green:hover {
  background-color: #62bd00;
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clear:after {
  clear: both;
}

.rel {
  position: relative;
}

.hide-empty:empty {
  display: none;
}

.bg-white {
  background: #fff;
}

@media only screen and (min-width: 767px) {
  .v-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .mobile-text-align-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-text-align-left {
    text-align: left;
  }
}

.width-100 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    width: 100%;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.trans, .download-bar a, .list-vertical article a.item, .list-vertical article .item, .list-horizontal article h2, .list-horizontal article .icon, .list-horizontal article .img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border: 5px solid #EFEFEF;
}

@media only screen and (min-width: 767px) {
  .bg-overflow-left, .bg-overflow-right {
    position: relative;
  }
  .bg-overflow-left:after, .bg-overflow-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 200%;
  }
  .bg-overflow-left.bg-overflow-left:after, .bg-overflow-right.bg-overflow-left:after {
    left: -200%;
  }
  .bg-overflow-left.bg-overflow-right:after, .bg-overflow-right.bg-overflow-right:after {
    left: auto;
    right: -200%;
  }
}
.bg-overflow-left.bg-black:after, .bg-overflow-right.bg-black:after {
  background-color: #2E2E2E;
}
.bg-overflow-left.bg-white:after, .bg-overflow-right.bg-white:after {
  background-color: #fff;
}
.bg-overflow-left.bg-grey-light:after, .bg-overflow-right.bg-grey-light:after {
  background-color: #F8F8F8;
}
.bg-overflow-left.bg-grey:after, .bg-overflow-right.bg-grey:after {
  background-color: #EFEFEF;
}
.bg-overflow-left.bg-grey-dark:after, .bg-overflow-right.bg-grey-dark:after {
  background-color: #5F5F5F;
}
.bg-overflow-left.bg-red:after, .bg-overflow-right.bg-red:after {
  background-color: #DA1F26;
}
.bg-overflow-left.bg-red-dark:after, .bg-overflow-right.bg-red-dark:after {
  background-color: #9B0006;
}
.bg-overflow-left.bg-green:after, .bg-overflow-right.bg-green:after {
  background-color: #62bd00;
}

.underline {
  text-decoration: underline !important;
}

.top-pad {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .top-pad {
    padding-top: 30px;
  }
}

.top-pad-large {
  padding-top: 120px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .top-pad-large {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .top-pad-large {
    padding-top: 30px;
  }
}

.top-pad-medium {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-pad-medium {
    padding-top: 20px;
  }
}

.top-pad-small {
  padding-top: 20px;
}

.top-pad-tiny {
  padding-top: 10px;
}

.bot-pad {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bot-pad {
    padding-bottom: 30px;
  }
}

.bot-pad-large {
  padding-bottom: 120px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .bot-pad-large {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .bot-pad-large {
    padding-bottom: 30px;
  }
}

.bot-pad-medium {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .bot-pad-medium {
    padding-bottom: 20px;
  }
}

.bot-pad-small {
  padding-bottom: 20px;
}

.bot-pad-tiny {
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .top-pad-mobile-off {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .bot-pad-mobile-off {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-top-pad {
    padding-top: 30px;
  }
  .mobile-bot-pad {
    padding-bottom: 30px;
  }
  .mobile-top-pad-small {
    padding-top: 15px;
  }
  .mobile-bot-pad-small {
    padding-bottom: 15px;
  }
}
.top-mar {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .top-mar {
    margin-top: 30px;
  }
}

.top-mar-large {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .top-mar-large {
    margin-top: 30px;
  }
}

.top-mar-medium {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-mar-medium {
    margin-top: 30px;
  }
}

.top-mar-small {
  margin-top: 20px;
}

.top-mar-tiny {
  margin-top: 10px;
}

.bot-mar {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bot-mar {
    margin-bottom: 30px;
  }
}

.bot-mar-large {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .bot-mar-large {
    margin-bottom: 30px;
  }
}

.bot-mar-medium {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .bot-mar-medium {
    margin-bottom: 30px;
  }
}

.bot-mar-small {
  margin-bottom: 20px;
}

.bot-mar-tiny {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .top-mar-mobile-off {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .bot-mar-mobile-off {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-top-mar {
    margin-top: 30px;
  }
  .mobile-top-mar-medium {
    margin-top: 15px;
  }
  .mobile-bot-mar {
    margin-bottom: 30px;
  }
  .mobile-bot-mar-medium {
    margin-bottom: 15px;
  }
}
.pad-30 {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .pad-30 {
    padding: 15px;
  }
}

.pad-15 {
  padding: 15px;
}

.pad-5 {
  padding: 5px;
}

/* <><><><><><><><><><><><><> form reset */
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* These elements are usually rendered a certain way by the browser */
button,
input,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
}

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #ebebeb;
}

/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* <><><><><><><><><><><><><> main */
body {
  font-family: "Roboto", sans-serif;
  min-width: 960px;
  font-size: 17px;
  line-height: 30px;
  color: #2E2E2E;
  font-weight: 300;
  background: #E4E4E4;
  /* tablet scaling, portrait, fix */
}
@media only screen and (width: 768px) {
  body {
    min-height: 1200px;
  }
}

.row {
  margin: 0px auto;
  max-width: 1200px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.row:after {
  clear: both;
}
.row .row {
  width: 100%;
}

.row-wide {
  width: 94%;
  max-width: 1500px;
  margin: 0px auto;
}

.mobileOn {
  display: none;
}

.site-wrap {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 767px) {
  .sobeltop {
    min-height: calc(100vh - 116px);
  }
}
main {
  display: block;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none !important;
}

.strong {
  font-weight: 500;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.promo .promo-badge {
  margin-right: 10px;
}
.promo.borders {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.promo.large {
  font-size: 18px;
  line-height: 20px;
}
.promo.large .promo-badge {
  margin-right: 20px;
}

.notification-message-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 900;
  display: none;
}
.notification-message-bar.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.notification-message-bar .message {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
}

.hdr .top .cl {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr .top .logo img {
  display: block;
}
.hdr .contact {
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .hdr .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0px;
    width: 100%;
  }
  .hdr .contact li:not(:last-of-type) {
    padding-right: 25px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .hdr .contact li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.hdr .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #5F5F5F;
  font-weight: 400;
  padding: 5px 0;
}
.hdr .contact a {
  color: #5F5F5F;
}
.hdr .contact a.phone {
  display: block;
  min-width: 140px;
}
.hdr .contact a:hover {
  text-decoration: underline !important;
}
.hdr .contact .icon {
  font-size: 35px;
  padding-right: 5px;
}
@media only screen and (max-width: 1090px) {
  .hdr .contact .icon {
    font-size: 24px;
    padding-right: 3px;
    margin-left: -3px;
  }
}
.hdr .contact .title {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #2E2E2E;
}
.hdr .contact li.lang-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hdr .contact .lang a {
  display: inline-block;
  text-transform: uppercase;
}
.hdr .contact .lang a:not(:last-of-type) {
  margin-right: 5px;
}
.hdr .contact .lang a.active {
  color: #DA1F26;
  font-weight: 500;
}
.hdr .contact .basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr .contact .basket a:hover {
  text-decoration: none !important;
  color: #DA1F26;
}
.hdr .contact .basket .icon {
  font-size: 36px;
  margin-top: 10px;
  display: block;
  position: relative;
}
.hdr .contact .basket .icon-basket {
  display: none;
}
.hdr .contact .basket .icon-user {
  font-size: 30px;
}
.hdr .contact .basket a + a {
  padding-left: 10px;
}
.hdr .contact .basket span.count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 11px;
  padding: 3px;
  border-radius: 50%;
  background: #DA1F26;
  color: white;
  font-weight: 500;
}
@media only screen and (max-width: 1150px) {
  .hdr .contact .lang a {
    display: block;
  }
  .hdr .contact .basket .icon {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hdr .contact a, .hdr .contact li {
    color: white;
  }
  .hdr .contact .icon {
    color: #2E2E2E;
  }
  .hdr .contact .title {
    color: #fff;
  }
  .hdr .contact .lang {
    padding-top: 10px;
  }
  .hdr .contact .lang a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
  }
  .hdr .contact .lang a.active {
    background: rgba(0, 0, 0, 0.5);
    color: white;
  }
  .hdr .contact .basket span.count {
    background: white;
    color: #2E2E2E;
  }
}
@media only screen and (max-width: 767px) {
  .hdr {
    background: #2E2E2E;
  }
  .hdr .top .cl {
    height: auto;
  }
  .hdr .top .logo {
    float: left;
  }
  .hdr .search {
    *zoom: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hdr .search:before, .hdr .search:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  .hdr .search:after {
    clear: both;
  }
  .hdr .search input {
    width: 80%;
    line-height: 46px;
    height: 46px;
    padding-left: 15px;
    float: left;
    border-right: none;
    font-size: 16px;
  }
  .hdr .search button {
    display: block;
    height: 46px;
    width: 20%;
    float: right;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
  }
}

.ftr {
  /* desktop only */
}
.ftr * {
  font-size: 14px !important;
}
.ftr, .ftr a {
  color: #5F5F5F;
}
@media only screen and (max-width: 767px) {
  .ftr, .ftr a {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .ftr .cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ftr .websiteby {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -9px;
  }
}
.ftr span.div {
  display: inline-block;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .ftr span.div {
    display: none;
  }
}
.ftr img {
  display: inline-block;
  margin-top: 8px;
}
.ftr a:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .ftr {
    text-align: center;
    padding-bottom: 20px;
  }
  .ftr img {
    margin-top: 0px;
  }
  .ftr .cl {
    padding-bottom: 15px;
  }
  .ftr .websiteby a {
    display: block;
  }
}

#searchBar {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#searchBar.open {
  display: block;
}
#searchBar input {
  height: 60px;
  line-height: 60px;
}
#searchBar input.input {
  border: none;
  background: #F8F8F8;
  width: 90%;
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #2E2E2E;
}
#searchBar input.submit {
  width: 10%;
  cursor: pointer;
  font-size: 24px;
}

#searchBarOverlay.open {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  background: rgba(248, 248, 248, 0.9);
}
#searchBarOverlay.open #searchClose {
  text-align: right;
}
#searchBarOverlay.open #searchClose div {
  display: inline-block;
  width: 10%;
  height: 80px;
  line-height: 50px;
  text-align: center;
  font-size: 62px;
  color: #DA1F26;
  font-weight: 700;
  cursor: pointer;
}
#searchBarOverlay.open #searchClose div:hover {
  color: #2E2E2E;
}
#searchBarOverlay.open #searchBar {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin-top: -80px;
}
#searchBarOverlay.open #searchBar form {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
}
#searchBarOverlay.open #searchBar input {
  height: 90px;
  line-height: 90px;
}
#searchBarOverlay.open #searchBar .input {
  background: #fff;
}
.notice {
  border: 1px solid #ccc;
  padding: 20px !important;
}
.notice p {
  display: block;
  padding: 0px;
  padding-bottom: 10px !important;
}
.notice p:last-child {
  padding-bottom: 0px !important;
}
.notice.error {
  color: #DA1F26;
  border-color: #DA1F26;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 25px 40px;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.btn.ghost {
  background: none;
}
.btn.small {
  font-size: 16px;
  padding: 15px 20px;
}
.btn.arrow-left:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 15px;
  position: relative;
  top: 1px;
}
.btn.arrow-right:after {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  padding-left: 15px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .btn.mobile-block {
    display: block;
  }
}
.btn.block {
  display: block !important;
}
.btn.icon-left {
  position: relative;
}
.btn.icon-left:before {
  position: absolute;
  line-height: 17px;
  left: 25px;
  font-size: 34px;
}

.btn-wrap.disabled {
  position: relative;
}
.btn-wrap.disabled:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.small-link {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #5F5F5F !important;
}
.small-link.icon-left {
  padding-left: 20px;
  position: relative;
}
.small-link.icon-left:before {
  position: absolute;
  line-height: 16px;
  left: 0px;
}
.small-link.icon-right {
  padding-right: 20px;
  position: relative;
}
.small-link.icon-right:before {
  position: absolute;
  line-height: 16px;
  right: 0px;
}

.btn-wrap a:first-of-type {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .btn-wrap a {
    display: block;
  }
  .btn-wrap a:first-of-type {
    margin: 0 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  #navMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navMain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 50px;
  }
  #navMain li {
    padding: 15px 0;
  }
  #navMain a {
    display: block;
    color: white;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    padding: 25px 20px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 767px) and (max-width: 800px) {
  #navMain a {
    font-size: 15px;
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 767px) {
  #navMain a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  #navMain a.active {
    background: white;
    color: #DA1F26;
  }
  #navMain .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
  }
  #navMain .search:hover {
    background: #2E2E2E;
  }
}
@media only screen and (max-width: 767px) {
  #navMain {
    padding: 15px;
    margin-bottom: 15px;
    display: none;
    background: #DA1F26;
  }
  #navMain.open {
    display: block;
  }
  #navMain ul:not(.contact) a {
    display: block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
  }
  #navMain ul:not(.contact) a.active {
    background: #2E2E2E;
  }
}
#navToggle {
  width: 40px;
  height: 40px;
  z-index: 600;
  cursor: pointer;
  top: 20px;
  right: 10px;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#navToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #DA1F26;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#navToggle.open span {
  background: #DA1F26;
}
#navToggle span:nth-child(1) {
  top: 10px;
}
#navToggle span:nth-child(2), #navToggle span:nth-child(3) {
  top: 20px;
}
#navToggle span:nth-child(4) {
  top: 30px;
}
#navToggle.open span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}
#navToggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
#navToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}
#navToggle.open span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}

.hours .column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hours .column-row:nth-child(odd) {
  background: #F8F8F8;
}
.hours .column-row .column {
  padding: 8px 15px;
  width: 65%;
}
.hours .column-row .column.highlight {
  width: 35%;
  font-weight: 500;
}

.formStyles ul {
  padding-left: 0px;
}
.formStyles li {
  padding-bottom: 15px !important;
  padding-left: 0 !important;
  *zoom: 1;
}
.formStyles li:before, .formStyles li:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.formStyles li:after {
  clear: both;
}
.formStyles label {
  width: 20%;
  float: left;
  position: relative;
  top: 12px;
  font-weight: 400;
}
.formStyles input[type=text], .formStyles input[type=password], .formStyles .fileSelectBtn, .formStyles select {
  width: 80%;
  float: left;
  padding: 0px 15px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #eaeaea;
  outline: none;
  line-height: 60px !important;
  font-size: 18px;
}
.formStyles textarea {
  padding: 10px 15px;
  height: 165px;
  border: 1px solid #eaeaea;
  line-height: 24px;
  width: 80%;
  outline: none;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .formStyles label, .formStyles input[type=text], .formStyles textarea {
    width: 100%;
    float: none;
    top: 0;
  }
  .formStyles label {
    font-size: 18px;
    line-height: 25px;
  }
}
.formStyles input, .formStyles textarea, .formStyles select {
  outline: none;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}
.formStyles input.error, .formStyles textarea.error, .formStyles select.error {
  border: 1px solid red;
}
.formStyles label.error {
  display: none !important;
}
.formStyles .submit-wrap {
  overflow: hidden;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}
.formStyles input[type=submit] {
  background: #2E2E2E;
  text-transform: uppercase;
  padding: 20px 50px;
  color: white;
  border: 1px solid #2E2E2E;
  border-radius: 0;
  cursor: pointer;
  margin-left: 20%;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.formStyles input[type=submit]:hover {
  background: #DA1F26;
  border-color: #DA1F26;
  color: white;
}
@media only screen and (max-width: 767px) {
  .formStyles input[type=submit] {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
}
.formStyles.stacked input, .formStyles.stacked textarea, .formStyles.stacked select, .formStyles.stacked label {
  width: 100%;
  float: none;
  display: block;
  margin-left: 0px;
}
.formStyles.stacked label {
  top: 0px;
  line-height: 35px;
  color: #2E2E2E;
  font-size: 18px;
}
.formStyles .notice, .formStyles .note {
  color: #999;
  font-size: 15px;
  line-height: 20px;
}

.select {
  display: block;
  font-size: 15px;
  color: #2E2E2E;
  line-height: 1.3;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid #EFEFEF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgxOSIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgODE5IDEwMjQiPgo8dGl0bGU+PC90aXRsZT4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBkPSJNNDA5LjUgODM5LjY4MWwtNDA5LjUwMS02NTUuMjAyaDgxOS4wMDJ6Ij48L3BhdGg+Cjwvc3ZnPgo=");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  cursor: pointer;
}
.select::-ms-expand {
  display: none;
}
.select:hover {
  border-color: #a3a3a3;
}
.select:focus {
  border-color: #a3a3a3;
  outline: none;
}
.select option {
  font-weight: normal;
}

.loading-bar-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.loading-bar {
  position: relative;
  height: 8px;
  background: #ad191e;
  overflow: hidden;
}
.loading-bar div:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #DA1F26;
  -webkit-animation: box-1 2500ms cubic-bezier(0.65, 0.81, 0.73, 0.4) infinite;
          animation: box-1 2500ms cubic-bezier(0.65, 0.81, 0.73, 0.4) infinite;
}
.loading-bar div:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #DA1F26;
  -webkit-animation: box-2 2500ms cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
          animation: box-2 2500ms cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1150ms;
          animation-delay: 1150ms;
}

@-webkit-keyframes box-1 {
  0% {
    left: -35%;
    right: 100%;
  }
  60%, 100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes box-1 {
  0% {
    left: -35%;
    right: 100%;
  }
  60%, 100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes box-2 {
  0% {
    left: -200%;
    right: 100%;
  }
  60%, 100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes box-2 {
  0% {
    left: -200%;
    right: 100%;
  }
  60%, 100% {
    left: 107%;
    right: -8%;
  }
}
.about-block {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fdfdfd;
}
@media only screen and (max-width: 1300px) {
  .about-block {
    background-position: -100px center;
  }
}
@media only screen and (max-width: 1024px) {
  .about-block {
    background-position: -150px center;
  }
}
@media only screen and (max-width: 767px) {
  .about-block {
    background: #F8F8F8 !important;
  }
}

.main .cta-column {
  background: white;
  padding: 30px;
  border: 5px solid #EFEFEF;
}
@media only screen and (max-width: 767px) {
  .main .cta-column {
    padding: 15px;
    margin-top: 30px;
  }
}
.main .cta-column.contact-col {
  margin-top: 0;
}
.main .cta-column.contact-col a {
  text-decoration: none !important;
  color: #2E2E2E;
}
.main .cta-column.contact-col a:not(.icon):hover {
  text-decoration: underline !important;
}
.main .cta-column.contact-col .icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  padding-right: 10px;
}

.hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .hero, .hero .row, .hero .cl {
    height: 60vh;
    min-height: 600px;
    max-height: 760px;
  }
  .hero .visual {
    height: 100%;
  }
  .hero .visual .img-wrap {
    height: 100%;
  }
  .hero .visual .tires {
    display: block;
    height: 95%;
    max-height: 600px;
    width: auto;
  }
}
.hero .title {
  font-size: 40px;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
}
.hero .title .strong {
  font-size: 83px;
  line-height: 83px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.hero .title span {
  font-weight: 700;
}
.hero.page {
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .hero.page, .hero.page .row, .hero.page .cl {
    height: 30vh;
    min-height: 200px;
    max-height: 200px;
  }
}
.hero.page .title {
  padding-bottom: 0;
}
.hero.page .title .strong {
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
}
.hero.page .descr {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .hero .title, .hero.page .title {
    font-size: 27px;
    line-height: 33px;
    position: relative;
    z-index: 10;
  }
  .hero .title .strong, .hero.page .title .strong {
    font-size: 50px;
    line-height: 50px;
  }
  .hero .visual, .hero.page .visual {
    margin-bottom: -30px;
  }
  .hero .visual .years-70 img, .hero.page .visual .years-70 img {
    width: 30%;
    margin-bottom: -30px;
    margin-top: -30px;
  }
  .hero .visual .tires, .hero.page .visual .tires {
    width: 80%;
  }
  .hero.page .title .strong {
    font-size: 30px;
  }
  .hero.page .descr {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
  }
}

.list-horizontal {
  margin-bottom: -30px;
}
.list-horizontal.columns-5 {
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .list-horizontal.columns-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-horizontal.columns-5 > * {
    width: 18.4%;
  }
  .list-horizontal.columns-5 > *:not(:nth-child(5n)) {
    margin-right: 2%;
  }
}
.list-horizontal.columns-3 {
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .list-horizontal.columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-horizontal.columns-3 > * {
    width: 31.3333333333%;
  }
  .list-horizontal.columns-3 > *:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}
.list-horizontal article {
  border: 3px solid #EFEFEF;
  margin-bottom: 30px;
}
.list-horizontal article a.item, .list-horizontal article .item {
  display: block;
  padding: 30px;
  text-align: center;
}
.list-horizontal article a.item:hover .icon, .list-horizontal article a.item:hover .img {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  color: #5F5F5F;
}
.list-horizontal article a.item:hover h2 {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.list-horizontal article .icon, .list-horizontal article .img {
  display: block;
  font-size: 65px;
  padding-bottom: 30px;
  color: #DA1F26;
}
.list-horizontal article .img {
  width: 100%;
  height: 100px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.list-horizontal article .img img {
  display: block;
  width: 100%;
}
.list-horizontal article h2 {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .list-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .list-horizontal article {
    margin-bottom: 15px;
    width: 47.5%;
  }
  .list-horizontal article:not(:nth-of-type(2n)) {
    margin-right: 5%;
  }
  .list-horizontal article a.item, .list-horizontal article .item {
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-horizontal article .icon {
    font-size: 40px;
    padding-bottom: 10px;
  }
}

.product-list {
  margin-bottom: -30px;
}
.product-list:not(.columns-5) {
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .product-list:not(.columns-5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-list:not(.columns-5) > * {
    width: 23.5%;
  }
  .product-list:not(.columns-5) > *:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
.product-list.columns-5 {
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .product-list.columns-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-list.columns-5 > * {
    width: 18.4%;
  }
  .product-list.columns-5 > *:not(:nth-child(5n)) {
    margin-right: 2%;
  }
}
.product-list article {
  margin-bottom: 30px;
}
.product-list a.item {
  display: block;
}
.product-list a.item:hover .img {
  border-color: #DA1F26;
}
.product-list a.item:hover .code {
  background: #DA1F26;
}
.product-list .img {
  border: 3px solid #EFEFEF;
  padding: 15px;
  position: relative;
}
.product-list .img .code {
  position: absolute;
  top: -3px;
  right: -3px;
  padding: 10px 15px;
  background: #2E2E2E;
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
.product-list .img .price {
  display: block;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.product-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.product-list .title .price {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 20px;
}
.product-list .title h2 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.product-list .order-wrap {
  position: absolute;
  bottom: 3px;
  left: 3px;
  z-index: 500;
  width: calc(100% - 6px);
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.product-list .order-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-list .order-wrap input.quantity {
  height: 35px;
  width: 65px;
  text-align: center;
  margin-right: 10px;
  margin-left: auto;
}
.product-list .order-wrap button {
  height: 35px;
  padding: 10px;
  font-size: 29px;
}
.product-list .order-wrap .price {
  display: inline-block;
  font-weight: 700;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1160px) {
  .product-list .order-wrap {
    padding: 15px;
  }
  .product-list .order-wrap input.quantity {
    padding: 5px 10px;
    margin-right: 0px;
  }
  .product-list .order-wrap .price {
    font-size: 20px;
  }
}

.product-detail-downloads {
  background: #F8F8F8;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #EFEFEF;
}
.product-detail-downloads:empty {
  display: none;
}
.product-detail-downloads .title {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.product-detail-downloads a + .title {
  margin-top: 20px;
}
.product-detail-downloads a {
  text-decoration: none !important;
  display: block;
  padding-left: 30px;
  position: relative;
  line-height: 24px;
  text-transform: capitalize;
}
.product-detail-downloads a:before {
  position: absolute;
  left: 0px;
  line-height: 24px;
}
.product-detail-downloads a:hover span {
  text-decoration: underline;
  display: inline-block;
}

.list-vertical {
  margin-bottom: -30px;
}
.list-vertical article {
  margin-bottom: 30px;
  /* desktop only */
}
.list-vertical article a.item, .list-vertical article .item {
  display: block;
  padding: 30px;
  background: #F8F8F8;
}
.list-vertical article .info {
  display: block;
}
.list-vertical article .visual {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .list-vertical article a.item, .list-vertical article .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 3px solid #F8F8F8;
  }
  .list-vertical article a.item:hover, .list-vertical article .item:hover {
    background: white;
  }
  .list-vertical article .visual {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .list-vertical article .info {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.list-vertical article .info {
  padding-left: 30px;
}
.list-vertical article .info h2 {
  font-size: 25px;
  line-height: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #DA1F26;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .list-vertical article a.item {
    padding: 15px;
  }
  .list-vertical article .visual {
    height: 250px;
  }
  .list-vertical article .info {
    padding-left: 0;
    font-size: 16px;
    line-height: 27px;
  }
}

.bg-grey-light .list-vertical a.item, .bg-grey-light .list-vertical .item {
  background: white;
}
.bg-grey-light .list-vertical a.item:hover, .bg-grey-light .list-vertical .item:hover {
  background: none;
  border-color: #EFEFEF;
}

@media only screen and (max-width: 767px) {
  .team-list article {
    width: 100%;
    margin-right: 0 !important;
  }
  .team-list article .item {
    font-size: 15px;
  }
}
.team-list .item {
  position: relative;
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .team-list .item .title-wrap {
    height: 50px;
  }
}
.team-list .item h2 {
  font-size: 25px;
}
.team-list .item .function {
  display: inline-block;
  font-weight: 300;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  top: -8px;
  margin: 0px;
}
.team-list .item span.icon {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 10px;
  width: 30px;
  position: relative;
  top: 3px;
  color: #5F5F5F;
}
.team-list .item .loc {
  padding-left: 35px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 767px) {
  .team-list .item .loc {
    height: 120px;
  }
}
.team-list .item .loc .icon {
  position: absolute;
  left: 0px;
}
.team-list .item a:hover {
  text-decoration: underline !important;
}

.pager {
  *zoom: 1;
}
.pager:before, .pager:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.pager:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .pager {
    margin-top: 0;
  }
}
.pager .disabled, .pager .control {
  display: none;
}
.pager a, .pager .sisea-current-page, .pager .simplesearch-page {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
  color: #2E2E2E;
  background: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .pager a, .pager .sisea-current-page, .pager .simplesearch-page {
    width: 35px;
    margin-right: 5px;
  }
}
.pager a:hover {
  background: #DA1F26;
  color: #fff;
}
.pager .active a, .pager .sisea-current-page, .pager .simplesearch-current-page {
  background: #DA1F26 !important;
  color: #fff !important;
}
.pager .pagination:empty {
  display: none;
}

.breadcrumb {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 10px;
  }
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding-right: 20px;
  padding-left: 34px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb li {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.breadcrumb li:after {
  position: absolute;
  left: -5px;
  top: -6px;
  font-size: 40px;
  content: " \\ ";
  display: block;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #DA1F26;
}
@media only screen and (max-width: 767px) {
  .breadcrumb li:after {
    font-size: 30px;
    left: 2px;
  }
}
.breadcrumb li:first-child {
  padding-left: 0px;
}
.breadcrumb li:first-child:after {
  display: none;
  color: #DA1F26;
}
.breadcrumb li:last-child a {
  color: #DA1F26;
}
.breadcrumb a, .breadcrumb span.a {
  text-decoration: none;
  display: inline-block;
  float: left;
  font-size: 22px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb a, .breadcrumb span.a {
    display: block;
    float: none;
    font-size: 16px;
  }
}
.breadcrumb a:not(.a):hover, .breadcrumb span.a:not(.a):hover {
  color: #DA1F26;
  text-decoration: underline !important;
}
.breadcrumb a.a, .breadcrumb span.a.a {
  color: black;
}

.download-product-category {
  padding: 20px 20px 20px 110px;
  overflow: hidden;
  border: 1px solid #F8F8F8;
}
.download-product-category h2 {
  line-height: 34px;
  font-size: 21px;
  color: #5F5F5F !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .download-product-category h2 {
    font-size: 16px;
    line-height: 19px;
  }
}
.download-product-category:before {
  position: absolute;
  left: 60px;
  color: #ccc;
  font-size: 32px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.download-product-category:after {
  content: "+";
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 68px;
  height: 100%;
  width: 40px;
  display: block;
  z-index: 10;
  background: #2E2E2E;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.download-product-category.open:after {
  content: "-";
}
.download-product-category.open h2 {
  color: #DA1F26 !important;
}
.download-product-category:hover h2 {
  color: #DA1F26 !important;
}
.download-product-category .download-product-subcategory {
  display: none;
}
.download-product-category.open .download-product-subcategory {
  display: block;
  margin-top: 20px;
  padding: 14px 0px 10px 20px;
  background: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .download-product-category.open .download-product-subcategory {
    margin-left: -70px;
    padding: 14px 20px 10px 20px;
  }
}
.download-product-category.open .download-product-subcategory h3 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
}
.download-product-category .download-bar {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .download-product-category .download-bar a {
    margin: 0;
  }
}

.h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.h2 {
  font-size: 59px;
  line-height: 59px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.h2 span.small {
  text-transform: none;
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .h2 span.small {
    font-size: 28px;
    line-height: 28px;
  }
}

.editorTxt :first-child:not(.btn) {
  margin-top: 0px;
  padding-top: 0px;
}
.editorTxt :last-child:not(.btn) {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.editorTxt h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .editorTxt h1 {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }
}
.editorTxt h2 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 20px;
  position: relative;
  color: #5F5F5F;
}
@media only screen and (max-width: 767px) {
  .editorTxt h2 {
    font-size: 27px;
    line-height: 29px;
    padding-bottom: 20px;
  }
}
.editorTxt p + h2, .editorTxt ul + h2, .editorTxt ol + h2 {
  padding-top: 30px;
}
.editorTxt h3 {
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 15px;
  color: #5F5F5F;
}
@media only screen and (max-width: 767px) {
  .editorTxt h3 {
    font-size: 23px;
    line-height: 26px;
  }
}
.editorTxt p + h3, .editorTxt ul + h3, .editorTxt ol + h3 {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .editorTxt p + h3, .editorTxt ul + h3, .editorTxt ol + h3 {
    padding-top: 10px;
  }
}
.editorTxt p {
  line-height: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .editorTxt p {
    padding-bottom: 15px;
  }
}
.editorTxt a:not(.btn) {
  color: #DA1F26;
  text-decoration: underline;
}
.editorTxt a:not(.btn):hover {
  text-decoration: none;
}
.editorTxt .highlight {
  font-weight: 500;
}
.editorTxt ul, .editorTxt ol {
  padding-left: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .editorTxt ul, .editorTxt ol {
    margin-bottom: 15px;
  }
}
.editorTxt ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 8px;
  list-style-position: outside;
  line-height: 30px;
}
.editorTxt ul li:before {
  content: "";
  border-color: transparent #DA1F26;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -20px;
  top: 22px;
  position: relative;
}
.editorTxt ol li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 8px;
  line-height: 22px;
  list-style-type: decimal;
  list-style-position: outside;
}

.colImg {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .mobileOn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobileOff {
    display: none !important;
  }
  .mobileOn {
    display: block;
  }
  body {
    min-width: 0px;
    margin: 0px;
  }
  .cl {
    float: none;
    clear: both;
    width: 100%;
    margin: 0px;
  }
}
/* <><><><><><><><><><><><><> pages */
.spec-table {
  overflow: hidden;
}
.spec-table .column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spec-table .column-row:nth-child(odd) {
  background: #F8F8F8;
}
.spec-table .column {
  margin-right: 2px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  /* benaming */
  /* eenheid */
  /* stock */
}
.spec-table .column.title {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.spec-table .column:not(.title) {
  font-size: 15px;
}
.spec-table .column:nth-child(1) {
  width: 45%;
}
.spec-table .column:nth-child(2) {
  width: 25%;
}
.spec-table .column:nth-child(3) {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .spec-table .column {
    padding: 10px 5px;
  }
}

.price-wrap .form.add-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-wrap .price {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin-right: 30px;
}
.price-wrap .quantity {
  height: 67px;
  padding: 15px;
  width: 90px;
  font-size: 18px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .price-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price-wrap .quantity {
    width: 70px;
  }
}

.in-stock {
  font-weight: 500;
}
.in-stock .icon {
  font-size: 20px;
  position: relative;
  top: 2px;
  padding-right: 5px;
}

.download-bar {
  padding: 0 20px;
  /* desktop only */
}
@media only screen and (min-width: 767px) {
  .download-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .download-bar > * {
    width: 31.3333333333%;
  }
  .download-bar > *:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}
.download-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 15px;
  color: #5F5F5F;
  /* desktop only */
}
.download-bar a .icon {
  font-size: 25px;
  padding-right: 10px;
}
.download-bar a:hover {
  color: #DA1F26;
}
@media only screen and (max-width: 767px) {
  .download-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .download-bar a {
    padding: 10px 0;
  }
  .download-bar a:not(:last-of-type) {
    border-bottom: 1px solid #c5c5c5;
  }
}

.checkout-wrap .checkout-table .column-row, .checkout-wrap .orders-table .column-row, .orders-wrap .checkout-table .column-row, .orders-wrap .orders-table .column-row {
  border-bottom: 1px solid #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-wrap .checkout-table .column, .checkout-wrap .orders-table .column, .orders-wrap .checkout-table .column, .orders-wrap .orders-table .column {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  /* dekstop only */
}
.checkout-wrap .checkout-table .column:not(:last-child), .checkout-wrap .orders-table .column:not(:last-child), .orders-wrap .checkout-table .column:not(:last-child), .orders-wrap .orders-table .column:not(:last-child) {
  margin-right: 2px;
}
.checkout-wrap .checkout-table .column.title, .checkout-wrap .orders-table .column.title, .orders-wrap .checkout-table .column.title, .orders-wrap .orders-table .column.title {
  color: #2E2E2E;
  font-weight: 500;
  text-transform: uppercase;
}
.checkout-wrap .checkout-table .column:not(.title), .checkout-wrap .orders-table .column:not(.title), .orders-wrap .checkout-table .column:not(.title), .orders-wrap .orders-table .column:not(.title) {
  font-size: 15px;
}
@media only screen and (min-width: 767px) {
  .checkout-wrap .checkout-table .column, .checkout-wrap .orders-table .column, .orders-wrap .checkout-table .column, .orders-wrap .orders-table .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-wrap .checkout-table .column.descr, .checkout-wrap .orders-table .column.descr, .orders-wrap .checkout-table .column.descr, .orders-wrap .orders-table .column.descr {
    width: 45%;
  }
  .checkout-wrap .checkout-table .column.price, .checkout-wrap .orders-table .column.price, .orders-wrap .checkout-table .column.price, .orders-wrap .orders-table .column.price {
    width: 15%;
  }
  .checkout-wrap .checkout-table .column.amount, .checkout-wrap .orders-table .column.amount, .orders-wrap .checkout-table .column.amount, .orders-wrap .orders-table .column.amount {
    width: 15%;
  }
  .checkout-wrap .checkout-table .column.subtotal, .checkout-wrap .orders-table .column.subtotal, .orders-wrap .checkout-table .column.subtotal, .orders-wrap .orders-table .column.subtotal {
    width: 20%;
  }
  .checkout-wrap .checkout-table .column.remove, .checkout-wrap .orders-table .column.remove, .orders-wrap .checkout-table .column.remove, .orders-wrap .orders-table .column.remove {
    width: 10%;
  }
}
.checkout-wrap .checkout-table .remove, .checkout-wrap .orders-table .remove, .orders-wrap .checkout-table .remove, .orders-wrap .orders-table .remove {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 0;
}
.checkout-wrap .checkout-table .remove button, .checkout-wrap .orders-table .remove button, .orders-wrap .checkout-table .remove button, .orders-wrap .orders-table .remove button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.checkout-wrap .checkout-table .descr .ref, .checkout-wrap .orders-table .descr .ref, .orders-wrap .checkout-table .descr .ref, .orders-wrap .orders-table .descr .ref {
  font-size: 14px;
}
.checkout-wrap .checkout-table input, .checkout-wrap .orders-table input, .orders-wrap .checkout-table input, .orders-wrap .orders-table input {
  width: 50px;
  padding: 10px 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  .checkout-wrap .checkout-table .column-row, .checkout-wrap .orders-table .column-row, .orders-wrap .checkout-table .column-row, .orders-wrap .orders-table .column-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout-wrap .checkout-table .column, .checkout-wrap .orders-table .column, .orders-wrap .checkout-table .column, .orders-wrap .orders-table .column {
    padding: 10px 5px;
  }
  .checkout-wrap .checkout-table .column.descr, .checkout-wrap .orders-table .column.descr, .orders-wrap .checkout-table .column.descr, .orders-wrap .orders-table .column.descr {
    width: 100%;
  }
  .checkout-wrap .checkout-table .column.remove span, .checkout-wrap .orders-table .column.remove span, .orders-wrap .checkout-table .column.remove span, .orders-wrap .orders-table .column.remove span {
    margin-top: 3px;
  }
  .checkout-wrap .checkout-table .column .mob-title, .checkout-wrap .orders-table .column .mob-title, .orders-wrap .checkout-table .column .mob-title, .orders-wrap .orders-table .column .mob-title {
    display: block;
    font-weight: 500;
    padding-bottom: 10px;
    color: #5F5F5F;
  }
  .checkout-wrap .checkout-table .column:not(.amount):not(.remove) .mob-title, .checkout-wrap .orders-table .column:not(.amount):not(.remove) .mob-title, .orders-wrap .checkout-table .column:not(.amount):not(.remove) .mob-title, .orders-wrap .orders-table .column:not(.amount):not(.remove) .mob-title {
    padding-bottom: 15px;
  }
}
.checkout-wrap .orders-table .column-row:hover, .orders-wrap .orders-table .column-row:hover {
  background: #F8F8F8;
}
.checkout-wrap .orders-table .column-row:hover .descr, .orders-wrap .orders-table .column-row:hover .descr {
  color: #DA1F26;
}
.checkout-wrap .orders-table .column, .orders-wrap .orders-table .column {
  /* dekstop only */
}
@media only screen and (min-width: 767px) {
  .checkout-wrap .orders-table .column.descr, .orders-wrap .orders-table .column.descr {
    width: 55%;
  }
  .checkout-wrap .orders-table .column.subtotal, .orders-wrap .orders-table .column.subtotal {
    width: 20%;
  }
  .checkout-wrap .orders-table .column.status, .orders-wrap .orders-table .column.status {
    width: 15%;
  }
  .checkout-wrap .orders-table .column.date, .orders-wrap .orders-table .column.date {
    width: 15%;
  }
  .checkout-wrap .orders-table .column.nr, .orders-wrap .orders-table .column.nr {
    width: 10%;
  }
}
.checkout-wrap .orders-table .descr span, .orders-wrap .orders-table .descr span {
  display: block;
  font-weight: 500;
}
.checkout-wrap .total, .orders-wrap .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
.checkout-wrap .total.vat, .orders-wrap .total.vat {
  font-size: 15px;
}
.checkout-wrap .total .title, .orders-wrap .total .title {
  width: 85%;
  text-align: right;
}
.checkout-wrap .total .price, .orders-wrap .total .price {
  width: 15%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .checkout-wrap .total, .orders-wrap .total {
    padding: 5px 0;
  }
  .checkout-wrap .total .title, .orders-wrap .total .title {
    width: 50%;
  }
  .checkout-wrap .total .price, .orders-wrap .total .price {
    width: 50%;
  }
}

.status span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.status span.new:before {
  background: #ffe200;
}
.status span.finished:before {
  background: green;
}

@media only screen and (max-width: 767px) {
  .orders-detail {
    overflow-x: scroll;
  }
}
/*# sourceMappingURL=main.css.map */