/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  padding-right: 20px;
  min-height: 1px; }

[class*='col-']:last-of-type {
  padding-right: 0px; }

.row {
  width: 100%;
  max-width: 1280px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.row-pad {
  padding-left: 20px; }

.row-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

@media handheld, only screen and (max-width: 767px) {
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px; } }
/* Include Default Variables & Mixins */
/* FONTS */
/***********************************************
 * GENERAL ELEMENTS
 **********************************************/
body {
  font-family: 'proxima-nova-alt', Arial, Sans;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  display: none;
  color: #2A2721; }

div.error {
  background-image: none; }

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

a {
  text-decoration: none;
  color: #9e794f; }
  a:focus, a:hover {
    outline: none;
    color: #4b351d; }
  a.link-svg {
    display: inline-block; }
    a.link-svg i {
      display: inline-block; }
      a.link-svg i.over {
        display: none; }

#sp-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: #8c7f70;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #sp-overlay.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    visibility: visible; }

.show,
.show-desktop {
  display: block; }

.hide,
.show-mobile {
  display: none; }

.v-sep {
  width: 1px;
  height: 100%;
  background: url(../img/v-sep.png) repeat-y; }

.statusdiv.preloadevt {
  background: #FFF;
  padding: 5px 5px 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.cloudzoom-zoom-thick {
  width: 450px !important;
  height: 580px !important;
  cursor: pointer; }
  .cloudzoom-zoom-thick.img-vertical {
    width: 566px !important; }

.cloudzoom-lens-thick {
  width: 200px;
  height: 200px;
  cursor: pointer; }

a#logo {
  width: 166px; }
  a#logo svg {
    width: 100%; }
    a#logo svg rect,
    a#logo svg path {
      fill: blue; }

.w-contacts-form input[type="submit"],
a.hov-arrow-right {
  border: 3px solid #FFF;
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 12px 31px 12px 20px;
  font-family: 'proxima-nova-alt', Arial, Sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 1px; }
  .w-contacts-form input[type="submit"] .icon-cta-arrow,
  a.hov-arrow-right .icon-cta-arrow {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 16px;
    height: 13px;
    margin-top: -9px; }
    .w-contacts-form input[type="submit"] .icon-cta-arrow svg,
    a.hov-arrow-right .icon-cta-arrow svg {
      width: 7px; }
      .w-contacts-form input[type="submit"] .icon-cta-arrow svg path,
      a.hov-arrow-right .icon-cta-arrow svg path {
        fill: #FFF; }
  .w-contacts-form input[type="submit"]:hover,
  a.hov-arrow-right:hover {
    color: #4A340C;
    background: #FFF; }
    .w-contacts-form input[type="submit"]:hover svg path,
    a.hov-arrow-right:hover svg path {
      fill: #4A340C; }
  .w-contacts-form input[type="submit"].dark,
  a.hov-arrow-right.dark {
    border: 3px solid #2f2a24;
    color: #2f2a24; }
    .w-contacts-form input[type="submit"].dark .icon-cta-arrow svg path,
    a.hov-arrow-right.dark .icon-cta-arrow svg path {
      fill: #2f2a24; }
    .w-contacts-form input[type="submit"].dark:hover,
    a.hov-arrow-right.dark:hover {
      color: #FFF;
      background: #2f2a24; }
      .w-contacts-form input[type="submit"].dark:hover svg path,
      a.hov-arrow-right.dark:hover svg path {
        fill: #FFF; }

/***********************************************
 * HEADER
 **********************************************/
header.w-header .inside {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95); }
  header.w-header .inside .content {
    padding: 24px 0;
    border-bottom: 1px solid #cfcfcd; }
  header.w-header .inside a#logo {
    width: 166px;
    display: inline-block; }
    header.w-header .inside a#logo svg {
      max-width: 100%; }
      header.w-header .inside a#logo svg rect,
      header.w-header .inside a#logo svg path {
        fill: #8c7f70; }
  header.w-header .inside nav#main-menu {
    padding: 17px 0 0 35px; }
    header.w-header .inside nav#main-menu ul {
      margin: 0;
      padding: 0;
      border: 0;
      overflow: hidden;
      *zoom: 1; }
      header.w-header .inside nav#main-menu ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        display: inline;
        float: left;
        padding-left: 32px;
        padding-right: 32px; }
        header.w-header .inside nav#main-menu ul li:first-child, header.w-header .inside nav#main-menu ul li.first {
          padding-left: 0; }
        header.w-header .inside nav#main-menu ul li:last-child {
          padding-right: 0; }
        header.w-header .inside nav#main-menu ul li.last {
          padding-right: 0; }
      header.w-header .inside nav#main-menu ul li a {
        color: #716b65;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 5px;
        position: relative;
        letter-spacing: 1px; }
        header.w-header .inside nav#main-menu ul li a:after {
          position: absolute;
          width: 0;
          height: 1px;
          left: 0;
          bottom: 1px;
          content: '  ';
          background: #4a4845;
          -webkit-transition-property: width;
          -moz-transition-property: width;
          -o-transition-property: width;
          transition-property: width;
          -webkit-transition-duration: 0.4s;
          -moz-transition-duration: 0.4s;
          -o-transition-duration: 0.4s;
          transition-duration: 0.4s; }
        header.w-header .inside nav#main-menu ul li a.active {
          font-weight: 700;
          color: #4a4845; }
          header.w-header .inside nav#main-menu ul li a.active:after {
            width: 100%;
            height: 2px;
            bottom: 2px; }
  header.w-header .inside #lang-switcher {
    float: right;
    padding-top: 17px; }
    header.w-header .inside #lang-switcher ul {
      margin: 0;
      padding: 0;
      border: 0;
      overflow: hidden;
      *zoom: 1; }
      header.w-header .inside #lang-switcher ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        display: inline;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
        header.w-header .inside #lang-switcher ul li:first-child, header.w-header .inside #lang-switcher ul li.first {
          padding-left: 0; }
        header.w-header .inside #lang-switcher ul li:last-child {
          padding-right: 0; }
        header.w-header .inside #lang-switcher ul li.last {
          padding-right: 0; }
      header.w-header .inside #lang-switcher ul li {
        height: 24px; }
        header.w-header .inside #lang-switcher ul li a {
          font-family: 'proxima-nova-alt', Arial, Sans;
          font-size: 12px;
          font-weight: 300;
          font-style: normal;
          margin: 0 3px;
          text-transform: uppercase;
          color: #716b65; }
          header.w-header .inside #lang-switcher ul li a:hover {
            color: #4a4845;
            border-bottom: 1px solid #4a4845; }

/***********************************************
 * DOC NO TOUCH
 **********************************************/
html.no-touch header.w-header nav#main-menu ul li a:hover {
  color: #4a4845; }
  html.no-touch header.w-header nav#main-menu ul li a:hover:after {
    width: 100%; }

/***********************************************
 * FOOTER
 **********************************************/
footer.w-footer {
  padding-right: 20px; }
  footer.w-footer .inside {
    border-top: 1px solid #cfcfcd;
    margin: 42px 0;
    position: relative;
    text-align: center;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #4a4845; }
    footer.w-footer .inside .icon-footer {
      position: absolute;
      top: -7px;
      width: 100%;
      height: 15px; }
      footer.w-footer .inside .icon-footer svg path {
        fill: #BBB; }
    footer.w-footer .inside .copyright {
      margin-top: 42px;
      letter-spacing: 1px; }

.w-main.not-front {
  margin-top: 90px; }

/***********************************************
 * BREADCRUMB MENU
 **********************************************/
.breadcrumb-menu-mobile {
  display: none; }

.w-breadcrumb-menu {
  margin: 29px 0;
  position: relative;
  min-height: 35px; }
  .w-breadcrumb-menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    overflow: visible;
    background: #FFF; }
    .w-breadcrumb-menu ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .w-breadcrumb-menu ul li:first-child, .w-breadcrumb-menu ul li.first {
        padding-left: 0; }
      .w-breadcrumb-menu ul li:last-child {
        padding-right: 0; }
      .w-breadcrumb-menu ul li.last {
        padding-right: 0; }
    .w-breadcrumb-menu ul li {
      border: 1px solid #FFF;
      font-size: 14px;
      color: #716b65;
      padding-top: 5px; }
      .w-breadcrumb-menu ul li.sep {
        color: #a9a6a2; }
      .w-breadcrumb-menu ul li a {
        display: inline-block;
        padding-bottom: 8px;
        color: #9e794f;
        transition: background-image .2s ease-in-out;
        -moz-transition: background-image .2s ease-in-out;
        -webkit-transition: background-image .2s ease-in-out;
        background: url(../img/dash-menu.png) repeat-x -2px 20px; }
        .w-breadcrumb-menu ul li a:hover {
          background: url(../img/dot-menu.png) repeat-x -2px 20px; }
      .w-breadcrumb-menu ul li.expandable {
        position: relative;
        padding-right: 10px;
        min-width: 100px; }
        .w-breadcrumb-menu ul li.expandable a {
          color: #716b65;
          background: none; }
          .w-breadcrumb-menu ul li.expandable a:hover {
            color: #333; }
            .w-breadcrumb-menu ul li.expandable a:hover .arrow svg polygon {
              fill: #333; }
          .w-breadcrumb-menu ul li.expandable a .arrow {
            display: inline-block;
            padding: 0 10px; }
            .w-breadcrumb-menu ul li.expandable a .arrow svg {
              width: 15px; }
              .w-breadcrumb-menu ul li.expandable a .arrow svg polygon {
                fill: #716b65; }
      .w-breadcrumb-menu ul li.open {
        border: 1px solid #cfcfcd;
        border-bottom: 0; }
        .w-breadcrumb-menu ul li.open .arrow svg {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .w-breadcrumb-menu ul li ul {
        display: none;
        position: absolute;
        margin-left: -11px;
        width: 100%;
        padding: 2px 10px;
        border: 1px solid #cfcfcd;
        border-top: 0;
        z-index: 10; }
        .w-breadcrumb-menu ul li ul li {
          float: none;
          display: block;
          padding: 0; }
          .w-breadcrumb-menu ul li ul li a {
            display: block;
            padding: 8px 0;
            transition: background-image .2s ease-in-out;
            -moz-transition: background-image .2s ease-in-out;
            -webkit-transition: background-image .2s ease-in-out;
            background: url(../img/dash-menu-sec.png) repeat-x -2px 32px !important; }
            .w-breadcrumb-menu ul li ul li a:hover {
              background: url(../img/dot-menu-sec.png) repeat-x -2px 32px !important; }
          .w-breadcrumb-menu ul li ul li:first-child {
            border-top: 1px solid #cfcfcd; }
          .w-breadcrumb-menu ul li ul li:last-child a {
            background: none !important; }

/***********************************************
 * HOMEPAGE
 **********************************************/
body.front header.w-header .inside {
  position: relative;
  border-bottom: 0; }
body.front .main {
  position: relative;
  min-height: 400px;
  overflow: hidden; }
body.front .bg-image {
  position: absolute;
  width: 100%;
  text-align: center; }
  body.front .bg-image img {
    width: 100%; }
body.front .home-anim ul.itemwrap li .info {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  text-align: center; }
  body.front .home-anim ul.itemwrap li .info h2,
  body.front .home-anim ul.itemwrap li .info h1 {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    text-shadow: rgba(0, 0, 0, 0.6) 0 1px 1px;
    line-height: 64px;
    color: #FFF;
    max-width: 600px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 40px; }
body.front .home-anim ul.itemwrap li .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: #888888 0 3px 6px 1px;
  -moz-box-shadow: #888888 0 3px 6px 1px;
  box-shadow: #888888 0 3px 6px 1px;
  z-index: 1; }
body.front .fxSoftScale {
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
  background: #333; }
body.front .fxSoftScale > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }
  body.front .fxSoftScale > ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    overflow: hidden; }
    body.front .fxSoftScale > ul li.first {
      z-index: 1000; }
    body.front .fxSoftScale > ul li img {
      display: block;
      min-width: 100%;
      max-width: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.no-cssanimations body.front .fxSoftScale li img {
  left: 0; }

/***********************************************
 * PAGE PRODUCTS (CATEGORIES)
 **********************************************/
.page-products .view-id-product_categories .views-row {
  margin-bottom: 40px; }
.page-products .view-id-product_categories .views-row-odd .inside {
  margin-right: 10px; }
.page-products .view-id-product_categories .views-row-even .inside {
  margin-left: 10px; }
.page-products .view-id-product_categories [class*='col-']:last-of-type {
  padding-right: 20px; }
.page-products .view-id-product_categories .inside {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .page-products .view-id-product_categories .inside .views-field-tid-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .page-products .view-id-product_categories .inside .views-field-tid-1 .field-content {
      display: inline-block;
      color: #FFF;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 32px;
      font-weight: 700;
      font-style: normal;
      padding: 25px 0 0 30px;
      letter-spacing: 2px;
      text-shadow: black 0 1px 0; }
  .page-products .view-id-product_categories .inside .views-field-nothing {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #553428;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .page-products .view-id-product_categories .inside .views-field-field-image {
    overflow: hidden;
    max-height: 345px;
    position: relative; }
    .page-products .view-id-product_categories .inside .views-field-field-image img {
      position: relative;
      top: -74px;
      left: -74px;
      max-width: 748px; }
  .page-products .view-id-product_categories .inside .views-field-tid {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: -240px;
    height: 240px; }
  .page-products .view-id-product_categories .inside .menu-children {
    display: inline-block; }
    .page-products .view-id-product_categories .inside .menu-children h2 {
      color: #FFF;
      width: 100%;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 32px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 2px;
      display: inline-block;
      padding: 0 0 10px;
      text-shadow: black 0 1px 0;
      border-bottom: 1px solid #A49A98;
      margin: 0 0 12px;
      cursor: default;
      letter-spacing: 2px; }
    .page-products .view-id-product_categories .inside .menu-children ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .page-products .view-id-product_categories .inside .menu-children ul li {
        width: 100%; }
        .page-products .view-id-product_categories .inside .menu-children ul li a {
          width: 100%;
          display: inline-block;
          padding-bottom: 20px;
          font-family: 'proxima-nova-alt', Arial, Sans;
          font-size: 20px;
          font-weight: 300;
          font-style: normal;
          color: #FFF;
          letter-spacing: 1px;
          -webkit-transition: background-image 0.2s ease-in-out;
          -moz-transition: background-image 0.2s ease-in-out;
          -ms-transition: background-image 0.2s ease-in-out;
          -o-transition: background-image 0.2s ease-in-out;
          transition: background-image 0.2s ease-in-out;
          background: url(../img/dash-cat.png) repeat-x -3px 34px; }
          .page-products .view-id-product_categories .inside .menu-children ul li a:hover {
            background: url(../img/dot-cat.png) repeat-x -3px 34px; }

/***********************************************
 * SHOWROOM SKIN
 **********************************************/
.w-showroom {
  border-top: 1px solid #cfcfcd;
  border-bottom: 1px solid #cfcfcd;
  padding: 25px 0;
  margin: 25px 0; }
  .w-showroom .showroom-skin {
    /* NEW */ }
    .w-showroom .showroom-skin .jcarousel-clip {
      overflow: hidden; }
    .w-showroom .showroom-skin ul,
    .w-showroom .showroom-skin .jcarousel-clip-horizontal {
      width: 424px;
      height: 424px;
      clear: both; }
    .w-showroom .showroom-skin ul {
      margin: 0;
      padding: 0; }
      .w-showroom .showroom-skin ul li {
        width: 424px;
        height: 424px;
        list-style: none;
        float: left; }
        .w-showroom .showroom-skin ul li a {
          display: inline-block;
          position: relative;
          padding: 24px 24px 0 0; }
          .w-showroom .showroom-skin ul li a .novelty {
            position: absolute;
            width: 30px;
            height: 30px;
            background: #0688A9;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: 0.8;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            right: 15px;
            top: 15px; }
          .w-showroom .showroom-skin ul li a .field-body {
            display: none; }
          .w-showroom .showroom-skin ul li a .w-img {
            position: relative; }
            .w-showroom .showroom-skin ul li a .w-img img {
              max-width: 115px; }
            .w-showroom .showroom-skin ul li a .w-img:before {
              position: absolute;
              top: 0;
              left: 0;
              content: ' ';
              background: #9e794f;
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
              opacity: 0;
              transition: opacity .3s ease-in-out;
              -moz-transition: opacity .3s ease-in-out;
              -webkit-transition: opacity .3s ease-in-out;
              width: 115px;
              height: 115px; }
            .w-showroom .showroom-skin ul li a .w-img:after {
              position: absolute;
              top: 0;
              left: 0;
              content: ' ';
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
              opacity: 0;
              transition: opacity .3s ease-in-out;
              -moz-transition: opacity .3s ease-in-out;
              -webkit-transition: opacity .3s ease-in-out;
              border: 4px solid #73593c;
              width: 115px;
              height: 115px; }
          .w-showroom .showroom-skin ul li a.active .w-img:before, .w-showroom .showroom-skin ul li a:hover .w-img:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5; }
          .w-showroom .showroom-skin ul li a.active .w-img:after, .w-showroom .showroom-skin ul li a:hover .w-img:after {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
    .w-showroom .showroom-skin.one-line ul,
    .w-showroom .showroom-skin.one-line ul li,
    .w-showroom .showroom-skin.one-line .jcarousel-clip-horizontal {
      height: 140px; }
    .w-showroom .showroom-skin.two-lines ul,
    .w-showroom .showroom-skin.two-lines ul li,
    .w-showroom .showroom-skin.two-lines .jcarousel-clip-horizontal {
      height: 286px; }
  .w-showroom .top .title {
    color: #7E7E7E;
    font-size: 16px;
    float: left; }
  .w-showroom .top .nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    float: right; }
    .w-showroom .top .nav span {
      display: inline-block; }
    .w-showroom .top .nav .prev,
    .w-showroom .top .nav .next {
      font-size: 12px;
      cursor: pointer; }
    .w-showroom .top .nav .prev {
      padding-right: 10px; }
    .w-showroom .top .nav .next {
      padding-left: 10px; }
    .w-showroom .top .nav .pager {
      color: #8B8884;
      min-width: 30px; }

a#showroom-back {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 16px;
  color: #9e794f;
  transition: background-image .2s ease-in-out;
  -moz-transition: background-image .2s ease-in-out;
  -webkit-transition: background-image .2s ease-in-out;
  background: url(../img/dash-menu.png) repeat-x -2px 24px; }
  a#showroom-back:hover {
    background: url(../img/dot-menu.png) repeat-x -2px 24px; }
  a#showroom-back .icon-cta-arrow {
    margin-right: 10px; }
    a#showroom-back .icon-cta-arrow svg {
      height: 10px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      a#showroom-back .icon-cta-arrow svg path {
        fill: #9e794f; }

/***********************************************
 * PRODUCT DETAIL WITH SHOWROOM
 **********************************************/
.node-type-product-display .w-main .row,
.page-taxonomy-term .w-main .row {
  overflow: visible; }
.node-type-product-display .cloudzoom-blank,
.page-taxonomy-term .cloudzoom-blank {
  min-height: 200px; }
.node-type-product-display .w-breadcrumb-menu,
.page-taxonomy-term .w-breadcrumb-menu {
  margin-bottom: 0; }
.node-type-product-display .w-detail,
.page-taxonomy-term .w-detail {
  width: 100%; }
  .node-type-product-display .w-detail .field-image,
  .page-taxonomy-term .w-detail .field-image {
    min-height: 300px; }
  .node-type-product-display .w-detail .image-vertical,
  .page-taxonomy-term .w-detail .image-vertical {
    max-width: 540px;
    margin: auto; }
  .node-type-product-display .w-detail .image-horizontal,
  .page-taxonomy-term .w-detail .image-horizontal {
    max-width: 800px; }
.node-type-product-display .field-image,
.page-taxonomy-term .field-image {
  position: relative;
  padding-top: 30px; }
  .node-type-product-display .field-image .novelty,
  .page-taxonomy-term .field-image .novelty {
    position: absolute;
    width: 104px;
    height: 104px;
    background: #0688A9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: -15px;
    top: 13px;
    text-align: center;
    padding-top: 40px;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #FFF; }
.node-type-product-display .field-body,
.page-taxonomy-term .field-body {
  font-family: 'proxima-nova-alt', Arial, Sans;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #67625D;
  float: left;
  width: 90%;
  margin-top: 10px; }
.node-type-product-display .w-tooltip,
.page-taxonomy-term .w-tooltip {
  float: right;
  padding-top: 10px; }
  .node-type-product-display .w-tooltip a,
  .page-taxonomy-term .w-tooltip a {
    display: block;
    position: relative;
    color: #9e794f; }
    .node-type-product-display .w-tooltip a svg path,
    .page-taxonomy-term .w-tooltip a svg path {
      fill: #9e794f; }
    .node-type-product-display .w-tooltip a span,
    .page-taxonomy-term .w-tooltip a span {
      width: 200px;
      height: auto;
      line-height: 20px;
      padding: 10px;
      left: 50%;
      margin-left: -100px;
      color: #9e794f;
      text-align: center;
      background: #FFF;
      border: 4px solid #FFF;
      text-indent: 0px;
      border-radius: 5px;
      position: absolute;
      z-index: 1000;
      pointer-events: none;
      bottom: 100px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      font-weight: 100; }
      .node-type-product-display .w-tooltip a span:before, .node-type-product-display .w-tooltip a span:after,
      .page-taxonomy-term .w-tooltip a span:before,
      .page-taxonomy-term .w-tooltip a span:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0, 0, 0, 0.1); }
      .node-type-product-display .w-tooltip a span:after,
      .page-taxonomy-term .w-tooltip a span:after {
        bottom: -14px;
        margin-left: -10px;
        border-top: 10px solid #fff; }
    .node-type-product-display .w-tooltip a:hover span,
    .page-taxonomy-term .w-tooltip a:hover span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      bottom: 40px; }
.node-type-product-display .col-4-12 .inside,
.page-taxonomy-term .col-4-12 .inside {
  float: right;
  padding-left: 30px;
  margin-top: 29px; }
.node-type-product-display .pane-term-description,
.page-taxonomy-term .pane-term-description {
  font-family: 'proxima-nova-alt', Arial, Sans;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
  color: #4C4943;
  letter-spacing: 2px;
  width: 90%; }
  .node-type-product-display .pane-term-description.mobile,
  .page-taxonomy-term .pane-term-description.mobile {
    display: none; }

/***********************************************
 * PAGE CATALOGS LIST
 **********************************************/
#panel-catalogs .views-field .inside {
  text-align: center;
  margin: 60px 0 75px; }
  #panel-catalogs .views-field .inside .title {
    font-size: 36px;
    text-transform: uppercase; }
  #panel-catalogs .views-field .inside .desc {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    padding: 0 160px; }
  #panel-catalogs .views-field .inside .symbol {
    margin: 35px 0; }
    #panel-catalogs .views-field .inside .symbol .cat-symbol {
      display: inline-block; }
  #panel-catalogs .views-field .inside .w-links .links {
    margin: auto;
    overflow: hidden; }
    #panel-catalogs .views-field .inside .w-links .links a {
      display: inline-block;
      border: 2px solid #FFF;
      padding: 18px 30px;
      min-width: 200px;
      text-align: left;
      text-transform: uppercase;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      color: #FFF;
      position: relative;
      z-index: 1; }
      #panel-catalogs .views-field .inside .w-links .links a span.w-icon {
        margin-left: 0; }
      #panel-catalogs .views-field .inside .w-links .links a span {
        display: inline-block;
        margin-left: 35px; }
      #panel-catalogs .views-field .inside .w-links .links a i {
        width: 22px;
        position: absolute; }
        #panel-catalogs .views-field .inside .w-links .links a i svg {
          width: 100%; }
      #panel-catalogs .views-field .inside .w-links .links a:after {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        content: '  ';
        background: #FFF;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        width: 100%;
        height: 100%; }
      #panel-catalogs .views-field .inside .w-links .links a:before {
        position: absolute;
        z-index: -1;
        width: 101%;
        height: 100%;
        top: 0;
        left: 0;
        content: '  ';
        background: #FFF;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
    #panel-catalogs .views-field .inside .w-links .links .download {
      min-height: 1px;
      width: 50%;
      float: left; }
      #panel-catalogs .views-field .inside .w-links .links .download a {
        float: right;
        margin-right: 17px; }
        #panel-catalogs .views-field .inside .w-links .links .download a i {
          top: 14px; }
    #panel-catalogs .views-field .inside .w-links .links .detail {
      min-height: 1px;
      width: 50%;
      overflow: hidden; }
      #panel-catalogs .views-field .inside .w-links .links .detail a {
        margin-left: 17px;
        float: left; }
      #panel-catalogs .views-field .inside .w-links .links .detail i {
        height: 16px;
        background-position: 0 3px; }
#panel-catalogs .views-field .gray-s {
  background: url("../img/gray-s.jpg"); }
  #panel-catalogs .views-field .gray-s .w-links .links a svg polygon,
  #panel-catalogs .views-field .gray-s .w-links .links a svg path {
    fill: #FFF; }
  #panel-catalogs .views-field .gray-s .symbol svg path {
    fill: #cecdcd; }
#panel-catalogs .views-field .brown-h {
  background: url("../img/brown-h.jpg"); }
  #panel-catalogs .views-field .brown-h .symbol svg path {
    fill: #b8b3ae; }
  #panel-catalogs .views-field .brown-h .links a svg polygon,
  #panel-catalogs .views-field .brown-h .links a svg path {
    fill: #FFF; }
#panel-catalogs .views-field .gray-t {
  background: url("../img/gray-t.jpg"); }
  #panel-catalogs .views-field .gray-t .title {
    color: #4A4642; }
  #panel-catalogs .views-field .gray-t .desc {
    color: #363636; }
  #panel-catalogs .views-field .gray-t .symbol svg path {
    fill: #b2b2b2; }
  #panel-catalogs .views-field .gray-t .w-links .links a {
    border: 2px solid #d4d2d0;
    color: #4A4642; }
    #panel-catalogs .views-field .gray-t .w-links .links a:before {
      background: #4A4642; }
    #panel-catalogs .views-field .gray-t .w-links .links a svg polygon,
    #panel-catalogs .views-field .gray-t .w-links .links a svg path {
      fill: #4A4642; }
#panel-catalogs .views-field .gray-s,
#panel-catalogs .views-field .brown-h {
  color: #FFF; }

html.no-touch #panel-catalogs .views-field .w-links .links a:hover {
  color: #776C62;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  html.no-touch #panel-catalogs .views-field .w-links .links a:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
html.no-touch #panel-catalogs .gray-s .w-links .links a:hover {
  color: #9C9A9B; }
  html.no-touch #panel-catalogs .gray-s .w-links .links a:hover svg polygon,
  html.no-touch #panel-catalogs .gray-s .w-links .links a:hover svg path {
    fill: #9C9A9B; }
html.no-touch #panel-catalogs .gray-s .symbol svg path {
  fill: #cecdcd; }
html.no-touch #panel-catalogs .brown-h .links a:hover svg polygon,
html.no-touch #panel-catalogs .brown-h .links a:hover svg path {
  fill: #776C62; }
html.no-touch #panel-catalogs .gray-t .w-links .links a:hover {
  border: 2px solid #4A4642;
  color: #FFF; }
  html.no-touch #panel-catalogs .gray-t .w-links .links a:hover svg polygon,
  html.no-touch #panel-catalogs .gray-t .w-links .links a:hover svg path {
    fill: #FFF; }

/***********************************************
 * CATALOG DETAIL
 **********************************************/
.node-type-catalog .top {
  padding-right: 20px; }
  .node-type-catalog .top .inside {
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    overflow: hidden; }
  .node-type-catalog .top h1 {
    margin: 0;
    color: #4A4642;
    text-transform: uppercase;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 36px;
    font-weight: 300;
    font-style: normal; }
  .node-type-catalog .top .back a {
    display: inline-block;
    color: #8E8B8B;
    text-transform: uppercase;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-weight: 100;
    padding-top: 11px;
    position: relative;
    fill: #8E8B8B; }
    .node-type-catalog .top .back a span {
      display: inline-block;
      margin-left: 45px; }
    .node-type-catalog .top .back a i {
      display: inline-block;
      width: 28px;
      height: 22px;
      background-size: 28px;
      position: absolute;
      top: 12px; }
    .node-type-catalog .top .back a:hover {
      color: #666;
      fill: #666; }
  .node-type-catalog .top .w-title {
    text-align: center; }
  .node-type-catalog .top .download a {
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 10px; }
    .node-type-catalog .top .download a i {
      width: 23px; }
      .node-type-catalog .top .download a i svg {
        width: 100%; }
        .node-type-catalog .top .download a i svg path,
        .node-type-catalog .top .download a i svg polygon {
          fill: #373737; }
.node-type-catalog .w-pageflip #pageflip {
  max-width: 1130px;
  max-height: 615px;
  overflow: visible;
  margin: auto;
  margin-bottom: 160px;
  padding: 60px 50px; }
  .node-type-catalog .w-pageflip #pageflip .catalog.right-side,
  .node-type-catalog .w-pageflip #pageflip .catalog.left-side {
    background: none; }
  .node-type-catalog .w-pageflip #pageflip #pageflip-controls {
    bottom: -115px; }
    .node-type-catalog .w-pageflip #pageflip #pageflip-controls #b-fullscreen {
      cursor: pointer; }
    .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons {
      left: 53px;
      width: 236px; }
      .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons .control-bar-pager input {
        color: #4a4845;
        font-family: 'proxima-nova-alt', Arial, Sans;
        font-size: 17px;
        font-weight: 300;
        font-style: normal;
        font-weight: 100; }
      .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons .control-bar-button {
        cursor: pointer;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
        .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons .control-bar-button:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons .control-bar-button.disabled {
          cursor: default;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
          opacity: 0.3; }
        .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons .control-bar-button#b-first {
          margin-right: 20px; }
        .node-type-catalog .w-pageflip #pageflip #pageflip-controls .centered-buttons .control-bar-button#b-last {
          margin-left: 20px; }
  .node-type-catalog .w-pageflip #pageflip .control-bar-button:not(.disabled):hover g {
    fill: #555;
    /*#FA0;*/ }

/***********************************************
 * PAGES WITH SCROLL ANCHOR NEXT STAGE
 **********************************************/
.w-next-stage {
  width: 100%;
  text-align: center;
  margin-top: 100px; }
  .w-next-stage a.next-stage {
    display: inline-block;
    text-transform: uppercase;
    color: #302D27;
    max-width: 90px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .w-next-stage a.next-stage:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .w-next-stage a.next-stage i {
      display: block;
      margin-top: 15px; }
      .w-next-stage a.next-stage i svg {
        width: 28px;
        height: 48px; }
        .w-next-stage a.next-stage i svg polygon {
          fill: #302D27;
          width: 28px;
          height: 48px; }
  .w-next-stage.big a.next-stage {
    color: #FFF;
    max-width: 200px;
    font-size: 16px; }
    .w-next-stage.big a.next-stage i svg {
      width: 27px;
      height: 48px; }
      .w-next-stage.big a.next-stage i svg polygon {
        fill: #FFF; }
  .w-next-stage.big.brown {
    bottom: 20px; }
    .w-next-stage.big.brown a.next-stage i svg {
      width: 40px;
      height: 60px; }
      .w-next-stage.big.brown a.next-stage i svg polygon {
        fill: #AF8559; }
  .w-next-stage.white a.next-stage i svg polygon {
    fill: #FFF; }

/***********************************************
 * B-LAZY AS BACKGROUND IMAGE | COMMON
 **********************************************/
.page-how-we-do .b-lazy,
.page-company .b-lazy {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 760px;
  background-color: #EEE; }
  .page-how-we-do .b-lazy.original-size,
  .page-company .b-lazy.original-size {
    background-size: auto;
    text-align: left;
    background-position: 81% 0; }
  .page-how-we-do .b-lazy.h490,
  .page-company .b-lazy.h490 {
    min-height: 490px; }

html.touch .page-how-we-do .b-lazy,
html.touch .page-company .b-lazy {
  background-attachment: scroll; }

/***********************************************
 * PAGE HOW WE DO
 **********************************************/
.page-how-we-do {
  overflow-x: hidden;
  /* SECTIONS FULL CENTER */
  /* SECTION MENU PRODUCTION*/
  /* SECTIONS HALF RIGHT */
  /* SECTIONS HALF LEFT */ }
  .page-how-we-do header.w-header .inside {
    position: relative;
    border-bottom: 0; }
  .page-how-we-do section {
    position: relative; }
  .page-how-we-do h1, .page-how-we-do h2 {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    color: #FFF;
    text-shadow: 1px 1px 0 #222222;
    text-transform: uppercase;
    margin: 0; }
  .page-how-we-do .info h2 {
    margin: 13px 0; }
  .page-how-we-do .info .description {
    font-weight: 300;
    font-size: 16px;
    color: #FFF; }
    .page-how-we-do .info .description h4 {
      margin: 0;
      font-weight: 100;
      font-size: 22px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      margin: 0 0 24px; }
    .page-how-we-do .info .description p {
      margin: 0;
      line-height: 1.25em; }
  .page-how-we-do section .summary {
    text-align: center;
    padding: 50px 0;
    background: #EEE; }
    .page-how-we-do section .summary h2 {
      color: #2A2824;
      text-shadow: none; }
    .page-how-we-do section .summary .first-row {
      margin: 70px 0 50px; }
    .page-how-we-do section .summary .indicator {
      background: #FFF;
      padding: 37px 60px;
      margin-right: 20px;
      display: inline-block;
      min-width: 355px; }
      .page-how-we-do section .summary .indicator .number {
        color: #2A2824;
        font-size: 100px;
        font-weight: 200;
        display: block;
        float: left;
        margin-right: 15px; }
      .page-how-we-do section .summary .indicator.i1 .number {
        width: 102px; }
      .page-how-we-do section .summary .indicator.i2 .number {
        width: 53px; }
      .page-how-we-do section .summary .indicator.i3 {
        margin-right: 0; }
        .page-how-we-do section .summary .indicator.i3 .number {
          width: 56px; }
      .page-how-we-do section .summary .indicator .desc {
        max-width: 170px;
        height: 94px;
        display: table-cell;
        vertical-align: bottom;
        text-align: left;
        font-size: 28px;
        font-weight: 200;
        line-height: 1em; }
      .page-how-we-do section .summary .indicator.i4 {
        padding: 37px 125px; }
        .page-how-we-do section .summary .indicator.i4 .desc {
          max-width: 400px;
          float: left;
          padding-top: 69px;
          margin-right: 40px; }
        .page-how-we-do section .summary .indicator.i4 .number {
          margin-right: 0;
          width: 205px; }
        .page-how-we-do section .summary .indicator.i4 .unity {
          font-size: 60px;
          padding-top: 37px;
          display: table-cell;
          vertical-align: bottom;
          font-weight: 200;
          float: left; }
  .page-how-we-do #section-1 .b-lazy {
    min-height: 490px;
    background-size: auto;
    background-attachment: initial; }
  .page-how-we-do #section-14 .b-lazy {
    max-height: 448px;
    min-height: 448px;
    background-attachment: scroll; }
    .page-how-we-do #section-14 .b-lazy .info {
      margin: 115px 0 35px; }
      .page-how-we-do #section-14 .b-lazy .info h3 {
        color: #FFF;
        font-weight: 400;
        font-size: 18px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      .page-how-we-do #section-14 .b-lazy .info .description {
        font-style: italic; }
    .page-how-we-do #section-14 .b-lazy .w-link {
      width: 100%;
      text-align: center; }
  .page-how-we-do .stage-number {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 70px;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    line-height: 0.8em;
    text-shadow: 1px 1px 0 #444444;
    padding-top: 40px; }
  .page-how-we-do .full-center {
    position: relative; }
    .page-how-we-do .full-center .inside {
      text-align: center;
      margin-top: 100px; }
      .page-how-we-do .full-center .inside .description {
        font-size: 18px; }
  .page-how-we-do .bg-menu {
    background: url(../img/bg-process.png);
    position: relative;
    min-height: 640px; }
    .page-how-we-do .bg-menu:before {
      content: " ";
      background: url(../img/bg-process-top.png) repeat-x;
      width: 100%;
      height: 13px;
      top: -8px;
      position: absolute; }
    .page-how-we-do .bg-menu .separator {
      border-bottom: 2px solid #a9855b;
      height: 2px;
      width: 92%;
      margin: 40px 4%; }
      .page-how-we-do .bg-menu .separator:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #a9855b;
        position: relative;
        top: -6px;
        left: -6px; }
    .page-how-we-do .bg-menu .container {
      text-align: center; }
      .page-how-we-do .bg-menu .container h2 {
        color: #302D27;
        font-family: 'proxima-nova-alt', Arial, Sans;
        font-size: 22px;
        font-weight: 300;
        font-style: normal;
        text-shadow: none;
        margin: 65px 0 30px; }
        .page-how-we-do .bg-menu .container h2 > i {
          display: none; }
      .page-how-we-do .bg-menu .container h3 {
        font-family: 'proxima-nova-alt', Arial, Sans;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        text-shadow: none;
        color: #4E4B48;
        text-transform: uppercase; }
      .page-how-we-do .bg-menu .container .description p {
        color: #302D27;
        font-size: 18px;
        max-width: 350px;
        margin: auto;
        font-weight: 400; }
    .page-how-we-do .bg-menu #w-production-menu {
      text-align: center; }
      .page-how-we-do .bg-menu #w-production-menu ul#production-menu {
        width: 100%;
        padding: 0; }
        .page-how-we-do .bg-menu #w-production-menu ul#production-menu li {
          display: inline-block;
          vertical-align: top;
          width: 10%;
          margin: 0 0.5% 20px;
          min-width: 100px;
          padding: 0; }
          .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a {
            display: block;
            width: 100%;
            font-size: 15px;
            color: #302D27; }
            .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a i {
              display: block;
              height: 80px; }
              .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a i svg .color-stroke {
                stroke: #a9855b; }
              .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a i svg .color-fill {
                fill: #a9855b; }
            .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a .text {
              display: block;
              text-align: center; }
              .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a .text strong {
                display: block; }
              .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a .text span {
                white-space: normal; }
      .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed {
        position: absolute;
        width: 100%;
        height: 90px;
        left: 0;
        top: 0; }
        .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu {
          position: fixed;
          z-index: 1000;
          margin: 0;
          top: 0;
          overflow: hidden; }
          .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu:before {
            content: ' ';
            background: #FFF;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
            opacity: 0.9;
            width: 100%;
            height: 90px;
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0; }
          .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li {
            width: 5%;
            padding-top: 16px;
            margin: 0 0.4%;
            height: 90px; }
            .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a {
              position: relative; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:before {
                content: ' ';
                width: 60px;
                height: 60px;
                border: 1px solid #d0d0cf;
                background: #FFF;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                opacity: 0.7;
                position: absolute;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                -ms-border-radius: 100px;
                -o-border-radius: 100px;
                border-radius: 100px;
                z-index: -1;
                left: 20px;
                top: -2px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a i {
                height: 36px; }
                .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a i svg {
                  -webkit-transition: all 0.2s;
                  -moz-transition: all 0.2s;
                  -ms-transition: all 0.2s;
                  -o-transition: all 0.2s;
                  transition: all 0.2s;
                  width: 30px;
                  position: absolute;
                  top: 0;
                  left: 35px; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a i svg#prep-weaving {
                    margin-left: 4px !important; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a i svg#dyeing {
                    width: 22px;
                    left: 39px;
                    top: -1px; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a i svg#making {
                    top: 10px; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a .text {
                pointer-events: none; }
                .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a .text strong {
                  display: none; }
                .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a .text span {
                  -webkit-transition: all 0.2s;
                  -moz-transition: all 0.2s;
                  -ms-transition: all 0.2s;
                  -o-transition: all 0.2s;
                  transition: all 0.2s;
                  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                  opacity: 0; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a.active:before {
                border: 1px solid #56514c; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a.active i svg .color-stroke {
                stroke: #56514c; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a.active i svg .color-fill {
                fill: #56514c; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a.checked:before {
                border: 1px solid #af8559; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a.checked:after {
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
                content: ' ';
                width: 53px;
                height: 1px;
                position: absolute;
                top: 27px;
                left: 80px;
                z-index: -1;
                border-top: 1px solid #af8559; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a.checked.hovered:after {
                width: 25px;
                left: 80px; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover:after {
                width: 26px;
                left: 106px; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover:before {
                width: 114px;
                height: 114px;
                left: -8px;
                top: -28px;
                border: 1px solid #56514c; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover i {
                position: relative; }
                .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover i svg {
                  position: absolute;
                  top: -18px; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover i svg .color-stroke {
                    stroke: #56514c; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover i svg .color-fill {
                    fill: #56514c; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover i svg#dyeing {
                    top: -18px; }
                  .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover i svg#making {
                    top: -8px; }
              .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover .text {
                pointer-events: default; }
                .page-how-we-do .bg-menu #w-production-menu #w-ul-production-menu.fixed ul#production-menu li a:hover .text span {
                  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                  opacity: 1;
                  margin-top: -7px; }
  .page-how-we-do .half-right .info {
    margin-top: 160px;
    margin-left: 100px; }
    .page-how-we-do .half-right .info h2,
    .page-how-we-do .half-right .info .stage-number,
    .page-how-we-do .half-right .info .description {
      color: #302E29; }
    .page-how-we-do .half-right .info h2,
    .page-how-we-do .half-right .info .stage-number {
      text-shadow: 1px -1px 0 #fff; }
  .page-how-we-do .half-left .info {
    margin-top: 75px;
    margin-left: 100px; }
    .page-how-we-do .half-left .info h2,
    .page-how-we-do .half-left .info .stage-number,
    .page-how-we-do .half-left .info .description {
      color: #302E29; }
    .page-how-we-do .half-left .info h2,
    .page-how-we-do .half-left .info .stage-number {
      text-shadow: 1px -1px 0 #fff; }
  .page-how-we-do .zoom-thumbnails {
    margin: 50px 0 10px; }
    .page-how-we-do .zoom-thumbnails a {
      display: inline-block;
      cursor: pointer;
      margin-right: 20px; }
      .page-how-we-do .zoom-thumbnails a:last-child {
        margin-right: 0; }
  .page-how-we-do #section-1-design-office .info {
    margin-top: 120px; }
  .page-how-we-do #section-1-design-office .w-next-stage a.next-stage {
    color: #FFF; }
    .page-how-we-do #section-1-design-office .w-next-stage a.next-stage i svg polygon {
      fill: #FFF; }
  .page-how-we-do #section-2-preparation-weaving .info {
    margin-top: 150px; }
  .page-how-we-do #section-2-preparation-weaving .w-next-stage a.next-stage {
    color: #FFF; }
    .page-how-we-do #section-2-preparation-weaving .w-next-stage a.next-stage i svg polygon {
      fill: #FFF; }
  .page-how-we-do #section-4-revised-raw {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }
  .page-how-we-do #section-6-stamping {
    overflow: hidden;
    background: #12110B; }
    .page-how-we-do #section-6-stamping .info {
      margin-top: 200px; }
    .page-how-we-do #section-6-stamping .row {
      overflow: visible; }
    .page-how-we-do #section-6-stamping .w-next-stage a.next-stage {
      color: #FFF; }
      .page-how-we-do #section-6-stamping .w-next-stage a.next-stage i svg polygon {
        fill: #FFF; }
  .page-how-we-do #section-8-final-review .info {
    margin-top: 260px; }
  .page-how-we-do #section-8-final-review .w-next-stage a.next-stage {
    color: #FFF; }
    .page-how-we-do #section-8-final-review .w-next-stage a.next-stage i svg polygon {
      fill: #FFF; }
  .page-how-we-do #section-7-finishes .info {
    margin-top: 128px; }
  .page-how-we-do #section-7-finishes .w-next-stage a.next-stage {
    color: #FFF; }
    .page-how-we-do #section-7-finishes .w-next-stage a.next-stage i svg polygon {
      fill: #FFF; }
  .page-how-we-do #section-9-making .info {
    margin-top: 180px; }
  .page-how-we-do #section-12 .info {
    margin-top: 370px; }
  .page-how-we-do #section-12 .w-next-stage {
    display: none; }

/***********************************************
 * BACKGROUND SLIDESHOW
 **********************************************/
.bg-slideshow {
  margin-top: 30px; }
  .bg-slideshow ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    overflow: visible; }
    .bg-slideshow ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 11px;
      padding-right: 11px; }
      .bg-slideshow ul li:first-child, .bg-slideshow ul li.first {
        padding-left: 0; }
      .bg-slideshow ul li:last-child {
        padding-right: 0; }
      .bg-slideshow ul li.last {
        padding-right: 0; }
    .bg-slideshow ul li {
      position: relative; }
      .bg-slideshow ul li:after, .bg-slideshow ul li:before {
        content: ' ';
        display: block;
        border-top: 1px solid #FFF;
        position: absolute;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      .bg-slideshow ul li:after {
        width: 22px;
        left: 21px;
        top: 10px; }
      .bg-slideshow ul li:first-child:before {
        width: 500px;
        right: 32px;
        top: 10px; }
      .bg-slideshow ul li:last-child:before {
        width: 2000px;
        left: 32px;
        top: 10px; }
      .bg-slideshow ul li:last-child:after {
        width: 0; }
      .bg-slideshow ul li a {
        display: block;
        width: 21px;
        height: 21px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        border: 1px solid #FFF; }
        .bg-slideshow ul li a.active {
          cursor: default; }
        .bg-slideshow ul li a.active:after {
          content: ' ';
          display: block;
          background: #FFF;
          width: 7px;
          height: 7px;
          margin-top: 6px;
          margin-left: 6px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px; }

/***********************************************
 * MODALS
 **********************************************/
.modal {
  position: absolute;
  top: -10000px;
  width: 50%;
  left: -10000px;
  max-width: 630px;
  min-width: 320px;
  z-index: 2000;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* Effect 2: Slide from the right */ }
  .modal.modal-show {
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    visibility: visible;
    z-index: 2000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .modal .modal-effect-2 .modal-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }
  .modal .modal-show.modal-effect-2 .modal-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .modal .modal-slideshow {
    position: relative; }
    .modal .modal-slideshow a.modal-close {
      width: 46px;
      height: 46px;
      display: block;
      position: absolute;
      top: -46px;
      right: 0px;
      background-color: #333;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      z-index: 10; }
      .modal .modal-slideshow a.modal-close i {
        display: block;
        text-align: center;
        margin-top: 8px; }
        .modal .modal-slideshow a.modal-close i svg {
          width: 30px;
          height: 30px; }
          .modal .modal-slideshow a.modal-close i svg polygon {
            fill: #FFF; }
      .modal .modal-slideshow a.modal-close:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .modal .modal-slideshow ul li {
      min-width: 760px;
      max-width: 760px;
      min-height: 446px;
      max-height: 446px;
      position: relative; }
      .modal .modal-slideshow ul li:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        -webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in; }
      .modal .modal-slideshow ul li.active:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
    .modal .modal-slideshow .prev,
    .modal .modal-slideshow .next {
      position: absolute;
      top: 180px;
      width: 80px;
      height: 80px;
      z-index: 10;
      display: inline-block; }
      .modal .modal-slideshow .prev.disabled,
      .modal .modal-slideshow .next.disabled {
        display: none; }
      .modal .modal-slideshow .prev i,
      .modal .modal-slideshow .next i {
        display: block;
        text-align: center;
        margin-top: 15px; }
        .modal .modal-slideshow .prev i svg,
        .modal .modal-slideshow .next i svg {
          width: 50px;
          height: 50px; }
          .modal .modal-slideshow .prev i svg path,
          .modal .modal-slideshow .next i svg path {
            fill: #fff; }
          .modal .modal-slideshow .prev i svg polyline,
          .modal .modal-slideshow .next i svg polyline {
            stroke: #9e794f; }
      .modal .modal-slideshow .prev:hover i svg polyline,
      .modal .modal-slideshow .next:hover i svg polyline {
        stroke: white; }
    .modal .modal-slideshow .prev {
      left: -92px; }
    .modal .modal-slideshow .next {
      right: -92px; }

/***********************************************
 * PAGE COMPANY
 **********************************************/
.page-company .w-next-stage {
  margin-top: 30px; }
.page-company #section-title {
  background: #FCFCFC; }
  .page-company #section-title h1 {
    text-align: center;
    margin: 0;
    padding: 24px 0;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    color: #4C4943;
    letter-spacing: 2px; }
.page-company #section-intro {
  padding: 130px 0;
  position: relative;
  background: #FCFCFC;
  z-index: 10; }
  .page-company #section-intro:after {
    content: ' ';
    background: url(../img/bg-triang-bottom.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: -7px; }
  .page-company #section-intro .w-next-stage a.next-stage i {
    margin-top: 0 !important; }
  .page-company #section-intro .company-menu.fixed {
    position: fixed;
    z-index: 1;
    top: 34%;
    height: 270px; }
    .page-company #section-intro .company-menu.fixed:before {
      position: absolute;
      top: -11px;
      content: '';
      height: 270px;
      width: 36px;
      left: -8px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
    .page-company #section-intro .company-menu.fixed ul li a span {
      display: none; }
    .page-company #section-intro .company-menu.fixed ul li a:hover span {
      display: inline;
      margin-left: 10px;
      padding: 6px 0 6px 14px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      .page-company #section-intro .company-menu.fixed ul li a:hover span:before {
        content: ' ';
        background: #FFF;
        left: 38px;
        position: absolute;
        width: 87%;
        height: 30px;
        z-index: -1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
  .page-company #section-intro .company-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-company #section-intro .company-menu ul li {
      margin-bottom: 20px; }
      .page-company #section-intro .company-menu ul li a {
        color: #AF8559;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        font-family: 'proxima-nova-alt', Arial, Sans;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        position: relative;
        display: inline-block; }
        .page-company #section-intro .company-menu ul li a i {
          display: inline-block;
          width: 20px;
          height: 20px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          border: 1px solid #AF8559;
          margin-right: 10px;
          position: relative;
          top: 4px; }
        .page-company #section-intro .company-menu ul li a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .page-company #section-intro .company-menu ul li a.active {
          color: #2B2723; }
          .page-company #section-intro .company-menu ul li a.active i {
            border: 1px solid #2B2723;
            background: rgba(255, 255, 255, 0.7); }
            .page-company #section-intro .company-menu ul li a.active i:after {
              content: ' ';
              width: 6px;
              height: 6px;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px;
              border-radius: 10px;
              background: #2B2723;
              top: 6px;
              left: 6px;
              position: absolute; }
  .page-company #section-intro .col-company-menu {
    width: 16%; }
  .page-company #section-intro .col-since {
    width: 68%; }
  .page-company #section-intro .sampedro-since {
    padding: 36px 0 0;
    text-align: center; }
    .page-company #section-intro .sampedro-since svg {
      width: 736px;
      height: 100%; }
      .page-company #section-intro .sampedro-since svg rect,
      .page-company #section-intro .sampedro-since svg path {
        fill: transparent;
        stroke: #Af8559;
        stroke-width: 0.35; }
    .page-company #section-intro .sampedro-since.original svg rect,
    .page-company #section-intro .sampedro-since.original svg path {
      fill: #8c7f70;
      stroke: none;
      stroke-width: 0.35; }
    .page-company #section-intro .sampedro-since .since {
      color: #AF8559;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 18px;
      font-weight: 200;
      font-style: normal;
      margin-top: 26px; }
.page-company #section-how-it-started-intro,
.page-company #section-what-we-do,
.page-company #section-about-us {
  color: #FFF;
  position: relative; }
  .page-company #section-how-it-started-intro .bg-mask,
  .page-company #section-what-we-do .bg-mask,
  .page-company #section-about-us .bg-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2D281A;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .page-company #section-how-it-started-intro .container,
  .page-company #section-what-we-do .container,
  .page-company #section-about-us .container {
    position: relative; }
  .page-company #section-how-it-started-intro .info,
  .page-company #section-what-we-do .info,
  .page-company #section-about-us .info {
    margin: 206px 0 0 85px; }
    .page-company #section-how-it-started-intro .info h2,
    .page-company #section-how-it-started-intro .info h1,
    .page-company #section-what-we-do .info h2,
    .page-company #section-what-we-do .info h1,
    .page-company #section-about-us .info h2,
    .page-company #section-about-us .info h1 {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      margin: 0; }
    .page-company #section-how-it-started-intro .info .description,
    .page-company #section-what-we-do .info .description,
    .page-company #section-about-us .info .description {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 22px;
      font-weight: 200;
      font-style: normal; }
  .page-company #section-how-it-started-intro .pic-caption,
  .page-company #section-what-we-do .pic-caption,
  .page-company #section-about-us .pic-caption {
    float: right;
    margin-bottom: 15px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
    .page-company #section-how-it-started-intro .pic-caption.show-mobile,
    .page-company #section-what-we-do .pic-caption.show-mobile,
    .page-company #section-about-us .pic-caption.show-mobile {
      margin: -20px 10px 0 0; }
.page-company #section-what-we-do .info {
  margin-right: 130px; }
.page-company #section-how-it-started-intro .info {
  margin-right: 100px; }
.page-company #section-about-us .b-lazy {
  min-height: 530px;
  background-size: cover; }
.page-company #section-how-it-started-long,
.page-company #section-what-we-do-long,
.page-company #section-about-us-long {
  padding: 144px 0 180px; }
  .page-company #section-how-it-started-long .info h4,
  .page-company #section-what-we-do-long .info h4,
  .page-company #section-about-us-long .info h4 {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 14px;
    font-weight: 200;
    font-style: italic;
    text-transform: uppercase;
    color: #81807d; }
  .page-company #section-how-it-started-long .info .char,
  .page-company #section-what-we-do-long .info .char,
  .page-company #section-about-us-long .info .char {
    color: #2a2721;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 260px;
    font-weight: 300;
    font-style: italic;
    border-top: 1px solid #D4D4D3;
    border-bottom: 1px solid #D4D4D3;
    line-height: 0.85em;
    padding-top: 10px;
    text-align: center; }
  .page-company #section-how-it-started-long .description,
  .page-company #section-what-we-do-long .description,
  .page-company #section-about-us-long .description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    color: #2A2721;
    font-size: 16px;
    margin-top: 72px; }
    .page-company #section-how-it-started-long .description p,
    .page-company #section-what-we-do-long .description p,
    .page-company #section-about-us-long .description p {
      margin-top: 0;
      line-height: 1.42em; }
.page-company #section-how-it-started .info {
  padding-top: 47%;
  color: #FFF;
  text-align: center; }
  .page-company #section-how-it-started .info .description {
    margin: 0 50px; }
    .page-company #section-how-it-started .info .description i {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 22px;
      font-weight: 300;
      font-style: italic; }
  .page-company #section-how-it-started .info h4 {
    margin: 20px 0;
    font-size: 16px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
.page-company #section-how-it-started-long .info {
  position: relative; }
  .page-company #section-how-it-started-long .info .old-pic {
    position: absolute;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 520px;
    left: -240px;
    margin-top: 15px; }
.page-company #section-how-it-started-long .w-link {
  margin: 60px 0 20px; }
  .page-company #section-how-it-started-long .w-link a {
    text-align: center; }
.page-company #section-what-we-do-long {
  padding-bottom: 92px; }
  .page-company #section-what-we-do-long .inside {
    text-align: center;
    margin-top: 30px; }
    .page-company #section-what-we-do-long .inside .w-link {
      margin-top: 30px; }
.page-company #section-founders .row {
  max-width: 100%; }
.page-company #section-founders .founder {
  width: 33.333%;
  float: left;
  position: relative; }
  .page-company #section-founders .founder .name {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
    text-shadow: 0 1px 0 black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
.page-company .quality {
  position: relative; }
  .page-company .quality .info {
    padding: 150px 0 70px; }
    .page-company .quality .info h2 {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      margin: 0; }
    .page-company .quality .info h4 {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 14px;
      font-weight: 200;
      font-style: italic;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      margin: 0 0 20px; }
      .page-company .quality .info h4:after {
        content: ' ';
        margin-top: 20px;
        width: 180px;
        height: 1px;
        border-bottom: 1px solid #2A2721;
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
    .page-company .quality .info .description {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 22px;
      font-weight: 200;
      font-style: normal; }
  .page-company .quality .w-next-stage {
    margin: 0 0 20px; }
  .page-company .quality .logo {
    padding: 150px 0;
    text-align: center; }
.page-company #section-quality-sgs {
  background: #FF7700;
  color: #FFF; }
  .page-company #section-quality-sgs .info {
    margin-left: 85px; }
  .page-company #section-quality-sgs .logo svg {
    width: 230px;
    height: 230px; }
  .page-company #section-quality-sgs h4:after {
    border-bottom: 1px solid #FFF; }
.page-company #section-quality-textiles {
  border-bottom: 1px solid #ebebeb; }
  .page-company #section-quality-textiles .info {
    margin-left: 85px; }
.page-company #section-quality-pme {
  background: #0079C2;
  color: #FFF; }
  .page-company #section-quality-pme .logo svg {
    width: 204px;
    height: 244px; }
  .page-company #section-quality-pme h4:after {
    border-bottom: 1px solid #FFF; }
.page-company #section-energie img {
  max-width: 80%; }
.page-company #section-contacts {
  padding: 50px 0; }
  .page-company #section-contacts .info {
    color: #FFF;
    margin-left: 85px; }
    .page-company #section-contacts .info h2 {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      padding: 46px 0 36px;
      margin: 0; }
    .page-company #section-contacts .info .description {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 22px;
      font-weight: 200;
      font-style: normal;
      margin-bottom: 40px;
      line-height: 1.42em; }
    .page-company #section-contacts .info a.see-map {
      padding-bottom: 20px;
      display: inline-block;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      text-transform: uppercase;
      color: #FFF;
      letter-spacing: 1px;
      -webkit-transition: background-image 0.2s ease-in-out;
      -moz-transition: background-image 0.2s ease-in-out;
      -ms-transition: background-image 0.2s ease-in-out;
      -o-transition: background-image 0.2s ease-in-out;
      transition: background-image 0.2s ease-in-out;
      background: url(../img/dash-cat.png) repeat-x 0 22px; }
      .page-company #section-contacts .info a.see-map:hover {
        background: url(../img/dot-cat.png) repeat-x 0 22px; }
  .page-company #section-contacts .w-contacts-form {
    border-left: 1px solid #636361;
    padding: 0 140px 0 115px;
    margin-top: 128px;
    color: #FFF;
    min-height: 432px; }
    .page-company #section-contacts .w-contacts-form h3 {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 22px;
      font-weight: 300;
      font-style: normal;
      text-transform: uppercase;
      margin: 0 0 28px; }
    .page-company #section-contacts .w-contacts-form #sp-contact-form {
      position: relative; }
    .page-company #section-contacts .w-contacts-form .ajax-progress {
      position: absolute;
      right: 50px;
      bottom: 11px;
      z-index: 1; }
      .page-company #section-contacts .w-contacts-form .ajax-progress .throbber {
        width: 20px;
        height: 20px;
        padding: 4px;
        background: white url(../img/ajax-loader.gif) no-repeat 2px 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      .page-company #section-contacts .w-contacts-form .ajax-progress .message {
        display: none; }
    .page-company #section-contacts .w-contacts-form form .sent-sucess {
      font-size: 18px;
      font-weight: 200;
      font-style: italic; }
    .page-company #section-contacts .w-contacts-form form .messages.error {
      padding: 0;
      margin: -10px 0 0;
      border: 0;
      background: none;
      font-style: italic; }
    .page-company #section-contacts .w-contacts-form form ::-webkit-input-placeholder {
      font-style: italic; }
    .page-company #section-contacts .w-contacts-form form :-moz-placeholder {
      font-style: italic; }
    .page-company #section-contacts .w-contacts-form form :-ms-input-placeholder {
      font-style: italic; }
    .page-company #section-contacts .w-contacts-form form label:not(.error) {
      display: none; }
    .page-company #section-contacts .w-contacts-form form textarea,
    .page-company #section-contacts .w-contacts-form form input[type="text"] {
      width: 100%;
      background: #32312f;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      color: #FFF;
      border: 1px solid #90908F;
      padding: 5px 8px;
      font-size: 14px;
      font-weight: normal; }
      .page-company #section-contacts .w-contacts-form form textarea:focus,
      .page-company #section-contacts .w-contacts-form form input[type="text"]:focus {
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        border: 1px solid #FFF; }
      .page-company #section-contacts .w-contacts-form form textarea.error,
      .page-company #section-contacts .w-contacts-form form input[type="text"].error {
        border: 1px solid #D54242; }
    .page-company #section-contacts .w-contacts-form form .error {
      font-weight: normal;
      padding-top: 3px;
      font-size: 13px; }
    .page-company #section-contacts .w-contacts-form form input[type="submit"] {
      width: 100%;
      border: 2px solid #FFF;
      background: transparent url(../img/svg/cta-arrow-white.svg) no-repeat 94% 15px; }
      .page-company #section-contacts .w-contacts-form form input[type="submit"]:focus {
        outline: none; }
      .page-company #section-contacts .w-contacts-form form input[type="submit"]:hover {
        background: white url(../img/svg/cta-arrow.svg) no-repeat 94% 15px;
        color: #4A340C; }
    .page-company #section-contacts .w-contacts-form form .grippie {
      display: none; }
    .page-company #section-contacts .w-contacts-form form textarea {
      resize: none; }


.page-company #section-energie{
  border-bottom: 1px solid #ebebeb;
}
.page-company #section-projects {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}
.page-company #section-projects .row-pad{
  min-height: 300px;
}
.page-company #section-projects .info {
  margin-left: 85px;
}
.page-company .projects .info h2 {
  font-family: 'proxima-nova-alt', Arial, Sans;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
.page-company .projects .info .description {
  font-family: 'proxima-nova-alt', Arial, Sans;
  font-size: 22px;
  font-weight: 200;
  font-style: normal;
}


/*****************************************/
/* Soft Scale - Homepage
/*****************************************/
.fxSoftScale .field-name-field-images {
  -webkit-backface-visibility: hidden;
  -webkit-animation: scaleUp 12s linear infinite 0s;
  -moz-animation: scaleUp 12s linear infinite 0s;
  -o-animation: scaleUp 12s linear infinite 0s;
  -ms-animation: scaleUp 12s linear infinite 0s;
  animation: scaleUp 12s linear infinite 0s; }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.15); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes scaleUp {
  0% {
    -moz-transform: scale(1.15); }

  10% {
    -moz-transform: scale(1.15); }

  30% {
    -moz-transform: scale(1.15); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes scaleUp {
  0% {
    -o-transform: scale(1.15); }

  100% {
    -o-transform: scale(1); } }

@-ms-keyframes scaleUp {
  0% {
    -ms-transform: scale(1.15); }

  100% {
    -ms-transform: scale(1); } }

@keyframes scaleUp {
  0% {
    transform: scale(1.15); }

  100% {
    transform: scale(1); } }

@media (max-width: 1320px) {
  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .panel-cl.m-1 .col-8-12,
  .page-taxonomy-term .panel-cl.m-1 .col-8-12 {
    width: 60%; }
  .node-type-product-display .panel-cl.m-1 .col-4-12,
  .page-taxonomy-term .panel-cl.m-1 .col-4-12 {
    width: 40%; }
    .node-type-product-display .panel-cl.m-1 .col-4-12 .w-showroom,
    .page-taxonomy-term .panel-cl.m-1 .col-4-12 .w-showroom {
      margin-right: 38px; } }
@media (min-width: 1240px) and (max-width: 1320px) {
  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .cloudzoom-zoom-thick,
  .page-taxonomy-term .cloudzoom-zoom-thick {
    width: 480px !important; }
    .node-type-product-display .cloudzoom-zoom-thick.img-vertical,
    .page-taxonomy-term .cloudzoom-zoom-thick.img-vertical {
      width: 576px !important; } }
@media (min-width: 1100px) and (max-width: 1239px) {
  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .cloudzoom-zoom-thick,
  .page-taxonomy-term .cloudzoom-zoom-thick {
    width: 475px !important; }
    .node-type-product-display .cloudzoom-zoom-thick.img-vertical,
    .page-taxonomy-term .cloudzoom-zoom-thick.img-vertical {
      width: 480px !important; } }
@media (min-width: 1009px) and (max-width: 1099px) {
  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .cloudzoom-zoom-thick,
  .page-taxonomy-term .cloudzoom-zoom-thick {
    width: 475px !important;
    height: 480px !important; }
    .node-type-product-display .cloudzoom-zoom-thick.img-vertical,
    .page-taxonomy-term .cloudzoom-zoom-thick.img-vertical {
      width: 480px !important;
      height: 480px !important; } }
@media (max-width: 1200px) {
  #panel-catalogs .views-field .inside .desc {
    padding: 0 100px; } }
@media (max-width: 1160px) {
  .page-company #section-intro .col-company-menu {
    width: 19%; }

  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .panel-cl.m-1 .col-8-12,
  .page-taxonomy-term .panel-cl.m-1 .col-8-12 {
    width: 55%; }
  .node-type-product-display .panel-cl.m-1 .col-4-12,
  .page-taxonomy-term .panel-cl.m-1 .col-4-12 {
    width: 45%; }
    .node-type-product-display .panel-cl.m-1 .col-4-12 .w-showroom,
    .page-taxonomy-term .panel-cl.m-1 .col-4-12 .w-showroom {
      margin-right: 72px; } }
@media (max-width: 1100px) {
  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .panel-cl.m-1 .col-8-12,
  .page-taxonomy-term .panel-cl.m-1 .col-8-12 {
    width: 52%; }
  .node-type-product-display .panel-cl.m-1 .col-4-12,
  .page-taxonomy-term .panel-cl.m-1 .col-4-12 {
    width: 48%; }
    .node-type-product-display .panel-cl.m-1 .col-4-12 .w-showroom,
    .page-taxonomy-term .panel-cl.m-1 .col-4-12 .w-showroom {
      margin-right: 72px; } }
@media (max-width: 1064px) {
  header.w-header .inside nav#main-menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1; }
    header.w-header .inside nav#main-menu ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 28px;
      padding-right: 28px; }
      header.w-header .inside nav#main-menu ul li:first-child, header.w-header .inside nav#main-menu ul li.first {
        padding-left: 0; }
      header.w-header .inside nav#main-menu ul li:last-child {
        padding-right: 0; }
      header.w-header .inside nav#main-menu ul li.last {
        padding-right: 0; }

  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .panel-cl.m-1 .col-8-12,
  .page-taxonomy-term .panel-cl.m-1 .col-8-12 {
    width: 50%; }
  .node-type-product-display .panel-cl.m-1 .col-4-12,
  .page-taxonomy-term .panel-cl.m-1 .col-4-12 {
    width: 50%; }
    .node-type-product-display .panel-cl.m-1 .col-4-12 .w-showroom,
    .page-taxonomy-term .panel-cl.m-1 .col-4-12 .w-showroom {
      margin-right: 72px; }

  #panel-catalogs .views-field .inside .desc {
    padding: 0 80px; } }
@media (max-width: 1024px) {
  textarea,
  input[type="text"],
  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }

  #go-to-top {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 3px #2A2721; }
    #go-to-top i {
      display: block;
      text-align: center; }
      #go-to-top i svg {
        width: 50px;
        height: 50px; }
        #go-to-top i svg rect {
          fill: transparent; }
        #go-to-top i svg path {
          fill: #FFF; }
        #go-to-top i svg polygon {
          fill: #2A2721; } }
@media (max-width: 1023px) {
  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display #showroom-back,
  .node-type-product-display .w-breadcrumb-menu,
  .page-taxonomy-term #showroom-back,
  .page-taxonomy-term .w-breadcrumb-menu {
    display: none; }
  .node-type-product-display .breadcrumb-menu-mobile,
  .page-taxonomy-term .breadcrumb-menu-mobile {
    display: block; }
    .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu,
    .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu {
      margin-top: 0;
      margin-right: 40px;
      display: block; }
      .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul,
      .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul {
        width: 450px;
        margin: auto; }
        .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li,
        .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li {
          width: 100%;
          border: 1px solid #CFCFCD; }
          .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li.l-1.first, .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li.l-1:first-child,
          .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li.l-1.first,
          .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li.l-1:first-child {
            padding-left: 10px;
            margin-bottom: 20px; }
          .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li a,
          .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li a {
            display: block;
            padding: 10px 10px 15px 20px;
            margin: 0;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 300;
            background-position: -2px 44px !important; }
            .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li a span.arrow,
            .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li a span.arrow {
              float: right; }
          .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul,
          .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul {
            width: 100% !important;
            position: relative;
            border: 0; }
            .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul li,
            .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul li {
              border: 0; }
              .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul li a,
              .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul li a {
                padding-left: 10px; }
  .node-type-product-display .panel-cl.m-1 .container-inside,
  .page-taxonomy-term .panel-cl.m-1 .container-inside {
    position: relative; }
    .node-type-product-display .panel-cl.m-1 .container-inside .col-8-12,
    .page-taxonomy-term .panel-cl.m-1 .container-inside .col-8-12 {
      width: 100%; }
      .node-type-product-display .panel-cl.m-1 .container-inside .col-8-12 .img-with-zoom,
      .page-taxonomy-term .panel-cl.m-1 .container-inside .col-8-12 .img-with-zoom {
        margin: auto; }
      .node-type-product-display .panel-cl.m-1 .container-inside .col-8-12 .w-detail .w-tooltip,
      .page-taxonomy-term .panel-cl.m-1 .container-inside .col-8-12 .w-detail .w-tooltip {
        display: none; }
    .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12,
    .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 {
      width: 100%;
      padding-right: 20px; }
      .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside,
      .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside {
        clear: both;
        float: none;
        padding-left: 0;
        margin-top: 0; }
        .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom,
        .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom {
          margin-right: 0;
          border: 0;
          margin-bottom: 0;
          margin-top: 0; }
          .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .title,
          .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .title {
            display: none; }
          .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top,
          .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top {
            width: auto; }
            .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top .nav,
            .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top .nav {
              display: none; }
          .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin,
          .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin {
            max-width: 500px;
            height: auto;
            margin: auto; }
            .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin .jcarousel-clip,
            .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin .jcarousel-clip {
              width: 100% !important;
              height: auto !important;
              text-align: center; }
            .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul,
            .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul {
              width: 100% !important;
              height: auto !important; }
              .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li,
              .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li {
                width: 100%;
                height: auto;
                float: none; }
                .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a,
                .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a {
                  margin-bottom: 25px;
                  padding-top: 0;
                  padding-left: 0;
                  padding-right: 0; }
                  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a:first-child,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a:first-child {
                    padding-top: 0; }
                  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a .w-img:after, .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a .w-img:before,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a .w-img:after,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a .w-img:before {
                    width: 100%;
                    height: 100%; }
                  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a .w-img img,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a .w-img img {
                    max-width: 100%; }
                  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a.active .w-img:before, .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a:hover .w-img:before,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a.active .w-img:before,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a:hover .w-img:before {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                    opacity: 0; }
                  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a.active .w-img:after, .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a:hover .w-img:after,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a.active .w-img:after,
                  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li a:hover .w-img:after {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                    opacity: 0; }
                .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li .field-body,
                .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin ul li .field-body {
                  display: block;
                  text-align: left; }
    .node-type-product-display .panel-cl.m-1 .container-inside .pane-term-description,
    .page-taxonomy-term .panel-cl.m-1 .container-inside .pane-term-description {
      display: none;
      width: auto; }
      .node-type-product-display .panel-cl.m-1 .container-inside .pane-term-description.mobile,
      .page-taxonomy-term .panel-cl.m-1 .container-inside .pane-term-description.mobile {
        margin-top: 30px;
        text-align: center;
        display: block; }

  #panel-catalogs .views-field .inside .desc {
    padding: 0; } }
@media (max-width: 1010px) {
  .page-how-we-do .bg-menu #w-production-menu ul#production-menu li {
    margin-right: 0.2% !important; } }
@media (max-width: 975px) {
  .page-company #section-intro .col-company-menu {
    width: 25%; }

  .page-how-we-do .bg-menu {
    min-height: 0; }
    .page-how-we-do .bg-menu .col-1-1 {
      padding-left: 0; }
    .page-how-we-do .bg-menu h3,
    .page-how-we-do .bg-menu .separator,
    .page-how-we-do .bg-menu .description,
    .page-how-we-do .bg-menu .w-next-stage {
      display: none; }
    .page-how-we-do .bg-menu #w-production-menu {
      position: relative;
      margin: 45px 0 30px; }
    .page-how-we-do .bg-menu #w-ul-production-menu.fixed ul#production-menu {
      position: relative; }
    .page-how-we-do .bg-menu .container h2 {
      position: relative;
      width: 90%;
      margin: 0 auto;
      cursor: pointer;
      padding: 18px 50px 18px 30px;
      border: 1px solid #CFCFCD;
      background: white;
      margin-bottom: 0;
      text-align: left;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      font-weight: 300;
      color: #716b65; }
      .page-how-we-do .bg-menu .container h2 > i {
        display: block;
        position: absolute;
        top: 18px;
        right: 30px; }
        .page-how-we-do .bg-menu .container h2 > i svg polygon {
          fill: #716b65; }
      .page-how-we-do .bg-menu .container h2:hover {
        color: #333; }
        .page-how-we-do .bg-menu .container h2:hover > i svg polygon {
          fill: #333; }
    .page-how-we-do .bg-menu #w-production-menu ul#production-menu {
      display: none;
      text-align: left;
      width: 90%;
      margin: 0 auto;
      border: 1px solid #CFCFCD;
      border-top: none; }
    .page-how-we-do .bg-menu #w-production-menu ul#production-menu li {
      display: block;
      width: 100%;
      margin: 0;
      background: white;
      font-weight: 300;
      text-transform: uppercase; }
      .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a i {
        display: none; }
      .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a {
        padding: 12px; }
      .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a .text {
        display: block;
        overflow: hidden;
        text-align: left;
        color: #716b65;
        border-bottom: 1px dashed #d4d2d0;
        padding-bottom: 12px;
        padding-left: 20px; }
        .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a .text strong {
          display: block;
          padding-right: 12px;
          float: left; }
        .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a .text span {
          white-space: normal;
          display: block;
          overflow: hidden; }
      .page-how-we-do .bg-menu #w-production-menu ul#production-menu li:last-child a .text, .page-how-we-do .bg-menu #w-production-menu ul#production-menu li:last-child a:hover .text {
        border-bottom: none; }
      .page-how-we-do .bg-menu #w-production-menu ul#production-menu li a:hover .text {
        color: #333;
        border-bottom: 1px solid #d4d2d0; }
    .page-how-we-do .bg-menu #w-production-menu.active .container h2 {
      border-bottom: none; }
      .page-how-we-do .bg-menu #w-production-menu.active .container h2 > i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .page-how-we-do .bg-menu #w-production-menu.active .container h2 > i svg polygon {
        fill: #333; } }
@media (max-width: 980px) {
  .page-company #section-intro {
    padding: 10px 0 !important; }
    .page-company #section-intro .sampedro-since svg {
      width: 100%; } }
@media (min-width: 768px) {
  .show-desktop {
    display: block; }

  .show-mobile {
    display: none; } }
@media (max-width: 767px) {
  .show-desktop {
    display: none; }

  .show-mobile {
    display: block; } }
@media (min-width: 861px) and (max-width: 960px) {
  .page-how-we-do .half-left .info {
    margin-left: 34px; }
  .page-how-we-do .col-5-12 {
    margin-left: -40px; } }
@media (min-width: 750px) and (max-width: 900px) {
  .page-how-we-do #section-13 .summary .indicator.i4 {
    padding: 37px 60px; }
    .page-how-we-do #section-13 .summary .indicator.i4 .desc {
      margin-right: 30px; }
    .page-how-we-do #section-13 .summary .indicator.i4 .number {
      margin-right: 10px; } }
@media (min-width: 750px) and (max-width: 860px) {
  .page-how-we-do .half-left .info {
    margin-left: 34px; }
  .page-how-we-do #section-7-finishes .col-5-12 {
    margin-left: -100px; } }
@media (min-width: 768px) and (max-width: 960px) {
  header.w-header {
    position: relative;
    border-bottom: 1px solid #cfcfcd; }
    header.w-header .row-pad {
      padding: 0;
      min-width: 0; }
    header.w-header .inside {
      width: auto;
      margin: 0 20px; }
      header.w-header .inside .content {
        border: 0;
        padding: 14px 0 0;
        margin: 0 20px;
        height: auto;
        overflow: hidden; }
        header.w-header .inside .content #lang-switcher {
          padding-top: 0; }
        header.w-header .inside .content .col-2-12.logo {
          width: 100%;
          text-align: center; }
        header.w-header .inside .content .col-8-12 {
          position: relative;
          width: 100%;
          top: 0;
          padding: 0;
          text-align: center;
          margin: 12px 0;
          border-top: 1px solid #e8e8e7; }
          header.w-header .inside .content .col-8-12 nav#main-menu {
            display: inline-block;
            padding: 20px 0 0 0; }
            header.w-header .inside .content .col-8-12 nav#main-menu ul {
              padding-left: 0;
              text-align: center; }
            header.w-header .inside .content .col-8-12 nav#main-menu ul li {
              padding-right: 32px;
              padding-left: 0;
              float: none;
              display: inline-block; }
            header.w-header .inside .content .col-8-12 nav#main-menu ul li.last {
              padding-right: 0; }
        header.w-header .inside .content .col-2-12.lang {
          position: absolute;
          right: 20px;
          top: 30px; }
          header.w-header .inside .content .col-2-12.lang:last-of-type {
            padding: 0; } }
@media (min-width: 961px) and (max-width: 1020px) {
  header.w-header .inside a#logo {
    width: auto; }
    header.w-header .inside a#logo svg {
      width: auto;
      max-width: 100%; }
  header.w-header .inside .content .col-8-12 nav#main-menu {
    display: inline-block;
    padding: 20px 0 0 0; }
    header.w-header .inside .content .col-8-12 nav#main-menu ul {
      padding-left: 32px; }
    header.w-header .inside .content .col-8-12 nav#main-menu ul li {
      padding-right: 32px;
      padding-left: 0; }
    header.w-header .inside .content .col-8-12 nav#main-menu ul li.last {
      padding-right: 0; } }
@media (min-width: 768px) and (max-width: 1020px) {
  .page-how-we-do #section-1 .b-lazy {
    min-height: 490px;
    background-size: auto; }
    .page-how-we-do #section-1 .b-lazy .inside {
      margin-top: 50px; }

 /***********************************************
* PAGE COMPANY
**********************************************/
  .page-company #section-intro {
    padding-top: 200px; }
    .page-company #section-intro h2#company-steps-toggle {
      position: relative;
      width: 90%;
      margin: 0 auto;
      cursor: pointer;
      padding: 18px 50px 18px 30px;
      border: 2px solid #d4d2d0;
      background: white;
      margin-bottom: 0;
      text-align: left;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      font-weight: bold; }
      .page-company #section-intro h2#company-steps-toggle > i {
        display: block;
        position: absolute;
        top: 18px;
        right: 30px; }
      .page-company #section-intro h2#company-steps-toggle:hover {
        border: 2px solid #4A4642;
        background-color: #4A4642;
        color: white; }
        .page-company #section-intro h2#company-steps-toggle:hover > i svg polygon {
          fill: #FFF; }
  .page-company #section-how-it-started-long .info .char,
  .page-company #section-what-we-do-long .info .char,
  .page-company #section-about-us-long .info .char {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 140px;
    font-weight: 300;
    font-style: italic; }
  .page-company #section-how-it-started-long .info .old-pic {
    left: -330px;
    z-index: -1; }
  .page-company #section-contacts .w-contacts-form {
    width: 90%;
    padding: 0 24px; } }
@media (max-width: 767px) {
  .show-mobile {
    display: block; }

  .show-desktop {
    display: none; }

  body.front #go-to-top {
    display: none; }

  #products-carousel a {
    cursor: default; }

  h1.crumb-title {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: x-large;
    font-weight: 300;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    color: #4C4943;
    letter-spacing: 2px;
    text-align: center; }

  .thumbs-slideshow {
    overflow: hidden;
    margin: 40px 0;
    position: relative; }
    .thumbs-slideshow .slideshow-lite ul {
      overflow: hidden; }
      .thumbs-slideshow .slideshow-lite ul li {
        max-height: 449px; }
    .thumbs-slideshow .nav {
      position: absolute;
      width: 100%;
      bottom: 30px;
      z-index: 1;
      text-align: center; }
      .thumbs-slideshow .nav a {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
        background: transparent;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        margin-right: 7px;
        border: 1px solid #9e794f; }
        .thumbs-slideshow .nav a.active {
          border-color: black; }
        .thumbs-slideshow .nav a:hover:after, .thumbs-slideshow .nav a.active:after, .thumbs-slideshow .nav a.active:hover:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 12px;
          background-color: black;
          margin-top: -6px;
          margin-left: -6px; }
        .thumbs-slideshow .nav a:hover:after {
          background-color: #9e794f; }

  header.w-header .inside {
    position: relative; }
    header.w-header .inside .content {
      padding: 0; }
      header.w-header .inside .content .col-2-12.logo {
        text-align: center;
        position: relative;
        margin: 9px 0 5px; }
        header.w-header .inside .content .col-2-12.logo .w-flyout-trigger {
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          position: absolute;
          left: 20px; }
          header.w-header .inside .content .col-2-12.logo .w-flyout-trigger a {
            display: inline-block;
            margin-top: 12px; }
            header.w-header .inside .content .col-2-12.logo .w-flyout-trigger a span {
              display: block;
              width: 32px;
              height: 5px;
              background-color: #8c7f70;
              margin-top: 4px; }

  #flyout-nav.flyout-left {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    background: #8c7f70;
    -webkit-transition: visibility 0 linear 0.2s;
    -moz-transition: visibility 0 linear 0.2s;
    -ms-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    transition: visibility 0 linear 0.2s; }
    #flyout-nav.flyout-left .w-flyout-nav {
      position: relative;
      height: 100%;
      overflow: hidden;
      width: 270px; }
    #flyout-nav.flyout-left.flyout-active {
      visibility: visible;
      -webkit-transition: z-index 0 linear 0.2s;
      -moz-transition: z-index 0 linear 0.2s;
      -ms-transition: z-index 0 linear 0.2s;
      -o-transition: z-index 0 linear 0.2s;
      transition: z-index 0 linear 0.2s; }
    #flyout-nav.flyout-left #main-menu-mobile {
      text-transform: uppercase;
      padding: 20px 0; }
      #flyout-nav.flyout-left #main-menu-mobile .info {
        margin: 0 30px 0px; }
        #flyout-nav.flyout-left #main-menu-mobile .info h3 {
          color: #FFF;
          margin: 0;
          font-family: 'proxima-nova-alt', Arial, Sans;
          font-size: 14px;
          font-weight: 300;
          font-style: normal;
          cursor: default;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
          opacity: 0.4; }
      #flyout-nav.flyout-left #main-menu-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #flyout-nav.flyout-left #main-menu-mobile ul li a {
          font-size: 18px;
          color: #FFF;
          display: block;
          padding: 14px 30px; }
          #flyout-nav.flyout-left #main-menu-mobile ul li a:hover {
            color: #8c7f70;
            background: #FFF; }
      #flyout-nav.flyout-left #main-menu-mobile #lang-switcher {
        border-top: 1px solid #726554; }

  .flyout-right {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    -webkit-box-shadow: #726554 0 0px 2px 2px;
    -moz-box-shadow: #726554 0 0px 2px 2px;
    box-shadow: #726554 0 0px 2px 2px;
    z-index: 2;
    background: #fff; }
    .flyout-right:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      content: '';
      opacity: 0;
      background: #2A2721;
      z-index: 2000;
      -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
      -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
      transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }
    .flyout-right .flyout-close-menu {
      display: none; }
    .flyout-right.flyout-active {
      -webkit-transform: translate3d(270px, 0, 0);
      -moz-transform: translate3d(270px, 0, 0);
      -ms-transform: translate3d(270px, 0, 0);
      -o-transform: translate3d(270px, 0, 0);
      transform: translate3d(270px, 0, 0);
      min-width: 320px; }
      .flyout-right.flyout-active:after {
        width: 100%;
        height: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
        opacity: 0.85;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .flyout-right.flyout-active .flyout-close-menu {
        display: block;
        position: absolute;
        top: 25px;
        left: 24px;
        z-index: 2001; }
        .flyout-right.flyout-active .flyout-close-menu svg {
          width: 24px;
          height: 23px;
          cursor: pointer; }

  body.front .w-promo .inside.col-6-12 {
    margin: auto; }

  .w-main.not-front.row-pad .main h1#page-title{
    display: none;
  }
  .w-main.not-front.row-pad .main .region-content{
    padding: 0 20px;
  }

  /* FOOTER */
  footer.w-footer {
    padding-right: 0; }

  /* HOMEPAGE */
  /* MENU BREADCRUMB */
  .w-breadcrumb-menu {
    margin: 29px 66px; }

  .breadcrumb-menu-mobile .w-breadcrumb-menu {
    margin-right: 90px !important; }

  /* PRODUCT CATEGORIES */
  .page-products .main {
    padding: 0 46px; }
    .page-products .main .view-id-product_categories .views-row-odd .inside {
      margin-right: 0; }
    .page-products .main .view-id-product_categories .views-row-even .inside {
      margin-left: 0; }

  .w-detail .field-body {
    margin-bottom: 30px !important; }

  #panel-catalogs .views-field .inside .download {
    width: 100% !important; }
    #panel-catalogs .views-field .inside .download a {
      float: none !important;
      margin-right: 0 !important; }
  #panel-catalogs .views-field .inside .detail {
    display: none; }

  /***********************************************
   * PAGE COMPANY
   **********************************************/
  .page-company .info,
  .page-company #section-contacts .info,
  .page-company #section-quality-textiles .info,
  .page-company #section-quality-textiles .info,
  .page-company #section-how-it-started-intro .info,
  .page-company #section-about-us .info,
  .page-company #section-what-we-do .info,
  .page-company #section-quality-sgs .info,
  .page-company #section-projects .info {
    margin: 0 50px 0 30px; }
    .page-company .info h2,
    .page-company .info h1,
    .page-company #section-contacts .info h2,
    .page-company #section-contacts .info h1,
    .page-company #section-quality-textiles .info h2,
    .page-company #section-quality-textiles .info h1,
    .page-company #section-quality-textiles .info h2,
    .page-company #section-quality-textiles .info h1,
    .page-company #section-how-it-started-intro .info h2,
    .page-company #section-how-it-started-intro .info h1,
    .page-company #section-about-us .info h2,
    .page-company #section-about-us .info h1,
    .page-company #section-what-we-do .info h2,
    .page-company #section-what-we-do .info h1,
    .page-company #section-quality-sgs .info h2,
    .page-company #section-quality-sgs .info h1,
    .page-company #section-projects .info h2 {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 30px;
      font-weight: 700;
      font-style: normal; }
    .page-company .info .description,
    .page-company #section-contacts .info .description,
    .page-company #section-quality-textiles .info .description,
    .page-company #section-quality-textiles .info .description,
    .page-company #section-how-it-started-intro .info .description,
    .page-company #section-about-us .info .description,
    .page-company #section-what-we-do .info .description,
    .page-company #section-quality-sgs .info .description,
    .page-company #section-projects .info .description{
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 18px;
      font-weight: 200;
      font-style: normal; }
  .page-company #section-contacts .info {
    margin: 0 10px; }
  .page-company .quality .info {
    padding: 50px 0; }
    .page-company .quality .info .description {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 18px;
      font-weight: 200;
      font-style: normal; }
  .page-company .quality .logo {
    padding: 20px; }
  .page-company #section-what-we-do .info,
  .page-company #section-how-it-started-intro .info,
  .page-company #section-about-us .info {
    margin-top: 50px; }
  .page-company #section-how-it-started-long,
  .page-company #section-what-we-do-long,
  .page-company #section-about-us-long {
    padding: 48px 0; }
    .page-company #section-how-it-started-long .info .char,
    .page-company #section-what-we-do-long .info .char,
    .page-company #section-about-us-long .info .char {
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 200px;
      font-weight: 300;
      font-style: italic; }
  .page-company #section-how-it-started-intro .b-lazy,
  .page-company #section-what-we-do .b-lazy {
    background-color: #1c1b19; }
  .page-company #section-how-it-started .info {
    padding: 20px 0 50px; }
  .page-company #section-how-it-started .info .description {
    margin: 0px; }
  .page-company #section-how-it-started .b-lazy {
    background-color: #8a7e70; }
  .page-company section:not(#section-contacts) .b-lazy {
    background-image: none !important;
    min-height: 0; }
  .page-company section:not(#section-contacts) [class*='col-'] {
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  .page-company #section-intro {
    padding-top: 0; }
    .page-company #section-intro h2#company-steps-toggle {
      position: relative;
      width: 90%;
      margin: 0 auto;
      cursor: pointer;
      padding: 18px 50px 18px 30px;
      border: 1px solid #CFCFCD;
      background: white;
      margin-bottom: 0;
      text-align: left;
      font-family: 'proxima-nova-alt', Arial, Sans;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      font-weight: 300;
      color: #716b65;
      text-transform: uppercase; }
      .page-company #section-intro h2#company-steps-toggle > i {
        display: block;
        position: absolute;
        top: 18px;
        right: 30px; }
        .page-company #section-intro h2#company-steps-toggle > i svg polygon {
          fill: #716b65; }
      .page-company #section-intro h2#company-steps-toggle:hover {
        color: #333; }
        .page-company #section-intro h2#company-steps-toggle:hover > i svg polygon {
          fill: #333; }
    .page-company #section-intro .col-since,
    .page-company #section-intro .col-company-menu {
      width: 100%; }
    .page-company #section-intro .col-since .sampedro-since {
      padding: 30px 25px 0; }
    .page-company #section-intro .company-menu {
      display: none; }
    .page-company #section-intro .company-menu ul {
      text-align: left;
      width: 90%;
      margin: 0 auto;
      border: 1px solid #CFCFCD;
      border-top: none; }
    .page-company #section-intro .company-menu ul li {
      display: block;
      width: 100%;
      margin: 0;
      background: white;
      font-weight: 300;
      text-transform: uppercase; }
      .page-company #section-intro .company-menu ul li:first-child {
        border-top: none; }
      .page-company #section-intro .company-menu ul li a {
        display: block;
        padding: 12px;
        color: #716b65;
        opacity: 1; }
      .page-company #section-intro .company-menu ul li a i {
        display: none; }
      .page-company #section-intro .company-menu ul li a span {
        display: block;
        text-align: left;
        color: #716b65;
        border-bottom: 1px dashed #d4d2d0;
        padding-bottom: 12px;
        padding-left: 20px; }
      .page-company #section-intro .company-menu ul li:last-child a span, .page-company #section-intro .company-menu ul li:last-child a:hover span {
        border-bottom: none; }
      .page-company #section-intro .company-menu ul li a:hover {
        color: #333; }
      .page-company #section-intro .company-menu ul li a:hover span {
        border-bottom: 1px solid #d4d2d0;
        color: #333; }
    .page-company #section-intro .col-company-menu.active h2#company-steps-toggle {
      border-bottom: none; }
  .page-company #section-how-it-started-long .description,
  .page-company #section-what-we-do-long .description,
  .page-company #section-about-us-long .description {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 24px 50px 0 30px; }
  .page-company #section-how-it-started-long .info .old-pic,
  .page-company #section-what-we-do-long .info .old-pic {
    position: relative;
    left: 0 !important;
    right: 0;
    width: auto;
    margin: 35px auto; }
  .page-company #section-how-it-started-long .w-link,
  .page-company #section-what-we-do-long .w-link {
    margin-left: 30px;
    margin-right: 50px; }
  .page-company #section-contacts .w-contacts-form {
    border-left: none;
    padding: 0 10px;
    margin: 50px 0;
    width: 90%; }

  /* SECTION MENU PRODUCTION */
  .page-how-we-do h1, .page-how-we-do h2 {
    font-family: 'proxima-nova-alt', Arial, Sans;
    font-size: 30px;
    font-weight: 700;
    font-style: normal; }
  .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .b-lazy {
    background-image: none !important;
    min-height: 0; }
  .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) [class*='col-'] {
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info,
  .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .w-next-stage {
    margin: 0; }
  .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info {
    padding: 40px 50px 40px 30px; }
    .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info h2,
    .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info .stage-number,
    .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info .description {
      color: #302E29; }
    .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info h2,
    .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .info .stage-number {
      text-shadow: 1px -1px 0 #fff; }
  .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .w-next-stage a.next-stage {
    color: #302D27; }
    .page-how-we-do main section:not(#section-1):not(#section-2):not(#section-14) .w-next-stage a.next-stage i svg polygon {
      fill: #302D27; }
  .page-how-we-do #section-5-dyeing {
    border-bottom: 1px solid #ebebeb; }
  .page-how-we-do section .summary .first-row,
  .page-how-we-do section .summary .second-row {
    width: 90%;
    margin: 0 auto; }
  .page-how-we-do section .summary .indicator {
    padding: 12px;
    margin: 12px 0 0;
    display: block;
    min-height: 75px; }
    .page-how-we-do section .summary .indicator.i1 .number, .page-how-we-do section .summary .indicator.i2 .number, .page-how-we-do section .summary .indicator.i3 .number {
      width: 20%;
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      font-size: 50px;
      float: none;
      margin-right: 12px; }
    .page-how-we-do section .summary .indicator .desc {
      width: 80%;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .page-how-we-do section .summary .indicator.i4 {
      padding: 24px 48px;
      text-align: center; }
      .page-how-we-do section .summary .indicator.i4 .desc {
        display: block;
        text-align: center;
        max-width: 100%;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0; }
      .page-how-we-do section .summary .indicator.i4 .number {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 0;
        width: auto;
        float: none;
        font-size: 70px;
        line-height: 1.2em; }
      .page-how-we-do section .summary .indicator.i4 .unity {
        display: inline-block;
        vertical-align: bottom;
        font-size: 30px;
        padding-top: 0;
        font-weight: 200;
        line-height: 2em;
        float: none; } }
@media (max-width: 600px) {
  body.front .info h1,
  body.front .info h2 {
    font-size: 40px !important;
    line-height: 1.15em !important;
    padding: 0 20px; }

  /* PRODUCT CATEGORIES */
  .page-products .main {
    padding: 0; }

  .node-type-product-display .breadcrumb-menu-mobile,
  .page-taxonomy-term .breadcrumb-menu-mobile {
    display: block; }
    .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu,
    .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu {
      margin: 0 20px !important;
      display: block; }
      .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul,
      .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul {
        width: 100% !important; }
        .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li,
        .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li {
          width: 100% !important;
          text-align: left; }
          .node-type-product-display .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul,
          .page-taxonomy-term .breadcrumb-menu-mobile .w-breadcrumb-menu ul li ul {
            width: 100% !important; }

  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .w-breadcrumb-menu,
  .page-taxonomy-term .w-breadcrumb-menu {
    text-align: center; }
    .node-type-product-display .w-breadcrumb-menu nav,
    .page-taxonomy-term .w-breadcrumb-menu nav {
      display: inline-block;
      position: relative; } }
@media (max-width: 479px) {
  body.front .w-promo {
    width: 100%; }

  #flyout-nav.flyout-left .w-flyout-nav {
    width: 220px; }

  .flyout-right.flyout-active {
    -webkit-transform: translate3d(220px, 0, 0);
    -moz-transform: translate3d(220px, 0, 0);
    -ms-transform: translate3d(220px, 0, 0);
    -o-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0); }

  /* TERM DETAIL / PRODUCT DETAIL */
  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top,
  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top {
    width: auto; }
    .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top .nav,
    .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .top .nav {
      display: none; }
  .node-type-product-display .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin,
  .page-taxonomy-term .panel-cl.m-1 .container-inside .col-4-12 .inside .w-showroom .showroom-skin {
    width: 100%; }

  .page-company #section-contacts .w-contacts-form {
    width: 85%;
    padding: 0 24px 0 12px; } }


/*-----------------------------*/
header.w-header .inside .col-6-12.events.menu.show-desktop nav#main-menu ul li {
  padding-right: 10px;
  padding-left: 10px;
}

.col-1-12.events.lang.show-desktop #lang-switcher ul li{
  padding: 5px;
}

.col-6-12.events.menu.show-desktop{
  padding-right: 0px;
}



.show-desktop.events-block{
  padding-right: 0;
}
header.w-header .inside .show-desktop.events-block .content{
  padding: 0 !important;
  border-bottom: none !important;
}
.show-mobile.events-block .content{
  text-align: center;
  padding: 10px 0px;
}


.page-company .quality .logo .tex-logo svg,
.page-company .quality .logo img.logo_promo{
  /*border-top: 1px dashed #2A2721;*/
  margin-top: 5px;
  padding-top: 5px;
  border:1px solid #cecece;
  border-radius: 5px;
  box-shadow: 5px 5px 2px #cecece;
  max-width: 300px;
}


div.barras{
   margin-top:10px;
   white-space: nowrap;
}

.barra-feder {
    margin-left: 105px;
    width: 727px;
}

@media (max-width:1230px){
div.barras{
   white-space:unset;
}

.barra-feder{
  margin:0;
}  
}


/* ********************************************** */
/* COOKIES */
/* ********************************************** */
#sliding-popup {
  padding-bottom: 20px;
  width: 100%;
}

#sliding-popup .popup-content  {
  background: #eeeeee;
  border-color: rgba(0,0,0,0.7);
  border-radius: 5px;
  max-width: 50%;
  padding: 20px;
}
#sliding-popup .popup-content #popup-text, #sliding-popup .popup-content #popup-buttons{
  float: none;
  max-width: 100%
}
#sliding-popup .popup-content #popup-buttons {
  float: right;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 14px;
  color: #444;
}

#sliding-popup .popup-content #popup-buttons button {
  padding: 10px 25px;
}

#sliding-popup .popup-content #popup-buttons .agree-button, 
#sliding-popup .popup-content #popup-buttons .hide-popup-button,
#sliding-popup .popup-content #popup-buttons .decline-button {
  background-color: #9e794f;
  border: 1px solid #9e794f;
  text-shadow: none;
  border-radius: 35px;
  color: #ffffff;
}
#sliding-popup .popup-content #popup-buttons .agree-button:hover,
#sliding-popup .popup-content #popup-buttons .decline-button:hover{
  background-color: #8C7F70;
}

#sliding-popup .popup-content #popup-buttons .find-more-button {
  border-radius: 35px;
  box-shadow: none;
  border: 1px solid #ccc;
  background: #a7a7a7;
}
#sliding-popup .popup-content #popup-buttons .find-more-button:hover {
  background-color: #999;
}



/* ************************************************************* */

.page-company #section-contacts .w-contacts-form form .form-type-checkbox label{
  display: inline;
}

#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent{
  height: 600px !important;
}

#colorbox{
  top: 120px !important;
}

 #cboxLoadedContent .node-paginas{
  padding: 20px;  
 }

#cboxLoadedContent .privacy_policy{
  text-align: right;
  margin-bottom: 30px;
}

#cboxLoadedContent .privacy_policy button.agree{
  background-color: #9e794f;
  border: 1px solid #9e794f;
  text-shadow: none;
  border-radius: 35px;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: 20px;
}

#cboxLoadedContent .privacy_policy button.not_agree{
    border-radius: 35px;
    box-shadow: none;
    border: 1px solid #ccc;
    background: #a7a7a7;
    padding: 10px 20px;
}

#cboxClose {
  top:0;
}


.barras_certificados img{
  margin:15px 70px 15px 0;
}
.barras_certificados img:last-child{
  margin:15px 0;
}

@media (max-width:992px){
  .barras_certificados img{
    margin:15px 0;
  }
}