/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: 'tradegothic';
  src: url('../fonts/trade_gothic-webfont.eot');
  src: url('../fonts/trade_gothic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/trade_gothic-webfont.woff') format('woff'),
       url('../fonts/trade_gothic-webfont.ttf') format('truetype'),
       url('../fonts/trade_gothic-webfont.svg#tradegothicmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tradegothic';
  src: url('../fonts/trade_gothic_bold-webfont.eot');
  src: url('../fonts/trade_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/trade_gothic_bold-webfont.woff') format('woff'),
       url('../fonts/trade_gothic_bold-webfont.ttf') format('truetype'),
       url('../fonts/trade_gothic_bold-webfont.svg#tradegothicbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  min-width: 960px;
  color: #6d6867;
  font-size: 13px;
  line-height: 1.385;
  background: url(../img/bg.png) repeat center top;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin: 0 0 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'tradegothic', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.143;
  text-transform: uppercase;
}

h4, h5, h6 {
  line-height: 1.2;
}

h1 { font-size: 28px; }
h2 { font-size: 23px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

menu, ul, ol {
  padding: 0 0 0 24px;
}

ol li {
  margin: 0 0 18px;
}

a {
  color: #cc6a2c;
  text-decoration: none;
}

a:hover {
  color: #402522;
  text-decoration: underline;
}

/*
 * inner
 */

.inner {
  width: 960px;
  margin: 0 auto;
}

/*
 * header
 */

.header {
  position: relative;
  background: #fff;
  z-index: 100;
}

.header .inner {
  position: relative;
  height: 165px;
}

/*
 * logo
 */

.logo {
  position: absolute;
  top: 40px;
  left: 10px;
}

/*
 * menu
 */

.menu {
  margin: 0;
  padding: 0;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
}

.menu > li {
  float: left;
  position: relative;
}

.menu > li > a {
  display: block;
  position: relative;
  padding: 16px 10px;
  color: #402522;
  z-index: 10;
}

.menu > li.air-volution > a {
  color: #5f6736;
}

.menu > li > a:hover,
.menu > li.current > a {
  color: #cc6a2c;
  text-decoration: none;
}

.menu > li:hover .submenu {
  display: block;
}

/*
 * submenu
 */

.menu .submenu {
  display: none;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -31px;
  padding: 14px 20px 20px;
  font-size: 15px;
  background: #402522;
  background: rgba(64, 37, 34, 0.8);
}

.menu .submenu:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 20px;
  width: 21px;
  height: 11px;
  background: url(../img/submenu-arrow.png) no-repeat 0 0;
}

.menu .submenu > li > a {
  display: block;
  width: 200px;
  padding: 5px 0;
  color: #9f9190;
  white-space: nowrap;
  border-bottom: 1px solid #66504e;
}

.menu .submenu > li > a:hover,
.menu .submenu > li.current > a {
  color: #fff;
  text-decoration: none;
  border-bottom-color: #fff;
}

/*
 * primary nav
 */

.primary-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}

.primary-nav .menu {
  font-size: 18px;
  line-height: 1;
}

.primary-nav .menu > li {
  margin-right: 10px;
}

/*
 * secondary nav
 */

.secondary-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.lt-ie8 .secondary-nav {
  width: 240px;
}

.secondary-nav .menu {
  float: right;
}

.secondary-nav .menu > li {
  margin-left: 5px;
}

.secondary-nav .menu > li:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 19px;
  width: 1px;
  height: 10px;
  background: #402522;
}

.secondary-nav .menu > li:first-child:before {
  display: none;
}

.secondary-nav .menu .submenu {
  margin-left: -210px;
}

.secondary-nav .menu .submenu:before {
  right: 20px;
  left: auto;
}

/*
 * tertiary nav
 */

.tertiary-nav {
  position: absolute;
  top: 45px;
  right: 0;
}

.tertiary-nav .menu > li {
  margin-left: 5px;
}

.tertiary-nav .menu > li:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 19px;
  width: 1px;
  height: 10px;
  background: #402522;
}

.tertiary-nav .menu > li:first-child:before {
  display: none;
}

.tertiary-nav .highlight {
  color: #cc6a2c;
}

/*
 * search form
 */

.search-form {
  position: absolute;
  top: 22px;
  right: 10px;
}

.search-form input[type="text"] {
  float: left;
  width: 200px;
  font-family: 'tradegothic', Arial, sans-serif;
  background: #f1f1f1;
  border: none;
}

.search-form input[type="submit"] {
  float: left;
  width: auto;
  height: 23px;
  padding: 0 10px;
  color: #b3b3b3;
  background: #f1f1f1;
  border: none;
}

.search-form input[type="submit"]:hover {
  color: #4d4d4d;
  background: #f1f1f1;
}

/*
 * banner
 */

.banner {
  position: relative;
  overflow: hidden;
  height: 550px;
  background: #fff;
  
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

.banner.video {
  height: auto;
}

.banner.video iframe {
  display: block;
}


/*
 * slides
 */

.slide {
  position: relative;
  height: 550px;
}

.slide .link {
  display: block;
}

.slide .image {
  display: block;
}

.slide .title {
  position: absolute;
  bottom: 26px;
  left: 24px;
  width: 680px;
  margin: 0;
  color: #fff;
  font-size: 39px;
  line-height: 42px;
  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.slide.airvolution .title {
  top: 80px;
  bottom: auto;
  left: 30px;
  width: 580px;
  font-size: 52px;
  line-height: 56px;
}

/*
 * slides nav
 */

.slides-nav {
  position: absolute;
  bottom: 16px;
  right: 14px;
  z-index: 10;
}

.slides-nav a {
  float: left;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-align: left;
  text-indent: -999em;
  background: url(../img/slides-nav.png) no-repeat 0 0;
}

.slides-nav a:hover {
  background-position: 0 -30px;
}

.slides-nav .next {
  background-position: -30px 0;
}

.slides-nav .next:hover {
  background-position: -30px -30px;
}

/*
 * wrapper
 */

.wrapper {
  margin: 0 0 -50px;
}

.lt-ie8 .wrapper {
  margin: 0 0 50px;
}

.wrapper .inner {
  padding: 0 0 125px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

.lt-ie8 .wrapper .inner {
  padding: 0 0 25px;
}

/*
.home .wrapper .inner {
  overflow: visible;
  background: none;
  
  -webkit-box-shadow: none;
          box-shadow: none;
}
*/

/*
 * main
 */

.main {
  padding: 30px 30px 24px;
}

.page-product .main {
  padding: 32px 24px 24px;
}

.main img {
  max-width: 100%;
}

/*
 * out of stock message
 */

.out-of-stock-message {
  color: #f00;
}

/*
 * page title
 */

.page-title {
  padding: 0 0 3px;
  color: #402522;
  border-bottom: 1px solid #d8d3d2;
}

.page-title span {
  display: block;
  padding: 0 0 13px;
  border-bottom: 1px solid #d8d3d2;
}

h1.page-title { line-height: 32px; }
h2.page-title { line-height: 28px; padding-top: 4px; }

.page-title.no-border {
  margin: 0 0 13px;
  padding: 0;
  border: none;
}

.page-title.no-border span {
  display: inline;
  padding: 0;
  border: none;
}

/*
 * page subtitle
 */

.page-subtitle {
  margin: 0 0 24px;
  color: #402522;
}

h1.page-subtitle { line-height: 32px; }
h2.page-subtitle { line-height: 28px; padding-top: 4px; }

/*
 * page title logo
 */

.page-title-logo {
  float: right;
  margin: -10px 0 0 10px;
}

/*
 * breadcrumbs
 */

.breadcrumbs {
  margin: 0 0 24px;
  padding: 0;
  color: #aaa;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 12px;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs a {
  color: #aaa;
}

.breadcrumbs a:hover {
  color: #402522;
}

/*
 * airvolution tab
 */

.tab.airvolution {
  position: relative;
  width: 450px;
  height: 76px;
  margin: -30px 0 30px -30px;
  padding: 40px 80px 0 30px;
  color: #fff;
  font-family: 'tradegothic', Arial, sans-serif;
  text-transform: uppercase;
  background: url(../img/tab-bg.png) no-repeat 0 0;
}

.tab.airvolution img {
  position: absolute;
  top: -150px;
  left: 30px;
}

/*
 * featured categories
 */

.featured-categories {
  margin: 24px 0 4px;
  padding: 0;
  list-style: none;
}

.featured-categories .category {
  float: left;
  padding: 0 10px 20px;
}

.featured-categories .link {
  display: block;
  position: relative;
  width: 300px;
  height: 220px;
  color: #fff;
  background: #fff;
  
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

.featured-categories .image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.featured-categories .title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 12px 14px 29px;
  background: url(../img/category-heading-bg.png) no-repeat center bottom;
}

/*
 * asides
 */

.asides {
  padding: 0 10px 25px;
}

.aside {
  float: left;
  width: 460px;
  margin: 0 20px 0 0;
  padding: 3px 0;
  border-top: 1px solid #d8d3d2;
  border-bottom: 1px solid #d8d3d2;
}

.aside.last {
  margin-right: 0;
}

/*
 * retailer search
 */

.retailer-search {
  height: 75px;
  margin: -18px 0 0;
  padding: 20px 10px;
  background: url(../img/retailer-search-bg.png) no-repeat right center;
}

.aside .retailer-search {
  margin: 0;
  background-image: url(../img/aside-retailer-search-bg.png);
  border-top: 1px solid #d8d3d2;
  border-bottom: 1px solid #d8d3d2;
}

.retailer-search .title {
  float: left;
  margin: 0;
  padding: 18px 0 0;
  color: #402522;
}

.retailer-search form {
  padding: 12px 10px 0;
}

.aside .retailer-search form {
  float: right;
}

.retailer-search input[type="text"] {
  float: left;
  width: 260px;
  padding: 5px;
  color: #8c7c7a;
  border: 1px solid #b2a7a6;
}

.aside .retailer-search input[type="text"] {
  width: 180px;
}

.retailer-search input[type="submit"] {
  float: left;
  width: 78px;
  height: 29px;
  padding: 0;
  background: #b2a7a6;
}

/*
 * retailers list
 */

.retailers-list {
  padding: 0;
  list-style: none;
}

.retailers-list .retailer {
  padding: 18px 0;
  border-top: 1px solid #d8d3d2;
}

.retailers-list .distance {
  float: right;
  margin: 0 0 18px 18px;
}

.retailers-list .title {
  margin: 0 0 8px;
}

.retailers-list .info {
  margin: 0;
}

/*
 * social share
 */

.social-share {
  height: 75px;
  padding: 20px 10px;
  background: url(../img/social-bg.png) no-repeat center center;
  border-top: 1px solid #d8d3d2;
  border-bottom: 1px solid #d8d3d2;
}

.social-share .title {
  float: left;
  margin: 0;
  padding: 12px 0 0 14px;
  color: #fff;
  font-size: 18px;
}

.social-share .social-links {
  float: right;
  margin: 0;
  padding: 14px 14px 0 0;
  list-style: none;
}

.social-share .social-links li {
  float: left;
  margin: 0 0 0 10px;
}

.social-share .social-links a {
  display: block;
  overflow: hidden;
  width: 38px;
  height: 38px;
  text-align: left;
  text-indent: -999em;
  background: url(../img/social-icons.png) no-repeat 0 0;
}

.social-share .social-links .facebook a { background-position:      0 0; }
.social-share .social-links .twitter a  { background-position:  -50px 0; }
.social-share .social-links .youtube a  { background-position: -100px 0; }

.social-share .social-links .facebook a:hover { background-position:      0 -50px; }
.social-share .social-links .twitter a:hover  { background-position:  -50px -50px; }
.social-share .social-links .youtube a:hover  { background-position: -100px -50px; }

/*
 * category logo
 */

.category-logo {
  float: right;
  margin: 0 0 12px 16px;
}

/*
 * product list
 */

.product-list .products {
  padding: 0;
  list-style: none;
}

.product-list .product .link {
  display: block;
  padding: 5px 25px 5px 0;
  color: #6d6867;
  background: url(../img/product-arrow.png) no-repeat right center;
  border-bottom: 1px solid #d8d3d2;
}

.product-list .product .link:hover {
  position: relative;
  color: #cc6a2c;
  text-decoration: none;
}

.product-list .product.current .link {
  color: #cc6a2c;
}

.product-list .product .title {
  margin: 0;
}

.product-list .product .info {
  display: none;
  position: absolute;
  top: -6px;
  left: -344px;
  width: 324px;
  min-height: 104px;
  background: #fff;
  border: 1px solid #808080;
}

.column.new-row .product-list .product .info {
  right: -344px;
  left: auto;
}

.product-list .product .link:hover .info {
  display: block;
}

.product-list .product .info:before {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 20px;
  height: 41px;
  background: url(../img/tooltip-arrow.png) no-repeat right center;
}

.column.new-row .product-list .product .info:before {
  right: auto;
  left: -21px;
  background-position: left center;
}

.product-list .product .full-title {
  margin: 0;
  padding: 12px 20px 22px;
  color: #fff;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../img/tooltip-heading-bg.png) no-repeat center bottom;
}

.product-list .product .image {
  padding: 20px 20px 40px;
}

.product-list .product .more {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #4d4d4d;
  font-size: 11px;
  text-transform: uppercase;
}

.product-list .show-all-link {
  display: block;
  padding: 8px 0;
}

/*
 * product primary
 */

.shop-product .primary {
  float: left;
  width: 444px;
}

/*
 * product secondary
 */

.shop-product .secondary {
  float: right;
  width: 444px;
}

/*
 * product image
 */

.product-image {
  margin: 0 0 32px;
  padding: 16px;
  background: #fff;
}

.product-image .price {
  margin: 0 0 12px;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

/*.product-image .price.sale {
  color: #f00;
}*/

.product-image .price .old {
  color: #6d6867;
}

.product-image .image {
  display: block;
  float: left;
  margin: 14px 0 0 14px;
}

.product-image .image.large {
  float: none;
  margin: 0;
}

.product-image .image.new-row {
  clear: left;
  margin-left: 0;
}

/*
 * related products list
 */

.related-products-list {
  position: relative;
  margin: 0 0 32px;
  padding: 16px 31px;
  background: #fff;
}

.related-products-list .jcarousel {
  position: relative;
  overflow: hidden;
  width: 381px;
  height: 88px;
  border-left: 1px solid #f1f1f1;
}

.related-products-list .products {
  position: absolute;
  width: 20000em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-products-list .product {
    float: left;
}

.related-products-list .product .link {
  display: block;
  color: #6d6867;
  border-right: 1px solid #f1f1f1;
}

.related-products-list .product .link:hover {
  color: #cc6a2c;
  text-decoration: none;
}

.related-products-list .product .title {
  min-height: 24px;
  margin: 0;
  padding: 0 7px;
  font-size: 11px;
  line-height: 12px;
}

.related-products-list .product .image {
  display: block;
  padding: 0 13px 4px;
}

.related-products-list .jcarousel-prev,
.related-products-list .jcarousel-next {
  position: absolute;
  overflow: hidden;
  top: 49px;
  left: 4px;
  width: 22px;
  height: 22px;
  text-align: left;
  text-indent: -999em;
  background: url(../img/jcarousel-prev-arrow.png) no-repeat 0 0;
  outline: none;
}

.related-products-list .jcarousel-next {
  right: 4px;
  left: auto;
  background-image: url(../img/jcarousel-next-arrow.png);
}

.related-products-list .jcarousel-prev:hover,
.related-products-list .jcarousel-next:hover {
  background-position: 0 -25px;
}

.related-products-list .jcarousel-prev.inactive,
.related-products-list .jcarousel-next.inactive {
  background-position: 0 -50px;
  cursor: default;
}

/*
 * product details
 */

.product-details {
  padding: 16px;
  background: #fff;
}

/*
 * add to cart controls
 */

.add-to-cart-controls {
  margin: 0 0 18px;
  padding: 0 0 3px;
  font-family: 'tradegothic', Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d3d2;
}

.add-to-cart-controls .pad {
  height: 36px;
  padding: 0 0 9px;
  border-bottom: 1px solid #d8d3d2;
}

.add-to-cart-controls .login {
  display: block;
  padding: 0 35px 0 0;
  color: #6d6867;
  background: url(../img/icon-checkout.png) no-repeat right center;
}

.add-to-cart-controls .login:hover {
  color: #cc6a2c;
  text-decoration: none;
}

.add-to-cart-controls .login .highlight {
  display: block;
  color: #cc6a2c;
}

.add-to-cart-controls .qty {
  float: left;
  padding: 7px 0 6px 0;
}

.add-to-cart-controls .qty span {
  padding: 0 4px 0 0;
  vertical-align: middle;
}

.add-to-cart-controls .qty input[type="text"] {
  width: 100px;
}

.add-to-cart-controls .add-to-cart {
  float: right;
  height: 36px;
  padding: 0 32px 0 0;
  color: #cc6a2c;
  background: url(../img/icon-basket.png) no-repeat right center;
}

.add-to-cart-controls .add-to-cart:hover {
  text-decoration: underline;
  background: url(../img/icon-basket.png) no-repeat right center;
}

.add-to-cart-controls .checkout {
  float: right;
  margin: 0 0 0 20px;
  padding: 9px 32px 9px 0;
  color: #cc6a2c;
  background: url(../img/icon-checkout.png) no-repeat right center;
}

/*
 * availability
 */

.availability {
  margin: 0 0 18px;
  padding: 0 0 3px;
  border-bottom: 1px solid #d8d3d2;
}

.availability .pad {
  border-bottom: 1px solid #d8d3d2;
}

/*
 * customer service
 */

.customer-service {
  margin: 0 0 22px;
  padding: 12px 12px 36px;
  background: url(../img/customer-service-bg.png) no-repeat center bottom;
}

.customer-service a {
  display: inline-block;
  margin: 0 12px 4px 0;
  padding: 4px 0 4px 26px;
  color: #6d6867;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.customer-service .warranty {
  background: url(../img/warranty-icon.png) no-repeat left center;
}

.customer-service .care-guide {
  background: url(../img/care-guide-icon.png) no-repeat left center;
}

.customer-service .instructions {
  background: url(../img/instructions-icon.png) no-repeat left center;
}

/*
 * social share links
 */

.social-share-links {
  clear: right;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-share-links li {
  float: left;
  margin: 0 0 0 10px;
}

/*
 * grouped products
 */

.grouped_products {
  margin: 0 0 18px;
  padding: 0 0 3px;
  border-bottom: 1px solid #d8d3d2;
}

.grouped_products ul {
  margin: 0;
  padding: 0 0 18px;
  color: #999;
  font-size: 12px;
  list-style: none;
  border-bottom: 1px solid #d8d3d2;
}

.grouped_products li {
  margin: 0 0 6px;
  padding: 0 0 0 24px;
  background: url(../img/icon-grouped-product.png) no-repeat 0 center;
  cursor: pointer;
}

.grouped_products li:hover,
.grouped_products li.current {
  color: #cc6a2c;
  background-image: url(../img/icon-grouped-product-current.png);
}

/*
 * gallery list
 */

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

.gallery-list .gallery-item {
  float: left;
  width: 288px;
  margin: 0 0 30px 18px;
}

.gallery-list .gallery-item.new-row {
  clear: left;
  margin-left: 0;
}

.gallery-list .link {
  display: block;
  color: #6d6867;
}

.gallery-list .link:hover {
  color: #cc6a2c;
  text-decoration: none;
}

.gallery-list .image {
  display: block;
}

.gallery-list .title {
  margin: 0;
  padding: 7px 26px 7px 0;
  text-transform: none;
  background: url(../img/product-arrow.png) no-repeat right center;
  border-bottom: 1px solid #6d6867;
}

/*
 * press page
 */

.press-advertising {
  float: left;
  width: 703px;
  padding: 0 3px 0 0;
  border-right: 1px solid #d8d3d2;
}

.press-advertising .pad {
  padding: 0 30px 0 0;
  border-right: 1px solid #d8d3d2;
}

.press-advertising .gallery-list .gallery-item {
  width: 136px;
}

.press-advertising .gallery-list .link {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.press-videos {
  float: left;
  width: 225px;
  margin: 0 0 0 -5px;
  padding: 0 3px;
  border-right: 1px solid #d8d3d2;
  border-left: 1px solid #d8d3d2;
}

.press-videos .pad {
  padding: 0 30px;
  border-right: 1px solid #d8d3d2;
  border-left: 1px solid #d8d3d2;
}

.press-videos .gallery-list .gallery-item {
  width: 163px;
}

.press-press {
  float: left;
  width: 194px;
  margin: 0 0 0 -5px;
  padding: 0 0 0 3px;
  border-left: 1px solid #d8d3d2;
}

.press-press .pad {
  padding: 0 0 0 30px;
  border-left: 1px solid #d8d3d2;
}

.press-press .gallery-list .gallery-item {
  width: 163px;
}

/*
 * retailers
 */

.retailers .gallery-list .gallery-item {
  width: 112px;
}

/*
 * subscription type selector
 */

.subscription-type-selector {
  float: left;
  width: 320px;
  margin: 0 40px 0 0;
}

.subscription-type-selector label {
  display: block;
  margin: 0 0 16px;
  color: #cc6a2c;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.subscription-type-selector select {
  width: 100%;
}

/*
 * subscription forms
 */

.subscription-forms {
  float: left;
  width: 320px;
  padding: 12px 0 0;
}

/*
 * data tables
 */

.data_table {
  width: 100%;
  margin: 0 0 24px;
}

.data_table th,
.data_table td {
  padding: 16px 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d8d3d2;
}

.data_table thead th,
.data_table thead td {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #402522;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #d8d3d2;
}

.data_table .spacer th,
.data_table .spacer td {
  padding-top: 0;
  padding-bottom: 0;
}

.data_table .right {
  text-align: right;
}

.data_table .product a {
  display: block;
  color: #999;
}

.data_table .product a:hover {
  color: #cc6a2c;
  text-decoration: none;
}

.data_table .product img {
  float: left;
}

.data_table .product .description {
  margin-left: 130px;
  font-size: 12px;
}

.data_table .product .description strong {
  color: #cc6a2c;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.data_table .delete_row {
  display: block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  background: url(../img/icon-remove.png) no-repeat 0 0;
}

.data_table .delete_row:hover {
  background-position: 0 -23px;
}

.data_table .right .delete_row {
  float: right;
}

.data_table input[type="text"] {
  width: 50px;
}

.data_table .right input[type="text"] {
  text-align: right;
}

/*
 * quick order table
 */

.quick_order_table {
  width: 100%;
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 15px;
}

.quick_order_table th,
.quick_order_table td {
  padding: 5px 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d8d3d2;
}

.quick_order_table thead th,
.quick_order_table thead td {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #402522;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.quick_order_table .section th,
.quick_order_table .section td {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
  background-color: #d8d3d2;
}

.quick_order_table .subsection th,
.quick_order_table .subsection td {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
  background-color: #f3f0ef;
}

.quick_order_table .right {
  text-align: right;
}

.quick_order_table .product {
  padding-top: 0;
  padding-bottom: 0;
}

.quick_order_table .product .link {
  display: block;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}

.quick_order_table .product .link:hover .info {
  display: block;
}

.quick_order_table .product .info {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 324px;
  min-height: 104px;
  margin: -22px 0 0 10px;
  background: #fff;
  border: 1px solid #808080;
}

.quick_order_table .product .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -21px;
  width: 20px;
  height: 41px;
  background: url(../img/tooltip-arrow.png) no-repeat left center;
}

.quick_order_table .product .full-title {
  margin: 0;
  padding: 12px 20px 22px;
  color: #fff;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  background: url(../img/tooltip-heading-bg.png) no-repeat center bottom;
}

.quick_order_table .product .image {
  padding: 20px 20px 40px;
}

.quick_order_table .product .more {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #4d4d4d;
  font-size: 11px;
  text-transform: uppercase;
}

.quick_order_table .price {
  width: 130px;
}

.quick_order_table .price .old {
  color: #d8d3d2;
}

.quick_order_table .stock .unavailable {
  color: #f00;
}

.quick_order_table .qty {
  width: 40px;
  padding: 0;
  background-color: #f3f0ef;
}

.quick_order_table .qty input[type="text"] {
  width: 40px;
  height: 23px;
  padding: 3px 10px;
  text-align: right;
  background-color: #f3f0ef;
}

/*
 * quick order list
 */

#quick_order_list {
  position: relative;
  padding-top: 68px;
}

#quick_order_list .search {
  float: right;
  width: 248px;
  margin-top: 3px;
}

/*
 * quick order header
 */

.quick_order_header {
  position: absolute;
  top: -15px;
  right: -30px;
  left: -30px;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 30px 0;
}

.quick_order_header.is-fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.quick_order_header .page-title {
  margin: 0;
}

/*
 * quick order footer
 */
 
.quick_order_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #402522;
}

.quick_order_footer .quick_order_table {
  margin: 0;
}

.quick_order_footer .quick_order_table th,
.quick_order_footer .quick_order_table td {
  padding: 20px 10px;
  color: #fff;
  background-color: #402522;
  border-bottom: none;
  border-top: 1px solid #533b38;
}

.quick_order_footer a.button:hover,
.quick_order_footer span.button:hover,
.quick_order_footer input[type="submit"]:hover,
.quick_order_footer input[type="button"]:hover,
.quick_order_footer .button:hover {
  background: #cc6a2c;
}

/*
 * coupon code
 */

.coupon_code {
  float: left;
  padding: 10px;
  font-size: 12px;
}

.coupon_code h4 {
  margin: 0 0 2px;
}

.coupon_code label {
  display: block;
  margin: 0 0 12px;
}

.coupon_code input[type="text"] {
  width: 190px;
}

/*
 * totals table
 */

.totals_table {
  float: right;
  width: 300px;
  margin: 0 0 24px 40px;
}

.totals_table th,
.totals_table td {
  padding: 2px 10px;
  font-weight: normal;
  text-align: left;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: top;
}

.totals_table th {
  color: #402522;
}

.totals_table tfoot th,
.totals_table tfoot td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #d8d3d2;
}

.totals_table tr.first th,
.totals_table tr.first td {
  padding-top: 12px;
}

.totals_table tr.last th,
.totals_table tr.last td {
  padding-bottom: 12px;
}

.totals_table .spacer th,
.totals_table .spacer td {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #d8d3d2;
  border-bottom: 1px solid #d8d3d2;
}

.totals_table .right {
  text-align: right;
}

/*
 * controls
 */

.controls {
  clear: right;
  float: right;
  text-align: right;
}

/*
 * link list
 */

.link-list {
  float: left;
  width: 180px;
  margin: 0 40px 0 0;
}

.link-list ul {
  padding: 0;
  font-size: 12px;
  list-style: none;
}

.link-list ul li {
  margin: 0 0 6px;
  padding: 0 0 0 24px;
  background: url(../img/icon-grouped-product.png) no-repeat 0 center;
}

.link-list ul li a {
  color: #999;
}

.link-list ul li a:hover {
  color: #402522;
  text-decoration: underline;
}

.link-list ul li.current {
  background-image: url(../img/icon-grouped-product-current.png);
}

.link-list ul li.current a {
  color: #cc6a2c;
  text-decoration: none;
}

/*
 * link page content
 */

.link-page-content {
  float: left;
  width: 680px;
}

.account-billing-details {
  float: left;
  width: 320px;
  margin: 0 40px 0 0;
}

.account-shipping-details {
  float: left;
  width: 320px;
}

/*
 * checkout
 */

#checkout_progress {
  float: left;
  width: 180px;
  margin: 0 40px 0 0;
}

#checkout_progress ul {
  padding: 0;
  color: #999;
  font-size: 12px;
  list-style: none;
}

#checkout_progress ul li {
  margin: 0 0 6px;
  padding: 0 0 0 24px;
  background: url(../img/icon-grouped-product.png) no-repeat 0 center;
}

#checkout_progress ul li.current {
  color: #cc6a2c;
  background-image: url(../img/icon-grouped-product-current.png);
}

#checkout_progress ul li .fake-link {
  cursor: pointer;
}

#checkout_progress ul li .fake-link:hover {
  color: #402522;
  text-decoration: underline;
}

#checkout_step {
  float: left;
  width: 680px;
}

/*
 * payment method
 */

.payment-method {
  float: left;
  width: 320px;
  padding: 10px;
}

/*
 * login
 */

#shop_login {
  float: left;
  width: 320px;
  margin: 0 40px 0 0;
}

#shop_signup {
  float: left;
  width: 500px;
}

/*
 * blog columns
 */

.one-third,
.two-third {
  float: left;
  margin: 0 18px 0 0;
}

.one-third.last,
.two-third.last {
  margin-right: 0;
}

.one-third { width: 288px; }
.two-third { width: 594px; }

/*
 * post list
 */

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

.post-list .post {
  padding: 0 0 18px;
}

/*
 * share this
 */

.share-this {
  padding: 0;
  line-height: 20px;
  list-style: none;
}

.share-this li {
  float: left;
  margin: 0 3px 0 0;
}

.share-this a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  background: url(../img/social-share-icons.png) no-repeat 0 0;
}

.share-this .facebook a    { background-position: 0 0; }
.share-this .google-plus a { background-position: 0 -20px; }
.share-this .pinterest a   { background-position: 0 -40px; }
.share-this .twitter a     { background-position: 0 -60px; }

/*
 * links
 */

.links {
  margin: 0;
  padding: 0 0 36px;
  list-style: none;
}

.links.archives {
  margin: 0;
  padding: 0 0 18px;
  font-weight: bold;
}

.links.archives li {
  padding: 0 0 18px;
}

.links.archives ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: italic;
  list-style: none;
}

.links.archives ul li {
  padding: 0;
}

.links.archives ul ul {
  font-style: normal;
}

/*
 * footer
 */

.footer {
  padding: 50px 0 0;
  background: url(../img/footer-bg.png) repeat-x center top;
}

.footer .pad {
  padding: 20px 0 40px;
  background: #402522;
}

/*
 * mailing list
 */

.mailing-list {
  float: left;
  padding: 40px 24px 0;
}

.mailing-list-btn {
  display: block;
  overflow: hidden;
  width: 285px;
  height: 53px;
  text-align: left;
  text-indent: -999em;
  background: url(../img/mailing-list-btn.png) no-repeat 0 0;
}

/*
 * site map
 */

.site-map {
  float: left;
  max-width: 320px;
  padding: 40px 24px 10px;
  border-right: 1px solid #533b38;
  border-left: 1px solid #533b38;
}

.site-map > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-map > ul > li {
  float: left;
  padding: 0 0 0 20px;
}

.site-map > ul > li:first-child {
  padding-left: 0;
}

.site-map > ul > li.air-volution {
  display: none;
}

.site-map > ul > li > a {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-family: 'tradegothic', Arial, sans-serif;
  text-transform: uppercase;
}

.site-map > ul > li > ul {
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
}

.site-map > ul > li > ul > li > a {
  display: block;
  color: #7a6665;
}

.site-map > ul > li > ul > li > a:hover {
  color: #fff;
}

/*
 * copyright
 */

.copyright {
  float: right;
  padding: 40px 24px 0 0;
  color: #fff;
  line-height: 1.1;
  text-align: right;
}

.copyright a {
  color: #7a6665;
}

.copyright a:hover {
  color: #fff;
}

.copyright small {
  font-size: 11px;
}

.copyright .dig a {
  float: right;
  padding: 10px 32px 10px 0;
  background: url(../img/dig.png) no-repeat right center;
}

/*
 * fb-root
 */

#fb-root {
  display: none;
}

/*
 * forms
 */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 310px;
  height: 17px;
  padding: 3px 5px;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 17px;
  background: #e6e6e6;
  border: none;
  vertical-align: middle;
}

textarea {
  height: auto;
}

select {
  width: 100%;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
textarea:disabled {
  color: #999;
}

/*
 * buttons
 */

a.button,
span.button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  padding: 3px 16px;
  color: #fff;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background: #cc6a2c;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}

a.button.light,
span.button.light,
input[type="submit"].light,
input[type="button"].light {
  background: #ccc;
}

a.button:hover,
span.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.copy-billing-info-button .button:hover {
  text-decoration: none;
  background: #402522;
}

.copy-billing-info-button {
  height: 23px;
  margin: 0 0 18px;
  padding: 23px 0 0;
}

/*
 * note
 */

.note {
  margin: 18px 0;
  font-size: 12px;
}

/*
 * post comments
 */

.post-comments {
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
  border-top: 1px solid #d8d3d2;
  border-bottom: 1px solid #d8d3d2;
}

.post-comments .comment {
  margin: 0 0 3px;
  padding: 16px 0;
  border-top: 1px solid #d8d3d2;
  border-bottom: 1px solid #d8d3d2;
}

.post-comments .comment .comment-meta {
  margin: 0 0 16px;
  font-size: 12px;
  font-style: italic;
}

.post-comments .comment .comment-content {
  margin: 0;
}

/*
 * form fields
 */

form .field {
  clear: left;
}

form .field label {
  display: block;
  margin: 0 0 6px;
  color: #402522;
  font-family: 'tradegothic', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

form .field label .comment {
  display: block;
  color: #999;
  font-style: italic;
  text-transform: none;
}

form .field.left,
form .field.right {
  float: left;
  width: 150px;
  margin-right: 20px;
}

form .field.right {
  clear: none;
  margin-right: 0;
}

form .field.left input[type="text"],
form .field.left input[type="password"],
form .field.left input[type="email"],
form .field.left textarea,
form .field.right input[type="text"],
form .field.right input[type="password"],
form .field.right input[type="email"],
form .field.right textarea {
  width: 140px;
}

form .field.checkbox input[type="checkbox"] {
  float: left;
  margin: 0 8px 0 0;
}

form .field.checkbox label {
  text-transform: none;
}

.form {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.form .field {
  clear: left;
  margin: 0 0 18px;
}

.form .checkbox {
  margin: 0 0 8px;
}

.form .checkbox .container {
  float: left;
  margin: 0 8px 0 0;
}

.form .checkbox label {
  text-transform: none;
}

/*
 * columns
 */

.column {
  float: left;
  width: 390px;
  margin: 0 0 0 30px;
  padding: 0 45px 0 0;
}

.column.new-row {
  clear: left;
  margin-left: 0;
}

.column.wide {
  width: 435px;
  padding-right: 0;
}

/*
 * lowercase
 */

.lowercase {
  text-transform: none;
}

/*
 * alert bar
 */

.jbar {
  position: fixed;
  width: 100%;
  background: #444;
  z-index: 999;
  
  opacity: 0.95;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.jbar-content {
  display: block;
  padding: 15px 18px 18px;
  color: #eee;
  text-align: center;
}

.jbar.success {
  background-color: #cc6a2c;
}

.jbar.error {
  background-color: #ee3224;
}

.jbar.success .jbar-content,
.jbar.error .jbar-content {
  color: #fff;
}

/*
 * flash message
 */

.flash {
  padding: 15px;
  color: #fff;
  background: #444;
}

.flash.success {
  background-color: #cc6a2c;
}

.flash.error {
  background-color: #ee3224;
}

.flash a {
  color: #fff;
  text-decoration: underline;
}

#air-volution-popup {
  width: 960px;
  background-color: #fff;
}

#air-volution-popup .popup-content {
  min-height: 260px;
  padding: 24px 374px 16px 34px;
  background: url(/resources/images/air-volution-popup-tent.jpg) no-repeat right top;
}

#air-volution-popup .popup-heading {
  color: #000;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -.05em;
  text-transform: none;
}

#air-volution-popup form .field {
  float: left;
  width: 320px;
  margin-right: 30px;
}

#air-volution-popup form .submit {
  clear: none;
  float: left;
  margin-top: 22px;
}

#air-volution-popup form select {
  width: 320px;
}

/*
 * stockist-details
 */

.stockist-details {
  margin: 0 0 36px;
}

.stockist-details:before,
.stockist-details:after {
  content: " ";
  display: table;
}

.stockist-details:after {
  clear: both;
}

.stockist-details dt {
  float: left;
  clear: left;
  width: 80px;
  margin: 0 10px 6px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.stockist-details dd {
  float: left;
  width: 300px;
  margin: 0 0 6px;
}

/*
 * stockist-image
 */

.stockist-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 36px;
}

.stockist-columns {
  padding: 10px 0 0;
}

.stockist-columns .column {
  width: 435px;
  padding-right: 0;
}

.stock-disclaimer {
  margin: 0 0 36px;
}














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

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

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}