/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  color: #222;
}
html,
body {
  height: 100%;
  width: 100%;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #cf0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
blockquote {
  margin-top: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/**
* Adds a transparent noise texture as a background image to a given element.
* Texture strength can be controlled with @opacity parameter.
* Stanton provided.
*/
/* ===== Primary Styles ========================================================
   Author: Matt Bee - matt@todayishould.com
   ========================================================================== */
html,
body {
  width: 100%;
}
body {
  background-color: #000;
  color: #fff;
  padding-bottom: 90px;
  position: relative;
}
body.home {
  padding-bottom: 0;
}
html {
  height: 100%;
}
form input,
form textarea,
form select,
form {
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 980px;
  /* Firefox fix for unexplained additional space at top of element. */
  display: table;
}
.wrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
h2.title-style,
h3.title-style {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  font-size: 30px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
h2.title-style strong,
h3.title-style strong {
  display: block;
  height: 24px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
header {
  background: #000;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  padding-top: 22px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
header:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
header h1 {
  background: transparent url(../images/sprite.png) no-repeat 0 0;
  background-size: auto auto;
  display: block;
  height: 42px;
  text-indent: -999em;
  width: 260px;
  float: left;
}
header h1 a {
  display: block;
  height: 35px;
  overflow: hidden;
}
header .social {
  float: right;
  margin: 10px 17px 0 10px;
}
header .social ul {
  list-style-type: none;
  padding: 0;
}
header .social ul li {
  float: left;
  margin-right: 10px;
}
header .social ul li a {
  background: transparent url(../images/sprite.png) no-repeat -269px 0;
  background-size: auto auto;
  display: block;
  height: 21px;
  text-indent: -999em;
  width: 21px;
}
header .social ul li a.instagram {
  background-position: -728px -440px;
}
header .social ul li a.instagram:hover {
  background-position: -728px -464px;
}
header .social ul li a.pinterest {
  background-position: -269px 0;
}
header .social ul li a.pinterest:hover {
  background-position: -269px -30px;
}
header .social ul li a.twitter {
  background-position: -301px 0;
}
header .social ul li a.twitter:hover {
  background-position: -301px -30px;
}
header .social ul li a.facebook {
  background-position: -333px 0;
}
header .social ul li a.facebook:hover {
  background-position: -333px -30px;
}
header .social ul li a.youtube {
  background-position: -728px -392px;
}
header .social ul li a.youtube:hover {
  background-position: -728px -416px;
}
header .social ul li a.wordpress,
header .social ul li a.blog {
  background-position: -758px -392px;
}
header .social ul li a.wordpress:hover,
header .social ul li a.blog:hover {
  background-position: -758px -416px;
}
header .search {
  float: right;
  margin: 10px 35px 0 0;
}
header .search label {
  position: absolute;
  left: -999em;
}
header .search input[type='search'] {
  background: #454642 url(../images/bg-grad.png) repeat-x;
  border: 0;
  color: #ccff00;
  float: left;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 13px;
  min-height: 17px;
  padding: 2px 2px 2px 6px;
  width: 176px;
  outline: none;
}
header .search input[type='search']:focus {
  color: #ccff00;
  outline: none;
}
header .search input[type='search']::-webkit-input-placeholder {
  color: #999;
}
header .search input[type='search']:-moz-placeholder {
  color: #999;
}
header .search input[type='search']:-ms-input-placeholder {
  color: #999;
}
header .search input[type='search']:placeholder {
  color: #999;
}
header .search input[type='search']::placeholder {
  color: #999;
}
header .search input[type="submit"] {
  border: 0;
  background: transparent url(../images/sprite.png) no-repeat -364px 0;
  background-size: auto auto;
  display: block;
  height: 21px;
  text-indent: -999em;
  width: 26px;
}
header .search input[type="submit"]:hover,
header .search input[type="submit"]:focus,
header .search input[type="submit"].focussed {
  background-position: -364px -30px;
}
header .links {
  position: absolute;
  top: -17px;
  right: 0;
  padding: 0;
  height: 20px;
  color: #666;
}
header .links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
header .links a:hover {
  color: #ccff00;
}
header #cart_wrap {
  float: right;
}
header #cart_wrap div.details {
  background: #454642 url(../images/bg-grad.png) repeat-x;
  color: #999;
  font-size: 13px;
  margin-top: 10px;
  min-height: 13px;
  padding: 2px 10px 1px 5px;
}
header #cart_wrap div.details .cart {
  background: transparent url(../images/sprite.png) no-repeat -397px -1px;
  background-size: auto auto;
  display: block;
  height: 19px;
  text-indent: -999em;
  width: 21px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
header #cart_wrap div.shipping {
  color: #ccff00;
  display: block;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-top: 4px;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  z-index: 20;
}
header #cart_wrap div.shipping a {
  color: #ccff00;
}
header #cart_wrap div.shipping a:hover {
  text-decoration: underline;
}
header #cart_wrap div a {
  color: #999;
  text-decoration: none;
  position: relative;
  z-index: 20;
}
header #cart_wrap div a.btn_editcart,
header #cart_wrap div a.btn_checkout {
  color: #fff;
  font-weight: normal;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
header #cart_wrap div a.btn_editcart:hover,
header #cart_wrap div a.btn_checkout:hover {
  color: #ccff00;
}
header #cart_wrap div a.btn_viewcart:hover {
  color: #ccff00;
}
header nav {
  background: #343434 url(../images/bg-nav.png) repeat-x;
}
header nav ul {
  position: relative;
  height: 30px;
}
header nav ul li {
  float: left;
  width: auto;
  /* Represents the background of the highlighted menu-item. */
}
header nav ul li.masks {
  background: url(../images/bg-nav-297.png) no-repeat;
  margin-left: 40px;
}
header nav ul li.viz {
  background: url(../images/bg-nav-135.png) no-repeat;
  margin-left: 90px;
}
header nav ul li.team {
  background: url(../images/bg-nav-206.png) no-repeat;
  margin-left: 110px;
}
header nav ul li a {
  color: #666;
  display: block;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  /* For the navigation background */
  position: relative;
  overflow: hidden;
  z-index: 10;
}
header nav ul li a sup {
  font-size: 0.5em;
  top: -0.8em;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li.back {
  background: url("../images/navigation.png") no-repeat right -30px;
  width: 9px;
  height: 30px;
  z-index: 8;
  position: absolute;
  display: none;
}
header nav ul li.back .left {
  background: url("../images/navigation.png") no-repeat top left;
  height: 30px;
  margin-right: 29px;
}
header nav .hover {
  color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 2px;
}
.breadcrumbs {
  font-size: 13px;
  margin-top: 17px;
  margin-bottom: 35px;
}
.breadcrumbs ul {
  color: #fff;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.breadcrumbs ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.breadcrumbs ul li {
  float: left;
  padding-right: 6px;
  white-space: nowrap;
}
.breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #cf0;
}
.breadcrumbs ul li:after {
  content: ">";
  padding-left: 6px;
  font-size: 12px;
}
.breadcrumbs ul li.current {
  color: #cf0;
}
.breadcrumbs ul li.current:after {
  content: "";
  padding-left: 6px;
}
.range {
  margin-left: -80px;
  margin-top: 70px;
  margin-bottom: 70px;
  width: 1060px;
}
.range.short-features {
  margin-top: 10px;
  margin-bottom: 45px;
}
.range:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.range > h1 {
  position: absolute;
  left: -9999px;
}
.range h2 {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  font-size: 45px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.81em;
  margin-left: 80px;
  text-transform: uppercase;
  width: 245px;
}
.range h2 strong {
  display: block;
  height: 36px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.range h2 strong span {
  font-size: 21px;
  top: -18px;
  position: relative;
}
.range ul {
  float: left;
  list-style-type: none;
  width: 112px;
}
.range ul li {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.1;
}
.range ul li a {
  color: #ede6ba;
  text-decoration: none;
}
.range .products {
  float: left;
  width: 908px;
}
.range .products article {
  float: left;
  height: 168px;
  position: relative;
  width: 227px;
  cursor: pointer;
}
.range .products article:nth-child(even) {
  margin-top: -102px;
}
.range .products article:nth-child(4n+5) {
  clear: left;
}
.range .products article h2 {
  position: absolute;
  left: -999em;
}
.range .products article img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.range .products article img.over {
  z-index: 2;
}
.intro {
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.intro + .breadcrumbs {
  margin-top: 90px;
}
.intro .video-container {
  position: relative;
  overflow: hidden;
}
.intro .video-container .video {
  width: 100%;
  height: 100%;
}
.intro .video-container .video video {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
}
.intro .video-container .video .back-to-shop {
  background: transparent url(../images/sprite.png) no-repeat -549px -91px;
  background-size: auto auto;
  display: block;
  height: 78px;
  text-indent: -999em;
  width: 90px;
  cursor: pointer;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -45px;
  z-index: 10;
}
.intro .video-container .video .back-to-shop:hover {
  background-position: -549px 0;
}
.intro .video-container .mute-control {
  background: transparent url(../images/sprite.png) no-repeat -352px -117px;
  background-size: auto auto;
  display: block;
  height: 27px;
  text-indent: -999em;
  width: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
  cursor: pointer;
}
.intro .video-container .mute-control.muted-true {
  background-position: -352px -83px;
}
.intro .teaser {
  cursor: pointer;
  margin: 10px auto;
  background: transparent url(../images/sprite.png) no-repeat -442px -91px;
  background-size: auto auto;
  display: block;
  height: 78px;
  text-indent: -999em;
  width: 90px;
}
.intro .teaser:hover {
  background-position: -442px 0;
}
.intro .masks-teaser .teaser {
  margin: 10px 0 10px 142px;
}
.intro .team-teaser .teaser {
  margin: 10px 0 10px 751px;
}
/* Product Page */
.product-page {
  color: #fff;
  margin-bottom: 90px;
}
.product-page:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.product-page .product-item {
  float: right;
  width: 420px;
}
.product-page .product-item .product-details {
  background: url(../images/bg-product-details.png);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
  font-size: 13px;
  min-height: 367px;
}
.product-page .product-item .product-details .product-description {
  clear: left;
  overflow: hidden;
}
.product-page .product-item .product-details p:last-child {
  margin-bottom: 0;
}
.product-page .product-item .product-details h1 {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
  padding-right: 100px;
  text-transform: uppercase;
}
.product-page .product-item .product-details h1 span {
  color: #989696;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 25px;
}
.product-page .product-item .product-details .price {
  color: #ccff00;
  margin: 4px 0 10px 0;
  font-size: 24px;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.product-page .product-item .product-details .social {
  color: #ccff00;
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-page .product-item .product-details .social h4 {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.product-page .product-item .product-details .social ul {
  list-style-type: none;
  padding: 0;
}
.product-page .product-item .product-details .social ul li {
  float: left;
  margin-right: 10px;
}
.product-page .product-item .product-details .social ul li a {
  background: transparent url(../images/sprite.png) no-repeat -269px 0;
  background-size: auto auto;
  display: block;
  height: 21px;
  text-indent: -999em;
  width: 21px;
}
.product-page .product-item .product-details .social ul li a.pinterest {
  background-position: -269px -30px;
}
.product-page .product-item .product-details .social ul li a.pinterest:hover {
  background-position: -269px 0px;
}
.product-page .product-item .product-details .social ul li a.twitter {
  background-position: -301px -30px;
}
.product-page .product-item .product-details .social ul li a.twitter:hover {
  background-position: -301px 0px;
}
.product-page .product-item .product-details .social ul li a.facebook {
  background-position: -333px -30px;
}
.product-page .product-item .product-details .social ul li a.facebook:hover {
  background-position: -333px 0px;
}
.product-page .product-item .product-details .social ul li a.youtube {
  background-position: -728px -392px;
}
.product-page .product-item .product-details .social ul li a.youtube:hover {
  background-position: -728px -416px;
}
.product-page .product-item .product-details .social ul li a.wordpress,
.product-page .product-item .product-details .social ul li a.blog {
  background-position: -758px -392px;
}
.product-page .product-item .product-details .social ul li a.wordpress:hover,
.product-page .product-item .product-details .social ul li a.blog:hover {
  background-position: -758px -416px;
}
.product-page .product-item .product-details .social ul li:last-child {
  margin-right: 0;
}
.product-page .product-item .product-buy {
  background: #668100;
  padding: 15px;
  margin-bottom: 15px;
}
.product-page .product-item .product-buy .options {
  margin-bottom: 8px;
}
.product-page .product-item .product-buy .options:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.product-page .product-item .product-buy .options .option {
  float: left;
  width: 130px;
  position: relative;
}
.product-page .product-item .product-buy .options .option select {
  max-width: 120px;
  font-size: 13px;
}
.product-page .product-item .product-buy .options .option input[type='text'] {
  border: 0;
  padding: 5px 4px 3px 5px;
  font-size: 13px;
  width: 120px;
}
.product-page .product-item .product-buy .options .option input[type='text'].input-mini {
  float: left;
  text-align: left;
  width: 30px;
}
.product-page .product-item .product-buy .options .option:nth-of-type(4) {
  margin-top: 10px;
}
.product-page .product-item .product-buy .options label {
  color: #fff;
  display: block;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-page .product-item .product-buy .options p {
  font-size: 13px;
}
.product-page .product-item .product-buy .options input.s {
  text-align: center;
  width: 30px;
}
.product-page .product-item .product-buy .cart-info {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  min-height: 20px;
  /*
				margin-bottom: 20px;*/
  padding: 10px 0 8px;
}
.product-page .product-item .product-buy .cart-info strong {
  /*font-family: @fontRomanItalic;*/
  display: inline-block;
  font-weight: bold;
}
.product-page .product-item .product-buy .cart-info strong.stock-level {
  font-style: italic;
  width: 125px;
}
.product-page .product-item .product-buy .cart-info .add-to-cart {
  display: inline-block;
  float: right;
  margin-top: -10px;
}
.product-page .shipping {
  color: #ccff00;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin-bottom: 14px;
}
.product-page .shipping p {
  margin: 0;
  text-align: center;
}
.product-page .shipping strong {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
}
.product-page .product-sidebar {
  float: left;
  width: 530px;
}
.product-page .product-sidebar .product-images ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  height: 407px;
  width: 530px;
}
.product-page .product-sidebar .product-images ul li {
  position: relative;
  float: left;
}
.product-page .product-sidebar .product-images ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-page .product-sidebar .product-images #spinimages-reel {
  background: url(../images/mask_selector/mask-spinner-background.jpg) no-repeat;
}
.product-page .product-sidebar ul {
  list-style-type: none;
  padding: 0;
}
/* Ens Product Page */
/* SIZING GUIDE */
.sizing-guide {
  clear: both;
  color: #fff;
  padding-bottom: 90px;
  position: relative;
  margin-top: -60px;
  display: none;
}
.sizing-guide:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.sizing-guide h2 {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  float: none;
  font-size: 30px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  text-transform: uppercase;
  width: 790px;
}
.sizing-guide h2 strong {
  display: block;
  height: 24px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.sizing-guide h2 strong span {
  font-size: 12px;
  top: -14px;
  position: relative;
}
/* ENDS SIZING GUIDE */
/* Reviews */
.reviews {
  clear: both;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}
.reviews:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.reviews h2 {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  float: right;
  font-size: 30px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  text-transform: uppercase;
  width: 790px;
}
.reviews h2 strong {
  display: block;
  height: 24px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.reviews h2 strong span {
  font-size: 12px;
  top: -14px;
  position: relative;
}
.reviews .add-review {
  display: block;
  position: absolute;
  right: 0;
  top: 31px;
}
.reviews .add-review a {
  text-decoration: none;
}
.reviews .add-review a:hover {
  color: #e6dfb8;
}
.reviews .review {
  border-bottom: 1px solid #fff;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.reviews .review:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.reviews .review.last {
  border: 0;
  margin-bottom: 80px;
}
.reviews .review .review-content {
  float: left;
  font-size: 14px;
  line-height: 1.2;
  min-height: 100px;
  padding-right: 70px;
  width: 470px;
}
.reviews .review .review-content h3 {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
}
.reviews .review .review-meta {
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 1.2;
  width: 192px;
}
.reviews .review .review-meta p {
  margin: 0;
  color: #cf0;
}
.reviews .review .review-meta time {
  color: #999;
}
.reviews .review .feedback {
  color: #cf0;
  float: right;
  font-size: 14px;
  line-height: 1.2;
  width: 240px;
}
.reviews .review .feedback .useful p {
  float: left;
  width: 100px;
}
.reviews .review .feedback .useful p:first-child {
  width: 130px;
}
.reviews .review .feedback .useful a {
  background: #cf0;
  color: #000;
  display: inline-block;
  padding: 1px 6px;
  margin-left: 8px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.reviews .review .feedback .useful a:hover {
  background-color: #e6dfb8;
}
.reviews .review .feedback .abuse {
  clear: both;
}
.reviews .review .feedback .abuse a:hover {
  color: #e6dfb8;
}
.review_product_form {
  display: none;
}
.review-form {
  clear: both;
  width: 540px;
}
.review-form .form-field {
  margin-bottom: 20px;
}
.review-form .form-field:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.review-form .form-field label {
  color: #fff;
  display: block;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  width: 100px;
}
.review-form .form-field input[type=text],
.review-form .form-field input[type=email],
.review-form .form-field textarea {
  border: 0;
  float: left;
  width: 175px;
  background: #ffffff url(../images/bg-input.png);
  padding: 5px 4px 3px 5px;
  font-size: 13px;
}
.review-form .form-field textarea {
  height: 100px;
  width: 420px;
  background: #fff;
}
.review-form .form-field.submit {
  padding-left: 110px;
}
.review-form .form-field.submit .form-button {
  border: 0;
  background: transparent url(../images/sprite.png) no-repeat -457px -440px;
  background-size: auto auto;
  display: block;
  height: 43px;
  text-indent: -999em;
  width: 157px;
  float: left;
}
.review-form .form-field.submit .form-button:hover {
  background-position: -457px -390px;
}
/* End Reviews */
/* CHECKOUT PROCESS */
.checkout:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.checkout .vertical-align {
  vertical-align: middle;
}
.checkout .order-details .help-inline {
  background: url(../images/error-arrow.png) no-repeat;
  color: #fc5801;
  padding: 2px 0px 2px 26px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.checkout .progress {
  color: #434341;
  margin-bottom: 50px;
}
.checkout .progress:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.checkout .progress.step2 {
  background-position: -643px 0;
}
.checkout .progress.step3 {
  background-position: -1286px 0;
}
.checkout .progress > div {
  background: url(../images/checkout/progress.png) no-repeat 0 0;
  padding-top: 13px;
  float: left;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  width: 245px;
}
.checkout .progress > div.current {
  background: url(../images/checkout/progress-current.png) no-repeat 0 0;
  color: #cf0;
}
.checkout .basket {
  width: 100%;
}
.checkout .customer-details {
  float: left;
  width: 643px;
}
.checkout .login,
.checkout .order-summary {
  float: right;
  width: 307px;
}
.checkout .shipping-confirm,
.checkout .billing-confirm {
  float: left;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 50%;
}
.checkout .shipping-confirm b,
.checkout .billing-confirm b,
.checkout .shipping-confirm strong,
.checkout .billing-confirm strong {
  font-weight: normal;
}
.checkout .payment {
  clear: both;
}
.checkout .input-mini {
  border: 0;
  float: left;
  height: 17px;
  text-align: center;
  width: 30px;
  font-size: 16px;
  padding: 3px 0 1px;
}
.checkout input#promo_code {
  border: 0;
  background: #ffffff url(../images/bg-input.png);
  padding: 5px 4px 3px 5px;
  width: 80px;
}
.checkout .adjust {
  background: transparent url(../images/sprite.png) no-repeat 0 -219px;
  background-size: auto auto;
  height: 21px;
  text-indent: -999em;
  width: 20px;
  display: block;
  float: left;
  margin-left: 2px;
  cursor: pointer;
}
.checkout .adjust:hover {
  background-position: 0 -241px;
}
.checkout .adjust.minus {
  background-position: -22px -219px;
}
.checkout .adjust.minus:hover {
  background-position: -22px -241px;
}
.checkout .related-products {
  clear: both;
}
.checkout .related-products:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.checkout .related-products ul {
  overflow: hidden;
}
.checkout .related-products ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.checkout .related-products li {
  width: 150px;
  padding-right: 13px;
}
.checkout .related-products h3 {
  width: 100%;
}
.checkout .related-products img {
  margin-bottom: 5px;
}
.checkout .related-products .button-style2 {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  margin: 0px;
  float: none;
  font-weight: 300;
}
.checkout .related-products .button-style2:hover {
  background-color: #9bbb11;
  color: #cf0;
  text-decoration: none;
}
.checkout .actions {
  border-top: 1px solid #cf0;
  padding-top: 15px;
  padding-bottom: 90px;
  clear: both;
  width: 100%;
}
.checkout .actions .form-button {
  border: 0;
  /* REPLACE ALL BUTTONS IN CHECKOUT TO BE NEXT, NOT YOUR DETAILS ETC */
}
.checkout .actions .form-button.back {
  background: transparent url(../images/sprite.png) no-repeat 0 -340px;
  background-size: auto auto;
  display: block;
  height: 42px;
  text-indent: -999em;
  width: 220px;
  float: left;
}
.checkout .actions .form-button.back:hover {
  background-position: 0 -290px;
}
.checkout .actions .form-button.back2 {
  background: transparent url(../images/sprite.png) no-repeat -182px -440px;
  background-size: auto auto;
  display: block;
  height: 44px;
  text-indent: -999em;
  width: 101px;
  float: left;
}
.checkout .actions .form-button.back2:hover {
  background-position: -182px -390px;
}
.checkout .actions .form-button.your-details {
  background: transparent url(../images/sprite.png) no-repeat -284px -440px;
  background-size: auto auto;
  display: block;
  height: 44px;
  text-indent: -999em;
  width: 168px;
  float: right;
}
.checkout .actions .form-button.your-details:hover {
  background-position: -284px -390px;
}
.checkout .actions .form-button.your-details.is-next {
  background-position: -284px -390px;
}
.checkout .actions .form-button.your-details.is-next:hover {
  background-position: -284px -440px;
}
.checkout .actions .form-button.empty {
  background: transparent url(../images/sprite.png) no-repeat -425px -340px;
  background-size: auto auto;
  display: block;
  height: 44px;
  text-indent: -999em;
  width: 126px;
  margin: 0 auto;
}
.checkout .actions .form-button.empty:hover {
  background-position: -425px -290px;
}
.checkout .actions .form-button.continue {
  background: transparent url(../images/sprite.png) no-repeat -214px -337px;
  background-size: auto auto;
  display: block;
  height: 44px;
  text-indent: -999em;
  width: 182px;
  float: right;
}
.checkout .actions .form-button.continue:hover {
  background-position: -214px -290px;
}
.checkout .actions .form-button.continue.is-next {
  background-position: -214px -290px;
}
.checkout .actions .form-button.continue.is-next:hover {
  background-position: -214px -337px;
}
.checkout .actions .form-button.billing {
  background: transparent url(../images/sprite.png) no-repeat -214px -337px;
  background-size: auto auto;
  display: block;
  height: 44px;
  text-indent: -999em;
  width: 185px;
  float: right;
}
.checkout .actions .form-button.billing:hover {
  background-position: -214px -290px;
}
.checkout .actions .form-button.order {
  background: transparent url(../images/sprite.png) no-repeat 0 -440px;
  background-size: auto auto;
  display: block;
  height: 44px;
  text-indent: -999em;
  width: 155px;
  float: right;
}
.checkout .actions .form-button.order:hover {
  background-position: 0 -390px;
}
.checkout .actions .form-button.order.is-next {
  background-position: 0 -390px;
}
.checkout .actions .form-button.order.is-next:hover {
  background-position: 0px -440px;
}
.checkout .actions .form-button.your-details.is-next,
.checkout .actions .form-button.continue.is-next {
  background-position: -546px -290px;
  width: 99px;
}
.checkout .actions .form-button.your-details.is-next:hover,
.checkout .actions .form-button.continue.is-next:hover {
  background-position: -546px -340px;
}
.checkout.checkout-2 .actions {
  margin-top: 60px;
}
.checkout fieldset {
  margin-bottom: 46px;
}
.checkout fieldset legend {
  position: absolute;
  left: -999em;
}
.checkout .control-group {
  margin-bottom: 22px;
}
.checkout .control-group:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.checkout .control-group input[type=text],
.checkout .control-group input[type=password],
.checkout .control-group input[type=email] {
  border: 0;
  background: #ffffff url(../images/bg-input.png);
  padding: 5px 4px 3px 5px;
  font-size: 13px;
  width: 180px;
}
.checkout .control-group input[type=text].input-mini,
.checkout .control-group input[type=password].input-mini,
.checkout .control-group input[type=email].input-mini {
  float: left;
  text-align: left;
  width: 30px;
}
.checkout .control-group select {
  padding: 4px 4px 2px 4px;
  font-size: 16px;
  width: 190px;
}
.checkout .control-group .control-label {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  width: 100px;
}
.checkout .control-group #billing_address2,
.checkout .control-group #shipping_address2 {
  margin-left: 110px;
}
.checkout .control-group.error {
  color: #fc5801;
  text-transform: uppercase;
}
.checkout .control-group.error input {
  /*background: #cf0;*/
  /*color: #000;*/
  border: 2px solid #fc5801;
  width: 176px;
  text-transform: none;
}
.checkout .control-group.error .help-inline {
  background: url(../images/error-arrow.png) no-repeat;
  color: #fc5801;
  padding: 2px 0px 2px 26px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.checkout .control-group.error label {
  color: #fff;
}
.checkout .same-billing {
  font-size: 14px;
  margin-bottom: 20px;
}
.checkout .same-billing label {
  font-size: 14px;
}
.checkout .same-billing input {
  margin-right: 10px;
}
.checkout .register-member {
  font-size: 14px;
  margin-bottom: 20px;
}
.checkout .register-member input {
  margin-right: 10px;
}
.checkout .order-summary h4 {
  line-height: 1.05;
  margin-bottom: 5px;
  color: #cf0;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #b6e300;
  text-transform: uppercase;
}
.checkout .order-summary h4 span {
  color: #fff;
  font-size: 14px;
}
.checkout .order-summary .option {
  font-size: 14px;
  margin-bottom: 4px;
}
.checkout.checkout-4 {
  padding-bottom: 100px;
}
.checkout.checkout-4 .confirmation {
  margin-bottom: 70px;
}
.checkout.checkout-4 .confirmation:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.checkout.checkout-4 .confirmation h2 {
  color: #cf0;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
.checkout.checkout-4 .table .product-row {
  width: 67%;
}
.checkout.checkout-4 .billing-address,
.checkout.checkout-4 .order-summary,
.checkout.checkout-4 .shipping-address {
  float: left;
  margin-right: 34px;
  font-size: 15px;
  width: 294px;
}
.checkout.checkout-4 .billing-address div strong,
.checkout.checkout-4 .order-summary div strong,
.checkout.checkout-4 .shipping-address div strong {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.checkout.checkout-4 .shipping-address {
  margin-right: 0;
  width: 324px;
}
.checkout.checkout-4 .order-summary h4 {
  color: #b6e300;
  text-transform: uppercase;
}
.table {
  border-collapse: collapse;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 70px;
  margin-top: 24px;
  width: 100%;
}
.table strong,
.table b {
  font-weight: 300;
}
.table th {
  padding: 10px 0;
  border-bottom: 1px solid #414141;
}
.table th.colhead {
  border-bottom: 1px solid #cf0;
  color: #fff;
  padding: 0 30px 0 0;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 0.81em;
  text-align: left;
  text-transform: uppercase;
}
.table th.colhead.wide {
  width: 70%;
}
.table th,
.table td {
  text-align: left;
  padding: 10px 0;
  font-weight: 300;
}
.table th.numeric-cell,
.table td.numeric-cell {
  text-align: right;
}
.table td {
  padding: 10px 0;
  border-bottom: 1px solid #414141;
}
.table td h4 {
  color: #b6e300;
  line-height: 1.05;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.table td h4 a {
  color: #cf0;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
}
.table td h4 a:hover {
  text-decoration: none;
}
.table td p {
  margin: 4px 0;
}
.table .product .small-thumb {
  float: left;
  margin-right: 20px;
}
.table .product td {
  padding: 20px 0;
}
.table .product td.adjuster-container {
  padding: 25px 0 20px 0;
}
.table .product td.sub-container {
  padding: 25px 0 20px 0;
}
.table .product td .options,
.table .product td .option {
  font-size: 14px;
}
.table .product td p {
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
}
.table .highlight-row {
  background: url(../images/checkout/bg-table-row.png);
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  color: #cf0;
  font-size: 18px;
}
.table .highlight-row td,
.table .highlight-row th {
  border-bottom: 1px solid #cf0;
}
.table .button-style2 {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  margin-right: 10px;
  font-weight: bold;
}
.table .button-style2:hover {
  background-color: #9bbb11;
  color: #cf0;
}
.table.table-condensed {
  text-transform: uppercase;
}
.table.table-condensed td {
  min-width: 50%;
}
.table.table-condensed .total-row {
  color: #cf0;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.table.orders .product {
  color: #cf0;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.orders h2 {
  font-size: 38px;
  width: 630px;
}
.orders h2 strong {
  height: 29px;
}
.login h3 {
  margin-top: 0px;
}
.login label {
  float: left;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-right: 10px;
  text-transform: uppercase;
  width: 95px;
}
.login input[type="text"],
.login input[type="email"],
.login input[type="password"] {
  border: 0;
  width: 174px;
  background: #ffffff url(../images/bg-input.png);
  padding: 5px 4px 3px 5px;
  font-size: 13px;
}
.login input[type="submit"] {
  border: 0;
  background: transparent url(../images/sprite.png) no-repeat -237px -187px;
  background-size: auto auto;
  display: block;
  height: 43px;
  text-indent: -999em;
  width: 100px;
}
.login input[type="submit"]:hover {
  background-position: -237px -237px;
}
.login .checkbox {
  padding-left: 105px;
}
.login .checkbox label {
  float: none;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  width: auto;
}
.login .submit {
  padding-left: 105px;
  font-size: 14px;
  margin: 14px 0;
}
.login .forgotten-pass a {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 105px;
}
.login .forgotten-pass a:hover {
  color: #9bbb11;
}
/* end checkout process*/
footer {
  background: #fdfdfd url(../images/bg-footer.png) repeat-x;
  bottom: 0;
  color: #333;
  padding-top: 0px;
  position: fixed;
  width: 100%;
  z-index: 15;
}
footer:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
footer small {
  font-size: 10px;
  float: left;
  margin: 4px 0 0;
}
footer small span {
  font-size: 0.8em;
}
footer sup {
  font-size: 0.7em;
}
footer ul {
  float: right;
}
footer ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
footer ul li {
  float: left;
  margin-left: 19px;
}
footer ul li a {
  color: #676767;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
footer ul li a sup {
  font-size: 0.6em;
}
footer ul li a:hover {
  color: #333;
  text-decoration: none;
}
footer ul li a:last-child {
  padding-right: 0;
}
footer ul li:last-child {
  margin-right: 0;
}
body.home {
  background: #000000 url(../images/ajax-loader.gif) no-repeat center center;
}
.home-features {
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.home-features #flash-overlay {
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 999;
}
.home-features .panel,
.home-features .image,
.home-features .content {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.home-features .panel {
  position: relative;
  cursor: pointer;
  display: block;
  visibility: hidden;
  float: left;
  width: 33.33%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: -200% 0;*/
}
.home-features .panel.showMe {
  visibility: visible;
  background-position: center center;
}
.home-features .panel .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.home-features .panel .content {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.home-features .panel .content .header {
  position: relative;
  display: block;
  width: 100%;
  color: #e8f0d9;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.home-features .panel .content .header > div {
  position: absolute;
  line-height: 100%;
}
.home-features .panel .content .offtext {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 23px;
  margin-left: -11px;
  left: 50%;
  height: 30px;
}
.home-features .panel .content:hover .offtext {
  height: 200px;
}
.home-features .panel.pollution-masks {
  background-image: url('../images/home/masks-grey.jpg');
}
.home-features .panel.pollution-masks .image {
  background-image: url('../images/home/masks-tint.jpg');
}
.home-features .panel.pollution-masks .header {
  top: 25%;
}
.home-features .panel.pollution-masks .offtext {
  background: url(../images/home/panel-minimised-left-pm.png) no-repeat center bottom;
}
.home-features .panel.pollution-masks .slide-left {
  top: 235px;
  left: -80px;
  opacity: 0;
  font-size: 29px;
}
.home-features .panel.pollution-masks .slide-right {
  top: 260px;
  left: 150px;
  opacity: 0;
  font-size: 46px;
}
.home-features .panel.pollution-masks .slide-right img {
  display: block;
  margin-left: 4px;
}
.home-features .panel.hi-viz {
  background-image: url('../images/home/hi-viz-grey.jpg');
}
.home-features .panel.hi-viz .image {
  background-image: url('../images/home/hi-viz-tint.jpg');
}
.home-features .panel.hi-viz .header {
  top: 5%;
}
.home-features .panel.hi-viz .offtext.left {
  background: url(../images/home/panel-minimised-left-hv.png) no-repeat center bottom;
}
.home-features .panel.hi-viz .offtext.right {
  background: url(../images/home/panel-minimised-right-hv.png) no-repeat center bottom;
}
.home-features .panel.hi-viz .slide-left {
  left: -50px;
  opacity: 0;
  font-size: 66px;
}
.home-features .panel.hi-viz .slide-right {
  top: 58px;
  left: 180px;
  opacity: 0;
  font-size: 42px;
}
.home-features .panel.hi-viz .slide-right img {
  position: absolute;
  bottom: -23px;
  right: 29px;
  vertical-align: baseline;
}
.home-features .panel.team-respro {
  background-image: url('../images/home/team-respro-grey.jpg');
}
.home-features .panel.team-respro .image {
  background-image: url('../images/home/team-respro-tint.jpg');
}
.home-features .panel.team-respro .header {
  top: 10.29%;
}
.home-features .panel.team-respro .offtext {
  background: url(../images/home/panel-minimised-right-tr.png) no-repeat center bottom;
}
.home-features .panel.team-respro .slide-left {
  top: 80px;
  left: 200px;
  opacity: 0;
  font-size: 63px;
}
.home-features .panel.team-respro .slide-right {
  background: #000;
  top: 136px;
  left: 200px;
  opacity: 0;
  font-size: 34px;
}
.home-features .panel.team-respro .slide-right sup {
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
}
.home-features .panel.team-respro .slide-right img {
  position: absolute;
  bottom: -19px;
  left: 2px;
  vertical-align: baseline;
}
.home-features .panel video {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  cursor: default;
  cursor: pointer;
}
.home-features .panel video + .video-control {
  display: none;
  cursor: pointer;
}
.home-features .panel .mute-control {
  background: transparent url(../images/sprite.png) no-repeat -352px -117px;
  background-size: auto auto;
  display: block;
  height: 27px;
  text-indent: -999em;
  width: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
}
.home-features .panel .mute-control.muted-true {
  background-position: -352px -83px;
}
.home-features .panel .shopping {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  height: 22px;
  width: 230px;
  margin-left: -115px;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  /*position: absolute;
			bottom: 120px;
			z-index: 2;
			width: 281px;
			height: 22px;

			margin-left: -141px;
			left: 50%;

			
			opacity: 0;
			filter: alpha(opacity=0);
			*/
}
.home-features .panel .shopping a.main {
  display: block;
  width: 230px;
  height: 22px;
  margin: 0 auto 0;
  opacity: 1;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../images/home/shopping-button-off.png') no-repeat center center;
}
.home-features .panel .shopping div.items {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 228px;
}
.home-features .panel .shopping div.items a {
  /*display: block;*/
  float: left;
  width: 57px;
  height: 42px;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.home-features .panel .shopping div.items a img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-features .panel .shopping div.items a img.hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.home-features .panel .shopping div.items a:hover img.hover-img {
  display: block;
  z-index: 99;
}
.home-features .panel .shopping:hover {
  height: auto;
}
.home-features .panel .shopping:hover div.items {
  height: auto;
}
.home-features .panel .shopping:hover div.items a {
  opacity: 0;
}
.home-features .panel .shopping:hover div.items {
  z-index: 99;
  opacity: 1;
}
.home-features .panel .shopping:hover div.items a:nth-of-type(1),
.home-features .panel .shopping:hover div.items a:nth-of-type(5),
.home-features .panel .shopping:hover div.items a:nth-of-type(9),
.home-features .panel .shopping:hover div.items a:nth-of-type(13),
.home-features .panel .shopping:hover div.items a:nth-of-type(17) {
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0s;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0s;
  /* Opera */
  -o-transition: opacity 0.5s ease 0s;
  /* Standard */
  transition: opacity 0.5s ease 0s;
  opacity: 1;
}
.home-features .panel .shopping:hover div.items a:nth-of-type(2),
.home-features .panel .shopping:hover div.items a:nth-of-type(6),
.home-features .panel .shopping:hover div.items a:nth-of-type(10),
.home-features .panel .shopping:hover div.items a:nth-of-type(14),
.home-features .panel .shopping:hover div.items a:nth-of-type(18) {
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0.1s;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0.1s;
  /* Opera */
  -o-transition: opacity 0.5s ease 0.1s;
  /* Standard */
  transition: opacity 0.5s ease 0.1s;
  opacity: 1;
}
.home-features .panel .shopping:hover div.items a:nth-of-type(3),
.home-features .panel .shopping:hover div.items a:nth-of-type(7),
.home-features .panel .shopping:hover div.items a:nth-of-type(11),
.home-features .panel .shopping:hover div.items a:nth-of-type(15),
.home-features .panel .shopping:hover div.items a:nth-of-type(19) {
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0.2s;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0.2s;
  /* Opera */
  -o-transition: opacity 0.5s ease 0.2s;
  /* Standard */
  transition: opacity 0.5s ease 0.2s;
  opacity: 1;
}
.home-features .panel .shopping:hover div.items a:nth-of-type(4),
.home-features .panel .shopping:hover div.items a:nth-of-type(8),
.home-features .panel .shopping:hover div.items a:nth-of-type(12),
.home-features .panel .shopping:hover div.items a:nth-of-type(16),
.home-features .panel .shopping:hover div.items a:nth-of-type(20) {
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0.3s;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0.3s;
  /* Opera */
  -o-transition: opacity 0.5s ease 0.3s;
  /* Standard */
  transition: opacity 0.5s ease 0.3s;
  opacity: 1;
}
.home-features .panel .shopping:hover a.main {
  background-image: url('../images/home/shopping-button-on.png');
}
.range-features {
  height: 557px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 980px;
  /*&.short-features
	{
		height: 301px;
		
		.panel
		{
			.tl
			{
				position: absolute;
				left: -999em;
			}
		}
	}*/
}
.range-features h1 {
  position: absolute;
  left: -999em;
}
.range-features .panel {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  height: 557px;
  width: 735px;
}
.range-features .panel h2 {
  position: absolute;
  left: -999em;
}
.range-features .panel:nth-child(1) {
  z-index: 5;
}
.range-features .panel:nth-child(2) {
  z-index: 4;
}
.range-features .panel:nth-child(3) {
  z-index: 3;
}
.range-features .panel:nth-child(4) {
  z-index: 2;
}
.range-features .panel .tl {
  color: #000;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 150px;
  line-height: 1.2;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
  z-index: 10;
}
.range-features .panel .tl sup {
  top: -0.3em;
}
.range-features .panel.team .tl {
  color: #ede6ba;
  top: 40px;
  right: 360px;
  width: 145px;
}
.range-features .panel.masks .tl {
  color: #cf0;
  right: 55px;
  top: 71px;
  width: 168px;
}
.range-features .panel.hump .tl {
  top: 381px;
  left: 44px;
  right: auto;
  width: 250px;
  line-height: 1.4;
  font-size: 12px;
}
.range-features .panel .main_promos {
  width: 735px;
  height: 557px;
}
.range-features .panel .main_promos .main_promo_footer {
  position: absolute;
  top: 261px;
  left: 0;
  width: 100%;
  height: 295px;
  cursor: pointer;
}
.range-features .panel .main_promos ul {
  z-index: 7;
}
.range-features .panel .main_promos ul.main_promo_faders {
  position: relative;
  top: 0;
  right: auto;
  width: 100%;
  height: 261px;
  overflow: hidden;
  z-index: 8;
  margin-bottom: 0;
  padding-left: 0;
  cursor: pointer;
}
.range-features .panel .main_promos ul.main_promo_faders li {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  display: none;
}
.range-features .panel .main_promos ul.main_promo_faders li.next {
  z-index: 10;
}
.range-features .panel .main_promos ul.main_promo_faders li.current {
  z-index: 9;
}
.range-features ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 228px;
  list-style-type: none;
}
.range-features ul li {
  margin-bottom: 17px;
  position: relative;
}
.range-features ul li .overlay {
  background: url(../images/overlay-green-30pc.png) repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0;
  /* Opera */
  -o-transition: opacity 0.5s ease 0;
  /* Standard */
  transition: opacity 0.5s ease 0;
}
.range-features ul li:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}
.range-features ul li h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 1px solid #ccff00;
  color: #fff;
  float: right;
  font-size: 23px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.85em;
  padding-right: 20px;
  text-transform: uppercase;
  width: 208px;
  /*&:after {
					background: url(../images/sprite.png) no-repeat -768px 0;
					display: block;
					content: "";
					height: 37px;
					width: 32px;
					position: absolute; 
				}*/
}
.range-features ul li h3 strong {
  display: block;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.range-features ul li h3 strong img {
  display: inline-block;
  margin-left: 4px;
  margin-top: -5px;
}
.range-features ul li .promo-note {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.9;
}
.secondarypromos {
  border-top: 1px solid #cefc34;
  border-bottom: 1px solid #cefc34;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.secondarypromos ul {
  list-style-type: none;
  padding: 0;
  height: 142px;
  overflow: hidden;
  margin: 0;
}
.secondarypromos ul li {
  margin-bottom: 17px;
  position: relative;
  float: left;
  width: 228px;
  margin-left: 23px;
}
.secondarypromos ul li:first-of-type {
  margin-left: 0;
  margin-right: -1px;
}
.secondarypromos ul li .overlay {
  background: url(../images/overlay-green-30pc.png) repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0;
  /* Opera */
  -o-transition: opacity 0.5s ease 0;
  /* Standard */
  transition: opacity 0.5s ease 0;
}
.secondarypromos ul li:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}
.secondarypromos ul li h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 1px solid #ccff00;
  color: #fff;
  float: right;
  font-size: 23px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.85em;
  padding-right: 20px;
  text-transform: uppercase;
  width: 208px;
  /*&:after {
					background: url(../images/sprite.png) no-repeat -768px 0;
					display: block;
					content: "";
					height: 37px;
					width: 32px;
					position: absolute; 
				}*/
}
.secondarypromos ul li h3 strong {
  display: block;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.secondarypromos ul li h3 strong img {
  display: inline-block;
  margin-left: 4px;
  margin-top: -5px;
}
.secondarypromos ul li .promo-note {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.9;
}
.range-features-alt .panel.skins {
  position: relative;
  width: 980px;
}
.range-features-alt .panel.skins img.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 980px;
  height: 556px;
}
.range-features-alt .panel.skins img.anim1 {
  position: absolute;
  top: 116px;
  left: 1px;
  z-index: 12;
  width: 313px;
  height: 295px;
}
.range-features-alt .panel.skins img.anim2 {
  position: absolute;
  top: 116px;
  left: 666px;
  z-index: 12;
  width: 313px;
  height: 295px;
}
.range-features-alt .panel.skins img.skins_overlay1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 13;
  width: 313px;
  height: 101px;
}
.range-features-alt .panel.skins img.skins_overlay2 {
  position: absolute;
  top: 0px;
  left: 333px;
  z-index: 13;
  width: 313px;
  height: 101px;
}
.range-features-alt .panel.skins img.skins_overlay3 {
  position: absolute;
  top: 0px;
  left: 666px;
  z-index: 13;
  width: 313px;
  height: 101px;
}
.range-features-alt h1 {
  float: left;
  text-indent: -9999px;
}
.popular-products h2 {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  float: right;
  font-size: 30px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  margin-left: 80px;
  text-transform: uppercase;
  width: 480px;
}
.popular-products h2 strong {
  display: block;
  height: 24px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.popular-products h2 strong span {
  font-size: 12px;
  top: -14px;
  position: relative;
}
.popular-products .infiniteCarousel a.arrow {
  top: -4px;
}
.popular-products .infiniteCarousel ul li .details {
  margin-top: -1px;
}
.related-products h3 {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  font-size: 30px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  margin-bottom: 22px;
  text-transform: uppercase;
  width: 480px;
}
.related-products h3 strong {
  display: block;
  height: 24px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.related-products h3 strong span {
  font-size: 12px;
  top: -14px;
  position: relative;
}
.related-products ul {
  list-style-type: none;
  padding: 0;
}
.related-products ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.related-products ul li {
  float: left;
  min-height: 160px;
  margin-bottom: 60px;
  position: relative;
  width: 166px;
  margin-right: 10px;
}
.related-products ul li img {
  position: absolute;
  bottom: 0;
}
.related-products ul li a {
  text-decoration: none;
}
.related-products ul li a h4 {
  color: #fff;
}
.related-products ul li a:hover h4 {
  color: #cf0;
}
.related-products ul h4 {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.related-products ul .price {
  background: url(../images/arrow.png) no-repeat right 4px;
  color: #cf0;
  float: left;
  font-size: 14px;
  margin-bottom: 14px;
  padding-right: 13px;
}
.related-products ul img {
  clear: both;
  display: block;
}
.related-products ul.other-humps li {
  margin-right: 11px;
  width: 124px;
  padding-top: 96px;
  min-height: 0;
  margin-bottom: 20px;
  position: relative;
}
.related-products ul.other-humps li:nth-child(4n+4) {
  margin-right: 0;
}
.related-products ul.other-humps li img {
  position: absolute;
  top: 0;
  left: 0;
}
.infiniteCarousel {
  clear: both;
  min-height: 200px;
  position: relative;
  width: 974px;
}
.infiniteCarousel .ic-wrapper {
  height: 80px;
  margin: 0px 30px 30px 40px;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 900px;
}
.infiniteCarousel a.arrow {
  background: transparent url(../images/sprite.png) no-repeat -660px 0;
  background-size: auto auto;
  display: block;
  height: 55px;
  text-indent: -999em;
  width: 35px;
  position: absolute;
  top: 0px;
  left: -10px;
}
.infiniteCarousel a.arrow.next {
  background-position: -717px 0px;
  right: -10px;
  left: auto;
}
.infiniteCarousel a.arrow.next:hover {
  background-position: -717px -88px;
}
.infiniteCarousel a.arrow.back {
  background-position: -660px 0px;
}
.infiniteCarousel a.arrow.back:hover {
  background-position: -660px -88px;
}
.infiniteCarousel ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 9999px;
}
.infiniteCarousel ul li {
  display: block;
  padding-right: 5px;
  position: relative;
  float: left;
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  width: 175px;
}
.infiniteCarousel ul li a {
  color: #fff;
}
.infiniteCarousel ul li a h4 {
  color: #fff;
  font-weight: 300;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
}
.infiniteCarousel ul li a h4 sup {
  top: -0.3em;
}
.infiniteCarousel ul li a p {
  color: #999;
}
.infiniteCarousel ul li a .price {
  color: #cf0;
  display: inline-block;
}
.infiniteCarousel ul li img {
  display: block;
  float: left;
  margin-right: 3px;
}
.infiniteCarousel ul li .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0;
  /* Opera */
  -o-transition: opacity 0.5s ease 0;
  /* Standard */
  transition: opacity 0.5s ease 0;
}
.infiniteCarousel ul li h4,
.infiniteCarousel ul li p {
  margin: 0;
}
.infiniteCarousel ul li .details {
  float: left;
  width: 110px;
}
.infiniteCarousel ul li .price {
  background: url(../images/arrow.png) no-repeat right 1px;
  font-size: 14px;
  padding-right: 13px;
}
.infiniteCarousel ul li.empty {
  height: 60px;
}
.infiniteCarousel ul li:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}
.product-sidebar .single-image + .related-products {
  margin-top: 60px;
}
.product-sidebar .infiniteCarousel {
  height: 140px;
  min-height: auto;
  width: 530px;
}
.product-sidebar .infiniteCarousel.single-image {
  display: none;
}
.product-sidebar .infiniteCarousel .ic-wrapper {
  margin: 0 0 0 58px;
  height: 140px;
  width: 418px;
}
.product-sidebar .infiniteCarousel a.arrow {
  background: transparent url(../images/sprite.png) no-repeat -660px 0;
  background-size: auto auto;
  display: block;
  height: 65px;
  text-indent: -999em;
  width: 45px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.product-sidebar .infiniteCarousel a.arrow.next {
  background-position: -725px -175px;
  right: -10px;
  left: auto;
}
.product-sidebar .infiniteCarousel a.arrow.next:hover {
  background-position: -725px -248px;
}
.product-sidebar .infiniteCarousel a.arrow.back {
  background-position: -655px -175px;
}
.product-sidebar .infiniteCarousel a.arrow.back:hover {
  background-position: -655px -248px;
}
.product-sidebar .infiniteCarousel ul li {
  padding-right: 26px;
  position: relative;
  width: 85px;
  /*&:hover {
					color: #cf0;
					img {
						&.highlight-hover {
							display: block;
						}
					}
					p {
						color: #cf0;
					}
				}*/
}
.product-sidebar .infiniteCarousel ul li img {
  display: block;
  float: none;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-sidebar .infiniteCarousel ul li img.highlight-selected,
.product-sidebar .infiniteCarousel ul li img.highlight-hover {
  display: none;
}
.product-sidebar .infiniteCarousel ul li p {
  margin-top: 77px;
}
.product-sidebar .infiniteCarousel ul li a {
  text-decoration: none;
}
.product-sidebar .infiniteCarousel ul li.selected {
  color: #cf0;
}
.product-sidebar .infiniteCarousel ul li.selected img.highlight-selected {
  display: block;
}
.product-sidebar .infiniteCarousel ul li.selected p {
  color: #cf0;
}
.no-touch .product-sidebar .infiniteCarousel ul li:hover {
  color: #cf0;
}
.no-touch .product-sidebar .infiniteCarousel ul li:hover img.highlight-hover {
  display: block;
}
.no-touch .product-sidebar .infiniteCarousel ul li:hover p {
  color: #cf0;
}
.rating {
  /*.sprite(-97px, -194px, 18px, 97px);*/
  margin-bottom: 16px;
  /*&.rated-1 {
		background-position: -78px -194px;
	}
	&.rated-2 {
		background-position: -58px -194px;
	}
	&.rated-3 {
		background-position: -38px -194px;
	}
	&.rated-4 {
		background-position: -18px -194px;
	}
	&.rated-5 {
		background-position: -1px -194px;
	}*/
}
.product-details .rating {
  float: left;
  margin-right: 10px;
}
.product-details .view-reviews {
  font-style: italic;
  text-decoration: none;
}
.product-details .view-reviews:hover {
  text-decoration: underline;
}
.product-details p {
  clear: both;
}
.tabs {
  background: url(../images/bg-product-details.png);
  padding: 14px 22px;
}
.tabs ul.tabnav {
  border-bottom: 1px solid #cf0;
  list-style-type: none;
  padding: 0;
}
.tabs ul.tabnav:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  float: none;
  clear: both;
}
.tabs ul.tabnav li {
  float: left;
  margin-right: 28px;
}
.tabs ul.tabnav li a {
  color: #fff;
  display: block;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 4px 9px 2px 9px;
  text-transform: uppercase;
  text-decoration: none;
}
.tabs ul.tabnav li.selected a {
  background: #cf0;
  color: #000;
}
.tabs ul.tabnav li:hover a {
  background-color: #e6dfb8;
  color: #000;
}
.tabs ul.tabnav li.feats {
  margin-right: 30px;
}
.tabs ul.tabnav li.bens {
  margin-right: 31px;
}
.tabs ul.tabnav li.suits {
  margin-right: 0px;
}
.tabs > div {
  font-size: 13px;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
}
.tabs > div ul {
  list-style-type: disc;
  padding: 0 0 0 12px;
  margin-left: 5px;
}
.tabs > div ul li {
  margin-bottom: 8px;
}
.button {
  cursor: pointer;
}
.button.pause {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -53px;
  margin-top: -53px;
  background: transparent url(../images/sprite.png) no-repeat -105px -78px;
  background-size: auto auto;
  display: block;
  height: 95px;
  text-indent: -999em;
  width: 106px;
  z-index: 10;
}
.button.pause:hover {
  background-position: -239px -81px;
}
.button.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -53px;
  margin-top: -53px;
  background: transparent url(../images/sprite.png) no-repeat 12px -81px;
  background-size: auto auto;
  display: block;
  height: 95px;
  text-indent: -999em;
  width: 106px;
  z-index: 10;
}
.button.add-to-cart {
  background: transparent url(../images/sprite.png) no-repeat -442px -187px;
  background-size: auto auto;
  display: block;
  height: 41px;
  text-indent: -999em;
  width: 157px;
}
.button.add-to-cart:hover {
  background-position: -442px -237px;
}
.button.sizing-guide-btn {
  background: transparent url(../images/sprite.png) no-repeat -338px -491px;
  background-size: auto auto;
  display: block;
  height: 30px;
  text-indent: -999em;
  width: 38px;
  position: absolute;
  right: 40px;
  top: -3px;
}
.button.sizing-guide-btn:hover {
  background-position: -338px -529px;
}
.button-style2 {
  background: #cf0;
  border: 0;
  color: #000;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 1px 4px;
  margin-left: 8px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.button-style2:hover {
  background-color: #e6dfb8;
}
/* GENERIC ALERT NOTICES */
.alert {
  border: 1px solid #666;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.alert.alert-error {
  background: #fc5801;
  border: 0;
  color: #ffffff;
}
/* Video Controls for Range Page */
.intro video + .pause {
  opacity: 0;
  filter: alpha(opacity=0);
}
.intro video + .pause:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.intro video:hover + .pause {
  opacity: 1;
  filter: alpha(opacity=1);
}
.lt-ie8 header {
  height: 90px;
}
.lt-ie8 header nav {
  position: absolute;
  top: 80px;
}
.lt-ie8 header .social {
  margin-left: 30px;
}
.lt-ie8 header .links {
  position: absolute;
  right: 2px;
  width: 120px;
  text-align: right;
}
.lt-ie8 header #cart_wrap {
  position: absolute;
  right: 40px;
  width: 160px;
  margin-bottom: 40px;
}
.lt-ie8 header #cart_wrap .details {
  width: 240px;
  zoom: 1;
}
.lt-ie8 header #cart_wrap .details * {
  display: block;
  float: left;
  margin-right: 6px;
}
.lt-ie8 header #cart_wrap .details .btn_checkout {
  position: absolute;
  top: 12px;
  right: -30px;
}
.lt-ie8 header .search input#search {
  background: #454642 url(../images/bg-grad.png) repeat-x;
  border: 0;
  color: #ccff00;
  float: left;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-size: 13px;
  min-height: 17px;
  padding: 2px;
  width: 160px;
  position: absolute;
  top: 10px;
  left: 400px;
  width: 180px;
}
.lt-ie8 header .search input#search:focus {
  color: #ccff00;
}
.lt-ie8 header .search input[type=submit] {
  position: absolute;
  top: 10px;
  left: 580px;
}
.lt-ie8 .product-sidebar .infiniteCarousel {
  overflow: hidden;
}
.lt-ie8 .product-sidebar .infiniteCarousel .ic-wrapper {
  overflow: hidden;
}
.lt-ie8 .product-sidebar .infiniteCarousel .ic-wrapper ul li {
  height: 100px;
}
.lt-ie8 .infiniteCarousel {
  position: relative;
}
.lt-ie8 .infiniteCarousel .ic-wrapper {
  position: absolute;
  top: 0px;
  height: 120px;
}
.lt-ie8 .infiniteCarousel .ic-wrapper ul {
  position: absolute;
  top: 0;
  height: 120px;
}
.lt-ie8 .popular-products .infiniteCarousel .ic-wrapper {
  top: 20px;
}
.lt-ie8 .popular-products .infiniteCarousel a.arrow {
  top: 16px;
}
.lt-ie8 .popular-products .infiniteCarousel .details .price {
  float: left;
}
.lt-ie8 .range-features ul li h3 strong img {
  margin-top: 1px;
}
.lt-ie8 .product-page .product-item .product-buy .cart-info {
  width: 100%;
  height: 22px;
}
.lt-ie8 .product-page .product-item .product-buy .cart-info .add-to-cart {
  margin-top: -32px;
}
.lt-ie8 .product-page .product-item .product-info .tabs ul {
  overflow: hidden;
}
.lt-ie8 .intro {
  display: none;
}
.lt-ie8 #reviews {
  display: block;
  zoom: 1;
}
.lt-ie8 .review-form .form-field {
  overflow: hidden;
  clear: both;
}
.lt-ie8 .checkout .progress {
  overflow: hidden;
}
.lt-ie9 .mobile-only {
  display: none;
}
.lt-ie9 .home-features .panel .shopping {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 282px;
  height: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.lt-ie9 .home-features .panel .shopping a.main {
  display: block;
  width: 282px;
  height: 22px;
  margin: 0 auto 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../images/home/shopping-button-off.png') no-repeat center center;
}
.lt-ie9 .home-features .panel .shopping div.items {
  display: none;
  position: relative;
  bottom: 0;
  width: 228px;
  margin: 0 auto 0;
  overflow: hidden;
}
.lt-ie9 .home-features .panel .shopping div.items a {
  display: block;
  float: left;
  width: 57px;
  height: 42px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.lt-ie9 .home-features .panel .shopping div.items a img {
  display: block;
  width: 100%;
  height: 100%;
}
.lt-ie9 .home-features .panel .shopping div.items a img.hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.lt-ie9 .home-features .panel .shopping div.items a:hover img.hover-img {
  display: block;
  z-index: 99;
}
.lt-ie9 .home-features .panel .shopping:hover,
.lt-ie9 .home-features .panel .shopping:focus {
  height: auto;
}
.lt-ie9 .home-features .panel .shopping:hover div.items,
.lt-ie9 .home-features .panel .shopping:focus div.items {
  display: block;
}
.lt-ie9 .home-features .panel .shopping:hover a.main,
.lt-ie9 .home-features .panel .shopping:focus a.main {
  background-image: url('../images/home/shopping-button-on.png');
}
.paginate {
  background: #cf0;
  color: #000;
  padding: 10px 6px 5px 8px;
  text-transform: uppercase;
}
.paginate .paginate-intro {
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 0;
}
.paginate .paginate-intro strong {
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.paginate .paginate-links a,
.paginate .paginate-links strong {
  color: #000;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
}
.paginate .paginate-links a:hover {
  color: #000;
  text-decoration: underline;
}
.related-products .paginate {
  position: absolute;
  bottom: 0;
  height: auto;
  margin-right: 49px;
}
.heading-title {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  font-size: 40px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.heading-title a {
  color: #fff;
}
.heading-title a:hover,
.heading-title a:active,
.heading-title a:focus {
  text-decoration: none;
}
.content-page {
  margin-top: 35px;
  padding-bottom: 75px;
  font-size: 14px;
}
.content-page h2 {
  border-bottom: 1px solid #ccff00;
  color: #fff;
  font-size: 40px;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.81em;
  margin-bottom: 22px;
  text-transform: uppercase;
  /*strong {
			display: block;
			height: 24px;
			font-family: @fontBoldCn;
			font-weight: 300;
		}*/
  width: 630px;
}
.content-page h2 a {
  color: #fff;
}
.content-page h2 a:hover,
.content-page h2 a:active,
.content-page h2 a:focus {
  text-decoration: none;
}
.content-page h2.title-style {
  font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
}
.content-page h2.title-style strong {
  height: 31px;
}
.content-page h3 {
  color: #d9d4b4;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.content-page h4 {
  color: #d9d4b4;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.content-page h5 {
  color: #d9d4b4;
  font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.content-page p,
.content-page ul,
.content-page ol {
  margin-bottom: 24px;
}
.content-page p li,
.content-page ul li,
.content-page ol li {
  margin-bottom: 4px;
}
.content-page p li ol,
.content-page ul li ol,
.content-page ol li ol,
.content-page p li ul,
.content-page ul li ul,
.content-page ol li ul {
  margin-bottom: 2px;
}
.content-page ul li ol,
.content-page ol li ol,
.content-page ul li ul,
.content-page ol li ul {
  margin-bottom: 2px;
}
.content-page strong,
.content-page b {
  font-weight: bold;
}
.content-page em,
.content-page i {
  font-style: italic;
}
.content-page abbr,
.content-page acronym {
  border-bottom: 1px dotted #ddd;
}
.content-page ol,
.content-page ul {
  list-style-position: outside;
  padding: 0 0 0 23px;
}
.content-page .related-products ul {
  padding: 0;
}
.content-page .related-products ul li {
  margin-bottom: 60px;
}
.content-page form .form-field {
  margin-bottom: 20px;
}
.content-page form label {
  float: left;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-right: 10px;
  text-transform: uppercase;
  width: 95px;
}
.content-page form label.wide {
  width: 220px;
}
.content-page form input[type="text"],
.content-page form input[type="email"],
.content-page form input[type="password"] {
  border: 0;
  background: #ffffff url(../images/bg-input.png);
  padding: 5px 4px 3px 5px;
  font-size: 13px;
  width: 180px;
}
.content-page form .error {
  border: 2px solid #fc5801;
  background-color: #fc5801;
  color: #000;
  margin-top: 5px;
}
.content-page form .form-button {
  border: 0;
}
.content-page form .form-button.f-pass {
  background: transparent url(../images/sprite.png) no-repeat -615px -440px;
  background-size: auto auto;
  display: block;
  height: 43px;
  text-indent: -999em;
  width: 75px;
  float: left;
  margin-left: 105px;
}
.content-page form .form-button.f-pass:hover {
  background-position: -615px -390px;
}
.content-page form .form-button.f-pass.wide {
  margin-left: 230px;
}
.content-page form .form-button.subscribe {
  background: transparent url(../images/sprite.png) no-repeat 0 -491px;
  background-size: auto auto;
  display: block;
  height: 42px;
  text-indent: -999em;
  width: 138px;
  margin-top: 10px;
}
.content-page form .form-button.subscribe:hover {
  background-position: 0 -541px;
}
.content-page form .form-button.unsubscribe {
  background: transparent url(../images/sprite.png) no-repeat -148px -491px;
  background-size: auto auto;
  display: block;
  height: 42px;
  text-indent: -999em;
  width: 220px;
  margin-left: 105px;
}
.content-page form .form-button.unsubscribe:hover {
  background-position: -148px -541px;
}
.content-page form .checkbox {
  overflow: hidden;
  margin-bottom: 10px;
}
.content-page form .checkbox label {
  width: 160px;
}
.content-page .body {
  float: left;
  width: 630px;
}
.content-page .sidebar {
  float: right;
  width: 228px;
  margin-top: -20px;
}
.content-page .sidebar .features ul {
  width: 228px;
  list-style-type: none;
}
.content-page .sidebar .features ul li {
  margin-bottom: 17px;
  position: relative;
}
.content-page .sidebar .features ul li .overlay {
  background: url(../images/overlay-green-30pc.png) repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  /* Firefox */
  -moz-transition: opacity 0.5s ease 0;
  /* WebKit */
  -webkit-transition: opacity 0.5s ease 0;
  /* Opera */
  -o-transition: opacity 0.5s ease 0;
  /* Standard */
  transition: opacity 0.5s ease 0;
}
.content-page .sidebar .features ul li:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}
.content-page .sidebar .features ul li h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 1px solid #ccff00;
  color: #fff;
  float: right;
  font-size: 23px;
  font-family: 'Helvetica W01 Light Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 0.8em;
  padding-right: 20px;
  text-transform: uppercase;
  width: 208px;
}
.content-page .sidebar .features ul li h3 strong {
  display: block;
  font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.content-page .sidebar .features ul li h3 strong img {
  display: inline-block;
  margin-left: 4px;
  margin-top: -5px;
}
.under1024 footer ul li a {
  padding-left: 2px;
  padding-right: 2px;
}
.breadcrumbs .lang {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.breadcrumbs .lang .uk {
  background: url(../images/flags-uk.png) no-repeat 0 0px;
  display: block;
  float: left;
  height: 15px;
  text-indent: -999em;
  width: 24px;
}
.breadcrumbs .lang .cn {
  background: url(../images/flags-cn.png) no-repeat 0 -30px;
  display: block;
  float: left;
  height: 15px;
  text-indent: -999em;
  margin-right: 8px;
  width: 24px;
}
.breadcrumbs .lang .cn:hover {
  background-position: 0 -15px;
}
.breadcrumbs .lang .es {
  background: url(../images/flags-es.gif) no-repeat 0 -30px;
  display: block;
  float: left;
  height: 15px;
  text-indent: -999em;
  margin-right: 8px;
  width: 24px;
}
.breadcrumbs .lang .es:hover {
  background-position: 0 -15px;
}
/*
HIDING THE IFRAME
*/
.stockupdater {
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
}
/*
Shipping controls size
*/
#mobile_country_wrapper select,
#mobile_shipping_method,
#country_wrapper select,
#shipping_method {
  width: 100%;
}
#mobile_shipping_outer {
  text-align: left;
}
#mobile_shipping_outer td {
  vertical-align: bottom;
}
/*
POP UP WINDOW OVERRIDE STYLE
*/
.mfp-content .mfp-iframe-scaler {
  height: 550px;
}
.offscreen {
  overflow: hidden;
}
.offscreen p {
  position: absolute;
  left: -9999px;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #flash-overlay {
    display: none;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #flash-overlay {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .mobile-hide {
    /* Don't like using important but it helps in this case... */
    display: none !important;
  }
  input[type=text],
  input[type=search],
  input[type=submit],
  input.input-mini {
    -webkit-appearance: none;
    border-radius: 0;
  }
  body {
    padding: 5%;
    width: 90%;
  }
  body .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body.home {
    background: #000;
    width: ;
  }
  header {
    margin: 0;
    padding: 0 0 18px 0;
    position: relative;
  }
  header h1 {
    /* Retina background Image - with background size. */
    background: url(../images/mobile/logo.png) no-repeat;
    background-size: cover;
    height: 28px;
    width: 197px;
    margin-bottom: 16px;
  }
  header nav {
    background: none;
  }
  header #mobile-nav {
    width: 138px;
    font-family: 'Helvetica W01 Cn', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header #mobile-nav option {
    font-size: 13px;
  }
  header .social {
    display: none;
  }
  header .search {
    position: absolute;
    top: 34px;
    right: 0;
    width: 48%;
    margin: 8px 0 0 0;
  }
  header .search input[type=search] {
    background: #777777 url(../images/mobile/bg-search.png) no-repeat top right;
    height: 27px;
    width: 130px;
    float: right;
  }
  header .search input[type=submit] {
    display: none;
  }
  header .lang {
    position: absolute;
    right: 0;
    top: 42px;
  }
  header .lang .uk {
    background: url(../images/flags-uk-m.png) no-repeat 0 0px;
    background-size: 46px 93px;
    display: block;
    float: left;
    height: 31px;
    text-indent: -999em;
    width: 46px;
  }
  header .lang .uk:hover {
    background-position: 0 -31px;
  }
  header .lang .cn {
    background: url(../images/flags-cn-m.png) no-repeat 0 -62px;
    background-size: 46px 93px;
    display: block;
    float: left;
    height: 31px;
    text-indent: -999em;
    margin-right: 8px;
    width: 46px;
  }
  header .lang .cn:hover {
    background-position: 0 -31px;
  }
  header .lang .es {
    background: url(../images/flags-es-m.gif) no-repeat 0 -62px;
    background-size: 46px 93px;
    display: block;
    float: left;
    height: 31px;
    text-indent: -999em;
    margin-right: 8px;
    width: 46px;
  }
  header .lang .es:hover {
    background-position: 0 -31px;
  }
  header .links {
    display: none;
  }
  header #cart_wrap {
    background: none;
    position: absolute;
    top: 9px;
    right: 0;
  }
  header #cart_wrap .btn_checkout {
    display: none;
  }
  header #cart_wrap div.shipping {
    display: none;
  }
  header #cart_wrap div.details {
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .home .main {
    overflow: hidden;
    width: 100%;
    margin-bottom: 4px;
  }
  .home .main > div {
    float: left;
    width: 33.333333333333336%;
  }
  .home .main > div img {
    display: block;
    width: 100%;
  }
  .intro {
    display: none !important;
  }
  .mobile-intro {
    margin-bottom: 26px;
  }
  .mobile-intro img {
    display: block;
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .range-features {
    height: auto;
    width: 100%;
  }
  .range-features h1 {
    display: none;
  }
  .range-features .panel {
    position: static;
    height: auto;
    width: 100%;
  }
  .range-features .panel img {
    display: block;
    position: static;
    width: 100%;
  }
  .range-features .panel.hump .tl,
  .range-features .panel .tl {
    position: static;
    margin: 10px 0;
    color: #cf0;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .range-features .panel.team .tl {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .range-features .panel.masks .tl {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .range-features .panel .main_promos {
    width: 100%;
    height: auto;
  }
  .range-features .panel .main_promos .main_promo_footer {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
  }
  .range-features .panel .main_promos ul {
    width: 100%;
    height: auto;
  }
  .range-features .panel .main_promos ul.main_promo_faders {
    height: auto;
  }
  .range-features .panel .main_promos ul.main_promo_faders li {
    position: relative;
    top: 0;
    left: 0;
    display: none !important;
  }
  .range-features .panel .main_promos ul.main_promo_faders li:first-of-type {
    display: block !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
  }
  .range-features .panel .main_promos ul.main_promo_faders li img {
    width: 100%;
  }
  .range-features.short-features .panel .tl {
    position: absolute;
    left: -999em;
  }
  .range {
    margin-bottom: 50px;
    width: 100%;
    margin: 0;
  }
  .range h2 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .range h2 strong span {
    top: -25px;
  }
  .range ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  .range .products {
    float: none;
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .range .products article {
    float: left;
    height: auto;
    width: 50%;
  }
  .range .products article h1 {
    position: absolute;
    left: -999px;
  }
  .range .products article:nth-child(even) {
    margin-top: -34px;
  }
  .range .products article:nth-child(odd) {
    clear: left;
  }
  .range .products article :nth-child(4n+5) {
    clear: none;
  }
  .range .products article a {
    display: block;
  }
  .range .products article img {
    position: static;
    height: auto;
    width: 100%;
    display: none;
  }
  .range .products article img.js-current {
    display: block !important;
  }
  .popular-products {
    display: none;
  }
  footer {
    background: #777777;
    /* Old browsers */
    background: -moz-linear-gradient(top, #777777 0%, #5b5b5b 50%, #777777 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(50%, #5b5b5b), color-stop(100%, #777777));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #777777 0%, #5b5b5b 50%, #777777 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #777777 0%, #5b5b5b 50%, #777777 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #777777 0%, #5b5b5b 50%, #777777 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #777777 0%, #5b5b5b 50%, #777777 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#777777', GradientType=0);
    /* IE6-9 */
    position: static;
    margin-left: -5%;
    width: 110%;
  }
  footer .wrapper {
    padding: 2% 5%;
    width: 90%;
  }
  footer .wrapper ul {
    /*-webkit-column-count: 2;
				-webkit-column-gap: 10px;
				-moz-column-count: 3;
				-moz-column-gap: 10px;
				column-count: 2;
				column-gap: 10px;*/
    margin: 0;
    width: 100%;
  }
  footer .wrapper ul li {
    float: left;
    margin: 0;
  }
  footer .wrapper ul li:nth-child(odd) {
    width: 45%;
    margin-right: 20%;
  }
  footer .wrapper ul li:nth-child(even) {
    width: 35%;
    margin-right: 0%;
  }
  footer .wrapper ul li a {
    color: #ccc;
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
  }
  footer small {
    float: none;
  }
  .copyright-mob {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .product-page {
    margin-bottom: 10px;
  }
  .product-page .product-item {
    float: none;
    margin: 0;
    width: 100%;
  }
  .product-page .product-item .product-details {
    background: none;
    padding: 0;
  }
  .product-page .product-item .product-details .price {
    float: left;
  }
  .product-page .product-item .product-details .rating {
    float: right;
    margin-top: 10px;
  }
  .product-page .product-item .product-info {
    margin-left: -5%;
    width: 110%;
    margin-bottom: 10px;
  }
  .product-page .product-item .product-buy {
    width: 100%;
    margin-left: -5%;
    padding: 5%;
    margin-bottom: 10px;
  }
  .product-page .product-item .product-buy .options {
    margin-bottom: 15px;
  }
  .product-page .product-item .product-buy .cart-info {
    padding: 5px 0 5px;
    margin-bottom: 13px;
  }
  .product-page .product-item .product-buy .cart-info .add-to-cart {
    background: transparent url(../images/mobile/add-to-cart.png) no-repeat;
    background-size: auto auto;
    display: block;
    height: 32px;
    text-indent: -999em;
    width: 119px;
    margin-top: -5px;
  }
  .product-page .product-item .product-buy .cart-info strong.stock-level {
    width: 94px;
  }
  .product-page .product-item .product-buy .shipping {
    font-size: 18px;
  }
  .product-page .product-sidebar {
    float: none;
    margin: 0;
    width: 100%;
  }
  .product-page .product-sidebar .product-images {
    display: none;
  }
  .product-page .mobile-product-image {
    margin-left: -5%;
    margin-bottom: 20px;
    width: 110%;
  }
  .product-page .mobile-product-image img {
    width: 100%;
  }
  .tabs ul.tabnav {
    width: 110%;
  }
  .tabs ul.tabnav li a {
    font-size: 14px;
  }
  .tabs ul.tabnav li.feats {
    margin-right: 10px;
  }
  .tabs ul.tabnav li.bens {
    margin-right: 10px;
  }
  .tabs ul.tabnav li.suits {
    margin-right: 10px;
  }
  .content-page {
    padding-top: 15px !important;
  }
  .content-page .body {
    padding-top: 15px;
    float: none;
    margin-bottom: 55px;
    width: 100%;
  }
  .content-page .sidebar {
    float: none;
    margin-bottom: 25px;
    width: 100%;
  }
  .content-page .sidebar .features {
    display: none;
  }
  .content-page h2.title-style {
    padding-top: 3px;
    font-size: 28px;
    width: 100%;
  }
  .content-page h2.title-style strong {
    height: 22px;
  }
  .content-page h2.title-style.forgot-pass-header strong {
    height: 44px;
  }
  .content-page h2,
  .content-page h3 {
    width: 100%;
  }
  .content-page .related-products ul li {
    width: 49%;
  }
  .content-page .related-products ul li:nth-child(odd) {
    margin: 0 1% 20px 0;
  }
  .content-page .related-products ul li:nth-child(even) {
    margin: 0 0 20px 1%;
  }
  .content-page form .form-button.f-pass {
    float: none;
    margin: 0;
    margin-bottom: 80px;
  }
  .checkout .progress {
    color: #434341;
    margin-bottom: 10px;
  }
  .checkout .progress > div {
    float: none;
    width: 100%;
    background-size: 100% 10px;
  }
  .checkout .progress > div.current {
    background-size: 100% 10px;
  }
  .checkout .actions .form-button.your-details.is-next,
  .checkout .actions .form-button.your-details.is-next:hover,
  .checkout .actions .form-button.continue.is-next,
  .checkout .actions .form-button.continue.is-next:hover {
    background-position: -546px -290px;
    width: 99px;
  }
  .checkout .actions .form-button.back {
    background-position: -183px -440px;
    width: 99px;
  }
  .checkout .actions .form-button.back:hover {
    background-position: -183px -390px;
  }
  .checkout .control-group select {
    width: 175px;
  }
  .checkout .control-group input[type=text],
  .checkout .control-group input[type=password],
  .checkout .control-group input[type=email] {
    width: 170px;
  }
  .checkout .control-group.mailing-list-field label {
    width: 180px;
  }
  .checkout .control-group.mailing-list-field select {
    width: 75px;
  }
  .checkout .basket-items article {
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .checkout .basket-items h4 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 3px;
    font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  }
  .checkout .basket-items .options {
    margin-bottom: 8px;
  }
  .checkout .basket-items .button-style2 {
    float: none;
    margin-top: 2px;
    margin-left: 0px;
  }
  .checkout .basket-items .price {
    float: right;
  }
  .checkout .basket-items .item-details {
    overflow: hidden;
    text-align: center;
  }
  .checkout .basket-details .promo {
    border-top: 1px solid #cf0;
    border-bottom: 1px solid #cf0;
    padding: 8px 0 10px 0;
    overflow: hidden;
    text-align: center;
  }
  .checkout .basket-details .promo strong {
    float: left;
    text-transform: uppercase;
    font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  }
  .checkout .basket-details .promo .button-style2 {
    float: none;
    margin-top: 2px;
    margin-left: 0px;
  }
  .checkout .basket-details .promo input#promo_code {
    float: right;
    width: 50px;
    padding: 2px 4px 1px 5px;
  }
  .checkout .basket-details .subtotal,
  .checkout .basket-details .shipping,
  .checkout .basket-details .tax,
  .checkout .basket-details .total {
    overflow: hidden;
    margin-bottom: 12px;
  }
  .checkout .basket-details .subtotal strong,
  .checkout .basket-details .shipping strong,
  .checkout .basket-details .tax strong,
  .checkout .basket-details .total strong {
    float: left;
    text-transform: uppercase;
    font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  }
  .checkout .basket-details .subtotal span,
  .checkout .basket-details .shipping span,
  .checkout .basket-details .tax span,
  .checkout .basket-details .total span {
    float: right;
  }
  .checkout .basket-details .shipping,
  .checkout .basket-details .tax {
    padding: 10px 0;
    border-bottom: 1px solid #cf0;
  }
  .checkout .basket-details .total {
    color: #cf0;
    font-size: 21px;
    font-family: 'Helvetica W01 Bd Cn', Helvetica, Arial, sans-serif;
  }
  .checkout .login,
  .checkout .customer-details {
    width: 100%;
    float: none;
  }
  .checkout .login h3.title-style,
  .checkout .customer-details h3.title-style {
    font-size: 23px;
  }
  .checkout .login h3.title-style strong,
  .checkout .customer-details h3.title-style strong {
    height: 19px;
  }
  .checkout .shipping-confirm,
  .checkout .billing-confirm {
    float: none;
    width: 100%;
  }
  .basket-items p {
    overflow: hidden;
  }
  .secondarypromos ul {
    height: auto;
  }
  .secondarypromos ul li {
    margin-left: 6%;
    width: 47%;
  }
  .secondarypromos ul li:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .secondarypromos ul li img {
    width: 100%;
  }
  .secondarypromos ul li strong img {
    width: auto;
  }
  .secondarypromos ul li h3 {
    width: 100%;
    padding-right: 0;
  }
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
*/
/* CSS for lens */
.cloudzoom-lens {
  border: none;
  border: 5px solid #888;
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
  border: 1px solid #888;
  width: 500px;
  height: 200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
}
/* CSS for captions */
.cloudzoom-caption {
  display: none;
  /* CSS captions should be hidden initially */
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}
/* A blank image */
.cloudzoom-blank {
  background-image: url(../images/blank.png);
}
/* The animated ajax loading image */
.cloudzoom-ajax-loader {
  background-image: url(../images/ajax-loader-32.gif);
  width: 32px;
  height: 32px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
