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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden, a.menu-anchor, .reveal-modal .form-item input.styled {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, a.focusable.menu-anchor:active, .reveal-modal .form-item input.focusable.styled:active,
.visuallyhidden.focusable:focus,
a.focusable.menu-anchor:focus,
.reveal-modal .form-item input.focusable.styled:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/**
 *   COLOR
****************************************************************************************************************/
/**
 *   FONTS
****************************************************************************************************************/
@font-face {
  font-family: 'Platform Web-Bold';
  src: url(/sites/all/themes/stst/fonts/platform-web-bold.eot);
  src: url(/sites/all/themes/stst/fonts/platform-web-bold.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/stst/fonts/platform-web-bold.woff) format("woff"), url(/sites/all/themes/stst/fonts/platform-web-bold.ttf) format("truetype"), url(/sites/all/themes/stst/fonts/platform-web-bold.svg#PlatformWeb) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/**
 *   MIXIN
****************************************************************************************************************/
/**
 *   EXTEND / WYSIWYG STYLES
****************************************************************************************************************/
.simpleBtn, #header-wrapper #navigation .block.block-feature-site .content ul li a, #collection .facet-filters .header ul li a {
  display: block;
  padding: 20px;
  font-size: 1.125em;
  /* 18 : 16 */
  text-decoration: none;
  color: #c7c0b8;
}
.simpleBtn:hover, #header-wrapper #navigation .block.block-feature-site .content ul li a:hover, #collection .facet-filters .header ul li a:hover, .simpleBtn:focus, #header-wrapper #navigation .block.block-feature-site .content ul li a:focus, #collection .facet-filters .header ul li a:focus, .simpleBtn.active, #header-wrapper #navigation .block.block-feature-site .content ul li a.active, #collection .facet-filters .header ul li a.active {
  color: #000;
  outline: 0;
}

.submitBtn, input[type='submit'],
input[type='button'], #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a, #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a:link, #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a:visited {
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  height: 43px;
  line-height: 33px;
  padding: 5px 20px;
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.125em;
  /* 18 : 16 */
}
.submitBtn:hover, input[type='submit']:hover,
input[type='button']:hover, #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a:hover, .submitBtn:focus, input[type='submit']:focus,
input[type='button']:focus, #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a:focus {
  background: #c7c0b8 !important;
  outline: 0;
}

.greenText {
  color: #79bb59;
}

.ajax-loader, #dealers-region #dealers .content .form-dealer-locator .search-loader-wrapper .search-loader {
  background: white url("../img/loader.gif") no-repeat center center;
  width: 26px;
  height: 43px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.skype {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  font-family: "Theinhardt-Medium", "Arial";
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 24px;
  padding: 8px 10px;
  background: #00aaf0;
  color: #fff !important;
  text-decoration: none !important;
}
.skype:hover {
  background: #3ec5fd;
  cursor: pointer;
}
.skype .icon {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background: url("../img/skype.png");
}
.skype .icon:hover {
  cursor: pointer;
}
.skype .text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 24px;
}
.skype .text:hover {
  cursor: pointer;
}

#sustainability_nl.sustainability #label3, #sustainability_it.sustainability #label3 {
  left: 220px;
}

#sustainability_de.sustainability #label3 {
  left: 228px;
}

.sustainability {
  position: relative;
  background: url("../img/sustainability/bg.jpg") no-repeat 0 0;
  width: 830px;
  height: 3659px;
  /*
   * Smiley 1
   */
  /*
   * Image 1
   */
  /*
   * Label 1
   */
  /*
   * Label 2
   */
  /*
   * Label 3
   */
  /*
   * Image 2
   */
  /*
   * Smiley 2
   */
  /*
   * Label 4
   */
  /*
   * Image 3
   */
  /*
   * Smiley 3
   */
  /*
   * Label 5
   */
  /*
   * Label 6
   */
  /*
   * Image 4
   */
  /*
   * Smiley 4
   */
  /*
   * Final
   */
  /*
   * Label 7
   */
  /*
   * Label 8
   */
  /*
   * Label 9
   */
}
.sustainability p {
  margin: 0 !important;
}
.sustainability .tooltip {
  position: absolute;
  z-index: 0;
}
.sustainability .tooltip.tooltip-image {
  z-index: 5;
}
.sustainability a.anchor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.sustainability a.smiley {
  width: 38px;
  height: 37px;
  background: url("../img/sustainability/smiley.png") no-repeat 0 0;
}
.sustainability a.smiley:hover, .sustainability a.smiley.activetooltip {
  background-position: 0 -37px;
}
.sustainability a.label {
  font-family: "Theinhardt-Bold", "Arial";
  font-size: 24px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  padding: 0 8px;
}
.sustainability a.label:hover, .sustainability a.label.activetooltip {
  color: #fff;
}
.sustainability a.label.label-left {
  padding-right: 22px;
  background: url("../img/sustainability/arrow-right-1.png") no-repeat 100% -45px;
}
.sustainability a.label.label-left:hover, .sustainability a.label.label-left.activetooltip {
  background-position: 100% 0;
}
.sustainability a.label.label-left.anchor-nohover:hover, .sustainability a.label.label-left.anchor-nohover.activetooltip {
  cursor: default;
  background-position: 100% -45px;
}
.sustainability a.label.label-right {
  padding-left: 22px;
  background: url("../img/sustainability/arrow-left-1.png") no-repeat 0 -45px;
}
.sustainability a.label.label-right:hover, .sustainability a.label.label-right.activetooltip {
  background-position: 0 0;
}
.sustainability a.label.label-right.anchor-nohover:hover, .sustainability a.label.label-right.anchor-nohover.activetooltip {
  cursor: default;
  background-position: 0 -45px;
}
.sustainability .text {
  display: none;
  text-align: left;
}
.sustainability .text-contrast {
  background: #000;
  color: #fff;
  height: 552px;
}
.sustainability .text-contrast .inner-text {
  padding: 10px 0 0 41px;
  width: 400px;
}
.sustainability .text-contrast .inner-text a, .sustainability .text-contrast .inner-text a:link, .sustainability .text-contrast .inner-text a:visited {
  color: #fff;
}
.sustainability .text-small {
  font-family: "Theinhardt-Regular", "Arial";
  font-size: 12px;
  line-height: 14px;
}
.sustainability .text-big {
  font-family: "Theinhardt-Regular", "Arial";
  font-size: 14px;
  line-height: 18px;
}
.sustainability .title-heading {
  font-family: "Platform Web-Bold", "Arial";
  font-size: 36px;
  line-height: 1em;
  background: #fff;
  padding: 15px 23px;
}
.sustainability .title-bold {
  font-family: "Theinhardt-Bold", "Arial";
  font-size: 14px;
}
.sustainability .title-medium {
  font-family: "Theinhardt-Medium", "Arial";
}
.sustainability .title-regular {
  font-family: "Theinhardt-Regular", "Arial";
}
.sustainability #smiley1 {
  top: 42px;
  left: 396px;
}
.sustainability #smiley1 .text {
  position: absolute;
  top: 0;
  left: 74px;
  width: 330px;
}
.sustainability#sustainability_de #smiley1 .text-big {
  top: -10px;
}
.sustainability #image1,
.sustainability #image1a,
.sustainability #image1b {
  top: 162px;
  left: 0;
  width: 830px;
  height: 552px;
}
.sustainability #image1 .title-heading,
.sustainability #image1a .title-heading,
.sustainability #image1b .title-heading {
  position: absolute;
  top: 243px;
  left: 281px;
}
.sustainability #image1a .anchor {
  width: 140px;
  height: 40px;
  top: 582px;
  left: 167px;
  background: url("../img/sustainability/icons.png") no-repeat 0 0;
}
.sustainability #image1a .anchor:hover, .sustainability #image1a .anchor.activetooltip {
  background-position: 0 -40px;
}
.sustainability #image1b .anchor {
  width: 55px;
  height: 40px;
  top: 582px;
  left: 313px;
  background: url("../img/sustainability/icons.png") no-repeat -245px 0;
}
.sustainability #image1b .anchor:hover, .sustainability #image1b .anchor.activetooltip {
  background-position: -245px -40px;
}
.sustainability #label1 {
  top: 841px;
  left: 4px;
  width: 378px;
}
.sustainability #label1 .anchor {
  left: 178px;
}
.sustainability #label1 .text {
  position: absolute;
  top: 75px;
  right: 0;
  text-align: right;
}
.sustainability#sustainability_fr #label1 .anchor {
  left: 156px;
}
.sustainability#sustainability_nl #label1 .anchor {
  left: 148px;
}
.sustainability#sustainability_it #label1 .anchor {
  left: 163px;
}
.sustainability #label2 {
  top: 841px;
  left: 456px;
  width: 420px;
}
.sustainability #label2 .text {
  position: absolute;
  left: 154px;
}
.sustainability#sustainability_de #label2 .text {
  left: 170px;
}
.sustainability#sustainability_it #label2 .text {
  left: 160px;
}
.sustainability #label3 {
  top: 1221px;
  left: 258px;
  width: 350px;
}
.sustainability #label3 .text {
  position: absolute;
  top: 65px;
  left: -180px;
  text-align: right;
  width: 320px;
}
.sustainability #image2 {
  top: 1326px;
  left: 0;
}
.sustainability #image2 .anchor {
  left: 519px;
  top: 106px;
  text-decoration: none;
  color: #000 !important;
}
.sustainability #image2 .text {
  text-align: right;
  position: absolute;
  top: 225px;
  left: 0;
  width: 360px;
}
.sustainability #image2a,
.sustainability #image2b,
.sustainability #image2c,
.sustainability #image2d {
  top: 1324px;
  left: 415px;
  width: 415px;
  height: 277px;
}
.sustainability #image2a .text,
.sustainability #image2b .text,
.sustainability #image2c .text,
.sustainability #image2d .text {
  height: 277px;
}
.sustainability #image2a .text .inner-text,
.sustainability #image2b .text .inner-text,
.sustainability #image2c .text .inner-text,
.sustainability #image2d .text .inner-text {
  width: 345px;
}
.sustainability #image2a .anchor {
  width: 140px;
  height: 40px;
  top: 307px;
  left: 50px;
  background: url("../img/sustainability/icons.png") no-repeat 0 0;
}
.sustainability #image2a .anchor:hover, .sustainability #image2a .anchor.activetooltip {
  background-position: 0 -40px;
}
.sustainability#sustainability_fr #image2a .text-contrast .inner-text {
  padding-top: 5px;
}
.sustainability #image2b .anchor {
  width: 41px;
  height: 40px;
  top: 307px;
  left: 195px;
  background: url("../img/sustainability/icons.png") no-repeat -140px 0;
}
.sustainability #image2b .anchor:hover, .sustainability #image2b .anchor.activetooltip {
  background-position: -140px -40px;
}
.sustainability #image2c .anchor {
  width: 64px;
  height: 40px;
  top: 305px;
  /*left: 235px;*/
  left: 190px;
  background: url("../img/sustainability/icons.png") no-repeat -181px 0;
}
.sustainability #image2c .anchor:hover, .sustainability #image2c .anchor.activetooltip {
  background-position: -181px -40px;
}
.sustainability #image2d .anchor {
  width: 55px;
  height: 40px;
  top: 307px;///
  left: 300px;
  left: 250px;
  background: url("../img/sustainability/icons.png") no-repeat -245px 0;
}
.sustainability #image2d .anchor:hover, .sustainability #image2d .anchor.activetooltip {
  background-position: -245px -40px;
}
.sustainability #smiley2 {
  top: 1632px;
  left: 30px;
  width: 404px;
}
.sustainability #smiley2 .anchor {
  left: 366px;
}
.sustainability #smiley2 .text {
  position: absolute;
  right: 72px;
  text-align: right;
}
.sustainability#sustainability_de #smiley2 .text {
  top: -20px;
}
.sustainability #label4 {
  top: 1748px;
  left: 245px;
  width: 570px;
}
.sustainability #label4 .text {
  position: absolute;
  left: 223px;
}
.sustainability#sustainability_nl #label4 {
  left: 254px;
}
.sustainability#sustainability_fr #label4 {
  left: 260px;
}
.sustainability#sustainability_de #label4 {
  left: 254px;
}
.sustainability#sustainability_it #label4 {
  left: 260px;
}
.sustainability #image3,
.sustainability #image3a,
.sustainability #image3b,
.sustainability #image3c,
.sustainability #image3d {
  top: 2191px;
  left: 0;
  width: 830px;
  height: 540px;
}
.sustainability #image3 .title-heading,
.sustainability #image3a .title-heading,
.sustainability #image3b .title-heading,
.sustainability #image3c .title-heading,
.sustainability #image3d .title-heading {
  position: absolute;
  top: 237px;
  left: 489px;
}
.sustainability #image3 .text-contrast,
.sustainability #image3a .text-contrast,
.sustainability #image3b .text-contrast,
.sustainability #image3c .text-contrast,
.sustainability #image3d .text-contrast {
  height: 540px;
}
.sustainability #image3 .text-contrast .inner-text,
.sustainability #image3a .text-contrast .inner-text,
.sustainability #image3b .text-contrast .inner-text,
.sustainability #image3c .text-contrast .inner-text,
.sustainability #image3d .text-contrast .inner-text {
  padding: 250px 0 0 450px;
  width: 330px;
}
.sustainability#sustainability_it {
  /*
   * Image 3
   */
}
.sustainability#sustainability_it #image3 .title-heading {
  left: 450px;
}
.sustainability #image3a .anchor {
  width: 140px;
  height: 40px;
  top: 569px;
  left: 463px;
  background: url("../img/sustainability/icons.png") no-repeat 0 0;
}
.sustainability #image3a .anchor:hover, .sustainability #image3a .anchor.activetooltip {
  background-position: 0 -40px;
}
.sustainability #image3b .anchor {
  width: 41px;
  height: 40px;
  top: 569px;
  left: 608px;
  background: url("../img/sustainability/icons.png") no-repeat -140px 0;
}
.sustainability #image3b .anchor:hover, .sustainability #image3b .anchor.activetooltip {
  background-position: -140px -40px;
}
.sustainability #image3c .anchor {
  width: 64px;
  height: 40px;
  top: 569px;
  left: 648px;
  background: url("../img/sustainability/icons.png") no-repeat -181px 0;
}
.sustainability #image3c .anchor:hover, .sustainability #image3c .anchor.activetooltip {
  background-position: -181px -40px;
}
.sustainability #image3d .anchor {
  width: 55px;
  height: 40px;
  top: 569px;
  left: 713px;
  background: url("../img/sustainability/icons.png") no-repeat -245px 0;
}
.sustainability #image3d .anchor:hover, .sustainability #image3d .anchor.activetooltip {
  background-position: -245px -40px;
}
.sustainability #smiley3 {
  top: 2761px;
  left: 30px;
  width: 404px;
}
.sustainability #smiley3 .anchor {
  left: 366px;
}
.sustainability #smiley3 .text {
  position: absolute;
  right: 72px;
  text-align: right;
}
.sustainability #label5 {
  top: 2860px;
  left: 456px;
  width: 355px;
}
.sustainability #label5 .text {
  position: absolute;
  top: 75px;
  left: 30px;
}
.sustainability#sustainability_nl #label5 {
  width: 365px;
}
.sustainability#sustainability_fr #label5 {
  width: 375px;
}
.sustainability#sustainability_it #label5 {
  width: 360px;
}
.sustainability#sustainability_de #label5 {
  width: 390px;
}
.sustainability #label6 {
  top: 2908px;
  left: 0;
  width: 375px;
}
.sustainability #label6 .anchor {
  left: 264px;
}
.sustainability #label6 .text {
  position: absolute;
  top: 74px;
  right: 10px;
  text-align: right;
}
.sustainability#sustainability_nl #label6 .anchor {
  left: 267px;
}
.sustainability#sustainability_de #label6 .anchor {
  left: 274px;
}
.sustainability #image4 {
  top: 3043px;
  left: 0;
}
.sustainability #image4 .anchor {
  left: 537px;
  top: 106px;
  text-decoration: none;
  color: #000 !important;
}
.sustainability #image4 .text {
  text-align: right;
  position: absolute;
  top: 180px;
  width: 360px;
}
.sustainability #image4a,
.sustainability #image4b,
.sustainability #image4c,
.sustainability #image4d {
  top: 3043px;
  left: 415px;
  width: 415px;
  height: 277px;
}
.sustainability #image4a .text,
.sustainability #image4b .text,
.sustainability #image4c .text,
.sustainability #image4d .text {
  height: 277px;
}
.sustainability #image4a .text .inner-text,
.sustainability #image4b .text .inner-text,
.sustainability #image4c .text .inner-text,
.sustainability #image4d .text .inner-text {
  width: 345px;
}
.sustainability #image4a .anchor {
  width: 140px;
  height: 40px;
  top: 307px;
  left: 50px;
  background: url("../img/sustainability/icons.png") no-repeat 0 0;
}
.sustainability #image4a .anchor:hover, .sustainability #image4a .anchor.activetooltip {
  background-position: 0 -40px;
}
.sustainability#sustainability_fr #image4a .text-contrast .inner-text {
  padding-top: 5px;
}
.sustainability #image4b .anchor {
  width: 41px;
  height: 40px;
  top: 307px;
  left: 195px;
  background: url("../img/sustainability/icons.png") no-repeat -140px 0;
}
.sustainability #image4b .anchor:hover, .sustainability #image4b .anchor.activetooltip {
  background-position: -140px -40px;
}
.sustainability #image4c .anchor {
  width: 64px;
  height: 40px;
  top: 307px;
  left: 235px;
  background: url("../img/sustainability/icons.png") no-repeat -181px 0;
}
.sustainability #image4c .anchor:hover, .sustainability #image4c .anchor.activetooltip {
  background-position: -181px -40px;
}
.sustainability #image4d .anchor {
  width: 55px;
  height: 40px;
  top: 307px;
  left: 300px;
  background: url("../img/sustainability/icons.png") no-repeat -245px 0;
}
.sustainability #image4d .anchor:hover, .sustainability #image4d .anchor.activetooltip {
  background-position: -245px -40px;
}
.sustainability #smiley4 {
  top: 3350px;
  left: 30px;
  width: 404px;
}
.sustainability #smiley4 .anchor {
  left: 366px;
}
.sustainability #smiley4 .text {
  position: absolute;
  right: 72px;
  text-align: right;
}
.sustainability #final {
  top: 3459px;
  left: 243px;
  width: 344px;
}
.sustainability #final .title-heading {
  border: 1px solid #c7c0b8;
  text-decoration: none;
  padding: 14px 17px;
  left: 75px;
}
.sustainability #final .title-heading:hover, .sustainability #final .title-heading.activetooltip {
  color: #000;
}
.sustainability #final .text {
  position: absolute;
  top: 96px;
  left: 0;
  text-align: center;
}
.sustainability #label7 {
  top: 1971px;
  left: 456px;
  width: 340px;
}
.sustainability #label8 {
  top: 959px;
  left: 456px;
  width: 400px;
}
.sustainability #label8 .text {
  position: absolute;
  top: 60px;
  right: 10px;
}
.sustainability #label9 {
  top: 1144px;
  left: 456px;
  width: 450px;
}
.sustainability #label9 .text {
  left: 121px;
  top: -5px;
  position: absolute;
}

/**
 *   GENERAL STYLES
****************************************************************************************************************/
body {
  background: white url("../img/bg.jpg") repeat 0 0;
  background-attachment: fixed;
  color: black;
  font-family: "Theinhardt-Regular", "Arial";
  font-size: 16px;
  line-height: 1.5em;
  min-width: 920px;
}

h1, h2, h3, h4 {
  font-family: "Platform Web-Bold", "Arial";
  color: black;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  font-size: 4.375em;
  /* 70 : 16 */
}

h2 {
  font-size: 4.375em;
  /* 70 : 16 */
}

h3 {
  font-size: 1.875em;
  /* 30 : 16 */
}

h4 {
  font-family: "Theinhardt-Bold", "Arial";
  font-size: 1.125em;
  /* 18 : 16 */
  font-weight: normal;
}

a, a:link, a:visited {
  color: black;
  text-decoration: underline;
}
a:hover, a:focus, a:active, a:link:hover, a:link:focus, a:link:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #c7c0b8;
}
a img, a:link img, a:visited img {
  border: 0;
}

img {
  border: 0;
}

p {
  margin: 1.5em 0;
}

strong, b {
  font-family: "Theinhardt-Medium", "Arial";
  font-weight: normal;
}

em, i {
  font-style: italic;
}

::-moz-selection {
  background: #aaa;
  color: #111;
}

::selection {
  background: #aaa;
  color: #111;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  margin: 1.5em 0;
  padding-left: 1em;
}
ul li {
  margin-bottom: 0.25em;
}
ul li ul {
  list-style: circle;
  margin: 0.25em 0 0 0;
  padding-left: 0.5em;
}

nav ul,
ul.clearlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li,
ul.clearlist li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
  margin: 1.5em 0;
  padding-left: 1em;
}
ol li {
  margin-bottom: 0.25em;
}
ol li ol {
  margin: 0.25em 0 0 0;
  padding-left: 0.75em;
}

blockquote {
  font-style: italic;
  margin: 1em;
}

.inner, #dealers-region #dealers .content .form-dealer-locator, #dealers-region #dealers .content .result-list-wrapper, #footer-wrapper .block .content {
  width: 920px;
  margin: 0 auto;
}

/** forms
****************************************************************************************************************/
select, input, textarea {
  font-family: "Theinhardt-Regular", "Arial";
  font-size: 1.125em;
  /* 18 : 16 */
  color: black;
  outline: none;
}

input[type='text'],
input[type='password'],
input[type='email'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  border: 1px solid #c7c0b8 !important;
  height: 43px;
  line-height: 33px;
  padding: 5px 10px;
  background: #fff;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus {
  border-color: #000 !important;
}
input[type='text'].error,
input[type='password'].error,
input[type='email'].error {
  border-color: red !important;
  background-color: #ffe5e5 !important;
}
input[type='text'].success,
input[type='password'].success,
input[type='email'].success {
  border-color: #79bb59 !important;
}

input[type='submit'],
input[type='button'] {
  border: 0;
  outline: none;
}

.chzn-container {
  font-size: 1.125em;
  /* 18 : 16 */
  width: 170px !important;
}
.chzn-container.chzn-container-single .chzn-single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  border: 1px solid #c7c0b8;
  height: 43px;
  line-height: 33px;
  padding: 5px 20px;
  text-align: left;
  color: #c7c0b8;
  background: #fff;
  filter: none;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single:hover, .chzn-container.chzn-container-single .chzn-single:focus {
  color: #000;
}
.chzn-container.chzn-container-single .chzn-single:focus {
  border-color: #000;
}
.chzn-container.chzn-container-single .chzn-single.error {
  border-color: red;
  background-color: #ffe5e5;
}
.chzn-container.chzn-container-single .chzn-single.success {
  border-color: #79bb59;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 24px;
}
.chzn-container.chzn-container-single .chzn-single div b {
  background: url("../img/select-arrow.png") no-repeat center center;
}
.chzn-container.chzn-disabled .chzn-single:hover, .chzn-container.chzn-disabled .chzn-single:focus {
  color: #c7c0b8;
}
.chzn-container.chzn-container-active .chzn-single {
  box-shadow: none;
  color: #000;
}
.chzn-container.chzn-container-active .chzn-single-with-drop {
  box-shadow: none;
}
.chzn-container.chzn-container-active .chzn-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  box-shadow: none;
  width: 80px !important;
  margin-left: -30px;
  border-color: #c7c0b8;
  text-align: left;
}
.chzn-container.chzn-container-active .chzn-drop .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container.chzn-container-active .chzn-drop .chzn-results li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c7c0b8;
  height: 43px;
  line-height: 43px;
  padding: 0;
  margin: 2px 20px;
  color: #c7c0b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container.chzn-container-active .chzn-drop .chzn-results li:first-child {
  border-top: 0;
}
.chzn-container.chzn-container-active .chzn-drop .chzn-results li.highlighted {
  background: #fff;
  filter: none;
  /* ie fix */
  color: #000;
}
.chzn-container.chosen .chzn-single {
  color: #000;
}

#block-locale-language li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c7c0b8;
  height: 43px;
  line-height: 43px;
  padding: 0;
  margin: 2px 0;
  color: #c7c0b8;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
#block-locale-language li:first-child {
  border-top: 0;
}
#block-locale-language li.highlighted {
  background: #fff;
  filter: none;
  /* ie fix */
  color: #000;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  border: 1px solid #c7c0b8;
  padding: 5px 10px;
}
textarea:focus {
  border-color: #000;
}
textarea.error {
  border-color: red;
  background-color: #ffe5e5;
}
textarea.success {
  border-color: #79bb59;
}

/** entity fields
****************************************************************************************************************/
.field-name-field-cb-body-bold {
  font-family: "Theinhardt-Medium", "Arial";
  font-size: 1.125em;
  /* 18 : 16 */
  line-height: 1.3em;
  position: relative;
  z-index: 2;
}

.field-name-field-body {
  line-height: 1.3em;
}

.field-name-field-cb-background-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.field-name-field-cb-background-image img.bgwidth {
  width: 100%;
  /*height: auto;*/
}
.field-name-field-cb-background-image img.bgheight {
  height: 100%;
  width: auto !important;
}

/** buttons
****************************************************************************************************************/
ul.button-links,
ul.button-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.button-links {
  margin-top: 56px;
}

ul.button-links li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 143px;
  height: 143px;
  line-height: 1em;
  overflow: hidden;
  margin: 0 14px;
}

a.button-143,
a.button-143:link,
a.button-143:visited {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 115px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 65px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background: url("../img/button-143.png") no-repeat 0 0;
}

a.button-143:hover,
a.button-143:focus {
  background-position: -286px 0;
}

a.button-143.highlight {
  background-position: -143px 0;
}

a.button-143.highlight:hover,
a.button-143.highlight:focus {
  background-position: -286px 0;
}

a.button-143.contrast {
  background-position: -429px 0;
  color: #c7c0b8;
}

a.button-143.contrast:hover,
a.button-143.contrast:focus {
  background-position: -572px 0;
  color: #000;
}

/** hidden menu anchor
****************************************************************************************************************/
a.menu-anchor {
  position: absolute;
  top: -64px;
  left: 0;
}

#collection-region a.menu-anchor {
  top: -220px;
}

/** diamond
****************************************************************************************************************/
.diamond {
  background: #c7c0b8;
  position: relative;
  height: 1px;
  z-index: 10;
}
.diamond img {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}

/**
 *   NAVIGATION
****************************************************************************************************************/
#header-wrapper {
  position: fixed;
  width: 100%;
  height: 91px;
  background-color: #FFF;
  z-index: 1100;
  border-bottom: 1px solid #c7c0b8;
}
#header-wrapper #logo {
  float: left;
  width: 132px;
}
#header-wrapper #logo a:focus {
  outline: 0;
}
#header-wrapper #navigation {
  float: left;
  margin-left: 14px;
  width: 774px;
}
#header-wrapper #navigation .block {
  float: left;
}
#header-wrapper #navigation .block.block-locale {
  margin-left: 14px;
  width: 40px;
}
#header-wrapper #navigation .block.block-locale .form-item {
  margin: 0;
}
#header-wrapper #navigation .block.block-locale .form-item .chzn-container {
  width: 40px !important;
}
#header-wrapper #navigation .block.block-locale .form-item .chzn-container .chzn-single {
  color: #c7c0b8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 19px 0;
  height: 25px;
  line-height: 25px;
}
#header-wrapper #navigation .block.block-locale .form-item .chzn-container .chzn-single div {
  width: 10px;
}
#header-wrapper #navigation .block.block-locale .form-item .chzn-container .chzn-single span {
  margin-right: 10px;
}
#header-wrapper #navigation .block.block-locale .form-item .chzn-container .chzn-drop {
  top: 65px !important;
}
#header-wrapper #navigation .block.block-feature-site {
  width: 720px;
}
#header-wrapper #navigation .block.block-feature-site .content {
  overflow: hidden;
}
#header-wrapper #navigation .block.block-feature-site .content ul li {
  float: left;
}
#header-wrapper #navigation .block.block-feature-site .content ul li a {
  padding: 20px 15px;
  /*font-family: $boldFont;*/
  border-left: 1px solid #c7c0b8;
  height: 25px;
}
#header-wrapper #navigation .block.block-feature-site .content ul li:last-child a {
  border-right: 1px solid #c7c0b8;
}

.i18n-fr .block-feature-site .content a {
  padding: 20px 10px !important;
  font-size: 17px !important;
}

/**
 *   MAIN WRAPPER
****************************************************************************************************************/
#main-wrapper {
  position: relative;
  top: 92px;
  left: 0;
}

/**
 *   SECUNDARY MENU
****************************************************************************************************************/
#secundary-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
#secundary-menu ul.menu,
#secundary-menu ul.menu li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#secundary-menu ul.menu {
  float: right;
  margin-top: 5px;
}
#secundary-menu ul.menu li {
  float: left;
  margin-left: 15px;
}
#secundary-menu ul.menu li a, #secundary-menu ul.menu li a:link, #secundary-menu ul.menu li a:visited {
  color: #fff;
  text-decoration: none;
  font-family: "Theinhardt-Bold", "Arial";
  font-size: 0.875em;
  /* 14 : 16 */
}
#secundary-menu ul.menu li a:hover, #secundary-menu ul.menu li a:focus, #secundary-menu ul.menu li a:link:hover, #secundary-menu ul.menu li a:link:focus, #secundary-menu ul.menu li a:visited:hover, #secundary-menu ul.menu li a:visited:focus {
  color: #000;
}

/**
 *   SECONDARY MENU
****************************************************************************************************************/
#secondary-menu {
  height: 26px;
  background: #000;
}
#secondary-menu ul.menu,
#secondary-menu ul.menu li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#secondary-menu ul.menu {
  float: right;
  margin-top: 2px;
}
#secondary-menu ul.menu li {
  float: left;
  margin-left: 15px;
}
#secondary-menu ul.menu li a, #secondary-menu ul.menu li a:link, #secondary-menu ul.menu li a:visited {
  color: #fff;
  text-decoration: none;
  font-family: "Theinhardt-Regular", "Arial";
  font-size: 0.875em;
  /* 14 : 16 */
}
#secondary-menu ul.menu li a:hover, #secondary-menu ul.menu li a:focus, #secondary-menu ul.menu li a:link:hover, #secondary-menu ul.menu li a:link:focus, #secondary-menu ul.menu li a:visited:hover, #secondary-menu ul.menu li a:visited:focus {
  color: #c7c0b8;
}

/**
 *   FULL REGION (general styles)
****************************************************************************************************************/
.full-region {
  overflow: hidden;
}
.full-region .region {
  position: relative;
  float: left;
  width: 100%;
  z-index: 0;
}
.full-region .block {
  /*padding: 50px 0;*/
  position: relative;
  overflow: hidden;
  /*@include boxSizing(border-box);*/
}
.full-region.bx .block > h2,
.full-region.bx .block .content {
  width: 100%;
}
.full-region .block > h2,
.full-region .block .content {
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.full-region .block > h2 {
  padding-top: 50px;
  margin-top: 0;
}
.full-region .block > h2:after {
  content: ".";
  color: #79bb59;
}
.full-region .block > h2 .after {
  color: #79bb59;
}
.full-region .block .content {
  padding-bottom: 50px;
}

/**
 *   SLIDESHOW REGION (general styles)
****************************************************************************************************************/
.full-region.slideshow,
.full-region.homepage {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.full-region.slideshow .block,
.full-region.homepage .block {
  display: none;
  /*padding: 0;*/
}
.full-region.slideshow .block:first-child,
.full-region.homepage .block:first-child {
  display: block;
}
.full-region.slideshow .block .content,
.full-region.homepage .block .content {
  padding-bottom: 0;
}
.full-region.slideshow .flex-direction-nav,
.full-region.homepage .flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.full-region.slideshow .flex-direction-nav a, .full-region.slideshow .flex-direction-nav a:link, .full-region.slideshow .flex-direction-nav a:visited,
.full-region.homepage .flex-direction-nav a,
.full-region.homepage .flex-direction-nav a:link,
.full-region.homepage .flex-direction-nav a:visited {
  background: url("../img/slideshow-direction-nav.png") no-repeat 0 0;
  width: 51px;
  height: 102px;
  margin-top: -51px;
  outline: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.full-region.slideshow .flex-direction-nav a.flex-prev, .full-region.slideshow .flex-direction-nav a:link.flex-prev, .full-region.slideshow .flex-direction-nav a:visited.flex-prev,
.full-region.homepage .flex-direction-nav a.flex-prev,
.full-region.homepage .flex-direction-nav a:link.flex-prev,
.full-region.homepage .flex-direction-nav a:visited.flex-prev {
  left: 0;
}
.full-region.slideshow .flex-direction-nav a.flex-next, .full-region.slideshow .flex-direction-nav a:link.flex-next, .full-region.slideshow .flex-direction-nav a:visited.flex-next,
.full-region.homepage .flex-direction-nav a.flex-next,
.full-region.homepage .flex-direction-nav a:link.flex-next,
.full-region.homepage .flex-direction-nav a:visited.flex-next {
  background-position: -51px 0;
  right: 0;
}
.full-region.slideshow:hover .flex-direction-nav,
.full-region.homepage:hover .flex-direction-nav {
  display: block;
}
.full-region.slideshow .flex-control-nav,
.full-region.homepage .flex-control-nav {
  bottom: 40px;
  left: 0;
  z-index: 1000;
  position: absolute;
}
.full-region.slideshow .flex-control-nav.flex-control-paging a, .full-region.slideshow .flex-control-nav.flex-control-paging a:link, .full-region.slideshow .flex-control-nav.flex-control-paging a:visited,
.full-region.homepage .flex-control-nav.flex-control-paging a,
.full-region.homepage .flex-control-nav.flex-control-paging a:link,
.full-region.homepage .flex-control-nav.flex-control-paging a:visited {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("../img/slideshow-control-nav.png") no-repeat 0 0;
}
.full-region.slideshow .flex-control-nav.flex-control-paging a:hover, .full-region.slideshow .flex-control-nav.flex-control-paging a.flex-active, .full-region.slideshow .flex-control-nav.flex-control-paging a:link:hover, .full-region.slideshow .flex-control-nav.flex-control-paging a:link.flex-active, .full-region.slideshow .flex-control-nav.flex-control-paging a:visited:hover, .full-region.slideshow .flex-control-nav.flex-control-paging a:visited.flex-active,
.full-region.homepage .flex-control-nav.flex-control-paging a:hover,
.full-region.homepage .flex-control-nav.flex-control-paging a.flex-active,
.full-region.homepage .flex-control-nav.flex-control-paging a:link:hover,
.full-region.homepage .flex-control-nav.flex-control-paging a:link.flex-active,
.full-region.homepage .flex-control-nav.flex-control-paging a:visited:hover,
.full-region.homepage .flex-control-nav.flex-control-paging a:visited.flex-active {
  background: url("../img/slideshow-control-nav.png") no-repeat -12px 0;
}

/**
 *   HEADER REGION
****************************************************************************************************************/
#header-region .block {
  /*padding: 0;*/
  border: 0;
}
#header-region .block .entity .field-name-field-body {
  position: relative;
  z-index: 2;
}
#header-region .block .entity .field-name-field-body h2:first-child {
  color: #fff;
  text-align: left;
  font-size: 50px;
}
#header-region .block .entity .field-name-field-body h2:first-child:after {
  content: ".";
  color: #79bb59;
}
#header-region .block .entity .field-name-field-body h2:first-child .after {
  color: #79bb59;
}
#header-region .inner, #header-region #dealers-region #dealers .content .form-dealer-locator, #dealers-region #dealers .content #header-region .form-dealer-locator, #header-region #dealers-region #dealers .content .result-list-wrapper, #dealers-region #dealers .content #header-region .result-list-wrapper, #header-region #footer-wrapper .block .content, #footer-wrapper .block #header-region .content {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}
#header-region .inner a.cta-promo, #header-region #dealers-region #dealers .content .form-dealer-locator a.cta-promo, #dealers-region #dealers .content #header-region .form-dealer-locator a.cta-promo, #header-region #dealers-region #dealers .content .result-list-wrapper a.cta-promo, #dealers-region #dealers .content #header-region .result-list-wrapper a.cta-promo, #header-region #footer-wrapper .block .content a.cta-promo, #footer-wrapper .block #header-region .content a.cta-promo {
  display: block;
  width: 143px;
  height: 93px;
  padding-top: 50px;
  position: absolute;
  top: 3%;
  left: 1%;
  background: url("../img/button-143.png") no-repeat -715px 0;
  color: #c7c0b8;
  font-family: "Theinhardt-Regular", "Arial";
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  font-size: 19px;
}
#header-region .inner a.cta-promo:hover, #header-region #dealers-region #dealers .content .form-dealer-locator a.cta-promo:hover, #dealers-region #dealers .content #header-region .form-dealer-locator a.cta-promo:hover, #header-region #dealers-region #dealers .content .result-list-wrapper a.cta-promo:hover, #dealers-region #dealers .content #header-region .result-list-wrapper a.cta-promo:hover, #header-region #footer-wrapper .block .content a.cta-promo:hover, #footer-wrapper .block #header-region .content a.cta-promo:hover, #header-region .inner a.cta-promo:focus, #header-region #dealers-region #dealers .content .form-dealer-locator a.cta-promo:focus, #dealers-region #dealers .content #header-region .form-dealer-locator a.cta-promo:focus, #header-region #dealers-region #dealers .content .result-list-wrapper a.cta-promo:focus, #dealers-region #dealers .content #header-region .result-list-wrapper a.cta-promo:focus, #header-region #footer-wrapper .block .content a.cta-promo:focus, #footer-wrapper .block #header-region .content a.cta-promo:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/**
 *   COLLECTION REGION
****************************************************************************************************************/
/* product colors */

a.facet-colours {
  display: block;
  width: 42px;
  height: 42px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../img/color-sprite.png");
  background-repeat: no-repeat;
  color: #ffffff;
  border-radius: 21px;
}
a.facet-colours:hover, a.facet-colours:focus {
  color: #ffffff;
}
a.facet-colours.facet-white {
  background-position: 0 0;
  color: #000000;
}
a.facet-colours.facet-white:hover, a.facet-colours.facet-white:focus {
  color: #000000;
}
a.facet-french-navy.facet-colours{
  background-image: url("../img/D_French-Navy.jpg");
}
a.facet-linen-grey-silver.facet-colours{
  background-image: url("../img/D_sparkles-Linen_Linen-Grey_Silver.jpg");
}
a.facet-stretch-limo-dark-silver.facet-colours{
  background-image: url("../img/D_sparkles-Linen_Stretch-Limo_Dark-Silver.jpg");
}
a.facet-whitegold.facet-colours{
  background-image: url("../img/D_sparkles-Linen_White_Gold.jpg");
}
a.facet-heather-ash.facet-colours{
  background-image: url("../img/D_Heather-Ash.jpg");
}
a.facet-light-heather-yellow.facet-colours{
  background-image: url("../img/D_Light-Heather-Yellow.jpg");
}
a.facet-linen-mid-heather-grey.facet-colours{
  background-image: url("../img/D_Linen-Mid-Heather-Grey.jpg");
}
a.facet-carribean-blue.facet-colours{
  background: none;
  background-color:rgb(183,216,212);
}
a.facet-citadel-blue.facet-colours{
  background: none;
  background-color:rgb(110,130,141);
}
a.facet-flamingo-pink.facet-colours{
  background: none;
  background-color:rgb(214,125,122);
}
a.facet-pale-peach.facet-colours{
  background: none;
  background-color:rgb(235,203,179);
}
a.facet-paradise-green.facet-colours{
  background: none;
  background-color:rgb(185,210,151);
}
a.facet-black-washed-denim.facet-colours{
  background-image: url("../img/D_Black-Washed-Denim.jpg");
}
a.facet-mid-grey-denim.facet-colours{
  background-image: url("../img/D_Mid-Grey-Denim.jpg");
}
a.facet-colours.facet-black {
  background-position: -42px 0;
}
a.facet-colours.facet-navy {
  background-position: -84px 0;
}
a.facet-colours.facet-red {
  background-position: -126px 0;
}
a.facet-colours.facet-natural {
  background-position: -168px 0;
  color: #000000;
}
a.facet-colours.facet-natural:hover, a.facet-colours.facet-natural:focus {
  color: #000000;
}
a.facet-colours.facet-maize-yellow {
  background-position: -210px 0;
}
a.facet-colours.facet-spectra-yellow {
  background-position: -252px 0;
}
a.facet-colours.facet-orange {
  background-position: -294px 0;
}
a.facet-colours.facet-green {
  background-position: -336px 0;
}
a.facet-colours.facet-bottle-green {
  background-position: -378px 0;
}
a.facet-colours.facet-khaki {
  background-position: -420px 0;
}
a.facet-colours.facet-royal-blue {
  background-position: -462px 0;
}
a.facet-colours.facet-azur {
  background-position: -504px 0;
}
a.facet-colours.facet-sky-blue {
  background-position: -546px 0;
}
a.facet-colours.facet-raspberry {
  background-position: -588px 0;
}
a.facet-colours.facet-plum {
  background-position: -630px 0;
}
a.facet-colours.facet-purple {
  background-position: -672px 0;
}
a.facet-colours.facet-burgundy {
  background-position: -714px 0;
}
a.facet-colours.facet-opal {
  background-position: -756px 0;
}
a.facet-colours.facet-anthracite {
  background-position: -798px 0;
}
a.facet-colours.facet-sudan-brown {
  background-position: -840px 0;
}
a.facet-colours.facet-stargazer {
  background-position: -882px 0;
}
a.facet-colours.facet-mustard-yellow {
  background-position: -924px 0;
}
a.facet-colours.facet-light-khaki {
  background-position: -966px 0;
}
a.facet-colours.facet-hibiscus {
  background-position: -1008px 0;
}
a.facet-colours.facet-lilac {
  background-position: -1050px 0;
}
a.facet-colours.facet-sun-coral {
  background-position: -1092px 0;
}
a.facet-colours.facet-iris-yellow {
  background-position: -1134px 0;
  color: #000000;
}
a.facet-colours.facet-iris-yellow:hover, a.facet-colours.facet-iris-yellow:focus {
  color: #000000;
}
a.facet-colours.facet-turquoise {
  background-position: -1176px 0;
}
a.facet-colours.facet-mint-green {
  background-position: -1218px 0;
}
a.facet-colours.facet-nude {
  background-position: -1260px 0;
}
a.facet-colours.facet-walnut {
  background-position: -1302px 0;
}
a.facet-colours.facet-heather-grey {
  background-position: -1344px 0;
}
a.facet-colours.facet-mid-heather-grey {
  background-position: -1386px 0;
}
a.facet-colours.facet-dark-heather-grey {
  background-position: -1428px 0;
}
a.facet-colours.facet-dark-heather-blue {
  background-position: -1470px 0;
}
a.facet-colours.facet-mid-heather-blue {
  background-position: -1512px 0;
}
a.facet-colours.facet-mid-heather-green {
  background-position: -1554px 0;
}
a.facet-colours.facet-mid-heather-red {
  background-position: -1596px 0;
}
a.facet-colours.facet-vintage-black {
  background-position: -1638px 0;
}

a.facet-colours.facet-slub-heather-grey {
  background-position: -2730px 0;
  color: #000000;
}
a.facet-colours.facet-slub-heather-charcoal {
  background-position: -2688px 0;
  color: #000000;
}
a.facet-colours.facet-slub-heather-steel-grey {
  background-position: -2772px 0;
  color: #000000;
}
a.facet-colours.facet-slub-mid-heather-grey {
  background-position: -2814px 0;
  color: #000000;
}
a.facet-colours.facet-white-navy {
  background-position: -2856px 0;
  color: #000000;
}
a.facet-colours.facet-white-slub-heather-grey {
  background-position: -2898px 0;
  color: #000000;
}

a.facet-colours.facet-mid-heather-teal {
  background-position: -4416px -2px;
}
a.facet-colours.facet-dark-heather-teal {
  background-position: -4460px -1px;
}
a.facet-colours.facet-dark-heather-burgundy {
  background-position: -4506px -2px;
}
a.facet-colours.facet-snow-dark-heather-blue {
  background-position: -4556px -2px;
}

a.facet-colours.facet-slub-heather-blue {
  background-position: -4600px -2px;
}
a.facet-colours.facet-slub-dark-heather-grey {
  background-position: -4648px -2px;
}
a.facet-colours.facet-slub-mid-heather-clay {
  background-position: -4693px -2px;
}
a.facet-colours.facet-marble-slub-heather-black {
  background-position: -4740px -2px;
}
a.facet-colours.facet-slub-black-heather-grey {
  
  background-position: -4790px -2px;
}
a.facet-colours.facet-light-heather-lilac{
  background-position: -4838px -2px;
}
a.facet-colours.facet-heather-black{
  background-position: -4885px -2px;
}

/* vintage colors */
a.facet-colours.facet-vintage-white:hover, a.facet-colours.facet-vintage-white:focus {
  color: #000000;
}
a.facet-colours.facet-vintage-red {
  background-position: -1722px 0;
}
a.facet-colours.facet-vintage-blue {
  background-position: -1764px 0;
}
a.facet-colours.facet-gold {
  background-position: -1806px 0;
}
a.facet-colours.facet-peach {
  background-position: -1848px 0;
}
a.facet-colours.facet-citrus {
  background-position: -1890px 0;
}
a.facet-colours.facet-pacific {
  background-position: -1932px 0;
}
a.facet-colours.facet-charcoal {
  background-position: -1974px 0;
}
a.facet-colours.facet-off-white {
  background-position: -2016px 0;
  color: #000000;
}
a.facet-colours.facet-off-white:hover, a.facet-colours.facet-off-white:focus {
  color: #000000;
}
a.facet-colours.facet-white-deep-red {
  background-position: -2058px 0;
}
a.facet-colours.facet-white-blue {
  background-position: -2100px 0;
}
a.facet-colours.facet-chocolate {
  background-position: -2142px 0;
}
a.facet-colours.facet-dark-heather-indigo {
  background-position: -2184px 0;
}
a.facet-colours.facet-mid-heather-khaki {
  background-position: -2226px 0;
}
a.facet-colours.facet-dark-heather-denim {
  background-position: -2268px 0;
}
a.facet-colours.facet-ocean-depth {
  background-position: -2310px 0;
}
a.facet-colours.facet-garment-dyed-white {
  background-position: -2478px 0;
}
a.facet-colours.facet-garment-dyed-white:hover, a.facet-colours.facet-garment-dyed-white:focus {
  color: #000000;
}
a.facet-colours.facet-garment-dyed-grey {
  background-position: -2520px 0;
}
a.facet-colours.facet-garment-dyed-anthracite {
  background-position: -2562px 0;
}
a.facet-colours.facet-garment-dyed-blue {
  background-position: -2604px 0;
}




a.facet-colours.facet-light-washed-indigo {
  background-position: -2941px 0;
}
a.facet-colours.facet-mid-washed-indigo {
  background-position: -2985px 0;
}
a.facet-colours.facet-dark-washed-indigo {
  background-position: -3027px 0;
}


a.facet-colours.facet-light-indigo-denim {
  background-position: -3070px 0;
}
a.facet-colours.facet-royal-blue-denim {
  background-position: -3113px 0;
}
a.facet-colours.facet-mid-indigo-denim {
  background-position: -3157px 0;
}
a.facet-colours.facet-dark-indigo-denim {
  background-position: -3199px 0;
}
a.facet-colours.facet-black-denim {
  background-position: -3242px 0;
}


a.facet-colours.facet-mid-navy {
  background-position: -3285px 0;
}
a.facet-colours.facet-deep-royal-blue {
  background-position: -4372px 0;
}
a.facet-colours.facet-ebony {
  background-position: -3372px 0;
}
a.facet-colours.facet-apricot {
  background-position: -3415px 0;
}
a.facet-colours.facet-mint {
  background-position: -3459px 0;
}
a.facet-colours.facet-blue-fil-a-fil {
  background-position: -3502px 0;
}
a.facet-colours.facet-mid-heather-grey-twill {
  background-position: -3545px 0;
}
a.facet-colours.facet-white-blue-check {
  background-position: -3589px 0;
}
a.facet-colours.facet-white-light-blue-oxford {
  background-position: -4330px 0;
}


a.facet-colours.facet-cream-heather-grey {
  background-position: -3632px 0;
}
a.facet-colours.facet-cream-heather-pink {
  background-position: -3676px 0;
}
a.facet-colours.facet-cream-heather-blue {
  background-position: -3721px -1px;
}



a.facet-colours.facet-sunny-lime {
  background-position: -3765px 0px;
}
a.facet-colours.facet-hot-coral {
  background-position: -3808px 0px;
}
a.facet-colours.facet-camelia-pink {
  background-position: -3851px 0px;
}
a.facet-colours.facet-vivid-green {
  background-position: -3894px 0px;
}
a.facet-colours.facet-cameo-pink {
  background-position: -3938px 0px;
}
a.facet-colours.facet-grey-violet {
  background-position: -3981px 0px;
}
a.facet-colours.facet-india-link-grey,
a.facet-colours.facet-india-ink-grey {
  background-position: -4024px 0px;
}
a.facet-colours.facet-linen-grey {
  background-position: -4067px 0px;
}
a.facet-colours.facet-stretch-limo {
  background-position: -4111px 0px;
}


a.facet-colours.facet-white-stargazer {
  background-position: -4154px -1px;
}
a.facet-colours.facet-white-royal-blue {
  background-position: -4198px -1px;
}
a.facet-colours.facet-vintage-white-hibiscus {
  background-position: -4242px -1px;
}
a.facet-colours.facet-white-sunny-lime {
  background-position: -4285px -1px;
}




/* facet range */
a.facet-range {
  width: 81px;
  padding-top: 81px;
  background-image: url("../img/range-sprite.png");
  background-repeat: no-repeat;
}
a.facet-range.facet-t-shirts {
  background-position: 0 0;
}
a.facet-range.facet-t-shirts:hover, a.facet-range.facet-t-shirts:focus, a.facet-range.facet-t-shirts.selected {
  background-position: -243px 0;
}
a.facet-range.facet-shirts {
  background-image: url("../img/shape-shirts.png");
  background-position: 8px 0;
}
a.facet-range.facet-shirts:hover, a.facet-range.facet-shirts:focus, a.facet-range.facet-shirts.selected {
  background-position: 8px -177px;
}
a.facet-range.facet-polo, a.facet-range.facet-polos, a.facet-range.facet-poloshirt, a.facet-range.facet-poloshirts {
  background-position: -81px 0;
}
a.facet-range.facet-polo:hover, a.facet-range.facet-polo:focus, a.facet-range.facet-polo.selected, a.facet-range.facet-polos:hover, a.facet-range.facet-polos:focus, a.facet-range.facet-polos.selected, a.facet-range.facet-poloshirt:hover, a.facet-range.facet-poloshirt:focus, a.facet-range.facet-poloshirt.selected, a.facet-range.facet-poloshirts:hover, a.facet-range.facet-poloshirts:focus, a.facet-range.facet-poloshirts.selected {
  background-position: -324px 0;
}
a.facet-range.facet-sweatshirt, a.facet-range.facet-sweatshirts {
  background-position: -162px 0;
}
a.facet-range.facet-sweatshirt:hover, a.facet-range.facet-sweatshirt:focus, a.facet-range.facet-sweatshirt.selected, a.facet-range.facet-sweatshirts:hover, a.facet-range.facet-sweatshirts:focus, a.facet-range.facet-sweatshirts.selected {
  background-position: -405px 0;
}

/* facet gender */
a.facet-gender {
  width: 115px;
  padding-top: 125px;
  background-image: url("../img/gender-sprite.png");
  background-repeat: no-repeat;
}
a.facet-gender.facet-women {
  background-position: 0 0;
}
a.facet-gender.facet-men {
  background-position: -115px 0;
}
a.facet-gender.facet-teens-girl {
  background-position: -230px 0;
}
a.facet-gender.facet-teens-boy {
  background-position: -345px 0;
}
a.facet-gender.facet-kids {
  background-position: -460px 0;
}

/* facet fit */
a.facet-fit {
  width: 113px;
  padding-top: 73px;
  background-image: url("../img/fit-sprite.png");
  background-repeat: no-repeat;
}
a.facet-fit.facet-medium-fit {
  background-position: -113px 0;
}
a.facet-fit.facet-medium-fit:hover, a.facet-fit.facet-medium-fit:focus, a.facet-fit.facet-medium-fit.selected {
  background-position: -565px 0;
}
a.facet-fit.facet-fitted {
  background-position: 0 0;
}
a.facet-fit.facet-fitted:hover, a.facet-fit.facet-fitted:focus, a.facet-fit.facet-fitted.selected {
  background-position: -452px 0;
}
a.facet-fit.facet-loose-fit {
  background-position: -226px 0;
}
a.facet-fit.facet-loose-fit:hover, a.facet-fit.facet-loose-fit:focus, a.facet-fit.facet-loose-fit.selected {
  background-position: -678px 0;
}
a.facet-fit.facet-oversized {
  background-position: -339px 0;
}
a.facet-fit.facet-oversized:hover, a.facet-fit.facet-oversized:focus, a.facet-fit.facet-oversized.selected {
  background-position: -791px 0;
}
a.facet-fit.facet-girly-fit {
  background-position: 0 0;
}
a.facet-fit.facet-girly-fit:hover, a.facet-fit.facet-girly-fit:focus, a.facet-fit.facet-girly-fit.selected {
  background-position: -452px 0;
}
a.facet-fit.facet-tailored-fit {
  background-image: url("../img/fit-tailoredfit.png");
  background-position: 0 0;
}
a.facet-fit.facet-tailored-fit:hover, a.facet-fit.facet-tailored-fit:focus, a.facet-fit.facet-tailored-fit.selected {
  background-position: 0 -199px;
}

/* facet shape */
a.facet-shape {
  width: 82px;
  padding-top: 81px;
  background-image: url("../img/shape-sprite.png");
  background-repeat: no-repeat;
}
a.facet-shape.facet-shirts {
  background-image: url("../img/shape-shirts.png");
  background-position: 8px 0;
}
a.facet-shape.facet-shirts:hover, a.facet-shape.facet-shirts:focus, a.facet-shape.facet-shirts.selected {
  background-position: 8px -177px;
}
a.facet-shape.facet-t-shirts {
  background-position: 0 0;
}
a.facet-shape.facet-t-shirts:hover, a.facet-shape.facet-t-shirts:focus, a.facet-shape.facet-t-shirts.selected {
  background-position: -738px 0;
}
a.facet-shape.facet-deep-round-neck-t-shirts {
  background-position: -82px 0;
}
a.facet-shape.facet-deep-round-neck-t-shirts:hover, a.facet-shape.facet-deep-round-neck-t-shirts:focus, a.facet-shape.facet-deep-round-neck-t-shirts.selected {
  background-position: -820px 0;
}
a.facet-shape.facet-round-neck-t-shirts {
  background-position: 0 0;
}
a.facet-shape.facet-round-neck-t-shirts:hover, a.facet-shape.facet-round-neck-t-shirts:focus, a.facet-shape.facet-round-neck-t-shirts.selected {
  background-position: -738px 0;
}
a.facet-shape.facet-sweatshirt, a.facet-shape.facet-sweatshirts {
  background-position: -656px 0;
}
a.facet-shape.facet-sweatshirt:hover, a.facet-shape.facet-sweatshirt:focus, a.facet-shape.facet-sweatshirt.selected, a.facet-shape.facet-sweatshirts:hover, a.facet-shape.facet-sweatshirts:focus, a.facet-shape.facet-sweatshirts.selected {
  background-position: -1394px 0;
}
a.facet-shape.facet-tank-tops {
  background-position: -328px 0;
}
a.facet-shape.facet-tank-tops:hover, a.facet-shape.facet-tank-tops:focus, a.facet-shape.facet-tank-tops.selected {
  background-position: -1066px 0;
}
a.facet-shape.facet-v-neck-t-shirts {
  background-position: -164px 0;
}
a.facet-shape.facet-v-neck-t-shirts:hover, a.facet-shape.facet-v-neck-t-shirts:focus, a.facet-shape.facet-v-neck-t-shirts.selected {
  background-position: -902px 0;
}
a.facet-shape.facet-long-sleeves-t-shirts {
  background-position: -410px 0;
}
a.facet-shape.facet-long-sleeves-t-shirts:hover, a.facet-shape.facet-long-sleeves-t-shirts:focus, a.facet-shape.facet-long-sleeves-t-shirts.selected {
  background-position: -1148px 0;
}
a.facet-shape.facet-loose-oversized-t-shirts {
  background-position: -246px 0;
}
a.facet-shape.facet-loose-oversized-t-shirts:hover, a.facet-shape.facet-loose-oversized-t-shirts:focus, a.facet-shape.facet-loose-oversized-t-shirts.selected {
  background-position: -984px 0;
}
a.facet-shape.facet-polo, a.facet-shape.facet-polos, a.facet-shape.facet-poloshirt, a.facet-shape.facet-poloshirts {
  background-position: -574px 0;
}
a.facet-shape.facet-polo:hover, a.facet-shape.facet-polo:focus, a.facet-shape.facet-polo.selected, a.facet-shape.facet-polos:hover, a.facet-shape.facet-polos:focus, a.facet-shape.facet-polos.selected, a.facet-shape.facet-poloshirt:hover, a.facet-shape.facet-poloshirt:focus, a.facet-shape.facet-poloshirt.selected, a.facet-shape.facet-poloshirts:hover, a.facet-shape.facet-poloshirts:focus, a.facet-shape.facet-poloshirts.selected {
  background-position: -1312px 0;
}
a.facet-shape.facet-specials {
  background-position: -492px 0;
}
a.facet-shape.facet-specials:hover, a.facet-shape.facet-specials:focus, a.facet-shape.facet-specials.selected {
  background-position: -1230px 0;
}

/* facet size */
a.facet-size {
  width: 98px;
  height: 98px;
  font-size: 26px !important;
  line-height: 98px !important;
  color: #fff !important;
  background: url("../img/size-sprite.png") no-repeat 0 0;
}
a.facet-size:hover, a.facet-size:focus, a.facet-size.selected {
  background-position: -98px 0;
}

#collection {
  min-height: 0 !important;
}
#collection > h2,
#collection .content {
  width: 920px;
}
#collection .content {
  position: relative;
}
#collection .catalog-text-search-wrapper {
  position: absolute;
  top: -100px;
  left: 662px;
  width: 260px;
}
#collection .catalog-text-search-wrapper .catalog-text-search {
  position: relative;
}
#collection .catalog-text-search-wrapper .catalog-text-search .form-item input {
  padding: 5px 25px 5px 10px;
}
#collection .catalog-text-search-wrapper .catalog-text-search .form-item,
#collection .catalog-text-search-wrapper .catalog-text-search .form-submit {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#collection .catalog-text-search-wrapper .catalog-text-search .js-product-query {
  width: 180px;
}
#collection .catalog-text-search-wrapper .catalog-text-search .form-submit {
  margin-left: -20px;
}
#collection .facet-filters .header {
  margin-bottom: 10px;
}
#collection .facet-filters .header ul {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  padding: 0;
  border-top: 1px solid #c7c0b8;
  border-bottom: 1px solid #c7c0b8;
  height: 65px;
}
#collection .facet-filters .header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-right: 1px solid #c7c0b8;
  height: 65px;
  overflow: hidden;
  padding-right: 4px;
}
#collection .facet-filters .header ul li.first {
  border-left: 1px solid #c7c0b8;
}
#collection .facet-filters .header ul li a {
  color: #000;
  font-family: "Theinhardt-Medium", "Arial";
}
#collection .facet-filters .header ul li a:hover, #collection .facet-filters .header ul li a:focus, #collection .facet-filters .header ul li a.active {
  color: #c7c0b8;
}
#collection .facet-filters .filters > div {
  display: none;
  margin: 25px 0 35px 0;
}
#collection .facet-filters .filters > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#collection .facet-filters .filters > div ul.colours {
  text-align: left;
}
#collection .facet-filters .filters > div ul.colours > li {
  text-align: left;
  display: block;
}
#collection .facet-filters .filters > div ul.colours > li h3 {
  font-family: "Theinhardt-Medium", "Arial";
  font-weight: normal;
  font-size: 16px;
  color: #c7c0b8;
}
#collection .facet-filters .filters > div ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  vertical-align: top;
  text-align: center;
}
#collection .facet-filters .filters > div ul li a, #collection .facet-filters .filters > div ul li a:link, #collection .facet-filters .filters > div ul li a:visited {
  display: block;
  color: #c7c0b8;
  text-decoration: none;
  font-family: "Theinhardt-Medium", "Arial";
  font-size: 14px;
  line-height: 1em;
}
#collection .facet-filters .filters > div ul li a:hover, #collection .facet-filters .filters > div ul li a:focus, #collection .facet-filters .filters > div ul li a.selected {
  color: #000;
}
#collection .facet-filters .selected-filters {
  border-top: 1px solid #c7c0b8;
  padding-top: 15px;
  text-align: left;
  min-height: 50px;
}
#collection .facet-filters .selected-filters a, #collection .facet-filters .selected-filters a:link, #collection .facet-filters .selected-filters a:visited {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: white url("../img/filter-close.png") no-repeat 0 0;
  padding: 0;
  width: auto !important;
  height: 26px !important;
  font-size: 16px !important;
  font-family: "Theinhardt-Medium", "Arial" !important;
  line-height: 26px !important;
  padding: 5px 10px 5px 30px;
  border: 1px solid #c7c0b8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  margin: 0 5px 5px 0;
  color: #c7c0b8 !important;
  text-decoration: none;
  overflow: auto !important;
  text-indent: 0 !important;
}
#collection .facet-filters .selected-filters a:hover, #collection .facet-filters .selected-filters a:focus, #collection .facet-filters .selected-filters a:link:hover, #collection .facet-filters .selected-filters a:link:focus, #collection .facet-filters .selected-filters a:visited:hover, #collection .facet-filters .selected-filters a:visited:focus {
  color: #000 !important;
  border-color: #000;
  background-position: 0 -36px;
}
#collection .search-result {
  overflow: auto;
}
#collection .search-result .node {
  float: left;
  width: 182px;
  height: 280px;
  margin: 1px;
  overflow: hidden;
}
#collection .search-result .node .field-name-field-new-product .newlabel {
	background: #79bb59;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  color: #fff;
  right: 7px;
  top: 7px;
  z-index: 800;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

/*
.newlabel {color: #FFFFFF;}
.newlabel.default { background-color: #ffffff; color: #AAAAAA; }
.newlabel.white { background-color: #ffffff; color: #AAAAAA; }
.newlabel.black { background-color: #323238; }
.newlabel.navy { background-color: #2f3548; }
.newlabel.red { background-color: #bc1b35; }
.newlabel.naturel { background-color: #f4ead3; color: #AAAAAA;  }
.newlabel.maizeyellow { background-color: #f1ce68; }
.newlabel.spectrayellow { background-color: #fbb43e; }
.newlabel.orange { background-color: #e03c37; }
.newlabel.green { background-color: #40ae67; }
.newlabel.bottlegreen { background-color: #205344; }
.newlabel.khaki { background-color: #545349; }
.newlabel.royalblue { background-color: #175697; }
.newlabel.azur { background-color: #0092bc; }
.newlabel.skyblue { background-color: #92b8dc; }
.newlabel.raspberry { background-color: #d23771; }
.newlabel.plum { background-color: #543f5d; }
.newlabel.purple { background-color: #68589e; }
.newlabel.burgundy { background-color: #692a34; }
.newlabel.opal { background-color: #98999c; }
.newlabel.anthracite { background-color: #444545; }
.newlabel.chocolate { background-color: #433a34; }
.newlabel.vintagewhite { background-color: #f6f1ec; color: #AAAAAA;  }
.newlabel.whitedeepred { background-color: #ffffff; color: #bc1b35;  }
.newlabel.whiteblue { background-color:  #ffffff; color: #175697;  }
.newlabel.irisyellow { background-color: #f7f2a5; color: #AAAAAA;  }
.newlabel.mustardyellow { background-color: #d7b250; }
.newlabel.sudanbrown { background-color: #c17a3b; }
.newlabel.suncoral { background-color: #f27767; }
.newlabel.hotcoral { background-color: #d05356; }
.newlabel.hibiscus { background-color: #ec3749; }
.newlabel.cameliapink { background-color: #cc5277; }
.newlabel.lilac { background-color: #d1b5bd; }
.newlabel.deeproyalblue { background-color: #203864; }
.newlabel.stargazer { background-color: #1d4d58; }
.newlabel.oceandepth { background-color: #005e6c; }
.newlabel.mintgreen { background-color: #6dc4ac; }
.newlabel.turquoise { background-color: #78c9ce; }
.newlabel.nude { background-color: #b1a59c; }
.newlabel.walnut { background-color: #807368; }
.newlabel.lightkhaki { background-color: #79796b; }
.newlabel.heathergrey { background-color: #79796b; }
.newlabel.midheatherblue { background-color: #6382a0; }
.newlabel.darkheatherindigo { background-color: #395273; }
.newlabel.darkheatherblue { background-color: #4a5563; }
.newlabel.darkheatherdenim { background-color: #1b3342; }
.newlabel.midheathergreen { background-color: #79a697; }
.newlabel.midheatherkaki { background-color: #535c4d; }
.newlabel.midheatherred { background-color: #d45757; }
.newlabel.darkheathergrey { background-color: #3c3e3c; }
.newlabel.midheathergrey { background-color: #808180; }
.newlabel.garmentdyetwhite { background-color: #fef9fb; color: #AAAAAA;  }
.newlabel.garmentdyetblue { background-color: #2c4455; }
.newlabel.garmentdyetanthracite { background-color: #3e3e40; }
.newlabel.garmentdyetgrey { background-color: #5c6166; }
.newlabel.slubheathergrey { background-color: #7c7d7b; }
.newlabel.slubheathercharcoal { background-color: #c1bfb9; }
.newlabel.slubheathersteelgrey { background-color: #322e29; }
.newlabel.slubmid-heathergrey { background-color: #6d6967; }
.newlabel.whitenavy { background-color: #fff; color: #242e3e; }
.newlabel.whiteslubheathergrey { background-color: #fff; color: #7c7d7b; }
*/

#collection .search-result .node.view-mode-product_list {
  position: relative;
}
#collection .search-result .node.view-mode-product_list .promo-label {
  pointer-events: none;
  width: 50px;
  height: 50px;
  background: url("../img/promo-tiny.png") no-repeat;
  color: #c7c0b8;
  font-family: "Theinhardt-Bold", "Arial";
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 100;
}
#collection .search-result .node.view-mode-product_list .title {
  width: 182px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #FFF;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 0;
  font-size: 14px;
}
#collection .search-result .node.view-mode-product_list a:hover, #collection .search-result .node.view-mode-product_list a:focus {
  color: #333;
}

/**
 *   ABOUT REGION
****************************************************************************************************************/
#about-region .block#about a.button-143 {
  padding-left: 7px;
  padding-right: 7px;
  width: 129px;
  font-size: 19px;
  vertical-align: top;
}
#about-region .block#fashionable, #about-region .block#premium {
  /*padding: 0;*/
}
#about-region .block#fashionable .content, #about-region .block#premium .content {
  padding-bottom: 0;
}
#about-region .block#fashionable .entity .field-name-field-body, #about-region .block#premium .entity .field-name-field-body {
  position: relative;
  z-index: 2;
  background: url("../img/circle-bg.png") no-repeat;
  /*@include borderRadius(217px);*/
  width: 345px;
  height: 345px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 45px;
}
#about-region .block#fashionable .entity .field-name-field-body h3:first-child, #about-region .block#premium .entity .field-name-field-body h3:first-child {
  margin-top: 0;
}
#about-region .block#fashionable .entity .field-name-field-body h3:first-child:after, #about-region .block#premium .entity .field-name-field-body h3:first-child:after {
  content: ".";
  color: #79bb59;
}
#about-region .block#fashionable .entity .field-name-field-body h3:first-child .after, #about-region .block#premium .entity .field-name-field-body h3:first-child .after {
  color: #79bb59;
}

.i18n-fr #about-region #fashionable .field-name-field-body,
.i18n-fr #about-region #premium .field-name-field-body,
.i18n-de #about-region #fashionable .field-name-field-body,
.i18n-de #about-region #premium .field-name-field-body {
  width: 325px;
  padding: 45px 55px;
  font-size: 15px;
}

/**
 *   SUSTAINABILITY REGION
****************************************************************************************************************/
#sustainability-region .block#sustainability .entity .field-name-field-body .sustainability {
  margin-left: -101px;
}

/**
 *   PRINTING REGION
****************************************************************************************************************/
#printing-region {
  position: relative;
}
#printing-region .block > h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 125px;
}
#printing-region .block .content {
  padding-bottom: 50px;
}
#printing-region .block .entity {
  color: #fff;
}
#printing-region .block .entity .field-name-field-body {
  position: relative;
  z-index: 2;
}
#printing-region .block .entity .field-name-field-body a, #printing-region .block .entity .field-name-field-body a:link, #printing-region .block .entity .field-name-field-body a:visited {
  color: #fff;
}

/**
 *   FABRICS REGION
****************************************************************************************************************/
/*#fabrics-region {
  position: relative;
  margin-bottom: 75px;
  .block {
    > h2 {
      color: #fff;
      position: relative;
      z-index: 2;
      padding-top: 125px;
    }
    .content {
      padding-bottom: 50px;
    }
    .entity {
      color: #fff;
      .field-name-field-body {
        position: relative;
        z-index: 2;
        a, a:link, a:visited {
          color: #fff;
        }
      }
    }
  }
}*/
#fabrics-region {
  position: relative;
}
#fabrics-region .block > h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 125px;
}
#fabrics-region .block .content {
  padding-bottom: 50px;
}
#fabrics-region .block .entity {
  color: #fff;
}
#fabrics-region .block .entity .field-name-field-body {
  position: relative;
  z-index: 2;
}
#fabrics-region .block .entity .field-name-field-body a, #fabrics-region .block .entity .field-name-field-body a:link, #fabrics-region .block .entity .field-name-field-body a:visited {
  color: #fff;
}
#fabrics-region #sustainable-fabrics h2 {
  color: #000;
  font-size: 36px;
  text-align: left;
  border-bottom: 2px solid #000;
  font-family: arial;
  width: 1000px;
}
#fabrics-region #sustainable-fabrics .content {
  width: 1000px;
}
#fabrics-region #sustainable-fabrics ul {
  text-align: left;
}
#fabrics-region #sustainable-fabrics ul li {
  display: inline-block;
  margin-bottom: 82px;
}
#fabrics-region #sustainable-fabrics ul li a {
  color: #000;
  background: url("../img/fabrics2.png") no-repeat;
  font-family: "Theinhardt-Regular", "Arial";
  text-decoration: none;
  display: inline-block;
  height: 62px;
  padding-left: 90px;
  padding-top: 20px;
  width: 233px;
  font-size: 15px;
  vertical-align: middle;
}
#fabrics-region #sustainable-fabrics ul li a:hover {
  color: #c7c0b8;
}
#fabrics-region #sustainable-fabrics ul li:nth-child(4) a {
  background-position: 0 -82px;
}
#fabrics-region #sustainable-fabrics ul li:nth-child(3) a {
  background-position: 0 -164px;
}
#fabrics-region #sustainable-fabrics ul li:nth-child(5) a {
  background-position: 0 -246px;
}
#fabrics-region #sustainable-fabrics ul li:nth-child(7) a {
  background-position: 0 -329px;
}
#fabrics-region #sustainable-fabrics ul li:nth-child(8) a {
  background-position: 0 -412px;
}

#fabrics-region #dyeing-techniques h2 {
  color: #000;
  font-size: 36px;
  text-align: left;
  border-bottom: 2px solid #000;
  font-family: arial;
  width: 1000px;
}

#fabrics-region #dyeing-techniques .content {
  width: 1000px;
}

#fabrics-region #dyeing-techniques ul {
  text-align: left;
}

#fabrics-region #dyeing-techniques ul li {
  display: inline-block;
  margin-bottom: 82px;
}

#fabrics-region #dyeing-techniques ul li a {
  color: #000;
  background: url("../img/dyeing-techniques.png") no-repeat;
  font-family: "Theinhardt-Regular", "Arial";
  text-decoration: none;
  display: inline-block;
  height: 62px;
  padding-left: 90px;
  padding-top: 20px;
  width: 233px;
  font-size: 15px;
  vertical-align: middle;
}

#fabrics-region #dyeing-techniques ul li a:hover {
  color: #c7c0b8;
}

#fabrics-region #dyeing-techniques ul li:nth-child(1) a {
  background-position: 0 -1px;
}

#fabrics-region #dyeing-techniques ul li:nth-child(2) a {
  background-position: 0 -88px;
}

#fabrics-region #dyeing-techniques ul li:nth-child(3) a {
  background-position: 0 -176px;
}

#fabrics-region #dyeing-techniques ul li:nth-child(4) a {
  background-position: 0 -263px;
}

#fabrics-region #dyeing-techniques ul li:nth-child(5) a {
  background-position: 0 -352px;
}
#fabrics-region #context-block-region-fabrics {
  display: none;
}

#sustainable-fabrics-btn {
  display: block;
  height: 71px;
  width: 144px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -71px;
  background: url("../img/half-circle-bg.png") no-repeat;
  color: transparent;
  position: relative;
  top: -71px;
  z-index: 1;
}

/**
 *   CONTACT REGION
****************************************************************************************************************/
#contact-region .block > h2,
#contact-region .block .content {
  width: 385px;
}
#contact-region .block .entity .field-name-field-body {
  position: relative;
}
#contact-region .block .entity .field-name-field-body .skype {
  margin: 7px 0;
  font-family: "Theinhardt-Medium", "Arial";
  font-size: 18px;
}
#contact-region .block .entity .field-name-field-body .skype .icon {
  margin-left: 0;
}
#contact-region .block .entity .field-name-field-body ul.button-links li {
  position: absolute;
  top: 0;
  right: -200px;
}
#contact-region .block .entity .field-name-field-body ul.button-links li:first-child {
  left: -200px;
}
#contact-region .block .entity .field-name-field-body .newsletter-block h4 {
  font-size: 22px;
}
#contact-region .block .entity .field-name-field-body .newsletter-block p {
  margin-top: 1em;
}

#newsletter-form form {
  width: 586px;
  margin: 0 auto;
}

#order-catalogue-form form {
  width: 766px;
  margin: 0 auto;
}

/**
 *   DEALERS REGION
****************************************************************************************************************/
#dealers-region .block > h2,
#dealers-region .block .content {
  width: auto;
}
#dealers-region #dealers {
  padding-top: 0;
}
#dealers-region #dealers > h2 {
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 5;
}
#dealers-region #dealers .content .result-map {
  position: relative !important;
}
#dealers-region #dealers .content .result-map .infoBox img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 21px;
  height: 22px;
  background: url("../img/close-small.png") no-repeat 0 0 !important;
}
#dealers-region #dealers .content .result-map .infoBox img:hover {
  background-position: -21px 0 !important;
}
#dealers-region #dealers .content .result-map .infobox-wrap {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  background: #fff !important;
  border: 1px solid #c7c0b8 !important;
}
#dealers-region #dealers .content .result-map .infobox-wrap .node-dealer.node-teaser {
  height: auto;
}
#dealers-region #dealers .content .form-dealer-locator {
  margin-top: 10px;
  border-top: 1px solid #c7c0b8;
  border-bottom: 1px solid #c7c0b8;
}
#dealers-region #dealers .content .form-dealer-locator .form-item {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 43px;
  padding: 10px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  border-left: 1px solid #c7c0b8;
  height: 63px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.location {
  margin-left: 26px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.location .form-item {
  padding: 0;
  height: 63px;
  margin-left: -4px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.location .form-item:first-child {
  margin-left: 0;
  border-right: 1px solid #c7c0b8;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.location .form-item .chzn-container .chzn-single {
  height: 63px;
  line-height: 53px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.location .form-item .chzn-container .chzn-single div {
  width: 52px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.location .form-item .chzn-container.chzn-container-active .chzn-drop {
  top: 64px !important;
  width: 172px !important;
  margin-left: -1px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.text .query-input {
  width: 220px;
}
#dealers-region #dealers .content .form-dealer-locator .search-input.text .submit-dealer-search {
  margin-left: -20px;
  *vertical-align: middle;
  /* ie fix */
}
#dealers-region #dealers .content .form-dealer-locator .search-loader-wrapper {
  margin: 10px 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 43px;
  width: 16px;
}
#dealers-region #dealers .content .result-list-wrapper .result-header {
  margin-top: 1em;
}
#dealers-region #dealers .content .result-list-wrapper h3:first-child:after {
  content: ".";
  color: #79bb59;
}
#dealers-region #dealers .content .result-list-wrapper h3:first-child .after {
  color: #79bb59;
}

/**
 *   DOWNLOADS REGION
****************************************************************************************************************/
#downloads-region .block {
  min-height: 0 !important;
  border: 0;
  /*padding: 120px 0;*/
}
#downloads-region .block > h2 {
  padding-top: 120px;
}
#downloads-region .block .content {
  padding-bottom: 120px;
}
#downloads-region .block .entity .field-name-field-body ul.button-links {
  margin-top: 0;
}

/**
 *   CAREERS REGION
****************************************************************************************************************/
#careers-region {
  position: relative;
  overflow: hidden;
}
#careers-region .block {
  position: relative;
  z-index: 2;
  min-height: 0 !important;
  border: 0;
  color: #fff;
}
#careers-region .block h2,
#careers-region .block h4,
#careers-region .block a, #careers-region .block a:link, #careers-region .block a:visited {
  color: #fff;
}
#careers-region #block-bean-careers {
  /*padding: 100px 0 50px 0;*/
}
#careers-region #block-bean-careers > h2 {
  padding-top: 100px;
}
#careers-region #block-bean-careers .content {
  padding-bottom: 50px;
}
#careers-region #block-views-vacancies-block {
  /*padding: 20px 0 60px 0;*/
}
#careers-region #block-views-vacancies-block .content {
  padding-bottom: 60px;
  width: 920px;
}
#careers-region #block-views-vacancies-block .content .views-row {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 280px;
  margin-left: 30px;
}
#careers-region #block-views-vacancies-block .content .views-row.views-row-first {
  margin-left: 0;
}
#careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser h4 {
  margin: 0;
  padding-bottom: 30px;
  background: url("../img/divider-small.png") no-repeat bottom center;
}
#careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .text {
  height: 330px;
  overflow: hidden;
  margin-bottom: 30px;
}
#careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .text p:first-child {
  margin-top: 12px;
}
#careers-region .career-bg {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 0;
}

#vacancy-form .chzn-container {
  width: 250px !important;
}

/**
 *   NODE DEALER
****************************************************************************************************************/
.node-dealer.node-teaser {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 266px;
  margin: 20px;
  height: 335px;
  line-height: 1.2em;
}
.node-dealer.node-teaser h4 {
  margin: 0;
  padding-bottom: 30px;
  background: url("../img/divider-small.png") no-repeat bottom center;
}
.node-dealer.node-teaser .field-name-field-dealer-address,
.node-dealer.node-teaser .field-name-field-dealer-email,
.node-dealer.node-teaser .field-name-field-dealer-website {
  margin: 1.5em 0;
}
.node-dealer.node-teaser .field-name-field-dealer-address {
  margin-top: 12px;
}
.node-dealer.node-teaser .label-inline {
  display: inline;
  padding-right: 5px;
}

/**
 *   NODE SHIRT & COMBO
****************************************************************************************************************/
.node-pd-shirt.view-mode-product_list .product-reveal {
  display: block;
  position: relative;
  text-decoration: none;
}

.node-pd-shirt.view-mode-full,
.node-pd-combo.view-mode-full {
  position: relative;
  width: 880px;
}
.node-pd-shirt.view-mode-full .group-left,
.node-pd-shirt.view-mode-full .group-middle,
.node-pd-shirt.view-mode-full .group-right,
.node-pd-combo.view-mode-full .group-left,
.node-pd-combo.view-mode-full .group-middle,
.node-pd-combo.view-mode-full .group-right {
  float: left;
  text-align: left;
}
.node-pd-shirt.view-mode-full .group-middle .color-selector a,
.node-pd-combo.view-mode-full .group-middle .color-selector a {
  text-indent: 0;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}
.node-pd-shirt.view-mode-full .group-left,
.node-pd-combo.view-mode-full .group-left {
  position: relative;
  z-index: 10;
  width: 296px;
}
.node-pd-shirt.view-mode-full .group-left .promo-label,
.node-pd-combo.view-mode-full .group-left .promo-label {
  pointer-events: none;
  width: 60px;
  height: 60px;
  background: url("../img/promo-small.png") no-repeat;
  color: #c7c0b8;
  font-family: "Theinhardt-Bold", "Arial";
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 100;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result {
  float: left;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result {
  position: relative;
  float: left;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper {
  display: none;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper.selected,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper.selected {
  display: block;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image {
  display: none;
  position: relative;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image:first-child,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image:first-child {
  display: block;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom {
  position: relative;
  z-index: 0;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom:hover,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom:hover {
  cursor: none;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomPad,
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomPup,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomPad,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomPup {
  cursor: none;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomPup,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomPup {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 1;
  border: 1px solid #fff;
  background: #fff;
  background: rgba(255, 255, 255, 0);
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomWindow,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomWindow {
  left: 320px !important;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomWindow .zoomWrapper,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .jqzoom .zoomWindow .zoomWrapper {
  border: 0;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .zoom-info,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .zoom-info {
  pointer-events: none;
  position: absolute;
  top: 215px;
  left: 5px;
  width: 286px;
  text-align: center;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  font-family: "Theinhardt-Medium", "Arial";
  line-height: 22px;
  height: auto;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .zoom-info i,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .image .zoom-info i {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url("../img/zoom-info.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav {
  bottom: 61px;
  height: 12px;
  width: auto;
  left: 50%;
  margin-left: -15px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li {
  margin: 0 0 0 12px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li:first-child,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li:first-child {
  margin: 0;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:link, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:visited,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:link,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:visited {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*behavior             : url('/sites/all/libraries/PIE/PIE.htc');*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("../img/slideshow-control-nav.png") no-repeat 0 0;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:hover, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a.flex-active, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:link:hover, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:link.flex-active, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:visited:hover, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:visited.flex-active,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:hover,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a.flex-active,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:link:hover,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:link.flex-active,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:visited:hover,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .image-wrapper .flex-control-nav li a:visited.flex-active {
  background: url("../img/slideshow-control-nav.png") no-repeat -12px 0;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color {
  clear: both;
  text-align: center;
  font-family: "Theinhardt-Medium", "Arial";
  font-size: 18px;
  padding-top: 7px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-text,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-text {
  height: 21px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours {
  display: inline-block;
  /*zoom: 1;*/
  /*display: inline;*/
  cursor: default;
  width: 14px;
  /*height: 21px;*/
  height: 14px;
  background-image: url("../img/color-tiny-sprite.png");
  background-repeat: no-repeat;
  margin-right: 5px;
  border-radius: 7px;
  line-height: 16px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours:focus {
  color: #fff;
}


.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white {
  background-position: 0 0px;
  color: #000000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white:focus {
  color: #000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-black,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-black {
  background-position: -14px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-navy,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-navy {
  background-position: -28px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-red,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-red {
  background-position: -42px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-natural,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-natural {
  background-position: -56px 0px;
  color: #000000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-natural:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-natural:focus {
  color: #000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-maize-yellow,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-maize-yellow {
  background-position: -70px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-spectra-yellow,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-spectra-yellow {
  background-position: -84px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-orange,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-orange {
  background-position: -98px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-green,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-green {
  background-position: -112px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-bottle-green,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-bottle-green {
  background-position: -126px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-khaki,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-khaki {
  background-position: -140px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-royal-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-royal-blue {
  background-position: -154px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-azur,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-azur {
  background-position: -168px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-sky-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-sky-blue {
  background-position: -182px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-raspberry,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-raspberry {
  background-position: -196px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-plum,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-plum {
  background-position: -210px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-purple,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-purple {
  background-position: -224px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-burgundy,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-burgundy {
  background-position: -238px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-opal,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-opal {
  background-position: -252px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-anthracite,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-anthracite {
  background-position: -266px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-sudan-brown,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-sudan-brown {
  background-position: -280px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-stargazer,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-stargazer {
  background-position: -294px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mustard-yellow,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mustard-yellow {
  background-position: -308px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-light-khaki,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-light-khaki {
  background-position: -322px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-hibiscus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-hibiscus {
  background-position: -336px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-lilac,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-lilac {
  background-position: -350px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-sun-coral,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-sun-coral {
  background-position: -364px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-iris-yellow,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-iris-yellow {
  background-position: -378px 0px;
  color: #000000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-iris-yellow:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-iris-yellow:focus {
  color: #000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-turquoise,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-turquoise {
  background-position: -392px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mint-green,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mint-green {
  background-position: -406px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-nude,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-nude {
  background-position: -420px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-walnut,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-walnut {
  background-position: -434px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-heather-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-heather-grey {
  background-position: -448px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-grey {
  background-position: -462px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-grey {
  background-position: -476px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-blue {
  background-position: -490px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-blue {
  background-position: -504px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-green,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-green {
  background-position: -518px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-red,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-red {
  background-position: -532px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-black,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-black {
  background-position: -546px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-white,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-white {
  background-position: -560px 0px;
  color: #000000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-white:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-white:focus {
  color: #000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-red,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-red {
  background-position: -574px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-vintage-blue {
  background-position: -588px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-gold,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-gold {
  background-position: -602px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-peach,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-peach {
  background-position: -616px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-citrus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-citrus {
  background-position: -630px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-pacific,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-pacific {
  background-position: -644px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-charcoal,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-charcoal {
  background-position: -658px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-off-white,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-off-white {
  background-position: -672px 0px;
  color: #000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-off-white:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-off-white:focus {
  color: #000;
}




.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-heather-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-heather-grey {
  background-position: -910px 0px;
}

.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-heather-charcoal,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-heather-charcoal {
  background-position: -896px 0px;
}

.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-heather-steel-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-heather-steel-grey {
  background-position: -938px 0px;
}

.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-mid-heather-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-slub-mid-heather-grey {
  background-position: -924px 0px;
}

.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-navy,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-navy {
  background-position: -952px 0px;
}

.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-slub-heather-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-slub-heather-grey {
  background-position: -966px 0px;
}




.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-deep-red,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-deep-red {
  background-position: -686px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-white-blue {
  background-position: -700px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-chocolate,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-chocolate {
  background-position: -714px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-indigo,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-indigo {
  background-position: -728px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-khaki,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-mid-heather-khaki {
  background-position: -742px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-denim,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-dark-heather-denim {
  background-position: -756px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-ocean-depth,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-ocean-depth {
  background-position: -770px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-camelia-pink,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-camelia-pink {
  background-position: -784px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-deep-royal-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-deep-royal-blue {
  background-position: -798px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-hot-coral,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-hot-coral {
  background-position: -812px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-white,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-white {
  background-position: -826px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-white:hover, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-white:focus,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-white:hover,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-white:focus {
  color: #000000;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-grey,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-grey {
  background-position: -840px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-anthracite,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-anthracite {
  background-position: -854px 0px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-blue,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-garment-dyed-blue {
  background-position: -868px 0px;
}









.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-light-washed-indigo {
  background-position: -980px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-mid-washed-indigo {
  background-position: -995px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-dark-washed-indigo {
  background-position: -1009px 0;
}


.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-light-indigo-denim {
  background-position: -1023px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-royal-blue-denim {
  background-position: -1038px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-mid-indigo-denim {
  background-position: -1052px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-dark-indigo-denim {
  background-position: -1066px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-black-denim {
  background-position: -1081px 0;
}


.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-mid-navy {
  background-position: -1095px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-deep-royal-blue {
  background-position: -1110px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-ebony {
  background-position: -1124px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-apricot {
  background-position: -1138px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-mint {
  background-position: -1153px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-blue-fil-a-fil {
  background-position: -1167px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-mid-heather-grey-twill {
  background-position: -1182px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-white-blue-check {
  background-position: -1196px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-white-light-blue-oxford {
  background-position: -1443px 0;
}


.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-cream-heather-grey {
  background-position: -1211px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-cream-heather-pink {
  background-position: -1226px 0;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-cream-heather-blue {
  background-position: -1240px -1px;
}



.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-sunny-lime {
  background-position: -1255px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-hot-coral {
  background-position: -1269px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-camelia-pink {
  background-position: -1284px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-vivid-green {
  background-position: -1298px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-cameo-pink {
  background-position: -1313px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-grey-violet {
  background-position: -1327px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-india-link-grey,
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-india-ink-grey {
  background-position: -1341px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-linen-grey {
  background-position: -1356px 0px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-stretch-limo {
  background-position: -1370px 0px;
}


.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-white-stargazer {
  background-position: -1385px -1px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-white-royal-blue {
  background-position: -1399px -1px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-vintage-white-hibiscus {
  background-position: -1414px -1px;
}
.view-mode-full .group-left .field-name-feature-product-color-selector-result .color-result .active-color .facet-colours.facet-colours.facet-white-sunny-lime {
  background-position: -1429px -1px;
}















.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-label,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-label {
  text-align: center;
  font-family: "Theinhardt-Medium", "Arial";
  font-size: 14px;
  color: #c7c0b8;
  font-weight: normal;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a:link, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a:visited,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a:link,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a:visited {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a.even, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a:link.even, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a:visited.even,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a.even,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a:link.even,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a:visited.even {
  margin: 0 1px;
}
.node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a img, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a:link img, .node-pd-shirt.view-mode-full .group-left .field-name-feature-product-related .field-item a:visited img,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a img,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a:link img,
.node-pd-combo.view-mode-full .group-left .field-name-feature-product-related .field-item a:visited img {
  max-width: 98px;
  height: auto;
}
.node-pd-shirt.view-mode-full .group-middle,
.node-pd-combo.view-mode-full .group-middle {
  width: 268px;
  margin: 0 25px;
}
.node-pd-shirt.view-mode-full .group-middle .category,
.node-pd-combo.view-mode-full .group-middle .category {
  margin-bottom: 28px;
}
.node-pd-shirt.view-mode-full .group-middle .category h3,
.node-pd-combo.view-mode-full .group-middle .category h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1em;
  font-family: "Theinhardt-Medium", "Arial";
  margin-left: 5px;
  font-weight: normal;
}
.node-pd-shirt.view-mode-full .group-middle .category ul,
.node-pd-shirt.view-mode-full .group-middle .category ul li,
.node-pd-combo.view-mode-full .group-middle .category ul,
.node-pd-combo.view-mode-full .group-middle .category ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node-pd-shirt.view-mode-full .group-middle .category ul li,
.node-pd-combo.view-mode-full .group-middle .category ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  width: 42px;
  height: 42px;
}
.node-pd-shirt.view-mode-full .group-right,
.node-pd-combo.view-mode-full .group-right {
  width: 266px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
.node-pd-shirt.view-mode-full .group-right h3,
.node-pd-combo.view-mode-full .group-right h3 {
  margin: 0;
}
.node-pd-shirt.view-mode-full .group-right h3:after,
.node-pd-combo.view-mode-full .group-right h3:after {
  content: ".";
  color: #79bb59;
}
.node-pd-shirt.view-mode-full .group-right h3 .after,
.node-pd-combo.view-mode-full .group-right h3 .after {
  color: #79bb59;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-code,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-code {
  color: #c7c0b8;
  margin: 25px 0 15px 0;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-long-description,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-long-description {
  margin-bottom: 10px;
  font-family: "Theinhardt-Medium", "Arial";
  line-height: 1.2em;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-fabric,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-fabric {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5em;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-combo-products,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-combo-products {
  margin: 20px 0;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-combo-products a, .node-pd-shirt.view-mode-full .group-right .field-name-field-pd-combo-products a:link, .node-pd-shirt.view-mode-full .group-right .field-name-field-pd-combo-products a:visited,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-combo-products a,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-combo-products a:link,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-combo-products a:visited {
  margin-bottom: 1px;
  width: 266px;
  font-size: 14px !important;
  font-family: "Theinhardt-Medium", "Arial";
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-size,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-size {
  border-top: 1px solid #c7c0b8;
  padding-top: 15px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-size .field-item,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-size .field-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  font-family: "Theinhardt-Medium", "Arial";
}
.node-pd-shirt.view-mode-full .group-right .field-name-feature-product-size-chart,
.node-pd-combo.view-mode-full .group-right .field-name-feature-product-size-chart {
  text-align: center;
}
.node-pd-shirt.view-mode-full .group-right .field-name-feature-product-size-chart a, .node-pd-shirt.view-mode-full .group-right .field-name-feature-product-size-chart a:link, .node-pd-shirt.view-mode-full .group-right .field-name-feature-product-size-chart a:visited,
.node-pd-combo.view-mode-full .group-right .field-name-feature-product-size-chart a,
.node-pd-combo.view-mode-full .group-right .field-name-feature-product-size-chart a:link,
.node-pd-combo.view-mode-full .group-right .field-name-feature-product-size-chart a:visited {
  font-size: 15px !important;
  color: #c7c0b8;
  text-decoration: none;
}
.node-pd-shirt.view-mode-full .group-right .field-name-feature-product-size-order,
.node-pd-combo.view-mode-full .group-right .field-name-feature-product-size-order {
  border-top: 1px solid #c7c0b8;
  border-bottom: 1px solid #c7c0b8;
  padding: 15px 0 5px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-feature-product-size-order li,
.node-pd-combo.view-mode-full .group-right .field-name-feature-product-size-order li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  font-family: "Theinhardt-Medium", "Arial";
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
.node-pd-shirt.view-mode-full .group-right .group_product_fitcombo,
.node-pd-combo.view-mode-full .group-right .group_product_fitcombo {
  border-top: 1px solid #c7c0b8;
  border-bottom: 1px solid #c7c0b8;
  margin-top: 15px;
}
.node-pd-shirt.view-mode-full .group-right .group_product_fitcombo > div,
.node-pd-combo.view-mode-full .group-right .group_product_fitcombo > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 131px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 15px 0;
  font-family: "Theinhardt-Medium", "Arial";
  vertical-align: middle;
}
.node-pd-shirt.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info,
.node-pd-combo.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info {
  border-left: 1px solid #c7c0b8;
}
.node-pd-shirt.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info a, .node-pd-shirt.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info a:link, .node-pd-shirt.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info a:visited,
.node-pd-combo.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info a,
.node-pd-combo.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info a:link,
.node-pd-combo.view-mode-full .group-right .group_product_fitcombo > div.field-name-stanley-pop-combo-info a:visited {
  text-decoration: none;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-extra-description,
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-short-description,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-extra-description,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-short-description {
  border-bottom: 1px solid #c7c0b8;
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 15px;
  padding-bottom: 15px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications {
  width: 266px;
  text-align: center;
  margin-top: 14px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item {
  display: inline-block;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span {
  display: block;
  margin: 0 5px;
  width: 50px;
  height: 40px;
  text-align: left;
  text-indent: -9999px;
  background: url("../img/sustainability/icons.png") no-repeat -2px -40px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.gots,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.gots {
  width: 39px;
  background-position: -2px -40px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.oeblended,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.oeblended {
  width: 39px;
  background-position: -49px -40px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.oe100,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.oe100 {
  width: 37px;
  background-position: -98px -40px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.fairwair, .node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.fairwear,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.fairwair,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.fairwear {
  width: 30px;
  background-position: -145px -40px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.oekotex,
.node-pd-combo.view-mode-full .group-right .field-name-field-pd-certifications .field-item span.oekotex {
  width: 54px;
  background-position: -187px -40px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order {
  margin-top: 30px;
  /*position: absolute;
  bottom: 0;
  right: 0;*/
  z-index: 0;
  width: 266px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order .skype,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order .skype {
  height: auto;
  width: 246px;
  text-align: left;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order .skype .icon,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order .skype .icon {
  position: relative;
  top: 7px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order .skype .text,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order .skype .text {
  line-height: 20px;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  color: #c7c0b8;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:link, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:visited,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:link,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:visited {
  color: #c7c0b8;
}
.node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:hover, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:focus, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:link:hover, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:link:focus, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:visited:hover, .node-pd-shirt.view-mode-full .group-right .field-name-stanley-pop-order p a:visited:focus,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:hover,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:focus,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:link:hover,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:link:focus,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:visited:hover,
.node-pd-combo.view-mode-full .group-right .field-name-stanley-pop-order p a:visited:focus {
  color: #000;
}
.node-pd-shirt.view-mode-full .group-footer,
.node-pd-combo.view-mode-full .group-footer {
  min-height: 566px;
}
.node-pd-shirt.view-mode-full .group-footer a.product-nav,
.node-pd-combo.view-mode-full .group-footer a.product-nav {
  display: block;
  width: 51px;
  height: 102px;
  background: url("../img/slideshow-direction-nav.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -51px;
}
.node-pd-shirt.view-mode-full .group-footer a.product-nav.prev,
.node-pd-combo.view-mode-full .group-footer a.product-nav.prev {
  background-position: 0 0;
  left: -71px;
}
.node-pd-shirt.view-mode-full .group-footer a.product-nav.next,
.node-pd-combo.view-mode-full .group-footer a.product-nav.next {
  background-position: -51px 0;
  right: -71px;
}

.node-pd-combo.view-mode-full .field-name-field-pd-fabric {
  margin-top: 30px;
}

/**
 *   REVEAL plugin
****************************************************************************************************************/
.reveal-modal-bg {
  background-color: #e7e7e7;
  opacity: 0.95;
  filter: alpha(opacity=95);
  /* For IE8 and earlier */
  z-index: 1200;
}

.reveal-modal {
  text-align: center;
  padding: 45px 71px;
  width: 880px;
  margin-left: -511px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  z-index: 2000;
}
.reveal-modal#productModal {
  min-height: 635px;
}
.reveal-modal.order p {
  color: #000;
  line-height: 1.2em;
}
.reveal-modal.order .row {
  float: left;
  width: 880px;
  clear: both;
}
.reveal-modal.order .row .col {
  text-align: left;
  float: left;
  width: 382px;
}
.reveal-modal.order .row .col.left {
  padding-right: 56px;
  border-right: 1px solid #c7c0b8;
}
.reveal-modal.order .row .col.right {
  padding-left: 56px;
}
.reveal-modal.order .row .col .col-title {
  color: #c7c0b8;
}
.reveal-modal.order .row .col .dealer-section {
  background: none;
  position: static;
  width: auto;
  height: auto;
  text-indent: 0;
  display: inline;
  color: #76b729;
  top: auto;
  right: auto;
  line-height: 1.2em;  
  font-size: 16px;
}
.reveal-modal.order .row .col .logo-official {
  background: url(../img/logo_stanley-stella-official.jpg) no-repeat;
  display: block;
  height: 95px;
  width: 180px;
  margin-top: 20px;
}

.reveal-modal .subtitle {
  font-family: "Theinhardt-Medium", "Arial";
  color: #000;
}
.reveal-modal h2 {
  margin-top: 0;
}
.reveal-modal h2:after {
  content: ".";
  color: #79bb59;
}
.reveal-modal h2 .after {
  color: #79bb59;
}
.reveal-modal .form-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 17px;
}
.reveal-modal .form-item .label {
  display: block;
  text-align: left;
  color: #c7c0b8;
  font-weight: normal;
  cursor: pointer;
}
.reveal-modal .form-item .small {
  font-size: 11px;
}
.reveal-modal .form-item.form-item-name, .reveal-modal .form-item.form-item-email, .reveal-modal .form-item.form-item-phone, .reveal-modal .form-item.form-item-number, .reveal-modal .form-item.form-item-postal, .reveal-modal .form-item.form-item-city, .reveal-modal .form-item.form-item-country {
  width: 240px;
}
.reveal-modal .form-item.form-item-name input, .reveal-modal .form-item.form-item-email input, .reveal-modal .form-item.form-item-phone input, .reveal-modal .form-item.form-item-number input, .reveal-modal .form-item.form-item-postal input, .reveal-modal .form-item.form-item-city input, .reveal-modal .form-item.form-item-country input {
  width: 240px;
}
.reveal-modal .form-item.form-item-phone, .reveal-modal .form-item.form-item-number, .reveal-modal .form-item.form-item-country {
  margin-right: 0;
}
.reveal-modal .form-item.form-item-street {
  /*width: 497px;*/
  width: 100%;  
}
.reveal-modal .form-item.form-item-street input {
  /*width: 497px;*/
  width: 100%;
}
.reveal-modal .form-item.form-item-subscribe {
  width: 766px;
  margin-right: 0;
}
.reveal-modal .form-item .checkbox {
  width: 19px;
  height: 19px;
  padding: 0 5px 0 0;
  background: url("../img/checkbox.png") no-repeat 0 0;
  display: block;
  clear: left;
  float: left;
  cursor: pointer;
}
.reveal-modal .remark {
  color: #000;
  font-family: "Theinhardt-Medium", "Arial";
}
.reveal-modal p {
  color: #79bb59;
}
.reveal-modal .form-item-submit {
  float: right;
}
.reveal-modal .form-item-submit p {
  margin: 0.7em;
}
.reveal-modal .form-item-submit p, .reveal-modal .form-item-submit input {
  float: left;
}
.reveal-modal .form-item-submit input {
  background: #79bb59 !important;
}
.reveal-modal .form-item-submit input:hover {
  background: #c7c0b8 !important;
}
.reveal-modal .close-reveal-modal {
  display: block;
  width: 42px;
  height: 43px;
  text-indent: -9999px;
  background: url("../img/close.png") no-repeat 0 0;
}
.reveal-modal .close-reveal-modal:hover {
  background-position: -42px 0;
}

/**
 *   FOOTER
****************************************************************************************************************/
#footer-wrapper {
  position: relative;
  top: 65px;
}
#footer-wrapper .block {
  padding: 35px 0 25px 0;
}
#footer-wrapper .block .content {
  text-align: center;
  font-size: 0.75em;
  /* 12 : 16 */
}
#footer-wrapper .block .content p {
  margin: 0;
}

/**
 *   ADMIN TOOLBAR QUICKFIX
****************************************************************************************************************/
#admin-toolbar {
  z-index: 1500 !important;
}

/** SOCIAL ICONS (bottom right) **/
.social {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  width: 61px;
}
.social a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 26px;
  height: 26px;
  margin: 5px 0 5px 31px;
  background: url("../img/sprites/social-channels.png") no-repeat 0 0;
}
.social a.facebook {
  background-position: 0 -26px;
}
.social a.facebook:hover {
  background-position: 0 -26px;
}
.social a.instagram {
  background-position: -26px -26px;
}
.social a.instagram:hover {
  background-position: -26px -26px;
}
.social a.pinterest {
  background-position: -52px -26px;
}
.social a.pinterest:hover {
  background-position: -52px -26px;
}
.social a.youtube {
  width: 61px;
  margin-left: 0;
  background-position: -78px -26px;
}
.social a.youtube:hover {
  background-position: -78px -26px;
}

/**
 *   IE
****************************************************************************************************************/
html.ie .submitBtn, html.ie input[type='submit'],
html.ie input[type='button'], html.ie #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a, #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit html.ie a {
  position: relative;
  top: -2px;
}

html.ie9 .catalog-text-search input.form-submit {
  top: -1px;
}

html.ie8 .catalog-text-search input.form-submit {
  top: -1px;
}
html.ie8 .form-dealer-locator input.form-submit {
  top: 0;
}

html.ie7 .block-locale {
  margin-top: 20px;
}
html.ie7 .full-region.homepage {
  top: -24px;
}
html.ie7 .catalog-text-search .js-product-query {
  /*width: 160px !important;*/
  height: 31px !important;
}
html.ie7 .catalog-text-search .js-product-submit {
  top: 0;
}
html.ie7 .field-name-field-pd-combo-products a {
  width: 226px !important;
  height: 33px !important;
}
html.ie7 .newsletter-block .submitBtn, html.ie7 .newsletter-block input[type='submit'],
html.ie7 .newsletter-block input[type='button'], html.ie7 .newsletter-block #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a, #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit html.ie7 .newsletter-block a {
  height: 33px !important;
}
html.ie7 .form-item-big input {
  width: 260px !important;
  height: 31px !important;
}
html.ie7 .form-item-small input {
  width: 139px !important;
  height: 31px !important;
}
html.ie7 .search-input .form-type-select {
  width: 130px;
  padding: 0 20px !important;
  overflow: hidden;
  text-align: center;
  line-height: 63px;
}
html.ie7 .search-input .form-type-select select {
  width: 130px;
  overflow: hidden;
}
html.ie7 .search-input input.query-input {
  width: 198px !important;
  height: 31px !important;
}
html.ie7 .search-input input.form-submit {
  top: -8px;
  left: -20px;
  margin-left: 0;
}
html.ie7 #careers-region .submitBtn, html.ie7 #careers-region input[type='submit'],
html.ie7 #careers-region input[type='button'], html.ie7 #careers-region #block-views-vacancies-block .content .views-row .node-vacancy.node-teaser .submit a {
  height: 33px !important;
}

/**
 *   Fabric reveal modal
****************************************************************************************************************/
.modal-fabric {
  text-align: left;
}
.modal-fabric * {
  color: #FFF !important;
}
.modal-fabric .container h2 {
  color: #FFF !important;
  text-align: center;
  font-size: 40px;
}
.modal-fabric .container h3 {
  font-size: 20px;
}
.modal-fabric .container p {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.modal-fabric .container p strong {
  font-weight: bold;
}

.fabric1 {
  background: url("../img/modals/fabric1.jpg") no-repeat;
}

.fabric2 {
  background: url("../img/modals/fabric2.jpg") no-repeat;
}

.fabric3 {
  background: url("../img/modals/fabric3.jpg") no-repeat;
}

.fabric4 {
  background: url("../img/modals/fabric4.jpg") no-repeat;
}

.fabric5 {
  background: url("../img/modals/fabric5.jpg") no-repeat;
}

.fabric6 {
  background: url("../img/modals/fabric6.jpg") no-repeat;
}

.fabric7 {
  background: url("../img/modals/fabric7.jpg") no-repeat;
}

.fabric8 {
  background: url("../img/modals/fabric8.jpg") no-repeat;
}

.modal-dyeing-techniques {
  text-align: left;
}

.modal-dyeing-techniques * {
  color: #FFF !important;
}

.modal-dyeing-techniques .container h2 {
  color: #FFF !important;
  text-align: center;
  font-size: 40px;
}

.modal-dyeing-techniques .container h3 {
  font-size: 20px;
}

.modal-dyeing-techniques .container p {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-dyeing-techniques .container p strong {
  font-weight: bold;
}

.dyeing-technique-1 {
  background: url("../img/modals/fabric-dyed.jpg") no-repeat;
}

.dyeing-technique-2 {
  background: url("../img/modals/yarn-dyed.jpg") no-repeat;
}

.dyeing-technique-3 {
  background: url("../img/modals/garment-dyed.jpg") no-repeat;
  padding-top: 10px !important;
}

.dyeing-technique-4 {
  background: url("../img/modals/fiber-dyed-heather.jpg") no-repeat;
}

.dyeing-technique-5 {
  background: url("../img/modals/fiber-dyed.jpg") no-repeat;
}

#dyeing-technique-1fr p, #dyeing-technique-3fr p {
  font-size: 15px;
}

#dyeing-technique-3fr ul {
  margin: 10px 0;
}


a#webshoplink {
	background-image: url('../img/cart.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 28px;
}

.zoomPad>img:first-child{
  max-width: 296px;
  height: 404px;
}
.front .field-name-feature-product-image-teaser a.product-reveal img {
	width: 182px;
	height: 280px;
}


.form-dealer-locator{
  display: none;
}