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

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

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.colour-collection .list li {
  display: inline-block;
  vertical-align: top; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.drop ul, .faq-list, .faq-list ul, .manufacturing-block .tabset, .partner-list, .footer-navigation ul, .social-networks, .footer-nav ul, .payment-list, .meet-the-experts .expert-list, .meet-the-experts .listing, body.alt div.lightbox .thumbs, .tab-block .faq-tabset, .popup-content-holder .option-selector, .fabric-piece-block .view-option ul, .style-tab .tab-nav, .style-tab .image-list, .colour-collection .list, .photo-album .listing, body.alt2 div.lightbox.photo-album .thumbs, .banner-slide .pagination ul, .option-menu ul, .slick-slider, .item-list, .popup-content-holder .text-selector, .popup-content-holder .thumbs {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .main-heading:after, .footer-nav-col .inner-row:after, .footer-bottom-info .footer-hold-row:after, .contact-wrap:after, .general-form .row:after, .general-form .select-holder:after, .meet-the-experts .expert-list:after, fieldset.address .row:after, .intro-page .intro-wrap:after, .order-wrap:after, .fabric-piece-block .col-holder:after, .fabric-popup .page-holder:after, .fabric-popup .popup-frame:after, .fabric-popup .fabric-box:after, .style-tab:after, .style-tab .content-wrap:after, .how-it-works .block-wrap:after, .image-info-block:after, .image-info-block .holder:after, .image-info-block .two-col:after, .image-info-block .four-col:after, .image-info-block .top:after, .image-info-block .bottom:after, .image-info-block .three-col:after, .image-info-block .same-three-row .row:after, .cart-wrapper:after, .modal .header:after, .item-list li:after, .popup-content-holder .wrap:after, .category-column .row:after, .perfect-fit-container .row:after, .selfnation-newsletter-holder .row:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #1a1a1a;
  background: #fff;
  font: 18px/1.222 "Futura", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 33px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #1a1a1a; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

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

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-delivery-to-you:before {
  content: "\e901"; }

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

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

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

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

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

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

.icon-twitter:before {
  content: "\e601"; }

.icon-arrow-down:before {
  content: "\e602"; }

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

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

.icon-reload:before {
  content: "\e605"; }

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

.icon-close:before {
  content: "\e800"; }

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

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

#header {
  padding-top: 15px;
  position: relative;
  z-index: 1000; }
  @media (max-width: 900px) {
    #header {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    #header {
      padding-bottom: 15px;
      padding-top: 15px; } }
  .new-style #header {
    z-index: 9; }
  @media (max-width: 767px) {
    .no-option-menu #header {
      padding-bottom: 15px; } }

.logo {
  float: left;
  width: 200px; }
  @media (max-width: 1120px) {
    .logo {
      margin-top: 4px;
      width: 150px; } }
  @media (max-width: 1023px) {
    .logo {
      width: 200px; } }
  @media (max-width: 900px) {
    .logo {
      float: none;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .logo {
      width: 130px; } }

#nav {
  float: right;
  padding: 19px 0 0px; }
  @media (max-width: 1280px) {
    #nav {
      padding-top: 15px; } }
  @media (max-width: 900px) {
    #nav {
      padding: 0 0 17px;
      margin: 0 -32px;
      float: none;
      text-align: center; } }
  @media (max-width: 767px) {
    #nav {
      margin: 0;
      padding: 0 27px;
      text-align: left;
      position: relative; } }

.nav-opener {
  position: absolute;
  left: 20px;
  top: 14px;
  width: 22px;
  height: 18px;
  font-size: 0; }
  .nav-opener:focus {
    outline: none; }
  @media (min-width: 768px) {
    .nav-opener {
      left: 40px;
      width: 28px;
      height: 24px;
      top: 10px; } }
  @media (min-width: 901px) {
    .nav-opener {
      display: none; } }
  @media (max-width: 900px) {
    .nav-opener {
      margin-top: 6px; } }
  @media (max-width: 900px) {
    .nav-opener {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .nav-opener {
      margin-top: 4px; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    transition: all 0.25s linear; }
  .nav-opener span {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .nav-active .nav-opener {
    z-index: 9; }
    .nav-active .nav-opener span {
      opacity: 0; }
    .nav-active .nav-opener:before, .nav-active .nav-opener:after {
      transform: rotate(45deg);
      top: 50%;
      left: 0;
      right: 0;
      background: #fff; }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg); }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0;
    margin: 0; }
  .nav-opener:after {
    top: auto;
    bottom: 0; }
  .nav-opener:hover {
    opacity: 0.8; }

.drop a {
  text-decoration: none;
  padding: 5px 12px 5px 12px; }
  .drop a:hover {
    color: #000; }

.drop .has-drop-down-a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2px 0 2px;
  border-color: #000 transparent transparent;
  top: 50%;
  right: 2px;
  position: absolute;
  margin: -2px 0 0; }

.drop > ul {
  margin-right: -6px; }
  .drop > ul > li {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.44em;
    margin-left: 22px;
    position: relative;
    white-space: nowrap; }
    .drop > ul > li.has-drop-down.hover ul {
      display: block; }
    .drop > ul > li a:hover {
      opacity: 0.8; }
  .drop > ul ul {
    display: none;
    background: #fff;
    max-width: 300px;
    min-width: 48px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px; }
    .drop > ul ul a {
      padding: 0 10px; }
      @media (min-width: 901px) {
        .drop > ul ul a {
          font-size: 11px;
          letter-spacing: 3px;
          padding: 3px 8px 3px 8px; } }
      @media (min-width: 767px) {
        .drop > ul ul a {
          display: block; } }

@media (max-width: 900px) {
  .drop > ul > li {
    margin: 0 16px;
    float: none;
    display: inline-block;
    vertical-align: middle; }
    .drop > ul > li:first-child {
      margin: 0 16px; } }

@media (max-width: 767px) {
  .drop {
    background: #000;
    overflow: hidden; }
    .drop a {
      padding-top: 1px;
      padding-bottom: 1px;
      color: #fff; }
      .drop a:hover {
        color: #fff; }
    .drop .has-drop-down-a:after {
      border-top-color: #fff; }
    .drop > ul {
      margin: 0 0 -3px;
      padding: 7px 23px 0; }
      .drop > ul > li {
        margin: 0 0 7px -0.25em;
        font-size: 10px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        letter-spacing: 2px; }
        .drop > ul > li:first-child {
          margin: 0 0 7px -0.25em; }
        .drop > ul > li.hover ul {
          position: static;
          top: 0;
          left: 0; } }

.header-fixed #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 63px;
  background: #fff;
  z-index: 9; }

.header-fixed #wrapper {
  padding-top: 63px; }

@media (max-width: 900px) {
  .header-fixed #header {
    height: 124px; }
  .header-fixed #wrapper {
    padding-top: 124px; } }

@media (max-width: 767px) {
  .header-fixed #header {
    position: relative;
    background: transparent;
    height: auto;
    left: auto;
    right: auto;
    top: auto; }
  .header-fixed #wrapper {
    padding-top: 0; } }

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-webfont.eot");
  src: url("/fonts/futura-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/futura-webfont.woff2") format("woff2"), url("/fonts/futura-webfont.woff") format("woff"), url("/fonts/futura-webfont.ttf") format("truetype"), url("/fonts/futura-webfont.svg#futuraregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-bold-webfont.eot");
  src: url("/fonts/futura-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/futura-bold-webfont.woff2") format("woff2"), url("/fonts/futura-bold-webfont.woff") format("woff"), url("/fonts/futura-bold-webfont.ttf") format("truetype"), url("/fonts/futura-bold-webfont.svg#futurabold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light-webfont.eot");
  src: url("/fonts/futura-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/futura-light-webfont.woff2") format("woff2"), url("/fonts/futura-light-webfont.woff") format("woff"), url("/fonts/futura-light-webfont.ttf") format("truetype"), url("/fonts/futura-light-webfont.svg#futuralight") format("svg");
  font-weight: 300;
  font-style: normal; }

html,
body {
  height: 100%; }
  html.popup-active-class,
  body.popup-active-class {
    /* disable scrollbar on both x and y axis */
    overflow: hidden;
    /* disable scrollbar on x-axis only */
    overflow-x: hidden;
    /* disable scrollbar on y-axis only */
    overflow-y: hidden;
    /* disable scroll */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#wrapper {
  overflow: hidden;
  width: 100%; }
  @media (max-width: 767px) {
    .no-option-menu #wrapper {
      padding-top: 85px; } }
  .nav-active #wrapper {
    position: relative; }
  #wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
    transition: 0.25s linear opacity, 0.25s linear visibility; }
    .nav-active #wrapper:before {
      opacity: 1;
      visibility: visible; }

.resize-active #nav .drop {
  transition-duration: 0s; }

.container {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1280px;
  margin-bottom: 20px; }
  @media (max-width: 1220px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 1023px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 320px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  #header > .container {
    margin-bottom: 0px; }
  .container.footer-top {
    margin-bottom: 0px; }
  .container.category {
    margin-bottom: 55px; }
  .container.perfect-fit-formula {
    text-align: center;
    margin-top: 60px; }
    @media (min-width: 1023px) {
      .container.perfect-fit-formula {
        margin-bottom: 45px; } }
    .container.perfect-fit-formula label.how-it-works {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 16px; }
    @media (max-width: 767px) {
      .container.perfect-fit-formula {
        margin-top: 30px; } }
  @media (min-width: 768px) {
    .container.video-block {
      margin-bottom: 47px; } }
  .container.quote {
    font-size: 22px;
    padding: 0 0 1em;
    text-align: center;
    white-space: pre-line;
    line-height: 40px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .container.quote {
        font-size: 18px;
        line-height: 35px; } }
    @media (max-width: 768px) {
      .container.quote {
        font-size: 16px;
        line-height: 32px; } }
    @media (max-width: 425px) {
      .container.quote {
        padding: 0em 0 1em;
        font-size: 16px; } }
  .container.news {
    position: relative; }
    .container.news .wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      transform: translateY(-50%);
      text-align: center; }
      @media (max-width: 425px) {
        .container.news .wrapper {
          right: 5%; } }
      @media (max-width: 768px) {
        .container.news .wrapper h2 {
          font-size: 24px; } }
      @media (max-width: 425px) {
        .container.news .wrapper h2 {
          font-size: 16px;
          padding-bottom: 0px;
          margin-bottom: 0px; } }
      @media (max-width: 768px) {
        .container.news .wrapper label {
          font-size: 14px; } }
      @media (max-width: 425px) {
        .container.news .wrapper label {
          font-size: 12px;
          margin-bottom: 10px; } }
      .container.news .wrapper p {
        padding: 1em 9em; }
        @media (max-width: 1024px) {
          .container.news .wrapper p {
            padding: 1em 6em; } }
        @media (max-width: 768px) {
          .container.news .wrapper p {
            font-size: 14px;
            padding: 1em 2em 0; } }
        @media (max-width: 425px) {
          .container.news .wrapper p {
            font-size: 12px;
            padding: 1em 1em 0; } }
      @media (max-width: 768px) {
        .container.news .wrapper .button {
          font-size: 12px; } }
      @media (max-width: 425px) {
        .container.news .wrapper .button {
          font-size: 10px;
          padding: 8px 12px;
          margin-top: 10px; } }
      @media (max-width: 320px) {
        .container.news .wrapper .button {
          background-color: black;
          color: white; } }

.button {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  border: 2px solid #1a1a1a;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  outline: none;
  margin: 0;
  padding: 9px 15px;
  text-decoration: none;
  background: transparent;
  white-space: normal;
  transition: background 0.2s linear, color 0.2s linear;
  margin-bottom: 10px; }
  .button.white {
    border-color: #fff;
    color: #fff; }
    .button.white:hover {
      background: #fff;
      color: #000; }
  .button:hover {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #FFFFFF; }
  .button.call-to-action {
    background-color: #1a1a1a;
    color: #FFFFFF;
    border-color: #1a1a1a; }
    .button.call-to-action:hover {
      background-color: #4a4a4a;
      border-color: #4a4a4a;
      color: #FFFFFF; }
    .button.call-to-action.disabled {
      border-color: #b2b2b2;
      background-color: #FFFFFF;
      color: #b2b2b2;
      cursor: not-allowed; }
  .button.dotted {
    border-style: dotted; }
  @media (max-width: 1023px) {
    .button {
      font-size: 12px;
      line-height: 16px;
      padding: 8px 15px; } }

img {
  vertical-align: top; }

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  overflow: hidden; }
  .bg-stretch img {
    max-width: none;
    width: 100%;
    height: 100%; }

.left-part {
  float: left; }

.right-part {
  float: right; }

h2 {
  letter-spacing: 5px; }

.info-block {
  text-align: center;
  padding-top: 53px; }
  .info-block h2 {
    margin-bottom: -18px;
    position: relative;
    z-index: 2;
    text-transform: uppercase; }
  .info-block .fit-holder {
    background: #e8e8e8;
    overflow: hidden;
    padding: 35px 95px 42px;
    font-size: 15px;
    line-height: 20px; }
  .info-block .holder {
    float: left;
    width: 20%;
    padding: 0 20px;
    position: relative; }
    .info-block .holder:before {
      width: 30px;
      height: 10px;
      content: '';
      position: absolute;
      top: 50px;
      left: -16px;
      background: url(/images/layout/arrows/arrow-01.png) no-repeat; }
      @media (max-width: 1023px) {
        .info-block .holder:before {
          top: 47px; } }
    .info-block .holder:first-child:before {
      display: none; }
  .info-block .ico-holder {
    height: 100px;
    white-space: nowrap; }
    @media (max-width: 374px) {
      .info-block .ico-holder {
        height: 60px; } }
    .info-block .ico-holder:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: -0.25em;
      height: 100%; }
    .info-block .ico-holder img {
      display: inline-block;
      vertical-align: middle; }
  .info-block .text {
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    max-width: 75%;
    margin: 0 auto;
    min-height: 70px; }
  @media (max-width: 1220px) {
    .info-block {
      padding-top: 42px; }
      .info-block .fit-holder {
        padding: 24px 14px 30px; }
      .info-block .text {
        font-size: 16px;
        line-height: 17px; } }
    @media (max-width: 1220px) and (max-width: 1023px) {
      .info-block .text {
        font-size: 14px; } }
    @media (max-width: 1220px) and (max-width: 767px) {
      .info-block .text {
        font-size: 16px; } }
  @media (max-width: 1220px) {
      .info-block .holder {
        padding: 0 10px; } }
  @media (max-width: 1023px) {
    .info-block {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .info-block {
      padding: 40px 0 0; }
      .info-block .fit-holder {
        white-space: normal;
        padding: 24px 14px; }
      .info-block .holder {
        padding-top: 18px;
        width: 100%;
        float: none;
        display: none; }
        .info-block .holder:first-child {
          display: block; }
      .info-block .text {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .info-block .text {
        font-size: 10px;
        line-height: 14px; } }

.slide-holder {
  text-align: center;
  padding-top: 55px;
  margin-bottom: 65px; }
  .slide-holder h2 {
    margin-bottom: 38px; }
  @media (max-width: 1220px) {
    .slide-holder {
      margin-bottom: 55px; }
      .slide-holder h2 {
        font-size: 24px;
        margin-bottom: 31px; } }
  @media (max-width: 1023px) {
    .slide-holder {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .slide-holder {
      padding-top: 35px;
      margin-bottom: 49px; }
      .slide-holder h2 {
        margin-bottom: 30px; } }

.product-slide {
  position: relative; }
  .product-slide .mask {
    overflow: hidden;
    margin: 0 3px; }
  .product-slide .slideset {
    float: left;
    width: 100% !important;
    letter-spacing: -4px;
    white-space: nowrap; }
  .product-slide .gmask {
    float: left;
    width: 100%; }
  .product-slide .slide {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 8.5px;
    letter-spacing: 0; }
  .product-slide .btn-next,
  .product-slide .btn-prev {
    font-size: 57px;
    position: absolute;
    top: 50%;
    left: -20px;
    text-decoration: none;
    margin-top: -30px;
    z-index: 4;
    line-height: 0; }
    .product-slide .btn-next:hover,
    .product-slide .btn-prev:hover {
      opacity: 0.7; }
  .product-slide .btn-next {
    left: auto;
    right: -20px; }
  .product-slide .slide-wrap {
    position: relative; }
    .product-slide .slide-wrap:hover .hover-block {
      opacity: 1; }
  .product-slide .hover-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border: 1px solid #c5c5c5;
    transition: opacity 0.3s linear;
    opacity: 0;
    max-width: 382px;
    margin: 0 auto; }
    .product-slide .hover-block a {
      display: block;
      height: 100%;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.8); }
      .product-slide .hover-block a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em;
        height: 100%; }
      .product-slide .hover-block a:hover {
        text-decoration: none; }
    .product-slide .hover-block .center {
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 1.3; }
    .product-slide .hover-block .add {
      position: absolute;
      bottom: 4px;
      right: 10px;
      line-height: 1;
      font-weight: 700; }
  .product-slide.detail-active .detail-slider {
    position: static;
    opacity: 1;
    z-index: 6; }
  .product-slide.detail-active .mask {
    position: absolute;
    z-index: -1; }
  .product-slide.detail-active .btn-prev,
  .product-slide.detail-active .btn-next {
    display: none; }
  @media (max-width: 1220px) {
    .product-slide {
      margin: 0 29px; }
      .product-slide .slide {
        padding: 0 6px; }
      .product-slide .mask {
        margin: 0 -6px; } }
  @media (max-width: 1023px) {
    .product-slide {
      margin: 0 17px; } }
  @media (max-width: 767px) {
    .product-slide {
      max-width: 223px;
      margin: 0 auto; }
      .product-slide .slide {
        width: 100%; }
      .product-slide .btn-prev,
      .product-slide .btn-next {
        font-size: 37px;
        margin-top: -19px; }
      .product-slide .hover-block {
        bottom: 1px; } }

.detail-slider {
  padding: 0 9999px;
  margin: 0 -9999px;
  background: #1c1c1c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1; }
  .detail-slider .detail-mask {
    position: relative; }
  .detail-slider .detail-slideset {
    width: 100%;
    float: left; }
    .detail-slider .detail-slideset .slick-slide {
      outline: none; }
      .detail-slider .detail-slideset .slick-slide > div {
        height: 100%;
        display: flex; }
  .detail-slider .detail-slide {
    float: left;
    padding: 64px 0; }
  .detail-slider .desc-text {
    float: left;
    width: 30%;
    padding-top: 40px; }
    .detail-slider .desc-text h2 {
      margin-bottom: 20px; }
  .detail-slider .photo-holder {
    overflow: hidden; }
    .detail-slider .photo-holder .img {
      float: left;
      width: 50%;
      padding: 0 20px; }
  .detail-slider .detail-btn-prev,
  .detail-slider .detail-btn-next {
    color: #fff;
    z-index: 5;
    font-size: 57px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: -60px;
    text-decoration: none;
    margin-top: -30px; }
    .detail-slider .detail-btn-prev:hover,
    .detail-slider .detail-btn-next:hover {
      opacity: 0.7; }
  .detail-slider .detail-gmask {
    overflow: hidden;
    height: 100%; }
  .detail-slider .detail-btn-next {
    left: auto;
    right: -60px; }
  .detail-slider .close {
    color: #fff;
    position: absolute;
    right: -60px;
    top: 20px;
    text-decoration: none; }
    .detail-slider .close:hover {
      opacity: 0.7; }
  @media (max-width: 1023px) {
    .detail-slider .close {
      right: -30px;
      top: 10px; }
    .detail-slider .detail-btn-prev {
      left: -40px; }
    .detail-slider .detail-btn-next {
      right: -40px; }
    .detail-slider .photo-holder .img {
      padding: 0 5px; } }
  @media (max-width: 767px) {
    .detail-slider .detail-slide {
      padding: 0; }
    .detail-slider .desc-text {
      float: none;
      width: auto;
      padding: 0 0 20px; }
    .detail-slider .detail-btn-prev,
    .detail-slider .detail-btn-next {
      font-size: 37px;
      margin-top: -19px; } }
  .detail-slider .slide-area.info-active .overlay-text {
    opacity: 1;
    visibility: visible; }
  .detail-slider .slide-area.info-active .img-wrap .btn-info-opener {
    border-color: #fff;
    color: #fff; }
    .detail-slider .slide-area.info-active .img-wrap .btn-info-opener:hover {
      color: #1a1a1a;
      background: #fff; }
    .detail-slider .slide-area.info-active .img-wrap .btn-info-opener .info-text {
      display: none; }
    .detail-slider .slide-area.info-active .img-wrap .btn-info-opener .zur-text {
      display: block; }
  .detail-slider .title-text {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media only screen and (max-height: 600px) and (max-width: 600px) {
      .detail-slider .title-text {
        margin-bottom: 10px; } }
    @media (max-width: 1023px) {
      .detail-slider .title-text {
        font-size: 15px; } }
    @media (max-width: 320px) {
      .detail-slider .title-text {
        font-size: 12px; }
        .detail-slider .title-text br {
          display: none; } }
  .detail-slider .img-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px; }
    .detail-slider .img-wrap .btn-info-opener {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 99999;
      font-weight: 700;
      width: 49px;
      color: #1a1a1a;
      font-size: 8px;
      border: 2px solid #1a1a1a;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      line-height: 10px;
      letter-spacing: 0.08em;
      padding: 3px 2px;
      outline: none; }
      @media (min-width: 1200px) {
        .detail-slider .img-wrap .btn-info-opener {
          font-size: 12px;
          line-height: 14px;
          padding: 4px 7px;
          width: 72px;
          right: 15px;
          top: 15px; } }
      .detail-slider .img-wrap .btn-info-opener .zur-text {
        display: none; }
      .detail-slider .img-wrap .btn-info-opener:hover {
        color: #fff;
        background: #1a1a1a; }
      .detail-slider .img-wrap .btn-info-opener.background--light {
        border-color: #FFF;
        color: #FFF; }
    .detail-slider .img-wrap .overlay-text {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 13px;
      color: #fff;
      background: rgba(0, 0, 0, 0.88);
      font-weight: 500;
      transition: 0.25s linear opacity, 0.25s linear visibility;
      opacity: 0;
      visibility: hidden;
      z-index: 3;
      line-height: 1.19; }
      @media (min-width: 1200px) {
        .detail-slider .img-wrap .overlay-text {
          font-size: 18px;
          line-height: 1.25; } }
      @media (max-width: 639px) {
        .detail-slider .img-wrap .overlay-text {
          font-size: 16px; } }
      .detail-slider .img-wrap .overlay-text .text-wrap {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 45px 0px 0; }
        @media (min-width: 1200px) {
          .detail-slider .img-wrap .overlay-text .text-wrap {
            padding: 52px 0px 0; } }
        .detail-slider .img-wrap .overlay-text .text-wrap .description {
          display: block;
          max-height: 88%;
          height: 100%;
          padding: 0 10px;
          font-size: calc(1rem + ((1vw - 8.8px) * 0.1111)); }
          .detail-slider .img-wrap .overlay-text .text-wrap .description span {
            display: block;
            text-align: justify; }
      .detail-slider .img-wrap .overlay-text p {
        margin-bottom: 0;
        text-align-last: center; }
      .detail-slider .img-wrap .overlay-text .bottom-info-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 7px 13px;
        text-transform: uppercase;
        text-align: center; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .detail-slider .img-wrap .overlay-text .bottom-info-text {
            font-size: 13px; } }
    .detail-slider .img-wrap img.contrast-bg {
      width: 100%; }
    @media (max-width: 1280px) {
      .detail-slider .img-wrap img {
        width: 310px; } }
  .detail-slider .waist-length-info {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center; }
    .detail-slider .waist-length-info span + span:before {
      content: '|';
      position: relative;
      top: -1px;
      padding: 0 4px; }
    @media (max-width: 320px) {
      .detail-slider .waist-length-info {
        font-size: 10px; } }
  .detail-slider .slide-info-detail {
    text-transform: uppercase;
    text-align: center; }
    .detail-slider .slide-info-detail .detail-title {
      display: block;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0.1em;
      margin-top: 4px; }
    .detail-slider .slide-info-detail .sub-title {
      display: block;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.05em;
      margin-bottom: 7px; }
    .detail-slider .slide-info-detail .button {
      font-size: 13px;
      letter-spacing: 0.1em;
      border-width: 3px;
      height: 45px;
      line-height: 19px;
      padding: 11px 5px;
      width: 100%;
      text-transform: uppercase; }
      @media (min-width: 767px) {
        .detail-slider .slide-info-detail .button {
          padding: 13px 5px;
          height: 49px; } }
      @media (max-width: 425px) {
        .detail-slider .slide-info-detail .button {
          font-size: 10px; } }
      @media (max-width: 320px) {
        .detail-slider .slide-info-detail .button {
          height: 35px;
          padding: 6px 5px; } }

.fit-block {
  position: relative;
  height: 860px;
  overflow: hidden;
  margin-bottom: 61px;
  background: #ebe7e5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZTdlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2RmZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ebe7e5 0%, #e3dfdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebe7e5), color-stop(100%, #e3dfdc));
  background: -webkit-linear-gradient(top, #ebe7e5 0%, #e3dfdc 100%);
  background: -o-linear-gradient(top, #ebe7e5 0%, #e3dfdc 100%);
  background: -ms-linear-gradient(top, #ebe7e5 0%, #e3dfdc 100%);
  background: linear-gradient(to bottom, #ebe7e5 0%, #e3dfdc 100%); }
  @media (min-width: 1024px) {
    .fit-block.home-fitblock {
      height: 574px; }
      .fit-block.home-fitblock .title {
        line-height: 140px; }
      .fit-block.home-fitblock .slide {
        min-height: 1px; }
      .fit-block.home-fitblock .lady-image {
        height: 574px;
        overflow: hidden; } }
  @media (max-width: 767px) {
    .fit-block {
      margin-bottom: 0px; } }
  .fit-block .text-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff; }
  .fit-block .container {
    height: 100%;
    white-space: nowrap;
    position: relative; }
    .fit-block .container * {
      white-space: normal; }
    .fit-block .container:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: -0.25em;
      height: 100%; }
    .fit-block .container:after {
      content: '';
      position: absolute;
      left: 41px;
      right: 41px;
      bottom: 42px;
      top: 40px; }
  .fit-block .lady-image {
    width: 100%;
    margin: 0 auto; }
    .fit-block .lady-image img {
      width: 100%; }
  .fit-block .title {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    font-size: 47px;
    line-height: 200px;
    text-transform: uppercase;
    letter-spacing: 5px; }
  @media (max-width: 1220px) {
    .fit-block {
      height: auto;
      margin-bottom: 62px; }
      .fit-block .container:after {
        left: 40px;
        top: 40px;
        bottom: 40px;
        right: 40px; } }
  @media (max-width: 1023px) {
    .fit-block {
      margin-bottom: 57px; }
      .fit-block .container:after {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px; }
      .fit-block .lady-image {
        width: 100%; } }
  @media (max-width: 767px) {
    .fit-block {
      margin-bottom: 0px; }
      .fit-block .container:after {
        top: 17px;
        bottom: 17px;
        left: 20px;
        right: 20px; }
      .fit-block .lady-image {
        width: auto;
        margin: 0px; }
      .fit-block .title {
        font-size: 26px;
        line-height: 68px;
        letter-spacing: 2px; } }

.cycle-gallery {
  position: relative; }
  .cycle-gallery .mask {
    overflow: hidden; }
  .cycle-gallery .slideset {
    width: 100%;
    float: left; }
  .cycle-gallery .slide {
    float: left;
    width: 100%; }
    .cycle-gallery .slide.active {
      z-index: 1; }
  .cycle-gallery .button-hold {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
    .cycle-gallery .button-hold .container:after {
      display: none; }
  .cycle-gallery .btn-next,
  .cycle-gallery .btn-prev {
    position: absolute;
    z-index: 5;
    margin-top: -18px;
    right: 54px;
    font-size: 0;
    line-height: 0;
    width: 35px;
    height: 35px;
    background: url("/images/layout/arrows/arrow-right.png") no-repeat;
    background-size: 35px auto; }
    .cycle-gallery .btn-next:hover,
    .cycle-gallery .btn-prev:hover {
      opacity: 0.85; }
    .cycle-gallery .btn-next.gray,
    .cycle-gallery .btn-prev.gray {
      background-image: url("/images/layout/arrows/arrow-right-gray.png"); }
    @media (max-width: 767px) {
      .cycle-gallery .btn-next,
      .cycle-gallery .btn-prev {
        background-size: 24px auto;
        height: 24px;
        width: 24px;
        margin-top: -12px;
        right: 27px; } }
    @media (max-width: 374px) {
      .cycle-gallery .btn-next,
      .cycle-gallery .btn-prev {
        background-size: 12px auto;
        height: 12px;
        width: 12px;
        margin-top: -12px;
        right: 27px; } }
  .cycle-gallery .btn-prev {
    right: auto;
    left: 54px;
    transform: rotateY(180deg); }
    @media (max-width: 767px) {
      .cycle-gallery .btn-prev {
        left: 27px; } }

.social-block {
  position: relative;
  height: 461px;
  text-align: center;
  padding-top: 30px; }
  .social-block h2 {
    color: #fff; }
  @media (max-width: 1220px) {
    .social-block {
      height: 345px;
      padding-top: 24px; }
      .social-block h2 {
        font-size: 24px; } }
  @media (max-width: 767px) {
    .social-block {
      padding-top: 18px; }
      .social-block h2 {
        line-height: 38px; } }

.news-block {
  padding-top: 128px; }
  .news-block .jean-holder {
    height: 236px;
    float: left;
    width: 32.4%;
    color: #000;
    text-align: center;
    white-space: nowrap;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase; }
    .news-block .jean-holder:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      margin-right: -0.25em; }
    .news-block .jean-holder:after {
      content: '';
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 16px;
      top: 16px;
      border: 3px solid #fff; }
    .news-block .jean-holder .title {
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      max-width: 80%;
      margin: 0 auto;
      color: #000;
      text-transform: uppercase; }
  @media (max-width: 1220px) {
    .news-block {
      padding-top: 66px; }
      .news-block .jean-holder {
        width: 27.4%;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: 4px; } }
  @media (max-width: 1023px) {
    .news-block {
      padding-top: 60px;
      padding-bottom: 111px;
      position: relative; }
      .news-block .jean-holder {
        position: absolute;
        bottom: 0;
        right: 40px;
        float: none;
        width: 33.6%; } }
  @media (max-width: 767px) {
    .news-block {
      padding-top: 50px;
      padding-bottom: 0; }
      .news-block .jean-holder {
        position: relative;
        bottom: auto;
        right: auto;
        float: none;
        width: 280px;
        margin: 0 auto;
        height: 170px; }
        .news-block .jean-holder:after {
          top: 10px;
          bottom: 10px;
          left: 10px;
          right: 10px; } }

.newsletter-form {
  float: right;
  width: 66%;
  border: 5px solid #1a1a1a;
  padding: 13px 27px 16px;
  font-size: 14px;
  line-height: 18px; }
  .newsletter-form .left-part {
    float: left;
    width: 44%; }
  .newsletter-form .form-wrap {
    float: right;
    width: 50%;
    padding: 35px 0 0; }
  .newsletter-form h2 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 7px; }
  .newsletter-form .info {
    display: block;
    margin-bottom: -2px;
    font-size: 16px;
    line-height: 24px; }
  .newsletter-form [type="text"],
  .newsletter-form [type="email"] {
    width: 100%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ececec;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #b2b2b2;
    padding: 0 0 2px;
    outline: none; }
    .newsletter-form [type="text"]::-webkit-input-placeholder,
    .newsletter-form [type="email"]::-webkit-input-placeholder {
      color: #b2b2b2; }
    .newsletter-form [type="text"]::-moz-placeholder,
    .newsletter-form [type="email"]::-moz-placeholder {
      opacity: 1;
      color: #b2b2b2; }
    .newsletter-form [type="text"]:-moz-placeholder,
    .newsletter-form [type="email"]:-moz-placeholder {
      color: #b2b2b2; }
    .newsletter-form [type="text"]:-ms-input-placeholder,
    .newsletter-form [type="email"]:-ms-input-placeholder {
      color: #b2b2b2; }
    .newsletter-form [type="text"].placeholder,
    .newsletter-form [type="email"].placeholder {
      color: #b2b2b2; }
  .newsletter-form .input {
    padding-bottom: 28px; }
  .newsletter-form input[type="submit"] {
    margin-top: 12px;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 18px;
    background: transparent; }
    .newsletter-form input[type="submit"]:hover {
      background: #1a1a1a; }
  @media (max-width: 1220px) {
    .newsletter-form {
      width: 70.4%; } }
  @media (max-width: 1023px) {
    .newsletter-form {
      float: left;
      width: 55.8%;
      margin-left: 2.7%;
      padding: 19px 30px 28px;
      overflow: hidden; }
      .newsletter-form .left-part {
        width: auto;
        float: none;
        padding-bottom: 37px; }
      .newsletter-form h2 {
        font-size: 52px;
        line-height: 55px;
        letter-spacing: 10px;
        margin-bottom: 11px; }
      .newsletter-form .form-wrap {
        padding: 0;
        width: auto;
        float: none; }
      .newsletter-form input[type="submit"] {
        padding: 10px; } }
  @media (max-width: 767px) {
    .newsletter-form {
      margin: 0 0 50px;
      width: 100%;
      float: none;
      padding: 6px 20px 28px; }
      .newsletter-form h2 {
        margin-bottom: 15px; }
      .newsletter-form .info {
        margin-bottom: 16px; }
      .newsletter-form .left-part {
        letter-spacing: 0.06em;
        padding-bottom: 9px; }
      .newsletter-form input[type="submit"] {
        margin: 2px auto 3px;
        display: block;
        width: 245px; } }
  @media (max-width: 374px) {
    .newsletter-form input[type="submit"] {
      width: 100%; } }

.three-lady {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 63px; }
  .three-lady .container {
    max-width: 440px;
    padding-left: 10px;
    padding-right: 10px; }
  .three-lady .three-col {
    overflow: hidden;
    margin-bottom: 30px; }
    .three-lady .three-col .col {
      width: 33.33%;
      float: left;
      padding: 0 5px; }
  .three-lady .button {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    border-width: 4px;
    padding: 19px 20px; }
  @media (max-width: 767px) {
    .three-lady {
      padding-top: 50px; }
      .three-lady .three-col {
        margin-bottom: 44px; }
      .three-lady .button {
        width: 280px;
        margin: 0 auto;
        border-width: 2px;
        font-size: 18px;
        line-height: 22px;
        padding: 11px; } }

.quote-holder {
  text-align: center;
  padding-bottom: 99px; }
  .quote-holder.container {
    max-width: 830px; }
  .quote-holder blockquote {
    quotes: none;
    margin: -22px 0 20px; }
  .quote-holder q {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 5px;
    display: block; }
    .quote-holder q:before, .quote-holder q:after {
      content: '„';
      display: block;
      text-align: center; }
    .quote-holder q:after {
      content: '“'; }
  .quote-holder cite {
    font-style: normal;
    font-size: 14px;
    display: block; }
  @media (max-width: 1023px) {
    .quote-holder {
      margin: -25px 90px 20px;
      padding-bottom: 78px; }
      .quote-holder q {
        line-height: 42px; } }
  @media (max-width: 767px) {
    .quote-holder {
      margin: -36px 18px 0;
      padding-bottom: 25px; } }

.faq-holder {
  text-align: center;
  padding-top: 49px; }
  @media (max-width: 1023px) {
    .faq-holder {
      padding-top: 47px; } }
  @media (max-width: 767px) {
    .faq-holder {
      padding-top: 10px; } }
  .faq-holder .jean-holder {
    float: right;
    width: 251px;
    margin: 0 19px;
    position: relative; }
    @media (min-width: 1024px) {
      .faq-holder .jean-holder {
        width: 375px;
        margin: 0 0 0 49px; } }
    @media (min-width: 1281px) {
      .faq-holder .jean-holder {
        width: 502px; } }
    @media (max-width: 767px) {
      .faq-holder .jean-holder {
        display: none; } }
    .faq-holder .jean-holder .title {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      font-size: 27px;
      line-height: 36px;
      text-align: left;
      padding: 10px 23px;
      letter-spacing: 0.1em;
      color: #000;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .faq-holder .jean-holder .title {
          max-width: 60%;
          font-size: 30px; } }
      @media (max-width: 1024px) {
        .faq-holder .jean-holder .title {
          max-width: 60%;
          top: 50%;
          line-height: 26px;
          font-size: 20px; } }
      @media (max-width: 768px) {
        .faq-holder .jean-holder .title {
          top: 50%; } }
    .faq-holder .jean-holder:hover:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }

.faq-list {
  overflow: hidden;
  line-height: 21px; }
  .faq-list li {
    margin-bottom: 21px;
    letter-spacing: 1px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .faq-list li {
        margin-bottom: 13px; } }
  .faq-list .question {
    position: relative;
    margin: 0 auto 1px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.2s linear; }
    @media (max-width: 1023px) {
      .faq-list .question {
        font-size: 14px;
        line-height: 18px; } }
    .faq-list .question:hover {
      color: #6d6d6d; }
  .faq-list ul li {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .faq-list {
      line-height: 19px; }
      .faq-list li {
        margin-bottom: 9px;
        overflow: visible; }
      .faq-list .question {
        line-height: 20px;
        max-width: none; } }

.manufacturing-block {
  padding-top: 33px;
  max-width: 1170px;
  margin-bottom: 130px; }
  @media (min-width: 1024px) {
    .manufacturing-block.container {
      max-width: 1280px; } }
  .manufacturing-block .main-row {
    position: relative;
    min-height: 445px; }
    .manufacturing-block .main-row .btn-down {
      display: none; }
  .manufacturing-block .map-holder {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 0 0 81px;
    width: 64.7%;
    float: right;
    min-height: 770px; }
  .manufacturing-block .tabset {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .manufacturing-block .tabset li {
      position: absolute; }
    .manufacturing-block .tabset .one {
      top: 26%;
      left: 74%; }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .one {
          top: 24%;
          left: 72%; } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .one {
          top: 18%;
          left: 79%; } }
    .manufacturing-block .tabset .two {
      left: 54.5%;
      top: 24.5%;
      transform: rotate(-44deg); }
    .manufacturing-block .tabset .three {
      top: 24.6%;
      left: 56.9%;
      transform: rotate(44deg); }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .three {
          left: 57.9%; } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .three {
          left: 62.9%; } }
    .manufacturing-block .tabset .four {
      left: 57.4%;
      top: 40%; }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .four {
          left: 59.4%;
          top: 32%; } }
    .manufacturing-block .tabset .five {
      left: 70.5%;
      bottom: 43%; }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .five {
          left: 68.5%;
          bottom: 44%; } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .five {
          left: 70.5%; } }
    .manufacturing-block .tabset .six {
      top: 51.3%;
      left: 60%; }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .six {
          top: 48.3%;
          left: 60%; } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .six {
          top: 43.3%; } }
    .manufacturing-block .tabset .seven {
      left: 56.8%;
      top: 51.7%;
      transform: rotate(-40deg); }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .seven {
          left: 52.8%; } }
    .manufacturing-block .tabset .eight {
      left: 60%;
      bottom: 41%;
      transform: rotate(130deg); }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .eight {
          left: 60%;
          bottom: 39%;
          transform: rotate(130deg); } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .eight {
          bottom: 35%; } }
    .manufacturing-block .tabset .nine {
      left: 56.4%;
      bottom: 41%;
      transform: rotate(170deg); }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .nine {
          left: 56.4%;
          bottom: 39%;
          transform: rotate(230deg); } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .nine {
          left: 56.4%;
          bottom: 42%;
          transform: rotate(330deg); } }
    .manufacturing-block .tabset .ten {
      left: 21%;
      bottom: 16%; }
      @media (max-width: 1024px) {
        .manufacturing-block .tabset .ten {
          bottom: 20%; } }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .ten {
          left: 8%; } }
    .manufacturing-block .tabset .eleven {
      left: 62%;
      bottom: 43.4%;
      transform: rotate(60deg); }
      @media (max-width: 768px) {
        .manufacturing-block .tabset .eleven {
          left: 65%;
          bottom: 41%; } }
    .manufacturing-block .tabset a {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background: url(/images/layout/pin.png) no-repeat;
      height: 37px;
      width: 28px;
      display: block; }
      @media (min-width: 768px) {
        .manufacturing-block .tabset a {
          width: 14px;
          height: 20px;
          background-size: 100% 100%; } }
      @media (min-width: 1024px) {
        .manufacturing-block .tabset a {
          width: 20px;
          height: 28px; } }
      .manufacturing-block .tabset a:hover {
        background-image: url(/images/layout/pin-active.png); }
    .manufacturing-block .tabset .active a {
      background-image: url(/images/layout/pin-active.png); }
  .manufacturing-block .left-part {
    width: 340px; }
  .manufacturing-block .right-part {
    text-align: center;
    width: 264px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 0 38px; }
  .manufacturing-block .tab-wrap {
    overflow: hidden;
    text-align: center;
    padding: 95px 0 0; }
  .manufacturing-block h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.06em;
    margin: 0 0 22px;
    text-align: center;
    text-transform: uppercase; }
  .manufacturing-block .img-holder {
    max-width: 313px; }
  .manufacturing-block .text {
    padding: 0;
    line-height: 23px;
    font-size: 18px; }
  .manufacturing-block .close {
    display: none; }
  @media (max-width: 1220px) {
    .manufacturing-block {
      margin-bottom: 69px; }
      .manufacturing-block .text {
        padding: 0; }
      .manufacturing-block .left-part {
        width: auto; }
      .manufacturing-block h2 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 18px; }
      .manufacturing-block .right-part {
        width: 229px; } }
  @media (max-width: 1023px) {
    .manufacturing-block {
      margin-bottom: 100px; }
      .manufacturing-block .main-row {
        min-height: 1px; }
      .manufacturing-block .map-holder {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin: 0 0 0 44px;
        width: 387px;
        float: right;
        min-height: 386px; }
      .manufacturing-block .tab-content {
        overflow: hidden; }
      .manufacturing-block .tab-wrap {
        padding: 33px 0 0; } }
    @media (max-width: 1023px) and (max-width: 1024px) {
      .manufacturing-block .tab-wrap {
        padding-top: 0px; } }
  @media (max-width: 1023px) {
      .manufacturing-block .left-part,
      .manufacturing-block .right-part {
        float: none;
        width: auto;
        margin: 0; }
      .manufacturing-block .right-part {
        margin-bottom: 19px; }
      .manufacturing-block .img-holder {
        max-width: 228px;
        margin: 0 auto;
        padding-top: 108px; } }
    @media (max-width: 1023px) and (max-width: 768px) {
      .manufacturing-block .img-holder {
        padding-top: 0px; } }
  @media (max-width: 1023px) {
      .manufacturing-block .text {
        padding: 0;
        max-width: 280px;
        margin: 0 auto; }
      .manufacturing-block .main-row .btn-down {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        margin: -36px auto -9px;
        display: block;
        background: url(/images/layout/arrows/arrow-down.png) no-repeat;
        height: 45px;
        width: 44px; }
        .manufacturing-block .main-row .btn-down:hover {
          opacity: 0.7; } }
  @media (max-width: 767px) {
    .manufacturing-block .map-holder {
      margin: 0 auto;
      max-width: 335px;
      width: auto;
      float: none; }
    .manufacturing-block .main-row {
      min-height: 1px; }
      .manufacturing-block .main-row .btn-down {
        display: none; }
    .manufacturing-block .tab-wrap {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      left: 0;
      right: 0;
      min-height: 418px;
      opacity: 1;
      z-index: 0;
      transition: opacity 0.3s linear; }
      .manufacturing-block .tab-wrap.js-tab-hidden {
        opacity: 0;
        z-index: -1; }
    .manufacturing-block .close {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 18px;
      height: 18px;
      position: absolute;
      right: 10px;
      top: 10px;
      display: block;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRDdGMTE3NDA3MjA2ODExOEMxNEI4MjAxOURDMDI4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RTMyRDVCNDAwNjMxMUU2QTEzMzg4RjEyMEJGMkU5OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RTMyRDVCMzAwNjMxMUU2QTEzMzg4RjEyMEJGMkU5OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjIzYzQyYjYtNjA1Zi00MTgzLTgyNzAtMmQ4ZmYxZDA4MGRhIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OGMxYmFhMWMtMzU3YS0xMTc5LWExNzUtYTllNGYxOGFiMDJlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fHhUNQAAAPxJREFUeNqUk7EKAjEMhtsgDj7C6eYu+Abn4uQr6KQg4uCrOOvmK7h7syD3AjoI9gFcHK1/pIXjbK8x8JPSaz6SS6KttaoLU0odoIUx5qaEhrA+3A6a6izLCIcSGkAPKJfAHKSAetCFEPTGYQO93GXhHkkhT2jF2SjATnATCSwAGSP+TP6BBBaD8DeqPmyCNUHYNHctkP4I7gh1XAPm0D4GiYICMG9ByE9pgTLXtetlCJLKqPpPvEXnjIQtTs4ZCedkmxoNks5Jas5IApHMmXbbn4Qk5izn7de8vdBQAonASt5+7v8MukohtTLv33gujYXMWv78jxDXZv8RYAD7UtpS9Ae7YAAAAABJRU5ErkJggg==") no-repeat; }
    .manufacturing-block .img-holder {
      max-width: 76px;
      padding-top: 44px; }
    .manufacturing-block .right-part {
      margin-bottom: 25px; }
    .manufacturing-block .text {
      font-size: 12px;
      line-height: 15px;
      padding: 0 18px; }
    .manufacturing-block h2 {
      margin-bottom: 12px; }
    .manufacturing-block .tabset a {
      transform: scale(0.8, 0.8);
      transform-origin: bottom center; } }

@media (max-width: 767px) {
  .tab-active .map-holder {
    position: absolute;
    left: 0;
    right: 0; }
  .tab-active .tab-wrap {
    position: relative;
    z-index: 5;
    opacity: 1; } }

.manufacturing-banner {
  position: relative;
  overflow: hidden; }
  .manufacturing-banner .text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-align: center;
    text-align: left;
    padding: 3px 40px 0; }
    .manufacturing-banner .text-wrap:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .manufacturing-banner .text-wrap > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    .manufacturing-banner .text-wrap h2 {
      color: #fff;
      font-size: 52px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 0; }
  .manufacturing-banner .img-holder {
    height: 100%;
    text-align: center;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat; }
    .manufacturing-banner .img-holder img {
      visibility: hidden; }
  .manufacturing-banner .mask {
    overflow: hidden; }
  .manufacturing-banner .slideset {
    float: left;
    width: 9999px; }
  .manufacturing-banner .slide {
    float: left;
    overflow: hidden;
    height: 858px; }
  .manufacturing-banner .btn-next,
  .manufacturing-banner .btn-down {
    position: absolute;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    z-index: 9;
    width: 44px;
    height: 44px; }
    .manufacturing-banner .btn-next:hover,
    .manufacturing-banner .btn-down:hover {
      opacity: 0.8; }
  .manufacturing-banner .btn-next {
    top: 50%;
    right: 21px;
    margin-top: -21px;
    background: url(/images/layout/arrows/arrow-02.png) no-repeat; }
  .manufacturing-banner .btn-down {
    left: 50%;
    bottom: 21px;
    margin-left: -21px;
    background: url(/images/layout/arrows/arrow-03.png) no-repeat; }
  @media (max-width: 1220px) {
    .manufacturing-banner .slide {
      height: 688px; } }
  @media (max-width: 1023px) {
    .manufacturing-banner .slide {
      height: 1022px; } }
  @media (max-width: 767px) {
    .manufacturing-banner .slide {
      height: 480px; }
    .manufacturing-banner .text-wrap {
      padding: 3px 21px 0; }
      .manufacturing-banner .text-wrap h2 {
        font-size: 26px;
        line-height: 30px; }
    .manufacturing-banner .btn-next {
      background-size: 22px 22px;
      right: -2px;
      margin-top: -11px; } }

.presse-information {
  padding: 137px 0 0;
  font-size: 18px;
  line-height: 22px; }
  .presse-information .container {
    max-width: 984px; }
  .presse-information h1 {
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 0.064em;
    text-transform: uppercase;
    margin: 0 0 64px; }
  .presse-information .sub-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0.25em;
    margin: 0 0 71px; }
  .presse-information h2 {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px; }
    .presse-information h2.support {
      margin-bottom: 26px; }
  .presse-information .text-wrap {
    max-width: 838px;
    letter-spacing: 0.01em;
    overflow: hidden;
    margin-bottom: 41px; }
    .presse-information .text-wrap p {
      margin-bottom: 0.98em; }
  .presse-information dl {
    letter-spacing: 0.01em;
    overflow: hidden;
    margin-bottom: 35px; }
    .presse-information dl dt {
      margin-bottom: -1px; }
    .presse-information dl dd {
      margin: 0 0 22px; }
  .presse-information .text {
    display: block;
    letter-spacing: 0.01em;
    margin: 0 0 57px; }
  .presse-information .contact-detail {
    letter-spacing: 0.01em;
    margin: 0 0 81px; }
    .presse-information .contact-detail address {
      font-style: normal;
      line-height: 1.08;
      margin: 0 0 21px; }
    .presse-information .contact-detail a {
      text-decoration: none; }
    .presse-information .contact-detail .email {
      color: #1a1a1a; }
      .presse-information .contact-detail .email:hover {
        color: #4d4d4d; }
    .presse-information .contact-detail .tel {
      margin-right: 5px; }
  @media (max-width: 1023px) {
    .presse-information {
      padding: 75px 20px 0;
      font-size: 15px;
      line-height: 18px; }
      .presse-information h1 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 34px; }
      .presse-information .sub-title {
        margin-bottom: 42px; }
      .presse-information h2 {
        font-size: 20px;
        line-height: 24px; }
      .presse-information .text-wrap {
        letter-spacing: 1px;
        margin-bottom: 31px; }
        .presse-information .text-wrap p {
          margin-bottom: 18px; }
      .presse-information dl {
        margin-bottom: 29px; }
        .presse-information dl dd {
          margin-bottom: 19px; }
      .presse-information .text {
        margin-bottom: 46px; }
      .presse-information .contact-detail address {
        line-height: 18px;
        margin-bottom: 18px; } }
  @media (max-width: 767px) {
    .presse-information {
      padding: 0 28px;
      font-size: 18px;
      line-height: 24px; }
      .presse-information h1 {
        font-size: 33px;
        line-height: 50px;
        margin-bottom: 21px; }
      .presse-information .sub-title {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 70px; }
      .presse-information h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 21px;
        word-break: break-all; }
      .presse-information .text-wrap p {
        margin-bottom: 24px; }
      .presse-information dl {
        margin: 0 0 34px;
        padding-top: 7px; }
        .presse-information dl dd {
          margin-bottom: 25px; }
      .presse-information .text {
        margin-bottom: 58px; }
      .presse-information .contact-detail address {
        line-height: 22px; } }
  @media (max-width: 374px) {
    .presse-information {
      padding: 0; } }

.contact {
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 767px) {
    .contact {
      padding-left: 10px;
      padding-right: 10px; } }

.information-block {
  padding: 80px 0 0;
  font-size: 18px;
  line-height: 22px; }
  .information-block .container {
    max-width: 1280px; }
  .information-block h1 {
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 0.064em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 64px;
    word-wrap: break-word; }
    .information-block h1.about-us {
      margin-bottom: 0px; }
  .information-block .sub-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0.25em;
    margin: 0 0 71px; }
  .information-block h2 {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
    word-wrap: break-word; }
    .information-block h2.support {
      margin-bottom: 26px; }
  .information-block .text-wrap {
    max-width: 1280px;
    letter-spacing: 0.01em;
    overflow: hidden;
    margin-bottom: 41px; }
    .information-block .text-wrap p {
      margin-bottom: 0.98em; }
  .information-block dl {
    letter-spacing: 0.01em;
    overflow: hidden;
    margin-bottom: 35px; }
    .information-block dl dt {
      margin-bottom: -1px; }
    .information-block dl dd {
      margin: 0 0 22px; }
  .information-block .text {
    display: block;
    letter-spacing: 0.01em;
    margin: 0 0 57px; }
  .information-block .contact-detail {
    letter-spacing: 0.01em;
    margin: 0 0 81px; }
    .information-block .contact-detail address {
      font-style: normal;
      line-height: 1.08;
      margin: 0 0 21px; }
    .information-block .contact-detail a {
      text-decoration: none; }
    .information-block .contact-detail .email {
      color: #1a1a1a; }
      .information-block .contact-detail .email:hover {
        color: #4d4d4d; }
    .information-block .contact-detail .tel {
      margin-right: 5px; }
  @media (max-width: 1023px) {
    .information-block {
      padding: 50px 20px 0;
      font-size: 15px;
      line-height: 18px; }
      .information-block h1 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 34px; }
      .information-block .sub-title {
        margin-bottom: 42px; }
      .information-block h2 {
        font-size: 20px;
        line-height: 24px; }
      .information-block .text-wrap {
        letter-spacing: 1px;
        margin-bottom: 31px; }
        .information-block .text-wrap p {
          margin-bottom: 18px; }
      .information-block dl {
        margin-bottom: 29px; }
        .information-block dl dd {
          margin-bottom: 19px; }
      .information-block .text {
        margin-bottom: 46px; }
      .information-block .contact-detail address {
        line-height: 18px;
        margin-bottom: 18px; } }
  @media (max-width: 767px) {
    .information-block {
      padding: 0 28px;
      font-size: 18px;
      line-height: 24px;
      display: inline; }
      .information-block h1 {
        font-size: 33px;
        line-height: 50px;
        margin-bottom: 21px; }
      .information-block .sub-title {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 70px; }
      .information-block h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 21px; }
      .information-block .text-wrap p {
        margin-bottom: 24px; }
      .information-block dl {
        margin: 0 0 34px;
        padding-top: 7px; }
        .information-block dl dd {
          margin-bottom: 25px; }
      .information-block .text {
        margin-bottom: 58px; }
      .information-block .contact-detail address {
        line-height: 22px; } }

.newsleter-holder {
  max-width: 768px;
  overflow: hidden;
  margin: 0 auto; }
  .newsleter-holder .left-box {
    float: left;
    width: 50%;
    position: relative;
    background: url(/images/main/newsletter-jeans.jpg); }
  .newsleter-holder .overlay-content {
    color: #fff;
    text-align: center;
    padding: 30px 10px 0;
    min-height: 390px; }
    .newsleter-holder .overlay-content .logo {
      display: block;
      width: 124px;
      margin: 0 auto 57px;
      float: none; }
      .newsleter-holder .overlay-content .logo img {
        width: 100%;
        text-justify: auto; }
    .newsleter-holder .overlay-content .heading {
      display: block;
      font-size: 32px;
      text-transform: uppercase;
      line-height: 1.38;
      letter-spacing: 0.1em; }
      .newsleter-holder .overlay-content .heading:after {
        content: '';
        display: block;
        margin: 39px auto 0;
        height: 1px;
        width: 28px;
        background: #fff; }
  .newsleter-holder .subscribe-form {
    overflow: hidden;
    padding: 17px 16px;
    /* custom radio styles */ }
    .newsleter-holder .subscribe-form .close {
      float: right;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 8px;
      height: 8px;
      background: url(/images/layout/close.png) no-repeat;
      clear: both;
      margin: 6px 0 91px; }
      .newsleter-holder .subscribe-form .close:hover {
        opacity: 0.8; }
    .newsleter-holder .subscribe-form .form-holder {
      overflow: hidden;
      padding: 0 22px;
      clear: both; }
    .newsleter-holder .subscribe-form .form-row {
      clear: both;
      overflow: hidden;
      border-bottom: 1px solid #f1f1f1; }
    .newsleter-holder .subscribe-form label {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: -0.012em;
      color: #b2b2b2; }
      .newsleter-holder .subscribe-form label span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
    .newsleter-holder .subscribe-form .input-field {
      border: none;
      width: 100%;
      color: #b2b2b2;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.188em;
      height: 32px;
      line-height: 18px;
      padding: 7px 0; }
      .newsleter-holder .subscribe-form .input-field::-webkit-input-placeholder {
        color: #b2b2b2; }
      .newsleter-holder .subscribe-form .input-field::-moz-placeholder {
        opacity: 1;
        color: #b2b2b2; }
      .newsleter-holder .subscribe-form .input-field:-moz-placeholder {
        color: #b2b2b2; }
      .newsleter-holder .subscribe-form .input-field:-ms-input-placeholder {
        color: #b2b2b2; }
      .newsleter-holder .subscribe-form .input-field.placeholder {
        color: #b2b2b2; }
    .newsleter-holder .subscribe-form .jcf-radio {
      vertical-align: middle;
      display: inline-block;
      position: relative;
      overflow: hidden;
      cursor: default;
      background: transparent;
      border: 1px solid #b2b2b2;
      border-radius: 6px;
      margin: 0 8px 0 0;
      height: 6px;
      width: 6px; }
    .newsleter-holder .subscribe-form .jcf-radio input[type="radio"] {
      position: absolute;
      height: 100%;
      width: 100%;
      border: 0;
      margin: 0;
      left: 0;
      top: 0; }
    .newsleter-holder .subscribe-form .jcf-radio.jcf-checked {
      background: #b2b2b2; }
    .newsleter-holder .subscribe-form .btn-wrap {
      padding: 48px 1px 0; }
    .newsleter-holder .subscribe-form .btn-submit {
      width: 100%;
      border: 2px solid #1a1a1a;
      background: none;
      font-size: 15px;
      line-height: 25px;
      padding: 5px;
      font-weight: 700; }
      .newsleter-holder .subscribe-form .btn-submit:hover {
        background: #1a1a1a;
        color: #fff; }
    .newsleter-holder .subscribe-form .jcf-select .jcf-select-text {
      margin-left: 0; }
  @media (max-width: 767px) {
    .newsleter-holder .left-box {
      width: auto;
      float: none; }
    .newsleter-holder .overlay-content {
      min-height: 10px;
      padding-bottom: 40px; }
      .newsleter-holder .overlay-content .heading {
        font-size: 18px;
        line-height: 24px; }
    .newsleter-holder .subscribe-form .close {
      margin-bottom: 30px; }
    .newsleter-holder .subscribe-form .form-holder {
      padding: 0; } }

.media-report {
  padding-top: 30px;
  margin-bottom: 83px; }
  .media-report .container {
    max-width: 950px; }
  .media-report .information-block {
    padding-top: 0px; }
  .media-report .main-heading h1 {
    margin-bottom: 33px; }
  .media-report .banner-slide .author {
    display: block;
    margin: 0 auto 41px;
    width: 112px; }
    .media-report .banner-slide .author img {
      width: 100%;
      height: auto; }
  .media-report .banner-slide .blockquote {
    text-align: center;
    margin: 0 auto;
    width: 100%; }
    .media-report .banner-slide .blockquote q {
      font-size: 30px;
      line-height: 1.2121;
      font-weight: 700;
      display: block;
      margin: 0 0 6px; }
      .media-report .banner-slide .blockquote q:before, .media-report .banner-slide .blockquote q:after {
        display: block; }
      .media-report .banner-slide .blockquote q:before {
        margin-bottom: -16px; }
      .media-report .banner-slide .blockquote q:after {
        margin-top: -1px; }
    .media-report .banner-slide .blockquote cite {
      font-style: normal;
      font-size: 16px;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
  .media-report .banner-slide .pagination {
    position: initial; }
    .media-report .banner-slide .pagination a {
      background: #d7d3d3; }
  .media-report.voucher-holder {
    padding-top: 40px; }
    .media-report.voucher-holder .container {
      max-width: 980px; }
  @media (max-width: 1220px) {
    .media-report.voucher-holder .container {
      max-width: 904px; } }
  @media (max-width: 1023px) {
    .media-report.voucher-holder {
      padding-top: 48px; }
      .media-report.voucher-holder .container {
        padding: 0 40px; }
    .media-report .main-heading h1 {
      margin-bottom: 52px; }
    .media-report .blockquote {
      max-width: 560px; }
      .media-report .blockquote q {
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 2px;
        margin-bottom: 2px; }
      .media-report .blockquote cite {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .media-report.voucher-holder {
      padding-top: 25px;
      margin-bottom: 45px; }
      .media-report.voucher-holder .container {
        padding: 0 20px; }
    .media-report .blockquote q {
      letter-spacing: 3px;
      margin-bottom: 6px; }
    .media-report .blockquote cite {
      font-size: 14px;
      line-height: 18px;
      display: block;
      padding: 0 50px;
      letter-spacing: 2px; }
    .media-report .main-heading h1 {
      margin-bottom: 25px; } }

.main-heading h1 {
  text-align: center;
  letter-spacing: 0.09em;
  font-size: 33px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 54px; }
  .main-heading h1:after:not(.no-after) {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #000;
    margin: 46px auto 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg); }

.report-list {
  margin: 0 -24px 47px;
  padding-top: 83px; }
  .report-list .column {
    height: 335px;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em;
    width: 33.33%;
    padding: 0 24px;
    margin-bottom: 42px; }
  .report-list .img-holder {
    background-size: cover;
    overflow: hidden;
    height: 100%;
    position: relative; }
    .report-list .img-holder img {
      visibility: hidden; }
    .report-list .img-holder:hover .hover-block {
      visibility: visible; }
  .report-list .hover-block {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    white-space: normal;
    text-align: center;
    visibility: hidden; }
    .report-list .hover-block:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      margin-right: -0.25em; }
    .report-list .hover-block a {
      color: #fff;
      font-weight: 700;
      text-decoration: none; }
      .report-list .hover-block a:hover {
        text-decoration: underline; }
    .report-list .hover-block .wrap {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .report-list .hover-block time {
      display: block;
      padding-top: 5px; }
  @media (max-width: 1023px) {
    .report-list {
      margin: 0;
      text-align: center; }
      .report-list .column {
        width: 43%;
        margin-bottom: 56px; }
      .report-list .img-holder {
        max-width: 263px;
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .report-list {
      padding-top: 60px; }
      .report-list .column {
        width: auto;
        display: block;
        padding: 0;
        margin: 0 0 37px; } }

.partner-list {
  text-align: center;
  padding-bottom: 87px; }
  .partner-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 1px; }
  @media (max-width: 1023px) {
    .partner-list {
      padding: 32px 0 82px; } }
  @media (max-width: 767px) {
    .partner-list {
      padding-bottom: 40px; }
      .partner-list li {
        margin-bottom: 20px; } }

.press-hold {
  text-align: center;
  font-size: 20px;
  line-height: 24px; }
  .press-hold h2 {
    margin-bottom: 35px; }
  .press-hold .column-holder {
    overflow: hidden;
    padding-bottom: 30px; }
    .press-hold .column-holder .col {
      float: left;
      width: 50%;
      padding: 0 9px;
      text-align: left; }
      .press-hold .column-holder .col:first-child {
        text-align: right; }
    .press-hold .column-holder time {
      margin-right: 5px; }
  .press-hold .info {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700; }
  @media (max-width: 1023px) {
    .press-hold {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 2px; }
      .press-hold h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .press-hold {
      letter-spacing: 1px; }
      .press-hold .column-holder {
        padding-bottom: 57px; }
        .press-hold .column-holder .col {
          display: none;
          padding: 0;
          width: auto; }
          .press-hold .column-holder .col:first-child {
            display: block;
            text-align: left; }
      .press-hold h2 {
        margin-bottom: 21px; } }

.popup-holder {
  display: none; }

.order-popup {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 590px;
  background: #fff;
  text-align: center; }
  .order-popup .close {
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(/images/layout/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px; }

.usp-block {
  letter-spacing: -4px;
  font-size: 0;
  text-align: center;
  padding-top: 41px;
  padding-bottom: 51px; }
  @media (max-width: 767px) {
    .usp-block {
      padding-top: 15px;
      padding-bottom: 39px; } }
  .usp-block.container {
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 374px) {
      .usp-block.container {
        padding-right: 5px;
        padding-left: 5px; } }
  .usp-block .wrap {
    width: 329px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 22.5px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    margin: 0 9.5px 10px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1220px) {
      .usp-block .wrap {
        width: 286px;
        margin: 0 7px 10px; } }
    @media (max-width: 1023px) {
      .usp-block .wrap {
        width: 222px;
        height: 185px;
        margin: 0 5px 10px;
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .usp-block .wrap {
        width: 162px;
        height: 119px;
        font-size: 15px;
        line-height: 19px; } }
    @media (max-width: 374px) {
      .usp-block .wrap {
        width: 145px; } }
    .usp-block .wrap a {
      display: block;
      color: #fff;
      transition: all 0.2s linear;
      /*&:hover {
          color: #e8e8e8;
          text-shadow: 0 1px 2px rgba(0,0,0,0.5);
      }*/ }
  .usp-block .img-holder {
    left: 50%;
    min-width: 329px;
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 1023px) {
      .usp-block .img-holder {
        min-width: 258px; } }
    @media (max-width: 767px) {
      .usp-block .img-holder {
        min-width: 166px; } }
    .usp-block .img-holder img {
      height: auto;
      left: -50%;
      position: relative;
      width: 100%; }
  .usp-block .frame {
    white-space: nowrap;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 10px;
    z-index: 1; }
    .usp-block .frame:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .usp-block .frame > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1023px) {
      .usp-block .frame {
        top: 12px;
        bottom: 12px;
        left: 12px;
        right: 12px;
        padding: 2px; } }
    @media (max-width: 767px) {
      .usp-block .frame {
        border-width: 2px;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px; } }
    @media (max-width: 374px) {
      .usp-block .frame {
        top: 8px;
        bottom: 8px;
        right: 8px;
        left: 8px; } }
  .usp-block .txt-hold {
    letter-spacing: 8px; }
    @media (max-width: 1023px) {
      .usp-block .txt-hold {
        letter-spacing: 6px; } }
    @media (max-width: 767px) {
      .usp-block .txt-hold {
        letter-spacing: 0; } }

@media (max-width: 767px) {
  .video-block {
    padding-bottom: 0; } }

@media (max-width: 1023px) {
  .video-block.container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 767px) {
  .video-block.container {
    padding-left: 20px;
    padding-right: 20px; } }

.video-block .video-wrap {
  position: relative; }

.video-block .overlay {
  position: absolute;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: opacity .3s, visibility .3s; }
  .video-block .overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: opacity 0.2s linear; }
  .video-block .overlay:hover:after {
    background: rgba(255, 255, 255, 0.4); }
  .video-block .overlay .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 1220px) {
      .video-block .overlay .txt {
        width: 280px; } }
    @media (max-width: 1023px) {
      .video-block .overlay .txt {
        width: 203px; } }
    @media (max-width: 767px) {
      .video-block .overlay .txt {
        width: 175px; } }
  .video-block .overlay .btn-play {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 27px 54px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-decoration: none;
    transition: opacity 0.2s linear; }
    @media (max-width: 1023px) {
      .video-block .overlay .btn-play {
        border-width: 16px 0 16px 32px; } }
    @media (max-width: 767px) {
      .video-block .overlay .btn-play {
        border-width: 11px 0 11px 22px;
        margin-top: -6px; } }
    .video-block .overlay .btn-play:hover {
      opacity: 0.8; }

.video-block .video-play .overlay {
  opacity: 0;
  visibility: hidden; }

.video-block iframe {
  width: 100%;
  display: block;
  margin: 0; }

.video-block .info-block.style-2 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0; }
  .video-block .info-block.style-2 .fit-holder {
    padding: 0 0 51px;
    margin: 0 auto;
    max-width: 840px; }
    @media (max-width: 1024px) {
      .video-block .info-block.style-2 .fit-holder {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .video-block .info-block.style-2 .fit-holder {
        padding: 0 13px 27px; } }
    @media (max-width: 639px) {
      .video-block .info-block.style-2 .fit-holder {
        padding-bottom: 12px; } }
  @media (max-width: 767px) {
    .video-block .info-block.style-2 .holder {
      width: 25%; } }
  .video-block .info-block.style-2 .text {
    line-height: 14px;
    min-height: 0;
    font-size: 12px;
    letter-spacing: 0.1em; }
    @media (max-width: 768px) {
      .video-block .info-block.style-2 .text {
        font-size: 8px;
        line-height: 10px; } }
    @media (max-width: 374px) {
      .video-block .info-block.style-2 .text {
        font-size: 6px;
        line-height: 8px; } }

.hidden {
  display: none; }

@media (min-width: 426px) {
  .hidden-above-phone-large {
    display: none !important; } }

@media (max-width: 425px) {
  .hidden-from-phone-large {
    display: none !important; } }

@media (min-width: 640px) {
  .hidden-above-sm-phone {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-from-tablet {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-above-tablet {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-above-sm-desktop {
    display: none !important; } }

@media (max-width: 1023px) {
  .hidden-from-sm-desktop {
    display: none !important; } }

@media (min-width: 1023px) {
  .hidden-above-desktop {
    display: none !important; } }

@media (max-width: 1022px) {
  .hidden-from-desktop {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-above-big-screen {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-from-big-screen {
    display: none !important; } }

@media (max-width: 374px) {
  .hidden-from-phone {
    display: none !important; } }

@media (min-width: 374px) {
  .hidden-above-phone {
    display: none !important; } }

.uppercase {
  text-transform: uppercase; }

.model-loading {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.header-country-notification {
  width: 100%;
  height: 60px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 8px; }
  .header-country-notification ul {
    margin: 0px;
    padding: 0px; }
  .header-country-notification ul li {
    list-style-type: none; }
  @media (max-width: 767px) {
    .header-country-notification ul li:nth-child(2) {
      padding-top: 7px; } }
  @media (max-width: 767px) {
    .header-country-notification img {
      height: 18px;
      margin-top: -2px; } }
  @media (max-width: 767px) {
    .header-country-notification {
      margin-top: 0px;
      font-size: 15px; } }

.header-country-notification-close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  color: white; }
  @media (max-width: 767px) {
    .header-country-notification-close {
      right: 4px;
      top: 4px;
      font-size: 14px; } }

.iframe-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 160%;
  overflow: hidden;
  /* if you don't want a scrollbar, set to hidden */
  overflow-x: hidden;
  /* hides horizontal scrollbar on newer browsers */ }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 730px) {
    .iframe-container {
      padding-bottom: 200%; } }
  @media (max-width: 570px) {
    .iframe-container {
      padding-bottom: 250%; } }
  @media (max-width: 450px) {
    .iframe-container {
      padding-bottom: 300%; } }
  @media (max-width: 390px) {
    .iframe-container {
      padding-bottom: 330%; } }

.footer-top {
  position: relative;
  padding: 13px 0px 13px 0px;
  text-align: center;
  font-weight: 700; }
  .footer-top.strike:before {
    content: none; }
  .footer-top.strike a {
    transition: opacity .3s; }
    .footer-top.strike a:hover {
      opacity: 0.7; }
  .footer-top label {
    padding: 0px 30px 0px 30px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .footer-top label {
        white-space: pre; } }
    @media (max-width: 425px) {
      .footer-top label {
        font-size: 14px; } }
  .footer-top:before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RmZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #dfdede), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #dfdede 50%, #fff 100%); }
  @media (max-width: 767px) {
    .footer-top:before {
      left: 45px;
      right: 45px;
      background: #000; } }
  @media (max-width: 374px) {
    .footer-top:before {
      left: 20px;
      right: 20px; } }

.footer-navigation {
  float: left;
  margin: 0 -4px;
  width: 38.8%;
  padding-top: 14px; }
  .footer-navigation.right {
    float: right; }
  .footer-navigation ul {
    text-align: justify; }
    .footer-navigation ul:after {
      display: inline-block;
      width: 100%;
      content: '';
      height: 0;
      font-size: 0;
      line-height: 0; }
  .footer-navigation li {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700; }
  .footer-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 8px; }
    .footer-navigation a:hover {
      text-decoration: none;
      color: #999; }
  .footer-navigation .left {
    padding: 0 24.5% 0 0; }
  .footer-navigation .right {
    margin: 0; }
  @media (max-width: 1023px) {
    .footer-navigation {
      float: left;
      width: 50%;
      margin: 0;
      padding-bottom: 6px;
      text-align: center; }
      .footer-navigation.right {
        float: left; } }
  @media (max-width: 767px) {
    .footer-navigation {
      float: none;
      width: auto;
      padding: 0; }
      .footer-navigation ul {
        text-align: center; }
        .footer-navigation ul:after {
          display: none; }
      .footer-navigation li {
        margin-bottom: 9px; }
      .footer-navigation.right {
        float: none;
        margin-bottom: 13px; } }

.social-networks {
  max-width: 170px;
  width: 170px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0; }
  .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 11px;
    line-height: 1; }
  .social-networks .icon-facebook {
    font-size: 47px;
    line-height: 30px;
    margin: 0 -7px 0 -10px; }
  .social-networks a {
    color: #333;
    text-decoration: none;
    font-size: 30px;
    display: block;
    transition: background 0.2s linear, color 0.2s linear; }
    .social-networks a:hover {
      text-decoration: none;
      color: #999; }
  @media (max-width: 1023px) {
    .social-networks {
      clear: both;
      width: auto; } }
  @media (max-width: 767px) {
    .social-networks {
      font-size: 24px; }
      .social-networks .icon-facebook {
        font-size: 35px; } }

.footer-bottom {
  background: #131313;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .footer-bottom .container {
      padding: 0 40px; } }

.footer-holder {
  max-width: 802px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 47px; }
  .footer-holder .hold {
    margin-bottom: 15px; }
  .footer-holder address {
    font-style: normal; }
  .footer-holder .email {
    display: block;
    margin-bottom: 13px; }
  @media (min-width: 768px) {
    .footer-holder {
      margin-bottom: 31px; } }
  @media (max-width: 767px) {
    .footer-holder {
      padding-top: 26px;
      padding-bottom: 26px; }
      .footer-holder .hold {
        margin-bottom: 0; } }

@media (min-width: 768px) {
  .footer-nav-col {
    float: left;
    width: 75%; }
    .footer-nav-col.right {
      float: right;
      width: 25%; }
      .footer-nav-col.right .inner-col {
        width: 80%; } }

@media (max-width: 767px) {
  .footer-nav-col.left .inner-row {
    margin: 0 -15px; }
  .footer-nav-col.left .inner-col {
    float: left;
    width: 50%;
    padding: 0 15px; } }

@media (max-width: 767px) {
  .footer-nav-col .flex-mobile {
    display: flex;
    flex-direction: column; }
    .footer-nav-col .flex-mobile .order-1 {
      order: 1;
      margin-bottom: 26px; }
    .footer-nav-col .flex-mobile .order-2 {
      order: 2; }
    .footer-nav-col .flex-mobile .order-3 {
      order: 3;
      margin-bottom: 26px; } }

@media (min-width: 768px) {
  .footer-nav-col .inner-row {
    margin: 0 -15px; } }

@media (min-width: 768px) {
  .footer-nav-col .inner-col {
    float: left;
    width: 25%;
    padding: 0 15px; }
    .footer-nav-col .inner-col.right {
      float: right; } }

.footer-nav-col .inner-flex .selfnation-newsletter {
  margin-top: 15px; }

@media (min-width: 768px) {
  .footer-nav-col .inner-flex {
    display: flex;
    flex-direction: column; }
    .footer-nav-col .inner-flex .selfnation-newsletter {
      order: 2; }
    .footer-nav-col .inner-flex .footer-nav {
      order: 1; } }

@media (max-width: 767px) {
  .footer-nav-col .selfnation-newsletter {
    margin-bottom: 26px; } }

.footer-nav-col .selfnation-newsletter .heading {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  margin-bottom: 13px; }

.footer-nav-col .selfnation-newsletter .form-input {
  display: block;
  width: 100%;
  background: none;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  border-width: 0 0 1px;
  border-bottom-color: #fff;
  padding: 0 0 3px;
  margin-bottom: 13px;
  color: #fff; }
  .footer-nav-col .selfnation-newsletter .form-input:focus {
    border-bottom-color: #fff; }
  .footer-nav-col .selfnation-newsletter .form-input::-webkit-input-placeholder {
    color: #fff; }
  .footer-nav-col .selfnation-newsletter .form-input::-moz-placeholder {
    opacity: 1;
    color: #fff; }
  .footer-nav-col .selfnation-newsletter .form-input:-moz-placeholder {
    color: #fff; }
  .footer-nav-col .selfnation-newsletter .form-input:-ms-input-placeholder {
    color: #fff; }
  .footer-nav-col .selfnation-newsletter .form-input.placeholder {
    color: #fff; }

.footer-nav-col .selfnation-newsletter .btn-wrap {
  font-size: 0;
  margin-right: -13px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-nav-col .selfnation-newsletter .btn-wrap {
      margin-right: -8px; } }
  .footer-nav-col .selfnation-newsletter .btn-wrap .button {
    margin-right: 13px;
    font-size: 8px;
    line-height: 12px;
    padding: 3px 10px 1px;
    border-color: #fff;
    color: #fff;
    width: calc(50% - 13px);
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer-nav-col .selfnation-newsletter .btn-wrap .button {
        margin-right: 8px;
        width: calc(50% - 8px); } }
    .footer-nav-col .selfnation-newsletter .btn-wrap .button:hover {
      background: #fff;
      color: #000; }
  .footer-nav-col .selfnation-newsletter .btn-wrap .thankyou-text {
    color: #FFF;
    display: none;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 14px; }

.footer-nav {
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase; }
  .footer-nav a {
    color: #fff;
    text-decoration: none; }
    .footer-nav a:hover {
      color: #999; }
  .footer-nav ul li {
    letter-spacing: 0.15em; }
  .footer-nav .title {
    display: block;
    font-weight: 700;
    letter-spacing: 0.035em; }

.footer-bottom-info {
  position: relative;
  overflow: hidden;
  padding: 13px 0; }
  @media (max-width: 1023px) {
    .footer-bottom-info .container {
      padding: 0 40px; } }
  .footer-bottom-info .container {
    max-width: 882px; }
  .footer-bottom-info .title {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 5px; }
  .footer-bottom-info .footer-hold-row {
    margin: 0 -15px 16px; }
    @media (min-width: 768px) {
      .footer-bottom-info .footer-hold-row {
        margin-bottom: 27px; } }
    .footer-bottom-info .footer-hold-row .bottom-col {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .footer-bottom-info .footer-hold-row .bottom-col {
          float: left;
          width: 25%; }
          .footer-bottom-info .footer-hold-row .bottom-col.center {
            width: 50%; } }
  .footer-bottom-info .copy-right {
    text-align: center;
    font-size: 12px;
    line-height: 1.5; }

.footer-hold {
  overflow: hidden;
  padding-bottom: 15px; }
  @media (max-width: 1023px) {
    .footer-hold {
      padding-right: 25px; } }
  @media (max-width: 767px) {
    .footer-hold {
      padding-left: 46px;
      padding-bottom: 6px;
      margin-bottom: 20px;
      position: relative; } }

.btn-top {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #323232;
  text-decoration: none;
  line-height: 1;
  font-size: 13px; }
  .btn-top:hover {
    color: black; }
  @media (max-width: 767px) {
    .btn-top {
      float: none;
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      margin: 0; } }

.trust {
  float: right;
  border: 1px solid #9c9c9c;
  border-radius: 44px;
  overflow: hidden;
  margin-left: 29px; }
  .trust img {
    margin-top: -1px; }
  @media (max-width: 767px) {
    .trust {
      float: left;
      margin-left: 0;
      width: 45px; } }

.payment-list {
  font-size: 0;
  line-height: 0;
  margin-right: -20px;
  display: table; }
  .payment-list li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 13px; }

@media (min-width: 768px) {
  img.color_flip {
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out; } }

img.color_flip:hover {
  filter: none;
  -webkit-filter: grayscale(0); }

.image-slider {
  position: relative;
  overflow: hidden; }
  .image-slider .mask {
    overflow: hidden; }
  .image-slider .slideset {
    float: left;
    width: 9999px; }
  .image-slider .slide {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 650px; }
  .image-slider .btn-next,
  .image-slider .btn-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 23px;
    font-size: 0;
    line-height: 0;
    width: 45px;
    height: 45px;
    background: url("/images/layout/arrows/arrow-right.png") no-repeat; }
    .image-slider .btn-next:hover,
    .image-slider .btn-prev:hover {
      opacity: 0.85; }
    .image-slider .btn-next.gray,
    .image-slider .btn-prev.gray {
      background-image: url("/images/layout/arrows/arrow-right-gray.png"); }
    @media (max-width: 767px) {
      .image-slider .btn-next,
      .image-slider .btn-prev {
        background-size: 24px auto;
        height: 24px;
        width: 24px;
        margin-top: -12px;
        right: 9px; } }
  .image-slider .btn-prev {
    right: auto;
    left: 23px;
    transform: rotateY(180deg); }
  .image-slider .right-bar,
  .image-slider .left-bar {
    position: absolute;
    right: 40px;
    top: 40px;
    bottom: 40px; }
    .image-slider .right-bar:after, .image-slider .right-bar:before,
    .image-slider .left-bar:after,
    .image-slider .left-bar:before {
      content: '';
      position: absolute;
      width: 5px;
      top: 0;
      right: 0;
      background: #fff;
      height: calc(50% - 38px); }
    .image-slider .right-bar:after,
    .image-slider .left-bar:after {
      top: auto;
      bottom: 0; }
  .image-slider .left-bar {
    right: auto;
    left: 40px; }
  .image-slider .tape-img {
    position: absolute;
    bottom: 0;
    right: 9%; }
  @media (max-width: 1220px) {
    .image-slider .tape-img {
      width: 310px;
      right: 7%; } }
  @media (max-width: 1023px) {
    .image-slider .tape-img {
      right: 11%; } }
  @media (max-width: 767px) {
    .image-slider .slide {
      min-height: 600px; }
    .image-slider .right-bar,
    .image-slider .left-bar {
      right: 19px;
      top: 19px;
      bottom: 19px; }
      .image-slider .right-bar:before, .image-slider .right-bar:after,
      .image-slider .left-bar:before,
      .image-slider .left-bar:after {
        width: 3px;
        height: calc(50% - 28px); }
    .image-slider .left-bar {
      right: auto;
      left: 19px; }
    .image-slider .tape-img {
      width: 132px;
      right: 6%; }
    .image-slider .btn-prev {
      right: auto;
      left: 9px; } }

.fit-block.perfect-fit {
  background: none;
  margin: 0;
  height: auto; }
  .fit-block.perfect-fit .container:after {
    display: none; }
  .fit-block.perfect-fit .slide:before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    border: 5px solid #fff;
    border-right: none;
    border-left: none; }
  .fit-block.perfect-fit .slide .bg-stretch {
    direction: rtl; }
  .fit-block.perfect-fit .text-holder {
    left: 20px;
    right: 20px; }
  @media (max-width: 1220px) {
    .fit-block.perfect-fit .title {
      font-size: 125px;
      line-height: 200px; } }
  @media (max-width: 1023px) {
    .fit-block.perfect-fit .title {
      font-size: 101px;
      line-height: 162px; } }
  @media (max-width: 767px) {
    .fit-block.perfect-fit .slide:before {
      top: 19px;
      left: 19px;
      bottom: 19px;
      right: 19px;
      border-width: 3px; }
    .fit-block.perfect-fit .title {
      font-size: 36px;
      line-height: 58px; }
    .fit-block.perfect-fit .text-holder {
      position: relative;
      left: auto;
      right: auto;
      top: 50%;
      transform: translateY(-50%); }
    .fit-block.perfect-fit .container {
      padding-top: 80px;
      padding-bottom: 80px; }
      .fit-block.perfect-fit .container:after {
        border-right: 5px solid #fff;
        border-bottom: none; }
    .fit-block.perfect-fit .smooth-scroll:after, .fit-block.perfect-fit .smooth-scroll:before {
      height: 5px;
      width: calc(50% - 38px);
      left: 0;
      right: 0;
      top: auto;
      bottom: 0; }
    .fit-block.perfect-fit .smooth-scroll:after {
      left: auto;
      right: 0; } }
  @media (max-width: 374px) {
    .fit-block.perfect-fit .title {
      font-size: 40px;
      line-height: 60px; } }

.section {
  position: relative;
  overflow: hidden; }
  .section.black-bg {
    background: #000; }
  .section.black {
    color: #fff; }
  .section #nav a {
    color: #fff; }
    .section #nav a:hover {
      color: #fff; }
  .section #nav .has-drop-down-a:after {
    border-top-color: #fff; }
  @media (max-width: 767px) {
    .section #nav a {
      color: #000; }
      .section #nav a:hover {
        color: #000; }
    .section #nav .has-drop-down-a:after {
      border-top-color: #000; } }
  .section .text-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px; }
    @media (max-width: 1023px) {
      .section .text-holder {
        top: 173px; } }
    @media (max-width: 767px) {
      .section .text-holder {
        top: 55px; } }
  .section .container {
    position: relative;
    height: 100%; }
    @media (max-width: 767px) {
      .section .container {
        position: static;
        padding: 0; } }
  .section .pant-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    .section .pant-image img {
      width: auto;
      height: 100%; }
  .section .text-box {
    position: absolute;
    letter-spacing: 1px;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 496px;
    font-size: 18px;
    line-height: 23px;
    padding: 53px 55px;
    max-width: 100%; }
    .section .text-box h2 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 42px; }
    .section .text-box.bottom-left {
      left: 23px; }
    .section .text-box.bottom-right {
      left: auto;
      right: 83px; }
    .section .text-box.white {
      background: #fff;
      padding: 43px 44px 53px;
      width: 422px;
      color: #000; }
    .section .text-box.add {
      line-height: 21px;
      padding: 43px 22px 53px; }
      .section .text-box.add h2 {
        margin-bottom: 14px; }
    .section .text-box.large-text {
      font-size: 24px;
      line-height: 32px; }
      .section .text-box.large-text h2 {
        margin-bottom: 46px; }
      .section .text-box.large-text p {
        margin-bottom: 15px; }
    .section .text-box.white-text {
      color: #fff;
      left: 26px;
      width: 520px;
      line-height: 21px; }
    .section .text-box .button {
      border-color: #fff;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      width: 362px;
      text-align: center;
      max-width: 100%; }
    .section .text-box .button-holder {
      padding: 20px 0 14px; }
    @media (max-width: 1023px) {
      .section .text-box {
        padding: 20px 50px 0 44px;
        position: static;
        font-size: 15px;
        letter-spacing: 0.06em; }
        .section .text-box.bottom-right, .section .text-box.bottom-left {
          float: right;
          margin: 29px -11px 0 0;
          width: 410px; }
        .section .text-box.bottom-left {
          float: left;
          margin: 34px 0 0 6px; }
        .section .text-box.large-text {
          padding-bottom: 25px; }
        .section .text-box.bottom-right.add {
          padding: 50px 40px 57px 43px; }
          .section .text-box.bottom-right.add h2 {
            margin-bottom: 42px; }
        .section .text-box.add1 {
          position: absolute;
          bottom: 292px;
          margin: 0;
          left: 23px;
          width: 530px; }
          .section .text-box.add1 .button {
            padding: 11px 15px; }
        .section .text-box.tab-big {
          font-size: 18px;
          line-height: 23px; } }
    @media (max-width: 767px) {
      .section .text-box {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: auto !important;
        max-width: 208px;
        font-size: 11px;
        line-height: 14px;
        padding: 35px 0 0 20px; }
        .section .text-box.add {
          line-height: 14px; }
        .section .text-box.bottom-right, .section .text-box.bottom-left {
          float: left;
          margin: 44px 0 0 -20px;
          max-width: 230px; }
          .section .text-box.bottom-right.add1, .section .text-box.bottom-left.add1 {
            width: auto;
            bottom: 209px;
            left: 20px;
            right: 20px;
            max-width: none; }
        .section .text-box.bottom-right.add {
          padding: 17px 20px 6px; }
          .section .text-box.bottom-right.add h2 {
            margin-bottom: 26px; }
        .section .text-box.tab-big, .section .text-box.large-text {
          font-size: 11px;
          line-height: 14px; }
        .section .text-box.white, .section .text-box.add {
          padding: 17px 19px 7px; }
        .section .text-box.large-text h2,
        .section .text-box.add h2,
        .section .text-box h2 {
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 25px;
          letter-spacing: 3px; }
        .section .text-box br {
          display: none; } }
  @media (max-width: 767px) {
    .section {
      min-height: 0 !important;
      height: auto; } }

.page-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 16px 0;
  z-index: 4; }
  @media (max-width: 767px) {
    .page-header {
      padding: 20px; }
      .page-header #nav .nav-opener:after, .page-header #nav .nav-opener:before,
      .page-header #nav .nav-opener span {
        background: #fff; }
      .page-header #nav .drop {
        background: #fff; } }

.checkout-holder .col {
  float: left; }
  .checkout-holder .col.left-col {
    width: 65%;
    padding-right: 4%; }
    .checkout-holder .col.left-col .general-form {
      padding-top: 0; }
    @media (max-width: 1023px) {
      .checkout-holder .col.left-col {
        width: 55%; } }
    @media (max-width: 767px) {
      .checkout-holder .col.left-col {
        width: 65%;
        padding: inherit;
        width: auto; } }
  .checkout-holder .col.right-col {
    width: 35%;
    padding: 0; }
    @media (max-width: 1023px) {
      .checkout-holder .col.right-col {
        width: 45%; } }
    @media (max-width: 767px) {
      .checkout-holder .col.right-col {
        width: 35%;
        width: auto; } }
  @media (max-width: 767px) {
    .checkout-holder .col {
      float: none; } }

.checkout-holder .box {
  margin-bottom: 20px; }

.checkout-holder table {
  width: 75%; }
  @media (max-width: 767px) {
    .checkout-holder table {
      width: 240px;
      margin: 0 auto; } }
  .checkout-holder table td:last-child {
    text-align: right; }

.checkout-holder .button {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 12px; }
  .checkout-holder .button#coupon-remove {
    margin-bottom: 10px; }
  .checkout-holder .button#btn-coupon-form {
    float: left;
    font-size: 10px;
    margin-top: 10px; }
    @media (max-width: 1119px) {
      .checkout-holder .button#btn-coupon-form {
        font-size: 7px; } }
  @media (max-width: 1023px) {
    .checkout-holder .button.call-to-action {
      font-size: 15px;
      width: 100%;
      margin-bottom: 10px; }
    .checkout-holder .button.go-back {
      font-size: 12px;
      width: 100%; } }

.checkout-holder #coupon-form input[type="text"] {
  margin-top: 10px;
  margin-right: 5px;
  width: 80px;
  padding: 0.2em 0.5em;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  float: left; }

@media (max-width: 1024px) {
  .checkout-holder #coupon-form #coupon {
    width: 5.7rem;
    margin-right: 5px; } }

@media (max-width: 767px) {
  .checkout-holder #coupon-form {
    position: relative; }
    .checkout-holder #coupon-form #coupon {
      position: absolute;
      width: 30%;
      float: left; }
    .checkout-holder #coupon-form #btn-coupon-form {
      margin-left: 31%; } }

.checkout-holder .error {
  color: #c20000; }

.checkout-holder .button-holder {
  padding-bottom: 20px; }
  @media (max-width: 1023px) {
    .checkout-holder .button-holder {
      text-align: center; } }

.store-thankyou-title {
  text-transform: uppercase;
  text-align: center; }

.store-thankyou-text {
  text-align: center;
  font-size: 24px; }

.feedback-form {
  border: black 2px solid; }
  .feedback-form .form-element {
    padding: 20px 0px;
    font-size: 18px;
    text-transform: uppercase; }
    .feedback-form .form-element.submit-button {
      float: right;
      padding-right: 10%; }
  .feedback-form textarea {
    width: 80%; }

.order-wrap .feedback-form .jcf-select {
  width: 80%; }

.contact-wrap {
  max-width: 630px;
  margin: 0 auto;
  padding: 48px 20px 0; }
  @media (max-width: 1023px) {
    .contact-wrap {
      padding-top: 70px; } }

.general-form {
  margin-bottom: 54px;
  padding-top: 32px; }
  .general-form.contact {
    padding-top: 8px; }
  .general-form.popup-measurement-tape-dialog {
    margin-bottom: 0px; }
  .general-form#password-form {
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .general-form#password-form {
        padding-left: 10px;
        padding-right: 10px; } }
  .general-form [type="text"],
  .general-form [type="email"],
  .general-form [type="password"] {
    width: 100%;
    border: 2px solid #b2b2b2;
    height: 39px;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    letter-spacing: 2px;
    transition: border 0.2s linear; }
    .general-form [type="text"]::-webkit-input-placeholder,
    .general-form [type="email"]::-webkit-input-placeholder,
    .general-form [type="password"]::-webkit-input-placeholder {
      color: #b2b2b2; }
    .general-form [type="text"]::-moz-placeholder,
    .general-form [type="email"]::-moz-placeholder,
    .general-form [type="password"]::-moz-placeholder {
      opacity: 1;
      color: #b2b2b2; }
    .general-form [type="text"]:-moz-placeholder,
    .general-form [type="email"]:-moz-placeholder,
    .general-form [type="password"]:-moz-placeholder {
      color: #b2b2b2; }
    .general-form [type="text"]:-ms-input-placeholder,
    .general-form [type="email"]:-ms-input-placeholder,
    .general-form [type="password"]:-ms-input-placeholder {
      color: #b2b2b2; }
    .general-form [type="text"].placeholder,
    .general-form [type="email"].placeholder,
    .general-form [type="password"].placeholder {
      color: #b2b2b2; }
    .general-form [type="text"]:disabled,
    .general-form [type="email"]:disabled,
    .general-form [type="password"]:disabled {
      background-color: #e6e2e2;
      cursor: not-allowed; }
    .general-form [type="text"].form-error,
    .general-form [type="email"].form-error,
    .general-form [type="password"].form-error {
      border: 4px solid red; }
  .general-form .select-wrap .jcf-select .jcf-select-text {
    text-align: left; }
  .general-form .form-title {
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .general-form label {
    font-weight: 700;
    text-transform: uppercase; }
  .general-form .row {
    margin-bottom: 15px; }
  .general-form .input-holder {
    overflow: hidden; }
    .general-form .input-holder:first-child {
      width: 76%;
      margin-right: 15px;
      float: left; }
  .general-form .add .input-holder:first-child {
    width: 23.5%; }
  .general-form .name .input-holder {
    padding-top: 0px; }
    .general-form .name .input-holder:first-child {
      width: 48%;
      margin-right: 15px;
      float: left; }
    .general-form .name .input-holder:nth-child(2) {
      width: auto; }
  .general-form .address .input-holder {
    padding-top: 0px; }
    .general-form .address .input-holder:first-child {
      width: 23.5%;
      margin-right: 15px;
      float: left; }
    .general-form .address .input-holder:nth-child(2) {
      width: 35%;
      margin-right: 15px;
      float: left; }
      @media (max-width: 425px) {
        .general-form .address .input-holder:nth-child(2) {
          float: none;
          margin-right: 0px;
          width: auto; } }
    .general-form .address .input-holder:nth-child(3) {
      width: auto; }
      @media (max-width: 425px) {
        .general-form .address .input-holder:nth-child(3) {
          width: 100%; } }
  .general-form .holder:first-child {
    margin-right: 14px;
    float: left; }
  .general-form .holder:nth-child(2) {
    margin-right: 14px;
    float: left; }
  .general-form .holder:nth-child(3) {
    float: left;
    width: auto; }
  .general-form .jcf-select {
    height: 38px;
    border: 2px solid #b2b2b2; }
    .general-form .jcf-select .jcf-select-opener {
      right: 8px;
      top: 14px; }
    .general-form .jcf-select .jcf-select-text {
      text-align: center;
      margin: 0 21px 0 10px;
      font-size: 18px; }
    .general-form .jcf-select.form-error {
      border: 4px solid red; }
  .general-form .jcf-radio.form-error {
    border: 4px solid red; }
  .general-form .btn-holder {
    text-align: center;
    padding-top: 29px; }
  .general-form .button {
    min-width: 300px;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 15px; }
  .general-form .error {
    color: #d00000;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    display: none; }
  @media (max-width: 1023px) {
    .general-form {
      margin-bottom: 71px; }
      .general-form.contact {
        margin-bottom: 134px; } }
  @media (max-width: 767px) {
    .general-form {
      margin-bottom: 28px;
      padding-top: 21px; }
      .general-form.contact {
        margin-bottom: 59px; }
      .general-form .row {
        margin-bottom: 16px; }
        .general-form .row.inline {
          display: inline; }
        .general-form .row.add .input-holder {
          float: left;
          width: 48.5%;
          padding-top: 0; }
          .general-form .row.add .input-holder:first-child {
            float: right;
            width: 48.5%;
            padding-top: 0; }
      .general-form .input-holder {
        float: none;
        width: auto;
        padding-top: 16px;
        margin-bottom: 16px; }
        .general-form .input-holder:first-child {
          float: none;
          width: auto;
          margin: 0;
          padding-top: 0; }
      .general-form .button {
        min-width: 1px;
        padding: 9px 27px; } }
  @media (max-width: 374px) {
    .general-form .button {
      min-width: 10px; } }

label.radio {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 10px; }
  label.radio.small {
    font-size: 14px;
    font-weight: 400;
    color: #999; }
    label.radio.small .jcf-radio {
      height: 12px;
      width: 12px; }

.information-block .text-wrap {
  position: relative; }
  .information-block .text-wrap:not(:last-of-type) {
    padding-bottom: 20px; }
    .information-block .text-wrap:not(:last-of-type):after {
      position: absolute;
      content: ' ';
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #000; }
  .information-block .text-wrap h2 {
    letter-spacing: 2px;
    font-size: 1.5em; }
    .information-block .text-wrap h2.story {
      margin-bottom: 40px; }
  @media (max-width: 767px) {
    .information-block .text-wrap .locations td, .information-block .text-wrap .locations-partner td {
      padding-left: 10px;
      padding-bottom: 10px; }
    .information-block .text-wrap .locations.locations-partner, .information-block .text-wrap .locations-partner.locations-partner {
      background-color: #f5f5f5;
      width: 100%; } }
  .information-block .text-wrap .locations .hidden-from-tablet, .information-block .text-wrap .locations-partner .hidden-from-tablet {
    width: 100%;
    opacity: 0; }
    .information-block .text-wrap .locations .hidden-from-tablet td, .information-block .text-wrap .locations-partner .hidden-from-tablet td {
      width: 25%;
      padding: 5px; }
      .information-block .text-wrap .locations .hidden-from-tablet td.partner, .information-block .text-wrap .locations-partner .hidden-from-tablet td.partner {
        padding-left: 15px;
        background-color: #f5f5f5; }
  .information-block .text-wrap .locations .hidden-above-tablet td.action, .information-block .text-wrap .locations-partner .hidden-above-tablet td.action {
    padding-bottom: 2em; }
  .information-block .text-wrap .locations .hidden-above-tablet td.location, .information-block .text-wrap .locations-partner .hidden-above-tablet td.location {
    padding-top: 20px; }
  .information-block .text-wrap .locations .hidden-above-tablet tr:first-of-type td.location, .information-block .text-wrap .locations-partner .hidden-above-tablet tr:first-of-type td.location {
    padding-top: 0px; }
  .information-block .text-wrap .locations.locations-partner tr:first-of-type td.location, .information-block .text-wrap .locations-partner.locations-partner tr:first-of-type td.location {
    padding-top: 20px; }
  .information-block .text-wrap .locations .location, .information-block .text-wrap .locations-partner .location {
    text-transform: uppercase; }
  .information-block .text-wrap .locations .name, .information-block .text-wrap .locations-partner .name {
    font-weight: bold; }
  .information-block .text-wrap .locations .button, .information-block .text-wrap .locations-partner .button {
    font-size: 10px;
    padding: 4px 10px;
    line-height: 18px;
    color: #b2b2b2; }
    .information-block .text-wrap .locations .button.toggle, .information-block .text-wrap .locations-partner .button.toggle {
      color: #000; }
    .information-block .text-wrap .locations .button:hover, .information-block .text-wrap .locations-partner .button:hover {
      color: white; }
  .information-block .text-wrap .locations .action, .information-block .text-wrap .locations-partner .action {
    text-transform: uppercase; }
  .information-block .text-wrap #map {
    padding-bottom: 15px;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .information-block .text-wrap #map {
        padding-top: 20px; } }

.legacy-details {
  margin-top: 50px; }
  .legacy-details .col {
    float: left;
    width: 50%;
    padding: 0 0 31px; }
    @media (max-width: 767px) {
      .legacy-details .col {
        width: auto;
        float: none; } }
  .legacy-details #img_description {
    font-weight: bold;
    margin: 5px 0; }
  .legacy-details .img_gallery {
    margin-top: 20px;
    padding-left: 0px; }
    .legacy-details .img_gallery li {
      display: inline-block;
      *display: inline;
      /*IE7*/
      *zoom: 1;
      /*IE7*/
      cursor: pointer; }
      .legacy-details .img_gallery li img {
        width: 50px;
        float: left;
        margin-right: 0; }
  .legacy-details .zoom {
    display: inline-block;
    position: relative;
    width: 75%;
    max-height: 580px; }
    .legacy-details .zoom img {
      display: inline;
      background: #ffffff; }
    .legacy-details .zoom #img_big {
      max-height: 580px; }
  .legacy-details .right-col h1 {
    text-transform: uppercase; }
  .legacy-details .right-col div {
    margin-top: 1em; }

.meet-the-experts {
  /* updated pages style from here */ }
  .meet-the-experts .experts-block {
    padding-top: 33px; }
    .meet-the-experts .experts-block .main-heading h1 {
      font-weight: 700; }
      @media (max-width: 1023px) {
        .meet-the-experts .experts-block .main-heading h1 {
          font-size: 30px;
          line-height: 41px;
          margin-bottom: 36px; }
          .meet-the-experts .experts-block .main-heading h1:after {
            margin-top: 23px; } }
      @media (max-width: 767px) {
        .meet-the-experts .experts-block .main-heading h1 {
          margin-bottom: 26px; }
          .meet-the-experts .experts-block .main-heading h1:after {
            margin-top: 15px; } }
    .meet-the-experts .experts-block .experts-subtitle {
      font-size: 24px;
      line-height: 31px;
      color: #1a1a1a;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: center;
      margin: 0 120px 50px 120px; }
      @media (max-width: 767px) {
        .meet-the-experts .experts-block .experts-subtitle {
          margin: 0 30px 50px 30px;
          font-size: 18px;
          line-height: 27px; } }
      @media (max-width: 639px) {
        .meet-the-experts .experts-block .experts-subtitle {
          margin: 0 10px 30px 10px;
          font-size: 15px;
          line-height: 20px; } }
    @media (max-width: 1023px) {
      .meet-the-experts .experts-block {
        padding-top: 58px; } }
    @media (max-width: 767px) {
      .meet-the-experts .experts-block {
        padding-top: 18px;
        margin-bottom: 20px; } }
  .meet-the-experts .expert-list {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 auto 62px;
    max-width: 815px;
    padding-top: 54px; }
    @media (max-width: 1023px) {
      .meet-the-experts .expert-list {
        padding: 0 10px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .meet-the-experts .expert-list {
        padding: 0;
        margin: 0 -10px 14px; } }
    .meet-the-experts .expert-list li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding: 0 10px;
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 50px; }
      @media (max-width: 1023px) {
        .meet-the-experts .expert-list li {
          line-height: 1.1;
          margin-bottom: 17px; } }
      @media (max-width: 767px) {
        .meet-the-experts .expert-list li {
          width: 50%;
          margin-bottom: 14px;
          font-size: 12px;
          letter-spacing: 1px; } }
    .meet-the-experts .expert-list a {
      text-decoration: none; }
      .meet-the-experts .expert-list a:hover .img:before {
        opacity: 0; }
    .meet-the-experts .expert-list .active .img:before {
      opacity: 0; }
    .meet-the-experts .expert-list img {
      width: 100%;
      max-width: none; }
    .meet-the-experts .expert-list figure {
      margin: 0; }
    .meet-the-experts .expert-list .img {
      position: relative;
      margin-bottom: 9px; }
      .meet-the-experts .expert-list .img:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(26, 26, 26, 0.8);
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s; }
    .meet-the-experts .expert-list .caption {
      display: block; }
      .meet-the-experts .expert-list .caption span {
        display: block; }
  .meet-the-experts .expert-slide {
    position: relative; }
    .meet-the-experts .expert-slide .mask {
      overflow: hidden; }
    .meet-the-experts .expert-slide .slideset {
      width: 100%;
      float: left; }
    .meet-the-experts .expert-slide .slide {
      float: left;
      width: 100%; }
      @media (max-width: 767px) {
        .meet-the-experts .expert-slide .slide {
          min-height: 480px; } }
    .meet-the-experts .expert-slide .btn-prev,
    .meet-the-experts .expert-slide .btn-next {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 44px;
      height: 44px;
      position: absolute;
      z-index: 3;
      top: 50%;
      right: 17px;
      margin-top: -22px;
      background: url(/images/layout/arrows/arrow-02.png) no-repeat; }
      @media (max-width: 1023px) {
        .meet-the-experts .expert-slide .btn-prev,
        .meet-the-experts .expert-slide .btn-next {
          background-size: 33px auto;
          width: 33px;
          height: 33px;
          margin-top: -18px; } }
      @media (max-width: 767px) {
        .meet-the-experts .expert-slide .btn-prev,
        .meet-the-experts .expert-slide .btn-next {
          background-size: 23px auto;
          width: 23px;
          height: 23px; } }
      @media (max-width: 374px) {
        .meet-the-experts .expert-slide .btn-prev,
        .meet-the-experts .expert-slide .btn-next {
          background-image: url(/images/layout/arrows/arrow-02-black.png); }
          .meet-the-experts .expert-slide .btn-prev:hover,
          .meet-the-experts .expert-slide .btn-next:hover {
            background-image: url(/images/layout/arrows/arrow-02.png); } }
      .meet-the-experts .expert-slide .btn-prev:hover,
      .meet-the-experts .expert-slide .btn-next:hover {
        background-image: url(/images/layout/arrows/arrow-02-black.png); }
    @media (max-width: 374px) {
      .meet-the-experts .expert-slide .btn-next {
        right: 10px; } }
    .meet-the-experts .expert-slide .btn-prev {
      transform: rotateY(180deg);
      left: 17px;
      right: auto; }
      .meet-the-experts .expert-slide .btn-prev:hover {
        background-image: url(/images/layout/arrows/arrow-02-black.png);
        transform: rotateY(179deg); }
      @media (max-width: 374px) {
        .meet-the-experts .expert-slide .btn-prev {
          left: 10px; } }
    .meet-the-experts .expert-slide .bg-img {
      position: static; }
      @media (max-width: 767px) {
        .meet-the-experts .expert-slide .bg-img {
          position: absolute; } }
      .meet-the-experts .expert-slide .bg-img img {
        visibility: visible;
        width: 100%;
        max-width: none; }
        @media (max-width: 767px) {
          .meet-the-experts .expert-slide .bg-img img {
            visibility: hidden; } }
    .meet-the-experts .expert-slide .text-holder {
      position: absolute;
      right: 85px;
      bottom: 69px;
      width: 492px;
      background: #fff;
      z-index: 2;
      padding: 50px 50px 30px; }
      @media (max-width: 1023px) {
        .meet-the-experts .expert-slide .text-holder {
          right: 66px;
          bottom: 40px;
          width: 370px;
          font-size: 15px;
          line-height: 1.2;
          padding: 23px 23px 0; } }
      @media (max-width: 767px) {
        .meet-the-experts .expert-slide .text-holder {
          opacity: 0.8;
          position: relative;
          left: auto;
          bottom: auto;
          margin: 50px 10px 20px 111px;
          width: 285px;
          padding: 11px 20px; } }
      @media (max-width: 374px) {
        .meet-the-experts .expert-slide .text-holder {
          margin-left: 86px;
          width: 279px; } }
    @media (max-width: 1220px) {
      .meet-the-experts .expert-slide .hide-small {
        display: none; } }
    .meet-the-experts .expert-slide .wrap {
      margin-bottom: 22px;
      line-height: 1.2;
      letter-spacing: 1px; }
      .meet-the-experts .expert-slide .wrap p {
        margin: 0; }
    .meet-the-experts .expert-slide blockquote {
      text-align: center;
      margin: 0 20px 14px; }
      @media (max-width: 1023px) {
        .meet-the-experts .expert-slide blockquote {
          font-size: 11px;
          margin: 10px 30px 33px;
          letter-spacing: 1px; } }
      @media (max-width: 767px) {
        .meet-the-experts .expert-slide blockquote {
          margin: 35px 9px 22px; } }
      .meet-the-experts .expert-slide blockquote q {
        display: block;
        font-size: 24px;
        line-height: 1.33;
        font-weight: 700; }
        @media (max-width: 1023px) {
          .meet-the-experts .expert-slide blockquote q {
            font-size: 20px;
            margin: 0 0 12px; } }
        .meet-the-experts .expert-slide blockquote q:before, .meet-the-experts .expert-slide blockquote q:after {
          display: block;
          content: '\"';
          font-style: italic; }
        @media (max-width: 1023px) {
          .meet-the-experts .expert-slide blockquote q:after {
            margin-top: -4px; } }
        .meet-the-experts .expert-slide blockquote q:before {
          margin-bottom: -20px; }
          @media (max-width: 1023px) {
            .meet-the-experts .expert-slide blockquote q:before {
              margin-bottom: -14px; } }
      .meet-the-experts .expert-slide blockquote cite {
        font-style: normal;
        display: block;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .meet-the-experts .expert-slide blockquote cite {
            display: none; } }
  .meet-the-experts .expert-tab.js-tab-hidden {
    display: block !important;
    height: 0;
    overflow: hidden; }
  .meet-the-experts .experts-section {
    padding-top: 50px; }
    @media (max-width: 1023px) {
      .meet-the-experts .experts-section {
        padding-top: 47px; } }
    @media (max-width: 767px) {
      .meet-the-experts .experts-section {
        padding-top: 17px; } }
    @media (min-width: 768px) {
      .meet-the-experts .experts-section .container {
        padding-left: 40px;
        padding-right: 40px; } }
    .meet-the-experts .experts-section .heading h1 {
      font-size: 33px;
      line-height: 50px;
      margin-bottom: 65px;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .meet-the-experts .experts-section .heading h1 {
          font-size: 28px;
          line-height: 42px; } }
      @media (max-width: 767px) {
        .meet-the-experts .experts-section .heading h1 {
          margin-bottom: 32px; } }
    .meet-the-experts .experts-section .heading h2 {
      font-size: 25px;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 65px;
      letter-spacing: 0.05em;
      padding: 0 3em; }
      @media (max-width: 1023px) {
        .meet-the-experts .experts-section .heading h2 {
          font-size: 24px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .meet-the-experts .experts-section .heading h2 {
          display: none; } }
    .meet-the-experts .experts-section .h3 {
      display: block;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0;
      line-height: 16px;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .meet-the-experts .experts-section .h3 {
          font-size: 9px;
          line-height: 15px;
          letter-spacing: 0.1em; } }
  .meet-the-experts .hero-block {
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .meet-the-experts .hero-block {
        margin-bottom: 20px; } }
    .meet-the-experts .hero-block .img-wrap {
      position: relative;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .meet-the-experts .hero-block .img-wrap {
          margin-bottom: 7px; } }
      .meet-the-experts .hero-block .img-wrap .txt {
        transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        color: #fff;
        max-height: 100%;
        position: absolute;
        transform: translatey(-50%); }
        @media (max-width: 767px) {
          .meet-the-experts .hero-block .img-wrap .txt {
            display: none; } }
      .meet-the-experts .hero-block .img-wrap h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        @media (max-width: 1023px) {
          .meet-the-experts .hero-block .img-wrap h2 {
            font-size: 24px;
            line-height: 32px; } }
      .meet-the-experts .hero-block .img-wrap .link {
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0.025em;
        text-decoration: underline;
        text-transform: uppercase; }
        .meet-the-experts .hero-block .img-wrap .link:hover {
          text-decoration: none; }
      .meet-the-experts .hero-block .img-wrap a {
        display: block;
        position: relative; }
        .meet-the-experts .hero-block .img-wrap a:after {
          transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          opacity: 0;
          visibility: hidden;
          position: absolute;
          background: rgba(51, 51, 51, 0.71); }
        .meet-the-experts .hero-block .img-wrap a:hover:after {
          opacity: 1;
          visibility: visible; }
        .meet-the-experts .hero-block .img-wrap a:hover .txt {
          opacity: 1;
          visibility: visible; }
  .meet-the-experts .listing {
    font-size: 0;
    margin: 0 -15px 33px; }
    @media (max-width: 767px) {
      .meet-the-experts .listing {
        margin: 0 -11px 28px; } }
    .meet-the-experts .listing li {
      width: 33.33%;
      padding: 0 15px;
      margin-bottom: 26px;
      vertical-align: top;
      display: inline-block; }
      @media (max-width: 767px) {
        .meet-the-experts .listing li {
          padding: 0 11px;
          margin-bottom: 20px;
          width: 50%; } }
    .meet-the-experts .listing a {
      display: block;
      position: relative;
      margin-bottom: 8px; }
      .meet-the-experts .listing a:after {
        transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: rgba(51, 51, 51, 0.71); }
      .meet-the-experts .listing a:hover:after {
        opacity: 1;
        visibility: visible; }
  .meet-the-experts .img-wrap {
    position: relative;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .meet-the-experts .img-wrap {
        margin-bottom: 7px; } }
    .meet-the-experts .img-wrap .txt {
      transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
      left: 0;
      right: 0;
      top: 50%;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      color: #fff;
      max-height: 100%;
      position: absolute;
      transform: translatey(-50%); }
      @media (max-width: 767px) {
        .meet-the-experts .img-wrap .txt {
          display: none; } }
    .meet-the-experts .img-wrap h2 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 10px; }
      @media (max-width: 1023px) {
        .meet-the-experts .img-wrap h2 {
          font-size: 14px;
          line-height: 22px; } }
    .meet-the-experts .img-wrap .link {
      color: #fff;
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 0.025em;
      text-decoration: underline;
      text-transform: uppercase; }
      .meet-the-experts .img-wrap .link:hover {
        text-decoration: none; }
    .meet-the-experts .img-wrap a {
      display: block;
      position: relative; }
      .meet-the-experts .img-wrap a:after {
        transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: rgba(51, 51, 51, 0.71); }
      .meet-the-experts .img-wrap a:hover:after {
        opacity: 1;
        visibility: visible; }
      .meet-the-experts .img-wrap a:hover .txt {
        opacity: 1;
        visibility: visible; }

body.alt .fancybox-overlay {
  z-index: 99990;
  overflow-x: hidden !important;
  background: #333 !important; }
  @media (min-width: 768px) {
    body.alt .fancybox-overlay {
      background: rgba(0, 0, 0, 0.9) !important; } }

body.alt .fancybox-wrap {
  max-width: none;
  z-index: 99999;
  overflow: hidden;
  width: 100% !important;
  left: 0 !important; }
  .desktopdevice body.alt .fancybox-wrap {
    top: 0 !important; }
  @media (max-width: 767px) {
    .touchdevice body.alt .fancybox-wrap {
      transform: translatey(-10px); } }
  body.alt .fancybox-wrap .fancybox-inner {
    height: auto !important; }
    @media (min-width: 768px) {
      body.alt .fancybox-wrap .fancybox-inner {
        margin-top: 63px; } }
  body.alt .fancybox-wrap .fancybox-skin {
    background: #333; }
  body.alt .fancybox-wrap .close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    transition: opacity, 0.3s, ease-in-out;
    color: #fff;
    top: 20px;
    right: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    overflow: visible;
    position: absolute;
    text-decoration: none;
    background: url("/images/layout/close3.png") no-repeat 50% 50%/100% auto; }
    @media (max-width: 1280px) {
      body.alt .fancybox-wrap .close {
        right: 20px; } }
    @media (max-width: 767px) {
      body.alt .fancybox-wrap .close {
        right: 13px;
        top: 11px; } }
    body.alt .fancybox-wrap .close:hover {
      opacity: 0.7; }

body.alt .popup-holder {
  display: block;
  overflow: hidden;
  height: 0; }

body.alt .buttons {
  text-align: center;
  margin-bottom: 53px; }
  body.alt .buttons .button {
    width: 340px; }
    @media (max-width: 767px) {
      body.alt .buttons .button {
        width: 200px; } }

body.alt div.lightbox {
  padding: 59px 40px 49px;
  width: 1280px;
  max-width: 100%;
  background: #333;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block !important; }
  @media (max-width: 1220px) {
    body.alt div.lightbox {
      padding: 59px 20px 49px; } }
  @media (max-width: 1023px) {
    body.alt div.lightbox {
      padding-top: 38px; } }
  @media (max-width: 767px) {
    body.alt div.lightbox {
      padding: 19px 13px 29px; } }
  body.alt div.lightbox .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 47px; }
    @media (max-width: 1023px) {
      body.alt div.lightbox .wrap {
        padding: 0 33px; } }
    @media (max-width: 767px) {
      body.alt div.lightbox .wrap {
        padding: 0 35px; } }
    @media (max-width: 638px) {
      body.alt div.lightbox .wrap {
        padding: 0 25px; } }
  body.alt div.lightbox .expert-slideshow {
    position: relative;
    overflow: hidden;
    width: 100%; }
    body.alt div.lightbox .expert-slideshow .slideset {
      width: 100%;
      position: relative; }
    body.alt div.lightbox .expert-slideshow .slide {
      font-size: 0;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0; }
      @media (max-width: 767px) {
        body.alt div.lightbox .expert-slideshow .slide .js-slide-text {
          display: none; } }
    body.alt div.lightbox .expert-slideshow .slide.active {
      z-index: 2; }
    body.alt div.lightbox .expert-slideshow.not-enough-slides a.btn-next, body.alt div.lightbox .expert-slideshow.not-enough-slides a.btn-prev {
      visibility: hidden; }
    @media (max-width: 767px) {
      body.alt div.lightbox .expert-slideshow .arrow-prev,
      body.alt div.lightbox .expert-slideshow .arrow-next {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 767px) {
      body.alt div.lightbox .expert-slideshow .arrow-next {
        top: 0;
        right: 0;
        left: auto;
        position: absolute; } }
  body.alt div.lightbox .img-wrap {
    width: 49.8%; }
    @media (max-width: 767px) {
      body.alt div.lightbox .img-wrap {
        vertical-align: top;
        order: -1;
        width: 100%; } }
    body.alt div.lightbox .img-wrap .h3 {
      display: none; }
      @media (max-width: 1023px) {
        body.alt div.lightbox .img-wrap .h3 {
          display: block;
          color: #fff;
          font-size: 12px;
          line-height: 15px;
          font-weight: 400;
          letter-spacing: 0.1em; } }
      @media (max-width: 767px) {
        body.alt div.lightbox .img-wrap .h3 {
          margin-bottom: 8px; } }
  body.alt div.lightbox img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      body.alt div.lightbox img {
        width: 100%; } }
  body.alt div.lightbox .txt-wrap {
    align-self: center;
    width: 50.2%;
    padding: 0 59px 0 16px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.05em; }
    @media (max-width: 1220px) {
      body.alt div.lightbox .txt-wrap {
        font-size: 17px;
        line-height: 22px;
        padding: 0 59px 0 16px; } }
    @media (max-width: 1120px) {
      body.alt div.lightbox .txt-wrap {
        font-size: 16px;
        line-height: 21px;
        padding: 0 39px 0 16px; } }
    @media (max-width: 1024px) {
      body.alt div.lightbox .txt-wrap {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.025em;
        padding: 11px 59px 0 36px; } }
    @media (max-width: 1023px) {
      body.alt div.lightbox .txt-wrap {
        font-size: 15px;
        line-height: 21px;
        padding: 0 35px 0 0; } }
    @media (max-width: 767px) {
      body.alt div.lightbox .txt-wrap {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 19px;
        vertical-align: top;
        font-size: 16px;
        line-height: 23px;
        display: flex;
        flex-wrap: wrap; }
        body.alt div.lightbox .txt-wrap > * {
          width: 100%; } }
    @media (max-width: 639px) {
      body.alt div.lightbox .txt-wrap {
        padding: 0 10px; } }
    @media (max-width: 374px) {
      body.alt div.lightbox .txt-wrap {
        padding: 0; } }
    body.alt div.lightbox .txt-wrap h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 27px;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      @media (max-width: 1280px) {
        body.alt div.lightbox .txt-wrap h2 {
          font-size: 28px;
          line-height: 38px;
          margin-bottom: 24px; } }
      @media (max-width: 1220px) {
        body.alt div.lightbox .txt-wrap h2 {
          font-size: 25px;
          line-height: 34px;
          margin-bottom: 22px; } }
      @media (max-width: 1120px) {
        body.alt div.lightbox .txt-wrap h2 {
          font-size: 23px;
          line-height: 31px;
          margin-bottom: 17px; } }
      @media (max-width: 1024px) {
        body.alt div.lightbox .txt-wrap h2 {
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 12px; } }
      @media (max-width: 1023px) {
        body.alt div.lightbox .txt-wrap h2 {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        body.alt div.lightbox .txt-wrap h2 {
          margin-bottom: 17px; } }
      @media (max-width: 374px) {
        body.alt div.lightbox .txt-wrap h2 {
          font-size: 16px;
          line-height: 22px; } }
    body.alt div.lightbox .txt-wrap .text {
      text-transform: uppercase;
      margin-bottom: 50px;
      display: block;
      letter-spacing: 0.1em; }
      @media (max-width: 1280px) {
        body.alt div.lightbox .txt-wrap .text {
          margin-bottom: 40px; } }
      @media (max-width: 1120px) {
        body.alt div.lightbox .txt-wrap .text {
          margin-bottom: 30px; } }
      @media (max-width: 1024px) {
        body.alt div.lightbox .txt-wrap .text {
          font-size: 13px;
          line-height: 19px;
          margin-bottom: 0;
          letter-spacing: 0.1em;
          padding: 13px 69px 0 26px; } }
      @media (max-width: 1023px) {
        body.alt div.lightbox .txt-wrap .text {
          font-size: 14px;
          line-height: 17px;
          padding: 7px 25px 0 0;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        body.alt div.lightbox .txt-wrap .text {
          font-size: 16px;
          line-height: 19px;
          padding-top: 13px;
          margin-bottom: 35px; } }
      @media (max-width: 374px) {
        body.alt div.lightbox .txt-wrap .text {
          padding: 10px 0 0; } }
    body.alt div.lightbox .txt-wrap p {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body.alt div.lightbox .txt-wrap p {
          margin: 0 -10px 10px; } }
  body.alt div.lightbox .thumbs {
    padding-top: 20px;
    margin: 0 -10px;
    font-size: 0;
    line-height: 0; }
    @media (max-width: 1024px) {
      body.alt div.lightbox .thumbs {
        padding-top: 16px;
        margin: 0 -8px; } }
    @media (max-width: 1023px) {
      body.alt div.lightbox .thumbs {
        padding-top: 12px;
        margin: 0 -6px; } }
    @media (max-width: 767px) {
      body.alt div.lightbox .thumbs {
        margin: 0 -5px 12px;
        padding-top: 11px; } }
    @media (max-width: 374px) {
      body.alt div.lightbox .thumbs {
        padding-top: 9px;
        margin-bottom: 8px; } }
    body.alt div.lightbox .thumbs li {
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px 10px; }
      @media (max-width: 1024px) {
        body.alt div.lightbox .thumbs li {
          padding: 0 8px 10px; } }
      @media (max-width: 1023px) {
        body.alt div.lightbox .thumbs li {
          padding: 0 6px 10px; } }
      @media (max-width: 767px) {
        body.alt div.lightbox .thumbs li {
          padding: 0 5px 10px; } }
      body.alt div.lightbox .thumbs li.active a {
        opacity: 0.7; }
    body.alt div.lightbox .thumbs a {
      transition: opacity, 0.3s, ease-in-out; }
      body.alt div.lightbox .thumbs a:hover {
        opacity: 0.7; }
  body.alt div.lightbox .btn-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 34px 0 0;
    margin-bottom: 60px; }
    @media (max-width: 1280px) {
      body.alt div.lightbox .btn-wrap {
        margin-bottom: 50px; } }
    @media (max-width: 1220px) {
      body.alt div.lightbox .btn-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 1120px) {
      body.alt div.lightbox .btn-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 1024px) {
      body.alt div.lightbox .btn-wrap {
        padding-right: 26px; } }
    @media (max-width: 1023px) {
      body.alt div.lightbox .btn-wrap {
        margin-bottom: 0;
        padding-top: 10px; } }
    @media (max-width: 767px) {
      body.alt div.lightbox .btn-wrap {
        padding: 0;
        order: -1;
        margin-bottom: 34px; } }
    @media (max-width: 374px) {
      body.alt div.lightbox .btn-wrap {
        margin-bottom: 26px; } }
  body.alt div.lightbox .button {
    width: 342px;
    font-size: 15px;
    max-width: 100%;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    body.alt div.lightbox .button.small {
      font-size: 13px; }
    @media (max-width: 1024px) {
      body.alt div.lightbox .button {
        font-size: 11px;
        line-height: 16px;
        width: 256px;
        padding: 8px 25px; }
        body.alt div.lightbox .button.small {
          font-size: 11px; } }
    @media (max-width: 767px) {
      body.alt div.lightbox .button {
        max-width: 312px;
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 15px;
        padding: 11px 25px;
        line-height: 22px; } }

body.alt .fancybox-nav {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  transition: opacity, 0.3s, ease-in-out;
  color: transparent;
  font-size: 0;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 15px;
  height: 25px;
  position: fixed;
  margin-left: -599px;
  transform: translatey(-50%);
  background: url("/images/layout/arrows/arrow-left01.png") no-repeat 50% 50%/15px auto; }
  @media (max-width: 1279px) {
    body.alt .fancybox-nav {
      left: 40px;
      margin: 0; } }
  @media (max-width: 1120px) {
    body.alt .fancybox-nav {
      left: 30px; } }
  @media (max-width: 1024px) {
    body.alt .fancybox-nav {
      left: 13px;
      width: 30px;
      height: 50px; } }
  @media (max-width: 767px) {
    body.alt .fancybox-nav {
      left: 7px; } }
  body.alt .fancybox-nav:hover {
    opacity: 0.7; }
  body.alt .fancybox-nav.fancybox-next {
    background: url("/images/layout/arrows/arrow-right01.png") no-repeat 50% 50%/15px auto;
    margin-left: 587px; }
    @media (max-width: 1279px) {
      body.alt .fancybox-nav.fancybox-next {
        right: 40px;
        left: auto;
        margin: 0; } }
    @media (max-width: 1120px) {
      body.alt .fancybox-nav.fancybox-next {
        right: 30px;
        left: auto; } }
    @media (max-width: 1024px) {
      body.alt .fancybox-nav.fancybox-next {
        right: 13px;
        left: auto;
        width: 30px;
        height: 50px; } }
    @media (max-width: 767px) {
      body.alt .fancybox-nav.fancybox-next {
        right: 7px; } }
    @media (max-width: 639px) {
      body.alt .fancybox-nav.fancybox-next {
        top: 50vh; } }
  @media (max-width: 639px) {
    body.alt .fancybox-nav.fancybox-prev {
      top: 50vh; } }

.tab-block {
  padding: 52px 0 181px 102px; }
  .tab-block .heading-block {
    padding: 0 0 84px;
    padding-left: 306px; }
  .tab-block h1 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 46px; }
  .tab-block h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px; }
  .tab-block .title {
    display: block;
    font-size: 18px;
    line-height: 21px; }
  .tab-block .faq-tabset {
    float: left;
    width: 245px;
    margin-right: 63px;
    font-size: 18px;
    line-height: 22px;
    border-top: 1px solid #c0c0c0; }
    .tab-block .faq-tabset li {
      border-bottom: 1px solid #c0c0c0;
      text-transform: uppercase; }
      .tab-block .faq-tabset li.active a {
        color: #fff;
        background: #000;
        border-left-color: #c0c0c0; }
    .tab-block .faq-tabset a {
      display: block;
      white-space: nowrap;
      min-height: 63px;
      color: #000;
      padding: 0 19px;
      text-decoration: none;
      border-left: 1px solid #fff;
      letter-spacing: 2px; }
      .tab-block .faq-tabset a:hover {
        background: #000;
        color: #fff;
        border-left-color: #c0c0c0; }
      .tab-block .faq-tabset a:after {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        width: 1px;
        height: 63px;
        content: ''; }
      .tab-block .faq-tabset a span {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        padding: 4px 0;
        max-width: 100%; }
  .tab-block .tab-content {
    overflow: hidden;
    padding-top: 4px; }
    .tab-block .tab-content p {
      margin-bottom: 21px; }
  @media (max-width: 1220px) {
    .tab-block {
      padding: 52px 0 159px 5px; }
      .tab-block .heading-block {
        padding-bottom: 62px; } }
  @media (max-width: 1023px) {
    .tab-block {
      padding: 32px 0 37px 20px; }
      .tab-block .heading-block {
        padding: 0 0 20px 276px; }
      .tab-block .tabset {
        margin-right: 32px; }
      .tab-block .tab-content {
        padding-top: 46px;
        letter-spacing: 1px; }
      .tab-block .faq-tabset {
        margin-right: 31px; } }
  @media (max-width: 767px) {
    .tab-block {
      padding: 36px 5px 81px; }
      .tab-block .heading-block {
        padding: 0 0 27px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 1px; }
        .tab-block .heading-block h1 {
          text-align: center;
          font-size: 28px;
          line-height: 32px;
          margin-bottom: 38px; }
      .tab-block h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 17px; }
      .tab-block p br {
        margin-bottom: 20px;
        display: block; }
      .tab-block .faq-tabset {
        float: none;
        width: auto;
        margin: 0 -2px;
        font-size: 0;
        letter-spacing: -4px;
        border: none; }
        .tab-block .faq-tabset li {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          letter-spacing: 0;
          font-size: 10px;
          line-height: 12px;
          padding: 0 2px;
          border: none; }
        .tab-block .faq-tabset a {
          min-height: 32px;
          padding: 0 5px;
          border-bottom: 1px solid #c0c0c0; }
          .tab-block .faq-tabset a:after {
            height: 32px; }
      .tab-block .title {
        line-height: 24px; }
      .tab-block .tab-content {
        padding-top: 40px;
        font-size: 16px;
        line-height: 19px; }
        .tab-block .tab-content p {
          margin-bottom: 15px; } }
  @media (max-width: 374px) {
    .tab-block {
      padding: 36px 0 81px; } }

.media-content .note-block {
  background: url(/images/main/giftcard_chf@2x.jpg);
  background-size: 140% 100%;
  padding: 16px;
  text-align: center;
  width: 389px;
  position: relative;
  z-index: 5;
  float: right;
  height: 237px;
  margin: -102px -152px 0 0; }
  .media-content .note-block:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 16px;
    bottom: 16px;
    right: 16px;
    border: 4px solid #fff; }
  .media-content .note-block:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.25em;
    content: ''; }
  .media-content .note-block .frame {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    z-index: 3;
    color: #fff; }
  .media-content .note-block h2 {
    margin-bottom: 0; }

.media-content .text-info {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 3px 10px 23px;
  letter-spacing: 2px; }

.media-content .btn-frame {
  padding: 0 0 53px;
  text-align: right; }
  .media-content .btn-frame .button {
    padding: 6px 25px; }

@media (max-width: 1220px) {
  .media-content .note-block {
    width: 309px;
    height: 189px;
    margin: -144px -62px 0 0; }
    .media-content .note-block:before {
      border-width: 2px;
      top: 13px;
      bottom: 13px;
      right: 13px;
      left: 13px; }
    .media-content .note-block h2 {
      font-size: 24px;
      line-height: 28px; } }

.media-content .img-holder.add img {
  width: 100%; }

@media (max-width: 1023px) {
  .media-content .img-holder.add {
    max-width: none; }
  .media-content .note-block {
    margin: -35px 0 0 0; }
  .media-content .text-info {
    font-size: 13px;
    line-height: 22px;
    padding: 5px 10px 25px; }
  .media-content .button {
    font-size: 18px;
    line-height: 22px;
    padding: 11px 25px; } }

@media (max-width: 767px) {
  .media-content .img-holder.add {
    max-width: none; }
  .media-content .note-block {
    margin: 11px 0 0;
    height: 206px;
    width: 100%;
    float: none; }
  .media-content .text-info {
    padding: 7px 30px 25px;
    letter-spacing: 0; }
  .media-content .btn-frame {
    text-align: center;
    padding-bottom: 70px; } }

@media (max-width: 374px) {
  .media-content .note-block {
    height: 172px; } }

.error {
  margin-bottom: 20px; }

.giftcard_description {
  font-size: 24px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 120px 50px 120px; }
  @media (max-width: 767px) {
    .giftcard_description {
      margin: 0 30px 50px 30px;
      font-size: 18px;
      line-height: 27px; } }
  @media (max-width: 639px) {
    .giftcard_description {
      margin: 0 10px 30px 10px;
      font-size: 15px;
      line-height: 20px; } }

fieldset.address [type="text"],
fieldset.address [type="email"],
fieldset.address [type="password"],
fieldset.address select {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  line-height: 18px;
  color: #1a1a1a;
  width: 48%;
  padding: 4px 4px;
  margin-bottom: 7px;
  margin-right: 2%; }
  fieldset.address [type="text"]#street, fieldset.address [type="text"]#co,
  fieldset.address [type="email"]#street,
  fieldset.address [type="email"]#co,
  fieldset.address [type="password"]#street,
  fieldset.address [type="password"]#co,
  fieldset.address select#street,
  fieldset.address select#co {
    width: 98%; }
  fieldset.address [type="text"]#place,
  fieldset.address [type="email"]#place,
  fieldset.address [type="password"]#place,
  fieldset.address select#place {
    width: 68%; }
  fieldset.address [type="text"]::-webkit-input-placeholder,
  fieldset.address [type="email"]::-webkit-input-placeholder,
  fieldset.address [type="password"]::-webkit-input-placeholder,
  fieldset.address select::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px; }
  fieldset.address [type="text"]::-moz-placeholder,
  fieldset.address [type="email"]::-moz-placeholder,
  fieldset.address [type="password"]::-moz-placeholder,
  fieldset.address select::-moz-placeholder {
    opacity: 1;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px; }
  fieldset.address [type="text"]:-moz-placeholder,
  fieldset.address [type="email"]:-moz-placeholder,
  fieldset.address [type="password"]:-moz-placeholder,
  fieldset.address select:-moz-placeholder {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px; }
  fieldset.address [type="text"]:-ms-input-placeholder,
  fieldset.address [type="email"]:-ms-input-placeholder,
  fieldset.address [type="password"]:-ms-input-placeholder,
  fieldset.address select:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px; }
  fieldset.address [type="text"].placeholder,
  fieldset.address [type="email"].placeholder,
  fieldset.address [type="password"].placeholder,
  fieldset.address select.placeholder {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px; }
  fieldset.address [type="text"].error,
  fieldset.address [type="email"].error,
  fieldset.address [type="password"].error,
  fieldset.address select.error {
    border-bottom-color: #ebcccc;
    color: #c20000;
    background-color: inherit;
    display: initial;
    text-align: inherit;
    margin-top: 0;
    margin-left: 0; }

fieldset.address .jcf-select {
  width: 48%; }
  fieldset.address .jcf-select .jcf-select-text {
    color: #333 !important; }

fieldset.address .row {
  margin-bottom: 20px; }
  fieldset.address .row input {
    float: left; }
    fieldset.address .row input.small {
      width: 28%; }

/*
 * Index
 */
.order-block {
  padding: 60px 0 0 27px;
  clear: both; }
  .order-block .button {
    padding: 6px 25px; }
  @media (max-width: 1220px) {
    .order-block {
      padding: 150px 0 0 0; } }
  @media (max-width: 1023px) {
    .order-block {
      padding: 85px 0 0 21px; } }
  @media (max-width: 767px) {
    .order-block {
      padding: 25px 0px 0px 0px; } }
  .order-block .select-holder {
    overflow: hidden; }
  .order-block .select-wrap {
    float: left;
    width: 74px;
    margin: 5px 6px 0 0; }
  .order-block .label-holder {
    overflow: hidden;
    font-size: 24px;
    line-height: 31px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 6px; }
    .order-block .label-holder .gift_card_value_button_minus {
      margin-left: 5px; }
    .order-block .label-holder .gift_card_value_button {
      background: none;
      border: none;
      box-shadow: none; }
      .order-block .label-holder .gift_card_value_button:hover {
        color: #1a1a1a; }
  .order-block .gift_card_value {
    padding: 0.1em 0.3em; }
  .order-block .jcf-select {
    width: auto;
    min-width: 59px; }
    .order-block .jcf-select .jcf-select-text {
      font-size: 24px;
      line-height: 28px;
      font-weight: bold;
      color: #1a1a1a;
      margin-right: 25px;
      margin-left: 0; }
    .order-block .jcf-select .jcf-select-opener {
      background: url(/images/layout/arrows/arrow-black-down.png) no-repeat;
      height: 7px;
      width: 12px;
      top: 17px; }
  @media (max-width: 1023px) {
    .order-block .select-wrap {
      margin-right: 0; }
    .order-block .label-holder {
      letter-spacing: 4px;
      margin-bottom: 25px; }
    .order-block .jcf-select {
      background-color: transparent;
      min-width: 55px; } }
  @media (max-width: 767px) {
    .order-block .label-holder {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 3px; }
    .order-block .select-wrap {
      width: 40px;
      margin-right: 5px; }
    .order-block .jcf-select .jcf-select-text {
      font-size: 18px;
      line-height: 24px; }
    .order-block .jcf-select .jcf-select-opener {
      margin-right: 14px;
      top: 13px; } }
  .order-block .button {
    padding: 6px 25px; }

/*
 * END index
 */
/*
 * Details
 */
.details-block {
  padding: 0 27px;
  clear: both; }
  .details-block .button {
    padding: 6px 25px; }
  .details-block .details-form .gift-card {
    color: #999;
    margin: 3em 0 4em;
    text-transform: uppercase;
    border-bottom: 1px solid #999; }
    .details-block .details-form .gift-card h1 {
      letter-spacing: 0.07em; }
      @media (max-width: 1023px) {
        .details-block .details-form .gift-card h1 {
          font-size: 33px; } }
      @media (max-width: 766px) {
        .details-block .details-form .gift-card h1 {
          font-size: 25px; } }
    .details-block .details-form .gift-card h2 {
      border-bottom: 1px solid #999; }
      @media (max-width: 1023px) {
        .details-block .details-form .gift-card h2 {
          font-size: 25px; } }
      @media (max-width: 766px) {
        .details-block .details-form .gift-card h2 {
          font-size: 18px; } }
    .details-block .details-form .gift-card h3 {
      text-transform: none;
      margin-bottom: 1.5em; }
      @media (max-width: 1023px) {
        .details-block .details-form .gift-card h3 {
          font-size: 20px; } }
      @media (max-width: 766px) {
        .details-block .details-form .gift-card h3 {
          font-size: 16px; } }
    .details-block .details-form .gift-card .gift-card-buttons {
      margin-bottom: 1em; }
      .details-block .details-form .gift-card .gift-card-buttons a {
        margin-right: 2em;
        text-decoration: none;
        letter-spacing: 0.03em;
        font-weight: bold;
        color: #999; }
        .details-block .details-form .gift-card .gift-card-buttons a.gift-card-button-show {
          color: red; }
        .details-block .details-form .gift-card .gift-card-buttons a.gift-card-button-show-configured, .details-block .details-form .gift-card .gift-card-buttons a.gift-card-button-show-active {
          cursor: default; }
        .details-block .details-form .gift-card .gift-card-buttons a.gift-card-button-show-configured {
          color: initial; }
        .details-block .details-form .gift-card .gift-card-buttons a.gift-card-button-modify-hidden {
          display: none; }
        @media (max-width: 766px) {
          .details-block .details-form .gift-card .gift-card-buttons a {
            font-size: 12px;
            display: block;
            line-height: 18px; } }
    .details-block .details-form .gift-card .gift-card-form {
      color: #1a1a1a;
      padding: 30px 0;
      display: none;
      /* custom radio styles */
      /* end custom radio styles */
      /* custom select style */
      /* end custom select style */
      /* custom label style */
      /* end custom label style */ }
      @media (max-width: 766px) {
        .details-block .details-form .gift-card .gift-card-form {
          padding: 15px 0; } }
      .details-block .details-form .gift-card .gift-card-form fieldset {
        margin-bottom: 1.7em; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-row {
        margin-bottom: 20px; }
      .details-block .details-form .gift-card .gift-card-form textarea {
        width: 50%;
        height: 4em; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-row-shipping-address {
        margin-top: 20px; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-address-row {
        width: 80%;
        margin-bottom: 19px; }
        .details-block .details-form .gift-card .gift-card-form .gift-card-address-row label {
          margin: 0 0 7px 0; }
        .details-block .details-form .gift-card .gift-card-form .gift-card-address-row input {
          width: 100%; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-shipping-row {
        font-size: 12px; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-address-row-big {
        width: 78%; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-address-row-small {
        width: 20%; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-address-row-left {
        float: left; }
      .details-block .details-form .gift-card .gift-card-form .gift-card-address-row-right {
        float: right; }
      .details-block .details-form .gift-card .gift-card-form .jcf-radio {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        overflow: hidden;
        cursor: default;
        background: transparent;
        border: 1px solid #999;
        border-radius: 6px;
        margin: 0 8px 0 0;
        height: 12px;
        width: 12px; }
        .details-block .details-form .gift-card .gift-card-form .jcf-radio.jcf-checked {
          background: #000;
          border-color: #000; }
      .details-block .details-form .gift-card .gift-card-form .jcf-radio input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0; }
      .details-block .details-form .gift-card .gift-card-form .jcf-select {
        width: auto;
        min-width: 59px; }
        .details-block .details-form .gift-card .gift-card-form .jcf-select .jcf-select-text {
          color: #1a1a1a;
          margin-right: 25px;
          margin-left: 0; }
        .details-block .details-form .gift-card .gift-card-form .jcf-select .jcf-select-opener {
          background: url(/images/layout/arrows/arrow-down-gray.png) no-repeat;
          height: 7px;
          width: 12px;
          top: 15px; }
      .details-block .details-form .gift-card .gift-card-form label {
        /*font-weight: bold;$*/ }
        .details-block .details-form .gift-card .gift-card-form label.jcf-label-active span {
          color: #000; }
    .details-block .details-form .gift-card .gift-card-form-active {
      display: block; }
  .details-block .details-form .gift-card-done {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    border-bottom: 1px solid #999; }
    .details-block .details-form .gift-card-done h2 {
      border-bottom: 1px solid #1a1a1a; }
  @media (max-width: 1220px) {
    .details-block {
      padding: 0; } }
  @media (max-width: 1023px) {
    .details-block {
      padding: 60px 21px; } }
  @media (max-width: 767px) {
    .details-block {
      padding: 0 21px; } }
  .details-block .gift-card-message-text-counter {
    display: block;
    padding-top: 10px;
    font-size: 80%; }
  .details-block .giftcard-billing-address-info {
    font-size: 80%;
    text-transform: none; }

/*
 * END Details
 */
/*
 * Checkout
 */
.checkout-block {
  clear: both; }
  @media (max-width: 374px) {
    .checkout-block {
      padding: 0 0 15px; } }
  .checkout-block h2 {
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .checkout-block h2 {
      font-size: 130% !important; } }
  .checkout-block .checkout-address {
    float: left;
    width: 53%; }
    @media (max-width: 1023px) {
      .checkout-block .checkout-address {
        float: none;
        width: auto; } }
    .checkout-block .checkout-address .btn-wrap {
      padding-top: 30px;
      margin-bottom: 24px; }
    .checkout-block .checkout-address .button {
      width: 100%;
      padding: 9px;
      font-size: 12px;
      line-height: 16px; }
    .checkout-block .checkout-address .info {
      display: block;
      font-size: 14px;
      line-height: 14px;
      font-weight: 700; }
      .checkout-block .checkout-address .info a {
        text-decoration: none; }
        .checkout-block .checkout-address .info a:hover {
          opacity: 0.7; }
  .checkout-block .checkout-order {
    float: right;
    width: 45%; }
    @media (max-width: 1023px) {
      .checkout-block .checkout-order {
        float: none;
        width: auto; } }
    .checkout-block .checkout-order .checkout-summary {
      margin-bottom: 1em; }
      .checkout-block .checkout-order .checkout-summary p {
        margin-bottom: 0.5em; }
        .checkout-block .checkout-order .checkout-summary p.discount {
          font-size: 80%; }
      .checkout-block .checkout-order .checkout-summary ul {
        /*display: none;*/
        list-style: none;
        margin: 0 0 0.5em 0.3em;
        padding: 0; }
        .checkout-block .checkout-order .checkout-summary ul li {
          font-size: 90%; }
      .checkout-block .checkout-order .checkout-summary .button {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        padding: 7px 18px; }
    .checkout-block .checkout-order .checkout-payment {
      margin-bottom: 2em; }
      .checkout-block .checkout-order .checkout-payment label {
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 0; }
        .checkout-block .checkout-order .checkout-payment label img {
          vertical-align: middle;
          margin-right: 5px; }
      .checkout-block .checkout-order .checkout-payment .jcf-radio {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        overflow: hidden;
        cursor: default;
        background: transparent;
        border: 1px solid #999;
        border-radius: 6px;
        margin: 0 8px 0 0;
        height: 12px;
        width: 12px; }
        .checkout-block .checkout-order .checkout-payment .jcf-radio.jcf-checked {
          background: #000;
          border-color: #000; }
      .checkout-block .checkout-order .checkout-payment .jcf-radio input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0; }
    .checkout-block .checkout-order .checkout-submit label {
      display: block;
      margin-bottom: 1em; }
    .checkout-block .checkout-order .checkout-submit .button {
      padding: 6px 25px; }

.xmas-gift-card-info {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  min-height: 150px;
  line-height: 24px;
  letter-spacing: 2px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 16px; }
  .xmas-gift-card-info ul {
    list-style-type: none;
    padding-left: 0px; }
  @media (max-width: 767px) {
    .xmas-gift-card-info {
      letter-spacing: 0px; } }
  .xmas-gift-card-info img {
    float: right;
    display: block; }
    @media (max-width: 767px) {
      .xmas-gift-card-info img {
        display: none; } }
  .xmas-gift-card-info h3 {
    min-width: 100%; }
    @media (max-width: 767px) {
      .xmas-gift-card-info h3 {
        display: inline-block; } }

.gift-card-price-picker {
  width: 120px;
  height: 20px;
  display: inline-block;
  position: relative; }
  .gift-card-price-picker .minus,
  .gift-card-price-picker .plus {
    height: 25px;
    width: 25px;
    outline: none;
    background-color: #FFF;
    border: solid 1px #999;
    transition: background 0.2s linear, color 0.2s linear; }
    @media (max-width: 768px) {
      .gift-card-price-picker .minus,
      .gift-card-price-picker .plus {
        padding: 0px; } }
    .gift-card-price-picker .minus:hover,
    .gift-card-price-picker .plus:hover {
      background-color: #dcd9d9; }
    .gift-card-price-picker .minus:after,
    .gift-card-price-picker .plus:after {
      content: "-";
      text-indent: 0;
      display: block;
      line-height: 8px;
      font-size: 14px; }
    .gift-card-price-picker .minus:disabled,
    .gift-card-price-picker .plus:disabled {
      background-color: #CCC; }
    .gift-card-price-picker .minus.minus,
    .gift-card-price-picker .plus.minus {
      position: absolute; }
    .gift-card-price-picker .minus.plus,
    .gift-card-price-picker .plus.plus {
      float: right; }
      .gift-card-price-picker .minus.plus:after,
      .gift-card-price-picker .plus.plus:after {
        content: "+";
        line-height: 22px; }
  .gift-card-price-picker input {
    height: 25px;
    width: 70px;
    text-align: center;
    position: absolute;
    left: 25px;
    font-size: 16px;
    padding: 0px; }

@media (max-width: 767px) {
  .responsive-font-from-tablet h1 {
    font-size: 6vw; } }

.giftcard-thankyou {
  margin-top: 100px;
  text-align: center; }
  @media (max-width: 1023px) {
    .giftcard-thankyou {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .giftcard-thankyou {
      margin-top: 50px; } }
  .giftcard-thankyou .button {
    align-items: center;
    margin: 30px; }
    @media (max-width: 767px) {
      .giftcard-thankyou .button {
        margin: 5vw; } }
  .giftcard-thankyou .store-thankyou-title {
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767px) {
      .giftcard-thankyou .store-thankyou-title h1 {
        font-size: 5vw; } }
  .giftcard-thankyou .store-thankyou-text {
    text-align: center;
    line-height: 33px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .giftcard-thankyou .store-thankyou-text {
        line-height: 4vw;
        font-size: 3vw; } }

/*
 * END Checkout
 */
.intro-page.header-fixed #wrapper {
  padding-top: 0; }

.intro-page.header-fixed #header {
  background: transparent;
  position: fixed;
  height: auto; }

@media (max-width: 767px) {
  .intro-page.header-fixed #header {
    position: absolute; } }

.intro-page .page-wrapper {
  overflow: hidden;
  position: relative; }
  @media (max-width: 1023px) {
    .intro-page .page-wrapper {
      height: auto; } }

.intro-page #header {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 320px;
  z-index: 2; }

.intro-page .logo {
  float: left; }

.intro-page #nav {
  margin: 0;
  padding: 19px 0 13px;
  float: right; }
  .intro-page #nav li {
    margin: 0 0 0 51px; }

.intro-page .intro-wrap .main-img {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0; }
  .intro-page .intro-wrap .main-img:before {
    display: none; }
  .intro-page .intro-wrap .main-img img {
    width: 100%;
    max-height: none;
    max-width: none; }

@media (max-width: 1220px) {
  .intro-page .intro-wrap .main-img {
    margin-top: 30px; }
    .intro-page .intro-wrap .main-img:before {
      content: '';
      background: #fbf1f2;
      height: 30px;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: -30px;
      z-index: -1; } }

@media (max-width: 1023px) {
  .intro-page {
    background: #fff; }
    .intro-page .logo {
      margin: 3px 0 0 20px; }
    .intro-page #nav {
      padding: 15px 0 13px; }
      .intro-page #nav li {
        margin: 0 0 0 6px; }
    .intro-page #wrapper {
      min-height: 1px;
      height: auto; } }

@media (max-width: 767px) {
  .intro-page #nav {
    padding: 0;
    float: none; }
    .intro-page #nav li {
      margin: 0; }
    .intro-page #nav .nav-opener {
      top: -45px; }
  .intro-page .logo {
    float: none;
    width: 212px;
    margin: 0 auto 20px; }
  .intro-page .intro-wrap .main-img {
    margin-top: 50px; }
    .intro-page .intro-wrap .main-img:before {
      height: 50px;
      top: -50px; } }

@media only screen and (max-width: 550px) {
  .intro-page.nav-active .main-img {
    margin-top: -44px; } }

.intro-wrap .main-img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .intro-wrap .main-img img {
    max-height: 100%;
    width: auto; }

.intro-wrap .button-hold {
  position: absolute;
  top: 57.4%;
  left: 69px;
  right: 69px; }

.intro-wrap .button {
  border-width: 3px;
  min-width: 227px;
  text-align: center;
  padding: 15px; }

@media (max-width: 1220px) {
  .intro-wrap .button-hold {
    top: 49.6%; }
  .intro-wrap .button {
    padding: 13px;
    min-width: 206px; } }

@media (max-width: 1023px) {
  .intro-wrap .main-img {
    position: relative;
    top: -85px;
    margin: 0 -250px; }
  .intro-wrap .button-hold {
    position: static;
    height: 127px;
    padding: 37px 105px 0;
    overflow: hidden; }
  .intro-wrap .button {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 767px) {
  .intro-wrap .main-img {
    top: 0;
    margin: -80px -110px 0; }
    .intro-wrap .main-img:before {
      content: '';
      background: #e8e4e1;
      left: 0;
      right: 0;
      bottom: 100%;
      height: 999px;
      z-index: -1;
      position: absolute; }
  .intro-wrap .button-hold {
    margin: 0;
    height: auto;
    padding: 17px 20px;
    text-align: center; }
    .intro-wrap .button-hold .left-part,
    .intro-wrap .button-hold .right-part {
      float: none;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px; }
  .intro-wrap .button {
    min-width: 135px; } }

@media only screen and (max-width: 550px) {
  .intro-wrap .main-img {
    margin-top: -48px; } }

@media (max-width: 767px) {
  .intro-wrap .button-hold {
    margin: 0 -20px; }
  .intro-wrap .button {
    min-width: 127px; } }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.popup-content-holder .option-selector {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding: 21px 0 105px; }
  @media (max-width: 1219px) {
    .popup-content-holder .option-selector {
      margin: 0 -20px;
      padding: 0 0 27px; } }
  @media (max-width: 1022px) {
    .popup-content-holder .option-selector {
      margin: 0;
      padding: 33px 0 15px 8px;
      text-align: left; }
      .popup-content-holder .option-selector li {
        margin-bottom: 19px; }
        .popup-content-holder .option-selector li label:before {
          top: 3px; } }
  @media (max-width: 766px) {
    .popup-content-holder .option-selector {
      padding-top: 31px; } }
  .popup-content-holder .option-selector li {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.223em;
    font-size: 9px; }
    @media (min-width: 1023px) {
      .popup-content-holder .option-selector li {
        display: inline-block;
        vertical-align: top;
        margin: 0 13px 15px;
        font-size: 12px; } }
    .popup-content-holder .option-selector li label {
      color: #fff;
      text-decoration: none;
      position: relative;
      padding-left: 13px; }
      .popup-content-holder .option-selector li label span.jcf-radio {
        display: none;
        border: none; }
      .popup-content-holder .option-selector li label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid #fff; }
      .popup-content-holder .option-selector li label.jcf-label-active {
        text-decoration: underline; }

.text-box-manufacturing {
  bottom: 100px !important; }

.manufacturing-slider .text-box {
  position: absolute;
  letter-spacing: 1px;
  z-index: 1;
  left: 20%;
  bottom: 100px;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 10px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  width: 422px; }
  .manufacturing-slider .text-box a {
    color: #fff; }
  .manufacturing-slider .text-box h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 42px; }
  .manufacturing-slider .text-box.bottom-left {
    left: 140px;
    text-align: left; }
  .manufacturing-slider .text-box.bottom-right {
    left: auto;
    right: 140px;
    text-align: left; }
  .manufacturing-slider .text-box.add {
    line-height: 21px;
    padding: 43px 22px 53px; }
    .manufacturing-slider .text-box.add h2 {
      margin-bottom: 14px; }
  @media (max-width: 1023px) {
    .manufacturing-slider .text-box {
      padding: 20px 50px 0 44px;
      position: absolute;
      font-size: 15px;
      letter-spacing: 0.06em; }
      .manufacturing-slider .text-box.bottom-right, .manufacturing-slider .text-box.bottom-left {
        float: right;
        margin: 29px -11px 0 0;
        width: 410px; }
      .manufacturing-slider .text-box.bottom-left {
        float: left;
        margin: 34px 0 0 6px; }
      .manufacturing-slider .text-box.white {
        padding: 10px 10px;
        width: 48%;
        color: #000; } }
  @media (max-width: 767px) {
    .manufacturing-slider .text-box {
      position: absolute;
      /*was_ static*/
      display: table;
      margin: 0px !important;
      left: 0px;
      top: 0px;
      height: 100%;
      padding-left: 69px;
      padding-right: 69px;
      padding-top: 0px; }
      .manufacturing-slider .text-box.bottom-right, .manufacturing-slider .text-box.bottom-left {
        float: left;
        font-size: 15px;
        line-height: 16px;
        left: 0px;
        top: 0px;
        width: 100%; }
      .manufacturing-slider .text-box p {
        vertical-align: middle;
        display: table-cell; }
      .manufacturing-slider .text-box h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 20px;
        text-align: center; }
      .manufacturing-slider .text-box.bottom-left h2 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 22px; }
      .manufacturing-slider .text-box.bottom-right h2 {
        line-height: 22px;
        margin-bottom: 10px; } }
  @media (max-width: 374px) {
    .manufacturing-slider .text-box {
      position: absolute;
      /*was_ static*/ }
      .manufacturing-slider .text-box.bottom-right, .manufacturing-slider .text-box.bottom-left {
        font-size: 10px;
        line-height: 10px; }
      .manufacturing-slider .text-box h2 {
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 12px; }
      .manufacturing-slider .text-box.bottom-left h2 {
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 12px; }
      .manufacturing-slider .text-box.bottom-right h2 {
        line-height: 12px;
        font-size: 10px;
        margin-bottom: 2px; } }

.measurement-overview-block {
  padding: 14px 0 0;
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 1023px) {
    .measurement-overview-block {
      margin-top: 0px; } }
  .measurement-overview-block h1 {
    font-weight: bold;
    margin: 0; }
    @media (max-width: 1220px) {
      .measurement-overview-block h1 {
        font-size: 28px; } }
    @media (max-width: 1023px) {
      .measurement-overview-block h1 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .measurement-overview-block h1 {
        font-size: 36px; } }
  .measurement-overview-block .main-heading h1:after {
    margin: 26px auto 0; }
  .measurement-overview-block .main-heading {
    margin-top: 30px; }
    .measurement-overview-block .main-heading h1 {
      line-height: 42px; }
    .measurement-overview-block .main-heading h1:after {
      margin: 20px auto 0; }
  .measurement-overview-block .description {
    margin-top: 25px;
    margin-bottom: 5px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .measurement-overview-block .nav-video {
    list-style-type: none;
    background: #FFFFFF;
    padding: 15px;
    overflow: hidden;
    display: table;
    margin: 0 auto; }
    .measurement-overview-block .nav-video li {
      margin-right: 20px;
      display: inline-block; }
      .measurement-overview-block .nav-video li a {
        text-decoration: none;
        letter-spacing: 0.03888em;
        line-height: 21.6px;
        text-transform: uppercase;
        font-weight: bold; }
        @media (max-width: 1220px) {
          .measurement-overview-block .nav-video li a {
            font-size: 18px; } }
        @media (max-width: 1023px) {
          .measurement-overview-block .nav-video li a {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .measurement-overview-block .nav-video li a {
            font-size: 20px; } }
    .measurement-overview-block .nav-video li:last-child {
      margin-right: 0px; }
  .measurement-overview-block .fix-nav-video {
    position: fixed;
    margin-top: 0.8%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1; }
    @media (max-width: 1220px) {
      .measurement-overview-block .fix-nav-video {
        margin-top: 1.5%; } }
    @media (max-width: 1023px) {
      .measurement-overview-block .fix-nav-video {
        margin-top: 3.2%; } }
  .measurement-overview-block .tutorial {
    margin-top: 51px;
    margin-bottom: 202px;
    height: 100%;
    position: relative; }
    @media (max-width: 1220px) {
      .measurement-overview-block .tutorial {
        margin-bottom: 147px; } }
    .measurement-overview-block .tutorial .tutorial-video {
      width: 100%; }
      .measurement-overview-block .tutorial .tutorial-video .video-wrapper {
        left: 50%;
        transform: translate(-50%);
        width: 400px;
        max-height: 400px;
        min-height: 400px !important; }
        .measurement-overview-block .tutorial .tutorial-video .video-wrapper .playing {
          opacity: 0; }
    .measurement-overview-block .tutorial .tutorial-text {
      margin: 15px auto 0;
      max-width: 600px; }
      .measurement-overview-block .tutorial .tutorial-text h1 {
        font-size: 38px;
        line-height: 45.6px;
        text-transform: uppercase;
        font-weight: bold; }
      .measurement-overview-block .tutorial .tutorial-text p {
        margin: 10px auto 0;
        font-size: 20px;
        line-height: 21.6px;
        break-word: normal; }
      .measurement-overview-block .tutorial .tutorial-text ul {
        list-style-type: none; }
    @media (max-width: 767px) {
      .measurement-overview-block .tutorial:first-of-type {
        margin-top: 0px; } }
    .measurement-overview-block .tutorial:last-of-type {
      margin-bottom: 170px; }
  .measurement-overview-block .go-next, .measurement-overview-block .go-up {
    left: 49.5%;
    margin-top: 6%;
    content: " ";
    position: absolute;
    display: block;
    width: 23px;
    height: 80px;
    margin-bottom: 10px;
    background: url(/images/layout/arrow_video.png) no-repeat;
    background-size: 50%; }
    @media (max-width: 1220px) {
      .measurement-overview-block .go-next, .measurement-overview-block .go-up {
        font-size: 81px; } }
    @media (max-width: 1023px) {
      .measurement-overview-block .go-next, .measurement-overview-block .go-up {
        margin-top: 51px; } }
    @media (max-width: 767px) {
      .measurement-overview-block .go-next, .measurement-overview-block .go-up {
        margin-top: 48px; } }
  .measurement-overview-block .go-up {
    margin-top: 15px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg) translate(50%); }
    @media (max-width: 767px) {
      .measurement-overview-block .go-up:last-of-type {
        margin-top: 5px; } }

.order-wrap {
  max-width: 1124px;
  margin: 0 auto;
  padding: 48px 20px 63px;
  min-height: 700px; }
  .order-wrap.add {
    max-width: 1165px; }
  .order-wrap .store-thankyou-section {
    max-width: 836px;
    margin: 0 auto;
    padding: 0 2em; }
    .order-wrap .store-thankyou-section .store-thankyou-text {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
  .order-wrap .main-heading h1 {
    margin-bottom: 51px; }
  .order-wrap .text-wrap {
    font-size: 28px;
    line-height: 1;
    max-width: 836px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    letter-spacing: 0.2em; }
    .order-wrap .text-wrap.add {
      padding-top: 30px; }
    .order-wrap .text-wrap p {
      margin-bottom: 30px; }
    .order-wrap .text-wrap mark {
      background: transparent;
      font-weight: 700;
      display: block; }
  .order-wrap .button {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    min-width: 244px;
    text-align: center; }
    .order-wrap .button span {
      margin-top: 1px;
      display: inline-block;
      vertical-align: top; }
  .order-wrap .select-holder {
    padding: 82px 0 60px; }
  .order-wrap .jcf-select {
    width: 434px;
    border: 2px solid #1a1a1a;
    margin: 0 auto;
    display: block;
    height: 48px; }
  .order-wrap .btn-holder {
    overflow: hidden;
    text-align: right;
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto; }
    .order-wrap .btn-holder .top {
      text-align: center;
      margin-bottom: 58px; }
  .order-wrap .table-tab-content {
    display: none; }
  .order-wrap table {
    width: 100%; }
    .order-wrap table .c1 {
      width: 10.667%; }
    .order-wrap table .c2 {
      width: 20.6889%; }
    .order-wrap table .c3 {
      width: 12.977%; }
    .order-wrap table .c4 {
      width: 14.133%; }
    .order-wrap table .c5 {
      width: 14.4%; }
    .order-wrap table .c6 {
      width: 14.133%; }
    .order-wrap table .c7 {
      width: 7.111%; }
    .order-wrap table .c8 {
      width: 7%; }
    .order-wrap table .c9 {
      width: 10%; }
    .order-wrap table td,
    .order-wrap table th {
      text-align: left;
      vertical-align: top;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      padding: 10px 5px 2px; }
    .order-wrap table .info {
      margin-left: 20px; }
    .order-wrap table .info {
      width: 12px;
      height: 13px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      display: block;
      background: url(/images/layout/info.png) no-repeat; }
      .order-wrap table .info:hover {
        opacity: 0.7; }
  @media (max-width: 1023px) {
    .order-wrap {
      padding-top: 31px; }
      .order-wrap .text-wrap {
        font-size: 24px;
        line-height: 29px; }
        .order-wrap .text-wrap p {
          margin-bottom: 27px; }
      .order-wrap .table-tab-content {
        display: block;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        padding: 36px 0; }
        .order-wrap .table-tab-content .title {
          font-size: 12px;
          line-height: 16px;
          display: block;
          margin-bottom: 14px; }
        .order-wrap .table-tab-content p {
          margin-bottom: 1px; }
      .order-wrap .mob-line {
        text-decoration: underline; }
      .order-wrap .table-container {
        margin: 0 20px;
        border-width: 1px 0;
        border-color: #909090;
        border-style: solid;
        padding-bottom: 65px; }
      .order-wrap table th,
      .order-wrap table td {
        /*&:first-child {
					display: none;
				}*/ }
      .order-wrap table col {
        width: auto !important; } }
  @media (max-width: 767px) {
    .order-wrap {
      min-height: 610px;
      padding-bottom: 43px; }
      .order-wrap .main-heading h1 {
        margin-bottom: 32px; }
      .order-wrap .table-container {
        margin: 0;
        border: none;
        padding-bottom: 77px; }
      .order-wrap .text-wrap {
        font-size: 12px;
        line-height: 22px; }
        .order-wrap .text-wrap.add {
          padding-top: 20px; }
        .order-wrap .text-wrap p {
          margin-bottom: 21px; }
      .order-wrap .table-tab-content {
        display: none; }
      .order-wrap .select-holder {
        padding: 30px 0 58px; }
      .order-wrap .jcf-select {
        max-width: 281px;
        height: 32px;
        width: auto; }
        .order-wrap .jcf-select .jcf-select-text {
          line-height: 28px;
          font-size: 10px;
          margin: 0 35px 0 9px; }
        .order-wrap .jcf-select.jcf-select-border-black .jcf-select-text {
          line-height: 28px; }
        .order-wrap .jcf-select.jcf-select-border-black .jcf-select-opener {
          top: 11px; }
      .order-wrap .btn-holder {
        text-align: center; }
        .order-wrap .btn-holder .top {
          margin-bottom: 31px; }
      .order-wrap table {
        display: block; }
        .order-wrap table colgroup,
        .order-wrap table thead {
          display: none; }
        .order-wrap table td:first-child,
        .order-wrap table th:first-child {
          display: block; }
        .order-wrap table td {
          display: block;
          padding: 10px 5px 4px; }
          .order-wrap table td br {
            display: none; }
          .order-wrap table td:before {
            content: attr(data-label);
            display: block;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase; }
        .order-wrap table .mob-line {
          display: inline-block; }
          .order-wrap table .mob-line:before {
            content: '/';
            display: inline-block;
            margin: 0 10px; }
        .order-wrap table .info {
          margin-left: 0; } }

#header.stoffstuecke {
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    #header.stoffstuecke {
      margin-bottom: 53px; } }
  @media (min-width: 1023px) {
    #header.stoffstuecke {
      margin-bottom: 42px; } }
  @media (min-width: 1220px) {
    #header.stoffstuecke {
      margin-bottom: 73px; } }
  @media (max-width: 1022px) {
    #header.stoffstuecke .logo {
      margin-bottom: 43px; } }
  @media (max-width: 766px) {
    #header.stoffstuecke .logo {
      margin-bottom: 17px; } }
  @media (max-width: 766px) {
    #header.stoffstuecke #nav {
      padding: 0; }
    #header.stoffstuecke .nav-opener {
      display: none; } }
  #header.stoffstuecke .drop > ul > li {
    letter-spacing: 0.38em; }
    @media (min-width: 767px) {
      #header.stoffstuecke .drop > ul > li:first-child {
        margin-left: 0; } }
    @media (min-width: 1023px) {
      #header.stoffstuecke .drop > ul > li {
        margin-left: 57px; } }
    @media (min-width: 1220px) {
      #header.stoffstuecke .drop > ul > li {
        margin-left: 41px; } }
    #header.stoffstuecke .drop > ul > li > a {
      padding: 5px; }
  @media (max-width: 766px) {
    #header.stoffstuecke .drop {
      max-height: none;
      background: none; }
      #header.stoffstuecke .drop > ul {
        padding: 0;
        text-align: center;
        margin: 0 -15px; }
        #header.stoffstuecke .drop > ul > li {
          width: auto;
          font-size: 8px;
          margin: 0 9px;
          letter-spacing: 0.15em; }
          #header.stoffstuecke .drop > ul > li > a {
            color: #000; } }
  @media (max-width: 373px) {
    #header.stoffstuecke .drop > ul > li {
      margin: 0 2px; } }

#header.knoepfe1 {
  padding-bottom: 53px; }

.fabric-piece-block {
  overflow: hidden; }
  .fabric-piece-block .page-holder {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 373px) {
      .fabric-piece-block .page-holder {
        padding: 0 16px; } }
  @media (min-width: 1220px) {
    .fabric-piece-block.knoepfe .form-holder {
      padding-right: 8px; }
      .fabric-piece-block.knoepfe .form-holder .general-form {
        padding-top: 39px; } }
  .fabric-piece-block h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 0 10px;
    letter-spacing: 0.11em; }
    @media (min-width: 767px) {
      .fabric-piece-block h1 {
        margin: 0 0 36px 9px; } }
    @media (min-width: 1023px) {
      .fabric-piece-block h1 {
        margin: 0 0 12px 12px; } }
    @media (min-width: 1220px) {
      .fabric-piece-block h1 {
        margin-left: 20px;
        margin-bottom: 10px; } }
    @media (max-width: 766px) {
      .fabric-piece-block h1 {
        margin: 0 12px 27px; } }
    @media (max-width: 373px) {
      .fabric-piece-block h1 {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 374px) {
    .fabric-piece-block .left-col {
      padding: 0 10px; } }
  @media (min-width: 767px) {
    .fabric-piece-block .left-col {
      padding: 0 8px;
      width: auto; } }
  @media (min-width: 1024px) {
    .fabric-piece-block .left-col {
      float: left;
      width: 45.1%;
      padding: 26px 0 0 7px; } }
  @media (min-width: 1220px) {
    .fabric-piece-block .left-col {
      padding-left: 20px;
      width: 45%; } }
  .fabric-piece-block .title-text {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .fabric-piece-block .title-text {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      .fabric-piece-block .title-text {
        margin-bottom: 50px; } }
    @media (min-width: 1220px) {
      .fabric-piece-block .title-text {
        margin-bottom: 20px; } }
    @media (max-width: 766px) {
      .fabric-piece-block .title-text {
        margin-bottom: 40px; } }
    .fabric-piece-block .title-text a {
      text-decoration: none; }
      .fabric-piece-block .title-text a:hover {
        color: #5a5a5a; }
  .fabric-piece-block .view-option {
    overflow: hidden;
    margin: 0 -10px 52px; }
    @media (min-width: 767px) {
      .fabric-piece-block .view-option {
        margin-bottom: 53px; } }
    @media (min-width: 1023px) {
      .fabric-piece-block .view-option {
        margin-bottom: 52px; } }
    @media (max-width: 766px) {
      .fabric-piece-block .view-option {
        padding: 0 10px;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .fabric-piece-block .view-option .columns {
        float: left;
        width: 48%;
        padding: 0 10px;
        max-width: 235px; }
        .fabric-piece-block .view-option .columns:first-child {
          width: 52%; } }
    @media (max-width: 766px) {
      .fabric-piece-block .view-option .columns {
        margin-bottom: 31px; } }
    .fabric-piece-block .view-option ul li {
      font-size: 12px;
      letter-spacing: 0.195em;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 5px; }
      .fabric-piece-block .view-option ul li a {
        color: #b2b2b2;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 16px;
        position: relative;
        outline: none; }
        .fabric-piece-block .view-option ul li a:before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 6px;
          height: 6px;
          border: 1px solid #b2b2b2;
          border-radius: 50%; }
        .fabric-piece-block .view-option ul li a:hover, .fabric-piece-block .view-option ul li a.active {
          color: #333;
          text-decoration: underline; }
          .fabric-piece-block .view-option ul li a:hover:before, .fabric-piece-block .view-option ul li a.active:before {
            border-color: #333;
            background: #333; }
  .fabric-piece-block .view-title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 8px; }
  .fabric-piece-block .text-wrap {
    text-align: justify; }
    @media (min-width: 767px) {
      .fabric-piece-block .text-wrap {
        max-width: 390px; } }
    @media (max-width: 1022px) {
      .fabric-piece-block .text-wrap {
        max-width: 540px;
        margin: 0 auto 10px;
        text-align: center; } }
    @media (max-width: 766px) {
      .fabric-piece-block .text-wrap {
        padding: 0 3px; } }
    @media (max-width: 373px) {
      .fabric-piece-block .text-wrap {
        padding: 0; }
        .fabric-piece-block .text-wrap p {
          margin: 0 4px 46px; } }
  .fabric-piece-block h2 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.049em;
    margin-bottom: 19px; }
  .fabric-piece-block .form-holder {
    overflow: hidden;
    padding: 30px 3px 0 0; }
    @media (min-width: 1220px) {
      .fabric-piece-block .form-holder {
        padding: 0 8px 0 26px; } }
    @media (max-width: 1022px) {
      .fabric-piece-block .form-holder {
        padding: 60px 0 32px;
        max-width: 520px;
        margin: 0 auto; } }
    @media (max-width: 766px) {
      .fabric-piece-block .form-holder {
        padding: 10px 13px 0; } }
    @media (max-width: 373px) {
      .fabric-piece-block .form-holder {
        padding: 10px 0 2px; } }
    .fabric-piece-block .form-holder .general-form {
      padding-top: 20px;
      margin-bottom: 54px; }
      @media (min-width: 1023px) {
        .fabric-piece-block .form-holder .general-form {
          padding-right: 5px; } }
      @media (min-width: 1220px) {
        .fabric-piece-block .form-holder .general-form {
          padding-right: 0; } }
      @media (max-width: 766px) {
        .fabric-piece-block .form-holder .general-form {
          padding-top: 0;
          margin-bottom: 34px; } }
      .fabric-piece-block .form-holder .general-form .row {
        margin-bottom: 0.8666666666666667em; }
        @media (max-width: 766px) {
          .fabric-piece-block .form-holder .general-form .row.add .input-holder {
            float: none;
            overflow: hidden;
            width: auto; }
            .fabric-piece-block .form-holder .general-form .row.add .input-holder:first-child {
              float: left;
              width: 43%;
              margin-right: 15px; } }
      .fabric-piece-block .form-holder .general-form .form-info {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.165em;
        font-weight: 700;
        margin-bottom: 15px; }
  .fabric-piece-block .btn-holder {
    text-align: right;
    font-size: 0;
    line-height: 0;
    padding: 31px 0; }
    @media (max-width: 1022px) {
      .fabric-piece-block .btn-holder {
        padding: 46px 0 0; } }
    @media (max-width: 766px) {
      .fabric-piece-block .btn-holder {
        text-align: center;
        padding: 21px 0 0; } }
    .fabric-piece-block .btn-holder .btn-order {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #1a1a1a;
      line-height: 1.25;
      text-decoration: none;
      border: 2px solid #1a1a1a;
      padding: 10px 24px;
      letter-spacing: 0.22em;
      margin: 0 0 0 12px; }
      @media (max-width: 766px) {
        .fabric-piece-block .btn-holder .btn-order {
          margin: 0 10px 10px; } }
      .fabric-piece-block .btn-holder .btn-order:hover {
        background: #1a1a1a;
        color: #fff; }
      .fabric-piece-block .btn-holder .btn-order.call-to-action {
        color: #fff; }
      .fabric-piece-block .btn-holder .btn-order span {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 11px 0 10px; }
        .fabric-piece-block .btn-holder .btn-order span:after {
          position: absolute;
          top: 0;
          right: -8px;
          font-family: 'icomoon';
          content: "\e603";
          font-size: 15px;
          line-height: 1;
          font-weight: 400; }
      .fabric-piece-block .btn-holder .btn-order.back span {
        padding: 0 8px 0 25px; }
        .fabric-piece-block .btn-holder .btn-order.back span:after {
          right: auto;
          left: 3px;
          content: "\e604"; }

.popup-container {
  position: relative; }

.js-hidden {
  opacity: 0;
  visibility: hidden; }

.fabric-popup {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  background: #1c1c1c;
  color: #fff;
  min-height: 676px;
  overflow: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear; }
  .fabric-popup.no-css-animation {
    transition: none !important; }
    .fabric-popup.no-css-animation * {
      transition: none !important; }
  .fabric-popup .boxes-items {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important; }
  @media (max-width: 1022px) {
    .fabric-popup {
      min-height: 681px; } }
  @media (max-width: 373px) {
    .fabric-popup {
      min-height: 629px; } }
  .fabric-popup .close {
    float: right;
    text-decoration: none;
    color: #fff;
    margin: 39px 19px 0;
    line-height: 1;
    font-size: 14px;
    margin: 39px 21px 0;
    position: relative;
    z-index: 10; }
    .fabric-popup .close:hover {
      color: #cccccc; }
    @media (max-width: 1219px) {
      .fabric-popup .close {
        margin-top: 30px; } }
    @media (max-width: 766px) {
      .fabric-popup .close {
        margin: 32px 23px 0; } }
    @media (max-width: 373px) {
      .fabric-popup .close {
        margin-top: 20px; } }
  .fabric-popup .page-holder {
    clear: both;
    max-width: 1160px;
    overflow: visible; }
  .fabric-popup .popup-frame {
    padding: 58px 0 0; }
    @media (max-width: 1219px) {
      .fabric-popup .popup-frame {
        padding-top: 61px; } }
    @media (max-width: 766px) {
      .fabric-popup .popup-frame {
        padding-top: 23px;
        position: relative; } }
    .fabric-popup .popup-frame .btn-next,
    .fabric-popup .popup-frame .btn-prev {
      line-height: 1;
      position: absolute;
      top: 92px;
      right: -43px;
      color: #fff;
      text-decoration: none;
      font-size: 36px;
      overflow: hidden; }
      @media (min-width: 767px) {
        .fabric-popup .popup-frame .btn-next,
        .fabric-popup .popup-frame .btn-prev {
          display: none; } }
      @media (min-width: 375px) {
        .fabric-popup .popup-frame .btn-next,
        .fabric-popup .popup-frame .btn-prev {
          top: 111px;
          right: -42px; } }
      .fabric-popup .popup-frame .btn-next:hover,
      .fabric-popup .popup-frame .btn-prev:hover {
        color: #cccccc; }
    .fabric-popup .popup-frame .btn-prev {
      right: auto;
      left: -43px; }
      @media (min-width: 375px) {
        .fabric-popup .popup-frame .btn-prev {
          right: auto;
          left: -42px; } }
  .fabric-popup .fabric-box {
    background: #b2b2b2;
    border: 11px solid #fff;
    width: 244px;
    height: 244px; }
    @media (max-width: 766px) {
      .fabric-popup .fabric-box {
        margin-left: auto;
        margin-right: auto; } }
    .fabric-popup .fabric-box .fabric-slide-wrap {
      position: relative;
      height: 100%; }
    @media (min-width: 767px) {
      .fabric-popup .fabric-box.items-2 .fabric-item-box {
        width: 50% !important;
        float: left; } }
    @media (min-width: 767px) {
      .fabric-popup .fabric-box.items-3 .fabric-item-box, .fabric-popup .fabric-box.items-4 .fabric-item-box {
        width: 50% !important;
        float: left;
        max-height: 50% !important; } }
    .fabric-popup .fabric-box .selected-items {
      height: 100%; }
      @media (min-width: 767px) {
        .fabric-popup .fabric-box .selected-items {
          overflow: hidden; } }
      @media (max-width: 766px) {
        .fabric-popup .fabric-box .selected-items {
          display: none; } }
    .fabric-popup .fabric-box .mask {
      overflow: hidden; }
      @media (min-width: 767px) {
        .fabric-popup .fabric-box .mask {
          display: none !important; } }
    .fabric-popup .fabric-box .slideset {
      float: left;
      width: 99999px; }
    @media (max-width: 766px) {
      .fabric-popup .fabric-box .slide {
        float: left; } }
    .fabric-popup .fabric-box .slide .btns-holder {
      position: relative;
      z-index: 9;
      margin: 52px 0 0; }
      .fabric-popup .fabric-box .slide .btns-holder a {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        border: 2px solid #fff;
        padding: 10px;
        text-align: center;
        letter-spacing: 0.199em;
        color: #fff;
        text-decoration: none;
        display: block; }
        .fabric-popup .fabric-box .slide .btns-holder a:hover {
          background: #fff;
          color: #333; }
        .fabric-popup .fabric-box .slide .btns-holder a.link-unselect, .fabric-popup .fabric-box .slide .btns-holder a.btn-unselect {
          display: none; }
    .fabric-popup .fabric-box .slide.selected .btns-holder a.link-select {
      display: none; }
    .fabric-popup .fabric-box .slide.selected .btns-holder a.link-unselect {
      display: block; }
    @media (min-width: 374px) {
      .fabric-popup .fabric-box {
        width: 285px;
        height: 285px;
        border-width: 12px; } }
    @media (min-width: 767px) {
      .fabric-popup .fabric-box {
        float: right;
        width: 326px;
        height: 325px;
        margin: 5px 9px 0 0;
        border-width: 14px;
        position: relative; } }
    @media (min-width: 1023px) {
      .fabric-popup .fabric-box {
        width: 482px;
        height: 481px;
        border-width: 22px;
        margin-right: 45px; } }
    @media (min-width: 1220px) {
      .fabric-popup .fabric-box {
        margin: 5px 97px 0 0;
        width: 484px; } }
    @media (max-width: 766px) {
      .fabric-popup .fabric-box {
        margin: 0 auto; } }
  .fabric-popup .fabric-item-box {
    position: relative;
    max-height: 100%;
    overflow: hidden; }
    @media (min-width: 767px) {
      .fabric-popup .fabric-item-box img {
        min-width: 438px;
        height: auto; } }
    @media (max-width: 766px) {
      .fabric-popup .fabric-item-box img {
        width: 100%;
        height: auto; } }
    .fabric-popup .fabric-item-box .fabric-name {
      position: absolute;
      text-transform: uppercase;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.199em;
      z-index: 2;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding: 7px; }
      @media (min-width: 1023px) {
        .fabric-popup .fabric-item-box .fabric-name {
          font-size: 12px;
          padding: 14px; } }
      .fabric-popup .fabric-item-box .fabric-name.dark {
        color: #404040; }
  .fabric-popup .message-holder {
    transition: 0.25s ease-in-out opacity, 0.25s ease-in-out visibility;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9;
    visibility: visible;
    opacity: 1; }
    .fabric-popup .message-holder.js-hidden {
      visibility: hidden;
      opacity: 0; }
    @media (min-width: 767px) {
      .fabric-popup .message-holder {
        left: -32px;
        right: -44px;
        top: -14px;
        bottom: -115px;
        padding: 9999px 9999px 9999px 16px;
        margin: -9999px -9999px -9999px 0; } }
    @media (min-width: 1023px) {
      .fabric-popup .message-holder {
        left: -22px;
        right: -22px;
        top: -22px;
        bottom: -22px;
        padding-left: 0; } }
    @media (max-width: 766px) {
      .fabric-popup .message-holder {
        bottom: 0;
        left: -32px;
        right: -32px;
        padding: 40px 30px; } }
    @media (max-width: 373px) {
      .fabric-popup .message-holder {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .fabric-popup .message-holder .message-wrap {
      height: 100%;
      white-space: nowrap;
      text-align: center; }
      .fabric-popup .message-holder .message-wrap:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .fabric-popup .message-holder .message-wrap > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
    .fabric-popup .message-holder .message-frame {
      font-size: 12px;
      line-height: 1.66667;
      color: #333;
      text-align: center;
      padding: 29px 22px 0;
      max-width: 340px; }
      .fabric-popup .message-holder .message-frame p {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 41px;
        letter-spacing: 0.189em; }
        @media (max-width: 766px) {
          .fabric-popup .message-holder .message-frame p {
            margin-bottom: 23px; } }
        .fabric-popup .message-holder .message-frame p:first-child {
          margin-bottom: 20px; }
    .fabric-popup .message-holder .btn-ok {
      display: inline-block;
      vertical-align: top;
      font-weight: 700;
      border: 2px solid #000;
      color: #000;
      text-decoration: none;
      padding: 8px 8px 7px;
      min-width: 70px; }
      .fabric-popup .message-holder .btn-ok:hover {
        background: #000;
        color: #fff; }
  .fabric-popup .text-holder {
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    background: #1c1c1c; }

@media (min-width: 767px) and (max-width: 1022px) {
  .fabric-popup .text-holder {
    padding-right: 16px; } }
    @media (min-width: 1220px) {
      .fabric-popup .text-holder {
        padding-right: 97px; } }
    .fabric-popup .text-holder .view-option {
      text-align: left; }
    .fabric-popup .text-holder .text-frame {
      max-width: 345px; }
      @media (max-width: 766px) {
        .fabric-popup .text-holder .text-frame {
          max-width: none; } }
    @media (max-width: 766px) {
      .fabric-popup .text-holder {
        padding: 110px 0 0;
        position: relative; } }
    @media (max-width: 373px) {
      .fabric-popup .text-holder {
        padding-top: 108px; } }
  .fabric-popup .title-text {
    text-transform: capitalize;
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 16px; }
  .fabric-popup p {
    margin-bottom: 51px; }
    @media (max-width: 766px) {
      .fabric-popup p {
        margin-bottom: 32px; } }
  .fabric-popup .sub-title {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.195em;
    margin-bottom: 11px; }
    @media (max-width: 1022px) {
      .fabric-popup .sub-title {
        padding: 0 10px;
        margin-bottom: 15px; } }
    @media (max-width: 766px) {
      .fabric-popup .sub-title {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        text-align: center; } }
  .fabric-popup .view-title {
    font-size: 23px;
    margin-bottom: 15px; }
  .fabric-popup .view-option {
    margin-bottom: 54px; }
    @media (max-width: 1219px) {
      .fabric-popup .view-option {
        padding: 0 20px;
        margin-bottom: 56px; }
        .fabric-popup .view-option .columns {
          width: 46%; }
          .fabric-popup .view-option .columns:first-child {
            width: 54%; } }
    @media (max-width: 1022px) {
      .fabric-popup .view-option {
        padding: 0 8px; }
        .fabric-popup .view-option .columns {
          width: 49%; }
          .fabric-popup .view-option .columns:first-child {
            width: 51%; } }
    @media (max-width: 766px) {
      .fabric-popup .view-option {
        display: none; } }
    .fabric-popup .view-option ul li {
      margin-bottom: 4px;
      font-weight: 700; }
      .fabric-popup .view-option ul li a {
        color: #fff; }
        .fabric-popup .view-option ul li a:before {
          border-color: #fff; }
        .fabric-popup .view-option ul li a:hover, .fabric-popup .view-option ul li a.active {
          color: #fff;
          text-decoration: underline; }
          .fabric-popup .view-option ul li a:hover:before, .fabric-popup .view-option ul li a.active:before {
            border-color: #fff;
            background: #fff; }
  .fabric-popup .btn-continue {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.199em;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px;
    min-width: 150px;
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 767px) {
      .fabric-popup .btn-continue {
        margin: 0 19px 10px 0;
        float: right; } }
    @media (min-width: 1220px) {
      .fabric-popup .btn-continue {
        margin-right: 72px; } }
    .fabric-popup .btn-continue:hover {
      background: #fff;
      color: #333; }

@media (max-width: 766px) {
  #footer.stoffstuecke .footer-navigation li {
    letter-spacing: 0.2em;
    font-size: 10px;
    margin: 0 1px 9px; }
  #footer.stoffstuecke .footer-navigation.right {
    margin-bottom: 10px; } }

.page-holder header {
  padding: 41px 0 63px;
  text-align: center; }
  .page-holder header h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    max-width: 340px;
    margin: 0 auto 46px; }
  .page-holder header .quote h2 {
    text-transform: none;
    margin: 0 auto 20px; }
  .page-holder header .quote::before, .page-holder header .quote::after {
    content: "\"";
    font-style: italic;
    font-size: 30px; }

.page-holder .main-info {
  display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.page-holder .main-img {
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 1023px) {
    .page-holder .main-img {
      margin-bottom: 32px; } }

.page-holder .three-col {
  overflow: hidden;
  position: relative;
  margin: 0 -38px 58px; }
  .page-holder .three-col .img {
    text-align: center;
    display: none; }
  .page-holder .three-col .column {
    float: left;
    width: 33.33%;
    padding: 0 38px 5px; }

@media (max-width: 1220px) {
  .page-holder .three-col {
    margin: 0 -24px 58px; }
    .page-holder .three-col .column {
      padding: 0 24px 5px; } }

@media (max-width: 1023px) {
  .page-holder .three-col {
    margin: 0 -10px 58px; }
    .page-holder .three-col .column {
      padding: 0 10px 5px; }
  .page-holder .main-heading h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 31px; }
  .page-holder header h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 48px; } }

@media (max-width: 767px) {
  .page-holder .main-heading h1 {
    max-width: 240px;
    margin: 0 auto 8px; }
    .page-holder .main-heading h1:after {
      margin: 17px auto 0; }
  .page-holder .main-info {
    padding: 0 14%; }
  .page-holder header {
    padding-bottom: 30px; }
  .page-holder .three-col {
    margin: 0 -10px 55px;
    padding-bottom: 15px;
    letter-spacing: 0.012em; }
    .page-holder .three-col .column {
      float: none;
      width: 100%;
      padding: 0 10px 41px;
      text-align: center; }
    .page-holder .three-col .img {
      display: block;
      margin-bottom: 31px; }
  .page-holder .main-img {
    display: none; } }

.team-holder {
  padding: 0 60px;
  margin: 0 auto;
  letter-spacing: 1px; }
  .team-holder .three-col {
    margin: 0 auto;
    max-width: 1012px;
    padding: 10px 20px; }
  .team-holder .name,
  .team-holder .post {
    display: block;
    text-transform: uppercase; }
  .team-holder .name {
    margin-bottom: 1px;
    font-weight: 700; }
  .team-holder .post {
    margin-bottom: 20px;
    letter-spacing: 2px; }
  @media (max-width: 1023px) {
    .team-holder {
      padding: 0 20px;
      font-size: 16px;
      line-height: 19px; }
      .team-holder .name {
        margin-bottom: 0; }
      .team-holder .post {
        margin-bottom: 19px; } }
  @media (max-width: 767px) {
    .team-holder {
      padding: 0 27px; }
      .team-holder .name br {
        display: none; } }
  @media (max-width: 374px) {
    .team-holder {
      padding: 0 5px; } }

.team-info {
  max-width: 500px;
  padding: 0 19px 104px;
  margin: 0 auto;
  letter-spacing: 0.04em; }
  @media (max-width: 1023px) {
    .team-info {
      padding-bottom: 113px;
      max-width: 530px;
      text-align: center; } }
  @media (max-width: 767px) {
    .team-info {
      padding: 0 0 41px;
      letter-spacing: 0.012em; } }

.team-contact {
  overflow: hidden;
  padding-top: 30px; }
  .team-contact dl {
    margin: 0 0 24px;
    overflow: hidden;
    letter-spacing: 1px; }
  .team-contact dt {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    width: 40%;
    margin: 0; }
    @media (max-width: 767px) {
      .team-contact dt {
        width: 100%; } }
  .team-contact dd {
    float: right;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 0;
    width: 60%; }
    @media (max-width: 767px) {
      .team-contact dd {
        width: 100%; } }
    .team-contact dd a {
      font-size: 14px; }
  .team-contact .txt {
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
    max-width: 40%;
    text-transform: uppercase; }
  .team-contact .email {
    display: inline-block;
    vertical-align: top;
    max-width: 40%; }
  @media (max-width: 1220px) {
    .team-contact {
      margin-left: -36px; } }
  @media (max-width: 1023px) {
    .team-contact {
      margin-left: 0; }
      .team-contact dl {
        margin-bottom: 27px; }
      .team-contact .txt {
        margin-right: 9px; } }
  @media (max-width: 767px) {
    .team-contact {
      padding-bottom: 19px; }
      .team-contact dl {
        margin-bottom: 23px; }
      .team-contact dt {
        float: none;
        max-width: none;
        margin: 0;
        letter-spacing: 0.01em; }
      .team-contact dd {
        letter-spacing: 1px;
        float: none; }
      .team-contact .txt {
        display: block;
        max-width: none;
        margin: 0 0 3px; }
      .team-contact .email {
        max-width: none; } }

.style-tab {
  padding: 6px 0 22px; }
  .style-tab h2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 29px;
    letter-spacing: 2px; }
  .style-tab .tab-nav {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 4px;
    margin-bottom: 61px; }
    .style-tab .tab-nav li {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 12px; }
    .style-tab .tab-nav a {
      text-decoration: none;
      color: #b2b2b2; }
      .style-tab .tab-nav a:hover {
        text-decoration: underline;
        color: #1a1a1a; }
    .style-tab .tab-nav .active > a {
      color: #1a1a1a;
      text-decoration: underline; }
  .style-tab .content-wrap {
    text-align: center;
    margin-bottom: 51px; }
  .style-tab .text-block {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em; }
    .style-tab .text-block p {
      margin-bottom: 36px; }
    .style-tab .text-block .button {
      padding: 9px 15px;
      min-width: 68%;
      font-size: 12px;
      line-height: 16px; }
  .style-tab .left-image,
  .style-tab .right-image {
    padding-top: 3px;
    text-align: left;
    width: 32.2%; }
  .style-tab .left-image {
    float: left; }
  .style-tab .right-image {
    float: right; }
  .style-tab .image-list {
    margin: 0 -10px;
    font-size: 0;
    letter-spacing: -4px; }
    .style-tab .image-list li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 10px 20px;
      font-size: 14px;
      letter-spacing: 0; }
  .style-tab .plus {
    position: absolute;
    bottom: 10px;
    right: 16px;
    font-size: 27px;
    line-height: 1;
    font-weight: 300;
    color: #090909; }
  .style-tab .img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
  @media (max-width: 1220px) {
    .style-tab .tab-nav {
      margin-bottom: 56px; }
    .style-tab h2 {
      margin-bottom: 30px; }
    .style-tab .text-block .button {
      min-width: 86%; }
    .style-tab .content-wrap {
      margin-bottom: 41px; } }
  @media (max-width: 1023px) {
    .style-tab {
      padding-bottom: 28px; }
      .style-tab .content-wrap {
        padding: 0 20px;
        margin-bottom: 43px; }
      .style-tab .left-image,
      .style-tab .right-image {
        width: 26.6%; }
      .style-tab .text-block {
        width: 42%; }
        .style-tab .text-block .button {
          min-width: 92%; } }
  @media (max-width: 767px) {
    .style-tab {
      padding-bottom: 0; }
      .style-tab .content-wrap {
        margin-bottom: 40px;
        padding: 0 25px;
        display: table;
        width: 100%;
        table-layout: fixed; }
      .style-tab .text-block {
        height: 1%;
        display: table-header-group;
        max-width: none; }
      .style-tab .img-wrap {
        overflow: hidden;
        padding-top: 35px; }
      .style-tab .right-image {
        width: 29.2%; }
      .style-tab .left-image {
        width: 63%; }
      .style-tab .image-list li {
        display: block;
        width: auto; }
        .style-tab .image-list li:first-child {
          display: none; } }
  @media (max-width: 374px) {
    .style-tab .content-wrap {
      padding: 0; } }

.header-holder {
  padding: 20px 0 29px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .header-holder .logo,
  .header-holder .icon-box,
  .header-holder .corss-icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin-bottom: 0; }
  .header-holder .corss-icon {
    margin: 0 52px 0 82px; }
  @media (max-width: 767px) {
    .header-holder {
      padding: 0; }
      .header-holder .logo,
      .header-holder .icon-box,
      .header-holder .corss-icon {
        vertical-align: top; }
      .header-holder .icon-box {
        width: 46px; }
      .header-holder .corss-icon {
        width: 32px;
        margin: 8px 10px 0; }
      .header-holder .logo {
        width: 177px;
        margin-top: 5px; } }

.different-page .different-top {
  display: none; }

@media (max-width: 767px) {
  .different-page #header {
    padding-top: 7px;
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .different-page .different-top {
    display: block; }
    .different-page .different-top h1 {
      margin-bottom: 20px; }
      .different-page .different-top h1:after {
        height: 34px;
        margin-top: 12px; } }

.intro-wrap.inner {
  position: relative;
  background: #d2cfcb;
  overflow: hidden;
  margin-bottom: 137px; }
  @media (max-width: 1023px) {
    .intro-wrap.inner {
      overflow: visible;
      margin-bottom: 407px; }
      .intro-wrap.inner .main-img {
        top: 0;
        margin: 0 -217px 0 90px; } }
  @media (max-width: 767px) {
    .intro-wrap.inner {
      background: transparent;
      margin-bottom: 108px; }
      .intro-wrap.inner .main-img {
        background: #d2cfcb;
        position: relative;
        margin: 0 -33px 0 20px; }
        .intro-wrap.inner .main-img:before {
          background: #d2cfcb;
          z-index: -1;
          right: 0;
          left: auto;
          width: 999px;
          top: 0;
          bottom: 0;
          height: auto; } }

.two-column {
  position: relative;
  z-index: 5; }
  @media (max-width: 1023px) {
    .two-column {
      position: static; } }
  .two-column .col {
    float: left;
    width: 367px;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 1220px) {
      .two-column .col {
        padding: 0;
        width: 322px; } }
    @media (max-width: 1023px) {
      .two-column .col {
        position: static; } }
    @media (max-width: 767px) {
      .two-column .col {
        float: none;
        width: auto;
        padding: 0 0 4px;
        height: auto !important; } }
    .two-column .col.pull-right {
      float: right;
      white-space: nowrap;
      width: 394px; }
      .two-column .col.pull-right:after {
        display: inline-block;
        vertical-align: bottom;
        content: '';
        width: 1px;
        height: 100%; }
      .two-column .col.pull-right .text-holder {
        display: inline-block;
        vertical-align: bottom;
        white-space: normal; }
      @media (max-width: 1220px) {
        .two-column .col.pull-right {
          width: 218px; } }
      @media (max-width: 1023px) {
        .two-column .col.pull-right .text-holder {
          width: auto;
          top: 100%;
          left: auto;
          right: 37px;
          padding-top: 73px; } }
      @media (max-width: 767px) {
        .two-column .col.pull-right {
          width: auto;
          float: none; }
          .two-column .col.pull-right .text-holder {
            width: auto;
            display: block;
            padding-top: 30px;
            padding-bottom: 0; } }
    .two-column .col h1,
    .two-column .col h2 {
      text-align: center;
      margin-bottom: 102px; }
      .two-column .col h1:after,
      .two-column .col h2:after {
        margin: 50px auto 0;
        width: 2px; }
    .two-column .col h2 {
      margin-bottom: 58px;
      line-height: 50px; }
      .two-column .col h2:after {
        background: #000 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 2px;
        margin: 46px auto 0;
        width: 31px; }
      @media (max-width: 767px) {
        .two-column .col h2 {
          margin-bottom: 0; }
          .two-column .col h2:after {
            display: none; } }
  .two-column .text-holder {
    padding-top: 67px;
    padding-bottom: 72px; }
    @media (max-width: 1023px) {
      .two-column .text-holder {
        position: absolute;
        left: 40px;
        top: 0;
        z-index: 5;
        width: 322px; } }
    @media (max-width: 767px) {
      .two-column .text-holder {
        position: static;
        padding-top: 0;
        width: auto; }
        .two-column .text-holder .hidden-mob {
          display: none; } }
  .two-column .newsleter-holder .form-wrap {
    background: #fff;
    padding: 9px 23px 26px; }
  .two-column .newsleter-holder .form-row {
    padding-top: 12px; }
  .two-column .newsleter-holder .subscribe-form {
    padding: 0;
    font-weight: 500; }
    .two-column .newsleter-holder .subscribe-form .jcf-radio.jcf-checked {
      background: #000;
      border-color: #000; }
    .two-column .newsleter-holder .subscribe-form label.jcf-label-active span {
      color: #000; }
    .two-column .newsleter-holder .subscribe-form .form-holder {
      padding: 0; }
    .two-column .newsleter-holder .subscribe-form .input-field {
      color: #b2b2b2;
      height: 25px;
      padding: 0; }
      .two-column .newsleter-holder .subscribe-form .input-field::-webkit-input-placeholder {
        color: #b2b2b2; }
      .two-column .newsleter-holder .subscribe-form .input-field::-moz-placeholder {
        opacity: 1;
        color: #b2b2b2; }
      .two-column .newsleter-holder .subscribe-form .input-field:-moz-placeholder {
        color: #b2b2b2; }
      .two-column .newsleter-holder .subscribe-form .input-field:-ms-input-placeholder {
        color: #b2b2b2; }
      .two-column .newsleter-holder .subscribe-form .input-field.placeholder {
        color: #b2b2b2; }
    .two-column .newsleter-holder .subscribe-form .btn-wrap {
      padding-top: 16px; }
    .two-column .newsleter-holder .subscribe-form .btn-submit {
      white-space: normal;
      padding: 8px;
      line-height: 19px; }
  @media (max-width: 767px) {
    .two-column .newsleter-holder {
      overflow: visible; }
      .two-column .newsleter-holder .form-wrap {
        background: #f2f2f2;
        margin: 0 -47px 23px;
        padding: 7px 48px 27px; }
      .two-column .newsleter-holder .subscribe-form {
        overflow: visible; }
        .two-column .newsleter-holder .subscribe-form .form-holder {
          overflow: visible;
          padding: 0 27px; }
        .two-column .newsleter-holder .subscribe-form .input-field {
          background: transparent;
          border-bottom: 1px solid #e2e2e2; } }
  @media (max-width: 767px) {
    .two-column .newsleter-holder .subscribe-form .form-holder {
      padding: 0; } }

.detail-info {
  padding: 0 68px 63px; }
  .detail-info .container {
    max-width: 1082px; }
  .detail-info .detail-holder {
    border: 5px solid #000;
    padding: 52px 164px 39px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    letter-spacing: 1px; }
    @media (max-width: 1220px) {
      .detail-info .detail-holder {
        padding: 52px 122px 25px;
        letter-spacing: 3px; } }
    @media (max-width: 1023px) {
      .detail-info .detail-holder {
        padding: 75px 50px 134px; } }
    @media (max-width: 767px) {
      .detail-info .detail-holder {
        padding: 195px 29px 192px; }
        .detail-info .detail-holder h2 {
          letter-spacing: 3px;
          margin-bottom: 20px;
          word-break: break-all; } }
    @media (max-width: 374px) {
      .detail-info .detail-holder {
        padding: 195px 20px 192px; } }
  .detail-info .text-normal {
    text-transform: none; }
    @media (max-width: 1023px) {
      .detail-info .text-normal {
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .detail-info .text-normal {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px; } }
  .detail-info h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 22px; }
  .detail-info p {
    margin-bottom: 25px; }
  .detail-info .img-holder {
    position: absolute;
    top: -79px;
    left: -87px;
    width: 207px;
    height: 380px; }
    @media (max-width: 1220px) {
      .detail-info .img-holder {
        left: -113px; } }
    @media (max-width: 1023px) {
      .detail-info .img-holder {
        left: -44px;
        top: -268px;
        height: auto; } }
    .detail-info .img-holder.img-right {
      left: auto;
      right: 0;
      top: 82px;
      right: -120px; }
      @media (max-width: 1220px) {
        .detail-info .img-holder.img-right {
          right: -112px;
          left: auto; } }
      @media (max-width: 1023px) {
        .detail-info .img-holder.img-right {
          top: auto;
          bottom: -197px;
          right: 65px; } }
      @media (max-width: 767px) {
        .detail-info .img-holder.img-right {
          right: 0;
          left: 0;
          bottom: -170px; } }
    @media (max-width: 767px) {
      .detail-info .img-holder {
        left: 0;
        right: 0;
        text-align: center;
        width: auto;
        top: -151px; } }
  @media (max-width: 1023px) {
    .detail-info {
      padding: 0 19px;
      margin-bottom: 247px; } }
  @media (max-width: 767px) {
    .detail-info {
      padding: 0;
      margin-bottom: 194px; } }

.info-block.inner {
  margin-bottom: 88px; }
  @media (max-width: 767px) {
    .info-block.inner {
      margin-bottom: 40px; }
      .info-block.inner .none {
        display: none; }
      .info-block.inner .fit-holder {
        padding: 24px 14px 42px; }
      .info-block.inner .holder {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        margin-right: -0.25em; }
      .info-block.inner .text {
        font-size: 11px;
        line-height: 14px;
        max-width: none;
        min-height: 1px; }
      .info-block.inner .ico-holder {
        height: 73px;
        margin-bottom: 4px; }
        .info-block.inner .ico-holder img {
          max-width: 70%;
          max-height: 60%;
          width: auto; }
      .info-block.inner h2 {
        letter-spacing: 3px; } }

.reseller-giftcards .col {
  float: left; }
  .reseller-giftcards .col.left-col {
    width: 50%;
    padding-right: 5%;
    border-right: #AAAAAA 1px solid; }
    .reseller-giftcards .col.left-col .general-form {
      padding-top: 0; }
    @media (max-width: 767px) {
      .reseller-giftcards .col.left-col {
        padding: inherit;
        width: auto; } }
  .reseller-giftcards .col.right-col {
    width: 50%;
    padding-left: 5%; }
    @media (max-width: 767px) {
      .reseller-giftcards .col.right-col {
        width: auto; } }
    .reseller-giftcards .col.right-col.giftcard-list {
      min-height: 300px;
      padding-top: 40px; }
      .reseller-giftcards .col.right-col.giftcard-list .buy-giftcard-row {
        border-top: #AAAAAA solid 1px; }
    .reseller-giftcards .col.right-col.checkout-area {
      border-top: #AAAAAA 1px solid;
      padding-top: 40px; }
  @media (max-width: 767px) {
    .reseller-giftcards .col {
      float: none; } }

.reseller-giftcards .box {
  margin-bottom: 20px; }

.reseller-giftcards .gc-list-body {
  min-height: 100px; }

.reseller-giftcards .row {
  margin-bottom: 10px; }

.reseller-giftcards .error {
  color: #c20000; }

.colour-collection {
  padding: 15px 45px 40px 45px; }
  @media (max-width: 767px) {
    .colour-collection {
      text-align: center; } }
  .colour-collection h2 {
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: none;
    font: 18px/1.222 "Futura", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 26px;
    color: #1a1a1a; }
    @media (max-width: 767px) {
      .colour-collection h2 {
        font-size: 17px;
        line-height: 18px;
        margin: 0 0 22px; } }
  .colour-collection h1 {
    font-size: 34px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 6%; }
    @media (max-width: 1023px) {
      .colour-collection h1 {
        font-size: 30px;
        line-height: 43px; } }
    @media (max-width: 767px) {
      .colour-collection h1 {
        font-size: 25px;
        line-height: 38px; } }
    @media (max-width: 374px) {
      .colour-collection h1 {
        font-size: 18px;
        line-height: 31px; } }
  .colour-collection #content {
    padding: 0 0 53px; }
    @media (max-width: 1023px) {
      .colour-collection #content {
        padding: 0 0 62px; } }
    @media (max-width: 767px) {
      .colour-collection #content {
        padding: 0 0 41px; } }
    @media (max-width: 374px) {
      .colour-collection #content {
        padding: 0 0 89px; } }
  .colour-collection .heading {
    width: 33.3%;
    display: inline-block;
    height: 100%;
    float: left;
    text-align: center;
    padding: 25px 6% 0;
    font-size: 14px;
    line-height: 17px;
    color: #1a1a1a; }
    @media (max-width: 1023px) {
      .colour-collection .heading {
        padding: 23px 2% 0; } }
    @media (max-width: 767px) {
      .colour-collection .heading {
        width: 100%;
        font-size: 14px;
        line-height: 15px;
        padding: 24px 9% 0; } }
    @media (max-width: 374px) {
      .colour-collection .heading {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
        padding: 12px 13% 0; } }
    .colour-collection .heading p {
      margin: 0; }
  .colour-collection .collection {
    width: 63.6%;
    display: inline-block; }
  .colour-collection .list {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 21px; }
    .colour-collection .list li {
      text-align: center;
      margin: 0 -4px 0 0;
      width: 50%;
      padding: 10px 15px 10px; }
      @media (max-width: 767px) {
        .colour-collection .list li {
          width: 100%;
          padding: 10px 15px 22px;
          font-size: 14px; } }
      @media (max-width: 374px) {
        .colour-collection .list li {
          width: 100%;
          padding: 10px 15px 9px; } }
      .colour-collection .list li a {
        text-transform: uppercase;
        text-decoration: none; }
      .colour-collection .list li p {
        text-align: center; }
    .colour-collection .list h2 {
      letter-spacing: 2px;
      margin-bottom: 5px;
      text-align: center; }
    @media (max-width: 767px) {
      .colour-collection .list {
        padding-top: 20px; } }
  .colour-collection .list-men li:nth-child(2n+3) {
    margin-left: 33%; }
    @media (max-width: 767px) {
      .colour-collection .list-men li:nth-child(2n+3) {
        margin-left: inherit; } }
  .colour-collection .product-image {
    margin: 0 auto 10px;
    max-height: 450px; }
    @media (max-width: 1023px) {
      .colour-collection .product-image {
        margin: 0 auto 8px; } }
    @media (max-width: 374px) {
      .colour-collection .product-image {
        margin: 0 auto 11px; } }
  .colour-collection .coupon-button {
    margin-top: 40px; }
    .colour-collection .coupon-button a {
      text-decoration: none;
      text-align: center;
      background: #fff;
      border: 2px solid #1a1a1a;
      padding: 11px 10px 9px;
      text-transform: uppercase;
      font-weight: bold; }
      .colour-collection .coupon-button a:hover {
        color: #FFF;
        border-color: #000;
        background-color: #000; }
      @media (max-width: 767px) {
        .colour-collection .coupon-button a {
          font-size: 14px; } }
      @media (max-width: 639px) {
        .colour-collection .coupon-button a {
          font-size: 10px; } }
      @media (max-width: 425px) {
        .colour-collection .coupon-button a {
          font-size: 8px; } }
    @media (max-width: 374px) {
      .colour-collection .coupon-button {
        font-size: 50%; } }

.parallax-style .drop > ul > li:first-child {
  margin: 0; }

.how-it-works {
  text-align: center;
  padding: 29px 61px 0; }
  @media (max-width: 1023px) {
    .how-it-works {
      padding: 47px 20px 0; } }
  @media (max-width: 767px) {
    .how-it-works {
      padding: 33px 10px 0; } }
  .how-it-works.parallax-holder {
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .how-it-works.parallax-holder {
        margin-bottom: 16px; } }
  .how-it-works .title {
    padding-top: 42px;
    max-width: 760px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .how-it-works .title {
        max-width: 630px;
        padding-top: 39px; } }
    @media (max-width: 767px) {
      .how-it-works .title {
        padding-top: 32px;
        max-width: 450px; } }
  .how-it-works h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 82px;
    position: relative; }
    @media (max-width: 1023px) {
      .how-it-works h1 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 79px; } }
    @media (max-width: 767px) {
      .how-it-works h1 {
        margin-bottom: 72px; } }
    .how-it-works h1:before {
      position: absolute;
      content: '';
      width: 2px;
      height: 50px;
      top: 100%;
      left: 50%;
      margin-top: 36px;
      background: #333;
      transform: rotate(-40deg); }
      @media (max-width: 1023px) {
        .how-it-works h1:before {
          margin-top: 33px; } }
      @media (max-width: 767px) {
        .how-it-works h1:before {
          margin-top: 27px; } }
  .how-it-works h2 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .how-it-works h2 {
        font-size: 21px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .how-it-works h2 {
        margin-bottom: 32px;
        font-size: 12px;
        line-height: 19px; } }
  .how-it-works h3 {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 42px;
    text-transform: uppercase; }
    .how-it-works h3.the-perfect-fit {
      margin-top: 25%; }
      @media (max-width: 1023px) {
        .how-it-works h3.the-perfect-fit {
          margin-top: 15%; } }
      @media (max-width: 767px) {
        .how-it-works h3.the-perfect-fit {
          margin-top: 0%; } }
    @media (max-width: 1023px) {
      .how-it-works h3 {
        margin-bottom: 19px;
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.5px; } }
    @media (max-width: 767px) {
      .how-it-works h3 {
        margin-bottom: 22px;
        line-height: 29px; } }
    @media (max-width: 374px) {
      .how-it-works h3 {
        margin-bottom: 18px; } }
  .how-it-works .content-wrap {
    padding: 30px 41px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
    @media (max-width: 1220px) {
      .how-it-works .content-wrap {
        padding: 30px 2px; } }
    @media (max-width: 1023px) {
      .how-it-works .content-wrap {
        padding: 30px 20px 0; } }
    @media (max-width: 767px) {
      .how-it-works .content-wrap {
        display: block;
        padding: 0 23px; } }
  @media (max-width: 767px) {
    .how-it-works .sections-frame {
      position: relative;
      margin-bottom: 69px; } }
  @media (max-width: 1023px) {
    .how-it-works .sections-frame {
      margin-bottom: 63px; } }
  @media (max-width: 767px) {
    .how-it-works .sections-frame:before {
      position: absolute;
      content: '';
      width: 11px;
      height: 40px;
      top: auto;
      bottom: -37px;
      left: 50%;
      transform: translatex(-50%);
      background: url("../images/arrow-up.png") no-repeat 50% 0/100% auto; } }
  .how-it-works .skrollable-before {
    z-index: 0; }
  .how-it-works .skrollable-between {
    z-index: 1; }
  .how-it-works .skrollable-after {
    z-index: 0; }
  .how-it-works .block-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    @media (max-width: 767px) {
      .how-it-works .block-wrap {
        position: relative;
        overflow: visible;
        display: block; } }
    @media (max-width: 767px) {
      .how-it-works .block-wrap:before {
        position: absolute;
        content: '';
        width: 11px;
        height: 40px;
        top: 0;
        left: 50%;
        transform: translatex(-50%);
        background: url("../images/arrow-down2.png") no-repeat 50% 0/100% auto; } }
  .how-it-works .txt {
    width: 56.5%;
    font-size: 18px;
    line-height: 21.6px;
    padding-right: 81px; }
    @media (max-width: 1220px) {
      .how-it-works .txt {
        padding-right: 42px; } }
    @media (max-width: 1023px) {
      .how-it-works .txt {
        padding-right: 22px; } }
    @media (max-width: 767px) {
      .how-it-works .txt {
        padding: 0;
        padding-top: 22px;
        width: 100%;
        margin-bottom: 32px; } }
  .how-it-works .icon-wrap {
    padding: 42px 20px; }
    @media (max-width: 1023px) {
      .how-it-works .icon-wrap {
        padding: 0 19px 19px; } }
    @media (max-width: 767px) {
      .how-it-works .icon-wrap {
        padding: 22px 10px; } }
    @media (max-width: 374px) {
      .how-it-works .icon-wrap {
        padding: 18px 10px; } }
  .how-it-works .img {
    width: 43.5%;
    order: 2; }
    @media (max-width: 767px) {
      .how-it-works .img {
        width: 100%; } }

.photo-album {
  /* updated pages style from here */ }
  .photo-album .photo-section {
    padding-top: 50px; }
    @media (max-width: 1023px) {
      .photo-album .photo-section {
        padding-top: 47px; } }
    @media (max-width: 767px) {
      .photo-album .photo-section {
        padding-top: 17px; } }
    @media (min-width: 768px) {
      .photo-album .photo-section .container {
        padding-left: 40px;
        padding-right: 40px; } }
    .photo-album .photo-section .heading h1 {
      font-size: 33px;
      line-height: 50px;
      margin-bottom: 65px;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .photo-album .photo-section .heading h1 {
          font-size: 28px;
          line-height: 42px; } }
      @media (max-width: 767px) {
        .photo-album .photo-section .heading h1 {
          margin-bottom: 32px; } }
    .photo-album .photo-section .heading h2 {
      font-size: 25px;
      line-height: 23px;
      font-weight: 400;
      margin-bottom: 25px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 0 5em; }
      @media (max-width: 1023px) {
        .photo-album .photo-section .heading h2 {
          font-size: 24px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .photo-album .photo-section .heading h2 {
          display: none; } }
    .photo-album .photo-section .heading p {
      margin-bottom: 30px;
      font-size: 20px; }
    .photo-album .photo-section .h3 {
      display: block;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0;
      line-height: 16px;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .photo-album .photo-section .h3 {
          font-size: 9px;
          line-height: 15px;
          letter-spacing: 0.1em; } }
  .photo-album #main .photo .hero-block {
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .photo-album #main .photo .hero-block {
        margin-bottom: 20px; } }
    .photo-album #main .photo .hero-block .img-wrap {
      position: relative;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .photo-album #main .photo .hero-block .img-wrap {
          margin-bottom: 7px; } }
      .photo-album #main .photo .hero-block .img-wrap .txt {
        transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        color: #fff;
        max-height: 100%;
        position: absolute;
        transform: translatey(-50%); }
        @media (max-width: 767px) {
          .photo-album #main .photo .hero-block .img-wrap .txt {
            display: none; } }
      .photo-album #main .photo .hero-block .img-wrap h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        @media (max-width: 1023px) {
          .photo-album #main .photo .hero-block .img-wrap h2 {
            font-size: 24px;
            line-height: 32px; } }
      .photo-album #main .photo .hero-block .img-wrap .link {
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0.025em;
        text-decoration: underline;
        text-transform: uppercase; }
        .photo-album #main .photo .hero-block .img-wrap .link:hover {
          text-decoration: none; }
      .photo-album #main .photo .hero-block .img-wrap a {
        display: block;
        position: relative; }
        .photo-album #main .photo .hero-block .img-wrap a:after {
          transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          opacity: 0;
          visibility: hidden;
          position: absolute;
          background: rgba(51, 51, 51, 0.71); }
        .photo-album #main .photo .hero-block .img-wrap a:hover:after {
          opacity: 1;
          visibility: visible; }
        .photo-album #main .photo .hero-block .img-wrap a:hover .txt {
          opacity: 1;
          visibility: visible; }
  .photo-album .listing {
    text-align: center;
    font-size: 0;
    margin: 0 -15px 33px; }
    @media (max-width: 767px) {
      .photo-album .listing {
        margin: 0 -11px 28px; } }
    .photo-album .listing li {
      width: auto;
      padding: 0 15px;
      margin-bottom: 26px;
      vertical-align: top;
      display: inline-block; }
      @media (max-width: 767px) {
        .photo-album .listing li {
          padding: 0 11px;
          margin-bottom: 20px;
          width: 50%; } }
    .photo-album .listing a {
      display: inline-block;
      position: relative;
      margin-bottom: 8px; }
      .photo-album .listing a:after {
        transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: rgba(51, 51, 51, 0.71); }
      .photo-album .listing a:hover:after {
        opacity: 1;
        visibility: visible; }
  .photo-album .photo-of-album, .photo-album photo-loaded {
    position: relative; }
    .photo-album .photo-of-album img:not(.loaded), .photo-album photo-loaded img:not(.loaded) {
      max-height: 550px; }

body.alt2 .fancybox-overlay {
  z-index: 99990;
  overflow-x: hidden !important;
  background: #333 !important; }
  @media (min-width: 768px) {
    body.alt2 .fancybox-overlay {
      background: rgba(0, 0, 0, 0.9) !important; } }

body.alt2 .fancybox-wrap {
  max-width: none;
  z-index: 99999;
  overflow: hidden;
  width: 100% !important;
  left: 0 !important; }
  .desktopdevice body.alt2 .fancybox-wrap {
    top: 0 !important; }
  @media (max-width: 767px) {
    .touchdevice body.alt2 .fancybox-wrap {
      transform: translatey(-10px); } }
  body.alt2 .fancybox-wrap .fancybox-inner {
    height: auto !important; }
    @media (min-width: 768px) {
      body.alt2 .fancybox-wrap .fancybox-inner {
        margin-top: 63px; } }
  body.alt2 .fancybox-wrap .fancybox-skin {
    background: #333; }
  body.alt2 .fancybox-wrap .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    z-index: 2; }
    body.alt2 .fancybox-wrap .close:before, body.alt2 .fancybox-wrap .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 29px;
      width: 3px;
      background-color: #fff; }
    body.alt2 .fancybox-wrap .close:before {
      transform: rotate(45deg); }
    body.alt2 .fancybox-wrap .close:after {
      transform: rotate(-45deg); }

body.alt2 .popup-holder {
  display: block;
  overflow: hidden;
  height: 0; }

body.alt2 .buttons {
  text-align: center;
  margin-bottom: 33px; }
  body.alt2 .buttons .button {
    width: 305px; }
    @media (max-width: 767px) {
      body.alt2 .buttons .button {
        width: 200px; } }

body.alt2 div.lightbox.photo-album {
  position: relative;
  min-height: 92vh;
  padding: 59px 40px 49px;
  width: 100%;
  max-width: 100%;
  background: #333;
  overflow: hidden;
  margin: 0 auto;
  display: block !important; }
  @media (max-width: 1220px) {
    body.alt2 div.lightbox.photo-album {
      padding: 59px 20px 49px; } }
  @media (max-width: 1023px) {
    body.alt2 div.lightbox.photo-album {
      padding-top: 38px; } }
  @media (max-width: 767px) {
    body.alt2 div.lightbox.photo-album {
      padding: 19px 13px 29px; } }
  body.alt2 div.lightbox.photo-album .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 47px; }
    @media (max-width: 1023px) {
      body.alt2 div.lightbox.photo-album .wrap {
        padding: 0 53px; } }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .wrap {
        padding: 0 55px; } }
    @media (max-width: 638px) {
      body.alt2 div.lightbox.photo-album .wrap {
        padding: 0 25px; } }
  body.alt2 div.lightbox.photo-album .photo-slideshow {
    position: relative;
    overflow: hidden;
    width: 100%; }
    body.alt2 div.lightbox.photo-album .photo-slideshow .slideset {
      width: 100%;
      position: relative; }
    body.alt2 div.lightbox.photo-album .photo-slideshow .slide {
      font-size: 0;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0; }
      @media (max-width: 767px) {
        body.alt2 div.lightbox.photo-album .photo-slideshow .slide .js-slide-text {
          display: none; } }
    body.alt2 div.lightbox.photo-album .photo-slideshow .slide.active {
      z-index: 2; }
    body.alt2 div.lightbox.photo-album .photo-slideshow.not-enough-slides a.btn-next, body.alt2 div.lightbox.photo-album .photo-slideshow.not-enough-slides a.btn-prev {
      visibility: hidden; }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .photo-slideshow .arrow-prev,
      body.alt2 div.lightbox.photo-album .photo-slideshow .arrow-next {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .photo-slideshow .arrow-next {
        top: 0;
        right: 0;
        left: auto;
        position: absolute; } }
  body.alt2 div.lightbox.photo-album:after {
    content: ' ';
    background: url(/images/main/spinner.gif) no-repeat center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.alt2 div.lightbox.photo-album .img-wrap {
    width: 49.8%; }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .img-wrap {
        vertical-align: top;
        order: -1;
        width: 100%; } }
    body.alt2 div.lightbox.photo-album .img-wrap .h3 {
      display: none; }
      @media (max-width: 1023px) {
        body.alt2 div.lightbox.photo-album .img-wrap .h3 {
          display: block;
          color: #fff;
          font-size: 12px;
          line-height: 15px;
          font-weight: 400;
          letter-spacing: 0.1em; } }
      @media (max-width: 767px) {
        body.alt2 div.lightbox.photo-album .img-wrap .h3 {
          margin-bottom: 8px; } }
  @media (max-width: 768px) {
    body.alt2 div.lightbox.photo-album .photo-of-album {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; } }
  body.alt2 div.lightbox.photo-album img {
    max-height: 80vh;
    width: auto;
    display: block;
    margin: 0 auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 1023px) {
      body.alt2 div.lightbox.photo-album img {
        width: 100%;
        max-height: none; } }
    body.alt2 div.lightbox.photo-album img.loaded {
      z-index: 1; }
  body.alt2 div.lightbox.photo-album .txt-wrap {
    align-self: center;
    width: 50.2%;
    padding: 0 59px 0 16px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.05em; }
    @media (max-width: 1220px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        font-size: 17px;
        line-height: 22px;
        padding: 0 59px 0 16px; } }
    @media (max-width: 1120px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        font-size: 16px;
        line-height: 21px;
        padding: 0 39px 0 16px; } }
    @media (max-width: 1024px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.025em;
        padding: 11px 59px 0 36px; } }
    @media (max-width: 1023px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        font-size: 15px;
        line-height: 21px;
        padding: 0 35px 0 0; } }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 19px;
        vertical-align: top;
        font-size: 16px;
        line-height: 23px;
        display: flex;
        flex-wrap: wrap; }
        body.alt2 div.lightbox.photo-album .txt-wrap > * {
          width: 100%; } }
    @media (max-width: 639px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        padding: 0 10px; } }
    @media (max-width: 374px) {
      body.alt2 div.lightbox.photo-album .txt-wrap {
        padding: 0; } }
    body.alt2 div.lightbox.photo-album .txt-wrap h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 27px;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      @media (max-width: 1280px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          font-size: 28px;
          line-height: 38px;
          margin-bottom: 24px; } }
      @media (max-width: 1220px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          font-size: 25px;
          line-height: 34px;
          margin-bottom: 22px; } }
      @media (max-width: 1120px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          font-size: 23px;
          line-height: 31px;
          margin-bottom: 17px; } }
      @media (max-width: 1024px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 12px; } }
      @media (max-width: 1023px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          margin-bottom: 17px; } }
      @media (max-width: 374px) {
        body.alt2 div.lightbox.photo-album .txt-wrap h2 {
          font-size: 16px;
          line-height: 22px; } }
    body.alt2 div.lightbox.photo-album .txt-wrap .text {
      text-transform: uppercase;
      margin-bottom: 50px;
      display: block;
      letter-spacing: 0.1em; }
      @media (max-width: 1280px) {
        body.alt2 div.lightbox.photo-album .txt-wrap .text {
          margin-bottom: 40px; } }
      @media (max-width: 1120px) {
        body.alt2 div.lightbox.photo-album .txt-wrap .text {
          margin-bottom: 30px; } }
      @media (max-width: 1024px) {
        body.alt2 div.lightbox.photo-album .txt-wrap .text {
          font-size: 13px;
          line-height: 19px;
          margin-bottom: 0;
          letter-spacing: 0.1em;
          padding: 13px 69px 0 26px; } }
      @media (max-width: 1023px) {
        body.alt2 div.lightbox.photo-album .txt-wrap .text {
          font-size: 14px;
          line-height: 17px;
          padding: 7px 25px 0 0;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        body.alt2 div.lightbox.photo-album .txt-wrap .text {
          font-size: 16px;
          line-height: 19px;
          padding-top: 13px;
          margin-bottom: 35px; } }
      @media (max-width: 374px) {
        body.alt2 div.lightbox.photo-album .txt-wrap .text {
          padding: 10px 0 0; } }
    body.alt2 div.lightbox.photo-album .txt-wrap p {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body.alt2 div.lightbox.photo-album .txt-wrap p {
          margin: 0 -10px 10px; } }
  body.alt2 div.lightbox.photo-album .thumbs {
    padding-top: 20px;
    margin: 0 -10px;
    font-size: 0;
    line-height: 0; }
    @media (max-width: 1024px) {
      body.alt2 div.lightbox.photo-album .thumbs {
        padding-top: 16px;
        margin: 0 -8px; } }
    @media (max-width: 1023px) {
      body.alt2 div.lightbox.photo-album .thumbs {
        padding-top: 12px;
        margin: 0 -6px; } }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .thumbs {
        margin: 0 -5px 12px;
        padding-top: 11px; } }
    @media (max-width: 374px) {
      body.alt2 div.lightbox.photo-album .thumbs {
        padding-top: 9px;
        margin-bottom: 8px; } }
    body.alt2 div.lightbox.photo-album .thumbs li {
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px 10px; }
      @media (max-width: 1024px) {
        body.alt2 div.lightbox.photo-album .thumbs li {
          padding: 0 8px 10px; } }
      @media (max-width: 1023px) {
        body.alt2 div.lightbox.photo-album .thumbs li {
          padding: 0 6px 10px; } }
      @media (max-width: 767px) {
        body.alt2 div.lightbox.photo-album .thumbs li {
          padding: 0 5px 10px; } }
      body.alt2 div.lightbox.photo-album .thumbs li.active a {
        opacity: 0.7; }
    body.alt2 div.lightbox.photo-album .thumbs a {
      transition: opacity, 0.3s, ease-in-out; }
      body.alt2 div.lightbox.photo-album .thumbs a:hover {
        opacity: 0.7; }
  body.alt2 div.lightbox.photo-album .btn-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 34px 0 0;
    margin-bottom: 60px; }
    @media (max-width: 1280px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        margin-bottom: 50px; } }
    @media (max-width: 1220px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 1120px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 1024px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        padding-right: 26px; } }
    @media (max-width: 1023px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        margin-bottom: 0;
        padding-top: 10px; } }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        padding: 0;
        order: -1;
        margin-bottom: 34px; } }
    @media (max-width: 374px) {
      body.alt2 div.lightbox.photo-album .btn-wrap {
        margin-bottom: 26px; } }
  body.alt2 div.lightbox.photo-album .button {
    width: 342px;
    font-size: 15px;
    max-width: 100%;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    body.alt2 div.lightbox.photo-album .button.small {
      font-size: 13px; }
    @media (max-width: 1024px) {
      body.alt2 div.lightbox.photo-album .button {
        font-size: 11px;
        line-height: 16px;
        width: 256px;
        padding: 8px 25px; }
        body.alt2 div.lightbox.photo-album .button.small {
          font-size: 11px; } }
    @media (max-width: 767px) {
      body.alt2 div.lightbox.photo-album .button {
        max-width: 312px;
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 15px;
        padding: 11px 25px;
        line-height: 22px; } }

body.alt2 .fancybox-nav {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  transition: opacity, 0.3s, ease-in-out;
  color: transparent;
  font-size: 0;
  top: 45vh;
  left: 50%;
  z-index: 9;
  width: 15px;
  height: 25px;
  position: absolute;
  margin-left: -519px;
  transform: translatey(-50%);
  background: url("/images/layout/arrows/arrow-left01.png") no-repeat 50% 50%/15px auto; }
  @media (max-width: 1279px) {
    body.alt2 .fancybox-nav {
      left: 40px;
      margin: 0; } }
  @media (max-width: 1120px) {
    body.alt2 .fancybox-nav {
      left: 30px; } }
  @media (max-width: 1024px) {
    body.alt2 .fancybox-nav {
      left: 13px;
      width: 30px;
      height: 50px; } }
  @media (max-width: 767px) {
    body.alt2 .fancybox-nav {
      left: 7px; } }
  body.alt2 .fancybox-nav:hover {
    opacity: 0.7; }
  body.alt2 .fancybox-nav.fancybox-next {
    background: url("/images/layout/arrows/arrow-right01.png") no-repeat 50% 50%/15px auto;
    margin-left: 495px; }
    @media (max-width: 1279px) {
      body.alt2 .fancybox-nav.fancybox-next {
        right: 40px;
        left: auto;
        margin: 0; } }
    @media (max-width: 1120px) {
      body.alt2 .fancybox-nav.fancybox-next {
        right: 30px;
        left: auto; } }
    @media (max-width: 1024px) {
      body.alt2 .fancybox-nav.fancybox-next {
        right: 13px;
        left: auto;
        width: 30px;
        height: 50px; } }
    @media (max-width: 767px) {
      body.alt2 .fancybox-nav.fancybox-next {
        right: 7px; } }
    @media (max-width: 639px) {
      body.alt2 .fancybox-nav.fancybox-next {
        top: 50vh; } }
  @media (max-width: 639px) {
    body.alt2 .fancybox-nav.fancybox-prev {
      top: 50vh; } }

.hosen-section {
  padding: 23px 0 7px; }
  @media (min-width: 768px) {
    .hosen-section {
      padding: 81px 0 47px; } }
  @media (min-width: 1024px) {
    .hosen-section {
      padding: 107px 0 77px; } }
  .hosen-section .main-heading h1 {
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0 0 51px; }
    @media (max-width: 1023px) {
      .hosen-section .main-heading h1 {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: 0.02em;
        margin: 0 0 55px; } }
    @media (max-width: 767px) {
      .hosen-section .main-heading h1 {
        letter-spacing: 2px; } }
    @media (max-width: 425px) {
      .hosen-section .main-heading h1 {
        font-size: 18px; } }
    .hosen-section .main-heading h1:after {
      margin: 14px auto 0; }
      @media (max-width: 1023px) {
        .hosen-section .main-heading h1:after {
          margin: 23px auto 0; } }

.hosen-slider {
  position: relative;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    .hosen-slider {
      margin: 0 -6px; } }
  @media (min-width: 1024px) {
    .hosen-slider {
      margin: 0 -40px; } }
  .hosen-slider .mask {
    position: relative;
    overflow: hidden; }
  .hosen-slider .slideset {
    float: left; }
  .hosen-slider .slide {
    float: left; }
    .hosen-slider .slide.active {
      position: relative !important; }
    @media (min-width: 768px) {
      .hosen-slider .slide {
        width: 33.33%;
        padding: 0 23px; } }
    @media (min-width: 1024px) {
      .hosen-slider .slide {
        padding: 0 40px; } }
  .hosen-slider img {
    width: 100%; }
  .hosen-slider .btn-prev,
  .hosen-slider .btn-next {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 15px;
    top: 32%;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    line-height: 16px;
    display: block;
    text-align: center;
    display: block; }
    @media (min-width: 375px) {
      .hosen-slider .btn-prev,
      .hosen-slider .btn-next {
        padding: 1px 0 0 1px;
        width: 21px;
        height: 21px;
        top: 35%;
        letter-spacing: 18px;
        font-size: 18px; } }
    @media (min-width: 768px) {
      .hosen-slider .btn-prev,
      .hosen-slider .btn-next {
        display: none; } }
  .hosen-slider .btn-next {
    right: 15px;
    left: auto; }
    @media (min-width: 375px) {
      .hosen-slider .btn-next {
        right: 18px;
        left: auto; } }
  .hosen-slider .img-holder {
    position: relative;
    cursor: pointer; }
    .hosen-slider .img-holder a {
      display: block; }
      .hosen-slider .img-holder a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3); }
      .hosen-slider .img-holder a:hover .title:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 9px;
        height: 2px;
        background: #FFF; }
    .hosen-slider .img-holder .title-holder {
      position: absolute;
      display: flex;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .hosen-slider .img-holder .title-holder .title {
        position: relative;
        color: #fff;
        align-self: center;
        text-align: center;
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        padding: 10px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0 auto; }
        @media (max-width: 1120px) {
          .hosen-slider .img-holder .title-holder .title {
            font-size: 16px; } }
        @media (max-width: 1023px) {
          .hosen-slider .img-holder .title-holder .title {
            left: 0;
            right: 0;
            padding: 10px;
            font-size: 18px;
            line-height: 40px;
            letter-spacing: 1px; } }
        @media (max-width: 767px) {
          .hosen-slider .img-holder .title-holder .title {
            font-size: 27px;
            line-height: 35px;
            letter-spacing: 2px; } }
  .hosen-slider .slider-text {
    padding: 20px;
    text-align: center;
    line-height: 23px; }
    @media (min-width: 375px) {
      .hosen-slider .slider-text {
        padding: 20px 14px; } }
    @media (min-width: 768px) {
      .hosen-slider .slider-text {
        font-size: 13px;
        line-height: 17px;
        padding: 36px 0 0; } }
    @media (min-width: 1024px) {
      .hosen-slider .slider-text {
        font-size: 18px;
        line-height: 23px; } }
    .hosen-slider .slider-text p {
      margin: 0 0 20px; }

.manufacturing-block .main-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 80px;
  display: block;
  text-align: center;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .manufacturing-block .main-title {
      font-size: 22px;
      line-height: 27px; } }
  @media (min-width: 1024px) {
    .manufacturing-block .main-title {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 0.045em;
      padding: 0 10%;
      margin: 0 0 100px; } }

.manufacturing-block .map-holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .manufacturing-block .map-holder img {
    display: none; }

.section-philosophy {
  padding: 21px 0 20px; }
  @media (min-width: 768px) {
    .section-philosophy {
      padding: 109px 0 20px; } }
  .section-philosophy .main-heading h1 {
    line-height: 27px;
    letter-spacing: 0px;
    margin: 0 -5px 26px; }
    @media (min-width: 768px) {
      .section-philosophy .main-heading h1 {
        font-size: 33px;
        line-height: 51px;
        letter-spacing: 2px;
        margin: 0 0 51px; } }
    .section-philosophy .main-heading h1:after {
      margin: 23px auto 0; }
      @media (min-width: 768px) {
        .section-philosophy .main-heading h1:after {
          margin: 14px auto 0; } }
  .section-philosophy .btn-holder {
    text-align: center;
    padding: 9px 3px 0px; }
    @media (min-width: 375px) {
      .section-philosophy .btn-holder {
        padding: 0 3px 0px; } }
    @media (min-width: 767px) {
      .section-philosophy .btn-holder {
        padding: 36px 0 0px; } }
    .section-philosophy .btn-holder .button {
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      line-height: 19px;
      letter-spacing: 4px;
      padding: 12px 15px;
      max-width: 275px;
      width: 100%; }

@media (min-width: 768px) {
  .product-article-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -4px; } }

@media (min-width: 1024px) {
  .product-article-holder {
    margin: 0;
    padding: 0 38px; } }

.product-article {
  line-height: 23px;
  letter-spacing: 0.045em;
  padding: 0 0 59px;
  text-align: center; }
  @media (min-width: 375px) {
    .product-article {
      letter-spacing: 0.01em; } }
  @media (min-width: 768px) {
    .product-article {
      width: 50%;
      padding: 0 22px 50px; } }
  @media (min-width: 1024px) {
    .product-article {
      padding: 0 44px 50px; } }
  .product-article .img-holder {
    margin: 0 0 19px;
    text-align: center; }
    .product-article .img-holder img {
      max-width: 168px;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 375px) {
        .product-article .img-holder img {
          width: 100%;
          display: block;
          max-width: none; } }
  .product-article .product-title {
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 19px;
    letter-spacing: 0; }
    @media (min-width: 375px) {
      .product-article .product-title {
        font-size: 27px;
        line-height: 32px; } }
    @media (min-width: 768px) {
      .product-article .product-title {
        font-size: 27px;
        line-height: 36px;
        letter-spacing: 2px;
        margin: 0 0 21px; } }
  .product-article p {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .product-article p {
        margin: 0 0 15px; } }
  .product-article ul {
    list-style-type: none; }
    .product-article ul li {
      font-weight: 600;
      text-align: left;
      font-size: 14px; }
      .product-article ul li ul li {
        font-weight: 400; }
  .product-article.video {
    width: 100%; }
    .product-article.video .description {
      margin: 0 auto;
      padding-top: 20px;
      text-align: center; }

.product-image-block {
  text-align: center; }
  .product-image-block .img-holder {
    width: 150px;
    height: 150px;
    float: left; }
    @media (min-width: 375px) {
      .product-image-block .img-holder {
        width: 180px;
        height: 180px; } }
    @media (min-width: 768px) {
      .product-image-block .img-holder {
        width: 325px;
        height: 325px; } }
    @media (min-width: 1023px) {
      .product-image-block .img-holder {
        width: 420px;
        height: 420px; } }
    .product-image-block .img-holder img {
      width: 100%;
      max-width: none; }
    .product-image-block .img-holder + .img-holder {
      margin: 75px 0 0 -20px; }
      @media (min-width: 375px) {
        .product-image-block .img-holder + .img-holder {
          margin: 90px 0 0 -22px; } }
      @media (min-width: 768px) {
        .product-image-block .img-holder + .img-holder {
          margin: 112px 0 0 -52px; } }
      @media (min-width: 1023px) {
        .product-image-block .img-holder + .img-holder {
          margin: 210px 0 0 -52px; } }
  .product-image-block .holder {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 375px) {
      .product-image-block .holder {
        margin: 0 -5px; } }

.tablet-only {
  display: none; }
  @media (min-width: 768px) {
    .tablet-only {
      display: block; } }
  @media (min-width: 1024px) {
    .tablet-only {
      display: none; } }

.mailcheck .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .mailcheck .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .mailcheck .btn.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px; }

.mailcheck .value {
  font-style: italic;
  color: #323bc5; }

.banner {
  text-align: center;
  background: #d8d2ce url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDJjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQxY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d8d2ce 0%, #d5d1cf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d2ce), color-stop(100%, #d5d1cf));
  background: -webkit-linear-gradient(top, #d8d2ce 0%, #d5d1cf 100%);
  background: -o-linear-gradient(top, #d8d2ce 0%, #d5d1cf 100%);
  background: -ms-linear-gradient(top, #d8d2ce 0%, #d5d1cf 100%);
  background: linear-gradient(to bottom, #d8d2ce 0%, #d5d1cf 100%);
  background: #d6cfcc; }
  .banner h1 {
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-wrap: break-word;
    margin-bottom: 44px; }
  .banner .container {
    padding: 0; }
  @media (max-width: 1220px) {
    .banner h1 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 31px; } }
  @media (max-width: 767px) {
    .banner {
      background: transparent;
      height: auto; }
      .banner h1 {
        padding: 0 10px;
        max-width: 375px;
        margin: 0 auto 31px; } }

.banner-slide {
  position: relative;
  line-height: 23px; }
  .banner-slide .mask {
    overflow: hidden;
    height: 789px; }
  .banner-slide .slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 1; }
    .banner-slide .slide.active {
      opacity: 1;
      z-index: 2; }
  .banner-slide .banner-img {
    text-align: center; }
  .banner-slide .text-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 309px;
    bottom: 0;
    z-index: 2; }
  .banner-slide .left-part {
    max-width: 30%;
    margin-left: 42px; }
  .banner-slide .right-part {
    max-width: 301px;
    margin-right: 81px; }
  .banner-slide .button {
    width: 100%; }
  .banner-slide p {
    margin-bottom: 62px; }
  .banner-slide .pagination {
    position: absolute;
    bottom: 157px;
    right: 40px;
    width: 305px;
    text-align: center;
    z-index: 3; }
    .banner-slide .pagination li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; }
    .banner-slide .pagination a {
      width: 8px;
      height: 8px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      border-radius: 8px;
      display: block;
      background: #fff;
      transition: background 0.2s linear; }
      .banner-slide .pagination a:hover {
        background: #241f21; }
    .banner-slide .pagination .active > a {
      background: #241f21; }
  @media (max-width: 1220px) {
    .banner-slide {
      font-size: 14px;
      line-height: 18px; }
      .banner-slide .mask {
        height: 706px; }
      .banner-slide .text-holder {
        top: 269px; }
      .banner-slide .left-part {
        max-width: 33%;
        margin-left: 29px; }
      .banner-slide .right-part {
        margin-right: 73px;
        max-width: 228px; }
      .banner-slide p {
        margin-bottom: 45px; }
      .banner-slide .pagination {
        bottom: 65px;
        right: 30px; }
        .banner-slide .pagination a {
          height: 6px;
          width: 6px; } }
  @media (max-width: 1023px) {
    .banner-slide .banner-img {
      margin-right: -182px; }
    .banner-slide .text-holder {
      top: 152px;
      right: auto;
      width: 333px; }
    .banner-slide .left-part {
      width: 100%;
      max-width: none;
      margin-left: 21px; }
    .banner-slide .right-part {
      margin: 0;
      width: 100%;
      max-width: none;
      padding: 14px 36px 20px 70px; }
    .banner-slide .pagination {
      right: auto;
      left: 30px;
      bottom: 61px; } }
  @media (max-width: 767px) {
    .banner-slide {
      margin: 0 -20px; }
      .banner-slide .mask {
        height: 130vw; }
      .banner-slide .banner-img {
        margin: 40px -70px 27px;
        position: relative; }
        .banner-slide .banner-img:before {
          top: -38px;
          left: 0;
          right: 0;
          position: absolute;
          content: '';
          height: 40px;
          background: #cec8c7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlYzhjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2U3ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, #cec8c7 0%, #ece7e4 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cec8c7), color-stop(100%, #ece7e4));
          background: -webkit-linear-gradient(top, #cec8c7 0%, #ece7e4 100%);
          background: -o-linear-gradient(top, #cec8c7 0%, #ece7e4 100%);
          background: -ms-linear-gradient(top, #cec8c7 0%, #ece7e4 100%);
          background: linear-gradient(to bottom, #cec8c7 0%, #ece7e4 100%); }
      .banner-slide .text-holder {
        position: static;
        width: auto; }
      .banner-slide .left-part {
        position: absolute;
        left: 20px;
        right: 20px;
        top: -40px;
        width: auto;
        margin: 0; }
      .banner-slide .slide,
      .banner-slide .mask {
        overflow: visible; }
      .banner-slide .right-part {
        float: none;
        padding: 0; }
        .banner-slide .right-part .wrap {
          max-width: 227px;
          margin: 0 auto; }
      .banner-slide .pagination {
        bottom: 331px;
        right: 0;
        left: auto;
        width: 141px; } }
  .banner-slide .hide-if-1024 {
    display: inline; }
    @media (max-width: 1023px) {
      .banner-slide .hide-if-1024 {
        display: none; } }
    @media (max-width: 374px) {
      .banner-slide .hide-if-1024 {
        display: inline; } }
  .banner-slide .show-if-1024 {
    display: none; }
    @media (max-width: 1023px) {
      .banner-slide .show-if-1024 {
        display: inline; } }
    @media (max-width: 374px) {
      .banner-slide .show-if-1024 {
        display: none; } }

.popup-active #wrapper {
  height: 100%; }

.popup-active .login-popup {
  display: block; }

.login-popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.8);
  z-index: 99;
  display: none;
  max-height: 100vh;
  overflow-y: auto; }

.main-popup {
  max-width: 590px;
  margin: 30px auto;
  background: #fff;
  text-align: center; }
  .main-popup .close {
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(/images/layout/close.png) no-repeat;
    position: absolute;
    right: 16px;
    top: 16px; }
    .main-popup .close:hover {
      opacity: 0.7; }
  .main-popup .holder {
    padding: 34px 20px 23px;
    position: relative; }
  .main-popup form {
    max-width: 300px;
    margin: 0 auto; }
    .main-popup form [type="text"],
    .main-popup form [type="email"],
    .main-popup form [type="password"] {
      border: none;
      border-bottom: 1px solid #f1f1f1;
      font-size: 12px;
      line-height: 16px;
      color: #b2b2b2;
      width: 100%;
      text-transform: uppercase;
      padding: 0 0 4px;
      margin-bottom: 7px; }
      .main-popup form [type="text"]::-webkit-input-placeholder,
      .main-popup form [type="email"]::-webkit-input-placeholder,
      .main-popup form [type="password"]::-webkit-input-placeholder {
        color: #b2b2b2; }
      .main-popup form [type="text"]::-moz-placeholder,
      .main-popup form [type="email"]::-moz-placeholder,
      .main-popup form [type="password"]::-moz-placeholder {
        opacity: 1;
        color: #b2b2b2; }
      .main-popup form [type="text"]:-moz-placeholder,
      .main-popup form [type="email"]:-moz-placeholder,
      .main-popup form [type="password"]:-moz-placeholder {
        color: #b2b2b2; }
      .main-popup form [type="text"]:-ms-input-placeholder,
      .main-popup form [type="email"]:-ms-input-placeholder,
      .main-popup form [type="password"]:-ms-input-placeholder {
        color: #b2b2b2; }
      .main-popup form [type="text"].placeholder,
      .main-popup form [type="email"].placeholder,
      .main-popup form [type="password"].placeholder {
        color: #b2b2b2; }
    .main-popup form .btn-wrap {
      padding-top: 30px;
      margin-bottom: 24px; }
    .main-popup form .button {
      width: 100%;
      padding: 9px;
      font-size: 12px;
      line-height: 16px; }
    .main-popup form .info {
      display: block;
      font-size: 10px;
      line-height: 14px;
      font-weight: 700;
      letter-spacing: 4px; }
      .main-popup form .info a {
        text-decoration: none; }
        .main-popup form .info a:hover {
          opacity: 0.7; }
  .main-popup h2 {
    margin-bottom: 18px;
    min-height: 99px;
    line-height: 53px; }
    .main-popup h2.add {
      min-height: 131px; }
  @media only screen and (max-width: 619px) {
    .main-popup {
      margin: 30px auto;
      max-width: 279px; } }
  @media (max-width: 767px) {
    .main-popup h2 {
      font-size: 33px;
      line-height: 50px;
      letter-spacing: 0;
      margin-bottom: 62px;
      min-height: 1px; }
      .main-popup h2.add {
        min-height: 1px; }
    .main-popup .holder {
      padding: 34px 10px 23px; } }

.popup-wrap {
  padding: 44px 20px; }
  .popup-wrap .holder {
    overflow: hidden;
    padding: 49px 23px 8px 62px;
    text-align: left; }
  .popup-wrap .lady-img {
    float: left;
    margin-right: 60px; }
  .popup-wrap .wrap {
    overflow: hidden; }
  .popup-wrap h3 {
    font-size: 28px;
    margin-bottom: 34px; }
  .popup-wrap dl {
    margin: 0;
    font-size: 20px;
    line-height: 24px; }
    .popup-wrap dl dt {
      float: left;
      width: 250px;
      padding-right: 10px;
      font-weight: 700;
      clear: left; }
    .popup-wrap dl dd {
      display: block;
      overflow: hidden;
      margin: 0 0 6px; }
  .popup-wrap .btn-wrap {
    text-align: right;
    padding: 41px 59px 0 0; }
  .popup-wrap .button {
    min-width: 150px;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 18px; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
  height: 32px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0 35px 0 5px;
  color: #1a1a1a; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 9px;
  height: 5px;
  background: url(/images/layout/arrows/arrow-04.png) no-repeat;
  right: 9px;
  top: 14px; }

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 8px 4px 0;
  height: 16px;
  width: 16px; }
  .jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%; }
  .jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0; }
  .jcf-radio.jcf-checked span {
    display: block; }

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 15px 7px 0;
  height: 16px;
  width: 16px; }
  .jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }
  .jcf-checkbox.jcf-checked span {
    display: block; }
  .jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0; }

:root .jcf-checkbox span {
  margin: -2px 0 0 -4px; }

body > .jcf-select-drop {
  position: absolute;
  z-index: 9999;
  margin-top: -2px; }

body > .jcf-select-drop.jcf-drop-flipped {
  z-index: 9999;
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  z-index: 9999;
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #b2b2b2; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 15px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

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

.jcf-list ul li {
  overflow: hidden;
  display: block; }
  .jcf-list ul li:hover {
    background-color: #666; }
    .jcf-list ul li:hover .jcf-option {
      color: #FFF; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 6px;
  color: #000;
  height: 1%;
  border-bottom: 1px solid #f1f1f1; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-select-drop.jcf-select-border-black .jcf-select-drop-content {
  border-color: #000; }

.jcf-select.jcf-select-border-black .jcf-select-text {
  font-weight: 700;
  line-height: 44px;
  margin: 0 35px 0 16px; }

.jcf-select.jcf-select-border-black .jcf-select-opener {
  right: 17px;
  top: 20px; }

.parallax-section {
  overflow: hidden; }
  .parallax-section .img-holder {
    overflow: hidden;
    transform: translate(0, 100px);
    opacity: 0;
    transition: opacity .4s, transform .4s; }
  @media (max-width: 767px) {
    .parallax-section:first-child .img-holder {
      transform: translate(0, 0px);
      opacity: 1; } }

.fixed-anchor {
  display: none; }

.section-anchor {
  height: 100vh;
  position: relative; }

.section-anchor-image {
  height: 25%;
  top: 25%;
  width: 100%;
  position: absolute; }

.js-parallax-ready .parallax-style #wrapper {
  padding-top: 0; }

.js-parallax-ready .parallax-style #header {
  position: relative; }

.js-parallax-ready .parallax-style .parallax-holder {
  position: relative;
  z-index: 2; }

.js-parallax-ready .parallax-style .sections-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.js-parallax-ready .parallax-style .sections-frame {
  height: 100vh;
  position: relative; }

.js-parallax-ready .parallax-style .parallax-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .js-parallax-ready .parallax-style .parallax-section .container,
  .js-parallax-ready .parallax-style .parallax-section .content-wrap {
    height: 100%; }

.js-parallax-ready .parallax-style .parallax-section .img-holder {
  transition: none;
  transform: translate(0, 0);
  opacity: 0; }

.js-parallax-ready .parallax-style .fixed-anchor {
  display: block; }

.js-viewport-inited .parallax-section.in-viewport .img-holder {
  opacity: 1;
  transform: translate(0, 0); }

.bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; }
  .bg-img img {
    visibility: hidden; }

.button.disabled {
  border-color: #b2b2b2;
  color: #b2b2b2;
  pointer-events: none; }

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

iframe {
  frameborder: 0; }

@media (max-width: 1023px) {
  .hidden-from-desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-desktop-up {
    display: none !important; } }

.new-style {
  height: auto; }
  @media (max-width: 900px) {
    .new-style .option-menu {
      display: none; } }
  @media (max-width: 1023px) {
    .new-style .button {
      font-size: 18px;
      line-height: 1.2;
      padding: 11px 15px; }
      .new-style .button#btn-coupon-form {
        font-size: 11px;
        line-height: 1.2;
        padding: 10px 15px; }
      .new-style .button.overview-studio {
        padding: 7px 5px;
        font-size: 12px; } }
  @media (max-width: 767px) {
    .new-style .button {
      font-size: 12px; } }
  .new-style .button.jumbotron {
    display: inline-block;
    vertical-align: top;
    width: 32%; }
  @media (max-width: 900px) {
    .new-style.nav-active #nav {
      visibility: visible;
      opacity: 1; } }
  @media (max-width: 767px) {
    .new-style.nav-active #nav {
      height: 100vh; } }
  .new-style #nav {
    transition: padding 0.3s;
    padding-top: 12px; }
    @media (max-width: 1023px) {
      .new-style #nav {
        padding-right: 40px; } }
    @media (max-width: 900px) {
      .new-style #nav {
        padding-top: 44px; } }
    @media (max-width: 767px) {
      .new-style #nav {
        padding-top: 44px; } }
    @media (max-width: 900px) {
      .new-style #nav {
        -webkit-transition: 0.25s linear opacity, 0.25s linear visibility;
        -o-transition: 0.25s linear opacity, 0.25s linear visibility;
        transition: 0.25s linear opacity, 0.25s linear visibility;
        background: rgba(0, 0, 0, 0.65);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        padding: 57px 0 0;
        margin: 0;
        opacity: 0;
        visibility: hidden; } }
  @media (max-width: 900px) and (max-width: 1023px) {
    .new-style #nav {
      padding: 67px 0 0; } }
    @media (max-width: 900px) {
        .resize-active .new-style #nav {
          transition: none; } }
    @media (max-width: 767px) {
      .new-style #nav {
        padding: 54px 0 0; } }
  @media (max-width: 900px) {
    .new-style .drop {
      background: #fff;
      padding: 42px 40px;
      min-height: 320px; } }
  @media (max-width: 767px) {
    .new-style .drop {
      padding: 20px 43px;
      min-height: 0;
      overflow-y: scroll;
      height: 100%; }
      .new-style .drop::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5) !important; } }
  .new-style .drop .active > a {
    position: relative; }
    .new-style .drop .active > a:hover {
      background: transparent; }
    .new-style .drop .active > a:before {
      background: #000;
      bottom: 3px;
      content: '';
      height: 1px;
      left: 12px;
      position: absolute;
      right: 16px; }
      @media (max-width: 767px) {
        .new-style .drop .active > a:before {
          bottom: 1px;
          left: 9px;
          right: 9px; } }
  @media (max-width: 899px) {
    .new-style .drop a {
      padding: 0; } }
  @media (max-width: 899px) {
    .new-style .drop .has-drop-down-a {
      padding: 0; }
      .new-style .drop .has-drop-down-a:after {
        display: none; } }
  @media (max-width: 900px) {
    .new-style .drop > ul {
      overflow: hidden;
      margin: 0; } }
  @media (max-width: 767px) {
    .new-style .drop > ul {
      padding: 0;
      text-align: center; }
      .new-style .drop > ul > li.hover ul {
        position: absolute;
        top: 100%;
        z-index: 1; } }
    @media (max-width: 767px) and (max-width: 900px) {
      .new-style .drop > ul > li.hover ul {
        position: static; } }
  .new-style .drop > ul > li {
    margin-left: 30px; }
    .new-style .drop > ul > li:first-of-type {
      margin-left: 0px; }
    @media (max-width: 1280px) {
      .new-style .drop > ul > li {
        margin-left: 0; } }
    @media (max-width: 900px) {
      .new-style .drop > ul > li {
        letter-spacing: 0.1em;
        font-size: 22px;
        line-height: 36px;
        margin: 0;
        text-align: left;
        display: block;
        overflow: hidden;
        margin-right: 40px;
        float: left; }
        .new-style .drop > ul > li.about {
          margin-right: 25px; } }
    @media (max-width: 900px) and (max-width: 900px) {
      .new-style .drop > ul > li.about {
        margin-right: 20px; } }
    @media (max-width: 900px) {
        .new-style .drop > ul > li.women, .new-style .drop > ul > li.men, .new-style .drop > ul > li.about {
          min-height: 150px; }
          .new-style .drop > ul > li.women.active > a:before, .new-style .drop > ul > li.men.active > a:before, .new-style .drop > ul > li.about.active > a:before {
            display: none; }
          .new-style .drop > ul > li.women > ul > li, .new-style .drop > ul > li.men > ul > li, .new-style .drop > ul > li.about > ul > li {
            font-weight: 400; }
        .new-style .drop > ul > li.women > ul, .new-style .drop > ul > li.men > ul, .new-style .drop > ul > li.about > ul, .new-style .drop > ul > li.language > ul {
          background: none; }
          .new-style .drop > ul > li.women > ul > li > a, .new-style .drop > ul > li.men > ul > li > a, .new-style .drop > ul > li.about > ul > li > a, .new-style .drop > ul > li.language > ul > li > a {
            padding: 0;
            background: none; }
        .new-style .drop > ul > li.hover > a {
          background: none; }
        .new-style .drop > ul > li.language {
          min-height: 55px; }
          .new-style .drop > ul > li.language > a {
            display: none; }
          .new-style .drop > ul > li.language > ul {
            overflow: hidden; }
            .new-style .drop > ul > li.language > ul > li {
              float: left; }
              .new-style .drop > ul > li.language > ul > li + li:before {
                content: '/';
                font-size: 0.8em;
                display: inline-block;
                vertical-align: top;
                padding: 0 4px; } }
    @media (max-width: 767px) {
      .new-style .drop > ul > li {
        line-height: 19px;
        width: auto;
        font-size: 12px;
        clear: both; }
        .new-style .drop > ul > li.women, .new-style .drop > ul > li.men, .new-style .drop > ul > li.giftcard {
          margin: 0 0 20px;
          clear: left;
          min-height: 0; }
        .new-style .drop > ul > li.language {
          border-top: 1px solid #1a1a1a;
          padding-top: 20px;
          float: left;
          min-width: 97px; } }
    @media (max-width: 900px) {
      .new-style .drop > ul > li a {
        color: #1a1a1a;
        display: inline; }
        .new-style .drop > ul > li a:hover, .new-style .drop > ul > li a.active {
          color: #b2b2b2; } }
    .new-style .drop > ul > li ul {
      max-width: none; }
      @media (min-width: 901px) {
        .new-style .drop > ul > li ul {
          padding-top: 5px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 900px) {
        .new-style .drop > ul > li ul {
          margin-top: 0;
          position: static;
          display: block; } }
      @media (max-width: 767px) {
        .new-style .drop > ul > li ul {
          min-width: 1px;
          margin-top: 0;
          background: #ebe6e3; } }
  .new-style #wrapper, .new-style .how-sn-works {
    padding-top: 57px; }
    @media (max-width: 1023px) {
      .new-style #wrapper, .new-style .how-sn-works {
        padding-top: 67px; } }
    @media (max-width: 767px) {
      .new-style #wrapper, .new-style .how-sn-works {
        padding-top: 54px; } }
  .new-style a.svg {
    position: relative;
    display: inline-block; }
    .new-style a.svg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .new-style #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 320px;
    z-index: 1000;
    background: #fff;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 1023px) {
      .new-style #header {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      .new-style #header {
        padding-bottom: 15px;
        z-index: 100; } }
    @media (max-width: 767px) {
      .new-style #header .container {
        max-width: 375px; } }
    @media (max-width: 374px) {
      .new-style #header .container {
        max-width: 320px; } }
  .new-style.nps header .logo {
    float: none;
    margin: 0 auto; }
  .new-style.nps .main .wrapper {
    position: relative;
    background-size: auto; }
    .new-style.nps .main .wrapper > img {
      width: 100%; }
    .new-style.nps .main .wrapper .button-holder-shop {
      width: 100%; }
    .new-style.nps .main .wrapper .button {
      width: 100%;
      font-size: 14px;
      background-color: #000;
      border-color: #000;
      color: #FFF;
      padding: 3px 10px;
      font-weight: 400; }
      .new-style.nps .main .wrapper .button:hover {
        background-color: #3c3c3c;
        border-color: #3c3c3c; }
      .new-style.nps .main .wrapper .button.go-to-shop {
        width: auto;
        background-color: #FFF;
        border-color: #FFF;
        color: #000;
        margin-top: 3rem; }
        @media (max-width: 1024px) {
          .new-style.nps .main .wrapper .button.go-to-shop {
            margin-top: 2rem; } }
        .new-style.nps .main .wrapper .button.go-to-shop:hover {
          background-color: #cdcdcd;
          border-color: #cdcdcd;
          color: #000; }
    .new-style.nps .main .wrapper .mobile .button-holder-shop {
      position: absolute;
      bottom: 0;
      text-align: center; }
      .new-style.nps .main .wrapper .mobile .button-holder-shop .button {
        width: auto; }
        @media (max-width: 375px) {
          .new-style.nps .main .wrapper .mobile .button-holder-shop .button {
            font-size: 12px; } }
    .new-style.nps .main .wrapper .mobile .men,
    .new-style.nps .main .wrapper .mobile .women {
      position: relative;
      width: 100%; }
      .new-style.nps .main .wrapper .mobile .men .view,
      .new-style.nps .main .wrapper .mobile .women .view {
        width: 50%; }
      .new-style.nps .main .wrapper .mobile .men .text-wrapper,
      .new-style.nps .main .wrapper .mobile .women .text-wrapper {
        position: relative;
        width: 50%;
        float: left;
        top: 0;
        bottom: 0; }
        .new-style.nps .main .wrapper .mobile .men .text-wrapper .col.gender,
        .new-style.nps .main .wrapper .mobile .women .text-wrapper .col.gender {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          display: table; }
          .new-style.nps .main .wrapper .mobile .men .text-wrapper .col.gender .col-container,
          .new-style.nps .main .wrapper .mobile .women .text-wrapper .col.gender .col-container {
            padding: 0 1rem 1rem;
            text-align: center; }
            .new-style.nps .main .wrapper .mobile .men .text-wrapper .col.gender .col-container .title,
            .new-style.nps .main .wrapper .mobile .women .text-wrapper .col.gender .col-container .title {
              font-size: 3.5vw; }
            .new-style.nps .main .wrapper .mobile .men .text-wrapper .col.gender .col-container .text,
            .new-style.nps .main .wrapper .mobile .women .text-wrapper .col.gender .col-container .text {
              font-size: 3vw; }
      .new-style.nps .main .wrapper .mobile .men.women .text-wrapper,
      .new-style.nps .main .wrapper .mobile .women.women .text-wrapper {
        float: right; }
    .new-style.nps .main .wrapper .panel {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 350px;
      margin: 8rem 6rem;
      z-index: 2; }
      @media (max-width: 1023px) {
        .new-style.nps .main .wrapper .panel {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .new-style.nps .main .wrapper .panel {
          margin: 2rem 5rem; } }
      @media (max-width: 639px) {
        .new-style.nps .main .wrapper .panel {
          margin: 1rem 2rem; } }
      @media (max-width: 320px) {
        .new-style.nps .main .wrapper .panel {
          margin: 0.4rem 0.5rem; } }
      .new-style.nps .main .wrapper .panel .title {
        font-size: 2.3rem;
        text-align: center; }
        @media (max-width: 767px) {
          .new-style.nps .main .wrapper .panel .title {
            font-size: 1.8rem; } }
        @media (max-width: 425px) {
          .new-style.nps .main .wrapper .panel .title {
            font-size: 1rem; } }
        @media (max-width: 320px) {
          .new-style.nps .main .wrapper .panel .title {
            font-size: 0.8rem; } }
      .new-style.nps .main .wrapper .panel .text {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 1.5rem 2rem; }
        @media (max-width: 425px) {
          .new-style.nps .main .wrapper .panel .text {
            padding: 1.5rem 1rem; } }
        .new-style.nps .main .wrapper .panel .text .subtitle {
          text-transform: uppercase;
          font-size: 14px;
          display: block;
          text-align: center;
          padding: 0 2rem; }
          @media (max-width: 425px) {
            .new-style.nps .main .wrapper .panel .text .subtitle {
              font-size: 11px; } }
          .new-style.nps .main .wrapper .panel .text .subtitle.bold {
            font-weight: 600; }
        .new-style.nps .main .wrapper .panel .text .gift {
          font-size: 14px;
          display: block;
          text-align: center;
          font-weight: 600;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 20px;
          padding: 0 2rem; }
          @media (max-width: 425px) {
            .new-style.nps .main .wrapper .panel .text .gift {
              font-size: 11px;
              margin-top: 10px;
              margin-bottom: 10px; } }
        .new-style.nps .main .wrapper .panel .text .help {
          font-size: 18px;
          display: block;
          text-align: center;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 20px; }
          @media (max-width: 425px) {
            .new-style.nps .main .wrapper .panel .text .help {
              font-size: 11px;
              margin-top: 10px;
              margin-bottom: 10px;
              line-height: 0.9rem; } }
        .new-style.nps .main .wrapper .panel .text .button.invite-friends {
          display: inline-block;
          vertical-align: middle;
          border: 2px solid #000;
          background-color: #000;
          color: #FFF;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 600;
          line-height: 22px;
          letter-spacing: 1px;
          outline: none;
          margin: 0;
          padding: 3px 16px;
          text-decoration: none;
          white-space: normal;
          transition: background 0.2s linear, color 0.2s linear; }
          @media (max-width: 425px) {
            .new-style.nps .main .wrapper .panel .text .button.invite-friends {
              font-size: 11px; } }
          .new-style.nps .main .wrapper .panel .text .button.invite-friends:hover {
            background-color: #3e3e3e;
            border-color: #3e3e3e; }
    .new-style.nps .main .wrapper.recommendation .header-text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center; }
      @media (max-width: 767px) {
        .new-style.nps .main .wrapper.recommendation .header-text {
          bottom: 0;
          display: flex;
          align-items: center; } }
      .new-style.nps .main .wrapper.recommendation .header-text h2 {
        text-transform: uppercase;
        font-size: 2.2rem;
        padding: 0 25rem;
        margin: 5rem 0 0 0;
        width: 100%; }
        @media (max-width: 1220px) {
          .new-style.nps .main .wrapper.recommendation .header-text h2 {
            padding: 0 15rem; } }
        @media (max-width: 1024px) {
          .new-style.nps .main .wrapper.recommendation .header-text h2 {
            font-size: 1.4rem; } }
        @media (max-width: 767px) {
          .new-style.nps .main .wrapper.recommendation .header-text h2 {
            font-size: 1rem;
            padding: 0 10rem;
            margin: 0; } }
        @media (max-width: 639px) {
          .new-style.nps .main .wrapper.recommendation .header-text h2 {
            padding: 0;
            font-size: 4.5vw; } }
      .new-style.nps .main .wrapper.recommendation .header-text p {
        font-size: 18px;
        margin-top: 4rem;
        padding: 0 37%; }
        @media (max-width: 900px) {
          .new-style.nps .main .wrapper.recommendation .header-text p {
            font-size: 15px;
            margin-top: 1rem;
            padding: 0 27%; } }
        @media (max-width: 767px) {
          .new-style.nps .main .wrapper.recommendation .header-text p {
            display: none; } }
    .new-style.nps .main .wrapper.recommendation .row {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 38rem; }
      @media (max-width: 1220px) {
        .new-style.nps .main .wrapper.recommendation .row {
          height: 28rem; } }
      @media (max-width: 1024px) {
        .new-style.nps .main .wrapper.recommendation .row {
          height: 22rem; } }
      .new-style.nps .main .wrapper.recommendation .row .col {
        width: 33.3%;
        float: left;
        text-align: center; }
        .new-style.nps .main .wrapper.recommendation .row .col.gender {
          padding: 1rem 2rem; }
          .new-style.nps .main .wrapper.recommendation .row .col.gender .title {
            text-transform: uppercase; }
          .new-style.nps .main .wrapper.recommendation .row .col.gender .desc {
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .new-style.nps .main .wrapper.recommendation .row .col.gender .desc-ghost {
            font-size: 14px;
            opacity: 0; }
          .new-style.nps .main .wrapper.recommendation .row .col.gender:first-child {
            padding-left: 7.5rem; }
            @media (max-width: 1024px) {
              .new-style.nps .main .wrapper.recommendation .row .col.gender:first-child {
                padding-left: 3.5rem; } }
            @media (max-width: 900px) {
              .new-style.nps .main .wrapper.recommendation .row .col.gender:first-child {
                padding-left: 1rem; } }
          .new-style.nps .main .wrapper.recommendation .row .col.gender:last-child {
            padding-right: 7.5rem; }
            @media (max-width: 1024px) {
              .new-style.nps .main .wrapper.recommendation .row .col.gender:last-child {
                padding-right: 3.5rem; } }
            @media (max-width: 900px) {
              .new-style.nps .main .wrapper.recommendation .row .col.gender:last-child {
                padding-right: 1rem; } }
          .new-style.nps .main .wrapper.recommendation .row .col.gender .col-container {
            background-color: rgba(255, 255, 255, 0.9);
            padding: 1rem; }
        .new-style.nps .main .wrapper.recommendation .row .col.newsletter {
          margin-top: 7rem; }
          @media (max-width: 1024px) {
            .new-style.nps .main .wrapper.recommendation .row .col.newsletter {
              margin-top: 4.5rem; } }
          .new-style.nps .main .wrapper.recommendation .row .col.newsletter .title {
            font-size: 16px;
            padding: 0 4rem; }
            @media (max-width: 900px) {
              .new-style.nps .main .wrapper.recommendation .row .col.newsletter .title {
                font-size: 14px;
                padding: 0 2rem; } }
          .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box {
            padding: 0 5rem; }
            @media (max-width: 1024px) {
              .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box {
                padding: 0 4rem; } }
            @media (max-width: 900px) {
              .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box {
                padding: 0 1rem; } }
            .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box input {
              width: 100%;
              font-size: 14px;
              background-color: transparent;
              border-color: #000;
              color: #000;
              margin-top: 0.3rem; }
              .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box input::placeholder {
                color: #000; }
            .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box .button-holder {
              width: 50%;
              float: left;
              margin-top: 1rem; }
              .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box .button-holder:first-child {
                padding-right: 0.5rem; }
              .new-style.nps .main .wrapper.recommendation .row .col.newsletter .newsletter-box .button-holder:last-child {
                padding-left: 0.5rem; }
  .new-style.nps footer .footer-top {
    font-size: 12px; }
    .new-style.nps footer .footer-top label {
      padding: 0px 15px; }
      .new-style.nps footer .footer-top label a {
        line-height: 20px;
        vertical-align: middle;
        text-decoration: none; }
        .new-style.nps footer .footer-top label a:hover {
          text-decoration: none; }
      .new-style.nps footer .footer-top label .icon {
        font-size: 20px; }

.slide-wrapper {
  position: relative; }

.header-cart {
  float: right;
  margin: 5px 0 0 30px;
  transition: margin 0.3s; }
  @media (max-width: 1280px) {
    .header-cart {
      margin-left: 15px; } }
  @media (max-width: 1023px) {
    .header-cart {
      margin: 0;
      z-index: 12;
      position: absolute;
      top: 20px;
      right: 40px; }
      .nav-active .header-cart {
        visibility: hidden;
        opacity: 0; } }
  @media (max-width: 767px) {
    .header-cart {
      margin: 0;
      right: 20px;
      top: 17px; } }
  .header-cart .cart-opener {
    display: block;
    background: url(/images/layout/cart.svg) 0 0/22px auto no-repeat;
    height: 28px;
    width: 22px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 767px) {
      .header-cart .cart-opener {
        background-size: 16px auto;
        width: 16px;
        height: 22px;
        font-size: 10px;
        line-height: 28px; } }

.aside-cart-active:before {
  width: 100%;
  height: 100%; }

.cart-overlay {
  position: fixed;
  z-index: 4;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s; }
  .aside-cart-active .cart-overlay {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1; }

.aside-cart {
  width: 299px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 7;
  font-size: 13px;
  text-transform: uppercase;
  transform: translateX(100%);
  transition: transform 0.3s, visibility 0s linear;
  letter-spacing: 0.12em;
  visibility: hidden; }
  @media (max-width: 767px) {
    .aside-cart {
      font-size: 10px;
      width: 240px; } }
  .aside-cart-active .aside-cart {
    transform: translateX(0);
    visibility: visible; }
    .aside-cart-active .aside-cart .trash {
      width: 10px; }
      @media (max-width: 767px) {
        .aside-cart-active .aside-cart .trash {
          width: 15px; } }
  .aside-cart .no-lt-space {
    letter-spacing: 0; }
  .aside-cart .button-hold {
    text-align: center;
    padding: 55px 30px 30px; }
    @media (max-width: 767px) {
      .aside-cart .button-hold {
        padding: 20px; } }
  .aside-cart .button {
    display: block; }
  .aside-cart .total-amount {
    font-weight: 700; }
  .aside-cart .main-title {
    background: #1a1a1a;
    color: #fff;
    padding: 28px 10px;
    text-align: center; }
    @media (max-width: 767px) {
      .aside-cart .main-title {
        padding: 15px 10px; } }
    .aside-cart .main-title h2 {
      font-size: 16px;
      margin: 0; }
      @media (max-width: 767px) {
        .aside-cart .main-title h2 {
          font-size: 14px; } }
      @media (max-width: 425px) {
        .aside-cart .main-title h2 {
          font-size: 100%;
          white-space: nowrap;
          text-align: left; } }
      .aside-cart .main-title h2 .close {
        z-index: 10000;
        float: right;
        position: relative; }
        @media (min-width: 426px) {
          .aside-cart .main-title h2 .close {
            display: none; } }
        .aside-cart .main-title h2 .close:after {
          position: absolute;
          content: "\d7";
          font-size: 7vw;
          bottom: -5.7vw;
          left: -3vw;
          color: white;
          font-weight: bold; }
          @media (max-width: 320px) {
            .aside-cart .main-title h2 .close:after {
              bottom: -6vw; } }
  .aside-cart .wrapper {
    padding: 25px 20px; }
    @media (max-width: 767px) {
      .aside-cart .wrapper {
        padding: 15px 10px; } }
  .aside-cart .title {
    display: block;
    margin-bottom: 49px; }
    @media (max-width: 767px) {
      .aside-cart .title {
        margin-bottom: 20px; } }
  .aside-cart .item-name {
    display: block;
    margin-bottom: 12px; }
  .aside-cart .item-wrap {
    margin-bottom: 12px; }
  .aside-cart .block {
    display: block; }

.checkout-cart {
  width: 75%;
  font-size: 13px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .checkout-cart {
      font-size: 10px;
      width: 100%; } }
  .checkout-cart .no-lt-space {
    letter-spacing: 0; }
  .checkout-cart .total-amount {
    font-weight: 700; }
  .checkout-cart .wrapper {
    padding: 25px 0; }
    @media (max-width: 767px) {
      .checkout-cart .wrapper {
        padding: 15px 10px; } }
  .checkout-cart .title {
    display: block;
    margin-bottom: 49px; }
    @media (max-width: 767px) {
      .checkout-cart .title {
        margin-bottom: 20px; } }
  .checkout-cart .item-name {
    display: block;
    margin-bottom: 12px; }
  .checkout-cart .item-wrap {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .checkout-cart .item-wrap {
        margin-bottom: 5px; } }
  .checkout-cart .item-wrap-top {
    margin-top: 12px; }
    @media (max-width: 767px) {
      .checkout-cart .item-wrap-top {
        margin-top: 5px; } }
  .checkout-cart .block {
    display: block; }
  .checkout-cart #coupon-form .group {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px; }

.cart-quantity a {
  color: #b2b2b2;
  text-decoration: none; }

.cart-quantity .control {
  font-size: 16px; }

@media (max-width: 767px) {
  .cart-quantity .amount {
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle; } }

.cart-quantity em {
  font-style: normal; }

.cart-item ~ .cart-item {
  border-top: 1px solid #b8b8b8;
  padding-top: 12px; }
  @media (max-width: 767px) {
    .cart-item ~ .cart-item {
      padding-top: 5px; } }

.cart-content-holder {
  padding-bottom: 12px; }
  @media (max-width: 767px) {
    .cart-content-holder {
      padding-bottom: 5px; } }
  .cart-content-holder strong {
    font-weight: normal; }
  .cart-content-holder .wrap {
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .cart-content-holder .wrap {
        margin-bottom: 5px; } }
    .cart-content-holder .wrap:last-child {
      margin-bottom: 0; }

.coupon-form {
  padding-top: 13px; }
  .coupon-form .coupon-hold {
    background: #e5e5e5; }
  .coupon-form [type="submit"] {
    float: right;
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1px 9px 0 10px;
    height: 23px;
    letter-spacing: 1px; }
    .coupon-form [type="submit"]:hover {
      color: #fff; }
  .coupon-form .hold {
    overflow: hidden; }
  .coupon-form [type="text"] {
    background: transparent;
    border: none;
    font-size: 13px;
    font-style: italic;
    color: #1a1a1a;
    width: 100%;
    padding: 1px 10px 0;
    height: 23px;
    letter-spacing: 1px; }
    .coupon-form [type="text"]::-webkit-input-placeholder {
      color: #1a1a1a; }
    .coupon-form [type="text"]::-moz-placeholder {
      opacity: 1;
      color: #1a1a1a; }
    .coupon-form [type="text"]:-moz-placeholder {
      color: #1a1a1a; }
    .coupon-form [type="text"]:-ms-input-placeholder {
      color: #1a1a1a; }
    .coupon-form [type="text"].placeholder {
      color: #1a1a1a; }
    @media (max-width: 767px) {
      .coupon-form [type="text"] {
        font-size: 10px; } }

.option-slideshow {
  position: relative;
  margin-bottom: 18px;
  min-height: 175px; }
  @media (max-width: 1280px) {
    .option-slideshow {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .option-slideshow {
      display: none; } }
  .option-slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none; }
    .option-slideshow .slide.active {
      pointer-events: initial;
      z-index: 2;
      opacity: 1; }

.option-img a {
  transition: opacity 0.2s linear, visibility 0.2s linear; }
  .option-img a:hover {
    opacity: 0.6; }

.option-menu {
  float: left;
  padding: 8px 0 0 49px;
  transition: padding 0.3s; }
  @media (max-width: 1280px) {
    .option-menu {
      padding-left: 21px; } }
  @media (max-width: 1023px) {
    .option-menu {
      position: absolute;
      left: 0;
      padding-left: 64px;
      padding-top: 5px;
      bottom: 12px;
      z-index: 4; } }
  @media (max-width: 767px) {
    .option-menu {
      right: 10px;
      left: 10px;
      text-align: center;
      padding: 0;
      bottom: 10px;
      font-size: 8px;
      top: 75%; } }
  @media (max-width: 374px) {
    .option-menu {
      padding: 0px 0 0 0; } }
  .option-menu li {
    float: left;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 13px;
    letter-spacing: 2px; }
    @media (max-width: 767px) {
      .option-menu li {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 8px;
        margin: 0 3px; } }
  .option-menu .active > a {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #FFFFFF; }
  .option-menu a {
    display: block;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-weight: 700;
    padding: 2px 11px 1px;
    text-decoration: none;
    transition: background 0.2s linear, color 0.2s linear;
    font-size: 10px; }
    @media (max-width: 767px) {
      .option-menu a {
        padding: 1px 4px 0; } }
    .option-menu a:hover {
      background: #4a4a4a;
      border-color: #4a4a4a;
      color: #FFFFFF; }

.banner.style-2 {
  background: transparent;
  margin: 0 0 47px; }
  @media (max-width: 1023px) {
    .banner.style-2 {
      margin-bottom: 20px; } }
  .banner.style-2 .banner-slide {
    font-size: 18px;
    overflow: hidden; }
    .banner.style-2 .banner-slide.gallery-js-ready {
      height: auto;
      overflow: visible; }
    @media (max-width: 767px) {
      .banner.style-2 .banner-slide {
        height: 690px;
        margin: 0;
        font-size: 12px;
        line-height: 15px; } }
    .banner.style-2 .banner-slide .pagination {
      bottom: -3px;
      right: 91px;
      width: auto;
      z-index: 2; }
      @media (max-width: 1280px) {
        .banner.style-2 .banner-slide .pagination {
          right: 23px; } }
      @media (max-width: 1023px) {
        .banner.style-2 .banner-slide .pagination {
          display: none; } }
      .banner.style-2 .banner-slide .pagination ul {
        line-height: 1; }
      .banner.style-2 .banner-slide .pagination a {
        background: #9b9b9b;
        height: 12px;
        width: 12px; }
        .banner.style-2 .banner-slide .pagination a:hover {
          background: #231d1f; }
      .banner.style-2 .banner-slide .pagination .active a {
        background: #231d1f; }
  .banner.style-2 .second-slider {
    overflow: hidden;
    display: block; }
  .banner.style-2 .left-img {
    display: inline-block;
    vertical-align: top;
    width: auto; }
    @media (max-width: 1280px) {
      .banner.style-2 .left-img {
        width: 62.6%;
        margin-left: -135px; } }
    @media (max-width: 1023px) {
      .banner.style-2 .left-img {
        float: none;
        margin: 0;
        width: auto; } }
  .banner.style-2 .text-wrap {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    padding: 117px 50px 30px 20px; }
    @media (max-width: 1280px) {
      .banner.style-2 .text-wrap {
        padding: 44px 58px 30px 20px; } }
    @media (max-width: 1024px) {
      .banner.style-2 .text-wrap {
        padding-top: 140px; } }
    @media (max-width: 1023px) {
      .banner.style-2 .text-wrap {
        float: none;
        padding: 33px 20px 0;
        height: auto !important; } }
    @media (max-width: 767px) {
      .banner.style-2 .text-wrap {
        padding-top: 15px; } }
    .banner.style-2 .text-wrap:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
      @media (max-width: 1023px) {
        .banner.style-2 .text-wrap:before {
          display: none; } }
  .banner.style-2 p {
    margin-bottom: 65px; }
    @media (max-width: 1280px) {
      .banner.style-2 p {
        margin-bottom: 44px; } }
    @media (max-width: 767px) {
      .banner.style-2 p {
        margin-bottom: 18px; } }
  .banner.style-2 .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 356px;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      .banner.style-2 .center {
        max-width: 348px; } }
    @media (max-width: 767px) {
      .banner.style-2 .center {
        display: block;
        max-width: none; } }
  .banner.style-2 h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
    margin: 0 auto 44px; }
    @media (max-width: 1280px) {
      .banner.style-2 h2 {
        font-size: 34px;
        line-height: 1.5;
        max-width: 340px;
        margin-bottom: 44px; } }
    @media (max-width: 767px) {
      .banner.style-2 h2 {
        margin: 0 0 9px;
        font-size: 27px;
        max-width: none;
        color: #000;
        line-height: 36px; } }
    .banner.style-2 h2 .button {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .banner.style-2 h2 .button {
          padding: 7px 15px;
          margin-bottom: 8px; } }

.banner.campaign .button {
  width: 230px; }
  .banner.campaign .button:not(:first-of-type) {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .banner.campaign .button:not(:first-of-type) {
        margin-top: 0px; } }
    @media (max-width: 425px) {
      .banner.campaign .button:not(:first-of-type) {
        margin-top: 10px; } }

.banner.campaign .campaign-title {
  width: 100%;
  text-align: center; }
  .banner.campaign .campaign-title h2 {
    max-width: none;
    padding: 0 7em; }
    @media (max-width: 1280px) {
      .banner.campaign .campaign-title h2 {
        margin-bottom: 24px; } }
    @media (max-width: 1023px) {
      .banner.campaign .campaign-title h2 {
        padding: 0 0; } }
    @media (max-width: 767px) {
      .banner.campaign .campaign-title h2 {
        padding: 0 0; } }

.banner.campaign .subtitle {
  margin-bottom: 10px; }

.banner.campaign .paragraph {
  margin-bottom: 50px; }

.banner.has-img {
  height: 647px;
  position: relative;
  background: transparent; }
  @media (max-width: 1023px) {
    .banner.has-img {
      height: 550px; } }
  @media (max-width: 767px) {
    .banner.has-img {
      height: 400px; } }
  @media (max-width: 639px) {
    .banner.has-img {
      height: 300px; } }
  @media (max-width: 374px) {
    .banner.has-img {
      height: 230px; } }

.banner .bottom-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .banner .bottom-text h1 {
    font-size: 67px;
    margin-bottom: 28px; }
    @media (max-width: 1280px) {
      .banner .bottom-text h1 {
        margin-bottom: 35px; } }
    @media (max-width: 1023px) {
      .banner .bottom-text h1 {
        font-size: 51px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .banner .bottom-text h1 {
        font-size: 35px;
        margin-bottom: 13px; } }

.category-price {
  text-align: center;
  margin-bottom: 0px;
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .category-price {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .category-price {
      letter-spacing: 1px;
      font-size: 14px; } }
  .category-price.bottom-text {
    margin-bottom: -6px; }

.category-link .header {
  position: relative;
  cursor: pointer;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%; }
  .category-link .header .info-textblock {
    position: absolute;
    bottom: 0;
    width: 40%;
    margin-right: 35px;
    margin-left: 35px; }
    .category-link .header .info-textblock h1 {
      font-size: 50px;
      letter-spacing: 5px;
      margin-bottom: 18px; }
    .category-link .header .info-textblock p {
      font-size: 20px;
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 500;
      padding-left: 3em;
      padding-right: 3em;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .category-link .header .info-textblock p {
          font-size: 17px; } }
    .category-link .header .info-textblock .info-textblock .button {
      border-width: 4px;
      font-size: 20px;
      min-width: 340px;
      padding: 18px 10px;
      letter-spacing: 4px; }
    @media (max-width: 1023px) {
      .category-link .header .info-textblock {
        width: 50%;
        margin-left: 17px;
        margin-right: 17px; } }

.category-link.men-jeans .header {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/images/store/men-jeans/overview/header.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .category-link.men-jeans .header {
      background: url("/images/store/men-jeans/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .category-link.men-jeans .header {
      background: url("/images/store/men-jeans/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }

.category-link.men-chinos .header {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/images/store/men-chinos/overview/header.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .category-link.men-chinos .header {
      background: url("/images/store/men-chinos/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .category-link.men-chinos .header {
      background: url("/images/store/men-chinos/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }

.category-link.men-shorts .header {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/images/store/men-shorts/overview/header.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .category-link.men-shorts .header {
      background: url("/images/store/men-shorts/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .category-link.men-shorts .header {
      background: url("/images/store/men-shorts/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }

.category-link.men-business .header {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/images/store/men-business/overview/header.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .category-link.men-business .header {
      background: url("/images/store/men-business/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .category-link.men-business .header {
      background: url("/images/store/men-business/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }

.category-link.women-jeans .header {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/images/store/women-jeans/overview/header.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .category-link.women-jeans .header {
      background: url("/images/store/women-jeans/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .category-link.women-jeans .header {
      background: url("/images/store/women-jeans/overview/header@2x.jpg") center center no-repeat;
      background-size: cover; } }

.category-link.women-chinos .header {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/images/store/women-chinos/overview/header.jpg") top right no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .category-link.women-chinos .header {
      background: url("/images/store/women-chinos/overview/header@2x.jpg") top right no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .category-link.women-chinos .header {
      background: url("/images/store/women-chinos/overview/header@2x.jpg") top right no-repeat;
      background-size: cover; } }
  .category-link.women-chinos .header .info-textblock {
    margin-bottom: 9%; }
    @media (min-width: 1024px) {
      .category-link.women-chinos .header .info-textblock {
        margin-left: 0px; } }

.info-textblock {
  text-align: center;
  padding: 29px 0 42px;
  letter-spacing: 1px; }
  @media (max-width: 1023px) {
    .info-textblock {
      padding-bottom: 29px; } }
  @media (max-width: 767px) {
    .info-textblock {
      font-size: 16px;
      padding: 19px 0 0px; } }
  .info-textblock.at-bottom {
    padding-top: 43px; }
    @media (max-width: 1023px) {
      .info-textblock.at-bottom {
        padding-top: 3px; } }
  .info-textblock p {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .info-textblock p {
        margin-bottom: 26px; } }
    @media (max-width: 767px) {
      .info-textblock p br {
        display: none; } }
  .info-textblock .button {
    border-width: 4px;
    font-size: 25px;
    min-width: 420px;
    padding: 22px 10px;
    letter-spacing: 4px; }
    @media (max-width: 1023px) {
      .info-textblock .button {
        font-size: 22px;
        padding: 16px 10px;
        min-width: 380px; } }
    @media (max-width: 767px) {
      .info-textblock .button {
        border-width: 2px;
        min-width: 243px;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 9px 10px; } }
  .info-textblock h2 {
    font-size: 42px;
    margin-bottom: 49px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .info-textblock h2 {
        font-size: 32px;
        max-width: 50%;
        margin: 0 auto 55px; } }
    @media (max-width: 767px) {
      .info-textblock h2 {
        max-width: none;
        font-size: 22px;
        margin-bottom: 15px; } }

.image-info-block {
  padding-top: 80px; }
  .image-info-block .favourite-quote {
    text-transform: uppercase; }
  .image-info-block:last-of-type {
    padding-bottom: 40px; }
  .image-info-block.wool-optics {
    padding-top: 0px; }
  @media (max-width: 767px) {
    .image-info-block .bg-img {
      position: static; }
      .image-info-block .bg-img img {
        visibility: visible;
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: none; } }
  .image-info-block.diff-height {
    padding-top: 40px; }

@media (max-width: 1300px) and (min-width: 1201px) {
  .image-info-block.diff-height {
    padding-top: 150px; } }
  .image-info-block.big-height .column {
    height: 982px; }
    @media (max-width: 1280px) {
      .image-info-block.big-height .column {
        height: 773px; } }
    @media (max-width: 1023px) {
      .image-info-block.big-height .column {
        height: 563px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .image-info-block.big-height .column {
        height: 1200px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (max-width: 1280px) {
    .image-info-block.big-height .column {
      height: 900px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1023px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min-resolution: 192dpi) and (max-width: 1023px), only screen and (min-resolution: 2dppx) and (max-width: 1023px) {
    .image-info-block.big-height .column {
      height: 700px; } }
  .image-info-block.other-height .column {
    height: 644px; }
    @media (max-width: 1280px) {
      .image-info-block.other-height .column {
        height: 600px; } }
    @media (min-width: 767px) {
      .image-info-block.other-height .column {
        height: 400px; } }
    @media (min-width: 865px) {
      .image-info-block.other-height .column {
        height: 500px; } }
    @media (min-width: 1023px) {
      .image-info-block.other-height .column {
        height: 644px; } }
    .image-info-block.other-height .column.fit {
      height: auto; }
    .image-info-block.other-height .column.women-jeans-fit .two-col {
      padding-top: 0px; }
  .image-info-block.other-height.new-style .column {
    height: 695px;
    width: 64.5%; }
    .image-info-block.other-height.new-style .column:first-child {
      width: 35.5%; }
    @media (max-width: 1280px) {
      .image-info-block.other-height.new-style .column {
        height: 517px;
        width: 62%; }
        .image-info-block.other-height.new-style .column:first-child {
          width: 38%; } }
    @media (max-width: 1023px) {
      .image-info-block.other-height.new-style .column {
        height: 378px; } }
    @media (max-width: 767px) {
      .image-info-block.other-height.new-style .column {
        width: 100%; }
        .image-info-block.other-height.new-style .column:first-child {
          width: 100%;
          height: 170px !important; }
          .image-info-block.other-height.new-style .column:first-child .bg-img {
            height: 100%; }
            .image-info-block.other-height.new-style .column:first-child .bg-img img {
              visibility: hidden;
              opacity: 0; }
            .image-info-block.other-height.new-style .column:first-child .bg-img.popup {
              height: auto; }
              .image-info-block.other-height.new-style .column:first-child .bg-img.popup img {
                visibility: visible;
                opacity: 1; }
          .image-info-block.other-height.new-style .column:first-child .caption {
            bottom: 0;
            max-width: 178px;
            padding: 0 10px;
            right: 0;
            left: auto; } }
  .image-info-block.other-height.new-style .same-row .row {
    height: 47.4%; }
    .image-info-block.other-height.new-style .same-row .row:first-child {
      height: 52.6%; }

@media (min-width: 768px) and (max-width: 1023px) {
  .image-info-block.other-height.new-style .same-row .row:first-child {
    padding-bottom: 21px; } }
  .image-info-block.diff-height .column {
    height: 307px; }
    @media (max-width: 1280px) {
      .image-info-block.diff-height .column {
        height: 245px; }
        .image-info-block.diff-height .column .caption {
          bottom: -1px; } }
    @media (max-width: 1023px) {
      .image-info-block.diff-height .column {
        height: 177px; } }
  .image-info-block .masonry-holder .column {
    width: 33%;
    margin-bottom: 30px; }
    @media (max-width: 1219px) {
      .image-info-block .masonry-holder .column {
        margin-bottom: 23px; } }
    @media (max-width: 1022px) {
      .image-info-block .masonry-holder .column {
        margin-bottom: 17px; } }
    @media (max-width: 766px) {
      .image-info-block .masonry-holder .column {
        margin-bottom: 6px; }
        .image-info-block .masonry-holder .column .bg-img {
          height: 100%; }
          .image-info-block .masonry-holder .column .bg-img img {
            visibility: hidden; }
          .image-info-block .masonry-holder .column .bg-img.popup {
            height: auto; }
            .image-info-block .masonry-holder .column .bg-img.popup img {
              visibility: visible; } }
    .image-info-block .masonry-holder .column:first-child {
      width: 24.7%;
      height: 699px; }
      @media (min-width: 1023px) {
        .image-info-block .masonry-holder .column:first-child {
          padding-right: 6px; } }
      @media (max-width: 1219px) {
        .image-info-block .masonry-holder .column:first-child {
          height: 551px; } }
      @media (max-width: 1022px) {
        .image-info-block .masonry-holder .column:first-child {
          height: 402px; } }
      @media (max-width: 766px) {
        .image-info-block .masonry-holder .column:first-child {
          height: 164px !important;
          margin-bottom: 6px; } }
    .image-info-block .masonry-holder .column.size-2 {
      width: 24.5%;
      height: 384px; }
      @media (max-width: 1219px) {
        .image-info-block .masonry-holder .column.size-2 {
          height: 303px; } }
      @media (max-width: 1022px) {
        .image-info-block .masonry-holder .column.size-2 {
          height: 221px; } }
      @media (max-width: 766px) {
        .image-info-block .masonry-holder .column.size-2 {
          height: 90px !important; } }
    .image-info-block .masonry-holder .column.size-3 {
      width: 50.8%;
      height: 384px; }
      @media (max-width: 1219px) {
        .image-info-block .masonry-holder .column.size-3 {
          height: 303px; } }
      @media (max-width: 1022px) {
        .image-info-block .masonry-holder .column.size-3 {
          height: 221px; } }
      @media (max-width: 766px) {
        .image-info-block .masonry-holder .column.size-3 {
          height: 90px !important; } }
    .image-info-block .masonry-holder .column.size-4 {
      width: 38.8%;
      height: 286px; }
      @media (max-width: 1219px) {
        .image-info-block .masonry-holder .column.size-4 {
          height: 226px; } }
      @media (max-width: 1022px) {
        .image-info-block .masonry-holder .column.size-4 {
          height: 164px; } }
      @media (max-width: 766px) {
        .image-info-block .masonry-holder .column.size-4 {
          height: 68px !important; } }
    .image-info-block .masonry-holder .column.size-5, .image-info-block .masonry-holder .column.size-6 {
      width: 31.75%;
      height: 312px; }
      .image-info-block .masonry-holder .column.size-5.full, .image-info-block .masonry-holder .column.size-6.full {
        width: 63.5%; }
      @media (max-width: 1219px) {
        .image-info-block .masonry-holder .column.size-5, .image-info-block .masonry-holder .column.size-6 {
          height: 247px; } }
      @media (max-width: 1022px) {
        .image-info-block .masonry-holder .column.size-5, .image-info-block .masonry-holder .column.size-6 {
          height: 180px; } }
      @media (max-width: 766px) {
        .image-info-block .masonry-holder .column.size-5, .image-info-block .masonry-holder .column.size-6 {
          height: 74px !important; } }
    .image-info-block .masonry-holder .column.size-5 {
      clear: left; }
    .image-info-block .masonry-holder .column.size-7 {
      height: 628px;
      width: 36.5%;
      margin-top: -316px; }
      @media (max-width: 1219px) {
        .image-info-block .masonry-holder .column.size-7 {
          height: 495px;
          margin-top: -249px; } }
      @media (max-width: 1022px) {
        .image-info-block .masonry-holder .column.size-7 {
          height: 361px;
          margin-top: -181px; } }
      @media (max-width: 766px) {
        .image-info-block .masonry-holder .column.size-7 {
          height: 148px !important;
          margin-top: -74px; } }
    .image-info-block .masonry-holder .column figure {
      margin-bottom: 0; }
  .image-info-block .men-jeans.next-row {
    padding-top: 30px; }
    @media (max-width: 1220px) {
      .image-info-block .men-jeans.next-row {
        padding-top: 24px; } }
    @media (max-width: 1023px) {
      .image-info-block .men-jeans.next-row {
        padding-top: 17px; } }
    @media (max-width: 767px) {
      .image-info-block .men-jeans.next-row {
        padding-top: 0; } }
    .image-info-block .men-jeans.next-row .column {
      width: 50%;
      height: 372px; }
      @media (max-width: 1220px) {
        .image-info-block .men-jeans.next-row .column {
          height: 226px; } }
      @media (max-width: 1023px) {
        .image-info-block .men-jeans.next-row .column {
          height: 180px; } }
      @media (max-width: 767px) {
        .image-info-block .men-jeans.next-row .column {
          height: 73px !important; } }
      .image-info-block .men-jeans.next-row .column:first-child {
        width: 50%; }
  .image-info-block .men-jeans .column {
    width: 63.3%; }
    @media (max-width: 1219px) {
      .image-info-block .men-jeans .column {
        width: 62.6%; } }
    @media (max-width: 1022px) {
      .image-info-block .men-jeans .column {
        width: 63.2%; } }
    @media (max-width: 766px) {
      .image-info-block .men-jeans .column .bg-img {
        height: 100%; }
        .image-info-block .men-jeans .column .bg-img img {
          visibility: hidden;
          opacity: 0; }
        .image-info-block .men-jeans .column .bg-img.popup {
          height: auto; }
          .image-info-block .men-jeans .column .bg-img.popup img {
            visibility: visible;
            opacity: 1; } }
    .image-info-block .men-jeans .column:first-child {
      width: 36.7%; }
      @media (max-width: 1219px) {
        .image-info-block .men-jeans .column:first-child {
          width: 37.4%; } }
      @media (max-width: 1022px) {
        .image-info-block .men-jeans .column:first-child {
          width: 36.8%; } }
    @media (min-width: 768px) {
      .image-info-block .men-jeans .column .first {
        height: 100%; } }
    .image-info-block .men-jeans .column .first figure {
      margin-bottom: 0px; }
  @media (min-width: 1023px) {
    .image-info-block .men-jeans .top .left figure {
      margin-left: 21px;
      margin-right: 13px; } }
  .image-info-block .men-jeans .bottom {
    height: 49.4%; }
  .image-info-block .men-jeans .right {
    width: 61.2%; }
  .image-info-block .men-jeans .left {
    width: 38.8%; }
    .image-info-block .men-jeans .left.size1 {
      width: 33.33%; }
  .image-info-block .men-jeans .dark-grey {
    height: 49.4%;
    margin-top: 6.5%; }
  .image-info-block .men-jeans .odd .left {
    width: 50.3%; }
  .image-info-block .men-jeans .odd .right {
    width: 49.7%; }
    @media (min-width: 1023px) {
      .image-info-block .men-jeans .odd .right figure {
        margin-left: 14px;
        margin-right: 13px; } }
  @media (max-width: 1023px) {
    .image-info-block {
      padding-top: 30px;
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .image-info-block {
      padding: 20px 0px; } }
  @media (max-width: 374px) {
    .image-info-block {
      padding-left: 0;
      padding-right: 0; } }
  .image-info-block h2 {
    font-size: 52px;
    margin-bottom: 18px; }
    @media (max-width: 1023px) {
      .image-info-block h2 {
        font-size: 30px;
        margin-bottom: 23px; } }
    @media (max-width: 767px) {
      .image-info-block h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 15px; } }
  .image-info-block figure {
    position: relative;
    margin: 0 16px 30px;
    height: 100%; }
    @media (max-width: 1023px) {
      .image-info-block figure {
        margin: 0 11px 22px; } }
    @media (max-width: 767px) {
      .image-info-block figure {
        margin: 0 4px 8px;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .image-info-block figure {
        overflow: hidden; } }
    .image-info-block figure.fit {
      margin-bottom: 0px; }
    .image-info-block figure img {
      width: 100%;
      max-width: none; }
    @media (min-width: 768px) {
      .image-info-block figure .bg-img.hover {
        transition: opacity 0.25s, visibility 0.25s;
        visibility: hidden;
        opacity: 0; } }
    @media (min-width: 1025px) {
      .image-info-block figure:hover .bg-img, .image-info-block figure.hover .bg-img {
        z-index: 1; } }
    @media (min-width: 1025px) {
      .image-info-block figure:hover .bg-img.hover, .image-info-block figure.hover .bg-img.hover {
        z-index: 2; } }
    @media (min-width: 1025px) {
      .image-info-block figure:hover .bg-img.hover, .image-info-block figure.hover .bg-img.hover {
        visibility: visible;
        display: block;
        opacity: 1; } }
  @media (max-width: 1023px) {
    .image-info-block .full-image figure {
      margin-bottom: 26px; } }
  @media (max-width: 767px) {
    .image-info-block .full-image figure {
      margin-bottom: 13px; }
      .image-info-block .full-image figure .bg-img {
        position: absolute; }
        .image-info-block .full-image figure .bg-img img {
          visibility: hidden;
          opacity: 0; } }
  @media (max-width: 639px) {
    .image-info-block .full-image figure {
      height: auto; } }
  .image-info-block .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 37px;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    z-index: 2;
    font-size: 16px;
    line-height: 21px; }
    @media (max-width: 1023px) {
      .image-info-block .caption {
        bottom: 10px; } }
    @media (max-width: 767px) {
      .image-info-block .caption {
        font-size: 12px;
        max-width: 228px;
        bottom: 14px;
        line-height: 15px; } }
    .image-info-block .caption.text-right {
      left: auto;
      top: 50%;
      transform: translateY(-50%);
      bottom: auto;
      right: 0; }
      @media (min-width: 768px) {
        .image-info-block .caption.text-right {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 0.5%;
          padding: 0 30px; } }
      @media (min-width: 1024px) {
        .image-info-block .caption.text-right {
          right: 11.3%; } }
      @media (max-width: 1023px) {
        .image-info-block .caption.text-right {
          max-width: 100%;
          width: 50%; } }
      @media (max-width: 767px) {
        .image-info-block .caption.text-right {
          padding: 0 40px; }
          .image-info-block .caption.text-right h3 {
            font-size: 24px; } }
      @media (max-width: 425px) {
        .image-info-block .caption.text-right {
          padding: 0 10px; } }
      @media (max-width: 639px) {
        .image-info-block .caption.text-right h3 {
          margin-bottom: 5px;
          font-size: 13px; }
        .image-info-block .caption.text-right p {
          line-height: 10px;
          font-size: 10px; } }
      @media (max-width: 425px) {
        .image-info-block .caption.text-right {
          top: 50%;
          transform: translateY(-50%);
          max-width: 200px;
          bottom: inherit; }
          .image-info-block .caption.text-right h3 {
            font-size: 16px; }
          .image-info-block .caption.text-right a {
            display: block;
            padding: 0 10%;
            font-size: 13px; } }
      .image-info-block .caption.text-right.men-chinos .category-button, .image-info-block .caption.text-right.men-shorts .category-button {
        display: block; }
        @media (max-width: 425px) {
          .image-info-block .caption.text-right.men-chinos .category-button, .image-info-block .caption.text-right.men-shorts .category-button {
            padding: 5px 7px;
            margin-bottom: 5px;
            font-size: 10px; } }
      .image-info-block .caption.text-right.men-chinos a, .image-info-block .caption.text-right.men-shorts a {
        font-size: 10px; }
      .image-info-block .caption.text-right.men-chinos .samples, .image-info-block .caption.text-right.men-shorts .samples {
        display: block;
        margin-top: 10px; }
    .image-info-block .caption.business {
      margin: 0;
      left: 3%;
      bottom: 0%;
      top: 50%;
      max-width: 350px; }
      @media (max-width: 767px) {
        .image-info-block .caption.business {
          top: 5%;
          text-align: left; }
          .image-info-block .caption.business p {
            width: 60%; } }
    .image-info-block .caption h3 {
      font-size: 36px;
      line-height: 1.33333;
      margin-bottom: 43px;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      @media (max-width: 1023px) {
        .image-info-block .caption h3 {
          font-size: 25px;
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .image-info-block .caption h3 {
          margin-bottom: 19px;
          font-size: 19px; } }
      @media (max-width: 639px) {
        .image-info-block .caption h3.header {
          margin-bottom: 5px; } }
      @media (max-width: 767px) {
        .image-info-block .caption h3 br {
          display: none; } }
    @media (max-width: 639px) {
      .image-info-block .caption.header p {
        line-height: 13px; } }
  .image-info-block .add-class .bg-img {
    position: static; }
    .image-info-block .add-class .bg-img img {
      visibility: visible; }
  .image-info-block .add-class figure .bg-img.hover.popup {
    position: absolute; }
    @media (max-width: 767px) {
      .image-info-block .add-class figure .bg-img.hover.popup {
        position: fixed; } }
  @media (min-width: 1025px) {
    .image-info-block .add-class figure:hover .bg-img, .image-info-block .add-class figure.hover .bg-img {
      position: absolute; } }
  @media (min-width: 1025px) {
    .image-info-block .add-class figure:hover .bg-img.hover, .image-info-block .add-class figure.hover .bg-img.hover {
      position: relative; } }
  @media (min-width: 768px) {
    .image-info-block .add-class figure .popup-active .bg-img {
      position: absolute; } }
  @media (min-width: 768px) {
    .image-info-block .add-class figure .popup-active .bg-img.hover {
      position: relative; } }
  .image-info-block .add-class .txt .h2 {
    margin-bottom: 21px; }
    @media (max-width: 1220px) {
      .image-info-block .add-class .txt .h2 {
        margin-bottom: 19px; } }
    @media (max-width: 1023px) {
      .image-info-block .add-class .txt .h2 {
        margin-bottom: 17px; } }
  .image-info-block .add-class .txt .h3 {
    font-weight: 400;
    max-width: 170px;
    margin: 0 auto 29px; }
    @media (max-width: 1220px) {
      .image-info-block .add-class .txt .h3 {
        margin-bottom: 25px; } }
    @media (max-width: 1023px) {
      .image-info-block .add-class .txt .h3 {
        margin-bottom: 15px; } }
  .image-info-block .feature {
    margin: 5px 16px 25px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center; }
    .image-info-block .feature .feature-desc {
      font-size: 11px; }
    @media (max-width: 1023px) {
      .image-info-block .feature {
        margin: 5px 11px 25px; } }
    @media (max-width: 767px) {
      .image-info-block .feature {
        margin: 5px 4px 15px; } }
    @media (max-width: 639px) {
      .image-info-block .feature {
        font-size: 9px; }
        .image-info-block .feature .feature-desc {
          font-size: 7px; } }
    .image-info-block .feature .soldout {
      color: #9c0f17; }
    .image-info-block .feature .sales {
      color: #9c0f17; }
  .image-info-block .holder {
    margin-left: -16px;
    margin-right: -16px; }
    @media (max-width: 1023px) {
      .image-info-block .holder {
        margin-left: -11px;
        margin-right: -11px; } }
    @media (max-width: 767px) {
      .image-info-block .holder {
        margin-left: -4px;
        margin-right: -4px; } }
  .image-info-block .column {
    float: left;
    width: 62.6%; }
    .image-info-block .column.men-chinos, .image-info-block .column.women-jeans {
      float: none;
      display: inline-block; }
      @media (max-width: 767px) {
        .image-info-block .column.men-chinos, .image-info-block .column.women-jeans {
          height: auto !important;
          width: 100%; } }
    @media (max-width: 767px) {
      .image-info-block .column {
        height: auto !important;
        width: 100%; } }
    .image-info-block .column:first-child {
      width: 37.4%; }
      .image-info-block .column:first-child.women-jeans, .image-info-block .column:first-child.women-chinos, .image-info-block .column:first-child.men-jeans, .image-info-block .column:first-child.men-chinos, .image-info-block .column:first-child.men-shorts, .image-info-block .column:first-child.men-business {
        width: 100%; }
        .image-info-block .column:first-child.women-jeans figure .header-text, .image-info-block .column:first-child.women-chinos figure .header-text, .image-info-block .column:first-child.men-jeans figure .header-text, .image-info-block .column:first-child.men-chinos figure .header-text, .image-info-block .column:first-child.men-shorts figure .header-text, .image-info-block .column:first-child.men-business figure .header-text {
          top: 0;
          left: 0;
          right: 0;
          height: 60px;
          background: rgba(56, 56, 56, 0.2);
          padding: 15px 20px;
          vertical-align: middle; }
          .image-info-block .column:first-child.women-jeans figure .header-text p, .image-info-block .column:first-child.women-chinos figure .header-text p, .image-info-block .column:first-child.men-jeans figure .header-text p, .image-info-block .column:first-child.men-chinos figure .header-text p, .image-info-block .column:first-child.men-shorts figure .header-text p, .image-info-block .column:first-child.men-business figure .header-text p {
            height: 100%;
            font-size: 13px;
            text-transform: uppercase;
            text-align: center;
            color: #FFF; }
        .image-info-block .column:first-child.women-jeans figure .txt, .image-info-block .column:first-child.women-chinos figure .txt, .image-info-block .column:first-child.men-jeans figure .txt, .image-info-block .column:first-child.men-chinos figure .txt, .image-info-block .column:first-child.men-shorts figure .txt, .image-info-block .column:first-child.men-business figure .txt {
          top: 0;
          bottom: 0;
          background: transparent; }
          .image-info-block .column:first-child.women-jeans figure .txt .txt-frame, .image-info-block .column:first-child.women-chinos figure .txt .txt-frame, .image-info-block .column:first-child.men-jeans figure .txt .txt-frame, .image-info-block .column:first-child.men-chinos figure .txt .txt-frame, .image-info-block .column:first-child.men-shorts figure .txt .txt-frame, .image-info-block .column:first-child.men-business figure .txt .txt-frame {
            text-align: center;
            line-height: 3;
            padding-top: 20px; }
            .image-info-block .column:first-child.women-jeans figure .txt .txt-frame .h3, .image-info-block .column:first-child.women-chinos figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-jeans figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-chinos figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-shorts figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-business figure .txt .txt-frame .h3 {
              display: block;
              font-size: 28px;
              margin-bottom: 10px; }
              @media (max-width: 1023px) {
                .image-info-block .column:first-child.women-jeans figure .txt .txt-frame .h3, .image-info-block .column:first-child.women-chinos figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-jeans figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-chinos figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-shorts figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-business figure .txt .txt-frame .h3 {
                  font-size: 20px; } }
              @media (max-width: 767px) {
                .image-info-block .column:first-child.women-jeans figure .txt .txt-frame .h3, .image-info-block .column:first-child.women-chinos figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-jeans figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-chinos figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-shorts figure .txt .txt-frame .h3, .image-info-block .column:first-child.men-business figure .txt .txt-frame .h3 {
                  font-size: 28px; } }
              .image-info-block .column:first-child.women-jeans figure .txt .txt-frame .h3 .highlight-error, .image-info-block .column:first-child.women-chinos figure .txt .txt-frame .h3 .highlight-error, .image-info-block .column:first-child.men-jeans figure .txt .txt-frame .h3 .highlight-error, .image-info-block .column:first-child.men-chinos figure .txt .txt-frame .h3 .highlight-error, .image-info-block .column:first-child.men-shorts figure .txt .txt-frame .h3 .highlight-error, .image-info-block .column:first-child.men-business figure .txt .txt-frame .h3 .highlight-error {
                font-size: 80%; }
            .image-info-block .column:first-child.women-jeans figure .txt .txt-frame .call-to-action, .image-info-block .column:first-child.women-chinos figure .txt .txt-frame .call-to-action, .image-info-block .column:first-child.men-jeans figure .txt .txt-frame .call-to-action, .image-info-block .column:first-child.men-chinos figure .txt .txt-frame .call-to-action, .image-info-block .column:first-child.men-shorts figure .txt .txt-frame .call-to-action, .image-info-block .column:first-child.men-business figure .txt .txt-frame .call-to-action {
              font-size: 12px;
              padding: 5px 13px;
              text-decoration: none; }
      .image-info-block .column:first-child.women-jeans-title {
        display: inline-block; }
      @media (max-width: 767px) {
        .image-info-block .column:first-child {
          width: 100%;
          margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .image-info-block .two-col {
      padding-top: 5px; } }
  .image-info-block .two-col .col {
    float: left;
    width: 50%; }
  .image-info-block .three-col.same .col,
  .image-info-block .three-col.same .col:first-child,
  .image-info-block .three-col.same .col:last-child {
    width: 33%; }
    @media (max-width: 970px) {
      .image-info-block .three-col.same .col,
      .image-info-block .three-col.same .col:first-child,
      .image-info-block .three-col.same .col:last-child {
        width: 32.8%; } }
    @media (max-width: 655px) {
      .image-info-block .three-col.same .col,
      .image-info-block .three-col.same .col:first-child,
      .image-info-block .three-col.same .col:last-child {
        width: 32.5%; } }
    @media (max-width: 425px) {
      .image-info-block .three-col.same .col,
      .image-info-block .three-col.same .col:first-child,
      .image-info-block .three-col.same .col:last-child {
        width: 31.333%; } }
  .image-info-block .three-col.waist .col,
  .image-info-block .three-col.waist .col:first-child,
  .image-info-block .three-col.waist .col:last-child {
    width: 32%; }
    @media (max-width: 655px) {
      .image-info-block .three-col.waist .col,
      .image-info-block .three-col.waist .col:first-child,
      .image-info-block .three-col.waist .col:last-child {
        width: 32.5%; } }
    @media (max-width: 425px) {
      .image-info-block .three-col.waist .col,
      .image-info-block .three-col.waist .col:first-child,
      .image-info-block .three-col.waist .col:last-child {
        width: 31.333%; } }
  .image-info-block .three-col .col {
    display: inline-block; }
  .image-info-block .four-col {
    height: 100%; }
    @media (max-width: 767px) {
      .image-info-block .four-col {
        height: auto; } }
    .image-info-block .four-col .col {
      float: left;
      width: 25%;
      height: 100%; }
      @media (max-width: 767px) {
        .image-info-block .four-col .col {
          height: auto; } }
  .image-info-block .left,
  .image-info-block .right {
    float: left;
    height: 100%; }
  .image-info-block .left {
    width: 39%; }
  .image-info-block .right {
    width: 61%; }
  .image-info-block .odd .left {
    width: 57%; }
  .image-info-block .odd .right {
    width: 43%; }
  .image-info-block .half {
    width: 50%; }
  .image-info-block .bottom {
    height: 35%; }
    .image-info-block .bottom.auto-height {
      height: auto; }
  .image-info-block .row.single {
    padding-top: 30px; }
    @media (max-width: 1220px) {
      .image-info-block .row.single {
        padding-top: 24px; } }
    @media (max-width: 1023px) {
      .image-info-block .row.single {
        padding-top: 17px; } }
    @media (max-width: 767px) {
      .image-info-block .row.single {
        padding-top: 0px; } }
    .image-info-block .row.single figure {
      margin: 0 0px; }
    .image-info-block .row.single .left {
      padding-right: 16px; }
    .image-info-block .row.single .right {
      padding-left: 16px; }
  .image-info-block .row figure {
    margin-bottom: 0; }
  .image-info-block .three-col figure {
    margin-bottom: 5px; }
    .image-info-block .three-col figure.fit {
      margin-bottom: 0px; }
  .image-info-block .two-col {
    height: 100%; }
    .image-info-block .two-col .col {
      height: 100%; }
  .image-info-block .favourite-jeans .txt {
    background-color: #FFF;
    color: #000; }
    .image-info-block .favourite-jeans .txt a,
    .image-info-block .favourite-jeans .txt p {
      color: #000;
      margin-bottom: 10px; }
    @media (max-width: 425px) {
      .image-info-block .favourite-jeans .txt {
        font-size: 12px; }
        .image-info-block .favourite-jeans .txt p {
          font-size: 10px; }
        .image-info-block .favourite-jeans .txt a {
          font-size: 8px; } }
    @media (max-width: 375px) {
      .image-info-block .favourite-jeans .txt p {
        line-height: 10px;
        margin-bottom: 10px; } }
  .image-info-block .women-jeans-title figure {
    height: auto; }
  @media (max-width: 767px) {
    .image-info-block .same-row {
      height: auto !important; } }
  .image-info-block .same-row .row {
    height: auto; }
    .image-info-block .same-row .row:not(:first-of-type) {
      margin-top: 30px; }
      @media (max-width: 1023px) {
        .image-info-block .same-row .row:not(:first-of-type) {
          margin-top: 22px; } }
      @media (max-width: 767px) {
        .image-info-block .same-row .row:not(:first-of-type) {
          margin-top: 8px; } }
    @media (max-width: 767px) {
      .image-info-block .same-row .row {
        height: auto; } }
    .image-info-block .same-row .row:last-child {
      height: auto; }
      @media (max-width: 767px) {
        .image-info-block .same-row .row:last-child {
          height: auto; } }
  @media (max-width: 767px) {
    .image-info-block .same-three-row {
      height: auto !important; } }
  .image-info-block .same-three-row .row {
    height: auto; }
    .image-info-block .same-three-row .row:last-child {
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .image-info-block .same-three-row .row:last-child {
          height: auto; } }
    @media (max-width: 767px) {
      .image-info-block .same-three-row .row {
        height: auto; } }
  .image-info-block .open {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
    @media (max-width: 639px) {
      .image-info-block .open {
        z-index: 99; } }
    @media (min-width: 1025px) {
      .image-info-block .open {
        display: none; } }
  @media (min-width: 768px) {
    .image-info-block .popup-active .bg-img {
      z-index: 1; } }
  @media (min-width: 768px) {
    .image-info-block .popup-active .bg-img.hover {
      z-index: 2;
      visibility: visible;
      display: block;
      opacity: 1; } }
  @media (max-width: 767px) {
    .image-info-block .popup-active:before {
      transition: opacity 0.25s, visibility 0.25s;
      content: '';
      z-index: 999;
      top: -9999px;
      left: -9999px;
      right: -9999px;
      bottom: -9999px;
      position: fixed;
      background: rgba(0, 0, 0, 0.8); } }
  @media (max-width: 767px) {
    .image-info-block .popup-active img {
      position: static; } }
  @media (max-width: 767px) {
    .image-info-block .popup-active .popup {
      left: 20px;
      z-index: 1000;
      opacity: 1 !important;
      visibility: visible !important; } }
  .image-info-block .close {
    top: 9px;
    right: 9px;
    z-index: 1001;
    color: #fff;
    font-size: 35px;
    position: absolute;
    text-decoration: none;
    transition: opacity 0.25s; }
    .image-info-block .close:hover {
      opacity: 0.6; }
    .image-info-block .close .icon-close {
      display: block; }
    @media (min-width: 768px) {
      .image-info-block .close {
        display: none; } }
  @media (min-width: 1025px) {
    .image-info-block .popup {
      display: block !important; } }
  @media (max-width: 767px) {
    .image-info-block .popup {
      top: 50%;
      opacity: 0;
      right: 20px;
      bottom: auto;
      z-index: 999;
      left: -9999px;
      margin: 15px auto 0;
      max-width: 276px;
      position: fixed;
      visibility: hidden;
      vertical-align: top;
      transform: translatey(-50%);
      display: inline-block !important;
      background-image: none !important;
      transition: opacity 0.25s, visibility 0.25s; } }
  .image-info-block .txt {
    top: 0;
    left: 0;
    width: 100%;
    bottom: -1px;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.2); }
    .image-info-block .txt.color {
      background: transparent;
      text-shadow: 4px 3px 9px rgba(0, 0, 0, 0.18); }
    .image-info-block .txt .txt-frame {
      top: 50%;
      left: 0;
      right: 0;
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      position: absolute;
      padding: 13px 15px;
      transform: translatey(-50%); }
      @media (max-width: 1220px) {
        .image-info-block .txt .txt-frame {
          padding: 13px 7px; } }
      @media (max-width: 1023px) {
        .image-info-block .txt .txt-frame {
          font-size: 13px;
          line-height: 1.05;
          padding: 13px 3px; } }
      @media (max-width: 900px) {
        .image-info-block .txt .txt-frame {
          font-size: 9px;
          line-height: 1; } }
      @media (max-width: 767px) {
        .image-info-block .txt .txt-frame {
          font-size: 17px;
          line-height: 18px; } }
    .image-info-block .txt .h2 {
      font-size: 23px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      margin-bottom: 0; }
      @media (max-width: 1120px) {
        .image-info-block .txt .h2 {
          font-size: 17px;
          line-height: 1; } }
      @media (max-width: 900px) {
        .image-info-block .txt .h2 {
          font-size: 13px;
          line-height: 1; } }
      @media (max-width: 767px) {
        .image-info-block .txt .h2 {
          font-size: 23px;
          line-height: 1; } }
    .image-info-block .txt .h3 {
      font-size: 17px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 1120px) {
        .image-info-block .txt .h3 {
          font-size: 13px;
          line-height: 1;
          margin-bottom: 17px; } }
      @media (max-width: 900px) {
        .image-info-block .txt .h3 {
          font-size: 10px;
          line-height: 1; } }
      @media (max-width: 767px) {
        .image-info-block .txt .h3 {
          font-size: 17px;
          line-height: 1;
          margin-bottom: 20px; } }
    .image-info-block .txt p {
      margin-bottom: 28px; }
      @media (max-width: 1120px) {
        .image-info-block .txt p {
          margin-bottom: 18px; } }
      @media (max-width: 767px) {
        .image-info-block .txt p {
          margin-bottom: 21px; } }
    .image-info-block .txt a {
      color: #fff; }
      .image-info-block .txt a.samples {
        display: block;
        margin-top: 40px; }

.info-block.style-2 {
  padding-top: 0; }
  .info-block.style-2 .fit-holder {
    background: transparent;
    padding: 0px 95px 10px; }
    @media (max-width: 1280px) {
      .info-block.style-2 .fit-holder {
        padding: 0px 0 20px; } }
    @media (max-width: 1023px) {
      .info-block.style-2 .fit-holder {
        padding: 0px 0 30px; } }
    @media (max-width: 767px) {
      .info-block.style-2 .fit-holder {
        padding-top: 0;
        padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .info-block.style-2 .holder {
      display: block;
      float: left;
      width: 25%; }
      .info-block.style-2 .holder:before {
        background-size: 20px auto;
        width: 20px;
        height: 6px;
        top: 65px;
        left: -9px; } }
    @media (max-width: 767px) and (max-width: 374px) {
      .info-block.style-2 .holder:before {
        background-size: 15px auto;
        width: 15px;
        height: 6px;
        top: 46px;
        left: -9px; } }
  .info-block.style-2 .ico-holder.choose-your-style {
    width: 30%;
    margin-left: 33%; }
    @media (max-width: 767px) {
      .info-block.style-2 .ico-holder.choose-your-style {
        width: auto;
        margin-left: 0; } }
  .info-block.style-2 .ico-holder.measurements {
    width: 45%;
    margin-left: 28%; }
    @media (max-width: 767px) {
      .info-block.style-2 .ico-holder.measurements {
        width: 70%;
        margin-left: 20%; } }
    @media (max-width: 374px) {
      .info-block.style-2 .ico-holder.measurements {
        width: 80%;
        margin-left: 20%; } }
  .info-block.style-2 .ico-holder.mirror {
    width: 28%;
    margin-left: 35%; }
  .info-block.style-2 .ico-holder.production {
    width: 50%;
    margin-left: 30%; }
    @media (max-width: 767px) {
      .info-block.style-2 .ico-holder.production {
        width: 75%;
        margin-left: 20%; } }
    @media (max-width: 374px) {
      .info-block.style-2 .ico-holder.production {
        width: 100%;
        margin-left: 20%; } }
  .info-block.style-2 .ico-holder.gift {
    width: 45%;
    margin-left: 25%; }
    @media (max-width: 767px) {
      .info-block.style-2 .ico-holder.gift {
        width: 65%;
        margin-left: 15%; } }
    @media (max-width: 374px) {
      .info-block.style-2 .ico-holder.gift {
        width: 85%;
        margin-left: 15%; } }
  @media (max-width: 767px) {
    .info-block.style-2 .ico-holder {
      height: 50px;
      margin-bottom: 8px; }
      .info-block.style-2 .ico-holder img {
        max-height: 100%;
        width: auto; } }

.image-column {
  letter-spacing: -4px;
  font-size: 0;
  text-align: center;
  margin: 0 -9px; }
  @media (max-width: 767px) {
    .image-column.two-col .column {
      width: 50%; } }
  @media (max-width: 374px) {
    .image-column {
      margin: 0 -25px; } }
  .image-column .sub-title {
    display: none; }
    @media (max-width: 767px) {
      .image-column .sub-title {
        display: block;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
        margin: 0 auto 11px;
        max-width: 212px; } }
  .image-column .column {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 9px; }
    @media (max-width: 767px) {
      .image-column .column {
        padding: 0 5px 10px; } }
  .image-column .img-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden; }
  .image-column figure {
    margin: 0; }
    @media (max-width: 1220px) {
      .image-column figure {
        margin: 0 -42px; } }
    @media (max-width: 1023px) {
      .image-column figure {
        margin: 0 -80px; } }
    @media (max-width: 767px) {
      .image-column figure {
        margin: 0; } }
  .image-column .button-wrap {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0; }
    @media (max-width: 1023px) {
      .image-column .button-wrap {
        bottom: 32px; } }
    @media (max-width: 767px) {
      .image-column .button-wrap {
        bottom: 14px; } }
  .image-column .button {
    min-width: 200px; }
    .image-column .button:hover {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #fff; }
    @media (max-width: 1023px) {
      .image-column .button {
        min-width: 153px; } }
    @media (max-width: 767px) {
      .image-column .button {
        min-width: 77px;
        font-size: 8px;
        padding: 6px 5px; } }

.social-block.style-2 {
  padding-top: 47px;
  margin-bottom: 47px;
  height: 204px; }
  @media (max-width: 1023px) {
    .social-block.style-2 {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .social-block.style-2 {
      padding: 0;
      margin: 0;
      height: 1px;
      overflow: hidden;
      visibility: hidden; } }
  .social-block.style-2 h2 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 32px; }
    @media (max-width: 1280px) {
      .social-block.style-2 h2 {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .social-block.style-2 h2 {
        font-size: 24px; } }

.social-block .bg-stretch {
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.social-block .bottom-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 47px; }
  @media (max-width: 767px) {
    .social-block .bottom-button {
      bottom: 18px; } }
  .social-block .bottom-button .button {
    min-width: 200px; }
    .social-block .bottom-button .button:hover {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #fff; }
    @media (max-width: 767px) {
      .social-block .bottom-button .button {
        min-width: 246px; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 34px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  position: relative;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider .text-description {
  position: absolute;
  background: #fff;
  text-align: center;
  left: 0;
  top: 47px;
  width: 330px;
  margin-left: -174px;
  padding: 37px 30px 47px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s; }
  @media (max-width: 1220px) {
    .slick-slider .text-description.flip-horizontal {
      left: auto;
      margin-right: 40px;
      right: 0; } }
  @media (max-width: 1280px) {
    .slick-slider .text-description {
      margin-left: -109px; } }
  @media (max-width: 1099px) {
    .slick-slider .text-description {
      margin-left: 50px;
      width: 398px; } }
  @media (max-width: 1023px) {
    .slick-slider .text-description {
      width: 302px;
      margin-left: 40px;
      padding: 30px 30px 34px;
      font-size: 13px;
      line-height: 17px; } }
  @media (max-width: 767px) {
    .slick-slider .text-description {
      margin-left: 0;
      width: auto;
      padding: 0;
      left: 10px;
      right: 10px;
      bottom: 10px;
      top: auto;
      background: transparent; }
      .slick-slider .text-description * {
        display: none; }
      .slick-slider .text-description .button {
        display: inline-block;
        background: #fff; }
        .slick-slider .text-description .button:hover {
          background: #1a1a1a; } }
  .slick-slider .text-description h2 {
    font-size: 42px;
    margin-bottom: 43px;
    letter-spacing: 2px;
    word-spacing: 9999999px; }
    @media (max-width: 1280px) {
      .slick-slider .text-description h2 {
        margin-bottom: 39px; } }
    @media (max-width: 1023px) {
      .slick-slider .text-description h2 {
        font-size: 31px;
        line-height: 1.222;
        margin-bottom: 31px; } }
  .slick-slider .text-description p {
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
      .slick-slider .text-description p {
        margin-bottom: 17px; } }
  .slick-slider .text-description .button {
    min-width: 200px; }
    @media (max-width: 1023px) {
      .slick-slider .text-description .button {
        font-size: 12px;
        padding: 10px 15px;
        min-width: 150px; } }

.slick-slider .text-short-description {
  display: none;
  position: absolute;
  text-align: center;
  margin-left: 0;
  width: auto;
  padding: 15px 0 0;
  left: 10px;
  right: 10px;
  bottom: 18px;
  top: 0;
  background: transparent; }
  .slick-slider .text-short-description .button {
    bottom: 18px;
    width: 250px;
    position: absolute;
    margin: auto;
    left: 10px;
    right: 10px;
    bottom: 0px; }
  .slick-slider .text-short-description .button:hover {
    color: #fff;
    background: #000;
    border-color: #000; }
  .slick-slider .text-short-description h2 {
    color: #fff;
    font-size: 36px; }
    @media (max-width: 639px) {
      .slick-slider .text-short-description h2 {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .slick-slider .text-short-description {
      display: inline-block; } }

.slick-slider .img img {
  width: 100%;
  max-width: none; }

.slick-slider .slick-slide .img {
  overflow: hidden; }
  @media (max-width: 1023px) {
    .slick-slider .slick-slide .img {
      margin: 0 -30px; } }

.slick-slider .slick-current {
  z-index: 1; }
  .slick-slider .slick-current:before {
    opacity: 0; }
  .slick-slider .slick-current .text-description,
  .slick-slider .slick-current .bottom-text {
    opacity: 1;
    visibility: visible; }

.slick-slider .slick-arrow {
  width: 17px;
  height: 32px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 3;
  transform: translateY(-50%);
  outline: none !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAMAAADDlWPAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAD5UExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0Gca6EAAABSdFJOUwAUK/gG5wH+A/D1Wjs0/AuGzRnh+bLqCfolk8jfD2jRqY4RPTCtTwgM659Gp8PtIrwdeX8bUto81b2xGEXXzvZjdpxYfBeSHw5w7LNfri2XPwo6aV3HAAAA10lEQVQoz2XSyUICMRAE0MAAM8Mui8i+g6IoIMoqIquKAub/P8bKKRXtW96hK+mOEFzHk884i0RSpn8YYhdSym8C5wBInUlyAPlF8KEgTtCKAioBDZEgIJ/RsPcDClsNxTHA9Wrw9QDRW+raUTElgo2CKkHIBkwdDaMUYHGtwXMPeB3yi3eqyyOLk4bYoX9jscJMsyTo5oHJ64JeakzzK9DEmPpSBa6MNcQVvbEE7tQdnpjaXVAwwuR5Bvn7TNlPUPmdKWyBmkbg2pZu3fwKg8uG+FMJIX4BCaEq2HfFp4IAAAAASUVORK5CYII=") no-repeat; }
  .slick-slider .slick-arrow:hover {
    opacity: 0.7; }
  .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 10px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAMAAADDlWPAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAECUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3kS91MAAABVdFJOUwAD8OAtpwH+D/gYCPz58QV4HcUKQiv63tkSTnQGMWL1gkcp3yNsr1f0agzrB5pFx+XmFEF5YP0ZzzycXJC4hTLYszvSv+wlFsuYTxyPw0yfudPIoVXmb/YjAAAA2ElEQVQoz13S11YCQQwG4F1pyy5LW8GKgICgdMSOihSpIsV5/1fxzxX/kLv5TiaT5IxheLuEoYWVVBtLk61Sah1j+QuBXrWkOER1NfqFhMoslyNQeMB01gdVv5mKY9Bph+nFBf3UmN6kh0CQKSc9fLAEA0JXTE4Skm4wTU5ARykmv1T3OSQzqRQnuBCoE8wfAe+0qM8sYEjLXLQAbVr43TOgktmD+QWIrKhqT54pEdwKLAnyEcCNSc1HAVNvD7YPULDpTlMmvuaJz8PKPda/wn30wTiIJ/34D530LKnSVDI1AAAAAElFTkSuQmCC"); }
  @media (max-width: 767px) {
    .slick-slider .slick-arrow {
      transform: scale(0.5); } }

@media (min-width: 1100px) {
  .slick-slider.slick-experts .slick-arrow {
    border-right: 5px solid;
    border-bottom: 5px solid;
    left: 30px;
    width: 50px;
    height: 50px;
    color: #FFF;
    transform: translateY(-50%) rotate(135deg);
    background-color: transparent;
    background: none; }
    .slick-slider.slick-experts .slick-arrow.slick-next {
      left: auto;
      right: 30px;
      transform: translateY(-50%) rotate(-45deg); } }

.slick-slider h2 {
  text-transform: uppercase; }

.slick-slider .bottom-text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 11px 27px;
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  text-transform: uppercase; }
  .slick-slider .bottom-text strong {
    font-weight: normal; }
  @media (max-width: 767px) {
    .slick-slider .bottom-text {
      font-size: 14px;
      padding: 7px 10px;
      display: none; } }

.news-block.style-2 {
  padding-bottom: 52px;
  padding-top: 47px; }
  @media (max-width: 1023px) {
    .news-block.style-2 {
      padding-top: 86px;
      padding-bottom: 117px;
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .news-block.style-2 {
      padding-bottom: 0;
      padding-top: 31px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .news-block.style-2 .jean-holder {
      display: none; } }
  @media (max-width: 767px) {
    .news-block.style-2 .newsletter-form {
      border: none;
      padding: 6px 43px 36px;
      border-bottom: 2px solid #1a1a1a; } }
  @media (max-width: 374px) {
    .news-block.style-2 .newsletter-form {
      padding: 6px 18px 36px; } }
  @media (max-width: 767px) {
    .news-block.style-2 .newsletter-form .left-part {
      max-width: 260px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .news-block.style-2 .newsletter-form .info {
      max-width: 155px;
      line-height: 18px;
      margin-bottom: -1px; } }
  @media (max-width: 767px) {
    .news-block.style-2 .newsletter-form h2 {
      display: none; } }

.bottom-text-info {
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 767px) {
    .bottom-text-info {
      font-size: 12px; } }
  .bottom-text-info .wrap {
    max-width: 78%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .bottom-text-info .wrap {
        max-width: none; } }
  .bottom-text-info:before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RmZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #dfdede), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0%, #dfdede 50%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #dfdede 50%, #fff 100%); }
    @media (max-width: 767px) {
      .bottom-text-info:before {
        background: #000;
        left: 20px;
        right: 20px; } }

.button-opener {
  margin-bottom: 40px; }

.cart-wrapper {
  position: relative;
  margin-bottom: 40px; }
  .cart-wrapper .text-center {
    text-align: center; }
  .cart-wrapper .detail-slider {
    background: #333;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .cart-wrapper .detail-slider {
        padding: 0 30px;
        margin: 0 -20px 30px; } }
    .cart-wrapper .detail-slider .cloned-info {
      height: 0;
      overflow: hidden; }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .cloned-info {
          height: auto;
          max-width: 285px;
          margin: 0 auto;
          padding: 30px 0; } }
    @media (max-width: 767px) {
      .cart-wrapper .detail-slider .detail-slide.active .btn-prev-slide,
      .cart-wrapper .detail-slider .detail-slide.active .btn-next-slide {
        display: block; } }
    .cart-wrapper .detail-slider .close {
      font-size: 40px;
      top: 24px;
      right: -9px; }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .close {
          right: 13px; } }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .close {
          font-size: 33px;
          top: 26px;
          right: 4px; } }
    .cart-wrapper .detail-slider .detail-btn-prev,
    .cart-wrapper .detail-slider .detail-btn-next {
      background: url(/images/layout/angle-left.png) no-repeat;
      height: 32px;
      width: 14px;
      left: 50px;
      background-size: 14px auto;
      margin-top: -49px; }
      .cart-wrapper .detail-slider .detail-btn-prev span,
      .cart-wrapper .detail-slider .detail-btn-next span {
        display: none; }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .detail-btn-prev,
        .cart-wrapper .detail-slider .detail-btn-next {
          margin-top: -29px; } }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .detail-btn-prev,
        .cart-wrapper .detail-slider .detail-btn-next {
          background-size: 12px auto;
          width: 12px;
          height: 24px; } }
    @media (max-width: 1280px) {
      .cart-wrapper .detail-slider .detail-btn-prev {
        left: -30px; } }
    @media (max-width: 1023px) {
      .cart-wrapper .detail-slider .detail-btn-prev {
        left: -20px; } }
    .cart-wrapper .detail-slider .detail-btn-next {
      left: auto;
      right: 50px;
      background-image: url(/images/layout/angle-right.png); }
      @media (max-width: 1280px) {
        .cart-wrapper .detail-slider .detail-btn-next {
          right: -30px; } }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .detail-btn-next {
          right: -20px; } }
    .cart-wrapper .detail-slider .detail-mask {
      padding: 0 83px; }
      @media (max-width: 1280px) {
        .cart-wrapper .detail-slider .detail-mask {
          padding: 0; } }
    .cart-wrapper .detail-slider .detail-slide {
      padding: 58px 0 27px; }
      @media (max-width: 1280px) {
        .cart-wrapper .detail-slider .detail-slide {
          padding: 91px 0; } }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .detail-slide {
          padding-bottom: 4px; } }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .detail-slide {
          padding: 70px 0 0; } }
      .cart-wrapper .detail-slider .detail-slide .slide-area {
        position: static; }
        @media (max-width: 767px) {
          .cart-wrapper .detail-slider .detail-slide .slide-area {
            display: table;
            width: 100%;
            table-layout: fixed; } }
    .cart-wrapper .detail-slider .photo-holder {
      text-align: right; }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .photo-holder {
          padding-right: 43px; } }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .photo-holder {
          display: table-header-group;
          width: 100%; } }
      .cart-wrapper .detail-slider .photo-holder .img {
        padding: 0 0 0 20px;
        text-align: center; }
        @media (max-width: 1023px) {
          .cart-wrapper .detail-slider .photo-holder .img {
            width: auto;
            float: none;
            padding-left: 0; }
            .cart-wrapper .detail-slider .photo-holder .img:last-child {
              display: none; } }
        @media (max-width: 767px) {
          .cart-wrapper .detail-slider .photo-holder .img {
            max-width: 80%;
            margin: 0 auto 15px; } }
    .cart-wrapper .detail-slider .desc-text {
      width: 38%;
      padding: 0 36px 0 15px;
      letter-spacing: 0.04em; }
      @media (max-width: 1280px) {
        .cart-wrapper .detail-slider .desc-text {
          padding: 0 14px 0 3px;
          width: 39%; } }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .desc-text {
          padding: 0 24px 0 20px;
          width: 53%; } }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .desc-text {
          width: auto;
          float: none;
          font-size: 16px;
          padding: 0 15px;
          display: inline-block;
          vertical-align: top;
          white-space: normal;
          padding: 0; } }
      .cart-wrapper .detail-slider .desc-text h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 24px; }
      .cart-wrapper .detail-slider .desc-text p {
        text-align: left; }
    .cart-wrapper .detail-slider .big {
      font-size: 22px; }
    .cart-wrapper .detail-slider .button-hold {
      padding-top: 41px; }
      @media (max-width: 1023px) {
        .cart-wrapper .detail-slider .button-hold {
          padding: 65px 0 0; } }
      @media (max-width: 767px) {
        .cart-wrapper .detail-slider .button-hold {
          padding-top: 17px; } }
      .cart-wrapper .detail-slider .button-hold .button {
        width: 100%;
        padding: 11px 26px; }
  .cart-wrapper .image-info {
    float: left;
    width: 50%;
    padding: 30px 0 0 110px; }
    @media (max-width: 1280px) {
      .cart-wrapper .image-info {
        padding: 25px 40px 0 0; } }
    @media (max-width: 1023px) {
      .cart-wrapper .image-info {
        width: 46%;
        padding: 10px 20px 0 40px; } }
    @media (max-width: 374px) {
      .cart-wrapper .image-info {
        width: 46%;
        padding: 0px 0 0 40px; } }
    @media (max-width: 767px) {
      .cart-wrapper .image-info {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0; } }
  .cart-wrapper .info-canvas {
    max-width: 300px;
    background-color: #000;
    opacity: 0.64;
    color: #FFF;
    padding: 25px;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 639px) {
      .cart-wrapper .info-canvas {
        max-width: 200px;
        font-size: 13px; } }
  .cart-wrapper .item-description {
    overflow: hidden;
    text-align: center;
    max-width: 400px;
    padding: 30px 0 0 67px; }
    @media (max-width: 1280px) {
      .cart-wrapper .item-description {
        padding: 25px 0 0 57px;
        max-width: 391px; } }
    @media (max-width: 1023px) {
      .cart-wrapper .item-description {
        padding: 10px 0 0;
        max-width: 393px; } }
    @media (max-width: 768px) {
      .cart-wrapper .item-description {
        padding-top: 20px;
        margin: 0 auto; } }
  .cart-wrapper .main-heading {
    position: absolute;
    top: calc(50% + 18px);
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%; }
    @media (max-width: 767px) {
      .cart-wrapper .main-heading {
        display: none; } }
    .cart-wrapper .main-heading h1 {
      font-size: 15px;
      line-height: 1.9;
      margin-bottom: 0; }
      .cart-wrapper .main-heading h1:after {
        margin-top: 7px;
        height: 40px; }
        @media (max-width: 1280px) {
          .cart-wrapper .main-heading h1:after {
            margin-top: 20px; } }
  .cart-wrapper .button-hold {
    margin-bottom: 8px; }
    .cart-wrapper .button-hold.last {
      margin-bottom: 0; }
    @media (max-width: 1023px) {
      .cart-wrapper .button-hold {
        padding: 0 30px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .cart-wrapper .button-hold {
        padding: 0 46px;
        margin-bottom: 15px; } }
    @media (max-width: 639px) {
      .cart-wrapper .button-hold {
        padding: 0; } }
    .cart-wrapper .button-hold .button {
      padding: 6px 26px; }
      @media (max-width: 767px) {
        .cart-wrapper .button-hold .button {
          width: 100%;
          font-size: 14px;
          padding: 9px 26px; } }
      .cart-wrapper .button-hold .button#goto-shopping-cart {
        margin-top: 10px; }
        .cart-wrapper .button-hold .button#goto-shopping-cart.disabled {
          cursor: default;
          pointer-events: auto; }
    .cart-wrapper .button-hold .jetz {
      display: block;
      width: auto;
      border: 1px dashed #535353;
      text-decoration: none;
      padding: 4px 0px;
      font-size: 0.7em;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase;
      transition: all 0.3s;
      letter-spacing: 1px;
      margin: 0px 20%; }
      .cart-wrapper .button-hold .jetz.call-to-action {
        border: 1px solid #1A1A1A;
        background-color: #1A1A1A;
        color: #FFF; }
      @media (max-width: 768px) {
        .cart-wrapper .button-hold .jetz {
          font-size: 0.65em; } }
  .cart-wrapper .amount {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .cart-wrapper .amount {
        margin-bottom: 13px; } }
    .cart-wrapper .amount span {
      display: block; }
    .cart-wrapper .amount .price {
      font-size: 22px;
      font-weight: 700; }
    .cart-wrapper .amount .sub-price {
      font-size: 14px;
      font-weight: 100;
      display: none; }
  .cart-wrapper .shopping-cart-edit-text {
    font-size: 14px;
    line-height: 130%;
    margin-top: 20px; }
  .cart-wrapper .item-slider canvas {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .cart-wrapper .item-slider .btn-prev,
  .cart-wrapper .item-slider .btn-next {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: -10px 0 0; }
    .cart-wrapper .item-slider .btn-prev.mansworld-left,
    .cart-wrapper .item-slider .btn-next.mansworld-left {
      left: 0px; }
      @media (max-width: 767px) {
        .cart-wrapper .item-slider .btn-prev.mansworld-left,
        .cart-wrapper .item-slider .btn-next.mansworld-left {
          left: 100px; } }
    .cart-wrapper .item-slider .btn-prev.mansworld-right,
    .cart-wrapper .item-slider .btn-next.mansworld-right {
      right: 0px; }
      @media (max-width: 767px) {
        .cart-wrapper .item-slider .btn-prev.mansworld-right,
        .cart-wrapper .item-slider .btn-next.mansworld-right {
          right: 150px; } }
  .cart-wrapper .item-slider .btn-next {
    left: auto;
    right: 0; }
  .cart-wrapper .item-slider .control {
    padding: 0; }

.item-slider {
  text-align: center;
  position: relative; }
  .item-slider figure {
    margin: 0; }
    @media (max-width: 767px) {
      .item-slider figure {
        max-width: 200px;
        margin: 0 auto; } }
    @media (max-width: 320px) {
      .item-slider figure {
        max-width: 150px; } }
  .item-slider .slide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0; }
    .item-slider .slide.active {
      z-index: 2; }
  .item-slider.not-enough-slides .btn-prev,
  .item-slider.not-enough-slides .btn-pext {
    visibility: hidden; }
  .item-slider .btn-prev,
  .item-slider .btn-next {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOUE2RjA5RTAwNDYxMUU2ODQ4MDhBMDc3QkM1NEYyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOUE2RjA5RjAwNDYxMUU2ODQ4MDhBMDc3QkM1NEYyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5QTZGMDlDMDA0NjExRTY4NDgwOEEwNzdCQzU0RjJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE5QTZGMDlEMDA0NjExRTY4NDgwOEEwNzdCQzU0RjJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RQfUfAAAAXpJREFUeNq8lcErRFEUh98bFpiyIFLChqQsZCU2ZjaTrZQSCkvJ32CLpZqyVzZ22GFJWaoppSZGFImNEsbznTqvTndj845bX/d239T3u+feuTeOoqgV6kmSvEf/2BphDspxHNfob+BaScdVQn17iNt13KMUgt98EWoQeTVLcc6I0/YKj8FczWPFHcFcHmbhAgag26PU0o4hgSNdmYzloE0ijLyQUrdpgCsowTO0wCF7W/A61XaPX0hSoS+qPK/yKS/5m5Z3JS0DbRiedP4TlrMutbQN2IHR4IMcrKrKhS1oyEz8R6ouuDTyE+h0F6tcDtqekct/vOQuNgFW4UPlP7Ar97y7WOUjUDGrv4cZd7HKm2BT7nAT4Cw8nJmLg9WfG7mUfx+GXMUqj2EB7kyAOhzAmJvYBGiGdXgwARJ9aBblu4s4CLAWXDyJPrVlGJcqZS42AeS5nYZT3Xsb4hYm4vTe9Go8Mv10SzAPvSrvcxebADkttRy67V8BBgAkVtztk+bAwgAAAABJRU5ErkJggg==") no-repeat;
    height: 22px;
    width: 30px;
    margin: 0 23px; }
    @media (max-width: 767px) {
      .item-slider .btn-prev,
      .item-slider .btn-next {
        background-size: 22px auto;
        width: 22px;
        height: 20px;
        margin: 0 13px; } }
  .item-slider .btn-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODk3MjIwNTAwNDYxMUU2QTE5NEEzODVDOUQ0NjNFNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODk3MjIwNjAwNDYxMUU2QTE5NEEzODVDOUQ0NjNFNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI4OTcyMjAzMDA0NjExRTZBMTk0QTM4NUM5RDQ2M0U2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI4OTcyMjA0MDA0NjExRTZBMTk0QTM4NUM5RDQ2M0U2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UK7ZggAAAXZJREFUeNq8lj0vBFEUQHdlVtgoyCKyQTREgYJGpRCV3g8QjWhUolCgUSoUGgohQuUj2UKi1ImGP0BCBBENIlYY58rd5GYKO7M7b15ycmfemzcn776PmbTv+6mkSppCaMH55DkS5Ag9Sjf0ahSeoTMlI44Tyjb4//Auz9U4GPCtuf6AGxWWSpaM1LkQ78AYdEEzXEv2A/Jc7Kk2Ka+FY5PiDXM9kJR0FZrM/agLaQOcGsm6pFrbvrRuIm5pG1wY6VpJqu2PWj/txbh3BwlH0KFVS8iWA49tgjgv4xrplG4dufmEybJ9qhQ2wp5J7QOMhOpbhXQc7oz0DPKh+1cgzMO+EcpKXZS5i/SeCMIsLMCrkV7BUEUZCyGsh1m4N8I3mIdMxVNVZuHMBYTfsBVlLkOLKX162tiU/sAh9Md22KisFWbgPPDtlIWzK4e6g6P1bx8WA0I52lag3dXXy9NRZTSe6BwWaCw6/f+CYZ3XA2QvSf34/QowAItsWMODHQgpAAAAAElFTkSuQmCC"); }
  .item-slider .control {
    padding-top: 23px; }
    @media (max-width: 767px) {
      .item-slider .control {
        padding-top: 6px; } }

.option-select-holder {
  padding-bottom: 10px;
  display: flex;
  flex-flow: column; }
  @media (max-width: 1023px) {
    .option-select-holder {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .option-select-holder {
      padding-bottom: 10px; } }
  .option-select-holder .wrapper {
    padding-bottom: 17px;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 1023px) {
      .option-select-holder .wrapper {
        padding-bottom: 19px; } }
    @media (max-width: 767px) {
      .option-select-holder .wrapper {
        padding-bottom: 13px; } }
    .option-select-holder .wrapper:after, .option-select-holder .wrapper:before {
      position: absolute;
      content: '';
      top: -2px;
      left: 0;
      bottom: -2px;
      width: 66px;
      background: #fff;
      z-index: 3; }
      @media (max-width: 1022px) {
        .option-select-holder .wrapper:after, .option-select-holder .wrapper:before {
          width: 96px; } }
      @media (max-width: 638px) {
        .option-select-holder .wrapper:after, .option-select-holder .wrapper:before {
          width: 66px; } }
    .option-select-holder .wrapper:after {
      left: auto;
      right: 0; }
    .option-select-holder .wrapper:last-child {
      padding-bottom: 7px; }
    .option-select-holder .wrapper.women.color {
      -webkit-order: 1;
      order: 1; }
    .option-select-holder .wrapper.women.waist {
      -webkit-order: 3;
      order: 3; }
    .option-select-holder .wrapper.women.fit {
      -webkit-order: 2;
      order: 2; }
    .option-select-holder .wrapper.women.initials {
      -webkit-order: 4;
      order: 4; }
    .option-select-holder .wrapper.women.zipper {
      -webkit-order: 5;
      order: 5; }
    .option-select-holder .wrapper.women.reflector {
      -webkit-order: 6;
      order: 6; }
  .option-select-holder .option-select:after, .option-select-holder .option-select:before {
    z-index: 5; }
  .option-select-holder .mask:after, .option-select-holder .mask:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 58px;
    background: #fff;
    border: 2px solid #1a1a1a;
    border-width: 2px 2px 2px 0;
    z-index: 4; }
    @media (max-width: 1022px) {
      .option-select-holder .mask:after, .option-select-holder .mask:before {
        width: 88px; } }
    @media (max-width: 638px) {
      .option-select-holder .mask:after, .option-select-holder .mask:before {
        width: 58px; } }
    @media (max-width: 767px) {
      .option-select-holder .mask:after, .option-select-holder .mask:before {
        left: 5.4%; } }
  .option-select-holder .mask:after {
    left: auto;
    right: -1px;
    border-width: 2px 0 2px 2px; }
    @media (max-width: 767px) {
      .option-select-holder .mask:after {
        right: 5%; } }
  .option-select-holder .mask .slick-slider .slick-arrow {
    color: #fff;
    font-size: 20px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    z-index: 6;
    height: 30px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .option-select-holder .mask .slick-slider .slick-arrow {
        height: 25px; } }
    .option-select-holder .mask .slick-slider .slick-arrow.slick-prev {
      font-size: 20px;
      background: none;
      left: 12px;
      width: 44px;
      background: url("/images/layout/arrows/arrow-option-left.png") no-repeat 50% 50%; }
      @media (max-width: 1022px) {
        .option-select-holder .mask .slick-slider .slick-arrow.slick-prev {
          left: 28px;
          width: 57px; } }
      @media (max-width: 767px) {
        .option-select-holder .mask .slick-slider .slick-arrow.slick-prev {
          background-size: 7px auto; } }
      @media (max-width: 638px) {
        .option-select-holder .mask .slick-slider .slick-arrow.slick-prev {
          left: 20px;
          width: 35px; } }
    .option-select-holder .mask .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 12px;
      width: 44px;
      background: url("/images/layout/arrows/arrow-option-right.png") no-repeat 50% 50%; }
      @media (max-width: 1022px) {
        .option-select-holder .mask .slick-slider .slick-arrow.slick-next {
          right: 28px;
          width: 57px; } }
      @media (max-width: 767px) {
        .option-select-holder .mask .slick-slider .slick-arrow.slick-next {
          background-size: 7px auto; } }
      @media (max-width: 638px) {
        .option-select-holder .mask .slick-slider .slick-arrow.slick-next {
          right: 20px;
          width: 35px; } }

.option-select {
  position: relative;
  overflow: hidden; }
  .option-select .placeholder {
    color: #b2b2b2;
    left: 19.3%;
    right: 19.3%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
    word-wrap: break-word;
    line-height: 100%;
    padding: 0px 20px 0px 5px;
    letter-spacing: 1px;
    font-weight: 700;
    z-index: 4;
    text-decoration: none;
    margin: 0px 3px 0px 3px; }
    .option-select .placeholder .normal-state {
      display: block; }
    .option-select .placeholder .hover-state {
      display: none; }
    .option-select .placeholder:hover {
      color: #FFFFFF; }
      .option-select .placeholder:hover:before {
        background: #4a4a4a;
        border-color: #4a4a4a; }
      @media (min-width: 768px) {
        .option-select .placeholder:hover .normal-state {
          display: none; }
        .option-select .placeholder:hover .hover-state {
          display: block; } }
    .option-select .placeholder:before {
      content: ' ';
      position: absolute;
      width: 100%;
      height: calc(100% + 3em);
      top: -130%;
      left: 0;
      z-index: -1; }
    .option-select .placeholder:after {
      content: '+';
      position: absolute;
      right: 0;
      padding-right: 4.5px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      font-weight: 400;
      z-index: 1; }
      @media (max-width: 768px) {
        .option-select .placeholder:after {
          padding-right: 12.5px;
          top: 53%;
          left: 70%; } }
      @media (max-width: 639px) {
        .option-select .placeholder:after {
          padding-right: 1.5px; } }
      @media (max-width: 374px) {
        .option-select .placeholder:after {
          padding-right: 6.5px; } }
    @media (max-width: 1023px) {
      .option-select .placeholder {
        left: 24.2%;
        right: 24.2%; } }
    @media (max-width: 639px) {
      .option-select .placeholder {
        padding: 0px 20px 0px 5px;
        left: 20%;
        right: 15%; } }
    @media (max-width: 768px) {
      .option-select .placeholder {
        font-size: 0.65em; } }
  .option-select.item-active .placeholder {
    visibility: hidden;
    opacity: 0; }
  .option-select.left .placeholder {
    transform: translate(-100%, 0); }
  .option-select.right .placeholder {
    transform: translate(100%, 0); }
  .option-select:before, .option-select:after {
    content: '';
    position: absolute;
    left: -4px;
    top: -2px;
    bottom: -2px;
    width: 50px;
    z-index: 2;
    box-shadow: 50px 0 20px -30px #fff inset; }
  .option-select:after {
    left: auto;
    right: -4px;
    box-shadow: -50px 0 20px -30px #fff inset; }
  .option-select.item-active .slick-prev {
    background-image: url(/images/layout/arrows/arrow-option-left-white.png); }
  .option-select.item-active .slick-arrow.slick-next {
    background-image: url(/images/layout/arrows/arrow-option-right-white.png); }
  .option-select.item-active .button {
    color: #1a1a1a; }
    @media (max-width: 768px) {
      .option-select.item-active .button {
        width: 93%;
        font-size: 0.65em;
        line-height: 14.9px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .option-select.item-active .button.small-product {
      font-size: 10px; }
      @media (max-width: 768px) {
        .option-select.item-active .button.small-product {
          font-size: 0.65em;
          padding-right: 20px; } }
  .option-select select {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important; }
  .option-select .slick-active .button {
    background: #FFFFFF;
    border: none;
    line-height: 26px; }
    .option-select .slick-active .button:hover {
      background: #4a4a4a;
      border-color: #4a4a4a;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .option-select .slick-active .button:hover .normal-state {
          display: none; }
        .option-select .slick-active .button:hover .hover-state {
          display: block; } }
    .option-select .slick-active .button:before {
      content: ' ';
      border: 2px solid #000;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      margin: 0px 5px 0px 7px; }
    .option-select .slick-active .button:after {
      content: '+';
      position: absolute;
      right: 0;
      padding-right: 10px;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 20px;
      font-weight: 400;
      z-index: 1;
      opacity: 0.8; }
      @media (max-width: 768px) {
        .option-select .slick-active .button:after {
          padding-right: 20px; } }
    .option-select .slick-active .button.small-product {
      font-size: 10px; }
      @media (max-width: 768px) {
        .option-select .slick-active .button.small-product {
          font-size: 0.75em;
          padding-right: 20px; } }
    @media (max-width: 768px) {
      .option-select .slick-active .button {
        width: 97%;
        font-size: 0.75em;
        line-height: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px; } }
  .option-select .mask {
    overflow: hidden; }
  .option-select .slideset {
    font-size: 0;
    letter-spacing: -4px;
    text-align: center;
    white-space: nowrap; }
    .option-select .slideset .slick-slide {
      min-height: 0; }
  .option-select .slide {
    font-size: 14px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 4px; }
  .option-select .button {
    width: 100%;
    line-height: 22px;
    letter-spacing: 1px;
    font-size: 0.9em;
    padding: 4px 20px 4px 5px;
    margin: 0px 5px 0px 5px;
    color: #FFFFFF; }
    .option-select .button .normal-state {
      display: block; }
    .option-select .button .hover-state {
      display: none; }
    @media (max-width: 1023px) {
      .option-select .button {
        padding: 6px 5px; } }
    @media (max-width: 767px) {
      .option-select .button {
        padding: 5px;
        margin: 0px 0px 0px 0px; } }
    .option-select .button:hover {
      background: transparent;
      border-color: #1a1a1a;
      color: #1a1a1a; }
  .option-select .slick-prev,
  .option-select .slick-next {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: absolute;
    left: 67px;
    background: url(/images/layout/arrows/arrow-option-left.png) no-repeat 50% 50%;
    height: 30px;
    width: 20px;
    z-index: 2;
    margin: 0;
    top: 2px;
    transform: none; }
    @media (max-width: 1023px) {
      .option-select .slick-prev,
      .option-select .slick-next {
        left: 98px;
        height: 29px; } }
    @media (max-width: 767px) {
      .option-select .slick-prev,
      .option-select .slick-next {
        height: 24px;
        left: 96px; } }
    @media (max-width: 639px) {
      .option-select .slick-prev,
      .option-select .slick-next {
        left: 45px; } }
  .option-select .slick-arrow.slick-next {
    background-image: url(/images/layout/arrows/arrow-option-right.png);
    left: auto;
    right: 67px; }
    @media (max-width: 1023px) {
      .option-select .slick-arrow.slick-next {
        right: 98px; } }
    @media (max-width: 767px) {
      .option-select .slick-arrow.slick-next {
        right: 96px; } }
    @media (max-width: 639px) {
      .option-select .slick-arrow.slick-next {
        right: 45px; } }
  .option-select .slick-slider .slick-slide:before {
    display: none; }

.page-popup {
  background: transparent none repeat scroll 0 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed; }
  .popup-active .page-popup {
    background-color: rgba(26, 26, 26, 0.8);
    height: 100%;
    width: 100%;
    z-index: 110; }

.popup-active {
  height: 100%;
  overflow: hidden; }

.nav-tabs-wrapper {
  position: relative; }
  @media (max-width: 767px) {
    .nav-tabs-wrapper {
      margin: 0 -30px 0 -45px;
      padding: 0 40px 0 25px; } }
  @media (max-width: 374px) {
    .nav-tabs-wrapper {
      margin: 0 -10px 0 -19px;
      padding: 0 20px 0 7px; } }
  .nav-tabs-wrapper:before, .nav-tabs-wrapper:after {
    bottom: 0;
    box-shadow: 50px 0 20px -30px #fff inset;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2; }
  .nav-tabs-wrapper:before {
    left: auto;
    right: 0;
    box-shadow: -50px 0 20px -30px #fff inset; }

.video-block .video-wrap {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  min-height: 400px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .video-wrapper {
      margin-bottom: 10px; } }
  .video-wrapper video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; }
    .video-wrapper video.js-hidden {
      position: absolute !important;
      left: -9999px !important;
      top: -9999px !important; }
  .video-wrapper .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .video-wrapper .btn-play {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 4;
    background: #000;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 1; }
    @media (max-width: 767px) {
      .video-wrapper .btn-play {
        width: 26px;
        height: 26px;
        left: 16px;
        bottom: 16px; } }
    .video-wrapper .btn-play:before {
      content: '';
      position: absolute;
      left: 19px;
      top: 14px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 17px;
      border-color: transparent transparent transparent #fff; }
      @media (max-width: 767px) {
        .video-wrapper .btn-play:before {
          border-width: 5px 0 5px 10px;
          top: 8px;
          left: 10px; } }
    .video-wrapper .btn-play.playing:before, .video-wrapper .btn-play.playing:after {
      width: 5px;
      height: 18px;
      background: #fff;
      border: none;
      top: 16px;
      left: 27px; }
      @media (max-width: 767px) {
        .video-wrapper .btn-play.playing:before, .video-wrapper .btn-play.playing:after {
          top: 8px;
          width: 3px;
          left: 15px;
          height: 10px; } }
    .video-wrapper .btn-play.playing:after {
      content: '';
      position: absolute;
      right: 28px;
      left: auto; }
      @media (max-width: 767px) {
        .video-wrapper .btn-play.playing:after {
          right: 15px;
          left: auto; } }
    .video-wrapper .btn-play:hover {
      background: #595454; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  min-width: 550px;
  max-width: 850px; }
  @media (max-width: 767px) {
    .fancybox-wrap {
      min-width: 1px;
      max-width: none;
      width: 320px !important; } }
  @media (max-width: 374px) {
    .fancybox-wrap {
      left: auto !important;
      overflow: hidden !important; } }
  .fancybox-wrap #measurement-tape-form {
    padding-left: 0px;
    padding-right: 0px; }
    .fancybox-wrap #measurement-tape-form .row {
      margin-bottom: 5px; }
    .fancybox-wrap #measurement-tape-form .btn-holder {
      padding-top: 15px; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  width: auto !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/layout/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/layout/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/layout/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/layout/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.modal {
  padding: 29px 31px 15px;
  color: #000; }
  .modal#registerDialog {
    max-width: 600px; }
  @media (max-width: 767px) {
    .modal#authKeyLoginDialog h2 {
      font-size: 20px; } }
  .modal#authKeyLoginDialog .wrap.no-space {
    padding: 0 20%; }
    @media (max-width: 767px) {
      .modal#authKeyLoginDialog .wrap.no-space {
        padding: 0 0; } }
  @media (max-width: 374px) {
    .modal {
      padding-left: 33px;
      padding-right: 33px; } }
  .modal .close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 22px;
    height: 22px;
    float: right;
    margin-left: -18px;
    position: relative; }
    .modal .close:before, .modal .close:after {
      position: absolute;
      left: 12px;
      content: ' ';
      height: 23px;
      width: 2px;
      background-color: #3b3a3a; }
    .modal .close:before {
      transform: rotate(45deg); }
    .modal .close:after {
      transform: rotate(-45deg); }
  .modal .header {
    padding-bottom: 48px; }
    .modal .header.add, .modal .header.less-space {
      padding-bottom: 30px; }
    @media only screen and (max-height: 500px) {
      .modal .header {
        padding-bottom: 40px; } }
    .modal .header.no-space {
      padding-bottom: 0px; }
  .modal .head-title {
    font-weight: normal;
    display: block;
    overflow: hidden;
    letter-spacing: 3px;
    font-size: 22px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .modal .head-title {
        font-size: 18px;
        clear: both;
        padding-top: 10px; } }
  .modal .wrap {
    padding: 0 25px 0 14px; }
    .modal .wrap.login-btn .button {
      width: 100%; }
    .modal .wrap.no-space {
      padding: 0; }
      .modal .wrap.no-space .withoutMeasurements {
        padding: 0 6.8rem; }
        .modal .wrap.no-space .withoutMeasurements .button {
          display: block;
          font-size: 16px; }
        @media (max-width: 767px) {
          .modal .wrap.no-space .withoutMeasurements {
            padding: 0 0; }
            .modal .wrap.no-space .withoutMeasurements .button {
              font-size: 12px; } }
    @media (max-width: 767px) {
      .modal .wrap {
        padding: 0; } }
  .modal .button-hold .button {
    margin-bottom: 15px; }
  .modal .button-hold .wrap .button {
    min-width: 342px; }
    @media (max-width: 767px) {
      .modal .button-hold .wrap .button {
        min-width: 1px;
        display: block; } }

.select-form {
  overflow: hidden;
  max-width: 198px; }

.jcf-select.jcf-select-black {
  background: #000;
  height: 40px; }
  .jcf-select.jcf-select-black .jcf-select-text {
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 21px;
    line-height: 36px; }
  .jcf-select.jcf-select-black .jcf-select-opener {
    right: 18px;
    background-image: url(/images/layout/arrows/arrow-down1.png);
    height: 8px;
    width: 13px; }

.item-list {
  color: #000;
  margin-bottom: 69px;
  font-size: 22px; }
  @media (max-width: 767px) {
    .item-list {
      font-size: 16px; } }
  @media only screen and (max-height: 600px) {
    .item-list {
      margin-bottom: 40px; } }
  .item-list li {
    margin-bottom: 2px; }
  .item-list .edit {
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    float: right;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQTUzNEE1NDAwNjMxMUU2OEJFMEE1Qzc5OTA5RkJEQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQTUzNEE1NTAwNjMxMUU2OEJFMEE1Qzc5OTA5RkJEQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNTM0QTUyMDA2MzExRTY4QkUwQTVDNzk5MDlGQkRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBNTM0QTUzMDA2MzExRTY4QkUwQTVDNzk5MDlGQkRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+K4QMQgAAAWlJREFUeNqslrtKxFAQQJNrUFBREUS/wEIRC/2ExQe6KIKF1uJ/2PsF9gpqYSEWVvoVsmjnimCxxfpG0XgGJnCN6ybZzMDhsrO7OZm5ySQujuPACqIbduEebmBL8lFgFGEYiuAYxmAJRuCAfC0yFozCHGff1PwhS8UZCS61gnlPIPlZqDujCiagAW+p/DfsO6MWTcGwfCbf7+UXqOzdGQikRXVZtWU1EFElaV1kIGjqV5/wpC2rkn9N/hNZCMj3spzqz6Z9gYQzFlTTgtySMoJckrKCTEkOwVeWoK0kh+AZlrME/0pyCtbJf+TZU1dAMMhyVlTwR9JGMMByDo9FBb9uRm+adqXGtbToBB46EaQr2YHJ1DTtaA9aSjhYjzwqYdWbpkMWAr+SNbjjQBfeNL3S50EpgS/Zhj3d4E3ogxdYKStIYlzP+EhHtVSzIW8eVm8xcnUt6mbfwgzJ68A4Qr2MnVVbWsWPAAMAgp8/zYeeaScAAAAASUVORK5CYII=") no-repeat;
    margin: -4px 0 0 22px; }
    @media (max-width: 767px) {
      .item-list .edit {
        background-size: 20px auto;
        height: 20px;
        width: 20px;
        margin-top: -1px; } }
    .item-list .edit:hover {
      opacity: 0.8; }
  .item-list .text {
    overflow: hidden; }

.modal-form {
  font-size: 13px;
  font-weight: 700; }
  .modal-form .title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px; }
  .modal-form .form-input {
    width: 100%;
    border: 2px solid #bcbcbc;
    height: 40px; }
  .modal-form .error {
    color: #d00000;
    margin: 0;
    padding: 15px;
    width: 100%;
    display: none; }
  .modal-form .wrap {
    margin-bottom: 20px;
    padding: 0; }
  .modal-form .link {
    display: inline-block;
    margin-bottom: 20px; }
  .modal-form [type="submit"] {
    min-width: 200px; }

.popup-content-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.2s linear, visibility 0.2s linear;
  white-space: nowrap;
  font-size: 0; }
  .popup-content-holder.fullscreen {
    background: rgba(0, 0, 0, 0.9); }
  .popup-content-holder:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .popup-content-holder.waist .detail-slider .slide-info-detail .button, .popup-content-holder.fit .detail-slider .slide-info-detail .button {
    font-size: 12px; }
  .popup-content-holder.waist .thumbs, .popup-content-holder.fit .thumbs {
    padding-top: 5px; }
    .popup-content-holder.waist .thumbs li, .popup-content-holder.fit .thumbs li {
      padding-bottom: 23px; }
  .popup-content-holder.no-css-animation {
    transition: none !important; }
    .popup-content-holder.no-css-animation * {
      transition: none !important; }
  .popup-content-holder.js-hidden {
    opacity: 0;
    top: -9999px;
    visibility: hidden; }
  .popup-content-holder .selected-btns {
    display: none; }
  .popup-content-holder .default-btns {
    display: block; }
  .popup-content-holder.selected .default-btns {
    display: none; }
  .popup-content-holder.selected .selected-btns {
    display: block; }
  .popup-content-holder .close {
    position: absolute;
    top: 20px;
    right: -44px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-size: 40px;
    z-index: 10; }
    .popup-content-holder .close:hover {
      opacity: 0.7; }
    @media (max-width: 1219px) {
      .popup-content-holder .close {
        right: 11px;
        top: -40px; } }
    @media (max-width: 767px) {
      .popup-content-holder .close {
        right: 26px;
        font-size: 33px; } }
  .popup-content-holder .detail-slider {
    background: transparent;
    margin: 0;
    position: static;
    opacity: 1;
    padding: 0;
    width: 100%;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-size: 18px;
    height: 100%; }
    .popup-content-holder .detail-slider .detail-mask {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      height: 100%; }
      @media (min-width: 767px) {
        .popup-content-holder .detail-slider .detail-mask {
          padding: 30px 0; } }
    .popup-content-holder .detail-slider .cloned-info {
      height: 0;
      overflow: hidden; }
      @media (max-width: 767px) {
        .popup-content-holder .detail-slider .cloned-info {
          height: auto;
          max-width: 285px;
          margin: 0 auto;
          padding: 30px 0; } }
    .popup-content-holder .detail-slider .detail-gmask .detail-slideset {
      margin: 0 auto;
      float: none;
      height: 100%; }
      @media (max-width: 766px) {
        .popup-content-holder .detail-slider .detail-gmask .detail-slideset {
          max-width: none;
          padding-left: 0;
          padding-right: 0; }
          .popup-content-holder .detail-slider .detail-gmask .detail-slideset .detail-slide {
            padding: 12px 42px;
            background: transparent; } }
      .popup-content-holder .detail-slider .detail-gmask .detail-slideset .detail-slide {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .popup-content-holder .detail-slider .detail-gmask .detail-slideset .detail-slide.special-padding {
          padding-left: 200px;
          padding-right: 200px; }
    .popup-content-holder .detail-slider .detail-gmask .slick-arrow {
      width: 14px;
      height: 24px;
      background-size: auto 100%;
      overflow: visible;
      z-index: 9; }
      @media (max-width: 766px) {
        .popup-content-holder .detail-slider .detail-gmask .slick-arrow {
          font-size: 0; } }
      .popup-content-holder .detail-slider .detail-gmask .slick-arrow span {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        text-transform: uppercase;
        text-indent: 0;
        text-align: center;
        white-space: normal; }
        @media (min-width: 767px) {
          .popup-content-holder .detail-slider .detail-gmask .slick-arrow span {
            font-weight: 700;
            font-size: 10px;
            line-height: 1;
            color: #fff;
            letter-spacing: 0.1em;
            width: 75px; } }
        @media (min-width: 1023px) {
          .popup-content-holder .detail-slider .detail-gmask .slick-arrow span {
            width: 68px; } }
        @media (min-width: 1220px) {
          .popup-content-holder .detail-slider .detail-gmask .slick-arrow span {
            min-width: 0;
            width: 83px; } }
        @media (max-width: 766px) {
          .popup-content-holder .detail-slider .detail-gmask .slick-arrow span {
            display: none; } }
    .popup-content-holder .detail-slider .detail-gmask .slick-prev {
      left: 12px; }
      @media (min-width: 767px) {
        .popup-content-holder .detail-slider .detail-gmask .slick-prev {
          left: 10px; } }
      .popup-content-holder .detail-slider .detail-gmask .slick-prev span {
        left: 100%;
        margin-left: 4px; }
        @media (min-width: 1220px) {
          .popup-content-holder .detail-slider .detail-gmask .slick-prev span {
            margin-left: 7px; } }
      .popup-content-holder .detail-slider .detail-gmask .slick-prev:before {
        content: ' ';
        position: absolute;
        top: -100vh;
        left: -20px;
        bottom: 0;
        width: 50px;
        height: 200vh; }
    .popup-content-holder .detail-slider .detail-gmask .slick-next {
      right: 12px; }
      @media (min-width: 767px) {
        .popup-content-holder .detail-slider .detail-gmask .slick-next {
          right: 10px; } }
      .popup-content-holder .detail-slider .detail-gmask .slick-next span {
        right: 100%;
        margin-right: 4px; }
        @media (min-width: 1220px) {
          .popup-content-holder .detail-slider .detail-gmask .slick-next span {
            margin-right: 7px; } }
      .popup-content-holder .detail-slider .detail-gmask .slick-next:before {
        content: ' ';
        position: absolute;
        top: -100vh;
        left: -10px;
        bottom: 0;
        width: 50px;
        height: 200vh; }
    @media (min-width: 767px) {
      .popup-content-holder .detail-slider .detail-gmask .detail-slide {
        padding: 0 0px; } }
    @media (min-width: 1023px) {
      .popup-content-holder .detail-slider .detail-gmask .detail-slide {
        padding: 0 40px 0px 0px; } }
    @media (min-width: 1220px) {
      .popup-content-holder .detail-slider .detail-gmask .detail-slide {
        padding: 0 90px 0 40px; } }
    @media (min-width: 1023px) {
      .popup-content-holder .detail-slider .detail-gmask .detail-slide .slide-area {
        margin: 0 auto; } }
    .popup-content-holder .detail-slider .detail-gmask .slick-list {
      margin: 0 auto; }
    @media (max-width: 767px) {
      .popup-content-holder .detail-slider .detail-slide.active .btn-prev-slide,
      .popup-content-holder .detail-slider .detail-slide.active .btn-next-slide {
        display: block; } }
    .popup-content-holder .detail-slider .close {
      font-size: 40px;
      top: 12px;
      right: 20px; }
      @media (max-width: 767px) {
        .popup-content-holder .detail-slider .close {
          top: 15px; } }
      @media (max-width: 425px) {
        .popup-content-holder .detail-slider .close {
          right: 6%; } }
      @media (max-width: 375px) {
        .popup-content-holder .detail-slider .close {
          right: 35px; } }
      @media (max-width: 320px) {
        .popup-content-holder .detail-slider .close {
          top: 1px;
          right: 35px; } }
    .popup-content-holder .detail-slider .detail-btn-prev,
    .popup-content-holder .detail-slider .detail-btn-next {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAMAAADDlWPAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAD5UExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0Gca6EAAABSdFJOUwAUK/gG5wH+A/D1Wjs0/AuGzRnh+bLqCfolk8jfD2jRqY4RPTCtTwgM659Gp8PtIrwdeX8bUto81b2xGEXXzvZjdpxYfBeSHw5w7LNfri2XPwo6aV3HAAAA10lEQVQoz2XSyUICMRAE0MAAM8Mui8i+g6IoIMoqIquKAub/P8bKKRXtW96hK+mOEFzHk884i0RSpn8YYhdSym8C5wBInUlyAPlF8KEgTtCKAioBDZEgIJ/RsPcDClsNxTHA9Wrw9QDRW+raUTElgo2CKkHIBkwdDaMUYHGtwXMPeB3yi3eqyyOLk4bYoX9jscJMsyTo5oHJ64JeakzzK9DEmPpSBa6MNcQVvbEE7tQdnpjaXVAwwuR5Bvn7TNlPUPmdKWyBmkbg2pZu3fwKg8uG+FMJIX4BCaEq2HfFp4IAAAAASUVORK5CYII=") no-repeat;
      height: 32px;
      width: 14px;
      left: 40px;
      background-size: 14px auto;
      margin-top: -49px;
      display: none; }
      .popup-content-holder .detail-slider .detail-btn-prev span,
      .popup-content-holder .detail-slider .detail-btn-next span {
        display: none; }
      @media (max-width: 1023px) {
        .popup-content-holder .detail-slider .detail-btn-prev,
        .popup-content-holder .detail-slider .detail-btn-next {
          margin-top: -29px; } }
      @media (max-width: 767px) {
        .popup-content-holder .detail-slider .detail-btn-prev,
        .popup-content-holder .detail-slider .detail-btn-next {
          background-size: 12px auto;
          width: 12px;
          height: 24px; } }
    .popup-content-holder .detail-slider .detail-btn-next {
      left: auto;
      right: 40px;
      background-image: url(../images/angle-right.png); }
    .popup-content-holder .detail-slider .detail-slide .slide-area {
      position: relative;
      max-width: 90%;
      margin: 0 auto;
      height: 100%; }
      @media (max-width: 1280px) {
        .popup-content-holder .detail-slider .detail-slide .slide-area {
          max-width: 300px; } }
      @media (max-width: 1024px) {
        .popup-content-holder .detail-slider .detail-slide .slide-area {
          max-width: 220px; } }
      @media (max-width: 425px) {
        .popup-content-holder .detail-slider .detail-slide .slide-area {
          max-width: 280px;
          margin-left: 0px; } }
      @media (max-width: 375px) {
        .popup-content-holder .detail-slider .detail-slide .slide-area {
          max-width: 240px; } }
      @media (max-width: 320px) {
        .popup-content-holder .detail-slider .detail-slide .slide-area {
          max-width: 200px; } }
    .popup-content-holder .detail-slider .photo-holder {
      text-align: right; }
      @media (max-width: 1023px) {
        .popup-content-holder .detail-slider .photo-holder {
          padding-right: 43px; } }
      @media (max-width: 767px) {
        .popup-content-holder .detail-slider .photo-holder {
          display: table-header-group;
          width: 100%; } }
      .popup-content-holder .detail-slider .photo-holder .img {
        padding: 0 0 0 20px;
        text-align: center; }
        @media (max-width: 1023px) {
          .popup-content-holder .detail-slider .photo-holder .img {
            width: auto;
            float: none;
            padding-left: 0; }
            .popup-content-holder .detail-slider .photo-holder .img:last-child {
              display: none; } }
        @media (max-width: 767px) {
          .popup-content-holder .detail-slider .photo-holder .img {
            max-width: 80%;
            margin: 0 auto 15px; } }
    .popup-content-holder .detail-slider .desc-text {
      width: 38%;
      padding: 0 36px 0 15px;
      letter-spacing: 0.04em;
      font-size: 16px; }
      @media (max-width: 1280px) {
        .popup-content-holder .detail-slider .desc-text {
          padding: 0 14px 0 3px;
          width: 39%; } }
      @media (max-width: 1023px) {
        .popup-content-holder .detail-slider .desc-text {
          padding: 0 24px 0 20px;
          width: 53%; } }
      @media (max-width: 767px) {
        .popup-content-holder .detail-slider .desc-text {
          width: auto;
          float: none;
          padding: 0 15px;
          display: inline-block;
          vertical-align: top;
          white-space: normal;
          padding: 0; } }
      .popup-content-holder .detail-slider .desc-text h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 24px; }
    .popup-content-holder .detail-slider .big {
      font-size: 22px; }
    .popup-content-holder .detail-slider .button-hold .button {
      width: 100%;
      padding: 11px 26px; }
  .popup-content-holder .popup-container {
    padding: 0 30px;
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%; }
    @media (max-width: 767px) {
      .popup-content-holder .popup-container {
        margin-top: 50px;
        padding: 0 10px; } }
  .popup-content-holder .popup-frame {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .popup-content-holder .popup-hold {
    white-space: nowrap;
    font-size: 0;
    line-height: 0; }
    @media (max-width: 639px) {
      .popup-content-holder .popup-hold {
        width: 100%; } }
  .popup-content-holder .text-holder,
  .popup-content-holder .img-holder {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .popup-content-holder .text-holder {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 39.3%;
    padding: 30px 0 0;
    position: relative; }
    @media (max-width: 1219px) {
      .popup-content-holder .text-holder {
        width: 43.2%;
        padding: 8px 36px 0 10px; } }
    @media (max-width: 767px) {
      .popup-content-holder .text-holder {
        width: auto;
        display: block;
        padding: 0 0 30px; } }
    @media (min-width: 1220px) {
      .popup-content-holder .text-holder {
        padding: 43px 76px 0 0; } }
    .popup-content-holder .text-holder .title {
      display: block;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 17px; }
    .popup-content-holder .text-holder .vertical-text {
      font-size: 9px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1;
      position: absolute;
      right: 0;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 50%;
      letter-spacing: 0.2em;
      margin: 0 -41px 0 0;
      display: none; }
      @media (min-width: 374px) {
        .popup-content-holder .text-holder .vertical-text {
          margin: 0 -32px 0 0; } }
      @media (min-width: 767px) {
        .popup-content-holder .text-holder .vertical-text {
          display: none; } }
    .popup-content-holder .text-holder.selection-zipper {
      font-size: 20px; }
  .popup-content-holder .img-holder {
    width: 60.7%;
    overflow: hidden; }
    @media (max-width: 1219px) {
      .popup-content-holder .img-holder {
        width: 56.8%; } }
    @media (max-width: 767px) {
      .popup-content-holder .img-holder {
        width: auto;
        display: block; } }
    .popup-content-holder .img-holder .img-wrap {
      position: relative; }
      @media (max-width: 373px) {
        .popup-content-holder .img-holder .img-wrap {
          min-width: 349px; } }
      @media (max-width: 1219px) {
        .popup-content-holder .img-holder .img-wrap.add {
          min-width: 868px; } }
      @media (max-width: 1022px) {
        .popup-content-holder .img-holder .img-wrap.add {
          min-width: 449px;
          margin-bottom: 16px; } }
      @media (max-width: 373px) {
        .popup-content-holder .img-holder .img-wrap.add {
          min-width: 386px;
          margin-bottom: 0; } }
      .popup-content-holder .img-holder .img-wrap img {
        width: 100%;
        height: auto; }
  .popup-content-holder p {
    margin-bottom: 39px;
    text-align: center; }
    @media (max-width: 1219px) {
      .popup-content-holder p {
        letter-spacing: 0.05em; } }
    @media (max-width: 1023px) {
      .popup-content-holder p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .popup-content-holder p {
        font-size: 14px; } }
  .popup-content-holder .text-box {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    color: #1A1A1A;
    padding: 9px;
    background: #fff;
    margin: 0 0 26px;
    border: none;
    width: 106px;
    height: 48px; }
  .popup-content-holder .text-holder.error .text-box {
    border: 1px solid #f00; }
  .popup-content-holder .text-selector {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 52px; }
    @media (max-width: 1219px) {
      .popup-content-holder .text-selector {
        margin-bottom: 12px; } }
    .popup-content-holder .text-selector li {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.223em;
      margin: 0 13px 15px; }
      .popup-content-holder .text-selector li:hover > a:before, .popup-content-holder .text-selector li.active > a:before {
        background: #fff; }
      .popup-content-holder .text-selector li a {
        color: #fff;
        text-decoration: none;
        position: relative;
        padding-left: 13px;
        outline: none; }
        .popup-content-holder .text-selector li a:before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          border: 1px solid #fff; }
  .popup-content-holder .option-selector {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 21px 0 105px; }
    @media (max-width: 1219px) {
      .popup-content-holder .option-selector {
        margin: 0 -20px;
        padding: 0 0 27px; } }
    @media (max-width: 1022px) {
      .popup-content-holder .option-selector {
        margin: 0;
        padding: 33px 0 15px 8px;
        text-align: left; } }
    @media (max-width: 766px) {
      .popup-content-holder .option-selector {
        padding-top: 0px; } }
    .popup-content-holder .option-selector li {
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.223em;
      font-size: 9px; }
      @media (max-width: 1022px) {
        .popup-content-holder .option-selector li {
          margin-bottom: 19px; } }
      @media (min-width: 1023px) {
        .popup-content-holder .option-selector li {
          display: inline-block;
          vertical-align: top;
          margin: 0 13px 15px;
          font-size: 12px; } }
      @media (max-width: 767px) {
        .popup-content-holder .option-selector li {
          font-size: 14px; } }
      .popup-content-holder .option-selector li label {
        color: #fff;
        text-decoration: none;
        position: relative;
        padding-left: 13px; }
        .popup-content-holder .option-selector li label.jcf-label-active {
          text-decoration: underline; }
          .popup-content-holder .option-selector li label.jcf-label-active:before {
            background: #fff; }
        .popup-content-holder .option-selector li label:before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          border: 1px solid #fff; }
          @media (max-width: 1022px) {
            .popup-content-holder .option-selector li label:before {
              top: 3px; } }
    .popup-content-holder .option-selector.zipper li label {
      font-size: 15px; }
      @media (max-width: 767px) {
        .popup-content-holder .option-selector.zipper li label {
          font-size: 13px; } }
  .popup-content-holder .btn-insert {
    display: block;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin: 0 9px 22px;
    letter-spacing: 0.199em;
    padding: 15px; }
    @media (max-width: 1219px) {
      .popup-content-holder .btn-insert {
        padding: 11px;
        margin: 0 27px 27px;
        font-size: 12px; } }
    .popup-content-holder .btn-insert:hover {
      background: #fff;
      color: #1c1c1c; }
  .popup-content-holder .link-close {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    text-decoration: none; }
    @media (max-width: 1219px) {
      .popup-content-holder .link-close {
        font-size: 12px; } }
    .popup-content-holder .link-close:hover {
      color: #d9d9d9; }
  .popup-content-holder .th-wrap {
    margin: 0 auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 25%;
    text-align: center; }
    .popup-content-holder .th-wrap .th-subtitle {
      font-size: 18px;
      padding-top: 15px; }
      @media (max-width: 767px) {
        .popup-content-holder .th-wrap .th-subtitle {
          font-size: 16px; } }
  .popup-content-holder .thumbs {
    font-size: 0;
    line-height: 0;
    text-align: left; }
    .popup-content-holder .thumbs li {
      font-size: 18px;
      line-height: 1.2;
      padding: 0 13px 6px 6px; }
      @media (max-width: 425px) {
        .popup-content-holder .thumbs li {
          width: auto !important; } }
    .popup-content-holder .thumbs a {
      transition: opacity 0.25s;
      outline: none; }
      .popup-content-holder .thumbs a:hover {
        opacity: 0.8; }
  .popup-content-holder .photo-slideshow {
    position: relative; }
    .popup-content-holder .photo-slideshow .slide {
      position: absolute;
      width: 100%;
      z-index: 1;
      left: 0;
      top: 0; }
      .popup-content-holder .photo-slideshow .slide.active {
        z-index: 2; }

@media (max-width: 1023px) {
  .initialen-carousel {
    padding: 0 10px; } }

.initialen-carousel .mask {
  overflow: hidden; }

.initialen-carousel .slideset {
  width: 100% !important; }

.category-column {
  max-width: 604px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .category-column {
      display: none; } }
  @media (min-width: 1024px) {
    .category-column {
      max-width: 854px; } }
  @media (min-width: 1281px) {
    .category-column {
      max-width: 1114px; } }
  .category-column .row {
    margin: 0 -13px; }
  .category-column .column {
    padding: 0 13px;
    float: left;
    width: 33.33%; }
  @media (min-width: 1024px) {
    .category-column.business {
      max-width: 1114px; } }
  .category-column.business .column {
    width: 25%; }
  .category-column .half {
    width: 50%; }
  .category-column .category-box {
    overflow: hidden; }
    .category-column .category-box a:not(.button) {
      display: block;
      text-decoration: none;
      position: relative;
      overflow: hidden; }
      .category-column .category-box a:not(.button):hover .text-wrap {
        opacity: 1;
        visibility: visible; }
    .category-column .category-box .button {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
    .category-column .category-box .text-wrap {
      -webkit-transition: 0.25s linear opacity, 0.25s linear visibility;
      -o-transition: 0.25s linear opacity, 0.25s linear visibility;
      transition: 0.25s linear opacity, 0.25s linear visibility;
      white-space: nowrap;
      text-align: center;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.05em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      text-transform: uppercase;
      background: rgba(0, 0, 0, 0.88);
      opacity: 0;
      visibility: hidden; }
      .category-column .category-box .text-wrap:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .category-column .category-box .text-wrap > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
      @media (max-width: 1280px) {
        .category-column .category-box .text-wrap {
          font-size: 1vw;
          line-height: 1.5vw; } }
      @media (max-width: 1024px) {
        .category-column .category-box .text-wrap {
          display: none; } }
    .category-column .category-box .text-holder {
      padding: 28px 15px 0; }
      @media (max-width: 1023px) {
        .category-column .category-box .text-holder {
          padding: 2px 10px 0; } }
    .category-column .category-box .title {
      display: block;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.1em;
      font-weight: 700;
      margin: 0 0 5px; }
      @media (max-width: 1280px) {
        .category-column .category-box .title {
          margin-bottom: 5px; } }
      @media (max-width: 1023px) {
        .category-column .category-box .title {
          font-size: 14px;
          margin-bottom: 14px; } }
      .category-column .category-box .title label {
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.05em; }
    .category-column .category-box p {
      margin-bottom: 23px;
      line-height: 18px;
      font-size: 12px; }
      @media (max-width: 1280px) {
        .category-column .category-box p {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 0.9vw; } }
      @media (max-width: 1023px) {
        .category-column .category-box p {
          margin-bottom: 17px; } }
    .category-column .category-box .bottom-text {
      text-transform: none;
      bottom: 0;
      position: absolute;
      transform: translate(-50%);
      left: 50%; }
      .category-column .category-box .bottom-text p {
        display: inline-block;
        text-decoration: none;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #FFF; }
        @media (max-width: 1023px) {
          .category-column .category-box .bottom-text p {
            margin: 0; } }
  .category-column .category-title {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 22px 0 0; }
    @media (max-width: 1023px) {
      .category-column .category-title {
        padding-top: 18px; } }

.perfect-fit-container {
  margin-bottom: 50px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .perfect-fit-container {
    padding: 0 20px; } }
  @media (max-width: 1023px) {
    .perfect-fit-container {
      margin-bottom: 47px; } }
  @media (max-width: 767px) {
    .perfect-fit-container {
      margin-bottom: 21px; } }
  .perfect-fit-container .row {
    margin: 0 -5px; }
    @media (min-width: 768px) {
      .perfect-fit-container .row {
        margin: 0 -10px; } }
    @media (min-width: 1024px) {
      .perfect-fit-container .row {
        margin: 0 -13px; } }
  .perfect-fit-container .column {
    padding: 0 5px;
    float: left;
    width: 50%; }
    @media (min-width: 768px) {
      .perfect-fit-container .column {
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      .perfect-fit-container .column {
        padding: 0 13px; } }
  .perfect-fit-container .img-wrap {
    overflow: hidden; }
    .perfect-fit-container .img-wrap > .text-opener, .perfect-fit-container .img-wrap a {
      display: block;
      position: relative;
      overflow: hidden;
      color: #fff; }
    .perfect-fit-container .img-wrap .text-holder {
      white-space: nowrap;
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.05em;
      color: #fff;
      transition: background 0.3s ease; }
      .perfect-fit-container .img-wrap .text-holder:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .perfect-fit-container .img-wrap .text-holder > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
      @media (max-width: 1023px) {
        .perfect-fit-container .img-wrap .text-holder {
          font-size: 11px;
          line-height: 17px; } }
      .perfect-fit-container .img-wrap .text-holder.js-slide-hidden {
        display: block !important;
        position: absolute !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important; }
      .perfect-fit-container .img-wrap .text-holder.text-slide .wrap {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%); }
      .perfect-fit-container .img-wrap .text-holder.text-slide:after {
        display: none; }
      .perfect-fit-container .img-wrap .text-holder .text {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden; }
        @media (min-width: 768px) {
          .perfect-fit-container .img-wrap .text-holder .text {
            transition: all 0.3s ease; } }
      .perfect-fit-container .img-wrap .text-holder .close {
        top: 9px;
        right: 9px;
        z-index: 1001;
        color: #fff;
        font-size: 35px;
        position: absolute;
        text-decoration: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s, visibility 0.25s; }
        .perfect-fit-container .img-wrap .text-holder .close:hover {
          opacity: 0.6; }
        .perfect-fit-container .img-wrap .text-holder .close .icon-close {
          display: block; }
    .perfect-fit-container .img-wrap.text-opened .text-holder {
      background: rgba(0, 0, 0, 0.88);
      z-index: 99; }
      @media (max-width: 767px) {
        .perfect-fit-container .img-wrap.text-opened .text-holder {
          position: fixed;
          left: 0;
          top: 50%;
          width: 100%;
          max-height: 300px;
          transform: translateY(-50%); } }
    @media (min-width: 768px) {
      .perfect-fit-container .img-wrap.text-opened .title {
        font-size: 14px;
        margin: 0 0 18px;
        line-height: 1.2; } }
    @media (min-width: 1023px) {
      .perfect-fit-container .img-wrap.text-opened .title {
        font-size: 20px;
        margin-bottom: 21px; } }
    .perfect-fit-container .img-wrap.text-opened .text {
      max-height: 300px;
      opacity: 1;
      visibility: visible; }
      @media (max-width: 767px) {
        .perfect-fit-container .img-wrap.text-opened .text {
          font-size: 16px;
          margin-top: 10px; } }
    @media (max-width: 767px) {
      .perfect-fit-container .img-wrap.text-opened .close {
        opacity: 1;
        visibility: visible; } }
    .perfect-fit-container .img-wrap .wrap {
      padding: 1px 15px 0; }
      @media (min-width: 767px) {
        .perfect-fit-container .img-wrap .wrap {
          padding: 14px 35px 0; } }
      @media (min-width: 1024px) {
        .perfect-fit-container .img-wrap .wrap {
          padding: 16px 30px 0; } }
      @media (min-width: 1281px) {
        .perfect-fit-container .img-wrap .wrap {
          padding-left: 102px;
          padding-right: 102px; } }
    .perfect-fit-container .img-wrap .title {
      display: block;
      text-align: center;
      font-size: 12px;
      line-height: 15px;
      font-weight: 700;
      letter-spacing: 0.1em; }
      @media (min-width: 1024px) {
        .perfect-fit-container .img-wrap .title {
          font-size: 30px;
          line-height: 36px; } }
      @media (min-width: 768px) {
        .perfect-fit-container .img-wrap .title {
          font-size: 24px;
          line-height: 36px; } }
      @media (max-width: 320px) {
        .perfect-fit-container .img-wrap .title {
          font-size: 10px; } }
    @media (max-width: 1023px) {
      .perfect-fit-container .img-wrap .img {
        min-width: 588px;
        left: 50%;
        position: relative; }
        .perfect-fit-container .img-wrap .img img {
          width: 100%;
          margin-left: -50%; } }
    @media (max-width: 767px) {
      .perfect-fit-container .img-wrap .img {
        min-width: 222px; } }

.bottom-slider-holder {
  background: #e5e5e5;
  padding: 16px 0;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .bottom-slider-holder {
      margin: 0 28px 35px;
      padding: 11px 0; } }
  .bottom-slider-holder #instafeed-prev {
    z-index: 10;
    font-size: 40px;
    padding-left: 31px;
    position: absolute; }
    @media (max-width: 1024px) {
      .bottom-slider-holder #instafeed-prev {
        padding-left: 2px; } }
    @media (max-width: 768px) {
      .bottom-slider-holder #instafeed-prev {
        padding-left: 7px; } }
  .bottom-slider-holder #instafeed-next {
    z-index: 10;
    font-size: 40px;
    padding-right: 31px;
    position: absolute;
    right: 0; }
    @media (max-width: 1024px) {
      .bottom-slider-holder #instafeed-next {
        padding-right: 2px; } }
    @media (max-width: 768px) {
      .bottom-slider-holder #instafeed-next {
        padding-right: 7px; } }
    @media (max-width: 767px) {
      .bottom-slider-holder #instafeed-next {
        padding-right: 35px; } }
  @media (max-width: 1279px) {
    .bottom-slider-holder .container {
      padding: 0 21px; } }
  @media (max-width: 767px) {
    .bottom-slider-holder .container {
      padding: 0; } }
  .bottom-slider-holder .instafeed-slider {
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .bottom-slider-holder .instafeed-slider {
        padding: 0 40px; } }
    .bottom-slider-holder .instafeed-slider:hover .slick-prev,
    .bottom-slider-holder .instafeed-slider:hover .slick-next {
      opacity: 1; }
  .bottom-slider-holder .slick-list {
    margin: 0 -21px; }
    @media (min-width: 768px) {
      .bottom-slider-holder .slick-list {
        min-width: 100%; } }
    @media (max-width: 767px) {
      .bottom-slider-holder .slick-list {
        max-width: 160px;
        margin: 0 auto; } }
  .bottom-slider-holder .slide {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 21px; }
    @media (min-width: 768px) {
      .bottom-slider-holder .slide {
        width: 25%; } }
    @media (min-width: 1024px) {
      .bottom-slider-holder .slide {
        width: 19vw; } }
    @media (min-width: 1221px) {
      .bottom-slider-holder .slide {
        width: 16.6%; } }
    @media (max-width: 767px) {
      .bottom-slider-holder .slide {
        width: 33%; } }
    @media (max-width: 639px) {
      .bottom-slider-holder .slide {
        padding: 0 5px; } }
    .bottom-slider-holder .slide .box {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      height: 0;
      padding-bottom: 90%;
      border: 3px solid #f2f2f2; }
  .bottom-slider-holder .hastag {
    position: relative;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 -24px;
    font-weight: 600;
    word-spacing: 24px; }
    @media (max-width: 767px) {
      .bottom-slider-holder .hastag {
        margin-bottom: -20px;
        font-size: 15px; } }
    .bottom-slider-holder .hastag a {
      text-decoration: none; }
      .bottom-slider-holder .hastag a:hover {
        color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767px) {
        .bottom-slider-holder .hastag a {
          display: none; }
          .bottom-slider-holder .hastag a:first-child {
            display: inline;
            font-weight: 700; } }
  @media (min-width: 768px) {
    .bottom-slider-holder .slick-prev,
    .bottom-slider-holder .slick-next {
      opacity: 0; } }
  @media (max-width: 767px) {
    .bottom-slider-holder .slick-prev,
    .bottom-slider-holder .slick-next {
      width: 9px;
      height: 16px;
      background-size: 100% auto; } }
  @media (max-width: 767px) {
    .bottom-slider-holder .slick-arrow.slick-next {
      background-image: url(/images/layout/angle-right-black.png); } }
  @media (max-width: 767px) {
    .bottom-slider-holder .slick-arrow.slick-prev {
      background-image: url(/images/layout/angle-left-black.png);
      left: 10px; } }

.selfnation-newsletter-frame {
  background: #333;
  position: relative; }
  @media (max-width: 766px) {
    .selfnation-newsletter-frame {
      margin-bottom: -1px; } }
  .selfnation-newsletter-frame.block-hidden {
    display: none !important; }

.js-fixed-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .js-fixed-block.block-fixed {
    position: fixed;
    top: 100%;
    animation: slideUp 0.3s forwards; }
  .desktopdevice .js-fixed-block.block-hidden {
    position: fixed;
    top: 100%;
    animation: slideDown 0.3s forwards; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }

.selfnation-newsletter-holder {
  background: #363535;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative; }
  @media (max-width: 1023px) {
    .selfnation-newsletter-holder {
      padding-top: 21px; } }
  @media (max-width: 767px) {
    .selfnation-newsletter-holder {
      padding-top: 20px;
      font-size: 14px; } }
  .selfnation-newsletter-holder .close-news-letter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-decoration: none;
    width: 24px;
    height: 25px;
    background: url(/images/layout/close3.png) 0 0/100% auto no-repeat;
    font-size: 0;
    line-height: 0;
    margin: 25px 40px 0 0; }
    .selfnation-newsletter-holder .close-news-letter:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .selfnation-newsletter-holder .close-news-letter {
        margin: 20px 20px 0 0;
        width: 18px; } }
  .selfnation-newsletter-holder .container {
    max-width: 934px;
    clear: both; }
  .selfnation-newsletter-holder .button {
    color: #fff;
    border-color: #fff; }
  .selfnation-newsletter-holder h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media (max-width: 1023px) {
      .selfnation-newsletter-holder h2 {
        margin-bottom: 9px; } }
    @media (max-width: 767px) {
      .selfnation-newsletter-holder h2 {
        font-size: 22px;
        line-height: 1.2; } }
  .selfnation-newsletter-holder .row {
    margin: 0 -32px; }
    @media (min-width: 1024px) {
      .selfnation-newsletter-holder .row {
        margin: 0 -38px; } }
  .selfnation-newsletter-holder .column {
    padding: 0 32px; }
    @media (min-width: 768px) {
      .selfnation-newsletter-holder .column {
        float: left;
        width: 39.7%; }
        .selfnation-newsletter-holder .column:first-child {
          width: 60.3%; } }
    @media (min-width: 1024px) {
      .selfnation-newsletter-holder .column {
        padding: 0 38px;
        width: 50%; }
        .selfnation-newsletter-holder .column:first-child {
          width: 50%; } }
  .selfnation-newsletter-holder p {
    margin-bottom: 36px; }
    @media (max-width: 1023px) {
      .selfnation-newsletter-holder p {
        margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .selfnation-newsletter-holder p {
        margin-bottom: 23px; } }
  .selfnation-newsletter-holder .form-input {
    display: block;
    width: 100%;
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-width: 0 0 1px;
    border-bottom-color: #fff;
    padding: 0 0 7px;
    margin-bottom: 24px; }
    @media (max-width: 1023px) {
      .selfnation-newsletter-holder .form-input {
        padding-bottom: 2px;
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .selfnation-newsletter-holder .form-input {
        font-size: 12px; } }
    .selfnation-newsletter-holder .form-input:focus {
      border-bottom-color: #fff; }
    .selfnation-newsletter-holder .form-input::-webkit-input-placeholder {
      color: #fff; }
    .selfnation-newsletter-holder .form-input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .selfnation-newsletter-holder .form-input:-moz-placeholder {
      color: #fff; }
    .selfnation-newsletter-holder .form-input:-ms-input-placeholder {
      color: #fff; }
    .selfnation-newsletter-holder .form-input.placeholder {
      color: #fff; }
  .selfnation-newsletter-holder .btn-wrap {
    font-size: 0;
    margin-right: -17px;
    padding: 42px 0 0;
    text-align: center; }
    @media (max-width: 1023px) {
      .selfnation-newsletter-holder .btn-wrap {
        padding: 34px 0 0; } }
    @media (max-width: 767px) {
      .selfnation-newsletter-holder .btn-wrap {
        padding-top: 10px; } }
    .selfnation-newsletter-holder .btn-wrap .button {
      margin-right: 17px;
      font-size: 15px;
      line-height: 24px;
      min-width: 107px;
      padding: 2px 10px; }
      @media (min-width: 1024px) {
        .selfnation-newsletter-holder .btn-wrap .button {
          min-width: 186px;
          padding: 5px 10px; } }
      @media (max-width: 767px) {
        .selfnation-newsletter-holder .btn-wrap .button {
          font-size: 12px; } }
      .selfnation-newsletter-holder .btn-wrap .button:hover {
        background: #fff;
        color: #000; }
    .selfnation-newsletter-holder .btn-wrap .thankyou-text {
      display: none;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      line-height: 24px; }
    @media (min-width: 375px) {
      .selfnation-newsletter-holder .btn-wrap .error-text {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
        position: initial; } }
    @media (min-width: 768px) {
      .selfnation-newsletter-holder .btn-wrap .error-text {
        font-size: 13px;
        line-height: 15px;
        top: 125px;
        position: absolute;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .selfnation-newsletter-holder .btn-wrap .error-text {
        display: none;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 24px;
        top: 140px;
        position: absolute;
        font-weight: bold; } }

.intro-banner {
  position: relative;
  overflow: hidden; }
  .intro-banner .inner-holder {
    overflow: hidden; }
    @media (max-width: 1023px) {
      .intro-banner .inner-holder {
        margin-bottom: 95px; } }
    @media (max-width: 766px) {
      .intro-banner .inner-holder {
        margin-bottom: 60px; } }
    .intro-banner .inner-holder .men,
    .intro-banner .inner-holder .women {
      display: inline-block;
      cursor: pointer; }
      .intro-banner .inner-holder .men .image,
      .intro-banner .inner-holder .women .image {
        float: left;
        width: 50%; }
      .intro-banner .inner-holder .men .link,
      .intro-banner .inner-holder .women .link {
        position: relative;
        float: left;
        width: 50%; }
        .intro-banner .inner-holder .men .link .btn,
        .intro-banner .inner-holder .women .link .btn {
          transition: background 0.2s linear, color 0.2s linear;
          border: 2px solid #000;
          font-size: 12px;
          letter-spacing: 0.2em;
          min-width: 96px;
          line-height: 14px;
          padding: 5px;
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: none;
          position: absolute;
          text-align: center;
          top: 56%;
          left: 50%;
          transform: translate(-50%, -50%); }
  .intro-banner .banner-item {
    position: relative;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .intro-banner .banner-item {
        float: left;
        width: 50%; } }
    @media (max-width: 1023px) {
      .intro-banner .banner-item {
        float: left;
        width: 50%; } }
    @media (min-width: 1024px) {
      .intro-banner .banner-item .banner-image {
        height: auto !important; } }
    .intro-banner .banner-item .banner-image img {
      width: 100%;
      height: auto; }
    .intro-banner .banner-item .banner-image .large {
      display: none; }
      @media (min-width: 1024px) {
        .intro-banner .banner-item .banner-image .large {
          display: block; } }
    .intro-banner .banner-item .banner-image .medium {
      display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .intro-banner .banner-item .banner-image .medium {
    display: block; } }
    @media (min-width: 768px) {
      .intro-banner .banner-item .banner-image .small {
        display: none; } }
    .intro-banner .banner-item .banner-text {
      white-space: nowrap;
      text-align: center;
      padding: 0 20px; }
      .intro-banner .banner-item .banner-text:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .intro-banner .banner-item .banner-text > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
      @media (min-width: 1024px) {
        .intro-banner .banner-item .banner-text {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: left;
          z-index: 3;
          padding: 0 40px;
          height: auto !important; }
          .intro-banner .banner-item .banner-text.women {
            text-align: right; }
          .intro-banner .banner-item .banner-text a {
            margin: 10px 0; } }
      .intro-banner .banner-item .banner-text .btn-primary {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-decoration: none;
        position: absolute; }
        @media (min-width: 768px) {
          .intro-banner .banner-item .banner-text .btn-primary:hover + .btn:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: #000;
            display: block; } }
      .intro-banner .banner-item .banner-text .btn {
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-decoration: none; }
        @media (min-width: 768px) {
          .intro-banner .banner-item .banner-text .btn {
            font-size: 33px;
            height: 100%;
            line-height: 55vw;
            position: relative; }
            .intro-banner .banner-item .banner-text .btn:after {
              content: '';
              position: absolute;
              top: 49%;
              left: 0;
              right: 0;
              height: 1px;
              background: #000;
              display: none; }
            .intro-banner .banner-item .banner-text .btn:hover:after, .intro-banner .banner-item .banner-text .btn.active:after {
              display: block; } }
        @media (max-width: 1023px) {
          .intro-banner .banner-item .banner-text .btn {
            display: inline-block; } }
        @media (max-width: 767px) {
          .intro-banner .banner-item .banner-text .btn {
            -webkit-transition: background 0.2s linear, color 0.2s linear;
            -o-transition: background 0.2s linear, color 0.2s linear;
            transition: background 0.2s linear, color 0.2s linear;
            border: 2px solid #000;
            font-size: 12px;
            letter-spacing: 0.2em;
            min-width: 96px;
            line-height: 14px;
            padding: 5px; }
            .intro-banner .banner-item .banner-text .btn:hover {
              background: #000;
              color: #fff; } }
  .intro-banner .intro-text {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .intro-banner .intro-text {
        font-size: 28px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .intro-banner .intro-text {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 350px;
        margin: 0 auto; } }
    .intro-banner .intro-text span {
      display: block; }

@media (max-width: 1023px) {
  .london-studio-hover-fix {
    height: 260px; } }

.account-perfect-fit-number-info .left-part {
  width: 50%;
  padding-right: 50px;
  text-align: right; }
  @media (max-width: 767px) {
    .account-perfect-fit-number-info .left-part {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.account-perfect-fit-number-info .right-part {
  width: 50%;
  text-align: left;
  padding-left: 50px;
  padding-right: 15%; }
  @media (max-width: 767px) {
    .account-perfect-fit-number-info .right-part {
      width: 100%; } }

.account-perfect-fit-number-info {
  margin-bottom: 20px; }

.perfectfitnumber-totalprice {
  float: right;
  padding-right: 5px; }

.perfectfitnumber-legal-notes {
  margin-top: 40px;
  text-align: justify;
  display: none; }

.reseller.you-are-reseller {
  width: 100%;
  height: 5rem;
  text-align: center;
  font-size: 1rem;
  background-color: #cccccc;
  border: 3px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.cookie-disclaimer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(92, 92, 92, 0.95);
  color: #fff;
  text-align: center;
  padding: 1em;
  z-index: 99999; }
  .cookie-disclaimer.hidden {
    display: none; }
  .cookie-disclaimer span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFF;
    padding-left: 1em; }

.user_auth_selection .jcf-select {
  background: black;
  text-align: center; }
  .user_auth_selection .jcf-select .jcf-select-text {
    font-size: 30px;
    color: white; }

[data-custom-href] {
  cursor: pointer; }

.white {
  color: #FFF; }
  .white .category-button {
    color: #FFF;
    border-color: #FFF; }
    .white .category-button:hover {
      border-color: #4a4a4a; }

.individuality.intro-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .individuality.intro-title {
      top: 50%;
      transform: translateY(-100%); } }
  .individuality.intro-title h1 {
    margin: 2rem 0 0 0;
    letter-spacing: 4px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .individuality.intro-title h1 {
        margin: 0;
        letter-spacing: 2px;
        font-size: 25px; } }
    @media (max-width: 425px) {
      .individuality.intro-title h1 {
        font-size: 20px; } }
  .individuality.intro-title p {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .individuality.intro-title p {
        font-size: 16px; } }
    @media (max-width: 425px) {
      .individuality.intro-title p {
        font-size: 13px; } }

.individuality.container {
  margin-bottom: 55px; }
  .individuality.container .individuality-button {
    position: relative; }
    .individuality.container .individuality-button img {
      width: 100%; }
    .individuality.container .individuality-button .text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 65%; }
      .individuality.container .individuality-button .text .title {
        text-align: center; }
        .individuality.container .individuality-button .text .title h1 {
          margin: 2rem 0 0 0;
          letter-spacing: 4px;
          text-transform: uppercase; }
          @media (max-width: 1023px) {
            .individuality.container .individuality-button .text .title h1 {
              font-size: 35px; } }
          @media (max-width: 767px) {
            .individuality.container .individuality-button .text .title h1 {
              letter-spacing: 2px;
              font-size: 15px; } }
          @media (max-width: 550px) {
            .individuality.container .individuality-button .text .title h1 {
              margin: 0.5rem 0 0 0; } }
          @media (max-width: 425px) {
            .individuality.container .individuality-button .text .title h1 {
              font-size: 12px;
              margin-bottom: 0.3rem; } }
        .individuality.container .individuality-button .text .title p {
          font-size: 22px;
          font-weight: 300;
          text-transform: uppercase; }
          @media (max-width: 1023px) {
            .individuality.container .individuality-button .text .title p {
              font-size: 19px; } }
          @media (max-width: 767px) {
            .individuality.container .individuality-button .text .title p {
              font-size: 11px; } }
          @media (max-width: 425px) {
            .individuality.container .individuality-button .text .title p {
              font-size: 8px;
              display: none; } }
      .individuality.container .individuality-button .text .link {
        text-align: center; }
        .individuality.container .individuality-button .text .link .button {
          margin: 0 auto;
          text-align: center; }
          @media (max-width: 1023px) {
            .individuality.container .individuality-button .text .link .button {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .individuality.container .individuality-button .text .link .button {
              font-size: 11px; } }
          @media (max-width: 550px) {
            .individuality.container .individuality-button .text .link .button {
              font-size: 8px; } }
          @media (max-width: 374px) {
            .individuality.container .individuality-button .text .link .button {
              padding: 6px 8px; } }

.individuality .title-wrap {
  text-transform: uppercase; }
  @media (max-width: 639px) {
    .individuality .title-wrap {
      font-size: 15px;
      line-height: 1.2; } }
  .individuality .title-wrap h1 {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .individuality .title-wrap h1 {
        font-size: 35px; } }
  .individuality .title-wrap h2 {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 40px; }

@media (max-width: 767px) {
  .individuality .information-wrap .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .individuality .information-wrap .visible-mobile {
    display: none !important; } }

.individuality .information-wrap .content-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .individuality .information-wrap .content-wrap {
      display: block;
      text-align: center; } }
  .individuality .information-wrap .content-wrap .txt {
    width: calc(100% - 300px);
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .individuality .information-wrap .content-wrap .txt {
        width: calc(100% - 240px); } }
    @media (max-width: 767px) {
      .individuality .information-wrap .content-wrap .txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px; } }
  .individuality .information-wrap .content-wrap .img {
    max-width: 300px; }
    @media (max-width: 1023px) {
      .individuality .information-wrap .content-wrap .img {
        max-width: 240px; } }
    @media (max-width: 767px) {
      .individuality .information-wrap .content-wrap .img {
        margin: 0 auto 30px; } }

.individuality .information-wrap .video-block-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .individuality .information-wrap .video-block-wrap {
      display: block; } }
  .individuality .information-wrap .video-block-wrap .txt {
    max-width: 690px;
    margin: 0 auto; }

.individuality .information-wrap .video-frame {
  width: 50%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .individuality .information-wrap .video-frame {
      width: 100%; } }
  .individuality .information-wrap .video-frame .txt {
    padding: 0 20px; }
    @media (max-width: 767px) {
      .individuality .information-wrap .video-frame .txt {
        margin-bottom: 60px;
        padding: 0 15px; } }

.individuality .information-wrap h2 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 639px) {
    .individuality .information-wrap h2 {
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: 1px;
      margin-bottom: 30px; } }

.individuality .information-wrap .video-wrap {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .individuality .information-wrap .video-wrap {
      height: 334px !important; } }
  @media (min-width: 1023px) {
    .individuality .information-wrap .video-wrap {
      height: 434px !important; } }
  @media (min-width: 1220px) {
    .individuality .information-wrap .video-wrap {
      height: 434px !important; } }
  @media (max-width: 767px) {
    .individuality .information-wrap .video-wrap {
      display: block;
      overflow: hidden;
      width: 100%;
      padding: 0; } }
  .individuality .information-wrap .video-wrap .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute; }
    @media (max-width: 767px) {
      .individuality .information-wrap .video-wrap .overlay img {
        width: 100%; } }
  .individuality .information-wrap .video-wrap iframe {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .individuality .information-wrap .video-wrap.video-play .overlay {
      opacity: 0;
      visibility: hidden; } }

.individuality .information-wrap .text {
  transition: opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  color: #fff;
  padding: 10px;
  width: 100%; }
  @media (min-width: 1220px) {
    .individuality .information-wrap .text {
      padding: 40px; } }

.individuality .information-wrap .h2 {
  display: block;
  letter-spacing: 3px;
  margin-bottom: 30px; }
  @media (max-width: 639px) {
    .individuality .information-wrap .h2 {
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 2px;
      margin-bottom: 10px; } }

.individuality .information-wrap .btn-play,
.individuality .information-wrap .button-play {
  transition: color, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 33px;
  line-height: 1.2;
  color: #fff;
  padding: 7px 30px;
  text-decoration: none;
  border: 1px solid #fff; }
  @media (max-width: 639px) {
    .individuality .information-wrap .btn-play,
    .individuality .information-wrap .button-play {
      font-size: 20px;
      padding: 5px 26px; } }
  .individuality .information-wrap .btn-play:hover,
  .individuality .information-wrap .button-play:hover {
    color: #1a1a1a;
    background: #fff; }

.individuality .information-wrap .form-wrap {
  margin-bottom: 70px;
  text-align: center; }
  .individuality .information-wrap .form-wrap > p {
    margin-bottom: 0; }
  .individuality .information-wrap .form-wrap h2 {
    font-weight: 700; }

.individuality .information-wrap .input-form {
  padding-top: 50px; }
  @media (max-width: 639px) {
    .individuality .information-wrap .input-form {
      padding-top: 30px; } }
  .individuality .information-wrap .input-form input[type='tel'],
  .individuality .information-wrap .input-form input[type='text'],
  .individuality .information-wrap .input-form input[type='number'],
  .individuality .information-wrap .input-form input[type='email'],
  .individuality .information-wrap .input-form input[type='password'] {
    border: 2px solid #1a1a1a;
    display: table;
    margin: 0 auto 20px;
    width: 260px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    height: 46px;
    padding: 5px 10px; }
    .individuality .information-wrap .input-form input[type='tel']::-webkit-input-placeholder,
    .individuality .information-wrap .input-form input[type='text']::-webkit-input-placeholder,
    .individuality .information-wrap .input-form input[type='number']::-webkit-input-placeholder,
    .individuality .information-wrap .input-form input[type='email']::-webkit-input-placeholder,
    .individuality .information-wrap .input-form input[type='password']::-webkit-input-placeholder {
      color: #b2b2b2; }
    .individuality .information-wrap .input-form input[type='tel']::-moz-placeholder,
    .individuality .information-wrap .input-form input[type='text']::-moz-placeholder,
    .individuality .information-wrap .input-form input[type='number']::-moz-placeholder,
    .individuality .information-wrap .input-form input[type='email']::-moz-placeholder,
    .individuality .information-wrap .input-form input[type='password']::-moz-placeholder {
      opacity: 1;
      color: #b2b2b2; }
    .individuality .information-wrap .input-form input[type='tel']:-moz-placeholder,
    .individuality .information-wrap .input-form input[type='text']:-moz-placeholder,
    .individuality .information-wrap .input-form input[type='number']:-moz-placeholder,
    .individuality .information-wrap .input-form input[type='email']:-moz-placeholder,
    .individuality .information-wrap .input-form input[type='password']:-moz-placeholder {
      color: #b2b2b2; }
    .individuality .information-wrap .input-form input[type='tel']:-ms-input-placeholder,
    .individuality .information-wrap .input-form input[type='text']:-ms-input-placeholder,
    .individuality .information-wrap .input-form input[type='number']:-ms-input-placeholder,
    .individuality .information-wrap .input-form input[type='email']:-ms-input-placeholder,
    .individuality .information-wrap .input-form input[type='password']:-ms-input-placeholder {
      color: #b2b2b2; }
    .individuality .information-wrap .input-form input[type='tel'].placeholder,
    .individuality .information-wrap .input-form input[type='text'].placeholder,
    .individuality .information-wrap .input-form input[type='number'].placeholder,
    .individuality .information-wrap .input-form input[type='email'].placeholder,
    .individuality .information-wrap .input-form input[type='password'].placeholder {
      color: #b2b2b2; }

.individuality .information-wrap .button {
  color: #fff;
  background: #1a1a1a;
  display: table;
  margin: 0 auto;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2; }
  .individuality .information-wrap .button:hover {
    color: #1a1a1a;
    background: transparent; }

.individuality .information-wrap .container {
  max-width: 1040px; }

.individuality .information-wrap .video-content {
  margin-bottom: 30px; }
  @media (max-width: 639px) {
    .individuality .information-wrap .video-content {
      margin-bottom: 20px; } }
  .individuality .information-wrap .video-content .text {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%; }

.individuality .information-wrap .buttons {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 639px) {
    .individuality .information-wrap .buttons {
      margin-bottom: 20px; } }
  .individuality .information-wrap .buttons a {
    display: inline-block; }

.individuality input::-webkit-outer-spin-button,
.individuality input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.fancybox-wrap.fancybox-type-iframe {
  max-width: none !important; }
  .fancybox-wrap.fancybox-type-iframe .fancybox-close {
    transition: color, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
    background: #1a1a1a;
    border: 3px solid #e8e8e8;
    text-decoration: none;
    color: #e8e8e8; }
    .fancybox-wrap.fancybox-type-iframe .fancybox-close:before {
      transition: color, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      font-weight: 700;
      font-size: 28px;
      margin-top: -1px;
      speak: none;
      line-height: 1;
      content: "\e800";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-family: 'icomoon';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .fancybox-wrap.fancybox-type-iframe .fancybox-close:hover {
      background: #e8e8e8;
      color: #1a1a1a; }

.newsletters-form {
  font-size: 13px;
  line-height: 1.2;
  padding: 30px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #1a1a1a; }
  .newsletters-form .close {
    transition: color, 0.3s, ease-in-out;
    text-decoration: none;
    position: absolute;
    font-size: 30px;
    line-height: 1;
    right: 24px;
    top: 26px; }
    .newsletters-form .close:hover {
      color: #bcbcbc; }
  .newsletters-form [type='tel'],
  .newsletters-form [type='text'],
  .newsletters-form [type='email'],
  .newsletters-form [type='password'] {
    transition: color, 0.3s, ease-in-out, border, 0.3s, ease-in-out, background, 0.3s, ease-in-out;
    border: 2px solid #bcbcbc;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    height: 40px;
    width: 100%; }
    @media (max-width: 639px) {
      .newsletters-form [type='tel'],
      .newsletters-form [type='text'],
      .newsletters-form [type='email'],
      .newsletters-form [type='password'] {
        height: 36px; } }
  .newsletters-form .button {
    margin: 10px auto 0;
    display: block; }
  .newsletters-form h3 {
    margin-bottom: 20px;
    margin-right: 20px; }
  .newsletters-form label {
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top; }
  .newsletters-form .input {
    margin-bottom: 18px; }
    @media (max-width: 639px) {
      .newsletters-form .input {
        margin-bottom: 15px; } }
    .newsletters-form .input .radio {
      display: inline-block; }
    .newsletters-form .input.fname, .newsletters-form .input.lname {
      width: 49%;
      display: inline-block; }
      .newsletters-form .input.fname.fname, .newsletters-form .input.lname.fname {
        padding-right: 5px; }
      .newsletters-form .input.fname.lname, .newsletters-form .input.lname.lname {
        padding-left: 5px; }

section.studio {
  position: relative;
  text-align: center; }
  section.studio .col {
    display: inline-block;
    padding: 0px 30px 30px;
    position: relative; }
    section.studio .col span {
      display: block;
      position: relative; }
      section.studio .col span:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1); }
    section.studio .col .button {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      margin-bottom: 50px;
      z-index: 1;
      border-color: #FFF;
      color: #FFF; }
      @media (max-width: 767px) {
        section.studio .col .button {
          left: auto;
          transform: translateX(-50%); } }

.banner.campaign h2.subtitle {
  font-size: 30px; }

.banner.campaign .text-wrap {
  padding-top: 50px; }

.reseller-app {
  margin-top: 40px; }
  .reseller-app .svg {
    text-decoration: none; }
  .reseller-app .subtitle {
    line-height: 52px; }
    .reseller-app .subtitle .identifier {
      font-size: 12px; }
  .reseller-app .login-password {
    margin-top: 10px;
    text-align: center; }
    .reseller-app .login-password h4 {
      font-weight: 500;
      font-size: 16px;
      text-transform: uppercase; }
    .reseller-app .login-password .login-password-form {
      margin-top: 10px;
      position: absolute;
      left: 50%;
      transform: translate(-50%); }
      .reseller-app .login-password .login-password-form input {
        float: left; }
        .reseller-app .login-password .login-password-form input#reseller_password:disabled {
          background-color: #e0e0e0; }
      .reseller-app .login-password .login-password-form #reseller_password {
        margin-right: 5px; }
        @media (min-width: 1023px) {
          .reseller-app .login-password .login-password-form #reseller_password {
            padding: 0.56em 0.7em; } }
  .reseller-app .user-panel #search_user {
    margin-bottom: 20px;
    width: 400px; }
  .reseller-app .user-panel .order-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 768px; }
    .reseller-app .user-panel .order-list .order {
      margin-top: 20px;
      border: 2px solid #000; }
      .reseller-app .user-panel .order-list .order table {
        font-size: 12px; }
        .reseller-app .user-panel .order-list .order table tr.header {
          background-color: #000;
          color: #FFF; }
          .reseller-app .user-panel .order-list .order table tr.header:first-of-type {
            background-color: #7c93c6; }
        .reseller-app .user-panel .order-list .order table tr.admin-header {
          background-color: #6d6d6d;
          color: #FFF; }
        .reseller-app .user-panel .order-list .order table tr td {
          text-transform: uppercase;
          padding: 5px; }
          .reseller-app .user-panel .order-list .order table tr td.subheader {
            font-weight: 700; }
          .reseller-app .user-panel .order-list .order table tr td .button.refund {
            background-color: #b91c11;
            color: #FFF;
            border-color: #b91c11; }

.button.reseller-mode {
  background-color: #2848b9;
  color: #FFF;
  border-color: #2848b9; }

.header-app {
  padding-bottom: 15px; }

.wrap .tailoring-table {
  width: 100%; }
  .wrap .tailoring-table td {
    padding: 5px;
    width: 50%; }

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