@charset "UTF-8";
/* =========================================================================

    Project: Pilot Pen
    Author: XHTMLized
    Last updated: @@timestamp
@@toc

   ========================================================================= */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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.
 */
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: 'icomoon';
  src: url("../fonts/icomoon.eot?b4f1bh");
  src: url("../fonts/icomoon.eot?b4f1bh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b4f1bh") format("truetype"), url("../fonts/icomoon.woff?b4f1bh") format("woff"), url("../fonts/icomoon.svg?b4f1bh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'youtube';
  src: url('../fonts/youtube.eot?54178415');
  src: url('../fonts/youtube.eot?54178415#iefix') format('embedded-opentype'),
       url('../fonts/youtube.woff2?54178415') format('woff2'),
       url('../fonts/youtube.woff?54178415') format('woff'),
       url('../fonts/youtube.ttf?54178415') format('truetype'),
       url('../fonts/youtube.svg?54178415#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.youtube-icon:before {
  font-family: "youtube";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.youtube-icon:before { content: '\f16a'; } /* '' */


[class^="icon-"], .icon, .gfield_checkbox > li label:before,
.checkbox label:before, .select2-container--default .select2-selection--single .select2-selection__arrow b, .colors-list--check .color.active:before,
.color.check:before,  ors input[type=checkbox]:checked + .color:before,
.sf-field-taxonomy-wp-light-item-color input[type=checkbox]:checked + .color:before, .more:after, [class*=" icon-"], .icon, .gfield_checkbox > li label:before,
.checkbox label:before, .select2-container--default .select2-selection--single .select2-selection__arrow b, .colors-list--check .color.active:before,
.color.check:before,  ors input[type=checkbox]:checked + .color:before,
.sf-field-taxonomy-wp-light-item-color input[type=checkbox]:checked + .color:before, .more:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-square-minus:before {
  content: "\e919";
}

.icon-square-plus:before {
  content: "\e91a";
}

.icon-check2:before, .colors-list--check .color.active:before,
.color.check:before,  ors input[type=checkbox]:checked + .color:before,
.sf-field-taxonomy-wp-light-item-color input[type=checkbox]:checked + .color:before {
  content: "\e916";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-angle-top:before, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before, .faq.active > .faq-title i:before {
  content: "\e913";
}

.icon-angle-bottom:before, .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e917";
}

.icon-angle-left:before {
  content: "\e918";
}

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

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

.icon-check:before, .gfield_checkbox > li label:before,
.checkbox label:before {
  content: "\e914";
}

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

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

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

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

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

/* 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;
  filter: alpha(opacity=80);
}

.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: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

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

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

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

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

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

.mfp-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;
}

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

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

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

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

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

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

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

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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;
}

.left-col .product-detail-img .sl-item:hover img,.left-col .product-detail-img .single-hold:hover img {opacity:0;}
.left-col .product-detail-img .sl-item .sl-img{display: block;margin-left: auto;margin-right: auto}

.left-col .product-detail-img .slider-thumbs .slick-prev{
  position: absolute;
  left:5px;
  top:50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  background: url(../img/arrow-l.png) no-repeat 50% 50%;
  background-size: auto 40px;
  text-indent: 9999px;
  width: 40px;
  height: 40px;
}

.left-col .product-detail-img .slider-thumbs .slick-next{
  position: absolute;
  right:5px;
  top:50%;
  transform: translate(0,-50%);
  background: url(../img/arrow-r.png) no-repeat 50% 50%;
  -webkit-transform: translate(0,-50%);
  background-size: auto 40px; 
  text-indent: 9999px;
  width: 40px;
  height: 40px;
}

.form-popup .wrapper .left-col {
    min-height: 200px;
}

.page-template-page-begreen .mobile-img {display:none;}
@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;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

.form:after, .clerfix:after {
  content: "";
  display: table;
  clear: both;
}

.hero .slick-arrow, .search-bar:before, .filters-bar:before, .items .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@font-face {
  font-family: "Frutiger LT Com";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FrutigerLTCom-Roman.eot");
  src: url("../fonts/FrutigerLTCom-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTCom-Roman.woff") format("woff"), url("../fonts/FrutigerLTCom-Roman.ttf") format("truetype");
}

@font-face {
  font-family: "Frutiger LT Com";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/FrutigerLTCom-Italic.eot");
  src: url("../fonts/FrutigerLTCom-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTCom-Italic.woff") format("woff"), url("../fonts/FrutigerLTCom-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Frutiger LT Com";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/FrutigerLTCom-Light.eot");
  src: url("../fonts/FrutigerLTCom-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTCom-Light.woff") format("woff"), url("../fonts/FrutigerLTCom-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Frutiger LT Com";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/FrutigerLTCom-LightItalic.eot");
  src: url("../fonts/FrutigerLTCom-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTCom-LightItalic.woff") format("woff"), url("../fonts/FrutigerLTCom-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Frutiger LT Com";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/FrutigerLTCom-Bold.eot");
  src: url("../fonts/FrutigerLTCom-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTCom-Bold.woff") format("woff"), url("../fonts/FrutigerLTCom-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Frutiger LT Com";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/FrutigerLTCom-Black.eot");
  src: url("../fonts/FrutigerLTCom-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTCom-Black.woff") format("woff"), url("../fonts/FrutigerLTCom-Black.ttf") format("truetype");
}

.select[multiple] ~ .select2:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.select[multiple] ~ .select2 .select2-selection {
  min-height: 42px;
  padding: 5px;
}

.select[multiple] ~ .select2 .select2-selection:focus {
  outline: none;
}

.select[multiple] ~ .select2 .select2-selection__rendered {
  display: block;
}

.select--white ~ .select2.select2-container--open {
  border-radius: 3px 3px 0 0;
}

.select--white ~ .select2 .select2-selection .select2-selection__rendered {
  color: #fff;
}

.select--white ~ .select2 .select2-results .select2-results__options {
  background: #fff;
}

.select--white ~ .select2 .select2-selection--single {
  border: 1px solid #fff;
  background: #0066b3;
  color: #fff;
}

.select--white ~ .select2 .select2-selection--single .select2-selection__arrow {
  background: #fff;
}

.select--white ~ .select2 .select2-selection--single .select2-selection__arrow b {
  color: #0066b3;
}

.select2 .select2-selection {
  outline: none;
}

.select2 .select2-selection:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.select2 .select2-selection__choice {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  border: 1px solid red;
  border-radius: 3px;
}

.select2 .select2-search.select2-search--inline {
  display: inline-block;
  float: none;
}

.select2 .select2-selection__choice__remove {
  padding-right: 4px;
  color: #0066b3;
}

.select2-dropdown--multiple .select2-results__option:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 1px solid red;
}

.select2-dropdown--multiple .select2-results__option[aria-selected="true"]:before {
  background-color: #0066b3;
  border-color: #0066b3;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  font-family: "Frutiger LT Com", Helvetica, "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.42;
  color: #666666;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.content a {
  color: #0066AB;
}
a:hover {
  color: #fff;
}
.content a:hover {
  color: #00713B;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

b {
  font-weight: bold;
}

.body-bag {
  padding-top: 53px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (min-width: 768px) {
  .internal .body-bag {
    padding-top: 95px;
  }
}

@media screen and (min-width: 1220px) {
  .body-bag {
    padding-top: 124px;
  }
  .internal .body-bag {
    padding-top: 166px;
  }
  .body-bag:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: #0066b3;
  }
}

/* Container */
.container,
.container-narrow {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

.container {
  max-width: 1224px;
}

.container-narrow {
  max-width: 1062px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.h1, .content-page h1 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: 1px solid #666666;
}

@media screen and (min-width: 1220px) {
  .h1, .content-page h1 {
    padding: 0 8px;
    font-size: 3rem;
    line-height: 1.8;
  }
}

.h2, .content-page h2,
.h3,
.content-page h3,
.h4,
.content-page h4 {
  font-weight: normal;
}

.h1, .content-page h1,
.h2,
.content-page h2,
.h3,
.content-page h3,
.h4,
.content-page h4 {
  letter-spacing: 0.01em;
}

.h2, .content-page h2 {
  font-size: 30px;
  font-size: 3rem;
}

.h3, .content-page h3 {
  font-size: 21px;
  font-size: 2.1rem;
}

.h4, .content-page h4 {
  font-size: 17.5px;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.title {
  margin-top: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
}

a.btn {
  color: #fff;
  text-decoration: none;
}

.paragraph--narrow {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53;
}

@media screen and (min-width: 1220px) {
  .paragraph--narrow {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}

.paragraph--bold {
  font-weight: bold;
}

.paragraph--italic {
  font-style: italic;
}

.columns {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.columns p:first-child {
  margin-top: 0;
}

.form {
  position: relative;
}

.form.completed > * {
  display: none !important;
}

.form.completed .form-message {
  display: block !important;
}

.form-el {
  position: relative;
  margin-bottom: 8px;
}

.form-el.error .form-control {
  border: 1px solid #EF4C23;
  background: #ffd7cb;
}

.form-el .wpcf7-not-valid {
  border: 1px solid #EF4C23;
  background: #ffd7cb;
}

@media screen and (min-width: 1220px) {
  .form-el {
    margin-bottom: 16px;
  }
}

.form-el-icon {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
  font-size: 17px;
  font-size: 1.7rem;
  color: #acabab;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
textarea {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Frutiger LT Com", Helvetica, "Arial", sans-serif;
  font-weight: normal;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 7px white;
}

textarea {
  resize: vertical;
}

.form-control {
  color: #666666;
  width: 100%;
  min-height: 38px;
  padding: 9px 5px 6px;
  background: #fff;
  border: 0;
  border-radius: 3px;
}

.form-control::-webkit-input-placeholder {
  color: #acabab;
}

.form-control:-moz-placeholder {
  color: #acabab;
}

.form-control::-moz-placeholder {
  color: #acabab;
}

.form-control:-ms-input-placeholder {
  color: #acabab;
}

.form-el-icon + .form-control {
  padding-right: 30px;
}

@media screen and (min-width: 1220px) {
  .form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form-errors,
.wpcf7-response-output:not(.wpcf7-mail-sent-ok) {
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ff8181;
}

@media screen and (min-width: 1220px) {
  .form-errors,
  .wpcf7-response-output:not(.wpcf7-mail-sent-ok) {
    padding-top: 12px;
    font-size: 1.4rem;
  }
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.form-btn {
  float: right;
  margin-top: -5px;
  margin-left: 10px;
}

@media screen and (min-width: 1220px) {
  .form-btn {
    margin-top: -11px;
  }
}

.footer-form-col + .footer-form-col + p {
  float: right;
  margin: 0;
}

.footer-form-col + .footer-form-col + p + .wpcf7-mail-sent-ok {
  clear: both;
}

.form-message,
.wpcf7-mail-sent-ok {
  display: none;
  margin: 50px auto;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: .01em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media screen and (min-width: 1220px) {
  .form-message,
  .wpcf7-mail-sent-ok {
    width: 95%;
    font-size: 2.0rem;
    line-height: 1.6;
    letter-spacing: -.02em;
  }
}

.gfield_checkbox > li label,
.gfield_radio > li label,
.checkbox label {
  display: block;
  position: relative;
  padding-right: 25px;
}

.gfield_checkbox > li label:before, .gfield_checkbox > li label:after,
.gfield_radio > li label:before,
.gfield_radio > li label:after,
.checkbox label:before,
.checkbox label:after {
  position: absolute;
}

.gfield_checkbox > li label:after,
.gfield_radio > li label:after,
.checkbox label:after {
  content: '';
  top: 0;
  right: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.gfield_checkbox > li label:before,
.gfield_radio > li label:before,
.checkbox label:before {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.gfield_checkbox > li input[type=checkbox],
.gfield_checkbox > li input[type=radio],
.gfield_radio > li input[type=checkbox],
.gfield_radio > li input[type=radio],
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  display: none;
}

.gfield_checkbox > li input[type=checkbox]:checked + label:before,
.gfield_checkbox > li input[type=radio]:checked + label:before,
.gfield_radio > li input[type=checkbox]:checked + label:before,
.gfield_radio > li input[type=radio]:checked + label:before,
.checkbox input[type=checkbox]:checked + label:before,
.checkbox input[type=radio]:checked + label:before {
  opacity: 1;
}

.gfield_checkbox > li input[type=checkbox]:checked + label:after,
.gfield_checkbox > li input[type=radio]:checked + label:after,
.gfield_radio > li input[type=checkbox]:checked + label:after,
.gfield_radio > li input[type=radio]:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after,
.checkbox input[type=radio]:checked + label:after {
  background: #fff;
}

@media screen and (min-width: 1220px) {
  .gfield_checkbox > li label,
  .gfield_radio > li label,
  .checkbox label {
    padding-right: 17px;
  }
  .gfield_checkbox > li label:after,
  .gfield_radio > li label:after,
  .checkbox label:after {
    top: 2px;
    width: 13px;
    height: 13px;
  }
}

.gfield_checkbox > li label:before,
.checkbox label:before {
  top: 2px;
  right: 1px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1993e1;
}

@media screen and (min-width: 1220px) {
  .gfield_checkbox > li label:before,
  .checkbox label:before {
    top: 4px;
    right: 2px;
    font-size: .9rem;
  }
}

.gfield_checkbox > li,
.gfield_radio > li {
  margin-bottom: 10px;
}

.gfield_checkbox > li label,
.gfield_radio > li label {
  padding-top: 1px;
  padding-left: 25px;
}

.gfield_checkbox > li label:before, .gfield_checkbox > li label:after,
.gfield_radio > li label:before,
.gfield_radio > li label:after {
  right: auto;
}

.gfield_checkbox > li label:before,
.gfield_radio > li label:before {
  left: 2px;
  color: #fff;
}

.gfield_checkbox > li label:after,
.gfield_radio > li label:after {
  left: 0;
  background: #fff;
  border-color: #0066b3;
}

.gfield_checkbox > li input[type=checkbox]:checked + label:after,
.gfield_checkbox > li input[type=radio]:checked + label:after,
.gfield_radio > li input[type=checkbox]:checked + label:after,
.gfield_radio > li input[type=radio]:checked + label:after {
  background: #fff;
}

.gfield_checkbox > li input[type=checkbox]:checked + label:before,
.gfield_checkbox > li input[type=radio]:checked + label:before,
.gfield_radio > li input[type=checkbox]:checked + label:before,
.gfield_radio > li input[type=radio]:checked + label:before {
  color: #0066b3;
}

@media screen and (min-width: 1220px) {
  .gfield_checkbox > li label,
  .gfield_radio > li label {
    padding-top: 0;
    padding-left: 20px;
  }
}

.gfield_radio > li label:after {
  border-radius: 50%;
}

.gfield_radio > li label:before {
  content: '';
  background: #0066b3;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media screen and (min-width: 1220px) {
  .gfield_radio > li label:before {
    top: 2px;
    right: 0;
    width: 13px;
    height: 13px;
  }
}

.wpcf7-form.sent *:not(.wpcf7-mail-sent-ok) {
  display: none;
}

.gform_wrapper {
  text-align: left;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #0066b3;
  resize: none;
  color: #0066b3;
  font-size: 17px;
  font-size: 1.7rem;
  padding-left: 8px;
  padding-right: 8px;
}

.gform_wrapper input[type=text] {
  height: 42px;
  line-height: 42px;
}

.gfield {
  margin-bottom: 20px;
}

.gform_drop_instructions {
  display: block;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 42px;
  position: relative;
  margin-right: -3px;
  padding: 0 12px;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 42px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #0066b3;
  border: 1px solid #0066b3;
  border-radius: 3px;
  background: #fff;
}

.gform_button_select_files {
  border: 0 none;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1;
  max-width: 100%;
  min-width: 113px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #0066b3 none repeat scroll 0 0;
  border: 1px solid #0066b3;
  color: #fff;
  min-width: 103px;
  white-space: nowrap;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}

.ginput_preview {
  margin: 10px;
}

.ginput_preview a {
  color: #f00;
}

.gfield_checkbox {
  padding-top: 8px;
  margin-left: -3px;
}

.gfield_radio {
  margin-left: -3px;
}

.gfield_checkbox label,
.gfield_radio label {
  margin-left: 3px;
}

.content-page .ginput_preview img {
  display: inline;
  margin: 0;
  position: relative;
  top: 2px;
}

.gfield_radio li {
  padding-top: 8px;
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

.validation_error,
.validation_message {
  color: #f00;
  margin: 10px 0;
}

.btn {
  display: inline-block;
  max-width: 100%;
  min-width: 113px;
  padding: 0 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 3px;
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.btn:disabled {
  pointer-events: none;
  color: #fff;
  background: #acabab;
  border: 0;
}

.btn:hover {
  text-decoration: none;
}

.btn {
  height: 36px;
}

@media screen and (min-width: 1220px) {
  .btn {
    height: 42px;
  }
}

.btn--fluid {
  min-width: 0;
}

.btn--big {
  height: 42px;
}

.btn--long {
  min-width: 208px;
}





.btn--full {
  width: 100%;
}

a.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn-primary, .listing:nth-child(even) .listing-btn, .fileupload--white .fileupload-btn {
  color: #0066b3;
  background: #fff;
  border: 1px solid #fff;
}

.btn-primary:hover, .listing:nth-child(even) .listing-btn:hover, .fileupload--white .fileupload-btn:hover {
  color: #fff;
  background: #02365d;
}

.btn-brand {
  color: #fff;
  background: #0066b3;
  border: 1px solid #0066b3;
}

.btn-brand:hover {
  color: #0066b3;
  background: #fff;
  border: 1px solid #0066b3;
}

.btn-dark {
  color: #fff;
  background: #02365d;
  border: 1px solid #02365d;
}

.btn-dark:hover {
  color: #02365d;
  background: #fff;
  border: 1px solid #02365d;
}

.btn-ghost {
  color: #fff;
  font-weight: 300;
  border: 1px solid #fff;
  background: transparent;
}

@media screen and (min-width: 1220px) {
  .btn-ghost {
    font-weight: normal;
  }
}

.content-page a.btn.btn-brand:hover {
  color: #0066b3;
  background: #fff !important;
  border: 1px solid #0066b3;
}

.select {
  max-width: 100%;
  width: 100% !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-dropdown {
  border: 0;
  border-radius: 0;
}

.select2-dropdown--above {
  margin-top: 1px;
}

.select2-dropdown--below {
  margin-top: -1px;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px !important;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #0066b3;
  height: 42px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
  padding-left: 12px/2;
  color: #0066b3;
  line-height: 42px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #0066b3;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 42px;
  background: #0066b3;
  border-radius: 0 3px 3px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -11px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #02365d;
  border: 1px solid #fff;
}

.select2-container--default .select2-results__option {
  color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #fff;
}

.select2-container--default .select2-results__option:last-child {
  border-bottom: 0;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1993e1;
  color: #fff;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background-color: #0066b3;
  color: #fff;
}
.admin-bar .header {
  top: 22px;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0066b3;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
}

@media screen and (min-width: 768px) {
  .header:before {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .header .container {
    position: relative;
    height: 124px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  .header.collapsed .container {
    height: 75px;
  }
  .header.collapsed .ir.header-logo, .header.collapsed .header-logo.logo {
    top: 15px;
    height: 45px;
    width: 166px;
  }
}

.header-cover {
  opacity: 0;
  content: '';
  position: fixed;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.44);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  cursor: pointer;
}

.header.open-search + .header-cover {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .header-cover {
    display: none;
  }
}

.header-toggle-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 27px;
  padding: 0;
  border: 0;
  background: transparent;
}

.header-toggle-btn:hover, .header-toggle-btn:focus {
  outline: 0;
}

.header-toggle-btn span {
  display: block;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.header-toggle-btn span + span {
  margin-top: 3px;
}

@media screen and (min-width: 1220px) {
  .header-toggle-btn {
    display: none;
  }
}

.ir.header-logo, .header-logo.logo {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 2;
  width: 113px;
  height: 31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ir.header-logo span, .header-logo.logo span {
  background-color: #0066b3;
}

@media screen and (min-width: 1220px) {
  .ir.header-logo, .header-logo.logo {
    top: 30px;
    width: 274px;
    height: 75px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.header-social {
  margin-top: 3px;
  margin-left: auto;
}

.header-social li {
  display: none;
}

.header-social .social-list-search {
  display: block;
}

@media screen and (min-width: 768px) {
  .header-social {
    position: relative;
  }
  .header-social .social-list-search {
    position: relative;
  }
}

@media screen and (min-width: 1220px) {
  .header-social {
    margin: 0 0 21px auto;
  }
  .header-social li {
    display: block;
  }
}

.header-search {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  z-index: 100;
  height: 0px;
  padding: 0 14px;
  background: #0066b3;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.header-search .sf-field-submit {
  display: none;
}

.header.open-search .header-search {
  height: 50px;
}

.header-search .search-form {
  margin-top: 7px;
}

.header-search .search-form-input,
.header-search .sf-input-text {
  padding-right: 3px;
}

.header-search .search-form-input::-webkit-input-placeholder,
.header-search .sf-input-text::-webkit-input-placeholder {
  opacity: .28;
}

.header-search .search-form-input:-moz-placeholder,
.header-search .sf-input-text:-moz-placeholder {
  opacity: .28;
}

.header-search .search-form-input::-moz-placeholder,
.header-search .sf-input-text::-moz-placeholder {
  opacity: .28;
}

.header-search .search-form-input:-ms-input-placeholder,
.header-search .sf-input-text:-ms-input-placeholder {
  opacity: .28;
}

@media screen and (min-width: 768px) {
  .header-search {
    top: 0;
    left: auto;
    z-index: 1;
    right: 0px;
    height: 25px;
    width: 0;
    padding: 0;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  .header-search .search-form {
    margin-top: 0;
  }
  .header-search .search-form-input,
  .header-search .sf-input-text {
    height: 25px;
    padding-right: 30px;
  }
  .header.open-search .header-search {
    height: 25px;
    width: 190px;
    overflow: visible;
  }
}

.header-top-btn {
  position: absolute;
  top: 100%;
  right: 0;
  width: 50px;
  height: 42px;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  border: 0;
  background: #0066b3;
  text-transform: uppercase;
  border-radius: 0 0 3px 3px;
  text-align: center;
}

.header-top-btn:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 5px auto 3px;
  border-style: solid;
  border-width: 0 12.5px 14px 12.5px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 1220px) {
  .header-top-btn {
    height: 42px;
  }
}

@media screen and (min-width: 1440px) {
  .header-top-btn {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.nav {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 53px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #0066b3;
}

.nav a {
  display: block;
}

.open-nav .nav {
  display: block;
}

.nav .active > .sub-menu,
.nav .sub-menu-more > .active .sub-menu-second {
  display: block;
}

@media screen and (min-width: 1220px) {
  .nav {
    display: block;
    position: relative;
    overflow: visible;
    max-height: none;
  }
  .nav .active > .sub-menu {
    display: table;
  }
}

.nav-list > li > a {
  padding: 15px 23px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  background: #02365d;
  text-transform: uppercase;
}

.nav-list > li + li {
  border-top: 2px solid #1993e1;
}

@media screen and (min-width: 1220px) {
  .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -14px;
  }
  .nav-list > li {
    position: relative;
    border: 0 !important;
    margin-right: 10px;
  }
  .nav-list > li.menu-item-has-children.active {
    background: #1783c7;
  }
  .nav-list > li.current-menu-item > a, .nav-list > li.active > a {
    background: #004375;
  }
  .nav-list > li > a {
    font-size: 1.4rem;
    border-radius: 3px 3px 0 0;
    padding: 14px 14px 26px;
    background: transparent;
  }
}

.nav-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px;
}

@media screen and (min-width: 1220px) {
  .nav-bottom {
    display: none !important;
  }
}

.sub-menu {
  display: none;
}

@media screen and (min-width: 1220px) {
  .sub-menu {
    position: absolute;
    display: none;
  }
  .sub-menu a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem !important;
  }
  .sub-menu a:hover:before {
    width: 100%;
  }
  .sub-menu a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
  }
  .sub-menu .current-menu-item > a:before {
    width: 100%;
  }
}

.sub-menu-main > li > a,
.sub-menu-more > li > a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}

@media screen and (min-width: 1220px) {
  .sub-menu-main,
  .sub-menu-more {
    display: table-cell;
    vertical-align: top;
  }
}

.sub-menu-main {
  padding: 5px 0;
  background: #1783c7;
}

.sub-menu-main > li > a {
  padding: 10px 23px;
}

@media screen and (min-width: 1220px) {
  .sub-menu-main {
    position: relative;
    padding: 13px 0;
    border-radius: 0 0 0 3px;
    background-color: transparent;
  }
  .sub-menu-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 222px;
    width: 100%;
    background: #1783c7;
    border-radius: 0 0 3px 3px;
  }
  .sub-menu-main > li {
    width: 184px;
    background: #1783c7;
  }
  .sub-menu-main > li > a {
    margin: 10px 23px;
    padding: 0;
  }
}

.nav-list li:first-child .sub-menu-main:before {
  border-radius: 0 0 0 3px;
}

.sub-menu-more {
  padding: 12px 0;
  background: #1993e1;
}

.sub-menu-more > li > a {
  padding: 6px 23px;
}

.sub-menu-more > li:last-child {
  border-radius: 0 0 3px 0;
}

@media screen and (min-width: 1220px) {
  .sub-menu-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    background: transparent;
  }
  .sub-menu-more > li {
    min-height: 222px;
    padding: 13px 0 0;
    background: #1993e1;
  }
  .sub-menu-more > li > a {
    margin: 10px 10px 10px 37px;
    padding: 0;
    pointer-events: none;
    cursor: default;
  }
  .sub-menu-more > li > a:before {
    display: none;
  }
}

.sub-menu-second {
  display: none;
}
/*
.sub-menu-second > li:nth-child(n + 4) {
  display: none;
}
*/

.sub-menu-second > li > a {
  padding: 6px 23px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sub-menu-second.show-more {
  border-radius: 0 0 3px 3px;
}

.sub-menu-second.show-more > li {
  display: block;
}

.sub-menu-second.show-more > li:last-child {
  padding-bottom: 5px;
}

@media screen and (min-width: 1220px) {
  .sub-menu-second {
    display: block;
    min-width: 184px;
  }
  .sub-menu-second > li > a {
    margin: 10px 10px 10px 37px;
    padding: 0;
  }
}

@media screen and (min-width: 1220px) {
  .sub-menu-second--cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 368px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sub-menu-second--cols > li {
    width: 184px;
  }
  .sub-menu-second--cols > li:nth-child(n + 4) {
    display: block;
  }
  .sub-menu-second--cols > li:nth-child(n + 8) {
    display: none;
  }
  .sub-menu-second--cols.show-more > li {
    display: block;
  }
}

.nav-more {
  display: block !important;
}

.nav-more-btn {
  display: block;
  width: 100%;
  padding: 5px 23px;
  text-align: left;
  border: 0;
  background: transparent;
}

.nav-more-btn:hover, .nav-more-btn:focus {
  outline: 0;
}

@media screen and (min-width: 1220px) {
  .nav-more-btn {
    padding: 10px 10px 10px 37px;
  }
}

.products-pagination {
  clear: both;
  margin: 40px 0;
  text-align: center;
}

.products-pagination li {
  display: inline-block;
}

.products-pagination li .page-numbers {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #0066b3;
}

.products-pagination li .current {
  color: #fff;
  background-color: #02365d;
  border-color: transparent;
}

@media screen and (min-width: 1220px) {
  .menu-item-object-custom.menu-item-has-children .sub-menu-main:before {
    height: auto;
  }
  .menu-item-object-custom.menu-item-has-children .sub-menu-main {
    padding: 0;
  }
  .menu-item-object-custom.menu-item-has-children .sub-menu-main li:first-child {
    padding-top: 13px;
  }
  .menu-item-object-custom.menu-item-has-children .sub-menu-main li:last-child {
    padding-bottom: 13px;
    border-radius: 0 0 3px 3px;
  }
}

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  background: #0066b3;
}

.footer p:first-child {
  margin-top: 0;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer-top {
  padding-top: 15px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 57px;
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-form,
  .footer-top > .wpcf7 {
    width: 51%;
    margin-left: -8px;
    margin-right: -8px;
  }
  .footer-form textarea,
  .footer-top > .wpcf7 textarea {
    min-height: 140px;
  }
  .footer-form .btn,
  .footer-top > .wpcf7 .btn {
    margin-right: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-form-col {
    width: 50%;
    float: left;
    padding: 0 8px;
  }
}

.footer-text {
  margin-top: 9px;
}

@media screen and (min-width: 1024px) {
  .footer-text {
    width: 44%;
    margin-top: 0;
    margin-left: auto;
    overflow: hidden;
  }
}

.footer-title {
  display: block !important;
  margin-bottom: 9px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 1024px) {
  .footer-title {
    margin-bottom: 20px;
  }
}

.footer-text-col {
  margin-bottom: 23px;
}

.footer-text-col p {
  margin-bottom: 23px;
}

@media screen and (min-width: 1024px) {
  .footer-text-col {
    float: left;
    width: 47%;
    margin-bottom: 0;
  }
  .footer-text-col:last-child {
    float: right;
    width: 40%;
  }
}

.footer-bottom {
  padding: 15px 0;
  background: #02365d;
}

@media screen and (min-width: 1024px) {
  .footer-bottom {
    padding: 9px 0 19px;
  }
  .footer-bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.footer-nav li {
  margin: 0 15px;
}

@media screen and (min-width: 1024px) {
  .footer-nav {
    margin-top: 15px;
  }
  .footer-nav li {
    margin: 0 31px 0 0;
  }
}

.footer-logo {
  margin: 10px auto 0;
  width: 137px;
  height: 38px;
}

.footer-logo span {
  background-color: #02365d;
}

@media screen and (min-width: 1024px) {
  .footer-logo {
    margin: 0 0 0 auto;
  }
}

body .ui-autocomplete {
  z-index: 101;
}

.slick-arrow {
  padding: 0;
  z-index: 1;
  background: transparent;
  border: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.slick-arrow:hover, .slick-arrow:focus {
  outline: 0;
}

.slick-arrow:before {
  font-size: 113px;
  font-size: 11.3rem;
  color: #0066b3;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-disabled {
  opacity: 0;
}

.slick-disabled {
  display: none !important;
}

.hero .slick-dots {
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.hero .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  opacity: .4;
}

.hero .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  padding: 0;
  border: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  text-indent: -999px;
}

.hero .slick-dots .slick-active {
  opacity: 1;
}

.hero-dots-dark .slick-dots button {
  background: #000;
}

.hero-el {
  display: block;
  position: relative;
  height: 56.25vw;
  max-height: calc(100vh - 53px - 48px);
}

@media screen and (min-width: 1024px) {
  .hero-el {
    max-height: calc(85vh - 124px - 7px);
  }
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-img--mobile + .hero-img {
  display: none;
}

@media screen and (min-width: 1220px) {
  .hero-img--mobile {
    display: none;
  }
  .hero-img--mobile + .hero-img {
    display: block;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper .video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-list li {
  height: 25px;
  margin-left: 14px;
}

.social-list li:first-child {
  margin-left: 0;
}

.social-list li > a {
  font-size: 25px;
  font-size: 2.5rem;
}

.social-list .icon-instagram {
  font-size: 27px;
  font-size: 2.7rem;
}

.social-list-search-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  color: #0066b3;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.social-list-search-btn:hover, .social-list-search-btn:focus {
  outline: 0;
}

.social-list-search-btn:before {
  font-size: 16px;
  font-size: 1.6rem;
}

.search-form,
.search-bar-cont .searchandfilter {
  position: relative;
}

.search-form-input,
.search-bar-cont .searchandfilter .sf-input-text,
.header-search .sf-input-text {
  color: #fff;
  width: 100%;
  height: 28px;
  padding: 5px 36px 0 3px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 3px;
}

.search-form-input::-webkit-input-placeholder,
.search-bar-cont .searchandfilter .sf-input-text::-webkit-input-placeholder,
.header-search .sf-input-text::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
}

.search-form-input:-moz-placeholder,
.search-bar-cont .searchandfilter .sf-input-text:-moz-placeholder,
.header-search .sf-input-text:-moz-placeholder {
  color: #fff;
  text-align: center;
}

.search-form-input::-moz-placeholder,
.search-bar-cont .searchandfilter .sf-input-text::-moz-placeholder,
.header-search .sf-input-text::-moz-placeholder {
  color: #fff;
  text-align: center;
}

.search-form-input:-ms-input-placeholder,
.search-bar-cont .searchandfilter .sf-input-text:-ms-input-placeholder,
.header-search .sf-input-text:-ms-input-placeholder {
  color: #fff;
  text-align: center;
}

.header-search .sf-input-text {
  height: 25px;
}

.search-form-btn,
.search-bar-cont .searchandfilter .sf-field-submit input {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  padding: 0;
  height: 100%;
  background: #fff;
  color: #0066b3;
  border: 0;
  border-radius: 0 3px 3px 0;
}

.ui-autocomplete.ui-widget-content {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0 0 3px 3px;
}

.ui-autocomplete li {
  font-size: 12px;
  background: #02365D;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-indent: 3px;
}

.ui-autocomplete li.ui-state-focus {
  background: #0066b3;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
}

.ui-autocomplete li:last-child,
.ui-autocomplete li.ui-state-focus:last-child {
  border-bottom: 0;
}

button.mfp-close {
  top: -11px !important;
  right: -11px;
  display: block;
  height: 22px;
  width: 22px !important;
  font-family: "Frutiger LT Com", Helvetica, "Arial", sans-serif !important;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0066b3 !important;
  text-transform: uppercase;
  line-height: 1;
  background: #fff;
  opacity: 1;
  border-radius: 3px;
}

.color-popup-block {
  max-width: 393px;
  margin: 40px auto;
  position: relative;
  background: #0066b3;
  color: #fff;
  text-align: center;
  padding: 30px 55px;
  border-radius: 3px;
  box-shadow: 1px -8px 92px rgba(25, 25, 25, 0.88);
}

.color-popup-block .form-btn {
  float: none;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.4;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.search-bar {
  padding: 10px 12px;
  background: #0066b3;
}

@media screen and (min-width: 1024px) {
  .search-bar {
    position: relative;
    padding: 0;
    margin: -31px 0;
    background-color: transparent;
  }
  .search-bar:before {
    content: '';
    left: 0;
    width: 100%;
    height: 7px;
    background: #0066b3;
  }
  .search-bar .search-form-input,
  .search-bar .search-bar-cont .searchandfilter .sf-input-text {
    height: 36px;
  }
  .search-bar .search-form-btn {
    font-size: 2.3rem;
  }
}

.search-bar-cont {
  max-width: 306px;
  margin: 0 auto;
  background: #0066b3;
}

@media screen and (min-width: 1024px) {
  .search-bar-cont {
    padding: 16px 14px;
    border-radius: 3px;
  }
}

.section {
  padding: 19px 0 24px;
  text-align: center;
}

@media screen and (min-width: 1220px) {
  .section {
    padding: 28px 0 28px;
  }
}

.section + .section:not(.product) {
  padding-top: 0;
}

.section--paper {
  background: url(../img/bg_paper.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .section--paper {
    padding: 56px 0;
  }
}

.section--paper .section-title {
  margin-top: 17px;
}

.content-page .section--paper a {
  color: #fff;
  text-decoration: none;
}

.section--blue {
  background: #ebfaff;
  padding: 41px 0 41px;
}

.section-title {
  margin: 17px 0 17px;
}

@media screen and (min-width: 1220px) {
  .section-title {
    margin-bottom: 35px;
  }
}

a.section-title {
  color: #666666;
}

.section-title-icon {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 1220px) {
  .section-title-icon {
    font-size: 2.6rem;
  }
}

.section-text {
  margin: 0 auto;
  max-width: 800px;
}

.section-text p {
  margin-top: 0;
}

.boxes {
  margin-top: 18px;
}

@media screen and (min-width: 1024px) {
  .boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 39px;
  }
}

.box {
  display: block;
  padding: 15px 10px 11px;
  text-align: center;
  background: #0066b3;
  border-radius: 3px;
}

.box + .box {
  margin-top: 7px;
}

@media screen and (min-width: 1024px) {
  .box {
    width: 23%;
    margin: 0;
  }
  .box + .box {
    margin-top: 0;
  }
}

.box-icon {
  height: 30px;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 4px;
}

.box-icon.icon-scissors {
  font-size: 30px;
  font-size: 3rem;
}

.box-icon.icon-gear {
  font-size: 25px;
  font-size: 2.5rem;
}

.box-icon.icon-question {
  font-size: 27px;
  font-size: 2.7rem;
}

.box-title {
  margin: 0 0 1px;
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.box-text {
  margin: 0;
}

@media screen and (min-width: 1220px) {
  .facebook {
    position: relative;
    overflow: hidden;
  }
  .facebook .container-narrow {
    position: relative;
    margin-bottom: -250px;
  }
  .facebook:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 190px;
    background: url(../img/bg_paper-cut.png) center center no-repeat;
    background-size: 100% 100%;
  }
}

.facebook-arrow {
  display: none;
  color: #0066b3;
  padding: 0;
  line-height: 24px;
  font-size: 150px;
  font-size: 15rem;
  overflow: hidden;
}

.facebook-arrow:hover, .facebook-arrow:focus {
  outline: 0;
}

@media screen and (min-width: 1220px) {
  .facebook-arrow {
    display: block;
    position: absolute;
    top: 0;
    right: -63px;
    border: 0;
    background: transparent;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .facebook-arrow.hide {
    display: none;
  }
  .facebook-arrow.load {
    opacity: .3;
  }
}

@media screen and (min-width: 1440px) {
  .facebook-arrow {
    right: -87px;
  }
}

.facebook-bottom {
  top: 43px;
}

@media screen and (min-width: 1024px) {
  .facebook-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .facebook-col {
    width: 32%;
    max-height: 1100px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1219px) {
  .facebook-track {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1220px) {
  .facebook-track {
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
}

.fb {
  display: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin: 0 -12px 14px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
}

.fb:first-child {
  display: block;
}

@media screen and (min-width: 1024px) {
  .fb {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
}

.fb-header {
  padding: 14px 10px 8px;
  background: #0066b3;
}

@media screen and (min-width: 1024px) {
  .fb-header {
    border-radius: 3px 3px 0 0;
  }
}

.fb-avatar, .fb-title {
  position: relative;
  padding-left: 35px;
}

.fb-avatar:before, .fb-title:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: url(../img/bg_fb.png) no-repeat;
  background-size: cover;
}

.fb-title {
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.fb-text {
  margin: 8px 0 -2px;
  line-height: 1.23;
}

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

.fb-footer {
  padding: 10px 10px 12px;
  background: #6ebdf8;
}

.fb-footer.active {
  max-height: 270px;
  overflow: scroll;
}

.fb-footer.active .fb-comments {
  display: block;
}

@media screen and (min-width: 1024px) {
  .fb-footer {
    border-radius: 0 0 3px 3px;
  }
}

.fb-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -.1em;
}

.fb-btns > li {
  margin-right: 15px;
}

.fb-btns button {
  padding: 0;
  border: 0;
  background: transparent;
}

.fb-btns a,
.fb-btns button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fb-btns a:before,
.fb-btns button:before {
  margin-right: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}

.fb-btns .icon-mail-forward:before {
  font-size: 18px;
  font-size: 1.8rem;
}

.fb-btns .icon-chat_bubble:before {
  font-size: 18px;
  font-size: 1.8rem;
}

.fb-comments {
  display: none;
}

.fb-comment {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23;
  padding-left: 35px;
}

.fb-comment-pic {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.fb-comment:first-child {
  margin-top: 15px;
}

.fb-comment b {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}

.fb-comment:before {
  top: 0;
}

.fb-comment + .fb-comment {
  margin-top: 15px;
}

.fb-comment-time {
  margin-top: 5px;
  font-size: 10px;
  font-size: 1rem;
}

.eff-panel-link > h6,
.eff-panel-link > p {
  display: none;
}

.eff-panel-link > a > p {
  margin: 0;
}

.parallax {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1220px) {
  .parallax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 640px;
  }
  .parallax.parallax--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .parallax.parallax--right .parallax-btn {
    margin-right: 28px;
  }
  .parallax.parallax--small .parallax-box {
    width: auto;
  }
  .parallax.parallax--small .parallax-title {
    padding: 20px 28px 15px;
    font-size: 2.2rem;
    letter-spacing: 0;
    border-radius: 3px 0 0 3px;
  }
}

.parallax-box {
  padding: 17px 20px;
  text-align: right;
  background: #02365d;
}

@media screen and (min-width: 1220px) {
  .parallax-box {
    position: relative;
    z-index: 1;
    width: 607px;
    padding: 0;
    margin: 5% 0;
    background: transparent;
  }
}

.parallax-title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: .88;
  color: #fff;
  text-transform: uppercase;
  background: #02365d;
  text-align: right;
}

@media screen and (min-width: 1220px) {
  .parallax-title {
    padding: 30px 24px 15px;
    font-size: 6.8rem;
    letter-spacing: -.06em;
    background: #02365d;
  }
}

.parallax-btn.btn {
  margin-top: 8px;
}

@media screen and (max-width: 1219px) {
  .parallax-btn.btn {
    height: 28px;
    font-size: 1.1rem;
    background: #fff;
    color: #02365d;
  }
}

@media screen and (min-width: 1220px) {
  .parallax-btn.btn {
    margin-top: 14px;
    padding: 0 24px;
  }
}

.parallax-img-scroll,
.parallax-img {
  height: 260px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1220px) {
  .parallax-img-scroll,
  .parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1220px) {
  .parallax-img {
    display: none;
  }
}

.parallax-img-scroll {
  display: none;
}

@media screen and (min-width: 1220px) {
  .parallax-img-scroll {
    display: block;
  }
}

.parallax-mirror {
  display: none;
}

@media screen and (min-width: 1220px) {
  .parallax-mirror {
    display: block;
  }
}

.instagram-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 30px;
}

.instagram-header .section-title {
  position: relative;
  top: -20px;
  margin: 0 0 17px;
}

.instagram-header .slick-arrow {
  position: absolute;
  top: 0;
}

.instagram-header .slick-arrow.hide {
  display: none !important;
}

.instagram-header .slick-arrow:before {
  font-size: 29px;
  font-size: 2.9rem;
}

.instagram-header .slick-prev {
  left: 10px;
}

.instagram-header .slick-next {
  right: 10px;
}

@media screen and (min-width: 1220px) {
  .instagram-header .slick-arrow {
    top: -5px;
  }
  .instagram-header .slick-arrow:before {
    font-size: 6.4rem;
  }
  .instagram-header .slick-prev {
    left: auto;
    right: 55px;
  }
}

.instagram-box,
#eif_images {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 320px;
  padding: 0 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}

.instagram-box:nth-child(2n) .instagram-el:first-child,
#eif_images:nth-child(2n) .instagram-el:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.instagram-box .instagram-el:first-child,
#eif_images .instagram-el:first-child {
  width: 100%;
  height: 300px;
}

.instagram-box.small,
#eif_images.small {
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.instagram-box.small .instagram-el:first-child,
#eif_images.small .instagram-el:first-child {
  width: 140px;
}

#eif_images {
  width: 100%;
}

.instagram-el,
.eif_item {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 145px;
  height: 145px;
}

.instagram-el img,
.eif_item img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1220px) {
  .instagram-el,
  .eif_item {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .instagram-el:hover:before,
  .instagram-el:hover .instagram-btns,
  .eif_item:hover:before,
  .eif_item:hover .instagram-btns {
    opacity: 1;
  }
  .instagram-el:hover .instagram-btns a,
  .eif_item:hover .instagram-btns a {
    pointer-events: auto;
  }
  .instagram-el:hover .no-pointerevents .instagram-btns,
  .eif_item:hover .no-pointerevents .instagram-btns {
    display: block;
  }
  .instagram-el:before,
  .eif_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.37);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
  }
}

.eif_item {
  max-width: 300px;
}

.eif_item img {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 3px;
}

.eif_item:before {
  display: none;
}

.instagram-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.instagram-btns {
  display: none;
}

@media screen and (min-width: 1220px) {
  .instagram-btns {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .instagram-btns a {
    float: left;
    margin-right: 10px;
    font-size: 2.2rem;
    pointer-events: none;
    color: #fff;
  }
  .instagram-btns .no-pointerevents {
    display: none;
  }
}

.box-more {
  width: 100%;
  text-align: center;
  background: #0066b3;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 145px;
}

.box-more a {
  display: block;
}

.box-more + .instagram-btns {
  display: none;
}

.instagram-btns div {
  pointer-events: none;
}

.filters-bar {
  height: 42px;
}

@media screen and (min-width: 1220px) {
  .filters-bar {
    position: relative;
  }
  .filters-bar:before {
    content: '';
    left: 0;
    width: 100%;
    height: 7px;
    background: #0066b3;
  }
  .filters-bar .search-form-input {
    height: 36px;
  }
  .filters-bar .search-form-btn {
    font-size: 2.3rem;
  }
}

.filters-bar.opened .filters {
  display: block;
}

@media screen and (min-width: 1220px) {
  .filters-bar.collapsed .filters {
    height: 42px;
    overflow: hidden;
  }
  .filters-bar.collapsed h4 {
    cursor: pointer;
  }
}

.filters-bar.fixed .filters-open-btn {
  position: fixed;
  top: 53px;
  z-index: 99;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 768px) {
  .filters-bar.fixed .filters-open-btn {
    top: 95px;
  }
}

@media screen and (min-width: 1220px) {
  .filters-bar.fixed .filters-open-btn {
    left: 0;
    right: 0;
    width: 100%;
    top: 117px;
  }
  .filters-bar.fixed .filters {
    position: fixed;
    top: 117px;
  }
}

.filters-open-btn {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0;
  font-size: 16.5px;
  font-size: 1.65rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background: #0066b3;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.filters-open-btn:hover, .filters-open-btn:focus {
  outline: 0;
}

.filters-open-btn i {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 1220px) {
  .filters-open-btn {
    position: relative;
    width: 212px;
    margin: 0 auto;
    border-radius: 3px;
  }
}

.filters {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
  color: #fff;
  background: #1993e1;
}

.filters .sf-field-search {
  display: none;
}

.filters .slick-arrow {
  position: absolute;
  width: 25px;
  top: 8px;
  text-align: left;
}

.filters .slick-arrow:before {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}

.filters .slick-prev {
  left: 8px;
}

.filters .slick-next {
  text-align: right;
  right: 8px;
}

@media screen and (min-width: 1220px) {
  .filters {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1173px;
    padding: 0 60px 0 81px;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: transparent;
  }
  .filters:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #0066b3;
    border-radius: 3px;
  }
}

.filters-title-btn {
  position: absolute;
  top: 11px;
  left: 9px;
  height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 67px;
  padding: 0;
  font-weight: normal;
}

.filters-title-btn:hover, .filters-title-btn:focus {
  outline: 0;
}

.filters-top,
.filters-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filters-top {
  height: 42px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1220px) {
  .filters .filters-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.filters-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  padding: 0 20px;
  text-align: center;
  background: #02365d;
}

@media screen and (min-width: 1220px) {
  .filters-btns {
    display: block;
    top: 0;
    left: auto;
    right: 3px;
    width: 58px;
    padding: 4px 0 0 0;
    background: transparent;
  }
}

.filters-btn {
  height: 23px;
  margin: 0 5px;
  padding: 0;
  padding-top: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  min-width: 71px;
}

@media screen and (min-width: 1220px) {
  .filters-btn {
    display: block;
    height: 15px;
    min-width: 52px;
    margin-bottom: 3px;
    padding-top: 2px;
    font-size: 9px;
  }
}

.filters   {
  position: relative;
  outline: none;
}

@media screen and (min-width: 1220px) {
  .filters   {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 105px;
    min-height: 177px;
    background: #1993e1;
  }
  .filters  :hover, .filters  :focus {
    outline: 0;
  }
  .filters  :first-child {
    border-radius: 3px 0 0 3px;
  }
  .filters  :last-child {
    border-radius: 3px 0 3px 0;
  }
  .filters  :last-child .filter-cont {
    padding-right: 15px;
  }
  .filters  .show-more {
    border-radius: 0 0 3px 3px;
  }
  .filters  .show-more .filter-el {
    display: block;
  }
  .filters  .show-more .colors-list,
  .filters  .show-more .wp-light-item-color ul {
    max-height: 310px;
  }
}

@media screen and (min-width: 1220px) {
   --wider {
    -webkit-box-flex: 1.1;
    -webkit-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
  }
}
/*
h4 {
  background: #02365d;
}

@media screen and (min-width: 1220px) {
  h4 {
    background: #0066b3;
  }
}
*/

h4-nr {
  display: none;
  vertical-align: top;
  background: #fff;
  min-width: 18px;
  height: 18px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #02365d;
  margin: -5px 0 0 5px;
  padding: 0 2px;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
}

h4-nr.active {
  opacity: 1;
}

@media screen and (min-width: 1220px) {
  h4-nr {
    margin-top: -3px;
    min-width: 13px;
    height: 13px;
    padding: 0 1px;
    font-size: 1.1rem;
  }
}

.filters .filter-cont {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 12px;
}

@media screen and (min-width: 1220px) {
  .filters .filter-cont {
    height: auto;
    padding: 13px 17px 4px 17px;
    max-height: 312px;
  }
}

.filter-el {
  width: 50%;
  float: left;
  margin-bottom: 16px;
}

.filter-el:nth-child(odd) {
  padding-right: 12px;
}

.filter-el:nth-child(even) {
  padding-left: 12px;
}

.filter-el:last-child {
  margin-bottom: 0;
}

.filter-el label {
  text-align: left;
}

@media screen and (max-width: 1219px) {
  .filter-el label {
    padding-left: 28px;
  }
  .filter-el label:before {
    top: 1px;
    right: auto;
    left: 2px;
  }
  .filter-el label:after {
    top: -1px;
    right: auto;
    left: 0;
  }
}

@media screen and (min-width: 1220px) {
  .filter-el {
    float: none;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 11px;
  }
  .filter-el:nth-child(n + 4) {
    display: none;
  }
}

 ors .colors-list,
 ors .sf-field-taxonomy-wp-light-item-color .filter-cont,
.sf-field-taxonomy-wp-light-item-color .colors-list,
.sf-field-taxonomy-wp-light-item-color .sf-field-taxonomy-wp-light-item-color .filter-cont {
  padding: 12px 8px 4px;
  background: #fff;
  border-radius: 3px;
}

 ors .colors-list .color,
 ors .sf-field-taxonomy-wp-light-item-color .filter-cont .color,
.sf-field-taxonomy-wp-light-item-color .colors-list .color,
.sf-field-taxonomy-wp-light-item-color .sf-field-taxonomy-wp-light-item-color .filter-cont .color {
  display: block;
}

@media screen and (min-width: 1220px) {
   ors .filter-cont,
  .sf-field-taxonomy-wp-light-item-color .filter-cont {
    width: 107px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
   ors .colors-list,
   ors .sf-field-taxonomy-wp-light-item-color .filter-cont,
  .sf-field-taxonomy-wp-light-item-color .colors-list,
  .sf-field-taxonomy-wp-light-item-color .sf-field-taxonomy-wp-light-item-color .filter-cont {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    max-height: 86px;
    padding: 3px 1px 0 1px;
    margin-bottom: 5px;
  }
}

.searchandfilter .filter-cont .filter-el + .filter-more {
  display: none;
}

@media screen and (min-width: 1220px) {
  .searchandfilter .filter-cont .filter-el:nth-child(4) ~ .filter-more {
    display: block;
  }
}

.wp-light-item-color + .filter-more {
  display: none;
}

.colors-list .filter-more {
  margin-left: 18px;
}

@media screen and (min-width: 1220px) {
  .filter-more {
    margin-top: -2px;
  }
}

.filter-more-btn {
  display: none;
  border: 0;
  background: transparent;
}

.filter-more-btn:hover, .filter-more-btn:focus {
  outline: 0;
}

@media screen and (min-width: 1220px) {
  .filter-more-btn {
    display: block;
    padding-left: 0;
  }
}

.filter-cont > .wp-light-item-color {
  color: transparent;
  line-height: 0;
}

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

.sf-field-taxonomy-wp-light-item-color .filter-cont.colors-list {
  width: 92%;
  margin: 1px 17px 4px 17px;
}
/*.sf-field-taxonomy-wp-light-item-color .filter-cont.colors-list li{width: 17px;float:left;margin: 0 10px 5px 0;}*/

.colors-list + .filter-more {
  margin-left: 18px;
}

.colors-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .colors-title {
    font-size: 1.4rem;
  }
}

.filters .colors-list,
.sf-field-taxonomy-wp-light-item-color .filter-cont {
  float: left;
}

.colors-list,
.sf-field-taxonomy-wp-light-item-color .filter-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.colors-list input[type="checkbox"],
.sf-field-taxonomy-wp-light-item-color .filter-cont input[type="checkbox"] {
  display: none;
}

.color {
  position: relative;
  width: 27px;
  height: 27px;
  margin: 0 4px 8px;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .color {
    width: 17px;
    height: 17px;
    margin: 0px 2px 4px;
  }
}

.colors-list--check .color.active,
.color.check,
 ors input[type=checkbox]:checked + .color,
.sf-field-taxonomy-wp-light-item-color input[type=checkbox]:checked + .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colors-list--check .color.active:before,
.color.check:before,
 ors input[type=checkbox]:checked + .color:before,
.sf-field-taxonomy-wp-light-item-color input[type=checkbox]:checked + .color:before {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 0;
}

@media screen and (min-width: 1024px) {
  .colors-list--check .color.active:before,
  .color.check:before,
   ors input[type=checkbox]:checked + .color:before,
  .sf-field-taxonomy-wp-light-item-color input[type=checkbox]:checked + .color:before {
    font-size: 1.2rem;
  }
}

.products {
  padding-bottom: 0;
}

.products-list .product:nth-child(even) {
  background: #f3f3f3;
}

.product {
  text-align: center;
  padding: 41px 0 48px;
}

.product .hide {
  display: none;
}

@media screen and (min-width: 1024px) {
  .product .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.product-title {
  margin: 0 0 28px;
  font-size: 22.5px;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.18;
}

.product-title a {
  color: #666666;
}

@media screen and (min-width: 1024px) {
  .product-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .product-colors {
    width: 147px;
    margin-top: -24px;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.product-img {
  display: block;
  margin: 0 auto 31px;
}

.product-img img {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .product-img {
    margin: 22px auto 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    min-height: 118px;
  }
}

.product-desc {
  margin-top: 11px;
}

@media screen and (min-width: 1024px) {
  .product-desc {
    margin: 0;
    width: 50%;
    max-width: 606px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}

.partner {
  display: block;
  text-align: center;
}

.partner:hover, .partner:focus {
  outline: 0;
}

@media screen and (min-width: 1220px) {
  .partner {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

.partner-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

@media screen and (min-width: 1024px) {
  .partner-img {
    height: 100px;
  }
}

.partner-text {
  color: #666666;
}

@media screen and (min-width: 1220px) {
  .partner-text {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}

.items {
  margin-top: 30px;
  padding: 0 50px;
}

.items .slick-arrow:before {
  font-size: 29px;
  font-size: 2.9rem;
}

.items .slick-prev {
  left: 12px;
}

.items .slick-next {
  right: 12px;
}

@media screen and (min-width: 1220px) {
  .items {
    margin-top: 0;
    padding: 0 115px;
  }
  .items .slick-arrow:before {
    font-size: 6.5rem;
  }
  .items .slick-prev {
    left: 28px;
  }
  .items .slick-next {
    right: 28px;
  }
}

.breadcrumb {
  display: none;
  height: 42px;
  color: #fff;
  padding: 13px 0 11px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #02365d;
}

.breadcrumb a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    position: fixed;
    top: 53px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 99;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
  }
  .header.collapsed ~ .breadcrumb {
    top: 53px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1220px) {
  .breadcrumb {
    top: 124px;
  }
  .header.collapsed ~ .breadcrumb {
    top: 75px;
  }
}

.breadcrumb + .products h2 {
  margin-top: 43px;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0;
}

.breadcrumb-list li {
  margin-right: 19px;
}

.breadcrumb-list li:last-child {
  margin-right: 0;
}

.breadcrumb-list li:last-child:after {
  display: none;
}

.breadcrumb-list li:after {
  content: '>';
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 19px;
}

.product-detail {
  padding-top: 50px;
  background: #fbf9f9;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .product-detail {
    padding-top: 129px;
    padding-bottom: 50px;
    background-color: transparent;
  }
  .product-detail .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: coulumn;
        -ms-flex-direction: coulumn;
            flex-direction: coulumn;
  }
}

.product-detail-title {
  margin: 0 0 2px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: .82;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .product-detail-title {
    width: 100%;
    margin-bottom: -6px;
    font-size: 3rem;
    line-height: 1.42;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.product-detail-subtitle {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .product-detail-subtitle {
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.19;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.product-detail-colors {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .product-detail-colors {
    display: none;
  }
}

.product-detail-img {
  margin: 28px auto;
}

.product-detail-img.hide {
  position:absolute;top:-9999px;left:-99999px;overflow:hidden;width:100%;
}

.product-detail-img img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1024px) {
  .product-detail-img {
    min-height: 115px;
    margin: 0 0 67px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.product-detail-name {
  margin: 8px 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1024px) {
  .product-detail-name {
    font-size: 1.6rem;
    text-align: right;
  }
}

.product-detail-desc {
  margin: 10px 0 0;
  text-align: center;
}

.product-detail-desc.hide {
  display: none;
}

@media screen and (min-width: 1024px) {
  .product-detail-desc {
    width: 100%;
    max-width: 1062px;
    margin: 26px auto 0;
    letter-spacing: 0.02em;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 1024px) {
  .product-detail-spec {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

.detail-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 17px;
  margin-left: -11px;
  margin-right: -12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .detail-table {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .detail-table {
    margin-top: 35px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    background: #fbf9f9;
    border-radius: 3px;
  }
}

.detail-table-col {
  width: 50%;
  padding: 0 1px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .detail-table-col {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    padding: 0;
  }
  .detail-table-col:first-child .detail-table-header {
    border-radius: 3px 0 0 3px;
  }
  .detail-table-col:last-child .detail-table-header {
    border-radius: 0 3px 3px 0;
  }
}

.detail-table-header {
  padding: 11px 10px 8px;
  color: #fff;
  text-transform: uppercase;
  background: #0066b3;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .detail-table-header {
    padding: 16px 20px 13px;
    font-size: 1.4rem;
  }
}

.detail-table-cont {
  padding: 10px 2px 3px;
}

.detail-table-cont li {
  margin-bottom: 4px;
}

.detail-table-cont li a {
  color: #666;
  font-weight: 300;
}

.detail-table-cont li i {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

@media screen and (min-width: 1024px) {
  .detail-table-cont {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .detail-table-cont .colors-list,
  .detail-table-cont .sf-field-taxonomy-wp-light-item-color .filter-cont {
    width: 84px;
    margin: 0 auto;
  }
  .detail-table-cont li {
    margin-bottom: 5px;
    overflow: hidden;
    min-width: 120px;
  }
  .detail-table-cont li i {
    float: right;
  }
}

.content-page .section:not(.instagram):not(.section--paper) {
  text-align: left;
}

.content-page a.btn {
  text-decoration: none;
}

.content-page h1:first-child {
  margin-top: 0;
}

.content-page .container h1:first-child {
  margin-top: 0;
}

.content-page ul li {
  position: relative;
  padding-left: 10px;
}

.content-page ul li:before {
  content: '•';
  position: absolute;
  top: 1px;
  left: 0;
}

.content-page form li {
  padding-left: 0;
}

.content-page form li:before {
  display: none;
}

.content-page ol {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}

.content-page a {
  color: #0066b3;
  text-decoration: none;
}

.content-page a:hover {
  text-decoration: none;
}

.content-page img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

.content-page p {
  letter-spacing: 0.02em;
}

.content--space,
.content-page--space {
  padding-top: 30px;
}

@media screen and (min-width: 1220px) {
  .content--space,
  .content-page--space {
    padding-top: 40px;
  }
}

.content-color {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0066b3;
}

.content-section {
  padding-top: 19px;
  padding-bottom: 24px;
}

@media screen and (min-width: 1220px) {
  .content-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.listing {
  text-align: center;
}

.listing .listing-title {
  margin-top: 0;
}

.listing:nth-child(even) {
  background: #0066b3;
  color: #fff;
}

.listing:nth-child(even) .listing-title {
  border-bottom-color: #fff;
}

@media screen and (min-width: 1024px) {
  .listing {
    padding: 17px 0;
    text-align: left;
  }
  .listing .container {
    overflow: hidden;
  }
}

.listing-img {
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .listing-img {
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .listing-img {
    float: left;
    width: 210px;
    height: 210px;
    padding: 0;
    margin: 0 38px 0 0;
  }
}

.listing-cont {
  padding: 16px 0;
}

@media screen and (min-width: 1024px) {
  .listing-cont {
    padding: 0;
    overflow: hidden;
  }
}

.content-page .listing-title {
  margin: 0 0 19px;
}

@media screen and (min-width: 1024px) {
  .content-page .listing-title {
    margin: -2px 0 24px;
    padding: 0 8px;
    font-size: 3rem;
    line-height: 1.8;
  }
}

.listing-text {
  margin: 0 0 16px;
}

@media screen and (min-width: 1024px) {
  .listing-text {
    margin-bottom: 23px;
  }
}

.listing-btn {
  min-width: 141px;
}

.faq {
  margin-left: -12px;
  margin-right: -12px;
  padding: 16px 12px;
  color: #fff;
  background: #0066b3;
}

.faq.active > .faq-cont {
  display: block;
}

@media screen and (min-width: 1220px) {
  .faq {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    color: #0066b3;
    background: none;
  }
}

.faq-title {
  padding: 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  background: transparent;
}

.faq-title:hover, .faq-title:focus {
  outline: 0;
}

.faq-title i {
  margin-left: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.faq-cont {
  display: none;
  padding-top: 9px;
}

.faq-cont p:first-child {
  margin-top: 0;
}

.faq-cont p:last-child {
  margin-bottom: 0;
}

.fileupload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  height: 42px;
}

.fileupload-progress {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
  position: relative;
  margin-right: -3px;
  padding: 0 12px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 42px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #0066b3;
  border: 1px solid #0066b3;
  border-radius: 3px 0 0 3px;
  background: #fff;
}

.fileupload-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../img/bg_load.png) left center repeat-x;
}

.fileupload-btn-cont {
  overflow: hidden;
  height: 42px;
}

.fileupload-btn {
  min-width: 103px;
  white-space: nowrap;
}

.fileupload-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  z-index: 1;
  height: 42px;
}

.fileupload--white .fileupload-progress {
  border-color: #fff;
  color: #fff;
  background: #0066b3;
}

.content-page a.btn.btn-brand {
  color: #fff;
}

/* Hide visually but not from screen readers */
/* Image Replacement */
.ir, .logo {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span, .logo span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.logo span {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.more:before {
  content: 'Show more';
}

.more:after {
  content: '\e91a';
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 8px;
}

.more.active:before {
  content: 'Show less';
}

.more.active:after {
  content: '\e919';
}

@media screen and (min-width: 1220px) {
  .visible-mobile {
    display: none !important;
  }
}

.visible-lap {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible-lap {
    display: block;
  }
}

.visible-lap-wide {
  display: none;
}

@media screen and (min-width: 1024px) {
  .visible-lap-wide {
    display: block;
  }
}

.visible-desk {
  display: none;
}

@media screen and (min-width: 1220px) {
  .visible-desk {
    display: block;
  }
}


.section.campaign{
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0;
  background:url('../img/bg_paper.jpg'); 
}

.section.campaign .wrapper{
  width: 100%;
  overflow: hidden;
  background:#fff; 
  padding:25px 0 0; 
}
.section.campaign .wrapper a{
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 25px;
}

.mobile-img{display: none}
.hero .slick-dots{z-index: 20}

@media screen and (min-width: 2200px){
  .mobile-img{display: block;width: 100%;height: auto;}
  /*.hero-img{display: none}  */
  .hero .slick-next,
  .hero .slick-prev{display: none !important;}
  .hero-el{height: auto;max-height: 100%;}
  .video-wrapper{
    position: static;
    padding:0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  .video-wrapper video{
    position: static;
    width: 100%;
    height: auto;
  }
}






/*# sourceMappingURL=main.css.map */



/**** Slider Updates(22 oct) ****/


.hero-el.slick-slide{
  max-height:100%;
  height:auto; 
}

.hero-el.slick-slide .hero-img{position: static;}
.hero-el.slick-slide .hero-img img{
  width: 100%;
  height: auto;
}
.hero.js-hero.mobile{display: none}

@media screen and (max-width: 1220px){
  .video-wrapper{
    position: static;
    padding:0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  .video-wrapper video{
    position: static;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 968px){
  .hero.js-hero.desktop{display: none}
  .hero.js-hero.mobile{display: block;}
  .hero .slick-dots{bottom:0;}
}



/* General Updates (23 oct) */


@font-face{font-family:'Proxima';src:url(../fonts/landing/ProximaNova-Semibold.eot);src:url(../fonts/landing/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/landing/ProximaNova-Semibold.woff2) format("woff2"),url(../fonts/landing/ProximaNova-Semibold.woff) format("woff");font-weight:600;font-style:normal}
@font-face{font-family:'Proxima';src:url(../fonts/landing/ProximaNova-Bold.eot);src:url(../fonts/landing/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/landing/ProximaNova-Bold.woff2) format("woff2"),url(../fonts/landing/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:'Proxima';src:url(../fonts/landing/ProximaNova-Regular.eot);src:url(../fonts/landing/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/landing/ProximaNova-Regular.woff2) format("woff2"),url(../fonts/landing/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal}

.header{
  padding:17px 0;
}
.header .header-logo,.header.collapsed .header-logo.logo {
  float: right;
  position: static;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  width: 128px;
  height: 36px; 
  text-indent: 9999px;
}
.header .header-logo span{position: static;background-size: 128px 36px;width:128px;height: 36px;text-indent: 9999px;}
.header .container{display: block;height: auto;padding: 0;}
.header .container .nav{float: left;width: auto;padding-top: 10px;}
.header .container .nav a{padding: 0;}
.body-bag{padding-top: 140px;}
.header.collapsed .container{height: auto;}
.header .nav-list{margin-left: 0;}



.section.campaign .wrapper .holder{
  max-width: 1317px;
  margin:0 auto 40px;
  width: 100%;
}

.section.campaign{padding-top: 0;}

.section.campaign .wrapper .holder a{
  width: 23.5%;
  display: inline-block;
  vertical-align: top;
  margin:0 1.5% 20px 0;
  transition: ease 350ms all;
  -webkit-transition: ease 350ms all;
}
.section.campaign .wrapper .holder a:hover{opacity: 0.8;}
.section.campaign .wrapper .holder a:nth-child(4n){margin-right: 0;}
.section.campaign .wrapper .holder a .img-wrapper{width: 100%;}
.section.campaign .wrapper .holder a span{
  display: block;
  background:#0066ab;
  padding:10px 30px 10px 10px; 
  color: #fff;
  letter-spacing:0;
  text-align: left; 
  position: relative; 
  font-size: 17px
}
.section.campaign .wrapper .holder a img{
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.section.campaign .wrapper .holder a span:after{
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '^';
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(90deg);
  line-height: 20px; /*16px;*/
  text-align: center;
}


section.promo{
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px; 
}
section.promo .wrapper{
  text-align: center;
}

section.promo .wrapper h3{
  text-align: center;
  color: #2B7FBB;
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Proxima',sans-serif;
} 
section.promo .wrapper p{
  margin:0 0 50px; 
  font-family: 'Proxima',sans-serif;
  font-size: 16px;
  line-height: 
}

section.promo .wrapper a{
  width: 47.5%;
  margin:0 2.5% 25px 0;
  display: inline-block;
  vertical-align: top; 
  max-width: 460px;
  transition: ease 350ms all;
  -webkit-transition: ease 350ms all;
}
section.promo .wrapper a:hover{
  opacity: 0.8;
}
section.promo .wrapper a:nth-child(2n){margin-right: 0;}

section.promo .wrapper a span{
  display: block;
  background:#0066ab;
  padding:10px;
  color: #fff;
  text-align: left; 
  position: relative; 
}


section.promo .wrapper a span:after{
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '^';
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(90deg);
  line-height: 20px;
  text-align: center;
}

section.promo .wrapper a img{
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}


section.promo.logos .logos-hold{
  max-width: 1020px;
  margin:0 auto;
  text-align: left;
  width: 100%; 
}
section.promo.logos .logos-hold a{
  width: 180px;
  height: 82px;
  line-height: 82px;
  display: inline-block;
  vertical-align: top;
  margin:15px 13px; 
  text-align: center;
}
section.promo.logos .logos-hold .wrap{
  width: 103%;
}
section.promo.logos .logos-hold a img{
  vertical-align: middle;
}

.wdi_feed_main_container{
  max-width: 1020px;
  margin: 0 auto;
}

#footer.landing{width:100%;overflow:hidden;background:#0066ab;padding:47px 0 115px}
#footer.landing .content-holder{width:1048px}
#footer.landing .left-col{width:620px;float:left}
#footer.landing .left-col .socials{width:100%;overflow:hidden}
#footer.landing .left-col .socials a{float:left;width:35px;height:35px;border-radius:50%;-webkit-border-radius:50%;color:#0065ab;background:#4c94c4;line-height:35px;text-align:center;margin-right:10px;font-size:16px;transition:ease 350ms all;-webkit-transition:ease 350ms all}
#footer.landing .left-col .socials a:hover{background:#fff}
#footer.landing .right-col{width:270px;float:right;border-left:1px solid #fff;min-height:165px;padding:0 0px 0 50px;box-sizing:border-box;-webkit-box-sizing:border-box;margin:14px 30px 0 0}
#footer.landing .right-col h4{color:#fff;margin:0 0 25px;text-transform:uppercase;font-weight:400;font-size:16px}
#footer.landing .pilot-logo img{max-width:130px;height:auto;margin:0 0 20px -10px}
#footer.landing p{color:#fff;font:16px/28px Proxima,sans-serif;margin:0 0 23px}
#footer.landing p a{color:#fff;text-decoration: none;}
#footer.landing ul{color:#fff}
#footer.landing ul li{
  display: inline-block;
  vertical-align: top;
  margin:0 10px 15px 0;
  width: 102px;
  vertical-align: top;
}
#footer.landing ul li:nth-child(2n){margin-right: 0}
#footer.landing ul a{color:#fff;text-decoration:none}
#footer.landing ul a:hover{text-decoration:underline}

#footer.landing .socials a i:before{line-height: 35px;}



@font-face{font-family:'Proxima';src:url(fonts/ProximaNova-Semibold.eot);src:url(fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(fonts/ProximaNova-Semibold.woff2) format("woff2"),url(fonts/ProximaNova-Semibold.woff) format("woff");font-weight:600;font-style:normal}
@font-face{font-family:'Proxima';src:url(fonts/ProximaNova-Bold.eot);src:url(fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/ProximaNova-Bold.woff2) format("woff2"),url(fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:'Proxima';src:url(fonts/ProximaNova-Regular.eot);src:url(fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/ProximaNova-Regular.woff2) format("woff2"),url(fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal}


body.compensate-for-scrollbar{overflow:hidden}
.fancybox-active{height:auto}
.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}
.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}
.fancybox-container *{box-sizing:border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}
.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}
.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47,0,0.74,0.71)}
.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(0.22,0.61,0.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0 ease .25s;visibility:hidden;z-index:99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0 ease 0;visibility:visible}
.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-toolbar{right:0;top:0}
.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}
.fancybox-is-open .fancybox-stage{overflow:hidden}
.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}
.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}
.fancybox-slide--image{overflow:hidden;padding:44px 0}
.fancybox-slide--image:before{display:none}
.fancybox-slide--html{padding:6px}
.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}
.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(0.5,0,0.14,1);animation-timing-function:cubic-bezier(0.5,0,0.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}
.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}
.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}
.fancybox-container [data-selectable=true]{cursor:text}
.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}
.fancybox-spaceball{z-index:1}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}
.fancybox-slide--video .fancybox-content{background:#000}
.fancybox-slide--map .fancybox-content{background:#e5e3df}
.fancybox-slide--iframe .fancybox-content{background:#fff}
.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}
.fancybox-iframe{left:0;position:absolute;top:0}
.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}
.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}
.fancybox-button{background:rgba(30,30,30,0.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}
.fancybox-button:hover{color:#fff}
.fancybox-button:focus{outline:none}
.fancybox-button.fancybox-focus{outline:1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}
.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}
.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}
.fancybox-close-small:hover{color:#fff;opacity:1}
.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}
.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}
.fancybox-navigation .fancybox-button div{padding:7px}
.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}
.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}
.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}
.fancybox-caption a:hover{color:#fff;text-decoration:underline}
.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}
@-webkit-keyframes a {
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes a {
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
.fancybox-animated{transition-timing-function:cubic-bezier(0,0,0.25,1)}
.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(0.19,1,0.22,1)}
.fancybox-fx-fade.fancybox-slide--current{opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(0.1) skew(10deg);transform:translate3d(100%,0,0) scale(0.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}
@media (max-height: 576px) {
.fancybox-caption{padding:12px}
.fancybox-slide{padding-left:6px;padding-right:6px}
.fancybox-slide--image{padding:6px 0}
.fancybox-close-small{right:-6px}
.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}
}
.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}
.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}
.fancybox-share p{margin:0;padding:0}
.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}
.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}
.fancybox-share__button:hover{text-decoration:none}
.fancybox-share__button--fb{background:#3b5998}
.fancybox-share__button--fb:hover{background:#344e86}
.fancybox-share__button--pt{background:#bd081d}
.fancybox-share__button--pt:hover{background:#aa0719}
.fancybox-share__button--tw{background:#1da1f2}
.fancybox-share__button--tw:hover{background:#0d95e8}
.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}
.fancybox-share__button svg path{fill:#fff}
.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}
.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}
.fancybox-show-thumbs .fancybox-thumbs{display:block}
.fancybox-show-thumbs .fancybox-inner{right:212px}
.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}
.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}
.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,0.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}
.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(0.25,0.46,0.45,0.94);z-index:99991}
.fancybox-thumbs__list a:focus:before{opacity:.5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
@media (max-width: 576px) {
.fancybox-thumbs{width:110px}
.fancybox-show-thumbs .fancybox-inner{right:110px}
.fancybox-thumbs__list a{max-width:calc(100% - 10px)}
} 

.form-popup{
  max-width: 810px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Proxima,sans-serif; 
}
.form-popup .head{
  background: #0066ab;
  overflow: hidden;
  padding: 0 20px;
  line-height: 38px;
}
.form-popup .head a.close{
  float: right;
  width: 20px;
  height: 20px;
  position: relative;
  margin:10px 0 0; 
}
.form-popup .head a.close span{
  position: absolute;
  width: 100%;
  height: 1px;
  top: 8px;
  left: 0;
  background:#fff;
  transform: rotate(45deg); 
}
.form-popup .head a.close span:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background:#fff;
  transform: rotate(90deg); 
}
.form-popup .head h4{
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  padding:0;
  margin: 0; 
  font-family: Proxima,sans-serif;
}
.form-popup .wrapper{
  background: #fff;
  display: flex;
  padding:34px 0; 
  flex-wrap: wrap;
}
.form-popup .wrapper .left-col,
.form-popup .wrapper .right-col{
  width: 50%;
}
.form-popup .wrapper p.phone{
  padding-left:48px;
  color: #0064a8;
  background: url(../img/ph-form.png) no-repeat 0 9px;
  font-size: 42px; 
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.form-popup .wrapper .right-col{
  border-left: 1px solid #808080;
  padding: 0 45px;
  position: relative;
}
.form-popup .wrapper .right-col span{
  display: block;
  text-align: center;
  color:#808080;
  font-size: 15px;
}
.form-popup .wrapper .right-col p.address{
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.form-popup .wrapper .right-col p.address strong{display: block;}
.form-popup .wrapper .right-col p.phone a {color:#0064a8;text-decoration: none;}
.form-popup .wrapper .right-col span{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.form-popup .wrapper .phone-holder{
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 100%;
  text-align: center;
}
.form-popup{display: none;}
.form-popup .left-col label {display: none;}
.form-popup .wrapper .left-col  .gform_confirmation_message {text-align: center;width: 100%;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.form-popup .wrapper .left-col form{text-align: left;width: 100%;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.form-popup .wrapper .left-col form .row input[type="text"],
.form-popup .wrapper .left-col .gform_wrapper input[type="text"],
.form-popup .wrapper .left-col form .row input[type="password"],
.form-popup .wrapper .left-col .gform_wrapper input[type="password"],
.form-popup .wrapper .left-col form .row input[type="tel"],
.form-popup .wrapper .left-col .gform_wrapper input[type="tel"],
.form-popup .wrapper .left-col form .row input[type="email"],
.form-popup .wrapper .left-col .gform_wrapper input[type="email"]{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:0 20px;
  background:#fff; 
  height: 44px;
  border:1px solid #808080; 
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: Proxima,sans-serif;
  color: #808080;
  width: 100%;
  font-size: 15px;
}
.form-popup .wrapper .left-col .gform_wrapper .gform_body li,
.form-popup .wrapper .left-col form .row{
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.form-popup .wrapper .left-col .gform_wrapper .gform_body li:last-child,
.form-popup .wrapper .left-col form .row.captcha {
  padding-bottom: 25px;
}
.form-popup .wrapper .left-col .gform_wrapper textarea,
.form-popup .wrapper .left-col form .row textarea{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border:1px solid #808080; 
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: Proxima,sans-serif;
  color: #808080;
  height: 115px;
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  resize: none;
}
.form-popup .wrapper .left-col .gform_footer button,
.form-popup .wrapper .left-col form input[type="submit"]{
  width: 176px;
  margin:0 auto;
  color: #fff;
  font-size: 15px;
  background: #0066ab;
  height: 42px;
  border:none;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: Proxima,sans-serif;
  text-transform: none;
}
.form-popup .wrapper .left-col .gform_footer button:hover,
.form-popup .wrapper .left-col form input[type="submit"]:hover{background:#05446f; }
.form-popup .wrapper .left-col .gform_footer {display: block;text-align: center;}
.form-popup .wrapper .left-col form p{
  display: block;
  text-align: center;
  color:#808080;
  font-size: 15px;
  margin: 0 0 15px;
}
.form-popup .wrapper .left-col .gform_wrapper p {margin-bottom: 5px;}
.form-popup .wrapper .validation_error {display: none;}
.form-popup .wrapper .gfield_error .validation_message {color: #dc3232;margin: 0;}
.form-popup .wrapper .gfield_error input,
.form-popup .wrapper .wpcf7-not-valid{border-color: #f00 !important;}
.fancybox-container.form-modal .fancybox-content{padding: 0 !important;}
.fancybox-container.form-modal .fancybox-button svg{color:#fff !important;}
.fancybox-container.form-modal .fancybox-close-small{
  width: 55px !important;
  height: 55px !important;
  opacity: 1 !important;
  top:-8px !important;
}
.form-popup .wrapper .wpcf7-form.sent input[type="submit"],.form-popup .wrapper .wpcf7-form.sent p.msg{display: none;}
#footer.landing .content-holder {
    max-width: 1048px;
    margin:0 auto; 
}


@font-face{font-family:'fontello';src:url(../fonts/landing/fontello.eot?10161944);src:url(../fonts/landing/fontello.eot?10161944#iefix) format("embedded-opentype"),url(../fonts/landing/fontello.woff2?10161944) format("woff2"),url(../fonts/landing/fontello.woff?10161944) format("woff"),url(../fonts/landing/fontello.ttf?10161944) format("truetype"),url(../fonts/landing/fontello.svg?10161944#fontello) format("svg");font-weight:400;font-style:normal}
#footer.landing i[class^="icon-"]:before,#footer.landing i[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#footer.landing .icon-facebook:before{content:'\f09a'}
#footer.landing .icon-instagram:before{content:'\f16d'}
#footer.landing .socials a i[class^="icon-"]:before, .socials a i[class*=" icon-"]:before {top: 0px;position: relative;}


.nav-list > li > a{text-transform: none;font-size: 16px;}
.nav-list > li > a:hover{opacity: 0.8;}
.nav-list > li{margin-right: 22px;}

h2.section-title.h1{
  text-align: center;
  color: #0066ab;
  font-weight: normal;
  font-size: 32px;
  text-transform: none;
  position: static;
  border: none;
  margin:0 0 20px;
  font-family: 'Proxima',sans-serif; 
}
h2.section-title.h1 span{
  display: block;
}

.instagram-header.container p{
  margin:0 0 35px;
}
.instagram.section{padding-bottom: 135px;}
.header.collapsed ~ .breadcrumb{top: 70px;}

.body-bag:before{display: none;}
.internal .body-bag{padding-top: 60px;}

.content-section.faq-section{
  max-width: 954px;
  margin:0 auto;
  width: 100%;
}
.content-section.faq-section h1,
.content-section.faq-section h2{
  position: static;
  border:none;
  margin:0 0 55px;
  text-align: center;
  color: #2B7FBB;
  text-transform: none;
  font-size: 34px;
  display: block;
}

.content-section.faq-section .faq{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #bdbdbd;
  padding: 25px 40px 0 65px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  transition: ease 350ms background-color;
  -webkit-transition: ease 350ms background-color;
}
.content-section.faq-section .container{
  border-bottom: 1px solid #bdbdbd;
  padding: 40px 0 0;
  margin-bottom: 40px;
}

button.faq-title{
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  text-transform: none;
}
.content-section.faq-section button.faq-title.active:after{content: '_';top:-25px;}  

.content-section.faq-section .faq:hover {background: #eaeaea;}

button.faq-title:after {
  content: '+';
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 28px;
  color: #0066AB;
}

.faq-cont{
  color: #666;
  margin: 0;
  padding-bottom: 25px;
  display: none;
  position: relative;
  top: -5px;
}
.faq-cont p{font-size: 14px;}

.fix-container{
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 200;
  background:#fff;  
}
.breadcrumb{padding:0;height: auto;  top: 70px;position: static;text-transform: none;background:none;color:#666;border-bottom:1px solid #c3c3c3;font-size: 16px; }
.breadcrumb a{color: #666;}
.breadcrumb .container{padding-left: 0;padding-right: 0;}
.fix-container .search-placer .container{padding-left: 45px;padding-right: 45px;max-width: 100%;width: auto;}
/*.fix-container .search-placer label{display: none;}*/
.fix-container .search-placer input[type="submit"]{display: none;}
.fix-container .search-placer input[type="text"]{
  width: 100%;
  overflow: hidden;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 69px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.fix-container .search-placer{border-bottom:1px solid #c3c3c3;height: 70px;width: 100%;background:#fff;  }
.breadcrumb .container{padding:22px 0;}
.fix-container .search-placer #searchform{
  padding-left: 65px;
  background: url(../img/search-icon.png) no-repeat 0 50%;
 
}
.fix-container .search-placer #searchform input[type="text"]{
   font-size: 16px;
  font-family: 'Proxima',sans-serif; 
}

body#product{display: block;height: auto;}

body{font-family: 'Proxima',sans-serif;font-size: 16px;display: block;height: auto;}
.instagram-header.container p{font-size: 16px;}

#content.content.one-plus{padding-top: 55px;}
.content.one-plus-one{padding-top: 145px;}



#product #content.content{
  padding-top: 92px;
}

#product #content.content .product-detail.js-product{
  width: 100%;
  overflow: hidden;
 /*border-bottom:1px solid #c3c3c3;*/
  margin-bottom: 0;
}

#product #content.content .product-detail.js-product .container{
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px; 
  display: block;
}


#product #content.content .left-col{
  width: 45%;
  float: left;
}
#product #content.content .left-col .tab-box.wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}
#product #content.content .left-col .tab-box.wrapper > div{
  display: block;
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#product #content.content .left-col .tab-box.wrapper > div.active{
  position: static;
  opacity: 1;
  visibility: visible;
}
#product #content.content .right-col{
  float: right;
  width: 50%;
}
.product-detail-img.single-img:hover .single-hold{opacity: 0;}
.product-detail-img.single-img:hover{cursor: zoom-in;}
.slider-thumbs .slick-list{
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 120px);
}
.slider-thumbs img:hover{cursor: pointer;}
#product #content.content .right-col h1.product-detail-title,
#product #content.content .right-col h3.product-detail-title{text-align: left;color:#2B7FBB;} 
#product #content.content .right-col .product-detail-desc{text-align: left;border-bottom:1px solid #c3c3c3; margin-bottom: 28px;}
#product #content.content .right-col .product-detail-desc p{margin:0 0 25px;}

#product #content.content .detail-table{
  display: block; 
  margin:0;
}

#product #content.content .left-col p.product-detail-name{display: none;}
#product #content.content .right-col .col{width: 100%;overflow:hidden;}

#product #content.content .right-col .col .details-left{
  width: 35%;
  float: left;
  margin-right: 35px;
}
#product #content.content .right-col .col .details-right{
  width: calc(60% - 35px);
  float: left;
}

#product .detail-table{background:none;}
/*
#product #content.content .right-col .colors{
  width: 140px;
  float: right;
  margin-right: 110px;
}
#product #content.content .right-col .colors .detail-table-header{display: none;}
*/
#product #content.content .right-col .col .detail-table-header{
  background: none;
  padding:0;
  float: left;
  margin-right: 10px;
  width: 88px;
  color:#4c4c4c;
  text-align: left;
  text-transform: none;
  font-weight:600; 
  font-size: 15px;
}
#product #content.content .right-col .detail-table-col{
  width: 100%;
  overflow: hidden;
  line-height: normal;
  padding-bottom: 12px;
}

#product #content.content .right-col .detail-table-cont{
  width: 135px;
  float: left;
  padding: 0;
  line-height: normal;
  font-size: 15px;
}

#product #content.content .detail-table-cont .colors-list{width: auto;}


#product #content.content .right-col .color{
  width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin:0 6px 6px 0;
}

#product #content.content .right-col .detail-table-cont{width:calc(100% - 98px) ;}
#product .section.buy-products{clear: both;text-align: left;border-top: 1px solid #c3c3c3;}
#product .section.buy-products h2{text-align: left;line-height: normal;margin-bottom: 15px;padding: 0;}
#product .section.buy-products .items{padding: 0 40px;}
#product .section.buy-products .items.disabled{padding-left: 0;padding-right: 0;}
#product .section.buy-products .items.disabled .partner-img{justify-content: flex-start;}
#product .section.buy-products .items.disabled .item{width: auto !important;margin-right: 5%;}
#product .section.buy-products .items .slick-prev{left: 0;}
#product .section.buy-products .items .slick-next{right: 0;}
#product .section.buy-products .items .slick-prev:before,
#product .section.buy-products .items .slick-next:before{font-size: 3.5rem;color:#666;}
#product .section.buy-products .partner-img{height: 50px;}
#product .section.buy-products .items .item{display: inline-block;vertical-align: top;margin-left: 13px;margin-right: 13px;}
#product #content.content .right-col .detail-table-cont.application li,
#product #content.content .right-col .detail-table-cont.features li{
  min-width: 0;
  display: inline;
}
#product #content.content .right-col .detail-table-cont.features li{line-height: 22px;}
#product #content.content .right-col .detail-table-cont.features{line-height: 18px;}

#product .section.buy-products h2{font-size: 3rem}

#product .section.buy-products a.partner{margin-top: 0;margin-bottom: 0;margin: 0 12px;}

.product.related{
  width: 100%;
  clear: both;
  border-top:1px solid #c3c3c3;
}
/*.product.related .products-list .product:nth-child(2n){background:none; }*/
.product.related .products-list .product{
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 2%;
  background:#fff; 
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border:2px solid #fff;
  padding: 0;
  overflow: hidden;
}
.product.related .products-list .product a{
  margin: 25px 10px 45px;
  display: block;
  overflow: hidden;
}

.product.related .products-list .product .product-img{min-height: 0;margin-bottom: 20px;}
.product.related .products-list .product a h3{font-size: 16px;text-align: center;color:#666;}
.product.related .products-list .product span.button{ 
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  display: block;
  background:#0066b3;
  text-align: center; 
  color:#fff;
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: calc(100% - 36px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
}
.product.related .products-list .product:hover{
  border-radius:2px;
  -webkit-border-radius:2px;
 border-color:#dbdbdb; 
}
.product.related .products-list .product a img{
  transition: ease transform 350ms;
  -webkit-transition: ease transform 350ms;
}
.product.related .products-list .product:hover a img{
  transform: scale(1.2);
}
.product.related .products-list .product:hover span.button{opacity: 1;}
.product.related .products-list{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: center;}
.product.related .products-list .product .img-holder{height:220px;margin-bottom:20px;overflow:hidden;}
.product.related .products-list .product img{max-width: 100%;max-height:220px;margin-bottom: 0;width: auto;}
.section.buy-products{padding-bottom: 38px;}
.product-detail{padding-top: 50px;}

.filters-bar.fixed .filters-open-btn{top:137px; }
.filters  {min-height: 185px;}

.sub-menu .s-holder{
  padding: 0 9999px 20px;
  margin:0 -9999px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  border-bottom: 1px solid #a7acb0;
}
.sub-menu .close-sub{float: right;color:#0066b3;margin: 0 25px 0 0;font-size: 35px;cursor: pointer;}

div.sub-menu .s-holder ul.sub-menu-main{
  width: 510px;
  background:#fff; 
  padding: 0;
  margin:13px 0;
  border-right:1px solid #a7acb0;
}

.sub-menu-more > li{background: none;}

.sub-menu-main > li{background: none;}
.sub-menu-main > li a,.sub-menu-more > li a{color:#7a7a7a;}
.sub-menu{top:43px;}

div.sub-menu .s-holder ul.sub-menu-main:before{display: none;}
.sub-menu-second--cols > li:nth-child(n+8){display: block;}
div.sub-menu .sub-menu-more{
  width: 700px;
}

.nav-list > li.current-menu-item > a, .nav-list > li.active > a{
  background: none;
  opacity:0.8;
}
.nav-list > li.menu-item-has-children.active{background: none;}

.sub-menu a:hover{color:#0066b3;}

div.sub-menu .sub-menu-more .sub-menu-second--cols{
  width: 100%;
  justify-content: flex-start;
}

div.sub-menu .sub-menu-more .sub-menu-second--cols img.type-icon{
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
div.sub-menu .sub-menu-more .sub-menu-second--cols span.l-title{display: inline-block;vertical-align: middle;}
div.sub-menu .sub-menu-more .sub-menu-second--cols li.pen-type a{position: static;color:#0066b3;}
div.sub-menu .sub-menu-more .sub-menu-second--cols li.pen-type a:hover span{text-decoration: underline;}

.sub-menu a.m-title{
  color:#0066b3;
  font-size: 20px !important;
  text-transform: none;
  margin-bottom: 28px;
}
div.sub-menu .sub-menu-main > li{width: 100%;}
.sub-menu .sellers{
  width: 100%;
  overflow: hidden;
  margin:0 0 0 15px;
}
.sub-menu .sellers a{
  display: inline-block;
  vertical-align: top;
  width: 113px;
  height: 42px;
  line-height: 42px;
  margin:0 35px 15px 0; 
  text-align: center;
}
.sub-menu .sellers a.show-more{
  font-size: 15px !important;
  text-align: center;
  color:#0066b3;
}

.sub-menu .sellers a.show-more:hover{text-decoration: underline;}
.sub-menu .sellers a img{ 
  text-align: center;
  vertical-align: middle; 
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
}
.sub-menu .sellers a:before{display: none;}

ul.sub-menu .sub-menu-main{background: #0066b3;}
ul.sub-menu .sub-menu-main li > a{color:#fff;}

.sub-menu-second > li > a{margin-bottom: 5px;}
.sub-menu-second--cols > li{width: 212px;display: inline-block;vertical-align: top;}
.sub-menu-second--cols > li .img-wrapper{
  width: 35px;
  overflow: hidden;
  margin:0 10px 0 0;
}
.sub-menu-second--cols > li a{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
.sub-menu-second--cols > li a span{
  max-width: calc(100% - 45px);
  display: inline-block;
}
#footer p, #footer a{
  font-family: "Frutiger LT Com", Helvetica, "Arial", sans-serif;
}
#footer ul{font-size: 14px;}


.filters-bar.fixed .filters{top:137px;}
.detail-table-cont li{overflow: visible;} 

.dropdown-form{width: 100%;}

.dropdown-form .hold{
  padding: 0 9999px;
  margin: 0 -9999px;
  background:#04090d;
  text-align: center; 
  padding: 20px 0;
  overflow: hidden;
}
.dropdown-form .hold form{
  max-width: 1000px;
  margin:0 auto;
}
.dropdown-form .hold form label{display: none}
.dropdown-form .hold input[type="text"]{
  width: calc(100% - 112px);
  float: left;
  height: 42px;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  font-family: 'Proxima',sans-serif;
}
.dropdown-form .hold input[type="submit"]{
  width: 112px;
  height: 42px;
  background:#0067ac;
  color:#fff;
  float: left;
  text-align: center;
  border: none; 
}
.dropdown-form.mobile{display: none}

div.sub-menu .s-holder ul.sub-menu-main{margin:28px 0 10px;padding-bottom: 50px;}
.sub-menu .sellers a span.seller-title{display: none;}

#product .colors .item .color{float: left;}

.side-filter{
  width: 20%;
  border-right: 1px solid #c3c3c3;
}
.side-filter{padding-top:50px;padding-bottom: 1px;}
.side-filter .top-heading{
  padding: 35px 10px 35px 45px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.side-filter .top-heading p{margin: 0;}

.side-filter h4{
  background: none;
  height: auto;
  padding: 12px 30px 12px 45px;
  text-align: left;
  display: block;
  text-transform: none;
  border:solid #c3c3c3;
  border-width: 1px 0;
  clear: both;
  cursor: pointer;
  margin: 0 0 -1px;
}
.side-filter ul ul {
  margin: 0;
  padding: 15px 10px 5px 45px;
}
.side-filter ul{text-align: left;}
.side-filter ul li input{margin-right: 10px;}

.side-filter .filter-el:nth-child(n+4){display: block !important;}
.side-filter ul.filter-cont li.filter-more{display: none !important;}
.side-filter spanh4-nr{display: none !important;}
.side-filter.filters-bar{height: auto;}
.side-filter h4 span.toggle-button{transform: rotate(180deg);font-size:9px;float: right;padding: 6px 0 0; }
.side-filter h4.closed span.toggle-button{transform: rotate(0deg);}
.products.section{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.product.related{
    width:80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top:49px; 
    clear: none; 
}
.product.related .products-list{
    justify-content: left;
    padding: 32px;
}



.product.related .products-list .product{width: 23%;}

#header .container{
  width: auto;
  max-width: 100%;
  padding: 0 45px;
}

.breadcrumb .container{
  max-width: 100%;
  padding-left:45px; 
  padding-right:45px; 
}

.products-pagination{width: 100%;}

#footer.landing .content-holder{
  width:auto; 
  max-width: 1080px;
  overflow: hidden;
  padding-left:45px; 
  padding-right:45px;  
}

.gfield_checkbox > li.filter-el.checkbox label:before, .checkbox label:before{line-height: 15px; top:1px; left:2px;right:auto;width: 18px;height: 18px;border:1px solid #c3c3c3;}
.gfield_checkbox > li.filter-el.checkbox label:before, .checkbox label:before{opacity: 1;}
ul.filter-cont li.filter-el.checkbox label{padding-left: 25px;font-size: 14px;}
.checkbox input[type="checkbox"] + label:before{content:'';}
.checkbox input[type="checkbox"]:checked + label:before{content:'\e914';text-align: center;}
li.filter-el.checkbox h4-nr{display: none !important;}
.side-filter ul.filter-cont li.filter-el{margin: 0;padding:0 0 10px 0 !important;}
.side-filter .filter-cont.colors-list{padding:16px 1px 8px 28px;}

.tipsize-tabset li{
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 3px;
}



.tipsize-tabset li:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius:50%;
  -webkit-border-radius:50%; 
  content:'';
}
.tipsize-tabset li:after{
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  background:#0066b3;
  position: absolute;
  border-radius:50%;
  -webkit-border-radius:50%;  
  content:'';
  display: none;
}
.tipsize-tabset li.active:after{display: block;}
ul.filters-cont h4 span.toggle-button{float: right;}
ul.filters-cont h4 span.toggle-button i{font-size: 8px;}
/*ul.filters-cont li.sf-field-taxonomy-wp-light-item-color h4{margin-top: -1px;}*/

#product .product.related{
  width: 100%;
  clear: both;
  padding-top: 25px;
}
#product .product.related .products-list{padding-top: 0;}

#product .product.related .products-list .product{width: 18%;}

.archive .hero-el.slick-slide{height: 45.25vw;}
.archive .video-wrapper{
  top:0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  padding-top: 0;
}
.archive .parallax {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
.archive .parallax .parallax-box{width: 100%;}
.banner-text{
  width: 100%;
  overflow: hidden;
  padding: 32px 32px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
.banner-text .wrap{
  position: relative;
}
.banner-text img{
  width: 100%;
  height: auto;
}
.banner-text .wrapper{
  width: 442px;
  color: #fff;
  position: absolute;
  top:30px;
  left: 45px;
  text-align: left;
}
.banner-text .wrapper h2{
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: normal;
}
.banner-text .wrapper p{
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}

.hero .slick-slider button.slick-prev,
.hero .slick-slider button.slick-next{display: none !important;}
.hero .slick-dots{
  bottom: 90px;
  left: 18%;
}
.hero .slick-dots button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background:#fff; 
}
.hero .slick-dots.other li button{background:#999; }
.hero .slick-dots li{opacity: 1;}
.hero .slick-dots li.slick-active button{background:#0066b3; }

.hero .slick-next,
.hero .slick-prev{display: none !important;} 

.tab-box > div{display: none;}
.tab-box > div.active{display: block;}

li.sf-field-search {
 
  background:#fff; 
  
  width: 100%;
  height: 69px;
  z-index: 101;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 45px;
}
.side-filter li.sf-field-search {
  position: fixed;
  top:137px;
  left:0;
   border-bottom:1px solid #c3c3c3;
}
li.sf-field-search  label{
  width: 100%;
  display: block;
  height: 100%;
  padding: 0 0 0 65px;
  background: url(../img/search-icon.png) no-repeat 0 50%;
   box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

li.sf-field-search  label input{
  width: 100%;
  height: 100%;
  background: none;
  font-size: 16px;
  font-family: 'Proxima',sans-serif; 
  color: #666;
  border:none;
}

.page-template-page-finder .products.section,
.blog .products.section{padding-top: 145px;}
.page-template-page-finder .side-filter,
.blog .side-filter {padding-top: 38px;}
.page-template-page-finder .side-filter .top-heading,
.blog .side-filter .top-heading{padding-top: 0;}
.tax-wp-light-item-family li.sf-field-search {display: none;}
.page-template-page-finder .product.related, .blog .product.related{padding-top: 0;}
.page-template-page-bestsellers-tpl li.sf-field-search ,.page-template-page-products-tpl li.sf-field-search {display: none;}
.search-placer li.sf-field-search {padding-left: 0 !important;padding-right: 0 !important;}
.tax-wp-light-item-collection .section,
.post-type-archive-wp-light-item .section{padding-top: 95px;}
/*
.product#post-4673 img{margin-bottom: 35px;}
.archive .sf-field-search {display: none}*/

/* Responsive */


ul.pen-types.sub-menu-second.sub-menu-second--cols{
    display: block;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

@media screen and (max-width: 1300px) {
  #product #content.content .product-detail.js-product .container{
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  #product #content.content .left-col{width: 40%;}
  #product #content.content .right-col{width:55%;}
  .product-detail{background: none;}
}

.page-template-page-bestsellers-tpl #content{padding-top: 0 !important}



@media screen and (max-width: 1220px) {
  .sub-menu .close-sub{display: none;}
  .fix-container{
    top:70px;  
  }
  .body-bag{padding-top: 140px;}
  .header .container{
    display: block;
  }
  .header .container button{float: left;margin:10px 0 0 15px;}
  a.header-logo.logo{float: right;margin-right: 15px;}
  .nav{top:70px;}
  .sub-menu .s-holder{display: block;padding: 0;margin: 0;}
  div.sub-menu .s-holder ul.sub-menu-main,div.sub-menu .sub-menu-more{width: 100%;}
  .nav-list > li{margin-right: 0;}
  div.sub-menu .s-holder ul.sub-menu-main{border-right:none;}
  .sub-menu .sellers a img{display: none;}
  .sub-menu .s-holder .sub-menu-main .sellers a{
    display: block;
    width: 100%;
    line-height: normal;
    height: auto;
    padding: 0;
    text-align: left;
    padding-left: 85px !important;
  }
  .sub-menu .s-holder .sub-menu-main .sellers a.show-more{font-weight: bold;}
  .sub-menu .sellers a span.seller-title{display: block;}
  .sub-menu .sellers{margin-left: 0}
  .header .container .nav{
    width: 100%;
    float: none;
  }
  .header .container .nav a{
    font-size: 18px !important;
    padding: 0 !important;
    margin:0 !important;
    color:#fff !important;
    background: #02365d !important;
    opacity: 1 !important;
  }
  .nav-list > li + li{border:none;}
  ul.sub-menu-main,ul.sub-menu-more{margin:0 !important;padding: 0 !important;}
  .header .container .nav ul.nav-bottom.social-list a{background: none !important;font-size: 2.5rem !important;border:none !important;}
  .header .container .nav a{border-bottom:2px solid #1993e1 !important;}
  .header .container ul.nav-list a{
    padding:6px 16px !important;
    font-size: 16px !important;
  }
  .faq{background: none;margin-left: 0;margin-right: 0;}
  .content-section.faq-section .container{padding-left: 15px;padding-right: 15px;} 
  button.faq-title:after{right: -25px;}
  .content-section.faq-section .faq{padding-left: 20px;}
  .breadcrumb .container{padding-left: 20px;padding-right: 20px;}
  #product #content.content{padding-top: 0;}
  .dropdown-form.mobile{display: block !important;}
  .dropdown-form.desktop{display: none !important;}
  .dropdown-form .hold form{width: 600px;}
  .sub-menu-more > li{padding-top: 0 !important;}
  .filter-el{
    float: none;
    width: 100%;
  }
  #product #content.content{padding-top: 80px;}
  ul.pen-types.sub-menu-second.sub-menu-second--cols li img{display: none !important;}
  ul.pen-types.sub-menu-second.sub-menu-second--cols{
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
  .sub-menu-second--cols > li{width: 100%;}
  .sub-menu .s-holder .sub-menu-main li a,.sub-menu .s-holder .sub-menu-more li a{padding-left: 40px !important;}
}

.slider-holder:hover{cursor: zoom-in;}

@media screen and (max-width: 1180px) {
  #footer.landing .content-holder{width:auto;padding-left: 15px;padding-right: 15px;}
  #footer.landing .left-col{width:65%}
  #footer.landing .right-col{width:30%}
  .hero .slick-dots {
      bottom: 55px;
      left: 16%;
  }
}

@media screen and (max-width: 1080px) {
  #product #content.content .right-col .col .details-left{
    width: 100%;
    float: none;
  }
  #product #content.content .right-col .col .details-right{
    width: 100%;
    float: none;
  }
  .detail-table-col{text-align: left;}
}
@media screen and (max-width: 1020px) {
  section.promo.logos .logos-hold a,
  section.promo.logos .logos-hold a:nth-child(2n),
  section.promo.logos .logos-hold a:nth-child(4n){
    width: 20%;
    margin:2%; 
  }
  .side-filter{width: 25%;}
  .product.related{width: 75%;}
  .banner-text .wrapper h2{font-size: 25px;}
  .banner-text .wrapper p{font-size: 15px;}
  section.promo.logos .logos-hold{text-align: center;}
}
@media screen and (max-width: 980px) {
    
    .product.related .products-list .product .img-holder{height:auto;}
    
  .section.campaign .wrapper .holder a,.section.campaign .wrapper .holder a:nth-child(4n){
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
  .section.campaign .wrapper .holder a img{width: 100%;height: auto;}
  .product.related .products-list .product{width: 31.3%;}
  .products.section{padding-top: 112px;}
  .side-filter li.sf-field-search{padding-left: 15px;padding-right: 15px;}
  .product.related,.side-filter .top-heading{padding-top: 0;}
  .hero .slick-dots {
    display: none !important;
  }
  .post-type-archive-wp-light-item.logged-in .section{padding-top: 115px;}
  .post-type-archive-wp-light-item .section{padding-top: 145px;}
  .product.related .products-list .product img{
    width: 100%;
    height: auto;
  }
  .header:before{background: none;}
}
.clear-filter.mobile{display: none;}
.page-template-page-contact .select2-container{width: auto !important;}
@media screen and (max-width: 768px) {
  .form-popup .wrapper .left-col {
    min-height: auto;
  }
  .clear-filter.mobile{display: block;margin: 15px 0 0 30px}
  .clear-filter.mobile.disabled{display: none;}
  .products.section  .filter-bar-wrapper{display: block !important;clear: both;text-align: left;padding: 0 0 0 32px;font-size: 14px;}
  .side-filter .filter-bar{display: none !important;}
  .breadcrumb{display: none}
  .form-popup .wrapper{display: block;}
  .form-popup .wrapper .left-col, .form-popup .wrapper .right-col{
    width: 100%;
    border:none;
  }
  .form-popup .wrapper .left-col{margin-bottom: 30px;}
  .form-popup .wrapper .right-col p.address{position: static;}
  .form-popup .wrapper .phone-holder{
    position: static;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  .form-popup .wrapper .right-col span{position: static;margin-bottom: 10px;}
  .form-popup .wrapper p.phone{font-size: 20px;padding: 15px 0 10px 45px;}
  .section.campaign .wrapper .holder a,.section.campaign .wrapper .holder a:nth-child(4n){
     width: 100%;
     margin-left: 0;
     margin-right: 0;
  }
  section .wrapper,.section.campaign .wrapper{padding-left: 15px;padding-right: 15px;width: auto;}
  section.promo .wrapper a,section.promo .wrapper a:nth-child(2n){
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
  }
  section.promo .wrapper a img{
    width: 100%;
    height: auto;
  }
  section.promo.logos .wrapper a img{max-width: 180px;height: auto;}
  section.promo.logos .logos-hold a,
  section.promo.logos .logos-hold a:nth-child(2n),
  section.promo.logos .logos-hold a:nth-child(4n){
      width: 20%;
      margin:2%; 
  }
  #footer .left-col{width:100%;margin-bottom:30px;float:none}
  #footer .right-col{width:100%;float:none;border:none;padding-left:0;height:auto;min-height:0}
  #footer{padding:42px 0}
  .dropdown-form .hold form{width: 300px;}
  .products.section{display: block;}
  .side-filter{width: 100%;}
  .product.related{
    width: 100%;
  }
  .banner-text .wrapper{width: auto;}
  .banner-text .wrapper{
    position: static;
    color:#666;
  }
  .banner-text img{margin-bottom: 20px;}
  .banner-text .wrapper h2{color: #0066b3;}
  #product #content.content{padding-top: 20px;}
  #product #content.content .left-col{width: 100%;}
  #product #content.content .right-col{width: 100%;}
  #product .product.related .products-list .product{width: 31%;}
  .side-filter li.sf-field-search {position: static;border:none;} 
  .side-filter .top-heading{display: none}
  .side-filter{padding-top: 0 !important;}
  
  .product-detail-img img{max-height:220px; }
  .post-type-archive-wp-light-item.internal .body-bag{padding-top: 24px;}
  .side-filter{border-right: none;}
  .post-type-archive-wp-light-item.logged-in .section{padding-top: 20px;}
  .post-type-archive-wp-light-item .section{padding-top: 50px;}
  
  .slider-holder{margin-bottom: 40px;}
  #product #content.content .left-col{margin-bottom: 40px;}
  #product .section.buy-products h2{
    display: block;
    text-align: center;
  }
  #product .section.buy-products .items.disabled .partner-img{justify-content: center;}
}
.sub-menu-more > li{padding-top: 30px;}

a.clear-filter{
  float: left;
  margin: 0;
  color: #0066b3;
}
a.clear-filter span{font-size: 30px;display: inline-block;vertical-align: middle;}
a.clear-filter.disabled{display: none;}

.filters-wrap{
  width: 100%;
  overflow: hidden;

}
.filters-wrap .filter-bar{font-size: 14px; padding: 0 0 10px;}
.side-filter .colors-list li label{font-size: 0}
.products.section .filter-bar-wrapper{display: none;}


.product-detail-img img.sl-img{
  max-height: 420px;
  max-width: 100%;
  width: auto;
}

.listing h3.h1{
  text-transform: none;
  border: none;
  margin: 0;
  padding-left: 0;
}
.h1, .content-page h1{
  border: none;
  text-transform: none;
}



@media screen and (max-width: 600px) {
	.page-id-4 .content-page  img{margin-top:20px!important}
	.page-id-4 .content-page h1 + p{margin-top:0}
  #footer.landing .left-col{width:100%;margin-bottom:30px;float:none}
  #footer.landing .right-col{width:100%;float:none;border:none;padding-left:0;height:auto;min-height:0}
  #footer.landing{padding:42px 0}
  section.promo.logos .logos-hold a,
  section.promo.logos .logos-hold a:nth-child(2n),
  section.promo.logos .logos-hold a:nth-child(4n){
      width: 28%;
      margin:2%; 
  }
  #footer.landing ul li{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  #product #content.content .left-col,#product #content.content .right-col{width: 100%;}
  .product-detail-colors{margin-bottom: 20px;}
  .product.related .products-list .product{
    width: 47.5%;
  }
  .product.related .products-list .product span.button{font-size: 13px;}
  .side-filter{
    padding-top: 20px;
  }
  .side-filter .top-heading{padding-bottom: 12px;}
  .header .container button{margin-left: 0;}
  #product .product.related .products-list .product{width: 48%;}
  .product-detail{padding-top: 15px;}
  .side-filter li.sf-field-search {padding-left: 31px;}
  li.sf-field-search  label{background-size: 25px auto;}
  #header .container{padding: 0 24px;}
  .side-filter h4,.side-filter ul.filter-cont{padding-left: 24px;}
  li.sf-field-search  label{padding-left: 24px;}
  .side-filter li.sf-field-search {padding-left: 22px;}
  li.sf-field-search  label input{font-size: 16px;}
  li.sf-field-search {height: 47px;}
  .fix-container .search-placer .container{padding-left: 24px;padding-right: 24px}
  .fix-container .search-placer{height: 48px;}
  .fix-container .search-placer input[type="text"]{height: 46px;font-size: 16px;}
  .side-filter li.sf-field-search {margin-top: -10px;}
  .home #body-bag{padding-top: 118px;}
}

@media screen and (max-width: 479px) {
  section.promo.logos .logos-hold a,
  section.promo.logos .logos-hold a:nth-child(2n),
  section.promo.logos .logos-hold a:nth-child(4n){
      width: 45%;
      margin:2%; 
  }
  .left-col .product-detail-img .slider-thumbs{margin-top: 25px;}
  .left-col .product-detail-img .slider-thumbs .slick-next{right:0;}
  .left-col .product-detail-img .slider-thumbs .slick-prev{left:0;}
  .left-col .product-detail-img .slider-thumbs .slick-next,
  .left-col .product-detail-img .slider-thumbs .slick-prev{
    width: 20px;
    height: 20px;
    background-size: auto 20px;
  }
}

.slick-slide img:focus,
.slick-slide:focus{outline:none !important;}

.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}

.sub-menu-second--cols > li:nth-child(n+8),
.sub-menu-second--cols > li:nth-child(n+4){display: inline-block !important;}


.single .product-detail-img{position: relative !important;}
.single .product-detail-img.hide{position: absolute !important;}

/*Blog*/
.ink-spot.menu-item a {text-indent: -9999px;width: 60px;height: 58px;margin: -16px 0;background: url(../img/ink-logo-menu.svg) no-repeat center !important;background-size: 100% !important;}
.blog-heading {padding: 18px 0 0;}
.admin-bar .blog-heading {padding: 8px 0 0;}
.blog-heading .container {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.blog-heading img {margin: 0;width: 260px;height: auto;}
.blog-heading img.mobile {display: none;}
.blog-heading p{margin: 0;}
.blog-heading h1 {margin: 0;font-weight: 300;color: #0066ab;margin-left: 13px;width: 280px;line-height: 38px;margin-bottom: 20px;max-width: 100%;}
.kids h2,
.kids h1 {color: #EF9C00}
.home h2,
.home h1 {color: #0066AB}
.work h2,
.work h1 {color: #FE6443}
.school h2,
.school h1 {color: #65A7BC}
.creative h2,
.creative h1 {color: #9045B2}
.mindfulness h2,
.mindfulness h1 {color: #4C9B67}
.categories {padding: 25px 0 6px;border-top: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb;}
.sidebar .heading,
.categories .heading {text-transform: uppercase;letter-spacing: 3px;text-align: center;margin-bottom: 20px;}
.categories .cat-list {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.categories .cat-list .cat-btn {margin-bottom: 19px;}
.blog-content {padding: 40px 0 62px;}
.post-single .container,
.blog-content .container{display:flex;justify-content:space-between;max-width:1016px}
.post-single .sidebar,
.blog-content .sidebar{width:252px}
.post-single .post-inner,
.blog-content .content{max-width:calc(100% - 252px);padding-right:8.5%}
.blog-content .img-h img{max-width:100%;width:100%;height:auto;transition: all 0.2s ease-in-out;}
.blog-content .img-h a:hover img{transform: scale(1.02);}
.sidebar .heading {margin-bottom: 13px;text-align: left;}
.cat-btn.kids{color:#EF9C00;border-color:#EF9C00}
.cat-btn.kids:hover{color:#fff;background-color:#EF9C00}
.cat-btn.home{color:#0066AB;border-color:#0066AB}
.cat-btn.home:hover{color:#fff;background-color:#0066AB}
.cat-btn.work{color:#FE6443;border-color:#FE6443}
.cat-btn.work:hover{color:#fff;background-color:#FE6443}
.cat-btn.school{color:#65A7BC;border-color:#65A7BC}
.cat-btn.school:hover{color:#fff;background-color:#65A7BC}
.cat-btn.creative{color:#9045B2;border-color:#9045B2}
.cat-btn.creative:hover{color:#fff;background-color:#9045B2}
.cat-btn.mindfulness{color:#4C9B67;border-color:#4C9B67}
.cat-btn.mindfulness:hover{color:#fff;background-color:#4C9B67}
.cat-btn,
.cat-btn.inactive,
.cat-btn {min-width: 132px;padding: 3px 5px;  border: 1px solid #D3D3D3;  border-radius: 10px;  color: #D3D3D3;  text-align: center;  text-transform: uppercase;margin: 0 18px;display: inline-block;transition: all 0.2s ease-in;line-height: 22px;font-size: 16px;}
.post-content {color: #666666;display: block;}
.post-content h2 {font-size: 32px;line-height: 38px;font-weight: 400;margin: 0 0;padding: 10px 0;}
.post-content h3 {font-size: 22px;line-height: 24px;margin: 0 0;padding: 10px 0;}
.post-content .img-h{line-height:0;overflow: hidden;}
a.post-content .img-h img {transition: all 0.2s ease-in-out;max-width: 100%;width: 100%;height: auto;}
a.post-content:hover .img-h img {transform: scale(1.05);}
.post-content p,
.post-content h2,
.post-content h3 {color: #666666 !important;}
.post-content .entry-content {line-height: 19px;}
.post-content .entry-content p {margin-top: 0;}
.post-single .read-more,
.post-content .read-more {width: 161px;padding: 8px 19px;  border: 1px solid #0066AB;  border-radius: 10px;  color: #ffffff;  text-align: center;  text-transform: uppercase;display: flex;transition: all 0.2s ease-in;align-items: center;justify-content: center;  background: #0066AB;line-height: 22px;letter-spacing: 0.7px;margin-top: 30px;}
.post-single .read-more {width: 193px;}
.post-content .read-more svg {margin-left: 8px;}
.post-single .read-more svg {margin-right: 8px;}
.post-single .read-more svg path,
.post-content .read-more svg path {transition: all 0.2s ease-in;}
.post-single .read-more:hover svg path,
.post-content .read-more:hover svg path {fill: #0066AB}
.post-single .read-more:hover,
.post-content .read-more:hover {color: #0066AB;background-color: #fff;}
.post-meta{padding:11px 0 0 22px;display:flex;justify-content:space-between;align-items:flex-start;color: #666666;position: relative;z-index: 3;}
.post-meta .author{display:flex}
.post-meta .author img{width:85px;height:85px;border:1px solid #707070;border-radius:50%;margin-top:-41px;margin-right:14px}
.post-meta .name-date{font-size:12px;line-height:14px;color: #666666;}
.post-meta .date {text-transform: uppercase;}
.post-meta .cat-btn{margin:0}
.blog-list .container{max-width:1704px}
.blog-list .content{display:flex;flex-wrap:wrap;justify-content:center;width:100%}
.blog-list {padding: 47px 0 0;}
.blog-list .post-content .entry-content {padding: 0 16px 15px 23px;}
.blog-list .post-content {border-bottom: 6px solid transparent;margin: 0 3% 65px;max-width: 320px;width: 19%;background: #F7F7F7;transition: all 0.2s ease-in-out;}
.blog-list .post-content:hover {box-shadow: 0 2px 10px 2px rgb(0 0 0 / 10%);}
.sidebar .img-h {border-bottom: 6px solid;margin-bottom: 3px;}
.blog-list .post-content.kids,
.sidebar .kids .img-h{border-color:#EF9C00}
.blog-list .post-content.home,
.sidebar .home .img-h{border-color:#0066AB}
.blog-list .post-content.work,
.sidebar .work .img-h{border-color:#FE6443}
.blog-list .post-content.school,
.sidebar .school .img-h{border-color:#65A7BC}
.blog-list .post-content.creative,
.sidebar .creative .img-h{border-color:#9045B2}
.blog-list .post-content.mindfulness,
.sidebar .mindfulness .img-h{border-color:#4C9B67}
.sidebar h3 {font-size: 16px;line-height: 19px;margin: 0;color: #666666;margin-bottom: 5px;font-weight: normal;padding: 0;}
.sidebar a,
.sidebar p,
.sidebar .entry-content {color: #666666;font-size: 12px;line-height: 14px;margin: 0;}
.sidebar .post-content {margin-bottom: 30px;display: block;}
.sidebar .post-content:last-child {margin-bottom: 0;}
.blog-heading + .search-section {margin-top: -45px;}
.search-section .search-form {height: 100%;width: 100%;}
.search-section input::-webkit-input-placeholder {color: #C6C6C6;}
.search-section input::-moz-placeholder {color: #C6C6C6;}
.search-section input:-moz-placeholder {color: #C6C6C6;}
.search-section input::-ms-input-placeholder {color: #C6C6C6;}
.search-section .screen-reader-text {display: none;}
.blog-list .post-content h3 + p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-list .post-content h3.one-line + p {-webkit-line-clamp: 4;}
.blog-list .post-content h3.one-line {padding-bottom: 15px;}
#search-mobile {display: none;}
.search-page,
.single-blog-post .search-section{border-bottom: 1px solid #C9C9C9;}
.single-blog-post .search-section {margin-top: 10px;}
.single-blog-post .search-section li.sf-field-search {height: 52px;}
.single-blog-post .search-section li.sf-field-search label {background-size: 45px;padding-left: 60px;}
.post-single {padding: 40px 0;line-height: 19px;position: relative;}
.post-single .ink-logo {position: absolute;top: 15px;left: 55px;}
.post-single .ink-logo img {margin-bottom: 15px;}
.post-single .ink-logo h2 {font-size: 35px;line-height: 40px;font-weight: normal;margin: 0;}
.post-single .sidebar .btn-download + .heading {margin-top: 95px;}
.post-single .post-inner h1 {font-weight: normal;margin: 10px 0;line-height: 38px;}
.post-single .post-inner .img-h {line-height: 0;position: relative;}
.post-single .post-inner .img-h img {max-width: 100%;height: auto;width: 100%;}
.post-single .post-inner .img-h .btn-download {display: none !important;}
.post-content .intro-text,
.post-single .post-inner .intro-text {font-weight: normal;display: block;font-style: italic;font-size: 18px;line-height: 22px;}
.post-single .post-inner h1 + p {margin-top: 0;}
.post-single .gallery {display: flex;align-items: center;justify-content: space-between;margin: 50px 0 35px !important;}
.post-single .gallery img {border: none !important;}
.post-single .gallery-columns-2 .gallery-item {margin: 0 !important;float: none !important;width: 48.9% !important;}
.post-single .gallery-item img{width: 100%;height: auto;}
.post-single .gallery-columns-2 br {display: none;}
.post-single .btn-download {width: 100%;;padding: 18px 19px;  border: 1px solid #EF9C00;  border-radius: 10px;  color: #ffffff;  text-align: center;  text-transform: uppercase;display: flex;transition: all 0.2s ease-in;align-items: center;justify-content: center;  background: #EF9C00;line-height: 22px;letter-spacing: 1px;font-size: 16px;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;flex-direction: row;}
.post-single .btn-download + .btn-download {margin-top: 20px;}
.post-single .btn-download:hover {background: #0066AB;border-color: #0066AB;color:#fff}
.share-with-cat .facebook:after{display:none}
.share-with-cat{display:flex;align-items:center}
.share-with-cat .shared-counts-wrap{margin:0 30px 0 0;width: auto;}
.shared-counts-wrap.style-icon .shared-counts-button{border-radius:50%;margin-left:12px !important;background:#ef9c00;height:26px;width:26px;line-height:29px;transition: all 0.2s ease-in-out;display: inline-block;float: left;}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon{width:26px !important;height:26px !important;}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{fill:#fff!important;}
.shared-counts-wrap.style-icon .shared-counts-button:hover{background:#0066ab}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon{line-height:39px !important}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{width:20px;height:20px;margin-left:4px}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-label, .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-count {display: none;}
@media screen and (max-width: 1440px) {
  .post-single .ink-logo {left: 10px;}
  .post-single .ink-logo h2 {font-size: 30px;line-height: 35px;}
}
@media screen and (max-width: 1400px) {
  .blog-list .post-content {margin: 0 2% 65px;width: 21%;}
}
@media screen and (max-width: 1350px) {
  .post-single .ink-logo {display: none;}
}
@media screen and (max-width: 1220px) {
  .header .container .nav .ink-spot.menu-item a {width: 100%;height: 54px;margin:0 !important;background: #02365d url(../img/ink-logo-menu.svg) no-repeat left 16px center !important;background-size: 60px !important;}
}
@media screen and (max-width: 1024px) {
  .blog-list .post-content {width: 29%;}
}
@media screen and (min-width: 850px) and (max-width: 1024px) {
  .categories .cat-list .cat-btn {margin-left: 15px;margin-right: 15px;}
}
@media screen and (max-width:850px) {
  .blog-list .post-content {width: 46%;}
  .post-single .post-inner, .blog-content .content {padding-right: 4%;}
  .shared-counts-wrap.style-icon .shared-counts-button:first-child {margin-left: 0 !important;}
  .share-with-cat .shared-counts-wrap {margin-right: 15px;}
}
@media screen and (max-width:767px) {
  .page-template-page-begreen .mobile-img {display:block;}
  .blog-heading {padding-left: 10px;}
  .blog-heading img {display: none}
  .blog-heading img.mobile {display: block;width: auto;}
  .blog-heading h1 {max-width: calc(100% - 194px);font-size: 28px;line-height: 34px;margin-bottom: 0;margin-left: 19px;}
  .blog-heading + .search-section {margin-top: 0;}
  .search-section .sf-field-search{height:58px;margin-top:30px;padding:0}
  .search-section li.sf-field-search label{padding:0 40px 0 71px;background-size:43px auto;background-position:15px center}
  .post-single .container,
  .blog-content .container {display: block;}
  .post-single .post-inner,
  .blog-content .content {max-width: 100%;padding-right: 0%;}
  .post-single .sidebar,
  .blog-content .sidebar {width: 100%;}
  .sidebar .img-h {margin-bottom: 10px;}
  .blog-content {padding: 0 0 30px;}
  .post-single .container,
  .blog-content .container {padding: 0;}
  .post-single .sidebar,
  .blog-content .sidebar {margin: 30px 0 0;padding: 15px 20px 0;border-top: 1px solid #C9C9C9;}
  .post-single .sidebar .heading ,
  .blog-content .sidebar .heading {text-align: center;}
  .post-single .read-more,
  .post-content .read-more {padding: 12px 19px;width: 100%;min-width: 100%}
  .post-single .read-more svg {margin-right: 20px;}
  .post-content .read-more svg {margin-left: 20px;}
  .post-single .post-meta,
  .blog-content .post-meta {padding: 11px 22px 0 22px;display: block;}
  .post-single .post-meta .author,
  .blog-content .post-meta .author {margin-bottom: 15px;}
  .post-single .content,
  .blog-content .content .entry-content {padding: 0 22px;}
  .blog-content .post-content h2 {padding-top: 13px;line-height: 35px;}
  .blog-list {padding: 15px 0 0;}
  .blog-list .content {justify-content: center;}
  .tax-post-category .categories {border-bottom: none;}
  .search-section #search {display: none;}
  .post-single .gallery {margin-bottom: 20px !important;}
  .post-single .gallery,
  .search-section #search-mobile {display: block;}
  .post-single .sidebar .btn-download {display: none;}
  .post-single .sidebar .btn-download + .heading,
  .single-blog-post .search-section li.sf-field-search {margin-top: 0;}
  .post-single {padding-top: 0;}
  .post-single .gallery-columns-2 .gallery-item {margin: 0 -22px 13px !important;width: calc(100% + 44px) !important;}
  .post-single .gallery-columns-2 .gallery-item:last-child {margin-bottom: 0 !important;}
  .post-single .gallery-icon {line-height: 0;}
  .post-single .post-inner .img-h .btn-download svg{width:26px;margin:7px auto 4px;height:36px;display:block}
  .post-single .post-inner .img-h .btn-download{display:block!important;position:absolute;bottom:-60px;width:86px;height:86px;border-radius:50%;padding:0;font-size:9px;letter-spacing:2px;line-height:12px;text-align:center;min-width:0;right:14px;z-index:999;}
  .share-with-cat .shared-counts-wrap{margin:0 0px 0 9px;order: 2;}
  .share-with-cat .btn {order: 1;}
  .shared-counts-wrap.style-icon .shared-counts-button:first-child {margin-left: 15px !important;}
  .blog-list .container {padding: 0 25px;}
  .blog-list .post-content {width: 320px;margin: 0;margin-bottom: 44px;}
}

.ecopack {color: #3d516a;font-size: 22px;line-height: 32px;}
.ecopack header {overflow:hidden;width:100%;background: #1b449c;padding: 10px 30px;height: 80px;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.ecopack header .pilot-logo {margin-right: auto;display: block;max-width: 172px;}
.ecopack header .ecopack-logo {margin-left: 90px;display: block;max-width: 200px;}
.ecopack header .ecopack-logo img,
.ecopack header .pilot-logo img {width: 100%;height: auto;}
.ecopack .banner-text {padding: 0;}
.ecopack .banner-text .wrap {color: #fff;text-align: center;position: relative;height: 500px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.ecopack .banner-text .wrapper {position: relative;width: 100%;height: auto;left: 0;top: 0;text-align: center;}
.ecopack .banner-text img {position: absolute;width: 100%;height: 100%;object-fit: cover;left: 0;top: 0;}
.ecopack .banner-text h2 {max-width: 812px;margin: 0 auto;text-transform: uppercase;font-weight: bold;font-size: 36px;line-height: 46px;color: #fff;}
.ecopack h3 {text-transform: uppercase;font-weight: bold;font-size:26px;line-height: 36px;color: #1b449c;}
.ecopack h4 {text-transform: none;font-weight: bold;font-size:24px;line-height: 32px;color: #3d516a;margin-bottom: 0;margin-top: 40px;}
.ecopack .container {
  max-width: 920px;
}
.ecopack .btn-green {
  background: #a6ce39;
  border-radius: 50px;
  height: 47px;
  min-width: 273px;
  font-size: 22px;
  text-transform: none;
  font-weight: 600;
  border: 1px solid #a6ce39;
}

.ecopack .btn-green:hover {
  background: #fff;
  color: #1b449c;
}
.ecopack .content-page img {
  mix-blend-mode: multiply;
  margin: 0 auto 50px;
}
.ecopack .content-page .wp-caption {
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}
.ecopack .content-page .wp-caption-text {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}
.ecopack .content-page .left-caption + .wp-caption-text {
  position: absolute;
  bottom: 0;
  right: 67px;
  width: 100%;
  font-style: italic;
}
.ecopack .content-page .right-caption + .wp-caption-text {
  position: absolute;
  bottom: 14px;
  right: -75px;
}
.ecopack .content-page .right-caption {
  transform: translate(-80px, 0);
  -webkit-transform: translate(-80px, 0);
}
.ecopack h4 + p {
  margin-top: 0 !important;
}
.ecopack h4 + .wp-caption>img,
.ecopack h4 + p>img {
  margin-top: 0 !important;
}
.ecopack .content-page .wp-caption:first-child>img,
.ecopack .content-page p:first-child>img {
  margin-bottom: 0 !important;
 
}
.ecopack .content-page p + .wp-caption>img,
.ecopack .content-page p + p>img {
  margin-top: 50px;
}
.ecopack .content-page a {
  text-decoration: underline;
}
.ecopack .content-page a:hover {
  text-decoration: none;
}
.ecopack .grid-list {
  background-color: #f7fafe;
  padding: 50px 0;
}

.ecopack .grid-list .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
}

.ecopack .grid-item {
  width: 33.332%;
  max-width: 340px;
  padding: 0 10px;
  text-align: center;
}

.ecopack .grid-item .img-h img {
  width: auto;
  height: 68px;
}

.ecopack .grid-item h3 {
  margin: 20px 0 0;
}

.ecopack .grid-item p {
  margin-top: 5px;
}
.ecko-pack-section {
  position: relative;
  background: url(../img/eco-pack-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 20px;
}
.ecko-pack-section::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
}
.ecko-pack-section .container {
  max-width: 1090px;
  position: relative;
  z-index: 3;
}
.ecko-pack-section .heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px;
  color: #fff;
}
.ecko-pack-section .heading p {
  margin-top: 10px;
}
.ecko-pack-section .img-h {
  line-height: 0;
}
.ecko-pack-section .heading img {
  max-width: 470px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.ecko-pack-section .description {
  text-align: center;
  max-width: 656px;
  margin: 20px auto 0;
}
.ecko-pack-section .description p {
  margin-top: 0;
}
.ecopack .eco-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ecopack .eco-images img {
  max-width: 100%;
  height: auto;
}
.ecopack .eco-pack {
  width: 60%;
  max-width: 550px;
}
.ecopack .eco-pens {
  width: 40%;
  max-width: 340px;
}
#footer.landing-eco {
  background-image: url(../img/landing/bg-footer-eco.png);
  background-position: right center;
  background-size: auto 100%;
  background-color: #1b449c;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 30px;
  padding: 50px 0 145px;
}
.ecopack ~ img {
  display: none;
}
#footer.landing-eco .content-holder {
  width: auto;
  max-width: 1700px;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
  margin: 0 auto;
}
#footer.landing-eco .left-col {
  width: 200px;
  float: left;
}
#footer.landing-eco .left-col p{
  margin-bottom: 0;
  color: #fff;
  font: 21px/28px Proxima,sans-serif;
}
#footer.landing-eco .pilot-logo {
  display: block;
}
#footer.landing-eco .pilot-logo img {
  max-width: 172px;
  height: auto;
  margin: 0 0 0 -10px;
}
@media screen and (min-width: 1220px) {
  .ecopack .content-section {
      padding-top: 50px;
      padding-bottom: 50px;
  }
}
@media screen and (max-width: 821px) {
  .ecopack .banner-text .wrap {
    height: 350px;
  }
  .ecopack header .pilot-logo {margin-right: 0;}
  .ecopack header .ecopack-logo {
    margin-left: 0;
  }
  .ecopack .eco-pack {
    width: 55%;
  }
  .ecopack .eco-pens {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .ecopack {font-size: 18px;line-height: 26px;}
  .ecopack header {padding: 15px;height: auto;}
  .ecopack header .btn-green {display: none;}
  .ecopack header .pilot-logo {max-width: 90px;}
  .ecopack header .ecopack-logo {max-width: 153px;}
  .ecopack .banner-text h2 {font-size: 30px;line-height: 36px;}
  .ecopack .grid-item {width: 100%;padding: 0;margin-bottom: 40px;}
  .ecopack .grid-item:last-child {margin-bottom: 0;}
  .ecopack .eco-images {display: block;}
  .ecopack .eco-pens,
  .ecopack .eco-pack {width: 100%;margin-top: 40px;}
  #footer.landing-eco {padding: 50px 0 25px;}
  .ecopack .content-page .left-caption + .wp-caption-text {
    position: relative;
    bottom: 30px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .ecopack .content-page .right-caption + .wp-caption-text {
    position: relative;
    bottom: 40px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .ecopack .content-page .right-caption {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}