/* ==========================================================================
 Normalize.scss settings
 ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
/* Embedded content
 ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold.eot');
  src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg'); }

@font-face {
  font-family: 'yantramanavthin';
  src: url('../fonts/yantramanavthin.eot');
  src: url('../fonts/yantramanavthin.eot') format('embedded-opentype'), url('../fonts/yantramanavthin.woff2') format('woff2'), url('../fonts/yantramanavthin.woff') format('woff'), url('../fonts/yantramanavthin.ttf') format('truetype'), url('../fonts/yantramanavthin.svg#yantramanavthin') format('svg'); }

@font-face {
  font-family: 'ClarikaGeometry';
  font-weight: normal;
  src: url('../fonts/TheRefineryClarikaGeoRegular.eot');
  src: url('../fonts/TheRefineryClarikaGeoRegular.eot') format('embedded-opentype'), url('../fonts/TheRefineryClarikaGeoRegular.woff2') format('woff2'), url('../fonts/TheRefineryClarikaGeoRegular.woff') format('woff'), url('../fonts/TheRefineryClarikaGeoRegular.ttf') format('truetype'), url('../fonts/TheRefineryClarikaGeoRegular.svg#TheRefineryClarikaGeoRegular') format('svg'); }

@font-face {
  font-family: 'ClarikaGeometry';
  font-weight: bold;
  src: url('../fonts/TheRefineryClarikaGeoBold.eot');
  src: url('../fonts/TheRefineryClarikaGeoBold.eot') format('embedded-opentype'), url('../fonts/TheRefineryClarikaGeoBold.woff2') format('woff2'), url('../fonts/TheRefineryClarikaGeoBold.woff') format('woff'), url('../fonts/TheRefineryClarikaGeoBold.ttf') format('truetype'), url('../fonts/TheRefineryClarikaGeoBold.svg#TheRefineryClarikaGeoBold') format('svg'); }

@font-face {
  font-family: 'ClarikaGeometry';
  font-weight: 500;
  src: url('../fonts/TheRefineryClarikaGeoMedium.eot');
  src: url('../fonts/TheRefineryClarikaGeoMedium.eot') format('embedded-opentype'), url('../fonts/TheRefineryClarikaGeoMedium.woff2') format('woff2'), url('../fonts/TheRefineryClarikaGeoMedium.woff') format('woff'), url('../fonts/TheRefineryClarikaGeoMedium.ttf') format('truetype'), url('../fonts/TheRefineryClarikaGeoMedium.svg#TheRefineryClarikaGeoMedium') format('svg'); }

@font-face {
  font-family: 'ClarikaGeometry';
  font-weight: 300;
  src: url('../fonts/TheRefineryClarikaGeoLight.eot');
  src: url('../fonts/TheRefineryClarikaGeoLight.eot') format('embedded-opentype'), url('../fonts/TheRefineryClarikaGeoLight.woff2') format('woff2'), url('../fonts/TheRefineryClarikaGeoLight.woff') format('woff'), url('../fonts/TheRefineryClarikaGeoLight.ttf') format('truetype'), url('../fonts/TheRefineryClarikaGeoLight.svg#TheRefineryClarikaGeoLight') format('svg'); }
/* FONTS */
/* COLORS */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

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

.mfp-container:before {
  content: '';
  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-inline-holder .mfp-content, .mfp-ajax-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: -moz-zoom-in;
  cursor: zoom-in; }

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

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-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-preloader a:hover {
  color: #fff; }

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

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

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

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;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

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

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

.mfp-image-holder .mfp-close, .mfp-iframe-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-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

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

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium 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-iframe-holder .mfp-close {
  top: -40px; }

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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-image-holder .mfp-content {
  max-width: 100%; }

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .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.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      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.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

h1.main {
  font-size: 58px;
  color: #754c24;
  font-weight: 900;
  padding: 50px 0 20px 0;
  margin: 0;
  line-height: 75px; }
  @media all and (max-width: 600px) {
  h1.main {
    font-size: 48px;
    line-height: 55px;
    width: auto; } }

h2.main {
  font-size: 32px;
  color: #754c24;
  font-weight: 100;
  padding: 0 0 40px 0;
  margin: -40px 0 0 0;
  line-height: 40px; }
  @media all and (max-width: 600px) {
  h2.main {
    font-size: 22px;
    line-height: 30px; } }

h2 {
  font-size: 20px;
  color: #b76e3c; }

h3 {
  font-size: 18px;
  color: #754c24; }

.line-text {
  background: #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
  line-height: 1.6em; }
  .line-text h1 {
    font-size: 30px;
    color: #b76e3c; }
  .line-text a {
    color: #b76e3c;
    text-decoration: underline; }
    .line-text a:hover {
      text-decoration: none; }
  .line-text table tr td, .line-text table tr th {
    border: 1px solid #eee;
    padding: 10px 15px; }
    .line-text table tr th {
      background-color: #f6f6f6;
      color: #754c24; }
    @media all and (max-width: 520px) {
  .line-text table {
    width: 100% !important; } }
  .line-text:after {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    content: ''; }

.contact-form {
  background: transparent;
  width: 100%;
  margin: 30px auto;
  max-width: 540px;
  padding: 30px 0; }
  .contact-form h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0; }
  .contact-form h3 {
    text-align: left;
    margin: 5px 0;
    padding: 0; }
  .contact-form p {
    text-align: center;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5; }
  .contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 15px; }
    .contact-form form .input {
      width: 100%;
      margin: 0 0 12px 0; }
    .contact-form form .input label {
      display: block;
      font-size: 15px;
      padding: 0 0 3px 0; }
    .contact-form form .input input {
      background-color: #f5f5f5;
      height: 35px;
      line-height: 40px;
      width: 100%;
      font-size: 16px;
      outline: none;
      padding: 0 10px;
      border: 0;
      border-radius: 2px; }
      .contact-form form .input input::placeholder {
        color: #c9c9c9; }
    @media all and (max-width: 500px) {
    .contact-form form .input {
      width: 100%; } }
    .contact-form form .textarea {
      width: 100%;
      margin: 0 0 12px 0; }
    .contact-form form .textarea textarea {
      background-color: #f5f5f5;
      line-height: 1;
      height: 150px;
      padding: 10px;
      width: 100%;
      border: 0;
      border-radius: 2px;
      font-size: 16px;
      outline: none; }
      .contact-form form .textarea textarea::placeholder {
        color: #c9c9c9; }
    .contact-form form .term-checkbox {
      text-align: left;
      margin-right: 10px;
      height: 42px;
      display: flex;
      align-items: center; }
    .contact-form form .term-checkbox label {
      display: flex;
      align-items: center; }
      .contact-form form .term-checkbox label input {
        align-self: center;
        margin-top: 3px;
        margin-right: 5px; }
    .contact-form form .submit {
      clear: both; }
    .contact-form form .submit input[type="submit"] {
      background-color: #f5f5f5;
      text-align: left;
      cursor: pointer;
      border: 0;
      color: black;
      font-size: 22px;
      line-height: 22px;
      padding: 12px 40px 10px 40px;
      display: block;
      width: 100%;
      position: relative;
      border-radius: 2px;
      font-family: BebasNeueBold, serif;
      transition: 250ms; }
      .contact-form form .submit input[type="submit"]:hover {
        background-color: #505051;
        color: white; }
      @media all and (max-width: 700px) {
    .contact-form form .submit input[type="submit"] {
      padding: 12px 20px 10px 20px; } }
  @media all and (max-width: 800px) {
  .contact-form {
    width: 100%; } }

.line-images {
  margin: 0 0 40px 0; }
  @media all and (max-width: 440px) {
      .line-images .multi-image img {
        width: 100% !important; } }
  .line-images .single-image a {
    display: block;
    text-align: center; }
    .line-images .single-image a img {
      max-width: 100%; }

.line-table {
  background: #fff;
  padding: 20px;
  margin: 0 0 40px 0; }
  .line-table h2 {
    margin: 0;
    padding: 0; }
  .line-table .table {
    overflow: auto;
    width: 100%; }
    .line-table .table table {
      width: 100%;
      margin: 20px 0 0 0;
      border: 1px solid #eee; }
    .line-table .table table tr td, .line-table .table table tr th {
      border: 1px solid #eee;
      padding: 10px 15px; }
      .line-table .table table tr th {
        background-color: #f6f6f6;
        color: #754c24; }

.line-files {
  background: #fff;
  padding: 20px 0;
  margin: 0 0 40px 0; }
  .line-files h2 {
    margin: 0;
    padding: 0; }
  .line-files .file-list {
    margin: 20px -10px 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .line-files .file-list li {
      width: calc(33.3333% - 20px);
      background-color: #eee;
      margin: 10px;
      padding: 15px;
      transition: 250ms; }
    .line-files .file-list li a {
      display: block;
      line-height: 1.6em; }
      .line-files .file-list li a span {
        font-size: 16px;
        display: block; }
        .line-files .file-list li a span em {
          color: #aaa;
          font-size: 15px; }
    .line-files .file-list li:hover {
      background: #ddd; }
    @media all and (max-width: 500px) {
    .line-files .file-list li {
      width: 100%; } }

.line-slideshow h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  color: #26303d; }
  .line-slideshow .slides {
    padding: 30px 0;
    position: relative; }
    .line-slideshow .slides .item {
      background: #fff;
      width: 100%;
      height: 500px;
      text-align: center;
      outline: none; }
    .line-slideshow .slides .item img {
      max-width: 100%;
      height: 100%;
      display: inline-block; }
  .line-slideshow .slick-prev {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    margin: -30px 0 0 0;
    outline: none;
    background: none;
    text-indent: -99999px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent #b76e3c transparent transparent;
    transition: 250ms; }
    .line-slideshow .slick-prev:hover {
      border-color: transparent #754c24 transparent transparent; }
  .line-slideshow .slick-next {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    margin: -30px 0 0 0;
    outline: none;
    background: none;
    text-indent: -99999px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #b76e3c;
    transition: 250ms; }
    .line-slideshow .slick-next:hover {
      border-color: transparent transparent transparent #754c24; }
  .line-slideshow .slick-dots {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .line-slideshow .slick-dots li {
      display: inline-block;
      margin: 0 3px; }
    .line-slideshow .slick-dots li button {
      border: 0;
      background: #bbb;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      text-indent: -99999px;
      outline: none; }
    .line-slideshow .slick-dots li.slick-active button {
      background: #b76e3c; }

.line-list {
  background: #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
  line-height: 1.6em; }
  .line-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 70px 0;
    font-size: 16px;
    line-height: 25px; }
    .line-list ul li:before {
      content: "-";
      padding-right: 25px; }
      @media all and (max-width: 500px) {
    .line-list ul li:before {
      padding-right: 5px; } }
    @media all and (max-width: 500px) {
  .line-list ul {
    line-height: 22px; } }
  .line-list:after {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    content: ''; }

.line-video {
  background: #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
  line-height: 1.6em; }
  @media all and (max-width: 670px) {
    .line-video iframe {
      width: 100% !important; } }
  .line-video:after {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    content: ''; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #b76e3c;
  color: #fff; }

::-moz-selection {
  background: #b76e3c;
  color: #fff; }

html {
  color: #000;
  font-family: 'ClarikaGeometry', sans-serif;
  font-size: 15px;
  background: #fff;
  overflow-x: hidden; }

body {
  min-height: 100vh;
  padding-top: 110px;
  transition: 250ms; }
  body.header-small {
    padding-top: 90px; }

a {
  color: inherit;
  text-decoration: none; }

.clr {
  clear: both; }

.hide {
  display: none; }

.vam {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.wrapper {
  position: relative;
  z-index: 2; }

.container {
  width: 1260px;
  margin: 0 auto;
  position: relative; }
  .container:after {
    clear: both;
    display: block;
    content: '';
    width: 100%;
    height: 0; }
  @media all and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 10px; } }

.flash-message {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 16px; }
  .flash-message .alert {
    background: #fff;
    color: #111;
    border-radius: 2px;
    width: calc(100vw - 40px);
    max-width: 600px;
    padding: 20px;
    margin: 10px auto;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  .flash-message .close {
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 15px; }
    .flash-message .close::before, .flash-message .close::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #eee; }
    .flash-message .close::before {
      height: 4px;
      margin-top: -2px;
      border-radius: 2px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .flash-message .close::after {
      height: 4px;
      margin-top: -2px;
      border-radius: 2px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px); }

svg {
  flex-shrink: 0; }

header {
  position: relative;
  height: 110px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  transition: 250ms; }
  header .logo {
    padding: 0;
    margin: 22px 0;
    display: inline-block;
    transition: 250ms; }
    header .logo svg {
      fill: #b76e3c;
      width: 188px;
      height: 64px;
      background: #fff;
      transition: 250ms; }
    @media all and (max-width: 500px) {
  header .logo {
    margin-left: 15px; } }
  header nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    transition: 250ms; }
    header nav.active {
      opacity: 1;
      visibility: visible; }
    header nav ul li.active_nav > a {
      color: #b76e3c; }
    header nav > ul {
      display: flex;
      flex-wrap: wrap;
      margin: 37px 0;
      padding: 0;
      list-style: none;
      transition: 250ms; }
    header nav > ul > li {
      margin: 0 30px;
      position: relative;
      order: 3; }
      header nav > ul > li.products {
        order: 2; }
      header nav > ul > li.about {
        order: 1; }
      header nav > ul > li > a {
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        line-height: 40px;
        transition: 250ms; }
        header nav > ul > li > a:hover {
          color: #b76e3c; }
        header nav > ul > li > a i {
          display: none;
          margin: 0 0 0 5px;
          width: 10px;
          height: 10px;
          border-top: 2px solid #b76e3c;
          border-right: 2px solid #b76e3c;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -webkit-transform: rotate(45deg);
          /* Chrome, Safari, Opera */
          transform: rotate(45deg); }
          @media all and (max-width: 1000px) {
    header nav > ul > li > a i {
      display: inline-block;
      border-color: #333; } }
        @media all and (max-width: 1000px) {
    header nav > ul > li > a {
      font-size: 20px;
      line-height: 50px; } }
        @media all and (max-width: 500px) {
    header nav > ul > li > a {
      font-size: 17px;
      line-height: 40px; } }
      header nav > ul > li.active .dropdown {
        visibility: visible;
        opacity: 1; }
        @media all and (max-width: 1000px) {
        header nav > ul > li.active a i {
          border-color: #b76e3c;
          margin-bottom: 4px;
          -ms-transform: rotate(135deg);
          /* IE 9 */
          -webkit-transform: rotate(135deg);
          /* Chrome, Safari, Opera */
          transform: rotate(135deg); } }
      header nav > ul > li > .dropdown {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 60px;
        width: 250px;
        padding: 15px;
        background: #fff;
        border-top: 5px solid #b76e3c;
        transition: 250ms; }
        header nav > ul > li > .dropdown > a.close {
          display: inline-block; }
          header nav > ul > li > .dropdown > a.close svg {
            width: 17px;
            height: 17px;
            fill: #b76e3c; }
          header nav > ul > li > .dropdown > a.close:hover svg {
            fill: #333; }
        header nav > ul > li > .dropdown > a.prev {
          display: none; }
          header nav > ul > li > .dropdown > a.prev.active {
            display: inline-block; }
          header nav > ul > li > .dropdown > a.prev svg {
            width: 17px;
            height: 17px;
            fill: #b76e3c;
            -ms-transform: rotate(180deg);
            /* IE 9 */
            -webkit-transform: rotate(180deg);
            /* Chrome, Safari, Opera */
            transform: rotate(180deg); }
          header nav > ul > li > .dropdown > a.prev:hover svg {
            fill: #333; }
        header nav > ul > li > .dropdown > ul {
          visibility: hidden;
          opacity: 0;
          display: none;
          margin: 0;
          padding: 10px 0 0 0;
          list-style: none;
          line-height: 30px;
          transition: 250ms; }
          header nav > ul > li > .dropdown > ul.active {
            visibility: visible;
            opacity: 1;
            display: block; }
          header nav > ul > li > .dropdown > ul li a {
            font-size: 17px;
            font-weight: 500;
            text-transform: uppercase;
            transition: 250ms; }
            header nav > ul > li > .dropdown > ul li a:hover {
              color: #b76e3c; }
            header nav > ul > li > .dropdown > ul li a i {
              display: inline-block;
              margin: 0 0 0 5px;
              width: 10px;
              height: 10px;
              border-top: 2px solid #b76e3c;
              border-right: 2px solid #b76e3c;
              -ms-transform: rotate(45deg);
              /* IE 9 */
              -webkit-transform: rotate(45deg);
              /* Chrome, Safari, Opera */
              transform: rotate(45deg); }
        @media all and (max-width: 1000px) {
    header nav > ul > li > .dropdown {
      display: none; } }
        header nav > ul > li > .dropdown .dropdown-responsive {
          display: none; }
      header nav > ul > li > .dropdown-responsive {
        display: none;
        background: #fff;
        border-top: 3px solid #b76e3c;
        margin: 0 -30px;
        padding: 15px 30px; }
        header nav > ul > li > .dropdown-responsive.active {
          display: block; }
        header nav > ul > li > .dropdown-responsive ul {
          padding: 0;
          margin: 0;
          list-style: none;
          line-height: 30px; }
          header nav > ul > li > .dropdown-responsive ul li a {
            font-size: 20px;
            font-weight: 500;
            text-transform: uppercase;
            transition: 250ms; }
            header nav > ul > li > .dropdown-responsive ul li a:hover {
              color: #b76e3c; }
            header nav > ul > li > .dropdown-responsive ul li a i {
              display: inline-block;
              margin: 0 0 0 15px;
              width: 10px;
              height: 10px;
              border-top: 2px solid #333;
              border-right: 2px solid #333;
              -ms-transform: rotate(45deg);
              /* IE 9 */
              -webkit-transform: rotate(45deg);
              /* Chrome, Safari, Opera */
              transform: rotate(45deg); }
            @media all and (max-width: 500px) {
      header nav > ul > li > .dropdown-responsive ul li a {
        font-size: 17px; } }
            header nav > ul > li > .dropdown-responsive ul li.active > a i {
              border-color: #b76e3c;
              margin-bottom: 4px;
              -ms-transform: rotate(135deg);
              /* IE 9 */
              -webkit-transform: rotate(135deg);
              /* Chrome, Safari, Opera */
              transform: rotate(135deg); }
            header nav > ul > li > .dropdown-responsive ul li ul {
              padding-left: 20px; }
            header nav > ul > li > .dropdown-responsive ul li .dropdown-responsive {
              display: none; }
            header nav > ul > li > .dropdown-responsive ul li .dropdown-responsive.active {
              display: block; }
        @media all and (max-width: 1000px) {
    header nav > ul > li > .dropdown-responsive {
      display: none; } }
        @media all and (min-width: 1000px) {
    header nav > ul > li > .dropdown-responsive {
      display: none !important; } }
      @media all and (max-width: 1000px) {
    header nav > ul > li {
      width: 100%; } }
    @media all and (max-width: 1000px) {
    header nav > ul {
      padding-top: 40px; } }
    header nav .locales {
      margin: 40px 0 40px 5px;
      position: relative;
      transition: 250ms; }
    header nav .locales > a {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      margin: 4px 11px 0 0; }
      header nav .locales > a img {
        width: 25px;
        height: 17px;
        display: inline-block; }
      @media all and (max-width: 1000px) {
    header nav .locales > a {
      margin-left: 15px; } }
    header nav .locales > ul {
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 0;
      background: #fff;
      list-style: none;
      padding: 10px 15px;
      position: absolute;
      right: 0;
      top: 35px; }
      header nav .locales > ul li {
        display: block;
        line-height: 30px; }
        header nav .locales > ul li a {
          font-size: 17px;
          font-weight: 500;
          transition: 250ms; }
          header nav .locales > ul li a:hover {
            color: #b76e3c; }
      @media all and (max-width: 1000px) {
    header nav .locales > ul {
      width: 100%;
      position: relative;
      top: 0;
      padding: 15px; } }
    header nav .locales:hover ul {
      opacity: 1;
      visibility: visible; }
    @media all and (max-width: 1000px) {
    header nav .locales {
      margin: 20px 0 0 0; } }
    @media all and (max-width: 1000px) {
  header nav {
    opacity: 0;
    visibility: hidden;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto; } }
  header .nav-toggle {
    display: none;
    margin: 0;
    background: none;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 25px;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 3;
    transition: 250ms; }
    header .nav-toggle:focus {
      outline: 0; }
    header .nav-toggle span {
      display: block;
      position: absolute;
      top: 27px;
      left: 10px;
      right: 10px;
      height: 4px;
      background: #b76e3c;
      transition: background 0s 0.3s;
      transition: 250ms; }
    header .nav-toggle span:after, header .nav-toggle span:before {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #b76e3c;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    header .nav-toggle span:before {
      top: -10px;
      transition-property: top, transform; }
    header .nav-toggle span:after {
      bottom: -10px;
      transition-property: bottom, transform; }
    header .nav-toggle.is-active {
      background: none;
      position: fixed;
      z-index: 5; }
    header .nav-toggle.is-active span {
      background: 0 0; }
      header .nav-toggle.is-active span:before {
        top: 0;
        transform: rotate(45deg); }
      header .nav-toggle.is-active span:after {
        bottom: 0;
        transform: rotate(-45deg); }
      header .nav-toggle.is-active span:after, header .nav-toggle.is-active span:before {
        transition-delay: 0s, 0.3s; }
    @media all and (max-width: 1000px) {
  header .nav-toggle {
    display: block; } }

@media all and (max-width: 1000px) {
      nav.active .locales > ul {
        opacity: 1;
        visibility: visible; } }

.header-small header {
  height: 70px;
  background: #fff; }
  .header-small header .logo {
    margin: 15px 0; }
    .header-small header .logo svg {
      width: 120px;
      height: 40px; }
  .header-small header nav > ul {
    margin: 16px 0; }
    .header-small header nav .locales {
      margin: 19px 0; }
    .header-small header .nav-toggle {
      top: 5px; }

footer {
  background: #f3f3f3; }
  .footer__cols {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0 30px 0; }
    .footer__cols .col {
      width: 30%; }
    .footer__cols .col.col-map img {
      max-width: 300px; }
    .footer__cols .col.col-info {
      width: 40%;
      padding: 0;
      font-size: 20px;
      line-height: 31px; }
      .footer__cols .col.col-info h4 {
        text-align: left;
        padding-left: 44px; }
        @media all and (max-width: 650px) {
    .footer__cols .col.col-info h4 {
      padding-left: 0; } }
      .footer__cols .col.col-info .address, .footer__cols .col.col-info .phone, .footer__cols .col.col-info .email {
        display: flex;
        align-items: center;
        margin: 20px 0; }
        @media all and (max-width: 650px) {
    .footer__cols .col.col-info .address, .footer__cols .col.col-info .phone, .footer__cols .col.col-info .email {
      margin: 5px 0; } }
      .footer__cols .col.col-info svg {
        fill: #2d2d2e;
        width: 22px;
        height: 22px;
        margin-right: 20px;
        align-self: flex-start;
        margin-top: 7px; }
      .footer__cols .col.col-info .info {
        width: calc(100% - 50px); }
      .footer__cols .col.col-info .social {
        margin: 40px 0 0 0; }
        .footer__cols .col.col-info .social a {
          display: inline-block;
          transition: 250ms; }
          .footer__cols .col.col-info .social a svg {
            width: 36px;
            height: 36px; }
            @media all and (max-width: 650px) {
    .footer__cols .col.col-info .social a svg {
      width: 30px;
      height: 30px; } }
          .footer__cols .col.col-info .social a:hover {
            opacity: 0.7; }
        @media all and (max-width: 650px) {
    .footer__cols .col.col-info .social {
      margin: 20px 0 0 0; } }
      @media all and (max-width: 900px) {
    .footer__cols .col.col-info {
      width: 50%; } }
      @media all and (max-width: 650px) {
    .footer__cols .col.col-info {
      width: 100%;
      font-size: 16px;
      line-height: 22px; } }
    .footer__cols .col h4 {
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 30px 0;
      padding: 0; }
      @media all and (max-width: 650px) {
    .footer__cols .col h4 {
      text-align: left;
      font-size: 16px;
      margin-bottom: 10px; } }
    .footer__cols .col ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer__cols .col ul li {
        display: block;
        text-align: center;
        line-height: 45px; }
        .footer__cols .col ul li a {
          display: inline-block;
          font-size: 20px;
          transition: 250ms; }
          .footer__cols .col ul li a:hover {
            color: #b76e3c; }
          @media all and (max-width: 650px) {
    .footer__cols .col ul li a {
      font-size: 16px; } }
        @media all and (max-width: 650px) {
    .footer__cols .col ul li {
      text-align: left;
      line-height: 23px; } }
      @media all and (max-width: 650px) {
    .footer__cols .col ul {
      margin: 0 0 20px 0; } }
    @media all and (max-width: 900px) {
    .footer__cols .col {
      width: 25%; } }
    @media all and (max-width: 650px) {
    .footer__cols .col {
      width: 100%; } }
    @media all and (max-width: 900px) {
  .footer__cols {
    padding-top: 0; } }
  footer .bottom {
    padding: 40px 0 30px 0;
    margin: 0;
    background: #b76e3c;
    display: flex;
    flex-wrap: wrap; }
    footer .bottom .copyright {
      display: inline-block;
      font-size: 22px;
      line-height: 22px;
      color: #fff; }
    @media all and (max-width: 650px) {
    footer .bottom .copyright {
      font-size: 15px;
      display: block;
      text-align: center;
      width: 100%; } }
    footer .bottom .avente {
      margin: 5px 0 0 0;
      float: right; }
    footer .bottom .avente a {
      text-indent: -99999px;
      display: inline-block;
      margin: 0 0 0 10px;
      padding: 0;
      width: 85px;
      height: 22px;
      color: transparent;
      background: url(../img/avente.svg) no-repeat;
      background-size: 100% auto;
      transition: 250ms; }
      footer .bottom .avente a:hover {
        opacity: 0.7; }
    @media all and (max-width: 650px) {
    footer .bottom .avente {
      display: block;
      width: 100%;
      float: none;
      margin-top: 15px; } }
    @media all and (max-width: 650px) {
  footer .bottom {
    text-align: center;
    padding: 20px 0 15px 0; } }
  @media all and (max-width: 1150px) {
  footer {
    padding-top: 60px; } }
  @media all and (max-width: 650px) {
  footer {
    padding-top: 20px; } }

.intro {
  background: #754c24;
  position: relative; }
  .intro__slideshow-list .item {
    display: flex; }
    .intro__slideshow-list .item__main {
      width: 50%;
      padding: 100px 0 140px 0; }
      .intro__slideshow-list .item__main h1 {
        margin: 0;
        padding: 0;
        font-size: 50px;
        font-weight: bold;
        line-height: 60px;
        color: #fff; }
      .intro__slideshow-list .item__main .text {
        font-size: 18px;
        color: #fff; }
        @media all and (max-width: 600px) {
    .intro__slideshow-list .item__main .text {
      display: none; } }
      .intro__slideshow-list .item__main a {
        font-size: 15px;
        display: inline-block;
        border: 2px solid #fff;
        line-height: 25px;
        padding: 0 30px;
        transition: 250ms; }
        .intro__slideshow-list .item__main a:hover {
          background: #fff;
          color: #754c24; }
      @media all and (max-width: 900px) {
    .intro__slideshow-list .item__main {
      width: calc(100% - 400px);
      padding-left: 10px; } }
      @media all and (max-width: 750px) {
    .intro__slideshow-list .item__main {
      width: 75%;
      position: relative;
      z-index: 2; } }
      @media all and (max-width: 600px) {
    .intro__slideshow-list .item__main {
      padding: 140px 0 100px 10px; } }
    .intro__slideshow-list .item__image {
      width: 50%;
      background-size: cover;
      background-position: center center;
      position: relative; }
      .intro__slideshow-list .item__image .tl {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: url(../img/web/intro-triangle.svg) no-repeat;
        background-size: 100% 100%; }
        @media all and (max-width: 500px) {
    .intro__slideshow-list .item__image .tl {
      left: -12px; } }
      .intro__slideshow-list .item__image .tr {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        background: url(../img/web/intro-triangle.svg) no-repeat;
        background-size: 100% 100%;
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); }
        @media all and (max-width: 900px) {
    .intro__slideshow-list .item__image .tr {
      display: none; } }
      @media all and (max-width: 900px) {
    .intro__slideshow-list .item__image {
      width: 60%;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; } }
  @media all and (max-width: 900px) {
    .intro > .container {
      padding: 0; } }

.news-list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 60px;
  background: rgba(255, 255, 255, .8); }
  .news-list .list .item {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0; }
    .page-head {
      background: url(../img/web/base-bg.jpg) no-repeat center top;
      background-size: cover;
      width: 100%;
      height: 380px;
      position: relative; }
  .page-head h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    padding: 150px 0 0 0;
    color: #fff; }
    @media all and (max-width: 768px) {
  .page-head h1 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 150px; } }
    @media all and (max-width: 500px) {
  .page-head h1 {
    font-size: 35px;
    line-height: 35px;
    padding-top: 140px; } }
  @media all and (max-width: 1280px) {
    .page-head .container {
      padding: 0 20px; } }
    @media all and (max-width: 768px) {
  .page-head .container {
    padding: 0 20px 0 20px; } }
    @media all and (max-width: 500px) {
  .page-head .container {
    padding: 0 15px 0 25px; } }
  .page-head .gradient {
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0)); }
  @media all and (max-width: 768px) {
  .page-head {
    height: 350px; } }
  @media all and (max-width: 500px) {
  .page-head {
    height: 250px; } }

.page-head .container.text h1 {
  font-size: 55px;
  margin-bottom: 45px; }
  @media all and (max-width: 768px) {
    .page-head .container.text h1 {
      margin-bottom: 10px; } }
  @media all and (max-width: 500px) {
    .page-head .container.text h1 {
      font-size: 35px; } }
  .page-head .container.text span {
    font-size: 22px;
    color: white;
    max-width: 1020px;
    text-align: left;
    line-height: 30px;
    display: flex;
    font-weight: 500; }
  .page-head .container.text span p {
    margin: 0; }
  @media all and (max-width: 768px) {
    .page-head .container.text span {
      font-size: 18px;
      line-height: 35px; } }
  @media all and (max-width: 500px) {
    .page-head .container.text span {
      display: none; } }

.program-list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -10px 0 -10px;
  padding: 0 150px 130px 150px; }
  .program-list .item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 40px 20px 80px 20px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    overflow: hidden; }
  .program-list .item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: 250ms; }
  .program-list .item:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%; }
  .program-list .item:nth-child(1):before {
    background: url(../img/temp/03.jpg) no-repeat center center;
    background-size: cover; }
  .program-list .item:nth-child(1):after {
    background: rgba(183, 110, 60, .8); }
  .program-list .item:nth-child(2):before {
    background: url(../img/temp/01.jpg) no-repeat center center;
    background-size: cover; }
  .program-list .item:nth-child(2):after {
    background: rgba(242, 153, 60, .8); }
  .program-list .item:nth-child(3):before {
    background: url(../img/temp/02.jpg) no-repeat center center;
    background-size: cover; }
  .program-list .item:nth-child(3):after {
    background: rgba(181, 175, 67, .8); }
  .program-list .item .inner {
    position: relative;
    z-index: 2; }
  .program-list .item .inner strong {
    font-size: 35px;
    font-weight: bold; }
  .program-list .item svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin: 0 0 0 -16px;
    z-index: 2; }
  .program-list .item:hover:before {
    transform: scale(1.2); }
  @media all and (max-width: 700px) {
    .program-list .item {
      width: 100%;
      margin-bottom: 10px; } }
  @media all and (max-width: 1000px) {
  .program-list {
    padding: 0 0 90px 0; } }

.why-use {
  background: #f3f3f3;
  padding: 30px 0; }
  .why-use h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0; }
  .why-use .list {
    display: flex;
    flex-wrap: wrap; }
  .why-use .list .item {
    text-align: center;
    width: 33.3333%;
    font-size: 18px;
    padding: 0 40px;
    letter-spacing: 1px; }
  .why-use .list .item strong {
    color: #b76e3c;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    letter-spacing: 0; }
  .why-use .list .item svg {
    fill: #b76e3c;
    width: 93px;
    height: 93px; }
  @media all and (max-width: 700px) {
      .why-use .list .item {
        width: 100%;
        margin-bottom: 50px; } }

.satisfied-customer-list {
  text-align: center;
  padding: 150px 0; }
  .satisfied-customer-list .item {
    width: 100%;
    outline: none; }
  .satisfied-customer-list .item .image {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 0 auto; }
  .satisfied-customer-list .item .image img {
    border-radius: 50%;
    width: 75px;
    height: 75px; }
  .satisfied-customer-list .item .name {
    font-size: 22px;
    font-weight: bold;
    padding: 30px 20% 40px 20%;
    text-transform: uppercase; }
  @media all and (max-width: 600px) {
      .satisfied-customer-list .item .name {
        padding: 30px 0 40px 0; } }
  .satisfied-customer-list .item p {
    font-size: 18px;
    padding: 0 20% 30px 20%;
    margin: 0; }
  @media all and (max-width: 600px) {
      .satisfied-customer-list .item p {
        padding: 0 0 30px 0; } }
  .satisfied-customer-list .slick-dots {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  .satisfied-customer-list .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
  .satisfied-customer-list .slick-dots li button {
    border: 0;
    background: #9b9b9b;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    text-indent: -99999px;
    outline: none; }
  .satisfied-customer-list .slick-dots li.slick-active button {
    background: #2d2d2e; }
  @media all and (max-width: 600px) {
  .satisfied-customer-list {
    padding: 50px 0; } }

.container.contact {
  color: #231f20;
  margin-bottom: 20px; }
  .container.contact #companies {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
    margin-bottom: 40px;
    border-bottom: #e6e6e6 1px solid;
    margin-top: 100px; }
  .container.contact #companies .company {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 920px;
    flex-wrap: wrap; }
  .container.contact #companies .company svg {
    height: 90px;
    width: 90px;
    margin-right: 45px; }
    @media all and (max-width: 700px) {
      .container.contact #companies .company svg {
        margin-bottom: 25px; } }
    @media all and (max-width: 500px) {
      .container.contact #companies .company svg {
        height: 75px;
        width: 75px; } }
  .container.contact #companies .company .text {
    font-size: 20px; }
    .container.contact #companies .company .text h3 {
      margin: 0 0 5px 0; }
    .container.contact #companies .company .text p {
      margin: 5px 0; }
    @media all and (max-width: 700px) {
      .container.contact #companies .company .text {
        width: 100%; } }
    @media all and (max-width: 500px) {
      .container.contact #companies .company .text {
        font-size: 16px; } }
  .container.contact #companies .company.tekro svg {
    fill: #00642c; }
  @media all and (max-width: 940px) {
      .container.contact #companies .company {
        width: 100%; } }
  @media all and (max-width: 500px) {
      .container.contact #companies .company {
        margin-bottom: 0; }
        .container.contact #companies .company.tekro {
          margin-bottom: 30px; } }
  @media all and (max-width: 500px) {
    .container.contact #companies {
      padding-bottom: 5px;
      margin-bottom: 25px;
      margin-top: 35px; } }
  .container.contact #states {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .container.contact #states .state {
    width: 920px;
    display: flex;
    margin-bottom: 130px; }
  .container.contact #states .state .left {
    display: flex;
    flex-wrap: wrap;
    width: 55%; }
    .container.contact #states .state .left .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      margin-bottom: 70px; }
      .container.contact #states .state .left .title h2 {
        font-size: 24px;
        color: #036326;
        margin: 0 40px 0 0; }
        @media all and (max-width: 500px) {
      .container.contact #states .state .left .title h2 {
        margin-right: 20px;
        font-size: 20px; } }
      .container.contact #states .state .left .title svg {
        width: 35px;
        height: 25px; }
        @media all and (max-width: 500px) {
      .container.contact #states .state .left .title svg {
        width: 30px;
        height: 20px; } }
    .container.contact #states .state .left img {
      width: 380px;
      align-self: center; }
      @media all and (max-width: 700px) {
      .container.contact #states .state .left img {
        width: 100%; } }
    @media all and (max-width: 940px) {
      .container.contact #states .state .left {
        width: 380px; } }
    @media all and (max-width: 700px) {
      .container.contact #states .state .left {
        width: 100%; } }
  .container.contact #states .state .right {
    display: flex;
    justify-content: space-between;
    width: 45%;
    flex-wrap: wrap;
    padding-top: 109px;
    align-content: center; }
    .container.contact #states .state .right .person {
      border-left: 15px solid #fcc133;
      padding-left: 10px;
      font-size: 16px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 8px; }
      .container.contact #states .state .right .person h3 {
        margin: 0;
        font-size: 16px;
        line-height: 14px; }
      .container.contact #states .state .right .person p {
        margin: 0 0 0 0;
        font-size: 16px;
        line-height: 16px; }
      @media all and (max-width: 940px) {
      .container.contact #states .state .right .person {
        margin: 0 20px 8px 20px; } }
    @media all and (max-width: 940px) {
      .container.contact #states .state .right {
        width: calc(100% - 380px);
        align-items: center;
        justify-content: flex-start; } }
    @media all and (max-width: 700px) {
      .container.contact #states .state .right {
        width: 100%;
        margin: 0 -20px 0 -20px; } }
    @media all and (max-width: 500px) {
      .container.contact #states .state .right {
        padding-top: 45px; } }
  .container.contact #states .state.czech-republic .right .person:nth-child(1) {
    border-color: #fcc133; }
    .container.contact #states .state.czech-republic .right .person:nth-child(2) {
      border-color: #b5af43; }
    .container.contact #states .state.czech-republic .right .person:nth-child(3) {
      border-color: #f29900; }
    .container.contact #states .state.czech-republic .right .person:nth-child(4) {
      border-color: #d8d312; }
    .container.contact #states .state.czech-republic .right .person:nth-child(5) {
      border-color: #809a28; }
  .container.contact #states .state.slovakia .right .person:nth-child(1) {
    border-color: #f29900; }
    .container.contact #states .state.slovakia .right .person:nth-child(2) {
      border-color: #d8d312; }
  .container.contact #states .state.hungary .right .person {
    width: 100%; }
    .container.contact #states .state.hungary .right .person:nth-child(1) {
      border-color: #f29900; }
    .container.contact #states .state.hungary .right .person:nth-child(2) {
      border-color: #d8d312; }
    .container.contact #states .state.hungary .right .person:nth-child(3) {
      border-color: #809a28; }
  @media all and (max-width: 940px) {
      .container.contact #states .state {
        width: 100%;
        flex-wrap: wrap; } }
  @media all and (max-width: 700px) {
      .container.contact #states .state {
        margin-bottom: 50px; } }
  .container.contact:after {
    display: none; }
  @media all and (max-width: 500px) {
  .container.contact {
    margin-bottom: 0; } }

.container.about {
  color: #000;
  padding: 0 15px; }
  .container.about h3 {
    font-size: 20px;
    color: #b76e3c;
    margin: 0 0 40px 0; }
  @media all and (max-width: 500px) {
    .container.about h3 {
      margin-bottom: 25px; } }
  .container.about #intro-text {
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 25px;
    margin-top: 75px;
    font-size: 18px; }
  .container.about #intro-text p {
    margin: 0; }
  .container.about #intro-text p:first-child {
    margin-bottom: 35px; }
  @media all and (max-width: 500px) {
    .container.about #intro-text {
      margin-top: 30px;
      border: none; } }
  .container.about #kredo {
    padding-top: 85px; }
  .container.about #kredo p strong {
    font-size: 18px; }
  @media all and (max-width: 500px) {
      .container.about #kredo p {
        margin: 10px 0; } }
  .container.about #historie {
    padding-top: 85px; }
  .container.about #historie p {
    font-size: 16px;
    line-height: 25px; }
  @media all and (max-width: 500px) {
      .container.about #historie p {
        line-height: 22px; } }
  .container.about #benefity {
    padding-top: 85px; }
  .container.about #benefity ul li {
    font-size: 16px;
    line-height: 25px; }
  @media all and (max-width: 500px) {
      .container.about #benefity ul li {
        line-height: 22px; } }
  .container.about #benefity #benefit-svg {
    display: flex;
    justify-content: center;
    margin: 0 -20px 0 -20px; }
  .container.about #benefity #benefit-svg .benefit {
    margin: 0 20px 80px 20px;
    display: flex;
    align-items: center; }
    .container.about #benefity #benefit-svg .benefit svg {
      width: 65px;
      height: 65px;
      margin-right: 20px; }
      @media all and (max-width: 750px) {
      .container.about #benefity #benefit-svg .benefit svg {
        margin-right: 0;
        margin-bottom: 10px; } }
      @media all and (max-width: 500px) {
      .container.about #benefity #benefit-svg .benefit svg {
        width: 60px;
        height: 60px; } }
      @media all and (max-width: 350px) {
      .container.about #benefity #benefit-svg .benefit svg {
        margin-right: 20px;
        margin-bottom: 0; } }
    .container.about #benefity #benefit-svg .benefit .label {
      font-weight: bold;
      font-size: 18px; }
      @media all and (max-width: 750px) {
      .container.about #benefity #benefit-svg .benefit .label {
        width: 100%;
        text-align: center; } }
      @media all and (max-width: 500px) {
      .container.about #benefity #benefit-svg .benefit .label {
        font-size: 16px; } }
      @media all and (max-width: 350px) {
      .container.about #benefity #benefit-svg .benefit .label {
        width: auto; } }
    @media all and (max-width: 750px) {
      .container.about #benefity #benefit-svg .benefit {
        width: 50%;
        margin: 0 0 50px 0;
        flex-wrap: wrap;
        justify-content: center; } }
    @media all and (max-width: 500px) {
      .container.about #benefity #benefit-svg .benefit {
        margin-bottom: 30px; } }
    @media all and (max-width: 350px) {
      .container.about #benefity #benefit-svg .benefit {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start; } }
  @media all and (max-width: 1000px) {
      .container.about #benefity #benefit-svg {
        flex-wrap: wrap; } }
  @media all and (max-width: 750px) {
      .container.about #benefity #benefit-svg {
        margin: 0; } }
  .container.about #sanitace {
    padding-top: 65px; }
  .container.about #sanitace p {
    font-size: 16px;
    line-height: 25px; }
  @media all and (max-width: 500px) {
      .container.about #sanitace p {
        line-height: 22px; } }
  @media all and (max-width: 500px) {
    .container.about #sanitace {
      padding-top: 50px; } }
  .container.about:last-child {
    margin-bottom: 150px; }
  @media all and (max-width: 700px) {
    .container.about:last-child {
      margin-bottom: 70px; } }
  @media all and (max-width: 500px) {
    .container.about:last-child {
      margin-bottom: 50px; } }
  .container.about:after {
    display: none; }

#image-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  #image-box .img {
    width: 100%;
    height: 185px;
    background-size: cover;
    max-width: 1260px; }
  @media all and (max-width: 500px) {
    #image-box .img {
      height: 150px; } }
  @media all and (max-width: 500px) {
  #image-box {
    margin-top: 50px; } }

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 150px -10px; }
  .article-list article {
    color: #000;
    width: calc(50% - 20px);
    height: 150px;
    margin: 30px 10px 30px 10px; }
  .article-list article a {
    display: flex;
    height: 100%;
    width: 100%; }
  .article-list article a .image.outer .inner {
    overflow: hidden;
    display: flex; }
    .article-list article a .image.outer .inner img {
      transition: 250ms;
      width: 300px;
      height: auto;
      align-self: center; }
      @media all and (max-width: 1200px) {
        .article-list article a .image.outer .inner img {
          width: 500px; } }
      @media all and (max-width: 1070px) {
        .article-list article a .image.outer .inner img {
          width: 650px; } }
      @media all and (max-width: 700px) {
        .article-list article a .image.outer .inner img {
          width: 100%; } }
  .article-list article a .rest {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 7px;
    flex-grow: 0; }
    .article-list article a .rest h3 {
      font-size: 16px;
      color: #b76e3c;
      margin: 0;
      line-height: 1;
      font-weight: normal; }
    @media all and (max-width: 1200px) {
        .article-list article a .rest h3 {
          margin-top: 15px; } }
    .article-list article a .rest h4 {
      font-size: 18px;
      margin: 0; }
    @media all and (max-width: 1200px) {
        .article-list article a .rest h4 {
          margin-top: 20px; } }
    .article-list article a .rest p {
      font-size: 16px;
      margin: 0; }
    @media all and (max-width: 1200px) {
        .article-list article a .rest p {
          margin-top: 20px; } }
    .article-list article a .rest .row {
      display: flex;
      align-items: center;
      margin-top: 15px; }
    .article-list article a .rest .row time {
      font-weight: 300;
      font-size: 16px;
      margin-right: 25px;
      line-height: 16px;
      display: flex;
      align-items: center; }
    .article-list article a .rest .row svg {
      height: 16px;
      width: 16px;
      fill: #b76e3c;
      transition: 250ms; }
  .article-list article a.has-detail:hover img {
    transform: scale(1.1); }
    .article-list article a.has-detail:hover .rest .row svg {
      fill: #754c24; }
  @media all and (max-width: 1200px) {
      .article-list article a {
        flex-wrap: wrap; } }
  @media all and (max-width: 1200px) {
    .article-list article {
      width: 500px;
      height: auto; } }
  @media all and (max-width: 1070px) {
    .article-list article {
      width: 650px; } }
  @media all and (max-width: 700px) {
    .article-list article {
      width: 100%;
      margin: 20px 0 20px 0; } }
  .article-list .separator {
    border-bottom: #e6e6e6 1px solid;
    width: 100%;
    margin: 0 10px; }
  @media all and (max-width: 700px) {
    .article-list .separator {
      margin: 0; } }
  @media all and (max-width: 1280px) {
  .article-list {
    padding: 0 10px; } }
  @media all and (max-width: 1200px) {
  .article-list {
    justify-content: space-around; } }
  @media all and (max-width: 700px) {
  .article-list {
    margin: 50px 0 70px 0; } }
  @media all and (max-width: 500px) {
  .article-list {
    margin-bottom: 50px; } }

.container.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 120px;
  color: #2d2d2e;
  /* pagination */ }
  .container.products .topline {
    max-width: 950px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #9a9a9a solid;
    width: 100%;
    margin-bottom: 10px; }
  .container.products .topline #navbar {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #5d5d5e;
    padding-bottom: 15px; }
  .container.products .topline #navbar .delimeter {
    padding: 0 7px; }
  @media all and (max-width: 750px) {
      .container.products .topline #navbar {
        display: none; } }
  .container.products .topline #search {
    position: relative;
    padding-bottom: 15px; }
  .container.products .topline #search input[type="text"] {
    width: 380px;
    height: 27px;
    font-size: 20px;
    line-height: 27px;
    border: 0;
    padding-right: 40px;
    padding-left: 5px;
    box-shadow: inset 0 0 8px #e9e9e9; }
    .container.products .topline #search input[type="text"]::placeholder {
      color: #9e9ea3;
      font-weight: 500; }
    @media all and (max-width: 750px) {
      .container.products .topline #search input[type="text"] {
        width: 100%; } }
    @media all and (max-width: 510px) {
      .container.products .topline #search input[type="text"] {
        font-size: 14px; } }
  .container.products .topline #search input[type="submit"] {
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 27px;
    border: 0;
    background: transparent;
    z-index: 2; }
  .container.products .topline #search svg {
    fill: #333334;
    height: 17px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1; }
  @media all and (max-width: 750px) {
      .container.products .topline #search {
        width: 100%;
        padding-bottom: 0; } }
  @media all and (max-width: 750px) {
    .container.products .topline {
      border: none;
      padding-bottom: 0;
      margin-bottom: 10px; } }
  .container.products .outer-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 2;
    transition: color, background-color 250ms; }
  .container.products .outer-box #sidebar {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    width: 220px;
    margin-bottom: 20px; }
  .container.products .outer-box #sidebar a {
    text-decoration: none; }
  .container.products .outer-box #sidebar > .title {
    width: 100%;
    background-color: #b76e3c;
    color: white;
    padding: 20px 40px;
    font-size: 22px;
    font-weight: 500; }
    @media all and (max-width: 750px) {
      .container.products .outer-box #sidebar > .title {
        padding: 15px 0 15px 10px;
        font-size: 20px; } }
  .container.products .outer-box #sidebar .categories-checkbox {
    width: 100%;
    padding-top: 3px;
    margin-bottom: 5px;
    display: none; }
    .container.products .outer-box #sidebar .categories-checkbox .category-checkbox {
      padding: 5px 0; }
    .container.products .outer-box #sidebar .categories-checkbox .category-checkbox input {
      cursor: pointer; }
    .container.products .outer-box #sidebar .categories-checkbox .category-checkbox label {
      color: #5d5d5e;
      cursor: pointer;
      padding-left: 10px; }
  .container.products .outer-box #sidebar .categories-level-1 .category-level-1 > a .title {
    letter-spacing: -1px;
    cursor: pointer;
    font-weight: 500;
    color: #5d5d5e;
    font-size: 17px;
    padding: 20px 0 20px 8px;
    border-bottom: 1px #9a9a9a solid;
    background-color: #f5f8f8; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1 > a .title:hover {
      color: #b76e3c;
      background-color: #fff; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1:last-of-type > .title {
      border: none; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1.active > a .title {
      color: #b76e3c; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1.active > .categories-checkbox {
      display: block; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1.down .categories-level-2 {
      display: block; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1.isdown > a .title {
      color: #b76e3c;
      background-color: #f5f8f8; }
      @media all and (max-width: 750px) {
          .container.products .outer-box #sidebar .categories-level-1 .category-level-1.isdown > a .title {
            background-color: #fff; } }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 {
      display: none; }
    .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 {
      position: relative; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 > a .title {
        cursor: pointer;
        font-size: 17px;
        color: #5d5d5e;
        border-bottom: 1px #9a9a9a solid;
        background-color: white;
        padding: 20px 0 20px 25px;
        font-weight: 500; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 > a .title:hover {
        color: #b76e3c; }
        @media all and (max-width: 750px) {
            .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 > a .title:hover {
              background-color: #f5f8f8; } }
      @media all and (max-width: 750px) {
            .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 > a .title {
              padding-left: 35px; } }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.active > a .title {
        color: #b76e3c; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.active > .categories-checkbox {
        display: block; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.down ul {
        display: block; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.isdown > a .title {
        color: #b76e3c; }
        @media all and (max-width: 750px) {
            .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.isdown > a .title {
              background-color: #f5f8f8; } }
      @media all and (max-width: 750px) {
            .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.isdown {
              border-bottom: 1px #9a9a9a solid; } }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.has-sub > a::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 24px;
        border: solid #5d5d5e;
        border-radius: 25%;
        border-width: 0 4px 4px 0;
        display: inline-block;
        padding: 3.5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition-duration: 0.5s; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2.isdown.has-sub > a::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-color: #b76e3c;
        top: 23px; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul {
        padding-left: 40px;
        margin: 5px 0;
        display: none;
        list-style: none; }
      .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul li {
        cursor: pointer;
        flex-wrap: wrap;
        padding: 5px 0;
        font-size: 17px;
        font-weight: 400;
        display: flex;
        align-items: center; }
        .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul li:hover {
          color: #b76e3c; }
        .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul li.active {
          color: #b76e3c; }
          .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul li.active > .categories-checkbox {
            display: block; }
        .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul li:before {
          content: ' \25CF';
          font-size: 7px;
          color: #5d5d5e;
          padding-right: 6px; }
      @media all and (max-width: 750px) {
            .container.products .outer-box #sidebar .categories-level-1 .category-level-1 .categories-level-2 .category-level-2 ul {
              margin: 20px 0;
              padding-left: 60px; } }
    @media all and (max-width: 750px) {
      .container.products .outer-box #sidebar .categories-level-1 {
        display: none; } }
  @media all and (max-width: 750px) {
      .container.products .outer-box #sidebar {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px #9a9a9a solid;
        padding-bottom: 10px; } }
  .container.products .outer-box #main-content {
    max-width: 950px;
    min-width: 400px;
    flex: 1 1 400px; }
  .container.products .outer-box #main-content .title-box {
    width: 100%;
    background: no-repeat center top;
    height: 180px;
    background-size: cover;
    color: white;
    overflow: hidden;
    margin-bottom: 40px; }
    .container.products .outer-box #main-content .title-box .gradient {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      width: 100%;
      height: 100%;
      padding: 35px 15px 15px 0; }
    .container.products .outer-box #main-content .title-box .gradient.visible {
      background-color: rgba(0, 0, 0, 0.5);
      padding-left: 35px; }
    @media all and (max-width: 750px) {
          .container.products .outer-box #main-content .title-box .gradient.visible {
            padding: 0;
            align-content: flex-start; } }
    @media all and (max-width: 750px) {
        .container.products .outer-box #main-content .title-box .gradient {
          background: transparent !important;
          padding: 0;
          align-content: flex-start; } }
    .container.products .outer-box #main-content .title-box h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 500;
      font-size: 35px;
      width: 100%; }
    .container.products .outer-box #main-content .title-box h2.no-text {
      margin-top: 25px;
      font-size: 55px; }
    @media all and (max-width: 750px) {
        .container.products .outer-box #main-content .title-box h2 {
          color: #b76e3c;
          font-weight: bold;
          margin-bottom: 10px; } }
    @media all and (max-width: 510px) {
        .container.products .outer-box #main-content .title-box h2 {
          font-size: 18px; } }
    .container.products .outer-box #main-content .title-box span {
      font-weight: 500;
      font-size: 20px; }
    .container.products .outer-box #main-content .title-box span p {
      margin: 0; }
    @media all and (max-width: 1280px) {
        .container.products .outer-box #main-content .title-box span {
          font-size: 18px; } }
    @media all and (max-width: 750px) {
        .container.products .outer-box #main-content .title-box span {
          color: #2d2d2e;
          font-weight: normal; } }
    @media all and (max-width: 510px) {
        .container.products .outer-box #main-content .title-box span {
          font-size: 16px; } }
    .container.products .outer-box #main-content .title-box.no-image {
      color: #2d2d2e; }
    @media all and (max-width: 750px) {
      .container.products .outer-box #main-content .title-box {
        background: transparent !important;
        height: auto; } }
  .container.products .outer-box #main-content .categories-tiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -8px 0 -8px; }
    .container.products .outer-box #main-content .categories-tiles a.tile {
      flex-grow: 0;
      flex-basis: 225.5px;
      margin: 0 8px 16px 8px;
      transition: 250ms;
      cursor: pointer;
      background-color: #b76e3c;
      color: white;
      font-weight: 500;
      font-size: 22px;
      text-align: center;
      height: 70px;
      line-height: 70px; }
    .container.products .outer-box #main-content .categories-tiles a.tile.active, .container.products .outer-box #main-content .categories-tiles a.tile:hover {
      color: #b76e3c;
      background-color: white;
      box-shadow: 0 0 10px #e9e9e9; }
    .container.products .outer-box #main-content .categories-tiles a.tile.active {
      cursor: default; }
    @media all and (max-width: 1280px) {
        .container.products .outer-box #main-content .categories-tiles a.tile {
          flex-grow: 1.5; } }
    @media all and (max-width: 510px) {
        .container.products .outer-box #main-content .categories-tiles a.tile {
          flex-basis: 120px;
          height: 50px;
          line-height: 50px;
          font-size: 16px;
          margin: 0 8px 6px 8px; } }
    @media all and (max-width: 1280px) {
      .container.products .outer-box #main-content .categories-tiles {
        margin-bottom: 10px; } }
  .container.products .outer-box #main-content .products-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -8px 50px -8px; }
    .container.products .outer-box #main-content .products-box .product-box {
      padding: 7px;
      margin: 0 8px 15px 8px;
      flex-basis: 225.5px;
      flex-grow: 0;
      border: 7px #f5f8f8 solid;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      height: 300px;
      align-content: space-between; }
    @media all and (max-width: 510px) {
          .container.products .outer-box #main-content .products-box .product-box img {
            height: 90px;
            width: auto; } }
    .container.products .outer-box #main-content .products-box .product-box .title {
      width: 100%;
      text-align: center;
      font-weight: bold; }
    @media all and (max-width: 510px) {
          .container.products .outer-box #main-content .products-box .product-box .title {
            font-size: 12px;
            max-height: 30%;
            overflow: hidden; } }
    .container.products .outer-box #main-content .products-box .product-box .text {
      text-align: center;
      font-size: 13px;
      color: #2d2d2e;
      font-weight: 500;
      width: 100%; }
    @media all and (max-width: 510px) {
          .container.products .outer-box #main-content .products-box .product-box .text {
            font-size: 8px;
            max-height: 10%;
            overflow: hidden; } }
    .container.products .outer-box #main-content .products-box .product-box a.more {
      cursor: pointer;
      width: 100%;
      background-color: #f2f1f1;
      color: #2d2d2e;
      font-family: BebasNeueBold, serif;
      font-size: 20px;
      padding: 5px 0px;
      width: 100%;
      text-align: center; }
    .container.products .outer-box #main-content .products-box .product-box a.more:hover {
      background-color: #505051;
      color: white; }
    @media all and (max-width: 510px) {
          .container.products .outer-box #main-content .products-box .product-box a.more {
            font-size: 12px;
            padding: 3px 0; } }
    @media all and (max-width: 1280px) {
        .container.products .outer-box #main-content .products-box .product-box {
          flex-grow: 1.5; } }
    @media all and (max-width: 750px) {
        .container.products .outer-box #main-content .products-box .product-box {
          min-width: 40%; } }
    @media all and (max-width: 510px) {
        .container.products .outer-box #main-content .products-box .product-box {
          flex-basis: 120px;
          margin: 10px 6px 0 6px;
          height: 210px; } }
    @media all and (max-width: 400px) {
        .container.products .outer-box #main-content .products-box .product-box {
          flex-basis: 100%; } }
  .container.products .outer-box #main-content .product-detail-box .product-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -8px 0 -8px; }
    .container.products .outer-box #main-content .product-detail-box .product-detail .left-box {
      display: flex;
      justify-content: space-between;
      flex: 0 0 460px;
      width: 460px;
      flex-wrap: wrap;
      margin: 30px 8px 0 8px;
      align-content: flex-start; }
    .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .main-image {
      margin: 0 20px 20px 0;
      border: 5px #f5f8f8 solid;
      width: 300px;
      height: 350px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 510px) {
          .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .main-image {
            margin-right: 0;
            width: 100%; } }
    .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images {
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-wrap: wrap;
      height: 350px; }
      .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images .other-image {
        border: 5px #f5f8f8 solid;
        height: 165px;
        width: 140px;
        display: flex;
        justify-content: center;
        align-items: center; }
      @media all and (max-width: 510px) {
              .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images .other-image:first-child {
                margin-right: 20px; } }
        @media all and (max-width: 350px) {
            .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images .other-image:first-child {
              margin-right: 0;
              margin-bottom: 20px; } }
      @media all and (max-width: 510px) {
            .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images .other-image {
              flex-grow: 2;
              flex-basis: 140px;
              width: auto; } }
      @media all and (max-width: 350px) {
            .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images .other-image {
              width: 100%; } }
      @media all and (max-width: 510px) {
          .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .other-images {
            flex-direction: row;
            width: 100%;
            height: auto;
            justify-content: flex-start; } }
    .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .socials-box {
      display: flex;
      align-items: center;
      width: 100%;
      background-color: #f5f8f8;
      height: 60px;
      font-size: 24px;
      color: #2d2d2e;
      padding-left: 40px; }
      .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .socials-box .socials {
        padding-left: 25px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .container.products .outer-box #main-content .product-detail-box .product-detail .left-box .socials-box .socials svg {
        width: 35px;
        height: 35px;
        margin-right: 10px; }
    @media all and (max-width: 750px) {
          .container.products .outer-box #main-content .product-detail-box .product-detail .left-box {
            width: 100%;
            margin-right: 0;
            flex-basis: 100%;
            justify-content: center;
            margin-left: 0; } }
    .container.products .outer-box #main-content .product-detail-box .product-detail .right-box {
      margin: 30px 8px 0 8px;
      flex: 2 1 300px; }
    .container.products .outer-box #main-content .product-detail-box .product-detail .right-box h3 {
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 50px; }
    .container.products .outer-box #main-content .product-detail-box .product-detail .right-box p {
      font-size: 18px;
      margin: 30px 0; }
    @media all and (max-width: 750px) {
          .container.products .outer-box #main-content .product-detail-box .product-detail .right-box {
            width: 100%;
            margin-right: 0;
            flex-basis: 100%;
            max-width: unset;
            margin-left: 0; } }
    @media all and (max-width: 750px) {
        .container.products .outer-box #main-content .product-detail-box .product-detail {
          margin: 0; } }
  .container.products .outer-box #main-content .product-similar {
    width: 100%;
    margin-top: 30px; }
    .container.products .outer-box #main-content .product-similar h3 {
      font-size: 22px;
      margin-bottom: 30px;
      margin-top: 0; }
    .container.products .outer-box #main-content .product-similar .similar-box {
      display: flex;
      margin: 0 -8px 15px -8px;
      flex-wrap: wrap; }
    .container.products .outer-box #main-content .product-similar .similar-box .product-box {
      flex-grow: 2;
      padding: 7px;
      margin: 0 8px 15px 8px;
      border: 5px #f5f8f8 solid;
      flex-basis: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      height: 270px;
      align-content: space-between; }
    .container.products .outer-box #main-content .product-similar .similar-box .product-box .image-box {
      min-height: 150px;
      height: auto; }
      .container.products .outer-box #main-content .product-similar .similar-box .product-box h3 {
        font-size: 20px;
        margin-bottom: 8px;
        margin-top: 8px;
        width: 100%;
        text-align: center; }
    .container.products .outer-box #main-content .product-similar .similar-box .product-box .text {
      text-align: center;
      font-size: 13px;
      color: #2d2d2e;
      font-weight: 500;
      width: 100%;
      height: 76px; }
      .container.products .outer-box #main-content .product-similar .similar-box .product-box .text p {
        max-height: 48px;
        overflow: hidden;
        margin-top: 0; }
    .container.products .outer-box #main-content .product-similar .similar-box .product-box a.more {
      cursor: pointer;
      background-color: #f2f1f1;
      color: #2d2d2e;
      font-family: BebasNeueBold, serif;
      font-size: 20px;
      padding: 5px 80px;
      width: 100%;
      text-align: center; }
      .container.products .outer-box #main-content .product-similar .similar-box .product-box a.more:hover {
        background-color: #505051;
        color: white; }
    @media all and (max-width: 500px) {
          .container.products .outer-box #main-content .product-similar .similar-box .product-box {
            width: 100%;
            flex-grow: 2; } }
  .container.products .outer-box #main-content .product-files {
    width: 100%;
    margin-top: 30px; }
    .container.products .outer-box #main-content .product-files h3 {
      font-size: 22px;
      margin-bottom: 30px;
      margin-top: 0; }
    .container.products .outer-box #main-content .product-files .files-box {
      display: flex;
      margin: 0 -8px 15px -8px;
      flex-wrap: wrap; }
    .container.products .outer-box #main-content .product-files .files-box .file-box {
      flex-grow: 2;
      padding: 15px;
      margin: 0 8px 15px 8px;
      background-color: #f5f8f8;
      flex-basis: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      height: 70px;
      align-content: space-between; }
    .container.products .outer-box #main-content .product-files .files-box .file-box .title {
      width: 100%; }
    .container.products .outer-box #main-content .product-files .files-box .file-box .ext {
      color: #aaa;
      font-size: 15px;
      text-align: left;
      width: 100%; }
    @media all and (max-width: 500px) {
          .container.products .outer-box #main-content .product-files .files-box .file-box {
            width: 100%;
            flex-grow: 2; } }
    .container.products .outer-box #main-content .product-files .line-files .file-list li {
      background-color: #f5f8f8; }
  @media all and (max-width: 750px) {
      .container.products .outer-box #main-content {
        width: 100%;
        min-width: unset; } }
  .container.products .pagination {
    display: flex;
    justify-content: center; }
  .container.products .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: -5px; }
  .container.products .pagination ul li {
    font-family: "BebasNeueBold", serif;
    background-color: #f2f1f1;
    color: #2d2d2e;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer; }
    .container.products .pagination ul li:hover, .container.products .pagination ul li.active {
      background-color: #505051;
      color: white; }
    .container.products .pagination ul li a {
      height: 100%;
      width: 100%;
      display: inline-block;
      padding: 5px 15px; }
  @media all and (max-width: 1280px) {
  .container.products {
    padding: 0 20px; } }
  @media all and (max-width: 510px) {
  .container.products {
    margin-top: 25px; } }
  .container.products:after {
    display: none;
    width: 0; }

#product-files {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  width: 100%; }
  #product-files .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    flex-wrap: wrap; }
  #product-files .inner .file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-basis: 50%; }
  #product-files .inner .file svg {
    height: 45px;
    width: 40px;
    margin-right: 15px; }
    @media all and (max-width: 500px) {
        #product-files .inner .file svg.pdf-svg {
          display: none; } }
  #product-files .inner .file a {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #b76e3c; }
    #product-files .inner .file a .svg-download-box {
      background-color: #b76e3c;
      transition: 250ms;
      display: flex;
      align-items: center; }
    #product-files .inner .file a .svg-download-box svg {
      fill: #fff;
      margin: 5px 15px; }
    #product-files .inner .file a .file-title-box {
      padding: 10px 15px;
      font-size: 24px;
      font-family: BebasNeueBold, serif;
      color: #b76e3c;
      background-color: #f5f8f8;
      transition: 250ms;
      line-height: 35px; }
    @media all and (max-width: 768px) {
        #product-files .inner .file a .file-title-box {
          display: inline-block;
          width: 100%; } }
    @media all and (max-width: 768px) {
      #product-files .inner .file a {
        font-size: 14px;
        width: 100%;
        text-align: center; } }
    @media all and (max-width: 500px) {
      #product-files .inner .file a {
        width: 100%;
        font-size: 16px; } }
    #product-files .inner .file a:hover .file-title-box {
      background-color: #505051;
      color: white; }
    #product-files .inner .file a:hover .svg-download-box {
      background-color: #505051; }
  #product-files .inner .file.only-one {
    flex-basis: 100% !important; }
    #product-files .inner .file.only-one a {
      width: 100%;
      text-align: center; }
    #product-files .inner .file.only-one a .file-title-box {
      display: inline-block;
      width: 100%; }
  #product-files .inner .file.safety {
    flex-basis: 65%; }
  #product-files .inner .file.pamphlet {
    flex-basis: 32%;
    max-width: 300px; }
  @media all and (max-width: 768px) {
      #product-files .inner .file {
        margin-bottom: 5px; } }
  @media all and (max-width: 500px) {
      #product-files .inner .file {
        flex-basis: 100% !important;
        max-width: unset !important; } }
