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

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

html,
button,
input,
select,
textarea {
    color: #666;
}

body {
    font-size: 12px;
    line-height: 1.4;
	color: #666;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

@import url(//fonts.googleapis.com/css?family=Lato);

* { margin:0; padding:0; }

html, body, #wrap { height: 100%; }

body > #wrap {height: auto; min-height: 100%;}

body {
  background: #fff;
  margin: 0;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}
.product-view .price-box .price,
.map-popup-price .price,
.map-popup-msrp .price,
h1,
h2,
.section-title,
.products-list .product-name,
.products-grid .product-name,
h3.product-name,
#mobnav-trigger,
#nav > li > a,
#nav.wide ul.level0 > li > a,
.vertnav-top li a, .block .block-title,
#opc-login h3,
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,
.product-view .box-reviews dt .heading,
.footer .heading,
.slide .caption h2,
.slide .caption h3,
.main-font,
html,
button,
input,
select,
textarea {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}
h1 {
  font-size: 1.6667em;
}
button.button span span {
  line-height: 1.8em;
}
.searcharea button.button span span {
  height: 28px;
  line-height: 28px;
}
.cart-table tfoot button span span,
button.button span span {
  padding-top: 5px;
  height: 25px;
}
.cart-table tfoot button span span {
  padding-top: 10px;
}
#search_mini_form button.button span span {
  padding-top: 0px;
}
button.button.btn-checkout.btn-proceed-checkout span span {
  padding-top: 10px;
  height: 27px;
  padding-bottom: 3px;
}
button.button.btn-checkout span span {
  padding-bottom: 0;
}
.customer-account-login button.button span span,
.customer-account-create button.button span span {
  line-height: 1.6em;
  text-transform: uppercase;
  font-size: 1.1em;
}
li {
  list-style-type: none;
}
header > div, section, footer ul {
  margin: 0 auto;
  width: 1000px;
}
footer > p {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
header {
  width: 100%;
  background: #000;
  border-bottom: #fff 20px solid;
}
header h1 {
  margin: .5em 0;
  width: 28%;
  float: left;
  /*margin-left:10px;*/
}
/*header h1 a {*/
  /*text-indent: -9999em;*/
  /*background: url(../images/logo-registered.png);*/
/*}*/
header #top_bar {
  top: 10px;
  float:right;
  position: relative;
  right: 1.1em;
}
header #top_bar .links {
  float:left;
  margin-top: 6px;
  margin-left: 15px;
}
header #top_bar .links li a {
  font-size: .8333em;
}
header #top_bar form {
	float:left;
}
header #top_bar #signup-button {
  text-indent: -9999em;
  background: url(../images/icons-shoppingbag-signup.png) -20px 0 no-repeat;
  height: 20px;
  width: 26px;
  border: 0;
}
header #top_bar #shopping-bag {
  display: inline-block;
  width: 20px;
  background: url(../images/icons-shoppingbag-signup.png) no-repeat;
  height: 16px;
  margin-left: 10px;
  margin-top: 10px;
}
header #top_bar #shopping-bag #shopping-bag-count {
  font-size: 0.9em;
  margin-top: 2px;
  display: block;
  text-align: center;
  width: 20px;
}
header nav {
  margin-bottom: 0;
  margin-top: 0.2em;
  position: relative;
  float: right;
}
header nav ul {
  width: 100%;
  /*padding-left: 1em;*/
  margin: 0 0 0;
}
header div#mobile_menu {
  display: none;
}
header #top_bar fieldset {
  display: inline-block;
  margin-top: 7px;
}
header #top_bar input.input-text {
  padding: 2px 2px;
}
header #top_bar input.input-text#newsletter {
  font-size: .8em;
}
header #top_bar .validation-advice {
  position: absolute;
  float: none;
  width: 500px;
  left: 0;
}

header #top_bar label {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  padding-right: 1em;
}
header ul a {
  display: inline-block;
  /*width: 100%;*/
  height: 100%;
  text-decoration: none;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  padding: 1.6em 0;
}
.catalog-category-view header nav ul a#top-nav-shop,
.catalog-product-view header nav ul a#top-nav-shop,
.cms-storelocator header nav ul a#top-nav-stores,
.cms-our-story header nav ul a#top-nav-story,
.cms-press header nav ul a#top-nav-press,
.cms-shows header nav ul a#top-nav-shows,
header nav ul a:hover {
  text-decoration: none;
  background: transparent url(../images/nav-indicator.png) no-repeat bottom center;
}
header a span {
  padding: 0 1.5em 0;
  
}
#menu-button {
  display: none;
}
body .main.container {
  border-bottom: 1px solid #ccc;
}
footer {
  background: #fff;
 /* height: 4em;*/
  float:left;
  width:100%;
}
footer ul {
  padding-left: 0;
}
footer > ul {
  clear: both;
}
footer ul li,
header nav ul li {
  float: left;
  height: 100%;
}
.last a span{ padding-right:0px;}
footer ul li span,
footer ul li a {
  display: block;
  color: #555;
  text-decoration: none;
  padding-right: 3em;
  font-size: .75em;
}
footer ul li {
  list-style-type: none;
  margin: 1em 0;
  width: 20%;
}
footer ul#footer-social-links li {
  width: 100%;
  height: auto;
}
footer ul li span,
footer ul li a {
  display: block;
  color: #888;
  text-decoration: none;
  padding-right: 2em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
footer ul li ul li a {
  color: #555;
  font-weight: normal;
  text-transform: none;
}
footer ul li ul li a:hover {
  text-decoration: underline;
}
footer ul li#footer-twitter,
footer ul li#footer-pinterest,
footer ul li#footer-instagram,
footer ul li#footer-facebook {
  width: 30px;
  margin: 0 .6em 0 0;
  float: left;
}
footer ul li#footer-twitter a {
  background: url(../images/twitter-icon.png) no-repeat;
}
footer ul li#footer-facebook a {
  background: url(../images/facebook-icon.png) no-repeat;
}
footer ul li#footer-pinterest a {
  background: url(../images/pinterest-icon.png) no-repeat;
}
footer ul li#footer-instagram a {
  background: url(../images/instagram-icon.png) no-repeat;
}
footer ul li#footer-instagram a,
footer ul li#footer-pinterest a,
footer ul li#footer-twitter a,
footer ul li#footer-facebook a {
  padding-right: 0;
  margin-right: .5em;
  text-indent: -9999em;
  display: block;
  width: 30px;
  height: 30px;
}
footer ul ul {
  width: 100%;
}
footer ul ul li {
  float: none;
  margin: .2em 0;
  font-size: .9166em;
  width: 100%;
}
#main {
  padding-bottom: 4em;
}  /* must be same height as the footer */

#footer {
  position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}
footer form {
  display: block;
  width: 220px;
  margin: 1em 0;
  float: left;
}
footer form label {
  display: block;
  font-weight: bold;
  color: #888;
  font-size: .75em;
  text-transform: uppercase;
}
footer form input {
  margin: 1em 0 0;
}
footer form input.input-text {
  padding: 5px 5px;
  width: 85%;
  clear: both;
}
footer form input#signup-button {
  display: block;
  clear: both;
}
footer p {
  font-size: .83333em;
  margin-bottom: 20px;
}
#footer-social-links {
  display: inline-block;
  width: 150px;
  height: 120px;
  margin-left: 35px;
}
.category-products .toolbar-bottom .toolbar {
  border-top: 0;
  border-bottom: 0;
}
.category-products .toolbar {
  border-bottom: 1px dashed #ddd;
}

.breadcrumbs ul {
  margin: 0 0;
}

.breadcrumbs li span {
  margin-top: 6px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Homepage styles */
.slideshow {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slideshow li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.slideshow li:first-child {
  position: relative;
  display: block;
  float: left;
}
.slideshow > li > img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  z-index: 1;
}
.slideshow > li > div.slide_overlay {
  position: absolute;
  top: 25%;
  left: 25%;
  z-index: 2;
  width: 50%;
  background: transparent url(../images/slide-text-bg.png);
}
.slideshow > li > div.slide_overlay h1 {
  margin: 1em 0 0;
}
.slideshow > li > div.slide_overlay h1,
.slideshow > li > div.slide_overlay h2,
.slideshow > li > div.slide_overlay p {
  text-align: center;
}
.slideshow > li > div.slide_overlay p a {
  background: #000;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: url(../images/shop-now.png);
  width: 127px;
  height: 31px;
  display: inline-block;
}
#cboxContent #cboxTitle {
  bottom: 40px;
  left: 10px;
  text-align: left;
}
#hp_blocks {
  width: 100%;
 /* height: 210px;*/
}
.hp_block {
  width: 32%;
  margin-right: 1.5%;
  height: 100%;
  float: left;
  background: #fff;
  position: relative;
}
#hp_block_3 {
  text-align: center;
  margin-right: 0;
}
.hp_block h2 {
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.1em;
}
#hp_block_2 h2 {
  margin: 0 2% inherit;
  text-align: center;
}
/* .hp_block a {
  display: block;
  bottom: 0;
  margin: 1em 2.25em;
  font-size: .75em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/arrows.png) right -22px no-repeat;
  padding-right: 1.5em;
  text-shadow: 0 2px 4px #444;
  text-decoration: none;
}
.hp_block#hp_block_2 a {
  color: #ff00f6;
  background: url(../images/arrows.png) right -2px no-repeat;
  text-shadow: 0 0 0;
  text-align: center;
} */
.hp_block img {
  width: 100%;
}
.hp_block#hp_block_2 img.with_text {
  width: 60%;
  display: inline-block;
}
/*Homepage social styles*/
#hp-social {
  text-align: center;
  height: 3em;
  background: #fff url(../images/bg-strip.gif) repeat-x center left;
  margin: 0 0;
  padding: 1em 0;
}
#hp-social p {
  text-align: center;
  background: #fff;
  margin: 3px auto;
  width: 100px;
  height: 3em;
}
#hp-social p a {
  display: inline-block;
  list-style-type: none;
  float: left;
  width: 33px;
  height: 33px;
  background: url(../images/social-sprite.png);
}
#hp-social p a.like{
  background-position: 0 0;
}
#hp-social p a.like:hover {
  background-position: 0 -32px;
}
#hp-social p a.facebook {
  background-position: -33px 0;
}
#hp-social p a.facebook:hover {
  background-position: -33px -32px;
}
#hp-social p a.pinterest {
  background-position: -66px 0;
}
#hp-social p a.pinterest:hover {
  background-position: -66px -32px;
}
#hp-social p a.youtube {
  background-position: -97px 0;
}
#hp-social p a.youtube:hover {
  background-position: -97px -32px;
}
#hp-social p a.twitter {
  background-position: -128px -1px;
}
#hp-social p a.twitter:hover {
  background-position: -128px -32px;
}
#hp-social p a.instagram {
  background-position: -159px 0;
}
#hp-social p a.instagram:hover {
  background-position: -159px -32px;
}

/*Subpage Styles*/
.subpage section {
  height: auto;
  background: #fff;
}
.subpage section h1 {
  padding: .5em 0;
  margin: 0 1em .75em;
  border-bottom: 1px solid #ccc;
  font-weight: 100;
  font-size: 2.875em;
}

.subpage section p {
  margin: 0 0 1.5em;
  font-family: Lato, sans-serif;
  font-size: .875em;
}
.subpage aside,
.subpage article {
  float: left;
}
.subpage aside {
  width: 33.3%;
}
.subpage aside img {
  width: 100%;
}
.subpage article {
  width: 66.6%;
}
.multicol_content{
  -moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	column-count: 2;
	column-gap: 1em;
  margin-bottom: 1em;
  /*margin: 0 3em 1.5em;*/
}
.cms-storelocator .col-left.grid-col2-sidebar,
.cms-our-story .col-left.grid-col2-sidebar {
  width: 45%;
}
.cms-storelocator .col-main.grid-col2-main,
.cms-our-story .col-main.grid-col2-main {
  width: 50%;
}

/*Shop Styles*/
.product-view .product-type-data .price-box {
  margin-top: 0;
  padding-top: 0;
}
.product-view .product-type-data .price-box {
  margin-top: 0;
  padding-top: 0;
}
.main-container .price-box .price {
  font-weight: bold;
  font-size: 16px;
}
p.product-image.zoom-inside {
  margin-top: 0;
}
div.container2-wrapper dl.last dd.last {
  float: left;
  width: 40%;
}
div.container2-wrapper dl.last dd.last .product-custom-option {
  padding: 3px;
}
.add-to-cart label {
  margin-right: 1.5em;
}
div.container2-wrapper dl.last dd.last .input-box select {
  width: 75%;
}
.product-options-bottom .button.btn-cart span span {
  width: 200px;
  min-width: 216px;
  padding: 0;
}
.product-options p.required {
  position: absolute;
  top: -62px;
  left: 20%;
  text-align: left;
}
.product-view .btn-cart span span {
  line-height: 2.5em;
  height: 2.5em;
  padding: 1px 13px;
  font-weight: bold;
  min-width: 230px;
}
.product-view .short-description {
  font-size: .875em;
  margin: 0 0;
}
.product-view .product-type-data,
.product-view .availability.in-stock {
  margin-top: 0;
}
.product-view .product-type-data .availability,
.product-view .product-type-data .price-box {
  padding-top: 10px;
  padding-bottom: 0;
  float: left;
  clear: both;
}
.product-view .product-type-data .availability {
  float: right;
}
.product-view .product-type-data .price-box {
  width: 100%;
  margin-bottom: 2em;
}
.add-to-cart .qty-wrapper {
  margin-bottom: .5em;
}
.add-to-cart input.qty,
.add-to-cart .qty-wrapper {
  float: none;
}
.box-additional .add-to-cart label {
  line-height: 1.2em;
}
.add-to-cart label {
  line-height: 2em;
}
.product-view .add-to-cart {
  margin-top: .5em;
}
input.input-text.qty {
  width: 2em;
  padding: 0px 0px;
  margin-top: 2px;
}
.products-list .right-column > p {
  display: none;
}
.product-shop .email-friend {
  margin-top: 0;
}
.product-view .product-shop .product-name {
  margin-bottom: 0;
}
.product-view .product-type-data .price-box {
  border-top: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.add-to-cart button.btn-cart {
  float: left;
  clear: both;
  margin: 1em 0 3em;
}
.ratings,
.no-rating {
  margin-top: 0;
  font-size: 1em;
}
.product-view .product-shop .product-name h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.product-shop .extradesc,
.product-shop .extradesc p {
  width: auto;
}
.product-shop .extradesc {
  position: absolute;
  right: 100px;
  bottom: 156px;
  color: red;
  font-style: italic;
}
.gen-slider-arrows1-pos-top-right .direction-nav {
  top: -50px;
}
.products-list .product-name,
.products-grid .product-name {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.main-container .price-box .price {
  font-size: 1em;
  color: #333;
}
ul.itemgrid-3cols li.item:hover,
ul.itemgrid-3cols li.item {
  width: 25%;
  margin: 0 2%;
  padding: 0 2%;
}
ul.itemgrid-3cols li.item:hover {
  margin:  0 2%;
}
.category-products .category-products-grid.hover-effect .item:hover {
  margin:  0 2%;
}
input[type="text"],
select,
textarea {
  color: #999;
}
button,
input[type="submit"]{
  color: #666;
}
footer form input#signup-button {
  padding: 2px 4px;
}
input#search {
  padding: 5px 4px;
  margin-right: 5px;
}
.block .block-title,
.section-title,
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2 {
  font-size: 1.33em;
}
.sorter .sort-by,
.sorter .limiter {
  margin-top: 1em;
  margin-bottom: 1em;
}
.block .block-title,
.section-title,
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2 {
	font-size: 1.1666em; /*14px*/
}
.products-list li.item ,
.category-products-grid .item {
	border-bottom: 1px solid #e5e5e5;
	border-top: 0px;
	/*margin-bottom:10px;*/
}
.error-msg {
	background-color:#eee;
	color:#000;
}
.success-msg {
	background-color: #eee;
	background-image:url(../images/i_msg-success.png);
	color:#000;
}
.my-igallery-grid li {
  display: inline-block;
}
.igallery-toolbar {
  border-top: 0;
}

.cms-store-locator .std p {
  float: left;
  width: 30%;
  margin-right: 3%;
  height: 100px;
}

.cms-store-locator .std p.medium {
  height: 170px;
}
.cms-store-locator .std p.tall {
  height: 200px;
}

.cms-store-locator .std h3,
.cms-store-locator .std h4 {
  clear: both;
}
.cms-store-locator .std h4 {
  text-transform: uppercase;
  text-decoration: underline;
}

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

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
   
   
/*
 * Image replacement
 */

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

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

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

.hidden {
    display: none !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 the more views extension */
.more-views ul li {
	float: left;
	margin-right: 10px;
}


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

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 1280px)  {
  ul.itemgrid-3cols li.item:hover,
  ul.itemgrid-3cols li.item {
    width: 19%;
    margin: 0 1%;
  }
  ul.itemgrid-3cols li.item:hover {
    margin:  0 2%;
  }
  .category-products .category-products-grid.hover-effect .item:hover {
    margin: 0% 1%;
  }
}

@media only screen and (max-width: 1000px) {
  header > div, section, footer ul {
    width: 92%;
  }
  .hp_block h2 {
    font-size: 1.4em;
  }
  .hp_block a {
    margin: 0 0;
    padding-right: 0;
  }
  header a span {
    padding: 0 .8em 0;
  }
  #footer-social-links,
  footer form {
    width: 20%;
  }
}
@media only screen and (max-width: 959px) {
  ul.itemgrid-3cols li.item:hover,
  ul.itemgrid-3cols li.item {
    width: 42%;
    margin: 0 2%;
  }
  ul.itemgrid-3cols li.item:hover {
    margin:  0 2%;
  }
  .category-products .category-products-grid.hover-effect .item:hover {
    margin: 0% 2%;
    width: 42%;
  }
  .product-view .btn-cart span span {
    min-width: 0;
  }
  .product-options p.required {
    top: -62px;
  }
  .product-shop .extradesc {
    top: 122px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-options p.required {
    top: -92px;
  }
  div.container2-wrapper dl.last dt label.required {
    height: 35px;
    width: 45px;
  }
  .product-shop .extradesc {
    top: 122px;
  }
}
@media only screen and (max-width: 540px) {
  #main {
    padding-bottom: 0;
  }
  .cms-home .col-main.grid-full.in-col1 {
    display: block;
  }
  .container {
    max-width: 470px;
  }
  header h1 {
    float: left;
    width: 50%;
    float: left;
    /*margin-left:10px;*/
  }
  #menu-button {
    width: 70px;
    height: 24px;
    border: 1px solid #666;
    border-radius: 5px;
    background: #222 url(../images/menu.png) center center;
    color: #fff;
    font-weight: bold;
    content: 'Menu';
    position: absolute;
    top: 10px;
    right: 1.1em;
    cursor: pointer;
    margin-top: 0;
    padding: 10px 5px;
    display: block;
  }
  header nav {
    color: #fff;
    font-weight: bold;
    right: 1.1em;
    cursor: pointer;
    width: 88%;
    height: auto;
    display: none;
  }
  header #top_bar {
    top: -10px;
  }
  header {
    height: auto;
  }
  header div#mobile_menu {
    display: block;
  }
  header div#nav_container {
    background: #000;
  }
  header div#nav_container #top_bar ul {
    padding-left: 0;
    list-style-type: none;
    clear: both;
    width: 100%;
    display: none;
  }
  header ul li {
    width: 96%;
    border: 1px solid #666;
    margin: 1em auto;
  }
  header ul li a {
    padding: 1em 0;
    width: 100%;
    text-align: center;
  }
  header #top_bar input.input-text#newsletter {
    width: 95px;
  }
  header #top_bar fieldset {
    margin-left: 1em;
  }
  #hp_blocks {
    height:100px;
  }
  .hp_block {
	  height:auto;
  }
  .hp_block {
    width: 100%;
  }
  .hp_block h2 {
    margin-top: .5em;
    font-size: 2.25em;
  }
  #hp_block_1,
  #hp_block_2,
  #hp_block_3 {
    width: 100%;
    margin: 0 0;
    padding-right: 0;
    height: auto;
  }
  .subpage aside {
    display: none;
  }
  .subpage article {
    width: 100%;
  }
  .subpage section h1 {
    margin: 0 4% .75em;
  }
  .subpage article .multicol_content {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin: 0 4% 1.5em;
  }
  .multicol_content{
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .cms-storelocator .col-left.grid-col2-sidebar,
  .cms-storelocator .col-main.grid-col2-main,
  .cms-our-story .col-main.grid-col2-main {
    width: 100%;
  }
  ul.itemgrid-3cols li.item:hover,
  ul.itemgrid-3cols li.item {
    width: 92%;
    margin: 0 2%;
  }
  ul.itemgrid-3cols li.item:hover {
    margin:  0 2%;
  }
  .category-products .category-products-grid.hover-effect .item:hover {
    margin: 0% 2%;
    width: 92%;
  }
  footer {
	width: 88%;
	padding: 0 6%;
  }
  footer form {
    width: 46%;
  }
  footer ul li {
    list-style-type: none;
    margin: 1em 0;
    width: 46%;
  }
  footer ul#footer-social-links {
    width: 46%;
  }
  footer form input.input-text {
    width: 80%;
  }
  .product-view .btn-cart span span {
    min-width: 240px;
  }
  .product-shop .extradesc {
    right: 50px;
  }
  div.container2-wrapper dl.last dd.last {
    margin-left: 15px;
    margin-top: 6px;
  }
  div.container2-wrapper dl.last dt {
    width: 24%;
  }
  .add-to-cart .qty-wrapper {
    width: 50%;
  }
  .product-options p.required {
    left: 33%;
  }
  .product-shop .extradesc {
    top: 160px;
    right: 150px;
  }
  div.container2-wrapper dl.last dd.last .input-box select {
    width: 100%;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}