/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
  Icon Font: fontcustom
*/


@font-face {
  font-family: "fontcustom";
  src: url('/static/fonts/fontcustom_d72735e0d6a169044d5a81fa1526e9f6.eot?2eb6b2689b2c');
  src: url('/static/fonts/fontcustom_d72735e0d6a169044d5a81fa1526e9f6.eot?&2eb6b2689b2c#iefix') format("embedded-opentype"),
       url('/static/fonts/fontcustom_d72735e0d6a169044d5a81fa1526e9f6.woff?2eb6b2689b2c') format("woff"),
       url('/static/fonts/fontcustom_d72735e0d6a169044d5a81fa1526e9f6.ttf?2eb6b2689b2c') format("truetype"),
       url('/static/fonts/fontcustom_d72735e0d6a169044d5a81fa1526e9f6.svg?2eb6b2689b2c#fontcustom') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontcustom";
    src: url('/static/fonts/fontcustom_d72735e0d6a169044d5a81fa1526e9f6.svg?2eb6b2689b2c#fontcustom') format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-account:before,
.icon-cart:before,
.icon-down_arrow:before,
.icon-fb:before,
.icon-in:before,
.icon-left:before,
.icon-left_arrow:before,
.icon-left_thin:before,
.icon-left_thin_arrow:before,
.icon-logo:before,
.icon-right:before,
.icon-right_arrow:before,
.icon-right_thin:before,
.icon-right_thin_arrow:before,
.icon-search:before,
.icon-tube:before,
.icon-twitter:before,
.icon-x:before,
.icon-x_thin:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-account:before { content: "\f100"; }
.icon-cart:before { content: "\f101"; }
.icon-down_arrow:before { content: "\f112"; }
.icon-fb:before { content: "\f104"; }
.icon-in:before { content: "\f105"; }
.icon-left:before { content: "\f109"; }
.icon-left_arrow:before { content: "\f110"; }
.icon-left_thin:before { content: "\f10b"; }
.icon-left_thin_arrow:before { content: "\f10d"; }
.icon-logo:before { content: "\f108"; }
.icon-right:before { content: "\f10a"; }
.icon-right_arrow:before { content: "\f111"; }
.icon-right_thin:before { content: "\f10c"; }
.icon-right_thin_arrow:before { content: "\f10e"; }
.icon-search:before { content: "\f102"; }
.icon-tube:before { content: "\f106"; }
.icon-twitter:before { content: "\f107"; }
.icon-x:before { content: "\f103"; }
.icon-x_thin:before { content: "\f10f"; }
/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/static/bower_components/bxslider-4/dist/images/bx_loader.gif?2eb6b2689b2c') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/static/bower_components/bxslider-4/dist/images/controls.png?2eb6b2689b2c') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/static/bower_components/bxslider-4/dist/images/controls.png?2eb6b2689b2c') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/static/bower_components/bxslider-4/dist/images/controls.png?2eb6b2689b2c') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/static/bower_components/bxslider-4/dist/images/controls.png?2eb6b2689b2c') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/* Colors
    Lighter: #2e2e2e
    Dark: #262626
    Darker: #0d0d0d
    Purple: #a348d9
    Blue: #3d71d9
    LightBlue: #39aee4
    Green: #4cc051
*/

/* Default element styles */
    body {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 1;
    }

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

    p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

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

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

    img {
        border-style: none;
    }

    ul {
       list-style-type: none;
       margin: 0;
       padding: 0;
    }

    input,
    textarea {
        font-family: sans-serif;
        font-size: 16px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0;
    }

/* Honeypot field*/
    form .bodyphoneemailfield {
        display: none;
    }

/* Utility classes */

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .flash {
        transform: translateZ(0);
    }

    .page-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        min-height: 100vh;
    }

    .page-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
    }

    .page-width {
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-width-inner {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .page-width--height {
        height: 100%;
    }

    .page-min-width {
        width: 100%;
        min-width: 1080px;
    }

    .display-none,
    .preload {
        display: none;
    }

    .top-margin {
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .fill_parent {
        display: block;
        height: 100%;
        width: 100%;
    }
/* Weights */
    .italic {
        font-style: italic;
    }

    .extralight, .thin {
        font-weight: 100 !important;
    }

    .light {
        font-weight: 200 !important;
    }

    .book {
        font-weight: 300 !important;
    }

    .normal, .regular {
        font-weight: 400 !important;
    }

    .medium {
        font-weight: 500 !important;
    }

    .semibold {
        font-weight: 600 !important;
    }

    .bold {
        font-weight: 700 !important;
    }

    .extrabold, .black {
        font-weight: 800 !important;
    }

    .poster {
        font-weight: 900 !important;
    }

/* login */
    #login {
        background: #f7f7f7;
        border-radius: 3px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 500px;
        height: 450px;
        position: relative;
    }

    #login .header {
        background: #a348d9;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #fff;
        font-size: 36px;
        text-align: center;
        height: 90px;
        width: 100%;
    }

    #login .header span {
        display: inline-block;
        vertical-align: middle;
    }

    #login .header span + span {
        height: 90px;
    }

    #login form {
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: 200px;
        width: 350px;
    }

    #login form input[type=text],
    #login form input[type=password] {
        box-sizing: border-box;
        margin: 10px 0;
        width: 100%;
    }

    #login form .form-controls span {
        display: inline-block;
        padding: 20px 0;
    }

    #login form .form-controls input {
        float: right;
        margin: 0;
        width: 150px;
    }

    #login .controls .close {
        position: absolute;
        top: 30px;
        right: 15px;
        color: #999;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }

    #login .controls .close:hover {
        color: #f7f7f7;
    }

    #login .controls .close a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 30px;
        width: 30px;
        z-index: 0;
    }

/* forms */
    input,
    textarea {
        font-family: Roboto, sans-serif;
        font-size: 16px;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder{
        color: #4D4D4D;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #4D4D4D;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #4D4D4D;
    }

    input[type=number] {
        text-align: right;
    }

    input[type=checkbox] {
        margin-right: 10px;
    }

    input[type=text],
    input[type=email],
    input[type=password],
    input[type=number],
    input[type=url],
    input[type=date],
    input[type=datetime],
    textarea {
        background-color: #FFF;
        border-style: none;
        border: 4px solid #e6e6e6 ;
        border-radius: 5px;
        padding: 14px 15px;
    }

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=password]:focus,
    input[type=number]:focus,
    input[type=url]:focus,
    input[type=date]:focus,
    input[type=datetime]:focus,
    textarea:focus {
        outline: none;
        border-color: #CCC;
    }

    .editable-form input,
    .editable-form select,
    .editable-form textarea {
        padding: 0;
        border: 2px inset;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #929292;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #929292;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #929292;
    }

    button, input[type=submit] {
        background: rgba(0,0,0,0);
        border: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .blue, .green, button.green, input[type=submit].green,
    button.blue, input[type=submit].blue {
        background: #a348d9;
        color: #fff !important;
        display: block;
        border: 0;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 400;
        height: 40px;
        width: 300px;
        line-height: 40px;
        margin: 20px;
        text-align: center;
        transform: translateZ(0);
    }

    .green, button.green, input[type=submit].green {
        background: #39aee4;
    }

    a.fit {
        display: inline-block;
        padding: 0 40px;
        margin: 20px 0;
        width: initial;
    }

    a.fit::after {
        content: '';
        display: block;
    }

/* third level */
    body.third-level-page .page-content .back,
    body.third-level .page-content .back {
        background: #4a4a4a;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 20px;
        height: 45px;
        width: 45px;
    }

    body.third-level-page .page-content .back:hover,
    body.third-level .page-content .back:hover {
        background: #b3b3b3;
    }

    body.third-level-page .page-content .back a,
    body.third-level .page-content .back a {
        color: #fff;
        display: block;
        font-size: 18px;
        text-align: center;
        height: 100%;
        width: 100%;
    }

    body.third-level-page .page-content .back a::before,
    body.third-level .page-content .back a::before {
        vertical-align: middle;
    }

    body.third-level-page .page-content .back a span,
    body.third-level .page-content .back a span {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    body.third-level-page .page-content .back:hover a,
    body.third-level .page-content .back:hover a {
        color: #4a4a4a;
    }

/* standard bxslider */

    .page-content .page-width > .page-width-inner > .bxslider + .controls.standard {
        display: none;
    }

    .page-content .controls.standard {
        height: 35px;
        margin: 10px 0;
    }

    .page-content .controls.standard .pager .bx-pager {
        text-align: center;
    }

    .page-content .controls.standard .pager .bx-pager-item {
        background: #515151;
        border-radius: 10px;
        display: inline-block;
        margin: 5px;
        height: 15px;
        width: 15px;
    }

    .page-content .controls.standard .pager .bx-pager-item:only-child {
        display: none;
    }

    .page-content .controls.standard .pager .bx-pager-link {
        display: block;
        background: #262626;
        border-radius: 8px;
        height: 13px;
        width: 13px;
        margin: 1px;
    }

    .page-content .controls.standard .pager .bx-pager-link.active {
        background: #515151;
    }

    .page-content .controls.standard .control {
        box-sizing: border-box;
        font-size: 20px;
        position: absolute;
        height: 35px;
        width: 35px;
    }

    .page-content .controls.standard .control a {
        background: #404040;
        border-radius: 2px;
        color: #fff;
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .page-content .controls.standard .control:hover a {
        background: #515151;
    }

    .page-content .controls.standard .control a::before {
        display: inline-block;
        font-family: "fontcustom";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 20px;
        width: 12px;
        z-index: 0;
    }

    .page-content .controls.standard .control.prev {
        left: 20px;
    }

    .page-content .controls.standard .control.prev a::before {
        content: '\f109';
    }

    .page-content .controls.standard .control.next {
        right: 20px;
    }

    .page-content .controls.standard .control.next a::before {
        content: '\f10a';
        width: 6px;
    }

    .page-content .controls.standard .control .disabled {
        display: none;
    }

    .page-content .controls.standard.reverse .control a {
        background: #4d4d4d;
        color: #fafafa;
    }

    .page-content .controls.standard.reverse .pager .bx-pager-item {
        background: #dfdfdf;
    }

    .page-content .controls.standard.reverse .pager .bx-pager-link {
        background: #f7f7f7;
    }

    .page-content .controls.standard.reverse .pager .bx-pager-link.active {
        background: #484848;
    }

    .page-content .hide-bx-wrapper .bx-wrapper {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        left: 0;
        background: transparent;
    }

/* related products */
    .product-listing-wrapper {
        margin: 50px auto;
        position: relative;
        max-width: 1120px;
        width: 100%;
    }

    .product-listing {
        margin-right: -20px;
        max-width: 1120px;
        width: 100%;
    }

    .product-listing .title {
        color: #4c4c4c;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
    }

    .product-listing ul.with-title {
        border-top: 1px solid #e2e2e2;
        margin: 0;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 25px;
        max-width: 1160px;
        padding-top: 25px;
        text-align: center;
    }

    .product-listing ul li {
        display: inline-block;
        margin: 8px;
        border: 2px solid #dedede;
        height: 86px;
        width: 240px;
        vertical-align: top;
    }

    .product-listing ul li.with-image {
        height: 246px;
    }

    .product-listing .details {
        background: #fff;
        height: 84px;
        position: relative;
        text-align: left;
    }

    .product-listing .details span {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
        max-width: 150px;
    }

    .product-listing .details .name {
        margin-left: 20px;
    }

    .product-listing .details span + span {
        height: 80px;
    }

    .product-listing .details div {
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        box-sizing: border-box;
        color: #dbdbdb;
        font-size: 14px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        height: 30px;
        width: 20px;
    }

    .product-listing ul li:hover .details div {
        background: #39aee4;
        border-color: #39aee4;
        color: #fff;
    }

    .product-listing .details div span::before {
        position: absolute;
        top: 8px;
        left: 6px;
    }
/* text listing */
    .text-listing ul {
        color: #4c4c4c;
        border-top: 1px solid #d8d8d8;
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
    }

    .text-listing ul li {
        box-sizing: border-box;
        border-bottom: 1px solid #d8d8d8;
    }

    .text-listing ul li.empty {
        padding: 30px 0;
    }

    .text-listing ul li a {
        box-sizing: border-box;
        padding: 30px 0;
        padding-right: 20px;
        transition: 0.3s;
    }

    .text-listing ul li a:hover {
        border-left: 10px solid #000;
        padding-left: 10px;
        padding-right: 0px;
    }

    .text-listing .listing-title {
        color: #39aee4;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .text-listing .listing-text {
        color: #4c4c4c;
        font-size: 18px;
    }

    .text-listing .load-more {
        margin: 0 auto;
        margin-top: 50px;
        width: 150px;
    }

    /* error page */
    body.error-page .page-content {
        background: #f7f7f7;
    }

    body.error-page .page-content > div {
        background: #f7f7f7;
        margin: 170px auto;
        width: 800px;
    }

    /* slider thin controls */
    .thin-controls .control {
        box-sizing: border-box;
        font-size: 70px;
        position: absolute;
        height: 80px;
        width: 50px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .thin-controls .control a {
        border-radius: 2px;
        color: #aaaaaa;
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .thin-controls .control:hover a {
        color: #fff;
    }

    .thin-controls .control a::before {
        display: inline-block;
        font-family: "fontcustom";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 65px;
        width: 35px;
        z-index: 0;
    }

    .thin-controls .control.prev {
        left: 0px;
    }

    .thin-controls .control.prev a::before {
        content: '\f10b';
    }

    .thin-controls .control.next {
        right: 0px;
    }

    .thin-controls .control.next a::before {
        content: '\f10c';
    }

    .thin-controls .control .disabled {
        display: none;
    }

/* Editable toolbar */
    body #editable-toolbar {
        z-index: 1000;
    }

body > .django-messages {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

body > .django-messages li {
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: auto;
    height: 1px;
    width: 1px;
    text-align: center;
    overflow: hidden;
    z-index: 99;
    transition: top 0.3s;
}

body > .django-messages li.show {
    color: #1a1a1a;
    cursor: pointer;
    display: none;
    border: 2px solid;
    padding: 3px;
    clip: initial;
    height: initial;
    width: 50%;
}

body > .django-messages li.show.info {
    background-color: #BDE5F8;
    border-color: #00529B;
}

body > .django-messages li.show.success {
    background-color: #DFF2BF;
    border-color: #4F8A10;
}

body > .django-messages li.show.warning {
    background-color: #FEEFB3;
    border-color: #9F6000;
}

body > .django-messages li.show.error {
    background-color: #FFBABA;
    border-color: #D8000C;
}

/* Top */
    .page-footer__top {
        background: #2E2E2E;
        height: 120px;
    }

    .page-footer__top .footer-logo {
        position: absolute;
        top: 35px;
        left: 0;
    }

    .page-footer__top .contact-us {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        margin: auto;
        height: 30px;
        width: 275px;
    }

    .page-footer__top .contact-us a {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 275px;
    }

/* Middle */
    .page-footer__middle {
        background: #262626;
    }

    .page-footer__middle .footer-nav {
        padding: 50px 0;
    }

    .page-footer__middle .footer-nav a {
        color: #AAA;
    }

    .page-footer__middle .footer-nav a:link:hover,
    .page-footer__middle .footer-nav a:visited:hover {
        color: #DDD;
    }

    .page-footer__middle .footer-nav > ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .page-footer__middle .footer-nav > ul > li {
        width: 25%;
        box-sizing: border-box;
        padding: 20px 10px;
    }

    .page-footer__middle .footer-nav > ul > li > ul {
        margin-top: 15px;
    }

    .page-footer__middle .footer-nav > ul > li > a {
        font-size: 21px;
        line-height: 24px;
        padding: 5px 10px;
        margin: -5px -10px;
        display: inline-block;
        vertical-align: top;
    }

    .page-footer__middle .footer-nav > ul > li > ul > li > a {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 10px;
        margin: 0 -10px;
        display: inline-block;
        vertical-align: top;
    }

/* Bottom */
    .page-footer__bottom {
        background: #0D0D0D;
        color: #666;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-footer__bottom .page-width-inner {
        display: flex;
        align-items: center;
    }

    .page-footer__bottom-phone-number {
        display: none;
        vertical-align: top;
        margin-bottom: 20px;
        color: #BBB;
    }

    .page-footer__bottom-copyright {
        font-size: 12px;
        line-height: 16px;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .page-footer__bottom-social {
        display: flex;
        align-items: center;
    }

    .page-footer__bottom-social .icon {
        display: block;
        font-size: 20px;
        line-height: 20px;
        padding: 10px;
        text-align: center;
    }

    .page-footer__bottom-social .icon-fb::before {
        position: relative;
        left: 5px;
    }

    .page-footer__bottom-social .icon-twitter::before {
        position: relative;
        top: 2px;
    }

    .page-footer__bottom-social .icon-in::before {
        position: relative;
        top: 1px;
    }

    .page-footer__bottom-social .icon-tube::before {
        position: relative;
        left: 5px;
    }

    @media (max-width: 1079px) {
        body.respond .page-footer__bottom {
            padding-top: 30px;
            padding-bottom: 30px;
            text-align: center;
        }

        body.respond .page-footer__bottom .page-width-inner {
            display: block;
        }

        .page-footer__bottom-phone-number {
            display: inline-block;
        }

        body.respond .page-footer__bottom-social {
            display: none;
        }
    }

.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.6s;
}

.scroll-reveal--show {
    opacity: 1;
    transform: none;
}

.typography__hero-title {
    color: #A348D9;
    font-size: 48px;
    line-height: calc(100% + 12px);
    font-weight: 300;
    text-align: center;
}

@media (max-width: 600px) {
    .typography__hero-title {
        font-size: 36px;
    }
}

.cookie-accept-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #DDD;
    box-sizing: border-box;
    padding: 20px 25px;
    display: none;
    align-items: center;
    z-index: 1000;
}

.cookie-accept-dialog__text {
    flex-grow: 1;
    font-size: 13px;
    line-height: calc(100% + 6px);
    color: #666;
}

.cookie-accept-dialog__text a {
    text-decoration: underline;
}

.cookie-accept-dialog__button {
    width: 70px;
    text-align: center;
    background-color: #A348D9;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: 100px;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .cookie-accept-dialog {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-accept-dialog__button {
        margin-left: 0;
        margin-top: 20px;
    }
}

.richtext {
    color: #555;
}

.richtext a {
    color: #A348D9;
}

a.plain-link:hover,
.richtext a:hover {
    text-decoration: underline;
}

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

.richtext p,
.richtext ul,
.richtext ol {
    line-height: calc(130% + 8px);
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    line-height: calc(100% + 10px);
}

.richtext p,
.richtext ul,
.richtext ol,
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext hr,
.richtext blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
}

.richtext p:first-child,
.richtext ul:first-child,
.richtext ol:first-child,
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child,
.richtext h6:first-child,
.richtext hr:first-child,
.richtext blockquote:first-child {
    margin-top: 0;
}

.richtext p:last-child,
.richtext ul:last-child,
.richtext ol:last-child,
.richtext h1:last-child,
.richtext h2:last-child,
.richtext h3:last-child,
.richtext h4:last-child,
.richtext h5:last-child,
.richtext h6:last-child,
.richtext hr:last-child,
.richtext blockquote:last-child {
    margin-bottom: 0;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-size: 30px;
}

.richtext ul,
.richtext ol {
    padding-left: 60px;
}

.richtext ul {
    list-style-type: disc;
}

.richtext hr {
    border-style: none;
    height: 1px;
    background-color: #CCC;
}

.richtext .table-wrapper {
    overflow: auto;
}

.richtext table {
    white-space: nowrap;
}

.richtext table thead {
    color: #808080;
    font-size: 12px;
    text-align: left;
}

.richtext table tbody {
    border: 1px solid #ccc;
    color: #4c4c4c;
    font-size: 14px;
}

.richtext table img {
    margin: 0 auto;
}

.richtext table,
.richtext table th,
.richtext table td {
    border: 0;
    font-weight: 400;
}

.richtext table th,
.richtext table td {
    padding: 20px 10px;
}

.richtext table tr {
    border-bottom: 1px solid #ccc;
}

.richtext table tr:last-child {
    border-bottom: 0;
}

.richtext table tr:nth-child(2n + 1) td {
    background: #fff;
}

.richtext table tr:nth-child(2n) td {
    background: #f7f7f7;
}

.richtext table p {
    text-align: inherit;
}

.richtext blockquote {
    border-left: 4px solid #A348D9;
    margin-left: 0;
    padding-left: 40px;
}

.quotes .quote {
    background: #fff;
}

.quotes .quote .img,
.quotes .quote .blurb {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.quotes .quote .table {
    display: table;
    table-layout: fixed;
    height: 250px;
    width: 100%;
}

.quotes .quote .cell {
    display: table-cell;
    vertical-align: middle;
}

.quotes .quote .img {
    width: 32.2%;
    text-align: center;
}

.quotes .quote .img a {
    display: inline-block;
    vertical-align: top;
}

.quotes .quote .blurb {
    width: 67.8%;
    background: #404040;
    border-left: 5px solid #39aee4;
    padding: 0 65px;
}

.quotes .quote .blurb::before {
    content: "";
    border-right: 12px solid #39aee4;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
    height: 0;
    width: 0;
}

.quotes .quote .blurb .text {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.quotes .quote .blurb .attribution {
    color: #808080;
    font-size: 16px;
    margin-top: 30px;
}

/* Responsive */
    @media (max-width: 1079px) {
        body.respond .quotes .quote .img,
        body.respond .quotes .quote .blurb {
            width: 100%;
        }

        body.respond .quotes .quote .table {
            height: 162px;
        }

        body.respond .quotes .quote .img img {
            display: block;
            margin: 0 auto;
            height: 90px !important;
            width: 135px !important;
        }

        body.respond .quotes .quote .blurb {
            border: none;
            border-top: 5px solid #39aee4;
        }

        body.respond .quotes .quote .blurb::before {
            content: "";
            border-right: 12px solid transparent;
            border-left: 12px solid transparent;
            border-top: none;
            border-bottom: 12px solid #39aee4;
            position: absolute;
            top: -17px;
            bottom: initial;
            left: 0;
            right: 0;
            margin: auto;
            height: 0;
            width: 0;
        }

        body.respond .quotes .quote .blurb .text {
            font-size: 16px;
        }

        body.respond .quotes .quote .blurb .attribution {
            font-size: 14px;
            margin-top: 10px;
        }
    }

    @media (max-width: 600px) {
        .quotes .quote .blurb {
            padding: 0 20px;
        }

        body.respond .quotes .quote .blurb .text {
            font-size: 14px;
            line-height: 1.4;
        }
    }

.pagination {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.pagination li {
    color: #4c4c4c;
    display: inline-block;
    margin: 50px 5px;
    vertical-align: middle;
    height: 45px;
    width: 45px;
}

.pagination .previous {
    margin-left: 0;
}

.pagination .next {
    margin-right: 0;
}

.pagination .active {
    color: #a348d9;
}

.pagination .page-number {
    /*background: #b3b3b3;*/
    border-radius: 5px;
}

.pagination .page-number.non-separator:hover {
    background: #b3b3b3;
}

.pagination .page-number span {
    display: inline-block;
    vertical-align: middle;
}

.pagination .page-number span + span {
    height: 45px;
}

.pagination .page-nav {
    color: #fff;
    background: #4a4a4a;
    border-radius: 5px;
}

.pagination .page-nav.disabled,
.pagination .page-nav:hover {
    background: #b3b3b3;
}

.pagination .page-nav a::before {
    vertical-align: middle;
}

.pagination .page-nav a span {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
}

/* Responsive */
    @media (max-width: 600px) {
        .pagination .page-number:not(.active) {
            display: none;
        }
    }

.page-header-placeholder {
    height: 60px;
}

.page-header {
    background: #262626;
    border-bottom: 2px solid #A348D9;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: transform 0.5s;
}

.page-header .main-logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
}

.page-header .main-logo img {
    display: block;
}

.page-header .top-nav {
    margin-left: auto;
    margin-right: auto;
    width: 890px;
    color: #FFF;
    font-size: 14px;
}


.page-header .top-nav a {
    display: block;
}

.page-header .top-nav ul[data-level="0"] {
    display: flex;
    justify-content: center;
}

.page-header .top-nav a[data-level="0"] {
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}

.page-header .top-nav li[data-level="0"]:hover a[data-level="0"],
.page-header .top-nav li[data-level="0"].active a[data-level="0"] {
    background-color: #A348D9;
}

.page-header .top-nav ul[data-level="1"] {
    display: block;
    background-color: #A348D9;
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-header .top-nav a[data-level="1"],
.page-header .top-nav li.header-nav__products a[data-level="2"] {
    padding: 8px 25px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
}

.page-header .top-nav a[data-level="1"]::before,
.page-header .top-nav li.header-nav__products li[data-level="2"]:not(.header-nav__view-all) a::before {
    content: "\0000BB";
}

.page-header .top-nav .header-nav__label[data-level="1"],
.page-header .top-nav li.header-nav__products .header-nav__label[data-level="2"] {
    margin-left: 7px;
    color: #FFF;
    max-width: 250px;
}

.page-header .top-nav a[data-level="1"]:hover .header-nav__label,
.page-header .top-nav li.header-nav__products a[data-level="2"]:hover .header-nav__label {
    text-decoration: underline;
}

.page-header .top-nav ul[data-level="2"] {
    display: none;
}

.page-header .top-nav li.header-nav__products ul[data-level="1"] {
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page-header .top-nav li.header-nav__products li[data-level="1"] {
    width: 33.33%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-header .top-nav li.header-nav__products .header-nav__li-inner[data-level="1"] {
    height: 100%;
    position: relative;
}

.page-header .top-nav li.header-nav__products li[data-level="1"]:not(:nth-child(3n+1)) .header-nav__li-inner[data-level="1"] {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.page-header .top-nav li.header-nav__products ul[data-level="2"] {
    display: block;
    padding-bottom: 30px;
}

.page-header .top-nav li.header-nav__products a[data-level="1"] {
    font-size: 21px;
    padding-bottom: 15px;
}

.page-header .top-nav li.header-nav__products a[data-level="1"]::before {
    display: none;
}

.page-header .top-nav li.header-nav__products .header-nav__label[data-level="1"] {
    margin-left: 0;
}

.page-header .top-nav li.header-nav__products li.header-nav__view-all {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.page-header .top-nav li.header-nav__products li.header-nav__view-all a {
    font-style: italic;
    color: #FFF;
}

.page-header .top-nav li.header-nav__products li.header-nav__view-all a:hover {
    text-decoration: underline;
}

.page-header .top-nav li.header-nav__products li[data-level="2"]:nth-child(n+5):not(.header-nav__view-all) {
    display: none;
}

.page-header .top-nav li[data-level="0"]:hover ul[data-level="1"] {
    z-index: 11;
}

.page-header .top-nav li[data-level="0"]:not(:hover) ul[data-level="1"] {
    display: none;
}

.page-header .hamburger-button {
    display: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
}

html.mobile-nav-open .page-header .hamburger-button .hamburger-icon {
    display: none;
}

html:not(.mobile-nav-open) .page-header .hamburger-button .close-icon {
    display: none;
}

.page-header .hamburger-button svg {
    fill: #FFF;
}

/* Search */
    .page-header .search-button {
        cursor: pointer;
        position: absolute;
        top: 17px;
        right: 20px;
    }

    .page-header .search-button .search-icon {
        fill: #FFF;
    }

    body.search-open .page-header .search-button .search-icon {
        display: none;
    }

    .page-header .search-button .close-icon {
        fill: #FFF;
    }

    body:not(.search-open) .page-header .search-button .close-icon {
        display: none;
    }

    .page-header .search input[type=text] {
        position: absolute;
        top: 0;
        right: 72px;
        width: 0;
        height: 100%;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        background-color: #262626;
        color: #FFF;
        padding: 0;
        transition: width 0.5s;
    }

    body.search-open .page-header .search form input[type=text] {
        width: calc(100% - 350px);
    }

/* Mobile nav */
    .top-nav-mobile {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        background-color: #262626;
        z-index: 100;
    }

    .top-nav-mobile .mobile-nav {
        border-bottom: 1px solid #464646;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .top-nav-mobile .mobile-nav a {
        color: #FFF;
        display: block;
    }

    .top-nav-mobile .mobile-nav > ul > li > a {
        font-size: 21px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .top-nav-mobile .mobile-nav > ul > li > ul > li > a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
        padding-left: 40px;
    }

    .top-nav-mobile .social {
        display: flex;
    }

    .top-nav-mobile .social .icon {
        font-size: 23px;
        color: #FFF;
        flex-grow: 1;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

/* Mobile search */
    .mobile-search {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        background-color: #262626;
        z-index: 100;
    }

    .mobile-search form {
        padding-top: 50px;
        text-align: center;
    }

    .mobile-search input[type=text] {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        background-color: transparent;
        border: none;
        font-size: 25px;
        color: #FFF;
        height: 56px;
    }

    .mobile-search input[type=submit] {
        display: inline-block;
        vertical-align: top;
    }

/* Responsive */
    @media (max-width: 1079px) {
        body.respond .page-header .hamburger-button {
            display: block;
        }

        body.respond .page-header .top-nav {
            display: none;
        }

        html.mobile-nav-open,
        html.mobile-nav-open body.respond {
            overflow: hidden;
            height: 100%;
        }

        html.mobile-nav-open body.respond .page-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
        }

        html.mobile-nav-open body.respond .top-nav-mobile {
            display: block;
            position: fixed;
            top: 60px;
            left: 0;
            bottom: 0;
            width: 100%;
            overflow: auto;
        }

        body.respond .page-header .search-button {
            position: absolute;
            top: 19px;
            right: 55px;
            border-left: none;
        }

        body.respond.search-open .mobile-search {
            display: block;
        }
    }

ul.link-list {
    position: relative;
}

ul.link-list li {
    margin: 25px 0;
}

ul.link-list li a {
    color: #4C4C4C;
    display: block;
    padding: 20px 80px 20px 20px;
    position: relative;
    font-size: 18px;
    background: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: normal;
}

ul.link-list.short li a {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 12px;
}

ul.link-list li a:hover {
    background: #DEDEDE;
}

ul.link-list li .fontcustom::before {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 14px;
    width: 18px;
}

ul.link-list .download .icon {
    background: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
}

ul.link-list .download .icon::before {
    content: "";
    display: block;
    background: url('/static/images/link_sprite.png?2eb6b2689b2c') #000;
    background-size: 203%;
    background-repeat: no-repeat;
    position: absolute;
    height: 29px;
    width: 28px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

ul.link-list.short .download .icon::before {
    background-size: 202%;
    height: 24px;
    width: 23px;
}

ul.link-list.dark .download .icon::before {
    background-position: 0 -29px;
}

ul.link-list.short.dark .download .icon::before {
    background-position: 0 -24px;
}

ul.link-list .download.link-out .icon::before {
    background-position: -29px 0;
}

ul.link-list.short .download.link-out .icon::before {
    background-position: -23.5px 0;
}

ul.link-list.dark .download.link-out .icon::before {
    background-position: -29px -29px;
}

ul.link-list.short.dark .download.link-out .icon::before {
    background-position: -23.5px -24px;
}

/* Responsive */
    @media (max-width: 600px) {
        ul.link-list li a {
            font-size: 16px;
        }

        ul.link-list.short li a {
            font-size: 12px;
        }
    }

.event-map {
    background: #e7e7e7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
    position: relative;
}

.event-map-cover {
    background: rgba(231, 231, 231, 0.5);
    height: 360px;
}

.event-map .marker {
    background: url('/static/images/marker.png?2eb6b2689b2c');
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.event-map .invite {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 156px;
    margin: auto;
    height: 50px;
}

.event-map .invite::before {
    content: '';
    border-left: 25px solid #39aee4;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: -24px;
    height: 0;
    width: 0;
}

.event-map .invite .green {
    margin: 0;
    height: 50px;
    line-height: 50px;
}

.event-map .details {
    border-left: 4px solid #000;
    padding-left: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 600px;
    max-width: 500px;
}

.event-map .details .title {
    font-size: 36px;
    margin-bottom: 20px;
}

.event-map .details .date,
.event-map .details .location {
    margin-bottom: 10px;
}

.event-map .details .date span,
.event-map .details .location span {
    display: inline-block;
    vertical-align: middle;
}

.event-map .details .date span::before,
.event-map .details .location span::before {
    content: '';
    background: url('/static/images/event_sprite.png?2eb6b2689b2c');
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    height: 30px;
    width: 30px;
}

.event-map .details .location span::before {
    background-position: 0 -30px;
}

/* Responsive */
    @media (max-width: 1079px) {
        body.respond .event-map {
            height: 470px;
        }

        body.respond .event-map-cover {
            height: 470px;
        }

        body.respond .event-map .invite {
            top: 75px;
            bottom: initial;
            left: 0;
            right: 0;
            max-width: 300px;
        }

        body.respond .event-map .invite::before {
            content: '';
            border-top: 25px solid #39aee4;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: none;
            position: absolute;
            right: 0;
            left: 0;
            bottom: -25px;
            margin: auto;
        }

        body.respond .event-map .invite .green {
            width: auto;
        }

        body.respond .event-map .details {
            border-left: none;
            padding: 0 20px;
            position: static;
            text-align: center;
            transform: translateY(275px);
            margin: 0 auto;
        }

        body.respond .event-map .details .details-inner {
            border-top: 2px solid #000;
            padding-top: 20px;
        }

        body.respond .event-map .details .title {
            font-weight: 200;
            font-size: 20px;
            line-height: normal;
        }

        body.respond .event-map .details .info {
            text-align: left;
            margin: auto;
            max-width: 300px
            width: 100%;
        }
    }

.js-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.98);
    overflow: auto;
    z-index: 9999;
    padding-top: 20px;
    box-sizing: border-box;
}

.js-overlay.js-overlay--open {
    visibility: inherit;
}

body.js-overlay--open {
    overflow: hidden;
}

.plet-card-list__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 80px;
    row-gap: 60px;
}

.plet-card-list__card {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    visibility: hidden;
    transition: box-shadow 0.25s;
}

.plet-card-list__cards .plet-card-list__card {
    visibility: inherit;
}

.plet-card-list__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 40%;
    transition: border-radius 0.25s;
}

.plet-card-list__content {
    padding: 30px 24px;
}

.plet-card-list__title {
    font-size: 24px;
    margin-top: 5px;
}

.plet-card-list__description {
    font-size: 14px;
    line-height: 25px;
    margin-top: 24px;
    font-weight: 300;
}

@media (min-width: 801px) {
    .plet-card-list__card:hover {
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
    }

    .plet-card-list__card:hover .plet-card-list__image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 800px) {
    .plet-card-list__content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .plet-card-list__cards {
        column-gap: 20px;
        row-gap: 40px;
        margin-top: 40px;
    }

    .plet-card-list__content {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .plet-card-list__title {
        font-size: 18px;
    }

    .plet-card-list__description {
        margin-top: 12px;
        line-height: 20px;
    }
}

.plet-catalog-list__catalogs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
}

.plet-catalog-list__catalog {
    display: block;
    visibility: hidden;
    transition: box-shadow 0.25s;
}

.plet-catalog-list__catalogs .plet-catalog-list__catalog {
    visibility: inherit;
}

.plet-catalog-list__image {
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    transition: border-radius 0.25s;
}

.plet-catalog-list__title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 28px;
}

.plet-catalog-list__description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    font-weight: 300;
}

.plet-catalog-list__link {
    color: #A348D9;
    font-weight: 700;
    font-size: 14px;
    margin-top: 18px;
}

@media (max-width: 800px) {
    .plet-catalog-list__catalogs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .plet-catalog-list__catalogs {
        column-gap: 20px;
        row-gap: 40px;
    }
}


.plet-video-list__videos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
}

.plet-video-list__video {
    display: block;
    visibility: hidden;
    transition: box-shadow 0.25s;
}

.plet-video-list__videos .plet-video-list__video {
    visibility: inherit;
}

.plet-video-list__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 56.25%;
    position: relative;
    transition: border-radius 0.25s;
}

.plet-video-list__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.plet-video-list__play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.plet-video-list__title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 28px;
}

.plet-video-list__description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    font-weight: 300;
}

@media (max-width: 800px) {
    .plet-video-list__videos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .plet-video-list__videos {
        column-gap: 20px;
        row-gap: 40px;
    }
}


body.form-page .page-content {
    padding-top: 70px;
    padding-bottom: 120px;
}

body.form-page .title {
    color: #A348D9;
    font-size: 48px;
    line-height: calc(100% + 12px);
    font-weight: 300;
    text-align: center;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

body.form-page form,
body.form-builder .intro {
    margin: 0 auto;
    max-width: 600px;
}

body.form-page .page-content .contents-holder .titles,
body.form-page .page-content .contents-holder .richtext {
    max-width: 600px;
}

body.form-page .form-control button,
body.form-page .form-control input[type=submit] {
    background: #39aee4;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    width: 95%;
    text-transform: uppercase;
    text-align: center;
}

body.form-page input[type=file] {
    margin-top: 5px;
    margin-left: 30px;
}

body.form-page input[type=text],
body.form-page input[type=email],
body.form-page input[type=password],
body.form-page input[type=number],
body.form-page input[type=url],
body.form-page input[type=date],
body.form-page input[type=datetime],
body.form-page select,
body.form-page textarea {
    box-sizing: border-box;
    width: 95%;
}

body.form-page select {
    margin-top: 5px;
}

body.form-page .form-group {
    margin: 10px 0;
}

body.form-page .form-control,
body.form-page .form-group .group-label {
    border-top: 1px solid #dedede ;
    color: #4c4c4c;
    padding-top: 50px;
    margin: 50px 0;
}

body.form-page .form-group .help-block {
    color: #00529B;
    margin-top: 0.4em;
}

body.form-page .form-group .help-block a {
    text-decoration: underline;
}

body.form-page .form-group label {
    display: block;
    margin: 10px 0;
}

body.form-page .form-group a {
    color: #a348d9;
}

body.form-page .form-group a + input {
    margin-left: 10px
}

body.form-page .form-group input + label {
    display: inline;
}

body.form-page .form-group.has-error input[type=text],
body.form-page .form-group.has-error input[type=email],
body.form-page .form-group.has-error input[type=password],
body.form-page .form-group.has-error input[type=number],
body.form-page .form-group.has-error input[type=url],
body.form-page .form-group.has-error input[type=date],
body.form-page .form-group.has-error input[type=datetime],
body.form-page .form-group.has-error textarea {
    background-color: #FFBABA;
    border-color: #D8000C;
}

body.form-page .form-errors .field-error,
body.form-page .form-errors .non-field-error,
body.form-page .form-group.has-error .help-block {
    color: #D8000C;
    margin: 10px 0;
}

/* Responsive */
    @media (max-width: 600px) {
        body.form-page .form-control button,
        body.form-page .form-control input[type=submit],
        body.form-page input[type=text],
        body.form-page input[type=email],
        body.form-page input[type=password],
        body.form-page input[type=number],
        body.form-page input[type=url],
        body.form-page input[type=date],
        body.form-page input[type=datetime],
        body.form-page select,
        body.form-page textarea {
            width: 100%;
        }
    }

body.richtext-page .page-content {
    padding-top: 70px;
    padding-bottom: 120px;
}

body.richtext-page .page-title {
    color: #A348D9;
    font-size: 48px;
    line-height: calc(100% + 12px);
    font-weight: 300;
    text-align: center;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

body.richtext-page .page-content .page-width-inner {
    max-width: 750px;
}

body.home-page .page-content {
    padding: 0;
}

body.home-page .page-content .hero-wrapper {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

body.home-page .page-content .hero-wrapper .controls-wrapper {
    display: none;
}

body.home-page .page-content .hero-wrapper .bx-wrapper {
    margin: 0;
}

body.home-page .page-content .hero-wrapper .bxslider {
    z-index: 1;
}

body.home-page .page-content .hero-wrapper .bxslider > li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.home-page .page-content .hero-wrapper .bxslider .cover {
    background-color: rgba(0, 0, 0, 0.2);
    display: table;
    table-layout: fixed;
    height: 500px;
    width: 100%;
}

body.home-page .page-content .hero-wrapper .bxslider .hero-content {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    text-align: center;
}

body.home-page .page-content .hero-wrapper .bxslider .hero-content .logo {
    font-size: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 96px;
    width: 96px;
    text-shadow: 0px 2px 3px #000;
}

body.home-page .page-content .hero-wrapper .bxslider .hero-content .slogan {
    font-size: 40px;
    margin: 40px auto;
    text-shadow: 0px 3px 3px #000;
    max-width: 460px;
    padding-left: 20px;
    padding-right: 20px;
}

body.home-page .page-content .hero-wrapper .bxslider .hero-content .learn {
    text-transform: uppercase;
    margin-top: 100px;
}

body.home-page .page-content .hero-wrapper .bxslider .hero-content .learn a {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    width: 150px;
}

body.home-page .page-content .root-products {
    background: #fff;
}

body.home-page .page-content .root-products ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}

body.home-page .page-content .root-products ul li {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: inline-block;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0 15px;
    vertical-align: top;
    width: 425px;
}

body.home-page .page-content .root-products .title {
    font-size: 36px;
    font-weight: 400;
    margin: 30px 0;
    text-transform: uppercase;
}

body.home-page .page-content .root-products .first-word {
    color: #a348d9;
}

body.home-page .page-content .root-products .richtext,
body.home-page .page-content .root-products .richtext p {
    margin: 0;
}

body.home-page .page-content .root-products .view {
    margin: 30px 0;
}

body.home-page .page-content .root-products .view a {
    display: inline-block;
    width: 200px;
}

body.home-page .page-content .quotes {
    background: #262626;
    height: 620px;
    padding: 50px 0;
    box-sizing: border-box;
}

body.home-page .page-content .quotes .page-width .page-width-inner {
    padding: 20px 0;
}

body.home-page .page-content .quotes .title,
body.home-page .page-content .second-level-products .title,
body.home-page .page-content .news .title {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    margin: 20px 0;
}

body.home-page .page-content .quotes .page-width > .page-width-inner > .bxslider {
    border: 5px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    height: 250px;
    width: 100%;
    max-width: 1160px;
}

body.home-page .page-content .second-level-products {
    background: url('/static/images/product_level_2.jpg?2eb6b2689b2c') #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #262626;
}

body.home-page .page-content .second-level-products .page-width .page-width-inner {
    padding: 20px 0;
}

body.home-page .page-content .second-level-products .title {
    color: #262626;
    padding: 0;
}

body.home-page .page-content .second-level-products .more-info {
    position: absolute;
    top: 4px;
    right: 0;
}

body.home-page .page-content .second-level-products .more-info a,
body.home-page .page-content .second-level-products .product-right a {
    font-size: 16px;
    margin: 0;
    width: 150px;
}

body.home-page .page-content .second-level-products .featured-top {
    position: relative;
    margin-bottom: 50px;
}

body.home-page .page-content .second-level-products .featured {
    border: 5px solid #fff;
    box-shadow: 0px 2px 2px #cdcdcd;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 400px;
    width: 100%;
}

body.home-page .page-content .second-level-products .featured > div {
    display: inline-block;
    vertical-align: top;
}

body.home-page .page-content .second-level-products .product-right {
    background: #262626;
    height: 390px;
    width: 485px;
}

body.home-page .page-content .second-level-products .product-details-wrapper {
    box-sizing: border-box;
    padding: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 390px;
    width: 485px;
}

body.home-page .page-content .second-level-products .product-title {
    color: #3d71d9;
    font-size: 30px;
    margin-bottom: 40px;
}

body.home-page .page-content .second-level-products .product-text {
    color: #fff;
    font-size: 14px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

body.home-page .page-content .second-level-products .product-details {
    margin-top: 40px;
}

body.home-page .page-content .news {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

body.home-page .page-content .news.with-out-image {
    text-align: center;
}

body.home-page .page-content .news .page-width {
    padding: 50px 0;
}

body.home-page .page-content .news .image-wrapper,
body.home-page .page-content .news .article {
    display: inline-block;
    vertical-align: top;
}

body.home-page .page-content .news__image {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 500px;
    height: 333px;
}

body.home-page .page-content .news .title {
    color: #000;
    margin-top: 0;
}

body.home-page .page-content .news .article {
    font-size: 16px;
    line-height: 2.0;
    margin-left: 60px;
    max-width: 470px;
    text-align: left;
}

body.home-page .page-content .news .article .article-title {
    font-size: 24px;
    line-height: calc(100% + 10px);
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    color: #555;
}

body.home-page .page-content .news .article .text {
    line-height: calc(130% + 8px);
    color: #555;
}

body.home-page .page-content .news .article-date {
    color: #39AEE4;
    margin-bottom: 10px;
}

body.home-page .page-content .news .article-buttons {
    display: flex;
    margin: 10px -10px;
    padding-top: 20px;
}

body.home-page .page-content .news .article-button {
    margin: 10px;
    width: 150px;
}

body.home-page .page-content .event-map {
    border-top: 1px solid #e5e5e5;
}

/* Hero */
    body.home-page .hero {
        background-color: #353535;
        padding: 8px;
    }

    body.home-page .hero__slide {
        position: relative;
        display: block;
        overflow: hidden;
    }

    body.home-page .hero__slide::before {
        content: "";
        background-color: #FFF;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s;
    }

    body.home-page .hero__slide:link:hover::before,
    body.home-page .hero__slide:visited:hover::before {
        opacity: 0.3;
    }

    body.home-page .hero__text {
        position: absolute;
        bottom: 20px;
        left: 25px;
        right: 25px;
        color: #FFF;
        z-index: 1;
    }

    body.home-page .hero__text[data-text-size="1"] {
        font-size: 36px;
        line-height: 40px;
    }

    body.home-page .hero__text[data-text-size="2"] {
        font-size: 20px;
        line-height: 25px;
    }

    body.home-page .hero__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 130px;
    }

    body.home-page .hero__overlay[data-overlay-color="1"] {
        background: linear-gradient(to bottom, transparent, #000);
    }

    body.home-page .hero__overlay[data-overlay-color="2"] {
        background: linear-gradient(to bottom, transparent, #A348D9);
    }

    body.home-page .hero__overlay[data-overlay-color="3"] {
        background: linear-gradient(to bottom, transparent, #39AEE4);
    }

    body.home-page .hero__slides {
        position: relative;
        padding-bottom: 38.24%;
    }

    body.home-page .hero__slide {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        border-radius: 3px;
    }

    body.home-page .hero__slide:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% - 4px);
        height: 100%;
    }

    body.home-page .hero__slide:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 4px);
        height: calc(50% - 4px);
    }

    body.home-page .hero__slide:nth-child(3),
    body.home-page .hero__slide:nth-child(4) {
        position: absolute;
        top: calc(50% + 4px);
        width: calc(25% - 6px);
        height: calc(50% - 4px);
    }

    body.home-page .hero__slide:nth-child(3) {
        left: calc(50% + 4px);
    }

    body.home-page .hero__slide:nth-child(4) {
        right: 0;
    }

    @media (max-width: 700px) {
        body.home-page .hero .hero__slides {
            padding-bottom: 0;
        }

        body.home-page .hero .hero__slide {
            position: relative;
            padding-bottom: 37.776%;
            width: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        body.home-page .hero .hero__slide:not(:first-child) {
            margin-top: 8px;
        }

        body.home-page .hero__text[data-text-size="1"] {
            left: 20px;
            right: 20px;
            bottom: 15px;
        }

        body.home-page .hero__text[data-text-size="1"],
        body.home-page .hero__text[data-text-size="2"] {
            font-size: 18px;
            line-height: 23px;
        }
    }

/* Summary links */
    body.home-page .summary-link-section {
        background-color: #FFF;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    body.home-page .summary-link-section__title {
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
        color: #262626;
        font-weight: 300;
    }

    body.home-page .summary-link {
        border: 2px solid #A348D9;
        display: inline-block;
        vertical-align: top;
        height: 80px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        margin-top: 48px;
    }

    body.home-page .summary-link__icon-wrapper {
        background-color: #A348D9;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 80px;
    }

    body.home-page .summary-link__icon {
        position: absolute;
        top: 18px;
        left: 18px;
    }

    body.home-page .summary-link__text-wrapper {
        position: absolute;
        top: 0;
        left: 80px;
        width: calc(100% - 80px);
        height: 100%;
        display: table;
    }

    body.home-page .summary-link__text {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        color: #262626;
        padding: 10px 15px;
    }

    @media (min-width: 1051px) {
        body.home-page .summary-link {
            width: calc((100% - (48px * (4 - 1))) / 4);
        }

        body.home-page .summary-link:not(:nth-child(4n + 1)) {
            margin-left: 48px;
        }
    }

    @media (max-width: 1050px) and (min-width: 801px) {
        body.home-page .summary-link {
            width: calc((100% - (48px * (3 - 1))) / 3);
        }

        body.home-page .summary-link:not(:nth-child(3n + 1)) {
            margin-left: 48px;
        }
    }

    @media (max-width: 800px) and (min-width: 601px) {
        body.home-page .summary-link {
            width: calc((100% - (48px * (2 - 1))) / 2);
        }

        body.home-page .summary-link:not(:nth-child(2n + 1)) {
            margin-left: 48px;
        }
    }

    @media (max-width: 600px) {
        body.home-page .summary-link {
            width: auto;
            display: block;
        }
    }

/* Responsive */
    @media (max-width: 1079px) {
        body.home-page .page-content {
            margin-top: 0;
        }

        body.home-page .page-content .hero-wrapper,
        body.home-page .page-content .hero-wrapper .bxslider .cover {
            height: 350px;
        }

        body.home-page .page-content .hero-wrapper .bxslider .hero-content .slogan {
            font-size: 30px;
            line-height: 1.2;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        body.home-page .page-content .hero-wrapper .bxslider .hero-content .learn {
            margin-top: 50px;
        }

        body.home-page .page-content .root-products ul li {
            margin: 0 25px;
            width: 35%;
        }

        body.home-page .page-content .root-products .view a {
            margin: 10px;
        }

        body.home-page .page-content .quotes .page-width > .page-width-inner > .bxslider {
            height: 324px;
            width: 85%;
        }

        body.home-page .page-content .quotes .bx-wrapper {
            width: 85%;
        }

        body.home-page .page-content .quotes .bx-wrapper .bx-viewport {
            height: 325px !important;
        }

        body.home-page .page-content .quotes .title {
            text-align: center;
        }

        body.home-page .page-content .news {
            text-align: center;
        }

        body.home-page .page-content .news .article {
            margin-left: 0;
        }

        body.home-page .page-content .news .article .article-title {
            border-bottom: none;
        }
    }

    @media (max-width: 800px) {
        body.home-page .page-content .root-products ul {
            display: block;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        body.home-page .page-content .root-products ul li {
            display: block;
            width: auto;
            border: none;
            background: none;
            padding: 0;
        }

        body.home-page .page-content .root-products .title {
            font-size: 30px !important;
            margin-top: 15px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 600px) {
        body.home-page .page-content .quotes {
            padding: 15px 0;
            height: auto;
        }

        body.home-page .page-content .quotes .title,
        body.home-page .page-content .second-level-products .title,
        body.home-page .page-content .news .title {
            font-size: 36px;
        }

        body.home-page .page-content .quotes .bx-wrapper {
            margin-bottom: 30px;
        }

        body.home-page .page-content .quotes {
            height: auto;
        }

        body.home-page .page-content .news .article .article-title {
            font-size: 20px;
            line-height: 1.4;
            text-align: center;
        }

        body.home-page .page-content .news .article-date {
            text-align: center;
        }

        body.home-page .page-content .news .article-buttons {
            flex-direction: column;
            align-items: center;
        }
    }

body.about-page .page-footer .timeline-wrapper {
    display: none;
    background: #262626;
    height: 400px;
    position: relative;
}

body.about-page .page-footer .timeline-wrapper::before {
    content: '';
    border-top: 10px solid #39aee4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    margin: auto;
    height: 0;
    width: 0;
    z-index: 1;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager {
    border-bottom: 4px solid #39aee4;
    height: 60px;
    position: relative;
    overflow: hidden;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager .bx-pager {
    position: absolute;
    top: 0;
    bottom: 0;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager .bx-pager::after {
    content: '';
    display: inline-block;
    height: 60px;
    vertical-align: middle;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager .bx-pager-item {
    display: inline-block;
    background: #3c3c3c;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager .bx-pager-link {
    background: #262626;
    border-radius: 10px;
    display: block;
    margin-left: 2px;
    margin-top: 2px;
    height: 16px;
    width: 16px;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager .bx-pager-item:hover {
    background: #39aee4;
}

body.about-page .page-footer .timeline-wrapper .timeline-pager .bx-pager-link.active {
    background: #39aee4;
    margin: 0;
    height: 20px;
    width: 20px;
}

body.about-page .page-footer .timeline-wrapper .timeline {
    background: url('/static/images/timeline_placeholder.jpg?2eb6b2689b2c') #404040;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 336px;
    position: relative;
}

body.about-page .page-footer .timeline-wrapper .timeline .slide {
    color: #fff;
    text-align: center;
}

body.about-page .page-footer .timeline-wrapper .timeline .year {
    font-size: 60px;
    margin-top: 75px;
    margin-bottom: 50px;
}

body.about-page .page-footer .timeline-wrapper .timeline .text {
    font-size: 18px;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 800px;
}

body.about-page .page-footer .timeline-wrapper .timeline::before {
    content: '';
    background: #404040;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
}

body.about-page .page-footer .timeline-wrapper .timeline ul li {
    height: 336px;
}

body.about-page .page-footer .timeline-wrapper .timeline .bx-wrapper {
    background: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}

body.about-page .page-footer .timeline-wrapper .timeline .timeline-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1060px;
    height: 336px;
    width: 100%;
}

/* Responsive */
    @media (max-width: 700px) {
        body.about-page .page-footer .timeline-wrapper .timeline .year {
            font-size: 40px;
            margin-top: 40px;
            margin-bottom: 30px;
        }

        body.about-page .page-footer .timeline-wrapper .timeline .text {
            font-size: 16px;
        }
    }

    @media (max-width: 600px) {
        body.about-page .page-content .contents-holder > .title {
            font-size: 36px;
        }
    }

    @media (max-width: 400px) {
        body.about-page .page-footer .timeline-wrapper .timeline .year {
            font-size: 30px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        body.about-page .page-footer .timeline-wrapper .timeline .text {
            font-size: 14px;
        }
    }

body.team-page .page-content .team {
    margin: 50px 0;
}

body.team-page .page-content .team .title {
    font-size: 30px;
    line-height: calc(100% + 10px);
    color: #555;
    font-weight: 700;
    border-bottom: 1px solid #e2e2e2 ;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

body.team-page .page-content .team ul {
    margin-right: -25px;
    width: 100%;
}

body.team-page .page-content .team ul li {
    display: inline-block;
    padding-bottom: 2px;
    width: 230px;
}

body.team-page .page-content .team .team-content {
    margin: 0 auto;
    max-width: 1070px;
}

body.team-page .page-content .team .team-content > .bxslider li {
    margin: 25px;
}

body.team-page .page-content .team .page-width ul.bxslider li {
    cursor: pointer;
}

body.team-page .page-content .team .page-width > .page-width-inner > ul li {
    display: inline-block;
    height: 300px;
    margin-right: 50px;
    margin-bottom: 50px;
    vertical-align: top;
    cursor: initial;
}

body.team-page .page-content .team .page-width > .page-width-inner > ul li:nth-child(4n) {
    margin: 0;
}

body.team-page .page-content .team .page-width .controls {
    max-width: 1070px;
    margin: 10px auto;
    position: relative;
}

body.team-page .page-content .team ul li img {
    border: 4px solid #fff;
    box-sizing: border-box;
}

body.team-page .page-content .team .details {
    text-align: center;
}

body.team-page .page-content .team .details .name {
    font-size: 24px;
    margin: 10px 0;
}

body.team-page .page-content .team .details .job {
    font-size: 16px;
}

body.team-page .page-content .team .bio {
    margin: 0 auto;
    max-width: 600px;
    padding: 0 25px;
}

body.team-page .page-content .team .bio .name {
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #a348d9;
    font-size: 36px;
    margin: 30px 0;
    padding-bottom: 30px;
    text-align: center;
    line-height: normal;
}

body.team-page .page-content .team .bio .job {
    font-size: 18px;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
}

body.team-page .page-content .team .js-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;
    z-index: 9999;
    padding-top: 20px;
}

body.team-page .page-content .team .js-overlay.js-overlay--open {
    visibility: inherit;
}

body.team-page .page-content .team .js-overlay .controls {
    position: absolute;
    top: 20px;
    right: 25px;
}

body.team-page .page-content .team .js-overlay .controls .control {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

body.team-page .page-content .team .js-overlay .controls .control a {
    display: block;
    color: #797c80;
    height: 100%;
    width: 100%;
}

body.team-page .page-content .team .js-overlay .controls .control a.disabled {
    visibility: hidden;
}

body.team-page .page-content .team .js-overlay .controls .control a:hover {
    color: #386ec9;
}

body.team-page .page-content .team .js-overlay .controls .control.prev a::before,
body.team-page .page-content .team .js-overlay .controls .control.next a::before {
    display: inline-block;
    font-family: "fontcustom";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 16px;
    width: 18px;
}

body.team-page .page-content .team .js-overlay .controls .control.prev a::before {
    content: "\f10d";
}

body.team-page .page-content .team .js-overlay .controls .control.next a::before {
    content: "\f10e";
}

body.team-page .page-content .team .js-overlay .controls .control.close {
    border-left: 1px solid #e5e5e5 ;
    margin-left: 10px;
    padding-left: 10px;
}

@media (max-width: 600px) {
    body.team-page .page-content .team .bio .name {
        font-size: 30px;
    }
}

body.news-listing-page .page-content .listing .title {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 800px;
}

body.news-detail-page .page-content .detail {
    position: relative;
}

body.news-detail-page .page-content .detail .article {
    color: #4c4c4c;
    margin: 0 auto;
    max-width: 625px;
}

body.news-detail-page .page-content .detail .article .date {
    color: #39aee4;
    font-size: 18px;
    margin-bottom: 5px;
}

body.news-detail-page .page-content .detail .article .title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

body.events-listing-page .page-content .listing .title {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 800px;
}

body.events-listing-page .page-content .listing ul {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

body.events-listing-page .page-content .listing ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0;
}

body.events-listing-page .page-content .listing ul li:first-child {
    border-top: 1px solid #d8d8d8;
}

body.events-listing-page .page-content .listing ul li .details {
    margin: 0 auto;
    max-width: 600px;
}

body.events-listing-page .page-content .listing .empty {
    font-size: 24px;
    text-align: center;
}

body.events-listing-page .page-content .listing .info {
    float: right;
    width: 350px;
}

body.events-listing-page .page-content .listing .location {
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    margin-right: 30px;
    float: right;
    width: 220px;
}

body.events-listing-page .page-content .listing .date {
    color: #39aee4;
    font-size: 14px;
    margin-bottom: 10px;
}

body.events-listing-page .page-content .listing .event {
    color: #4c4c4c;
    font-size: 24px;
}

/* Responsive */
    @media (max-width: 1079px) {
        body.events-listing-page .page-content .listing ul li .details {
            max-width: none;
        }

        body.events-listing-page .page-content .listing .info,
        body.events-listing-page .page-content .listing .location {
            float: none;
            width: auto;
            text-align: left;
        }

        body.events-listing-page .page-content .listing .location {
            margin-top: 10px;
        }

        body.events-listing-page .page-content .listing ul li {
            padding: 20px 0;
        }
    }

body.careers-listing-page .page-content .page-width-inner {
    max-width: 750px;
}

body.careers-listing-page .page-content .listing .title {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 600px;
}

body.careers-listing-page .page-content .listing .openings {
    margin: 0 auto;
    max-width: 600px;
}

body.careers-listing-page .page-content .listing .subtitle {
    color: #4c4c4c;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

body.careers-listing-page .page-content .listing .subtitle.bold {
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}

/* Responsive */
    @media (max-width: 600px) {
        ul.link-list li {
            font-size: 16px;
        }
    }

body.careers-detail-page .page-content .detail {
    position: relative;
}

body.careers-detail-page .page-content .detail .article {
    color: #4c4c4c;
    margin: 0 auto;
    max-width: 625px;
}

body.careers-detail-page .page-content .detail .article .subtitle {
    font-size: 18px;
    margin-bottom: 5px;
}

body.careers-detail-page .page-content .detail .article .title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

body.contact-page .page-content {
    background: #f7f7f7;
}

body.contact-page .page-content .contact {
    color: #4c4c4c;
}

body.contact-page .page-content .contact .title {
    margin-bottom: 50px;
}

body.contact-page .page-content .contact .headquarters {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -35px;
    text-align: center;
}

body.contact-page .page-content .contact .headquarters .box {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 35px;
    margin-left: 35px;
    min-height: 200px;
    width: 320px;
    vertical-align: top;
}

body.contact-page .page-content .contact .headquarters .box .header {
    background-color: #d9d9d9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    height: 60px;
}

body.contact-page .page-content .contact .headquarters .box .header > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
}

body.contact-page .page-content .contact .headquarters .box .sprite {
    background-image: url('/static/images/contact_sprite.png?2eb6b2689b2c');
    background-repeat: no-repeat;
}

body.contact-page .page-content .contact .headquarters .box .location {
    background-position: 0 -40px;
}

body.contact-page .page-content .contact .headquarters .box .email {
    background-position: -40px 0;
}

body.contact-page .page-content .contact .headquarters .box .details {
    line-height: 2.0;
    text-align: center;
    padding: 20px;
}

body.contact-page .page-content .contact .reps {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

body.contact-page .page-content .contact .reps .subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

body.contact-page .page-content .contact .reps form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.contact-page .page-content .contact .reps form select {
    font-size: 14px;
    min-width: 100%;
    margin-top: 15px;
}

body.contact-page .page-content .contact .reps form .form-group {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    min-width: 140px;
}

body.contact-page .page-content .contact .rep-list {
    margin-top: 20px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

body.contact-page .page-content .contact .rep-list .rep-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

body.contact-page .page-content .contact .rep-list .rep-item:not(:first-child) {
    border-top: 1px solid #DDD;
    margin-top: 10px;
}

body.contact-page .page-content .contact .rep-list .rep-name {
    color: #A348D9;
    font-size: 18px;
    line-height: 1.15;
}

body.contact-page .page-content .contact .rep-list .rep-function {
    margin-top: 5px;
}

body.contact-page .page-content .contact .rep-list .rep-phone {
    margin-top: 13px;
}

body.contact-page .page-content .contact .rep-list .rep-cell-phone {
    margin-top: 5px;
}

body.contact-page .page-content .contact .rep-list .rep-email {
    width: 40px;
    height: 14px;
    margin-top: 13px;
}

body.contact-page .page-content .contact .rep-list .rep-email a {
    background-image: url('/static/images/contact_sprite.png?2eb6b2689b2c');
    background-repeat: no-repeat;
    background-position: -20px -20px;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}

/* Form */
    body.contact-page .page-content .contact-form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.contact-page .page-content .contact-form iframe {
        display: block;
    }

/* Responsive */
    @media (max-width: 800px) {
        body.contact-page .page-content {
            padding-top: 0;
        }
    }

    @media (max-width: 400px) {
        body.respond.contact-page .page-content .contact .headquarters .box {
            display: block;
            width: auto;
        }
    }

body.second-level .page-content .contents-holder {
    padding: 170px 0;
}

body.second-level .page-content .contents-holder > .title {
    color: #a348d9;
    font-size: 48px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 600px;
}

body.second-level .page-content .third-level {
    margin: 0 25px;
}

body.second-level .page-content .third-level .third-level-inner {
    max-width: 600px;
    margin: 0 auto;
}

body.second-level .page-content .third-level ul {
    margin: 50px 0;
}

body.third-level .page-content .contents-holder {
    margin: 170px 0;
    position: relative;
}

body.third-level .page-content .contents-holder .titles {
    margin: 0 auto;
    max-width: 600px;
}

body.third-level .page-content .contents-holder .titles .parent-title {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
}

body.third-level .page-content .contents-holder .titles .title {
    color: #4c4c4c;
    font-size: 30px;
    margin-bottom: 50px;
}

body.case-study-listing-page .page-content .listing .title {
    color: #a348d9;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 600px;
}

body.case-study-listing-page .page-content .case-studies .sort {
    margin: 50px 0;
    text-align: center;
    white-space: nowrap;
}

body.case-study-listing-page .page-content .case-studies .sort .sort-tab {
    font-size: 16px;
    background: #FFF;
    border: 1px solid #D9D9d9;
    border-radius: 3px;
    color: #4C4c4c;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 16px 0;
    width: 260px;
}

body.case-study-listing-page .page-content .case-studies .sort .sort-tab:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

body.case-study-listing-page .page-content .case-studies .sort .sort-tab:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

body.case-study-listing-page .page-content .case-studies .sort .sort-tab.active {
    background-color: #39AEE4;
    color: #FFF;
    border-color: #39AEE4;
}

body.case-study-listing-page .page-content .case-studies .sort .sort-tab:not(.active):hover {
    background-color: #F2F2F2;
    color: #4C4C4C;
}

body.case-study-listing-page .page-content .case-studies ul {
    text-align: center;
    margin: 50px auto;
    margin-right: -20px;
    max-width: 1140px;
}

body.case-study-listing-page .page-content .case-studies ul li {
    background: #fff;
    box-shadow: 0px 3px 4px #d2d2d2;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 4px;
    height: 225px;
    width: 264px;
    vertical-align: top;
}

body.case-study-listing-page .page-content .case-studies ul li a {
    position: relative;
}

body.case-study-listing-page .page-content .case-studies ul li a .img {
    box-sizing: border-box;
    padding: 42px 63px;
    margin-bottom: 6px;
    height: 168px;
    width: 252px;
}

body.case-study-listing-page .page-content .case-studies ul li a .bar {
    box-sizing: border-box;
    border-top: 2px solid #39aee4;
    height: 43px;
    width: 100%;
}

body.case-study-listing-page .page-content .case-studies ul li span {
    display: inline-block;
    vertical-align: middle;
}

body.case-study-listing-page .page-content .case-studies ul li span::before {
    font-size: 16px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 9px;
}

body.case-study-listing-page .page-content .case-studies ul li span + span::before {
    right: 20px;
}

body.case-study-listing-page .page-content .case-studies ul li span + span {
    height: 40px;
}

body.case-study-listing-page .page-content .case-studies ul li a .industry {
    color: #4c4c4c;
    font-size: 14px;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    z-index: 1;
}

body.case-study-listing-page .page-content .case-studies ul li a .industry::before {
    content: '';
    border-bottom: 8px solid #39aee4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 43px;
    right: 0;
    left: 0;
    margin: auto;
    height: 0;
    width: 0;
}

body.case-study-listing-page .page-content .case-studies ul li a .view {
    background: #39aee4;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

body.case-study-listing-page .page-content .case-studies ul li a:hover .view {
    z-index: 2;
}

/* Responsive */
    @media (max-width: 700px) {
        body.case-study-listing-page .page-content .case-studies .sort .sort-tab {
            width: 130px;
            font-size: 14px;
            padding: 12px 0;
        }
    }

body.case-study-detail-page .page-content .contents-holder .titles {
    margin: 0 auto;
    max-width: 600px;
}

body.case-study-detail-page .page-content .contents-holder .titles .parent-title {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
}

body.case-study-detail-page .page-content .contents-holder .titles .title {
    color: #4c4c4c;
    font-size: 30px;
    margin-bottom: 30px;
}

body.case-study-detail-page .page-content .contents-holder .titles .subtitle {
    color: #b2b2b2;
    font-size: 16px;
    margin-bottom: 30px;
}

body.case-study-detail-page .page-content .bar {
    background: #e6e6e6;
    position: relative;
    height: 250px;
}

body.case-study-detail-page .page-content .bar .control {
    color: #ccc;
    cursor: pointer;
    font-size: 48px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 48px;
    width: 24px;
}

body.case-study-detail-page .page-content .bar .control:hover {
    color: #000;
}

body.case-study-detail-page .page-content .bar .prev {
    left: 200px;
}

body.case-study-detail-page .page-content .bar .next {
    right: 200px;
}

body.case-study-detail-page .page-content .bar .summary {
    margin: 0 auto;
    height: 250px;
    max-width: 600px;
    white-space: nowrap;
}

body.case-study-detail-page .page-content .bar .summary > .summary-item {
    background: #FFF;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

body.case-study-detail-page .page-content .bar .summary .title {
    background: #262626;
    border-left: 1px solid #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
}

body.case-study-detail-page .page-content .bar .summary .img {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

body.case-study-detail-page .page-content .bar .summary .customer .img {
    height: 210px;
}

body.case-study-detail-page .page-content .bar .summary .solution .img {
    border-left: 1px solid #e6e6e6;
    height: 170px;
}


body.case-study-detail-page .page-content .bar .summary .img-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body.case-study-detail-page .page-content .bar .summary .img img {
    max-width: 100%;
}

body.case-study-detail-page .page-content .bar .summary .solution .name {
    background: #4cc051;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.case-study-detail-page .page-content .richtext {
    margin-top: 50px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

body.product-category-page .page-content {
    padding: 0;
    background-color: #F7F7F7;
}

body.product-category-page .page-content .category-summary-section {
    max-width: 600px;
    margin: 0 auto;
}

body.product-category-page .page-content .category-summary-section .title {
    margin-bottom: 50px;
}

body.product-category-page .page-content .back-button-wrapper {
    display: inline-block;
    vertical-align: top;
}

body.product-category-page .page-content .back-button {
    display: flex;
    align-items: center;
    color: #A348D9;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

body.product-category-page .page-content .back-button svg {
    display: block;
    fill: #A348D9;
    margin-right: 6px;
}

body.product-category-page .page-content .notes {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Category details */
    body.product-category-page .page-content .category-details {
        border-bottom: 1px solid #dedede;
        padding-bottom: 50px;
        margin-top: 20px;
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
        column-gap: 50px;
    }

    body.product-category-page .page-content .category-details .left .name {
        font-size: 36px;
        margin-bottom: 50px;
    }

    body.product-category-page .page-content .category-details .right__inner {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    body.product-category-page .page-content .category-details .right .glide-wrapper {
        margin-left: 40px;
        margin-right: 40px;
    }

    body.product-category-page .page-content .category-details .right .glide {
        position: relative;
    }

    body.product-category-page .page-content .category-details .right .glide img {
        display: block;
        max-width: 100%;
    }

    body.product-category-page .page-content .category-details .right .glide__prev,
    body.product-category-page .page-content .category-details .right .glide__next {
        position: absolute;
        top: calc(50% - 28px);
        cursor: pointer;
        padding: 5px;
    }

    body.product-category-page .page-content .category-details .right .glide__prev {
        left: -40px;
    }

    body.product-category-page .page-content .category-details .right .glide__next {
        right: -40px;
    }

    body.product-category-page .page-content .category-details .right .glide__prev svg,
    body.product-category-page .page-content .category-details .right .glide__next svg {
        fill: #DEDEDE;
        display: block;
    }

    body.product-category-page .page-content .category-details .right .glide__next svg {
        transform: scaleX(-1);
    }

    body.product-category-page .page-content .category-details .right .glide__bullets {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    body.product-category-page .page-content .category-details .right .glide__bullet {
        display: block;
        padding: 2px;
        width: 12px;
        cursor: pointer;
    }

    body.product-category-page .page-content .category-details .right .glide__bullet:focus {
        outline: none;
    }

    body.product-category-page .page-content .category-details .right .glide__bullet::before {
        content: "";
        background-color: #C4C4C4;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

    body.product-category-page .page-content .category-details .right .glide__bullet.glide__bullet--active::before {
        background-color: #A348D9;
    }

    body.product-category-page .page-content .category-details .right .specs,
    body.product-category-page .page-content .category-details .right .docs {
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }

    body.product-category-page .page-content .category-details .right .specs ul li,
    body.product-category-page .page-content .category-details .right .docs ul li {
        font-size: 12px;
        margin-bottom: 10px;
        height: 20px;
    }

    body.product-category-page .page-content .category-details .right .specs-label {
        margin-bottom: 20px;
    }

    body.product-category-page .page-content .category-details .right ul.specs-list li div {
        display: inline-block;
    }

    body.product-category-page .page-content .category-details .right ul.specs-list li div + div {
        float: right;
        text-align: right;
    }

    body.product-category-page .page-content .category-details .right ul.docs-list li > a span {
        display: inline-block;
        padding-left: 10px;
        vertical-align: middle;
    }

    body.product-category-page .page-content .category-details .right ul.docs-list li > a::before {
        content: '';
        background:url('/static/images/link_sprite.png?2eb6b2689b2c');
        background-size: 195%;
        background-position: 1px -20px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 20px;
        width: 20px;
        vertical-align: middle;
        transform: translateZ(0);
    }

    body.product-category-page .page-content .category-details .right .call-to-action-button-wrapper {
        margin-top: 40px;
        margin-left: 40px;
    }

    body.product-category-page .page-content .category-details .right .call-to-action-button {
        background: #A348D9;
        color: #FFF;
        border-radius: 3px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-block;
        vertical-align: top;
    }

    body.product-category-page .page-content .category-details .feature-sets {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #DEDEDE;
    }

    body.product-category-page .page-content .category-details .feature-set:not(first-child) {
        margin-top: 40px;
    }

    body.product-category-page .page-content .category-details .feature-set__title {
        font-size: 24px;
        font-weight: 400;
    }

    body.product-category-page .page-content .category-details .feature-set__features {
        margin-top: 18px;
    }

    body.product-category-page .page-content .category-details .feature-set__feature {
        position: relative;
        padding-left: 26px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 14px;
        line-height: 20px;
        color: #555;
    }

    body.product-category-page .page-content .category-details .feature-set__feature svg {
        position: absolute;
        left: 0;
        top: 8px;
        fill: #A348D9;
    }

    body.product-category-page .page-content .category-details .features-label {
        font-size: 14px;
    }

    body.product-category-page .page-content .category-details .features-list {
        font-size: 14px;
        list-style-type: circle;
        margin-left: 20px;
    }

    body.product-category-page .page-content .category-details .features-list li {
        margin: 15px 0;
        margin-left: 20px;
        padding-left: 10px;
    }

    @media (max-width: 600px) {
        body.product-category-page .page-content .category-details {
            grid-template-columns: minmax(0, 1fr);
            row-gap: 40px;
        }

        body.product-category-page .page-content .category-details .right__inner {
            position: static;
            top: 0;
        }

        body.product-category-page .page-content .category-details .right .glide-wrapper {
            margin-left: 0;
            margin-right: 0;
        }

        body.product-category-page .page-content .category-details .right .glide__arrows {
            display: none;
        }

        body.product-category-page .page-content .category-details .right .specs,
        body.product-category-page .page-content .category-details .right .docs {
            margin-left: 0;
            margin-right: 0;
        }

        body.product-category-page .page-content .category-details .right .call-to-action-button-wrapper {
            margin-left: 0;
        }
    }

/* Category nav */
    body.product-category-page .category-nav__products {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 34px;
    }

    body.product-category-page .category-nav__product {
        display: block;
        border-radius: 4px;
        overflow: hidden;
        background-color: #FFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.25s;
    }

    body.product-category-page .category-nav__product:hover {
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
    }

    body.product-category-page .category-nav__image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 66.67%;
        transition: border-radius 0.25s;
    }

    body.product-category-page .category-nav__content {
        padding: 20px;
    }

    body.product-category-page .category-nav__title {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
    }

    body.product-category-page .category-nav__description {
        font-size: 14px;
        line-height: 19px;
        margin-top: 10px;
    }

    @media (max-width: 850px) {
        body.product-category-page .category-nav__products {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 600px) {
        body.product-category-page .category-nav__products {
            gap: 20px;
        }

        body.product-category-page .category-nav__title {
            font-size: 14px;
            line-height: 16px;
        }

        body.product-category-page .category-nav__description {
            font-size: 12px;
            line-height: 16px;
        }
    }

/* Product filter */
    body.product-category-page .product-filters {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }

    body.product-category-page .product-filter {
        margin: 10px;
    }

    body.product-category-page .product-filter__label {
        display: block;
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 700;
        color: #333;
    }

    @media (max-width: 600px) {
        body.product-category-page .product-filter__label {
            margin-bottom: 6px;
        }
    }

/* Product table */
    body.product-category-page .product-table__section .product-table__loader {
        text-align: center;
        margin-top: 100px;
    }

    body.product-category-page .product-table__section .product-table__loader-inner {
        display: inline-block;
        border: 4px solid #CCC;
        border-top-color: transparent;
        border-left-color: transparent;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        animation: loader__spin 0.9s linear infinite;
    }

    @keyframes loader__spin {
        from {
            transform: rotate(0);
        }

        to {
            transform: rotate(360deg);
        }
    }

    body.product-category-page .product-table__section .product-table__empty-message {
        font-size: 20px;
        color: #999;
        margin-top: 50px;
    }

    body.product-category-page .product-table__section:not([data-state="empty"]) .product-table__empty-message {
        display: none;
    }

    body.product-category-page .product-table__section:not([data-state="full"]) .product-table__wrapper {
        display: none;
    }

    body.product-category-page .product-table__section:not([data-state="loading"]) .product-table__loader {
        display: none
    }

    body.product-category-page .product-table__group {
        font-size: 24px;
        font-weight: 400;
        margin-top: 50px;
        margin-bottom: 20px;
        color: #333;
    }

    body.product-category-page .page-content .product-table {
        width: calc(100% - 1px);
        table-layout: fixed;
    }

    body.product-category-page .page-content .product-table thead {
        color: #1b1b1b;
        font-size: 12px;
        text-align: left;
    }

    body.product-category-page .page-content .product-table th.pn {
        padding: 10px;
        padding-left: 20px;
    }

    body.product-category-page .page-content .product-table th.pn,
    body.product-category-page .page-content .product-table td.pn {
        width: 300px;
    }

    body.product-category-page .page-content .product-table__docs-column {
        width: 115px;
    }

    body.product-category-page .page-content .product-table__docs-column .target {
        color: #39AEE4;
        cursor: pointer;
        padding: 10px;
    }

    body.product-category-page .page-content .product-table tr.line {
        height: 50px;
    }

    body.product-category-page .page-content .product-table tr.line td {
        border: 1px solid #dedede;
        border-left: 0;
        border-right: 0;
        font-size: 14px;
        position: relative;
    }

    body.product-category-page .page-content .product-table tr.even td {
        background: #fff;
    }

    body.product-category-page .page-content .product-table tr.odd td {
        background: #f7f7f7;
    }

    body.product-category-page .page-content .product-table tr.line td.pr,
    body.product-category-page .page-content .product-table tr.line td.pn {
        color: #999;
    }

    body.product-category-page .page-content .product-table tr.line td.pr,
    body.product-category-page .page-content .product-table tr.line td.qt input {
        font-size: 14px;
    }

    body.product-category-page .page-content .product-table tr.line td.pn {
        border-left: 1px solid #dedede;
        padding-left: 20px;
        white-space: nowrap;
    }

    body.product-category-page .page-content .product-table tr.line td.dp {
        color: #4c4c4c;
        padding: 18px 0;
    }

    body.product-category-page .page-content .product-table tr.line td.pr {
        color: #4c4c4c;
        padding: 10px;
    }

    body.product-category-page .page-content .product-table tr.line td:last-child {
        border-right: 1px solid #dedede;
    }

    body.product-category-page .page-content .product-table tr.line:hover td.bordered {
        border-color: #39aee4;
        border-style: double;
    }

    body.product-category-page .page-content .product-table tr.line td a.download {
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    body.product-category-page .page-content .product-table tr.line td a.download span::before {
        content:'';
        background: url('/static/images/link_sprite.png?2eb6b2689b2c') transparent;
        background-size: 203%;
        background-repeat: no-repeat;
        background-position: 0 -29px;
        position: absolute;
        top: 0;
        left: 8px;
        bottom: 0;
        margin: auto;
        height: 29px;
        width: 28px;
    }

    body.product-category-page .page-content .product-table tr.spec table {
        width: 100%;
    }

    body.product-category-page .page-content .product-table tr.spec > td {
        background: #333;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        color: #4c4c4c;
    }

    body.product-category-page .page-content .product-table .section {
        box-sizing: border-box;
        padding: 50px;
        width: 50%;
        vertical-align: top;
    }

    body.product-category-page .page-content .product-table .section:last-child {
        border-left: 1px solid #e6e6e6;
    }

    body.product-category-page .page-content .product-table .section-title {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    body.product-category-page .page-content .product-table .section td {
        font-size: 12px;
    }

    body.product-category-page .page-content .product-table .section td:last-child {
        color: #999999;
    }

    body.product-category-page .page-content .product-table .section tr {
        height: 25px;
    }

    body.product-category-page .page-content .product-details-wrapper {
        overflow: hidden;
        max-height: 0;
    }

    body.product-category-page .page-content .product-details-wrapper.open {
        max-height: 1000px;
    }

    body.product-category-page .page-content .product-details > tbody {
        background: #fff;
    }

    body.product-category-page .page-content .product-details > tbody > tr > td > table {
        table-layout: fixed;
        width: 100%;
    }

    body.product-category-page .page-content .product-details > tbody > tr > td > table td:first-child {
        width: 35%;
    }

    body.product-category-page .page-content .product-details > tbody > tr > td > table td:last-child {
        width: 65%;
    }

    body .count-animate {
        color: #39aee4;
        font-size: 60px;
        position: absolute;
        height: 60px;
        overflow: hidden;
        z-index: 100;
    }

    @media (max-width: 1024px) {
        body.product-category-page .page-content .product-table {
            display: none;
        }
    }

/* Product grid */
    body.product-category-page .page-content .product-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 38px;
    }

    body.product-category-page .page-content .product-grid__card {
        position: relative;
        background-color: #FFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        padding: 20px;
        box-sizing: border-box;
    }

    body.product-category-page .page-content .product-grid__part-number {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
    }

    body.product-category-page .page-content .product-grid__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #222;
    }

    body.product-category-page .page-content .product-grid__specs-link {
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #A348D9;
        padding: 10px;
        margin-top: 10px;
        margin-left: -10px;
        margin-bottom: -10px;
        cursor: pointer;
    }

    body.product-category-page .page-content .product-grid-dialog {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 1000;
        display: flex;
        background-color: rgba(0, 0, 0, 0.6);
    }

    body.product-category-page .page-content .product-grid-dialog__content {
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 640px;
    }

    body.product-category-page .page-content .product-grid-dialog__content-2 {
        position: relative;
        background-color: #FFF;
        border-radius: 4px;
    }

    body.product-category-page .page-content .product-grid-dialog__content-top {
        padding: 20px;
        border-bottom: 1px solid #EEE;
    }

    body.product-category-page .page-content .product-grid-dialog__close-button {
        position: absolute;
        right: 6px;
        top: 6px;
        padding: 10px;
        cursor: pointer;
    }

    body.product-category-page .page-content .product-grid-dialog__part-number {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
    }

    body.product-category-page .page-content .product-grid-dialog__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #222;
    }

    body.product-category-page .page-content .product-grid-dialog__content-bottom {
        padding: 40px 20px;
    }

    body.product-category-page .page-content .product-grid-dialog__specs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    body.product-category-page .page-content .product-grid-dialog__specs-title,
    body.product-category-page .page-content .product-grid-dialog__docs-title {
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #4C4C4C;
    }

    body.product-category-page .page-content .product-grid-dialog__spec-name,
    body.product-category-page .page-content .product-grid-dialog__spec-value {
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
    }

    body.product-category-page .page-content .product-grid-dialog__spec-name {
        color: #4C4C4C;
    }

    body.product-category-page .page-content .product-grid-dialog__spec-value {
        color: #999;
    }

    body.product-category-page .page-content .product-grid-dialog__docs-section:not(:first-child) {
        margin-top: 40px;
    }

    body.product-category-page .page-content .product-grid-dialog__docs-title {
        margin-bottom: 20px;
    }

    body.product-category-page .page-content .product-grid-dialog__doc-link {
        display: block;
        border: 1px solid #DEDEDE;
        border-radius: 5px;
        display: flex;
        margin-top: 10px;
        overflow: hidden;
    }

    body.product-category-page .page-content .product-grid-dialog__doc-link-text {
        font-size: 12px;
        line-height: 14px;
        color: #4C4C4C;
        font-style: italic;
        flex-grow: 1;
        padding: 13px 20px;
    }

    body.product-category-page .page-content .product-grid-dialog__doc-link-icon {
        background-color: #000;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.product-category-page .page-content .product-grid-dialog:not(.product-grid-dialog__open) {
        display: none;
    }

    @media (min-width: 1025px) {
        body.product-category-page .page-content .product-grid {
            display: none;
        }
    }

    @media (max-width: 950px) {
        body.product-category-page .page-content .product-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 650px) {
        body.product-category-page .page-content .product-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        body.product-category-page .page-content .product-grid__card {
            padding: 15px;
        }

        body.product-category-page .page-content .product-grid__part-number {
            font-size: 12px;
            line-height: 14px;
            margin-bottom: 8px;
        }

        body.product-category-page .page-content .product-grid__title {
            font-size: 16px;
            line-height: 18px;
        }

        body.product-category-page .page-content .product-grid__specs-link {
            font-size: 12px;
            line-height: 14px;
            margin-top: 0;
        }
    }

/* Part level 1 */
    body.product-category-page .part-level-1 .title,
    body.product-category-page .part-level-1 .richtext {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    body.product-category-page .part-level-1 .richtext {
        margin-top: 50px;
    }

    body.product-category-page .part-level-1__categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 80px;
        row-gap: 60px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    body.product-category-page .part-level-1__category {
        display: block;
        border-radius: 4px;
        overflow: hidden;
        transition: box-shadow 0.25s;
    }

    body.product-category-page .part-level-1__category__image {
        background-position: center;
        background-size: cover;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding-bottom: 40%;
        transition: border-radius 0.25s;
    }

    body.product-category-page .part-level-1__category__content {
        padding: 30px 24px;
    }

    body.product-category-page .part-level-1__category__title {
        font-size: 24px;
        font-weight: 400;
        margin-top: 5px;
    }

    body.product-category-page .part-level-1__category__description {
        font-size: 14px;
        line-height: 25px;
        margin-top: 24px;
        font-weight: 300;
    }

    body.product-category-page .part-level-1__category__link {
        color: #A348D9;
        font-weight: 700;
        font-size: 14px;
        margin-top: 20px;
    }

    @media (min-width: 801px) {
        body.product-category-page .part-level-1__category:hover {
            box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
        }

        body.product-category-page .part-level-1__category:hover .part-level-1__category__image {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    }

    @media (max-width: 800px) {
        body.product-category-page .part-level-1__category__content {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (max-width: 600px) {
        body.product-category-page .part-level-1 .richtext {
            font-size: 18px;
        }

        body.product-category-page .part-level-1__categories {
            column-gap: 20px;
            row-gap: 40px;
            margin-top: 40px;
        }

        body.product-category-page .part-level-1__category__content {
            padding-top: 20px;
            padding-bottom: 10px;
        }

        body.product-category-page .part-level-1__category__title {
            font-size: 18px;
        }

        body.product-category-page .part-level-1__category__description {
            margin-top: 12px;
            line-height: 20px;
        }
    }

body.accounts-module .page-content {
    background: #f7f7f7;
}

body.accounts-module .page-content > div {
    background: #f7f7f7;
    margin: 170px auto;
    width: 800px;
}

body.accounts-module .page-content .blue {
    margin: 20px 0;
    width: 95%;
}

body.cart-page .page-content {
    background: #f7f7f7;
}

body.cart-page .page-content > div {
    background: #f7f7f7;
    margin: 100px auto;
    width: 1080px;
}

body.cart-page .page-content .no-items {
    text-align: center;
}

body.cart-page .page-content .no-items .blue {
    margin-left: auto;
    margin-right: auto;
}

body.cart-page .page-content .line {
    position: relative;
}

body.cart-page .page-content .cart-form,
body.checkout-page .page-content .cart-form {
    width: initial;
}

body.cart-page .page-content .cart-form .form-controls .blue,
body.checkout-page .page-content .cart-form .form-controls .blue {
    position: absolute;
    top: -34px;
    right: 0;
    margin-right: 0;
    width: 200px;
}

body.cart-page .page-content .cart-form .form-controls div .blue {
    right: 220px;
    width: 250px;
}

body.cart-page .page-content .cart-form table,
body.checkout-page .page-content .cart-form table {
    width: 100%;
}

body.cart-page .page-content .cart-form table thead,
body.checkout-page .page-content .cart-form table thead {
    background: #e2e2e2;
    border: 1px solid #9b9b9b;
}

body.cart-page .page-content .cart-form table thead tr,
body.checkout-page .page-content .cart-form table thead tr {
    height: 40px;
}

body.cart-page .page-content .cart-form table thead tr th,
body.checkout-page .page-content .cart-form table thead tr th{
    padding-left: 5px;
    text-align: left;
}

body.cart-page .page-content .cart-form table .shipping > div,
body.checkout-page .page-content .cart-form table .shipping > div {
    display: inline;
    position: relative;
}

body.cart-page .page-content .cart-form table .shipping .shipping-mark,
body.checkout-page .page-content .cart-form table .shipping .shipping-mark {
    background:url('/static/images/ups_small.png?2eb6b2689b2c');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    height: 20px;
    width: 17px;
}

body.cart-page .page-content .cart-form table .shipping.with-mark,
body.checkout-page .page-content .cart-form table .shipping.with-mark {
    padding-right: 20px;
}

body.cart-page .page-content .cart-form table tbody tr.totals,
body.checkout-page .page-content .cart-form table tbody tr.totals {
    background: #e2e2e2;
    border: 1px solid #9b9b9b;
}

body.cart-page .page-content .cart-form table tbody tr.totals td.total,
body.checkout-page .page-content .cart-form table tbody tr.totals td.total {
    font-weight: bold;
}

body.cart-page .page-content .cart-form table tbody tr td,
body.checkout-page .page-content .cart-form table tbody tr td {
    font-size: 16px;
    padding: 5px;
}

body.cart-page .page-content .cart-form table tbody tr td.delete-field,
body.checkout-page .page-content .cart-form table tbody tr td.delete-field {
    min-width: 70px;
}

body.cart-page .page-content .cart-form table tbody tr td ul,
body.checkout-page .page-content .cart-form table tbody tr td ul {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

body.cart-page .page-content .cart-form table tbody tr td li,
body.checkout-page .page-content .cart-form table tbody tr td li {
    margin: 5px auto;
}

body.cart-page .page-content .cart-code,
body.checkout-page .page-content .cart-code {
    border: 1px solid #9b9b9b;
    padding: 10px;
    margin: 0;
    margin-top: 22px;
    width: 227px;
}

body.cart-page .page-content .cart-code .formset-field,
body.checkout-page .page-content .cart-code .formset-field {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 14px;
}

body.cart-page .page-content .cart-code .formset-field div,
body.checkout-page .page-content .cart-code .formset-field div {
    display: inline-block;
    margin-left: 20px;
}

body.cart-page .page-content .cart-code .formset-field strong,
body.cart-page .page-content .cart-code .formset-field br,
body.checkout-page .page-content .cart-code .formset-field strong,
body.checkout-page .page-content .cart-code .formset-field br {
    display: none;
}

body.cart-page .page-content .cart-code .form-group input,
body.checkout-page .page-content .cart-code .form-group input {
    width: 227px;
}

body.cart-page .page-content .cart-code .form-controls .blue,
body.checkout-page .page-content .cart-code .form-controls .blue {
    margin-left: 0;
    margin-bottom: 0;
    width: 227px;
}

body.cart-page .page-content .details {
    float: right;
    clear: right;
    text-align: right;
}

body.cart-page .page-content .details ul {
    margin-right: 10px;
    font-size: 16px;
}

body.cart-page .page-content .details li > ul {
    font-size: 14px;
}

body.cart-page .page-content .details ul li {
    margin: 10px auto;
}

body.cart-page .page-content .details ul li.total {
    font-weight: bold;
}

body.cart-page .page-content .details .blue {
    margin: 20px 0;
    margin-bottom: 0;
}

body.cart-page .page-content .upsell {
    margin-top:24px;
    width: 400px;
}

body.cart-page .page-content .upsell .title {
    font-size: 18px;
    margin-bottom: 10px;
}

body.cart-page .page-content .upsell ul {
    font-size: 16px;
}

body.cart-page .page-content .upsell ul li {
    margin-bottom: 5px;
    margin-left: 5px;
}

body.cart-page .page-content .terms {
    position:absolute;
    bottom: 0;
    left: 10px;
    width: 300px;
    font-size: 10px;
}

body.checkout-page .page-content {
    background: #f7f7f7;
}

body.checkout-page .page-content > div {
    background: #f7f7f7;
    margin: 100px auto;
    width: 1080px;
}

body.checkout-page .page-content .cart-code {
    float: right;
    margin-left: 22px;
}

body.checkout-page .page-content fieldset {
    border: 1px solid #9b9b9b;
    display: inline-block;
    margin-bottom: 22px;
    width: 378px;
    vertical-align: top;
}

body.checkout-page .page-content fieldset.has_legend {
    padding-top: 40px;
    position: relative;
}

body.checkout-page .page-content fieldset legend {
    position: absolute;
    top: 10px;
}

body.checkout-page .page-content #order-form {
    margin-top: 22px;
    width: 100%;
}

body.checkout-page .page-content #order-form .form-controls .blue.back {
    float: left;
    margin-left: 0;
}

body.checkout-page .page-content #order-form .form-controls .blue.next {
    float: right;
    margin-right: 0;
}

body.checkout-page .page-content #order-form .input_id_card_type label,
body.checkout-page .page-content #order-form .input_id_card_type label + br {
    display: none;
}

body.checkout-page .page-content .terms {
    position:absolute;
    bottom: -10px;
    left: 10px;
    width: 300px;
    font-size: 10px;
}

body.complete-page .page-content {
    background: #f7f7f7;
}

body.complete-page .page-content > div {
    background: #f7f7f7;
    margin: 100px auto;
    width: 1080px;
}

body.complete-page .text {
    margin: 0 auto;
    text-align: center;
    width: 680px;
}

body.complete-page .text .title {
    font-size: 28px;
}

body.complete-page .receipts {
    margin: 0 auto;
    width: 680px;
}

body.complete-page .receipts div {
    display: inline-block;
}

body.complete-page .continue {
    margin: 0 auto;
    margin-top: 100px;
    width: 340px;
}

body.order-history-page .page-content {
    background: #f7f7f7;
}

body.order-history-page .page-content > div {
    background: #f7f7f7;
    margin: 100px auto;
    width: 1080px;
}

body.order-history-page .page-content .blue {
    display: inline-block;
    margin: 10px 0;
    width: 150px;
}

body.order-history-page .page-content .receipt-box {
    width: 305px;
}

body.order-history-page .page-content table {
    width: 100%;
}

body.order-history-page .page-content thead {
    background: #e2e2e2;
    border: 1px solid #9b9b9b;
}

body.order-history-page .page-content thead tr {
    text-align: left;
    height: 40px;
}

body.order-history-page .page-content th {
    padding-left: 5px;
}

body.order-history-page .page-content td {
    font-size: 16px;
    padding: 5px;
}

body.order-history-page .page-content .pagination {
    margin: 0 auto;
    width: 533px;
}

body.search-page .page-content {
    background: #f7f7f7;
}

body.search-page .page-content .contents-holder {
    margin: 50px 0;
}

body.search-page .page-content .search-bar {
    color: #4c4c4c;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    height: 60px;
    max-width: 800px;
}

body.search-page .page-content .search-bar .query {
    float: left;
}

body.search-page .page-content .search-bar .showing {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 300px;
}

body.search-page .page-content .search-bar .suggestion {
    float: right;
}

body.search-page .page-content .search-bar .suggestion a {
    color: #a348d9;
}

body.search-page .page-content .text-listing .highlighted {
    color: #a348d9;
}

body.pagelet-page .page-content {
    padding-bottom: 80px;
}

body.pagelet-page .page-title {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

body.pagelet-page .plet {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* One column */
    body.pagelet-page .plet-one-column__white-text .richtext {
        color: #FFF;
    }

    body.pagelet-page .plet-one-column__content {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.pagelet-page .plet-one-column p,
    body.pagelet-page .plet-one-column ul,
    body.pagelet-page .plet-one-column ol {
        font-size: 18px;
    }

/* Wide image */
    body.pagelet-page .plet-wide-image {
        text-align: center;
    }

    body.pagelet-page .plet-wide-image__content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    body.pagelet-page .plet-wide-image a {
        display: inline-block;
        vertical-align: top;
    }

    body.pagelet-page .plet-wide-image img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

/* Full width image */
    body.pagelet-page .plet-full-width-image__image {
        height: 500px;
        background-size: cover;
        background-position: center;
    }

/* Image and text */
    body.pagelet-page .plet-image-and-text__content-1 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.pagelet-page .plet-image-and-text__content-2 {
        display: flex;
        margin: -30px -40px;
    }

    body.pagelet-page .plet-image-and-text[data-image-side="1"] .plet-image-and-text__content-2 {
        flex-direction: row-reverse;
    }

    body.pagelet-page .plet-image-and-text[data-vertical-alignment="2"] .plet-image-and-text__content-2 {
        align-items: center;
    }

    body.pagelet-page .plet-image-and-text__image,
    body.pagelet-page .plet-image-and-text__text {
        width: 50%;
        padding: 30px 40px;
    }

    body.pagelet-page .plet-image-and-text__image {
        text-align: center;
    }

    body.pagelet-page .plet-image-and-text__image a {
        display: inline-block;
        vertical-align: top;
    }

    body.pagelet-page .plet-image-and-text__image img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    @media (max-width: 700px) {
        body.pagelet-page .plet-image-and-text__content-2 {
            display: block;
        }

        body.pagelet-page .plet-image-and-text__image,
        body.pagelet-page .plet-image-and-text__text {
            width: auto;
        }
    }

/* Video */
    body.pagelet-page .plet-video__content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    body.pagelet-page .plet-video__iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
    }

    body.pagelet-page .plet-video__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* Captioned image */
    body.pagelet-page .plet-captioned-image {
        text-align: center;
    }

    body.pagelet-page .plet-captioned-image__content {
        max-width: 750px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    body.pagelet-page .plet-captioned-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    body.pagelet-page .plet-captioned-image__caption {
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        font-size: 12px;
        padding: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        font-style: italic;
        text-align: left;
        line-height: 16px;
    }

/* Link */
    body.pagelet-page .plet-link__content {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.pagelet-page .plet-link__title {
        font-size: 30px;
        line-height: calc(100% + 10px);
        color: #555;
        font-weight: 700;
        margin-bottom: 30px;
    }

    body.pagelet-page .plet-link__link {
        border: 1px solid #CCC;
        display: block;
        border-radius: 4px;
        padding: 16px 20px;
        position: relative;
    }

    body.pagelet-page .plet-link__link-text {
        color: #555;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 70px;
        line-height: calc(100% + 8px);
    }

    body.pagelet-page .plet-link__link:not(:first-child) {
        margin-top: 20px;
    }

    body.pagelet-page .plet-link__link-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Related products */
    body.pagelet-page .plet-related-products__title {
        font-size: 30px;
        line-height: calc(100% + 10px);
        color: #555;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }

    body.pagelet-page .plet-related-products .product-listing {
        margin-left: auto;
        margin-right: auto;
    }

    body.pagelet-page .plet-related-products .product-listing ul {
        border-top: none;
        padding-top: 0;
        margin-top: -8px;
    }

/* Quote */
    body.pagelet-page .plet-quote {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

/* Pardot form */
    body.pagelet-page .plet-pardot-form__content {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.pagelet-page .plet-pardot-form__embed {
        margin-top: 30px;
    }

@-moz-keyframes ham1{from{top:20px;-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(-45deg);transform:rotate(-45deg)}}@-webkit-keyframes ham1{from{top:20px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes ham1{from{top:20px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@-moz-keyframes ham2{from{opacity:1}49%{opacity:1}50%{opacity:0}to{opacity:0}}@-webkit-keyframes ham2{from{opacity:1}49%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes ham2{from{opacity:1}49%{opacity:1}50%{opacity:0}to{opacity:0}}@-moz-keyframes ham3{from{top:36px;-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(45deg);transform:rotate(45deg)}}@-webkit-keyframes ham3{from{top:36px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes ham3{from{top:36px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@-moz-keyframes ham1R{from{top:20px;-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(-45deg);transform:rotate(-45deg)}}@-webkit-keyframes ham1R{from{top:20px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes ham1R{from{top:20px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@-moz-keyframes ham2R{from{opacity:1}49%{opacity:1}50%{opacity:0}to{opacity:0}}@-webkit-keyframes ham2R{from{opacity:1}49%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes ham2R{from{opacity:1}49%{opacity:1}50%{opacity:0}to{opacity:0}}@-moz-keyframes ham3R{from{top:36px;-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(45deg);transform:rotate(45deg)}}@-webkit-keyframes ham3R{from{top:36px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes ham3R{from{top:36px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:28px;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{top:28px;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.page-header .user-control .hamburger:hover div:nth-child(1),.page-header .user-control .hamburger:hover div:nth-child(3){will-change:top,transform}.page-header .user-control .hamburger:hover div:nth-child(2){will-change:opacity}.page-header .user-control .hamburger div{-moz-animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-duration:0.5s}.page-header .user-control .hamburger.close div{-moz-animation-direction:reverse;-webkit-animation-direction:reverse;animation-direction:reverse}.page-header .user-control .hamburger.close div:nth-child(1){-moz-animation-name:ham1R;-webkit-animation-name:ham1R;animation-name:ham1R}.page-header .user-control .hamburger.close div:nth-child(2){-moz-animation-name:ham2R;-webkit-animation-name:ham2R;animation-name:ham2R}.page-header .user-control .hamburger.close div:nth-child(3){-moz-animation-name:ham3R;-webkit-animation-name:ham3R;animation-name:ham3R}.page-header .user-control .hamburger.open div:nth-child(1){-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-moz-animation-name:ham1;-webkit-animation-name:ham1;animation-name:ham1}.page-header .user-control .hamburger.open div:nth-child(2){-moz-animation-name:ham2;-webkit-animation-name:ham2;animation-name:ham2}.page-header .user-control .hamburger.open div:nth-child(3){-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-moz-animation-name:ham3;-webkit-animation-name:ham3;animation-name:ham3}@-moz-keyframes details-wrapper{from{max-height:0}to{max-height:1000px}}@-webkit-keyframes details-wrapper{from{max-height:0}to{max-height:1000px}}@keyframes details-wrapper{from{max-height:0}to{max-height:1000px}}@-moz-keyframes details-wrapperR{from{max-height:1000px}to{max-height:0}}@-webkit-keyframes details-wrapperR{from{max-height:1000px}to{max-height:0}}@keyframes details-wrapperR{from{max-height:1000px}to{max-height:0}}@-moz-keyframes details-tbody{from{-moz-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px)}to{-moz-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0)}}@-webkit-keyframes details-tbody{from{-webkit-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px)}to{-webkit-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0)}}@keyframes details-tbody{from{-moz-transform:rotateX(-1deg) translateZ(-3px);-ms-transform:rotateX(-1deg) translateZ(-3px);-webkit-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px)}to{-moz-transform:rotateX(0) translateZ(0);-ms-transform:rotateX(0) translateZ(0);-webkit-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0)}}@-moz-keyframes details-tbodyR{from{-moz-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0)}to{-moz-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px)}}@-webkit-keyframes details-tbodyR{from{-webkit-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0)}to{-webkit-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px)}}@keyframes details-tbodyR{from{-moz-transform:rotateX(0) translateZ(0);-ms-transform:rotateX(0) translateZ(0);-webkit-transform:rotateX(0) translateZ(0);transform:rotateX(0) translateZ(0)}to{-moz-transform:rotateX(-1deg) translateZ(-3px);-ms-transform:rotateX(-1deg) translateZ(-3px);-webkit-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px)}}body.product-category-page .page-content .product-details-wrapper{-moz-perspective:200px;-webkit-perspective:200px;perspective:200px;-moz-animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-duration:0.5s}body.product-category-page .page-content .product-details-wrapper.open{-moz-animation-name:details-wrapper;-webkit-animation-name:details-wrapper;animation-name:details-wrapper}body.product-category-page .page-content .product-details-wrapper.open .product-details{-moz-animation-name:details-tbody;-webkit-animation-name:details-tbody;animation-name:details-tbody;-moz-animation-duration:1s;-webkit-animation-duration:1s;animation-duration:1s}body.product-category-page .page-content .product-details-wrapper.close{-moz-animation-name:details-wrapperR;-webkit-animation-name:details-wrapperR;animation-name:details-wrapperR}body.product-category-page .page-content .product-details-wrapper.close .product-details{-moz-transform:rotateX(-1deg) translateZ(-3px);-ms-transform:rotateX(-1deg) translateZ(-3px);-webkit-transform:rotateX(-1deg) translateZ(-3px);transform:rotateX(-1deg) translateZ(-3px);-moz-animation-name:details-tbodyR;-webkit-animation-name:details-tbodyR;animation-name:details-tbodyR}body.product-category-page .page-content .product-details{-moz-transform-origin:0% 0% 50%;-ms-transform-origin:0% 0% 50%;-webkit-transform-origin:0% 0% 50%;transform-origin:0% 0% 50%;-moz-animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-duration:0.5s}

/* utilities */
    .r-show,
    .r-show-inline,
    .r-show-inline-block {
        display: none !important;
    }

@media (max-width: 1079px) {
    /* utilities */
    body.respond .r-hide {
        display: none !important;
    }
    body.respond .r-show {
        display: initial !important;
    }
    body.respond .r-show-inline {
        display: inline !important;
    }
    body.respond .r-show-inline-block {
        display: inline-block !important;
    }
    /* main */
    body.respond .page-wrapper {
        overflow: hidden;
    }

    body.respond .page-min-width {
        width: 100%;
        min-width: 0;
    }

    body.respond .top-margin {
        margin: 50px 0;
    }

    /* team page */

    body.respond.team-page .page-content .team .preload .controls {
        width: initial;
    }

    /* third level */

    body.respond.third-level-page .page-content .back,
    body.respond.third-level .page-content .back {
        position: static;
        margin-bottom: 25px;
        margin-top: -25px;
    }

    /* news listing */

    body.respond.news-listing-page .page-content .listing .load-more {
        width: 100%;
    }

    /* search */
    body.respond.search-page .page-content .contents-holder {
        margin: 0;
    }

    /* internal pages */
    body.richtext-page .page-content .contents-holder,
    body.second-level .page-content .contents-holder,
    body.third-level .page-content .contents-holder {
        margin: 50px 0;
    }

    body.second-level .page-content .contents-holder > .title {
        font-size: 36px;
    }
}
