/* Global Messages  */
/*	
**	A lightweight front-end framework built on top of Bootstrap v3.0.0, animate.css and holder.js v2.0.
**
**	Version 1.0
*/
/*
**	Bootstrap Customizations: Custom Bootstrap download to change default behavior for navigation collapse (i.e., @grid-float-breakpoint).
*/
/*********************************************************************************
** VARIABLES																	**
*********************************************************************************/
/** 12 / 14 **/
/** 13 / 14 **/
/** 14 / 14 **/
/** 15 / 14 **/
/** 16 / 14 **/
/** 18 / 14 **/
/** 20 / 14 **/
/** 24 / 14 **/
/*********************************************************************************
**	MIXINS																		**
*********************************************************************************/
/*********************************************************************************
**	UTILITY CLASSES																**
*********************************************************************************/
.smallest {
  font-size: 8px;
}
.smaller {
  font-size: 10px;
}
.small {
  font-size: 12px;
}
.medium {
  font-size: 14px;
}
.large {
  font-size: 17px;
}
.larger {
  font-size: 19px;
}
.largest {
  font-size: 21px;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.border-bottom {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.padding-right {
  padding-right: 10px;
}
.white-bg {
  background: #ffffff;
}
/*********************************************************************************
**	BASE STYLES																	**
*********************************************************************************/
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  background-color: #eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 36px;
  line-height: 51px;
}
h2 {
  font-size: 30px;
  line-height: 42px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
}
h4 {
  font-size: 18px;
  line-height: 26px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 17px;
}
a {
  color: #0853af;
}
a:hover {
  color: #db5425;
}
a:active {
  color: #db5425;
}
p {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
}
ul {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
}
ol {
  margin: 0px 0px 20px 30px;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
}
hr {
  margin: 20px 0px 20px 0px;
  border: none;
  border-bottom: 1px solid #cccccc;
  height: 1px;
}
code {
  font-family: Monaco, Andale Mono, 'Courier New';
  font-size: 14px;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
  line-height: 20px;
  background-color: #dddddd;
  color: #333333;
  border: 1px solid #d0d0d0;
}
label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 95%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*****************************
Default Magento Styles
******************************/
.onePageFill {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.whiteBg {
  background: #fff;
}
.shift-right {
  text-align: right;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
.remove-list {
  list-style-type: none;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #DB5425;
}

.input-text {
  display: block;
  padding: 6px 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  padding: 4px 12px !important;
  font-size: 13px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a;
}
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}
/* Pager */
.pager {
  font-size: 12px;
  background: #ffffff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
  padding: 4px 8px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
}
.pager .limiter {
  float: right;
}
.pager .limiter label {
  vertical-align: middle;
}
.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}
.pager .pages {
  margin: 0 140px;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
  margin: 0 2px;
}
#primary-content .form-list {
  margin-left: 0;
}

/* Formbuilder Results fix */
.cms-support-in-warranty-form-success .std h1 {
	font-size: 90%;
	line-height: 90%;
}

.cms-support-in-warranty-form-success .pager {
	visibility: hidden;
	display: none;
}

.cms-support-in-warranty-form-success thead {
	display: inline-block;
	float: left;
	width: 64%;
}

.cms-support-in-warranty-form-success tbody {
	display: inline-block;
	float: left;
	width: 35%;
}

.cms-support-in-warranty-form-success thead tr.first.last {
	display: block;
	float: left;
}

.cms-support-in-warranty-form-success tbody tr.first.last.odd {
	display: block;
	float: left;
}

.cms-support-in-warranty-form-success tr.first.last th {
	display: block;
	float: left;
	clear: both;
	padding-bottom: 6px;
	padding-right: 5px;
	min-height: 28px;
}

.cms-support-in-warranty-form-success tr.first.last.odd td {
	display: block;
	float: left;
	clear: both;
	padding-bottom: 6px;
	padding-right: 5px;
	min-height: 28px;
}


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkoutSteps {
  margin: 0;
  list-style: none;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #555;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 60px !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 1.5em 0 2em;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.sp-methods > dd > ul {
  list-style: none;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
/* Tooltip */
.tool-tip {
  border: 2px solid #ddd;
  border-bottom-color: #666;
  background: #f6f6f6;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 12px;
  height: 12px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}
.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 12px;
  height: 12px;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #555;
}
.opc .checkout-agreements {
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background: #fff;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  padding: 10px 30px;
}
/* Generic Info Set */
.info-set {
  background: #fbfbfb;
  border: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h3,
.info-set h4 {
  font-size: 12px;
  font-weight: bold;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 3px 10px;
  background: #777;
  border-bottom: 1px solid #777;
  position: relative;
  color: #fff;
}
.info-set h2.legend a {
  color: #fff;
}
.info-set h3.legend {
  margin: 0 0 10px;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #4f8100 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.block-progress .block-title strong {
  font-size: 12px;
}
.block-progress .block-content {
  background: none;
  padding: 0;
}
.block-progress dt {
  font-size: 10px;
  line-height: 1.35;
  background: #eee;
  border: 1px solid #ddd;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #555;
  text-transform: uppercase;
}
.block-progress dd {
  border-top: 0;
  padding: 2px 10px;
  margin: 0 0 6px;
}
.block-progress dt.complete a {
  text-transform: none;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
  padding: 0;
  text-transform: none;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.opc {
  position: relative;
}
.opc .step-title {
  border: 1px solid #ddd;
  border-top-color: #fff;
  background: #eee;
  padding: 4px 8px 6px;
  text-align: right;
  overflow: hidden;
}
.opc .step-title .number {
  float: left;
  background: #fff;
  border: 1px solid #fff;
  padding: 0 3px;
  margin: 0 5px 0 0;
  font: normal 11px/12px arial, helvetica, sans-serif;
  color: #444;
}
.opc .step-title h2 {
  float: left;
  margin: 0;
  font: bold 12px/14px Arial, Helvetica, sans-serif;
  color: #999;
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title {
  background: #999;
  border-color: #999;
  border-top-color: #fff;
  color: #fff;
  cursor: pointer;
}
.opc .allow .step-title h2 {
  color: #fff;
}
.opc .allow .step-title a {
  display: block;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
.opc .active .step-title {
  background: #e46b00;
  border-color: #e46b00;
  border-top-color: #fff;
  padding-bottom: 5px;
  color: #fff;
  cursor: default;
}
.opc .active .step-title h2 {
  color: #fff;
}
.opc .active .step-title a {
  display: none;
}
#checkout-step-login,
#checkout-step-shipping_method,
#checkout-step-payment {
  padding: 5px;
}
.form-list,
.form-list > li > fieldset > ul {
  list-style: none;
  margin: 0;
}
#checkout-review-table tr td {
  vertical-align: middle;
}
.opc .step {
  border: 1px solid #ddd;
  border-top: 0;
  background: #fbfbfb;
  padding: 15px 0;
  position: relative;
}
#primary-content #checkoutSteps ul { margin: 5px; padding: 0; }
#checkout-payment-method-load .radio { padding-left: 24px; font-size: 14.5px; }
#checkout-payment-method-load #payment_form_verisign.form-list { margin-left: 30px; }
.opc .step .tool-tip {
  right: 30px;
}
#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
}
#opc-shipping_method .buttons-set {
  border-top: 0;
}
.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}
#opc-review .step {
  padding: 0;
}
#opc-review .product-name {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  border: 0;
  padding: 5px;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 28px;
}
#opc-review .page-title { margin: 0 0 10px 0; }
#primary-content #checkoutSteps ul.monkey-additional-lists,
#primary-content #checkoutSteps ul.ul { margin-left: 20px; }
#opc-review .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}
#payment_form_worldpaycw_visa,
#payment_form_worldpaycw_mastercard {
  list-style: none;
  margin: 0 0 10px 0;
}
#payment_form_fields_worldpaycw_visa label.control-label,
#payment_description_worldpaycw_mastercard label.control-label {
  float: none;
}
/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 6px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #888;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}
.multiple-checkout h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 12px;
  font-weight: bold;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #4f8100 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfbfb;
  border: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 3px 10px;
  background: #777;
  border-bottom: 1px solid #777;
  position: relative;
  color: #fff;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 5px 10px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
}
.multiple-checkout .place-order .grand-total big {
  float: left;
  margin-right: 12px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 28px;
  color: #e26703;
}
.multiple-checkout .place-order .grand-total div {
  float: left;
}
/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #ddd;
  background: #eee;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  display: none;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
#checkout-review-table-wrapper {
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.new-users { margin-bottom: 15px; }

.account-login .content {
  min-height: 245px;
  padding: 0 10px;
}
.account-login .content h2 {
  margin: 0 -10px 12px;
  background: #f1f1f1;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 1.25;
} 

/* Account Login/Create Pages ============================================================ */
/* Captcha */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 200px; /* 278px */
  height: 50px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
.buttons-set {
	display: inline-block;
	margin-left: 20px;
}
.required {
	color: #DB5425; /* red; */
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}


/* Product Images Popup ===================================================================== */

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #888;
  border-bottom-color: #777;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #dedede;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
  margin: 0;
  padding: 7px 10px 5px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  border-top: 1px solid #e6e6e6;
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span {
  display: inline-block;
  height: 28px;
  background: transparent url(../images/bkg_btn.png) 0 0 no-repeat;
  padding: 0 0 0 6px;
  font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #555;
}
.remember-me-popup .remember-me-popup-body a span {
  background-position: 100% 0;
  padding: 0 15px 0 9px;
}
/* Awareness Page Custom Code ===================================================================== */

.app_top {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.app_topph {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 3px;
	border-top: 2px solid black;
	padding-top: 4px;
}
#app_half1 {
	float: left;
	width: 49.3%;
	margin-top: 5px;
	margin-bottom: 15px;
/*	border-right: 2px solid black; */
	display: block;
	padding-right: 4px;
	text-align: center;
	margin-left: 25%;
}
#app_half1n {
	float: left;
	width: 49.3%;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding-right: 4px;
	text-align: center;
}
#app_half1a {
	float: left;
	width: 28.3%;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding-right: 4px;
	text-align: center;
	margin-left: 60px;
}
#app_half1an {
	float: left;
	width: 28.3%;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding-right: 4px;
	text-align: center;
	margin-left: 70px;
}
#app_half1x {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding-right: 4px;
	text-align: center;
}
#app_half2 {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding-left: 4px;
	width: 49.3%;
	text-align: center;
}
#app_half1 img, #app_half2 img, tr.row_even img, tr.row_odd img {
	padding: 0 0 0px 0px;
}
img.store {
	margin-top: 13px;
	margin-bottom: 13px;
}
img.store2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.col1 {
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 20px;
}
td.col6, td.col2, td.col4 {
	width: 15%;
	text-align: center;
}
td.col6 {
	background-color: rgba(225,251,123,0.25);
}
td.col2, td.col3, td.col4 {
	background-color: rgba(126,198,252,0.25);
}
td.col1, td.col2, td.col4, td.col6 {
	vertical-align: top;
}
td.col3, td.col5, td.col7 {
	width: 0.5%;
}
tr.row_even {
	background-color: rgba(25,25,25,0.2);
}
tr.row_even b, tr.row_odd b {
	font-size: 115%;
}
#product_all .col1 h3 {
	margin: 0 0 4px;
	right: 10px;
	position: relative;
}
#product_all td.col2 img, #product_all td.col4 img, #product_all td.col6 img {
	padding: 2px 0;
}
#check {
	margin-left: 45px;
	margin-top: 5px;
}
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.account-login,
.account-create {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}
.account-create h1 {
  margin: 0;
}
.legend {
  margin: 5px 0 10px 0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
/* General Box */
.box-account {
  margin: 0 0 15px;
}
.box-account .box-head {
  margin: 0 0 5px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #4f8100;
}
.box-account .box-head a {
  font-size: 10px;
  text-transform: uppercase;
}
.dashboard .box .box-title {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
  text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
}
.dashboard .box .box-title a {
  font-size: 10px;
  text-transform: uppercase;
}
.dashboard .box .box-content {
  padding: 0 10px;
}
.awrma-account {
  padding: 20px;
}
#awrma-new-form .form-list {
  padding-left: 0;
}
#awrma-new-form .form-list > li {
  margin-bottom: 10px;
}
.awrma-account .page-title h1 {
  font-size: 26px!important;
}
#awrma-requested-items h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
#awrma-comment-form {
  margin-bottom: 10px;
}
#awrma-comment-form .form-list {
  margin-bottom: 10px;
}
/* Block: General */
.block-title {
  margin: 10px 0;
  font-size: 20px;
}
/* Block: Recent Orders */
/* Block: Account Information */
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
}
.dashboard .box-reviews .box-head h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #444;
}
.dashboard .box-reviews .number {
  display: none;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-reviews .details {
  padding: 0 10px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .box-head {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
}
.dashboard .box-tags .box-head h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #444;
}
.dashboard .box-tags .number {
  display: none;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  padding: 0 10px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 12px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  padding: 0 10px;
  margin: 0 0 12px;
}
.addresses-list li.empty p {
  font-weight: bold;
}
/* Order View */
.order-info {
  float: left;
  width: 100%;
}
.order-info dt {
  display: none;
}
#primary-content .order-info ul {
  margin-left: 0;
}
.order-info li {
  float: left;
  font-size: 1.1em;
  line-height: 1em;
}
.order-info li.first {
  border-left: 0;
}
.order-info li.last {
  border-right: 0;
}
.order-info li a {
  display: block;
  padding: 6px 15px;
  color: #444;
}
.order-info li a:hover {
  background-color: #ddd;
  text-decoration: none;
  color: #444;
}
.order-info li.current {
  background-color: #666;
  font-weight: bold;
  padding: 6px 15px;
  color: #fff;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 0 0 8px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 .45em;
}
.order-items h3 {
  font-size: 12px;
}
.order-items .product-name {
  font-weight: bold !important;
}
.order-items .link-print {
  font-size: 10px;
  text-transform: uppercase;
}
.order-items .order-links {
  text-align: right;
}
.order-items .order-links .link-print {
  font-weight: bold;
  font-size: 11px;
  text-transform: none;
}
.order-additional {
  margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #555;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
  margin: 25px 0 0 0;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 15px;
  font-weight: bold;
}
.page-print h2,
.page-print h3 {
  font-size: 12px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}
.page-print .order-date {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px;
}
.data-table .label { color: #000; }
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  border: 0;
  padding: 0;
  margin: 0 0 -3em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}
#my-reviews-table .rating-box {
  margin: 3px 0 0;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .info-box p {
  margin: 0 0 5px;
}
.billing-agreements .form-list li select {
  float: left;
  margin: 3px 10px 0 0;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
.box-up-sell .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 22px;
}


#primary-content #crosssell-products-list { list-style: none; margin: 0; }
#primary-content #crosssell-products-list .product-image { float: left; border: 1px solid #d0cdc9; }
#primary-content #crosssell-products-list .product-details { margin-left: 90px; }
#primary-content #crosssell-products-list .product-name { font-size: 15px; margin: 0 0 5px 0; line-height: 20px; }
#primary-content #crosssell-products-list .price-box { margin-bottom: 5px; }
#primary-content #crosssell-products-list .price-box span { font-size: 15px; }

/*********************************************************************************
**	HEADER STYLES																**
*********************************************************************************/
#primary-header {
	background: #030303 url(../img/header_bg_inner.png) no-repeat scroll center center;
}
#logo {
  position: relative;
  padding: 15px 0 0px 0;
/*  padding: 16px 0 5px 0; */
  z-index: 10;
}
#logo a {
  display: block;
}

#header-right { padding-top: 15px; padding-bottom: 15px; position: relative; }

.search, .login, .dealer, .cart, .myaccount { display: inline-block; position: relative; vertical-align: middle; }

.search { margin-right: 5px; }
.search > a { display: block; border: 1px solid #A6A6A6; padding: 10px 15px; }
.search a:hover { border-color: #CD4F23; }

.search .header-search { position: absolute; width: 270px; padding: 10px; background: #000; z-index: 150; left: -8px; margin-top: 12px; }
.search .header-search #search_mini_form { width: 100%; margin-bottom: 5px; }
.search .header-search #search_mini_form input#search { width: 250px; display: inline-block; margin-right: 10px; }
.search .header-search a { color: #fff; }

.search ul {
	visibility: hidden;
}

.login { margin-right: 4px; }
.login a { font-size: 15px; color: #ffffff; border: 1px solid #A6A6A6; padding: 9.5px 15px; display: block; }
.login a:hover { border-color: #CD4F23; text-decoration: none; }

.myaccount { margin-right: 4px; }
.myaccount a { font-size: 15px; color: #ffffff; border: 1px solid #A6A6A6; padding: 9.5px 15px; display: block; }
.myaccount a:hover { border-color: #CD4F23; text-decoration: none; }

.dealer { margin-right: 25px; }
.dealer a { font-size: 15px; color: #ffffff; border: 1px solid #A6A6A6; padding: 9.5px 15px; display: block; }
.dealer a:hover { border-color: #CD4F23; text-decoration: none; }

.cart {  }
.cart a { color: #ffffff; background: url('../img/icon-cart.png') no-repeat left center transparent; padding: 10px 10px 10px 35px; text-transform: uppercase; display: block; }

.cart-quantity {
  color: #DB5425;
  padding-left: 5px;
}
#shopping-cart-table h4 {
  margin: 5px 0 10px 0;
}
#shopping-cart-table dl.item-options {
  margin: 0 0 10px 0;
}
.no-btn-style {
  border: none;
  background: transparent;
}

/* Mobile Header */
#header-left.visible-xs {
	float: left;
	clear: both;
}
#header-left.col-xs-5.visible-xs {
	width: 40%;
}
#header-right.visible-xs  {
padding-top: 0px; padding-bottom: 10px; position: relative;	float: left;
	clear: both;
}
#header-right.col-xs-7.visible-xs {
	width: 100%;
}

.visible-xs .search { margin-right: 4px; line-height: 18px; }
.visible-xs .search > a { padding: 9px 10px; }
.visible-xs .login { margin-right: 4px; }
.visible-xs .login a { font-size: 14px; padding: 9.5px 8px; line-height: 18px; }
.visible-xs .dealer { margin-right: 14px; }
.visible-xs .dealer a { font-size: 14px; padding: 9.5px 8px; line-height: 18px; }
.visible-xs .myaccount { margin-right: 4px; }
.visible-xs .myaccount a { font-size: 14px; padding: 9.5px 8px;line-height: 18px; }

.visible-xs .cart { font-size: 14px; }
.visible-xs .cart a {  padding: 10px 8px 10px 35px;  line-height: 20px; }

/* FLAGS - BTB 2014/08/05 */
#flags {
	position: relative;
	display: block;
	top: 13px;
}
#flags a {
	float: right;
}
/*********************************************************************************
**	NAVIGATION STYLES															**
*********************************************************************************/
#menu {
  border-bottom: 4px solid #ffffff;
  background: #3C3C3C;
}
#menu > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  position: static;
}
#primary-navigation {
  text-transform: uppercase;
  font-size: 13px; /* 10.5px */
}
#primary-navigation-button { display: none; }
#primary-navigation-button h4 a { color: #fff; }
#primary-navigation ul {
  list-style-type: none;
  margin: 0;
}
#primary-navigation > ul > li {
  display: inline-block;
}
/* old
#primary-navigation > ul > li > a {
  display: block;
  padding: 15px 6px;
  color: #fff;
}
#primary-navigation > ul > li.has-submenu > a.toggle-dropdown {
  padding: 10px 20px 10px 6px;
  background: url('../img/caret-right.png') no-repeat 95% center transparent;
}
*/
#primary-navigation > ul > li > a {
  display: block;
  padding: 15px 4px;
  color: #fff;
}
#primary-navigation > ul > li.has-submenu > a.toggle-dropdown {
  padding: 10px 17px 10px 4px;
  background: url('../img/caret-right.png') no-repeat 96% center transparent;
}
#primary-navigation > ul > li.has-submenu > div.sub-menu {
  display: none;
}
#primary-navigation > ul > li.has-submenu.open > div.sub-menu {
  display: block;
}
#primary-navigation > ul > li.has-submenu.open > a.toggle-dropdown,
#primary-navigation > ul > li.has-submenu > a:hover {
  background-image: url('../img/caret-down.png');
  background-repeat: no-repeat;
  background-position: center transparent;
  background-color: #fff;
  color: #030303;
  text-decoration: none;
}
#primary-navigation > ul > li.has-submenu > .sub-menu {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border-bottom: 2px solid #FFF;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  z-index: 9999;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  /* W3C */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}
#primary-navigation > ul > li.has-submenu:hover > .sub-menu {
	display: block;
}
#primary-navigation > ul > li.has-submenu > .sub-menu > div.container > div.row > div.menu-image {
  text-align: center;
  max-width: 100%;
  height: auto;
}
#primary-navigation > ul > li.has-submenu > .sub-menu > div.container > div.row > div.submenu-items > div.row > div > ul > li a {
  color: #3C3C3C;
  text-transform: none;
  display: block;
}
#primary-navigation > ul > li.has-submenu > .sub-menu > div.container > div.row > div.submenu-items > div.row > div > ul > li.sub-nav-header a {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
/*********************************************************************************
**	Search Result STYLES																**
*********************************************************************************/
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;

  text-transform: uppercase;
  font-size: 13px;
  border-bottom: none;
  background-image: linear-gradient(bottom, #d1d1d1 0%, #eeeeee 35%);
  background-image: -o-linear-gradient(bottom, #d1d1d1 0%, #eeeeee 35%);
  background-image: -moz-linear-gradient(bottom, #d1d1d1 0%, #eeeeee 35%);
  background-image: -webkit-linear-gradient(bottom, #d1d1d1 0%, #eeeeee 35%);
  background-image: -ms-linear-gradient(bottom, #d1d1d1 0%, #eeeeee 35%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1d1d1), color-stop(0.35, #eeeeee));
}
#primary-content ul.searchindex-results {
	padding: 10px 0 0 6px;
	margin-left: 0;
	display: block;
	position: relative;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
	list-style-type: none;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  margin: 0;
  line-height: 18px;
  border-top: none;
  border-radius: 0;
  margin-right: 6px;
  background: #ffffff;
  text-align: center;
  padding: 10px 10px;
  background-image: linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -o-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -moz-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -webkit-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -ms-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1d1d1), color-stop(0.35, #ffffff));
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
	list-style-type: none;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 16px;
}
.searchindex-result li .content {
	list-style-type: none;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}



/*********************************************************************************
**	BANNER STYLES																**
*********************************************************************************/
.banner {
  background: #A19F9F;
}
.carousel-control {
  opacity: 1;
  width: 28px;
  height: 79px;
  top: 38%;
}
.carousel-control.left {
  background-image: none;
  background: #060606;
  left: -14px;
}
.carousel-control.right {
  background-image: none;
  background: #000000;
  right: -14px;
}
.carousel-control img {
  top: 25px;
  position: relative;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  margin-top: -22px;
}
#page-banner {
  border-left: 5px solid #a19f9f;
  margin-bottom: 5px;
}
#page-banner img {
  width: 100%;
  height: auto;
}
/*********************************************************************************
**	CONTENT STYLES																**
*********************************************************************************/
.main { float: right; }

#primary-content {
  padding: 5px 0;
	background-color: #fff;
	background-image: url('../img/page-bg.png');
	background-size: 100% 302px;
	background-repeat: repeat-x;
}
#primary-content .container {
  position: relative;
}
#primary-content ul {
  margin: 0 0 20px 20px;
}

#primary-content .tier-prices {
	font-size: 14px;
	font-weight: normal;
}

#primary-content #customeffects ul {
	display: none;
}

.primary {
  /* margin-top: 10px; */
}
.main .primary { padding-top: 15px; }
.primary .pull-left {
  margin-right: 15px;
}
.primary h3 {
  font-size: 1.28571428571em;
}
.primary ul {
  margin-left: 20px;
}
.page-title {
  font-size: 1.42857142857em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.page-title h1 {
  margin: 0;
}
.service-boxes {
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.service-box {
  padding: 1%;
  width: 33.33%;
  height: 300px;
  float: left;
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.service-box:nth-child(3n) {
  border-right: none;
}
.service-box:nth-last-child,
.service-box:nth-last-child(2),
.service-box:nth-last-child(3) {
  border-bottom: none;
}
.service-box h4 {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.service-box a:hover {
  text-decoration: none;
}
.service-box-inner {
  background: #efefef;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}
.service-icon {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
}
.service-icon img { max-width: 100%; height: auto; }
.service-title {
  height: 50px;
  position: relative;
  margin: 5px auto;
}
.service-title h4 {
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.service-content {
  text-align: center;
  width: 90%;
  margin: 5px auto;
  position: relative;
}
.service-content p {
  margin: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.service-button {
  text-align: center;
  background: #090909;
  color: #fff;
  margin-bottom: 15px;
  width: 90%;
  margin: 5px 5%;
  position: absolute;
  bottom: 5px;
}
.service-button h4 {
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.service-button h4 a {
  color: #fff;
}
#secondary-content {
  background: #efefef;
  /* Old browsers */

  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 25%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(25%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 25%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #efefef 0%, #ffffff 25%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 25%);
  /* IE10+ */

  background: linear-gradient(to bottom, #efefef 0%, #ffffff 25%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  padding: 20px 0;
}
#primary-content .my-account {
  padding: 20px;
}
.btn-wrap {
	white-space: normal;
}
/*********************************************************************************
**	SIDEBAR STYLES																**
*********************************************************************************/
.sidebar {
  float: left;
}
#main .sidebar {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.sidebar-wrapper {
  margin: 0 -11px;
  padding: 0 0 5px 0;
  min-height: 295px;
}
.sidebar-bordered {
  border: 1px solid #eeeeee;
}
.sidebar-title {
  background: #000000;
  /* padding: 20px 5px 10px 5px; */
  padding: 10px 5px 10px 5px;
  margin: 3px 0 0 0;
  font-size: 1.125em;
  /* 18px */

  line-height: 1.125em;
  text-transform: uppercase;
  color: #ffffff;
}
#primary-content .sidebar-nav ul {
  list-style: none;
  margin: 0;
}
.sidebar-nav ul li {
  border-bottom: 1px solid #eeeeee;
}
.sidebar-nav ul li.linav {
  padding: 5px;
}
.sidebar-nav ul li:last-child {
  border: none;
}
.sidebar-nav ul li a {
  display: block;
  padding: 5px;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.92857142857em;
}
#sidebar ul.nav-pills {
  margin-left: 0;
}
#sidebar-accordion {
  margin-top: 5px;
}
#sidebar-accordion .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  margin: 0;
}
#sidebar-accordion .panel .panel-heading {
  padding: 5px;
  background: none;
  border-top: 1px solid #eeeeee;
}
#sidebar-accordion .panel .panel-collapse {
  border-top: 1px solid #dddddd;
}
#sidebar-accordion .panel .panel-body {
  padding: 0 10px;
  background: #f3f3f3;
  border: none;
  margin: 3px 0;
}
#sidebar-accordion .panel-title {
  font-size: 13px;
  /* 0.8125em */

  text-transform: uppercase;
  line-height: 18px;
  padding: 5px 0;
}
#sidebar-accordion ul {
  list-style: none;
  margin: 0;
}
#sidebar-accordion ul li a {
  padding: 5px 0;
  display: block;
  color: #000000;
}
#sidebar-accordion ul li a:hover {
  color: #db5425;
}
.filter-form {
  padding-left: 10px;
  border-bottom: 1px solid #eeeeee;
}
.filter-title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.filter-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
  background: #eeeeee;
  margin-bottom: 3px;
}
.sidebar-filter h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.sidebar-etymotic-awareness {
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.product-page-sidebar-nav {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.product-page-sidebar-nav ul {
  list-style: none;
  margin: 2px;
}
.product-page-sidebar-nav ul li {
  margin-bottom: 2px;
  border-bottom: 1px solid #eeeeee;
}
.product-page-sidebar-nav ul li:last-child {
  border-bottom: none;
}
.product-page-sidebar-nav ul li a {
  color: #000000;
  display: block;
  padding: 5px 3px;
}
.product-page-sidebar-nav ul li a:hover,
.product-page-sidebar-nav ul li.active a {
  color: #ffffff;
  background-color: #db5425;
  text-decoration: none;
}
.branding-image {
  margin-bottom: 20px;
}
.branding-image img {
  width: 100%;
  height: auto;
}
#primary-content .block-account .block-content ul {
  margin-left: 0;
}
/*********************************************************************************
**	FOOTER STYLES																**
*********************************************************************************/
#primary-footer {
  background: #F3F3F3;
  border-top: 4px solid #BCBCBC;
}
#primary-footer h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
#primary-footer h3 a {
  color: #333333;
}
#primary-footer ul {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 10px;
}
#primary-footer ul li {
  list-style: none;
}
#primary-footer ul li a {
  color: #000000;
}
#footer-nav-mobile {
  margin-top: 10px;
}
#footer-nav-mobile h3 {
  margin: 5px 0 0 0;
}
#footer-nav-mobile h3 a {
  color: #000000;
}
#footer-nav-mobile .panel-group .panel {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
#footer-nav-mobile .panel-group .panel .panel-heading {
  background: none;
  border: none;
  padding: 0;
}
.social-media {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding: 30px 0 5px 0;
}
.copyright {
  display: block;
  padding: 15px 0 15px 8px;
  text-transform: capitalize;
}
.curtis {
  font-size: 11px;
}
.curtis a {
  font-weight: bold;
}
/* Footer Adjustment - BTB 2014/08/05 */
#footer-new ul {
  list-style-type: none;
  margin: 0;
	float: right;
}
#footer-new > ul > li {
  display: inline-block;
}
#footer-new > ul > li > a {
  display: block;
  padding: 15px 8px;
}

/*********************************************************************************
**	HOMEPAGE STYLES																**
*********************************************************************************/
#banner-stage {
/*  background: url('../img/bg-banner-nav.png') repeat-x 0 0 transparent;
  height: 113px; */
}
.banner-nav-left {
  margin-left: -120px;
  overflow: hidden;
}
.banner-nav-right {
  margin-right: -120px;
  overflow: hidden;
}
#banner-home .carousel-indicators {
  bottom: -40px;
}
#banner-home .carousel-indicators li {
  border: none;
  background: #474646;
}
#banner-home .carousel-indicators .active {
  border: none;
  background: #c5c4c4;
  width: 10px;
  height: 10px;
}

.home-tab-main-image img {
  max-width: 100%;
  *width: 100%;
}
.home-tab-main-image p {
  margin-bottom: 0;
}
#homepage-tabs.nav-tabs {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: none;
}
#homepage-tabs.nav-tabs > li {
  width: auto;
}
#homepage-tabs.nav-tabs > li > a {
  border-top: none;
  border-radius: 0;
  margin-right: 5px;
  background: #ffffff;
  text-align: center;
  padding: 10px 5px;
  font-size: 12px;
  background-image: linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -o-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -moz-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -webkit-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -ms-linear-gradient(bottom, #d1d1d1 0%, #ffffff 35%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1d1d1), color-stop(0.35, #ffffff));
  color: black;
/*
  border: 1px solid gray;
  border-bottom: none; 
*/
  font-weight: bold;
}

#homepage-tabs.nav-tabs > li > a > p {
	padding-right: 20px;
	font-size: 11px;
	background: url('../img/home-tab-plus.png') no-repeat right center;
	margin: 0 auto;
	display: inline-block;
	line-height: 19px;
}

#homepage-tabs.nav-tabs > li.active > a > p {
	background: url('../img/home-tab-minus.png') no-repeat right center;
}

#homepage-tabs.nav-tabs > li > a:hover > p {
	background: url('../img/home-tab-plus-hover.png') no-repeat right center;
}

#homepage-tabs.nav-tabs > li.active > a:hover > p {
	background: url('../img/home-tab-minus-hover.png') no-repeat right center;
}

/*
#homepage-tabs.nav-tabs > li.blank-tab {
	width: 5%;
}

#homepage-tabs.nav-tabs > li.blank-tab a {
	padding: 10px 0 15px 0;
	font-size: 30px;
	line-height: 13px;
}
*/

#homepage-tabs.nav-tabs > li > a:hover {
  border-bottom: none;
  border-top: none;
}
#homepage-tabs.nav-tabs > li.active > a,
#homepage-tabs.nav-tabs > li.active > a:focus {
  border-color: #ffffff;
  background-image: none;
}
#homepage-tab-content {
  margin-top: 5px;
}
#homepage-tab-content h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
}
#homepage-tab-content ul {
  padding: 0;
}
#homepage-tab-content ul li {
  list-style: none;
}
.home-tab-best-sellers { padding-top: 10px; }

#primary-home-content {
  background: #ffffff;
  padding-bottom: 20px;
}
.product-image {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.product-title a {
  font-weight: bold;
  font-size: 12.5px;
}
.product-category {
  font-size: 12px;
}
.product-price {
  font-weight: bold;
  font-size: 12px;
}
.product-buy-now {
  text-transform: uppercase;
  font-size: 12px;
}
.product-rating {
  font-size: 12px;
}
#primary-home-content-mobile {
  background: #ffffff;
}
#primary-home-content-mobile h3 p {
  font-size: 11.5px; /* 12.5 */
  font-weight: normal;
  margin: 0 0 5px;
	line-height: 18px;
}
#primary-home-content-mobile h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.3;
}
#primary-home-content-mobile h4 {
  text-transform: uppercase;
}

#primary-home-content-mobile .col-xs-4 {padding-left:5px;padding-right:5px;
}

#primary-home-content-mobile .col-xs-4 .product-buy-now, #primary-home-content-mobile .col-xs-4 .product-price {
	font-size: 11px;
}

#primary-home-content-mobile .col-xs-4 .product-title {
	font-size: 13px;
	line-height: 1.35;
}

#primary-home-content-mobile .panel-body{padding: 5px 15px;}

#primary-home-content-mobile .panel-heading {
  padding: 0;
}
#primary-home-content-mobile .panel-heading:before,
#primary-home-content-mobile .panel-heading:after {
  content: " ";
  display: table;
}
#primary-home-content-mobile .panel-heading:after {
  clear: both;
}
#primary-home-content-mobile .mobile-tab-arrow {
  padding-top: 0; /* padding-top: 10%; */
  display: block;
  clear: left;
  padding-left: 10px;
  font-size: 16px;
}
#primary-home-content-mobile .mobile-tab-arrow:before,
#primary-home-content-mobile .mobile-tab-arrow:after {
  content: " ";
  display: table;
}
#primary-home-content-mobile .mobile-tab-arrow:after {
  clear: both;
}
#primary-home-content-mobile .panel-title > a {
  padding: 0;
  display: block;
}
#primary-home-content-mobile .panel-title > a:before,
#primary-home-content-mobile .panel-title > a:after {
  content: " ";
  display: table;
}
#primary-home-content-mobile .panel-title > a:after {
  clear: both;
}
#primary-home-content-mobile ul {
  padding: 0;
}
#primary-home-content-mobile ul li {
  list-style: none;
}
#primary-home-content-mobile .row {
  /*background: @e;*/

}
.home-tab-mobile {
  border-bottom: 1px solid #BBBBBB;
  background-image: linear-gradient(bottom, #cccccc 0%, #eeeeee 35%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 35%);
  background-image: -moz-linear-gradient(bottom, #cccccc 0%, #eeeeee 35%);
  background-image: -webkit-linear-gradient(bottom, #cccccc 0%, #eeeeee 35%);
  background-image: -ms-linear-gradient(bottom, #cccccc 0%, #eeeeee 35%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.35, #eeeeee));
  margin-bottom: 5px;
}
.home-tab-mobile img.img-responsive {
  vertical-align: bottom;
}

.home-tab-mobile-image img { max-width: 100%; height: auto;
  padding-left: 5px;
  padding-right: 5px;
}
#home-tab-accordion1 h3.panel-title a:hover,
#home-tab-accordion2 h3.panel-title a:hover,
#home-tab-accordion3 h3.panel-title a:hover,
#home-tab-accordion4 h3.panel-title a:hover,
#home-tab-accordion5 h3.panel-title a:hover {
  color: #000;
}
#primary-home-content-mobile .home-tab-mobile-content {
  padding: 10px 10px 0 0;
}
#primary-home-content-mobile .home-tab-mobile-title p {
  font-size: 15.5px; /* font-size: 22px; */
  font-weight: bold;
  margin: 5px 0 10px 0;
}
#secondary-home-content {
  background: url('../img/bg-secondary-content.png') repeat-x 0 0 #ffffff;
  padding: 20px 0;
}
#secondary-home-content h2 {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
}
#home-news .post-image {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-width: 4px;
}
#home-news .post-meta {
  padding-bottom: 10px;
}
#home-news .post-title {
  padding-bottom: 10px;
}
.post-read a {
  font-size: 14px;
  color: #CD4F23;
}
#homepage-tabs {
  margin-top: -38px;
}
.subscribe {
  padding-top: 30px;
}
input.subscribe-input {
  width: 100%;
  border: 1px solid #A6A6A6;
  height: 36px;
  padding: 0 10px;
}
input.subscribe-submit {
  text-transform: uppercase;
  background: url('../img/arrow-right.png') no-repeat 88% 55% #000000;
  color: #ffffff;
  border: none;
  height: 36px;
  padding: 0 30px 0 10px;
  margin-left: -25px;
}

#banner-alert {
}
#banner-alert #christmas {
	font-size: 12px;
	line-height: 16px; 
	display: block;
	position: relative;
  background-image: linear-gradient(bottom, #eeeeee 50%, #b2edb2 85%);
  background-image: -o-linear-gradient(bottom, #eeeeee 50%, #b2edb2 85%);
  background-image: -moz-linear-gradient(bottom, #eeeeee 50%, #b2edb2 85%);
  background-image: -webkit-linear-gradient(bottom, #eeeeee 50%, #b2edb2 85%);
  background-image: -ms-linear-gradient(bottom, #eeeeee 50%, #b2edb2 85%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #eeeeee), color-stop(0.85, #b2edb2));
	min-height: 130px;
}
#banner-alert #christmas h3 {
  font-size: 16px;
  line-height: 16px;margin-top: 0px;margin-bottom:6px;
	color: #be1903;
}
#banner-alert #christmas .col-md-8,#banner-alert #christmas .col-md-7,#banner-alert #christmas .col-md-5,#banner-alert #christmas .col-md-4 {
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom: 4px;
} 
#banner-alert #christmas p {
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 16px;
}

/*********************************************************************************
**	PRODUCTS PAGE STYLES														**
*********************************************************************************/
#breadcrumbs {
  background: #fff;
}
#breadcrumbs .breadcrumb {
  background: #fff;
  margin: 0;
  padding: 10px 0;
}
#breadcrumbs .breadcrumb > li {
  text-transform: uppercase;
  font-size: 11.75px;
}
#breadcrumbs .breadcrumb > li > a {
  color: #000000;
}
#breadcrumbs .breadcrumb > li.active {
  font-weight: bold;
}
#breadcrumbs .breadcrumb > li.active,
#breadcrumbs .breadcrumb > li > a:hover {
  color: #db5425;
}
#products-filter ul {
  margin-bottom: 10px;
}
#products-filter ul li a {
  padding: 5px 10px;
  margin: 0 5px;
  background: #eeeeee;
  border: 1px solid #dddddd;
  color: #000000;
}
#products-filter ul li a:hover,
#products-filter ul li.active a {
  color: #db5425;
  background: #dddddd;
}
#products-filter ul li.disabled {
  background: none;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
}
#products-list {
	padding-bottom: 10px;
	background: #fff;
}
.product {
  height: 400px;
  border-bottom: 1px solid #e3e0e0;
  border-right: 1px solid #e3e0e0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 31.955555%;
}
.product:first-child,
.product:nth-child(2),
.product:nth-child(3) {
  border-top: 1px solid #e3e0e0;
}
.product:nth-child(3n+1),
.product:first-child {
  padding-left: 15px;
  padding-right: 15px;
/*  padding-left: 0px;
  padding-right: 0px; */
  margin-left: 14px;
  margin-right: 0px;
  border-left: 1px solid #e3e0e0;
  border-right: 1px solid #e3e0e0;
  width: 32.155555%;
}
.product:nth-child(3n+1) > .row,
.product:first-child > .row {
  padding-left: 0px;
/*  padding-left: 15px; */
  width: 115%;
}
/*.product:nth-child(3n+1) > .row .add-product a,
.product:first-child > .row .add-product a {
  padding-left: 0px;
  padding-left: 15px;
  width: 85%;
} */

.product:nth-child(3n+1) > .row.product-bottom,
.product:first-child > .row.product-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.product a {
  display: block;
}
.featured-product-image {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 100%;
  max-height: 197px;
  height: auto;
}
.product-description p {
  margin: 0;
}
.product-title {
  min-height: 44px;
  margin-bottom: 5px;
  overflow: hidden;
  display: table;
}
.product-title a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
}
.product-actions {
  margin-top: 20px;
}
.product-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.compare-checkbox {
  width: 60%;
  float: left;
  margin: 5px 0;
}
.add-compare {
  /*width: 40%;*/

  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.add-compare a {
  background: #666666;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  font-weight: bold;
  font-size: 12.5px;
}
.add-compare a.added-to-compare {
  background: green;
}
.add-product {
  /*width: 40%;*/

  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.add-product a,
.btn-cart, .product-page-geo a.button {
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  font-weight: bold;
  font-size: 12.5px;
}

.cart-item { margin-bottom: 10px; }
.cart-item p { margin: 0px 0px 5px 0px; }
.cart-item-header { background: #fafafa; border-top: 1px solid #cacaca; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; }
.cart-item-edit a { display: block; }

.cart-item-price-total span.cart-price { font-size: 22px; font-weight: bold; line-height: 25px; }

#primary-content ul.checkout-types { margin: 0 0 10px 0; }

.cart-buckets { margin-bottom: 15px; }
.cart-action-buttons button { margin-bottom: 5px; margin-right: 4px; }

.product-page-geo h4 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
}
.product-page-geo a.button {
	text-transform: none;
	display: inline-block;
}
.btn-cart {
  border: none;
  font-family: 'Lato', sans-serif;
}

.add-product a:hover,
.add-compare a:hover {
  text-decoration: none;
}
.add-product a span {
  font-weight: bold;
  line-height: 18px;
}
.product-compare-bar {
  background: #cecece;
  padding: 15px 10px;
}
.product-compare-bar h4 {
  margin: 0 0 10px 0;
}
.product-compare-bar p {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
}
.product-compare-bar-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
}
.product-compare-bar-item a {
  display: block;
}
.widget-project-comparison {
  display: block;
  margin: 5px;
}
.widget-title a {
  color: #333333;
}
#primary-content .widget-project-comparison-list {
  list-style: none;
  margin: 0;
}
#primary-content .widget-project-comparison-list .please-wait {
  float: left;
}
#primary-content .widget-project-comparison-list li {
  background: #ededed;
  margin-bottom: 5px;
  padding: 5px;
}
.comparison-title {
  width: 100%;
  display: block;
}
.comparison-title:hover {
  color: #2a6496;
}
.comparison-close {
  width: 100%;
  display: block;
  color: #db5425;
}
.callout {
	vertical-align: top;
}

/***********
PRODUCT SEARCH
**********/

#freetextsearch_form { margin-bottom: 5px; }
#freetextsearch_form .form-search input.input-text { margin: 0; }

#listResults {  }
#listResults ul.list-products,
#listResults ul.list-cms { list-style: none; margin: 0; }
#listResults ul.list-products > li { width: 100%; margin: 0 0 10px 0; border: none; height: auto; }
#listResults ul.list-products > li > a.product-img { width: 30%; }
#listResults ul.list-products > li > .product-info { width: 66%; }
#listResults ul.list-products > li > .product-info h3.product-name { margin: 0 0 10px 0; }
#listResults ul.list-products > li > .product-info h3.product-name a { font-size: 16px; line-height: 22px; }

#listResults .list-cms li h5.p-title a { font-size: 16px; }

#primary-content .list-result-cms { list-style: none; margin: 0 0 10px 0; clear: both; }

.category-products { clear: both; }

/**********
PRODUCT COMPARE
**********/
.product-shop-row > td {
  position: relative;
}
.compare-product-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
#compare-list-please-wait {
  width: 80%;
  text-align: right;
  padding-right: 10%;
}
#product_comparison,
#product_comparison .price_box p,
#product_comparison .product-image,
#product_comparison .product-name,
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  text-align: left;
}
#product_comparison {
  margin-top: 15px;
}
#product_comparison .product-image {
  width: 100%;
}
.price-box .label {
  color: #545254;
}
#product-locator-popup {
  background: white;
  padding: 20px;
  text-align: left;
  max-width: 970px;
  margin: 40px auto;
  position: relative;
}
.block-rss ol {
  list-style: none;
  margin-left: 0;
}
.block-rss ol li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.block-rss ol li p {
  margin-bottom: 5px;
}
#selector_space {
	height: 50px;
}

/*********************************************************************************
**	PRODUCTS DETAIL STYLES														**
*********************************************************************************/
.primary-product {
  background: #ffffff;
  padding-top: 15px;
  border-bottom: 1px solid #eeeeee;
}
#product-slider {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#product-slider .carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
}
#product-slider .carousel-indicators li {
  border: none;
  background-color: #bbbbbb;
}
#product-slider .carousel-indicators li.active {
  background-color: #db5425;
}
#product-slider .carousel-inner img {
  margin: auto;
}
#product-slider .carousel-inner {
  padding-bottom: 30px;
}
.product-videos {
  margin-bottom: 10px;
}
.product-videos h4 {
  text-transform: uppercase;
}
.video img {
  width: 100%;
  height: auto;
}
.product-page-logo {
  margin-bottom: 20px;
}
.product-page-description {
  margin-bottom: 10px;
}
.product-page-description h4 {
  font-weight: bold;
  font-size: 1.07142857143em;
  margin-top: 0;
}
.product-page-description p {
  font-size: 0.92857142857em;
}
.product-page-price,
.product-options-bottom .price {
  font-size: 1.42857142857em;
  font-weight: bold;
  margin-bottom: 10px;
	display: block;
}
.configurable-price-from-label {
	display: block;
}
.product-options-bottom .add-to-cart { margin-bottom: 10px; }

#product-options-wrapper .last {
	margin-bottom: 5px;
}
.product-page-qty {
  text-transform: uppercase;
}
.product-page-qty label {
  top: 4px;
  position: relative;
}
.product-page-add-product {
  text-transform: uppercase;
}
.product-page-add-product a {
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  font-weight: bold;
  font-size: 12.5px;
}
.product-page-add-product a span {
  font-weight: bold;
  line-height: 18px;
}
.product-page-actions {
  /* margin-bottom: 30px; */

}
.product-page-social {
  margin-bottom: 30px;
}
.product-page-social h3 {
  text-transform: uppercase;
  font-size: 1.42857142857em;
  margin-bottom: 5px;
}
.product-page-reviews {
  font-size: 0.85714285714em;
  line-height: 24px;
}
.product-page-reviews-border {
  border-top: 1px solid #eeeeee;
  /* border-bottom: 1px solid #eeeeee; */
  padding: 15px 0 0;
  margin-bottom: 0; /* 10 */
}
.product-button {
  margin-bottom: 5px;
  width: 100%;
}
.product-button a {
  display: block;
  padding: 8px 5px 8px 40px;
  background-color: #1d3b68;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  width: 60%;
}
.product-button a:hover {
  text-decoration: none;
}
.product-comparison-button {
  background-image: url('../img/product-comparison-btn.png');
  background-repeat: no-repeat;
  background-position: 10px 8px;
  background-position-x: 10px;
  background-position-y: 8px;
}
.locate-product-button {
  background-image: url('../img/locate-product-btn.png');
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-position-x: 10px;
  background-position-y: 6px;
}
#accessories .mini p, #products-list .mini p {
  margin-bottom: 6px;
  line-height: 1.4;
  font-size: 12px;
}
/*********************************************************************************
**	ADOPT A BAND																**
*********************************************************************************/
.adopted-band {
  margin-bottom: 15px;
}
.adopted-band h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.adopted-band img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.adopted-band p {
  margin-bottom: 5px;
}
.adopted-band a {
  word-break: break-all;
}
/*********************************************************************************
**	PUBLICATIONS																**
*********************************************************************************/
.filter {
  margin-top: 15px;
}
#publications {
  font-size: 13px;
}
.pub-title {
  padding-left: 0px;
}
#publications span a {
  color: #004680;
  font-weight: 600;
  font-size: 16px;
}
#pub_filter button,
#pub_cat_filter button,
#pub_prod_filter button,
#sig_artists_list button {
  visibility: hidden;
}
#pubTitleSearch {
  margin-bottom: 10px;
}
.cms-publications table p {
	margin-bottom: 8px;
}
.cms-publications a.btn{display:inline-block;padding: 4px 10px;margin-bottom:0;font-size: 13px;line-height: 1.8;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:8px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;
	background-color: #ddd;
	width: auto;-webkit-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.3);
box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.3);
	font-weight: bold;
}
.cms-publications a.btn:hover,.cms-publications a.btn:focus{color:#000;text-decoration:none;
	background-color: #ced6e5;-webkit-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.5);
box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.5);
}
.cms-publications a.btn:active,.cms-publications a.btn.active{outline:0;background-image:none;background-color: #e5c6b7;-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.5);
box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.5);}


/*********************************************************************************
**	PRESS RELEASES																**
*********************************************************************************/
#releases {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#releases > ul {
  list-style: none;
}
#releases > ul > li {
  border-bottom: 1px solid #cacaca;
  float: left;
  margin-bottom: 10px;
}
#releases > ul > li > a {
  display: block;
}
#releases > ul > li > p {
  margin: 0 0 10px 0;
  padding: 5px 0;
  width: 99%;
  float: left;
}
/*********************************************************************************
**	More Views																**
*********************************************************************************/
.more-views {
/*	border: 1px dotted red; */
}
.more-views h2 {
  font-size: 16px;
  line-height: 20px;
margin-top: 2px;margin-bottom: 6px;}
.more-views ul {
/*	border: 1px dashed lime; */
	list-style-type: none;
	display: block;
	right: 10px;
	position: relative;
}
.more-views li {
	border: 1px solid silver;
	list-style-type: none;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
/*********************************************************************************
**	PRESS Gallery																**
*********************************************************************************/
.gallery h3, .gallery_list h3 {
	margin-top:0px;margin-bottom:2px;
}
.gallery h2 {
	display: none;
}
.gallery li, .gallery_list li {
	list-style-type: square;
}
.gallery .col-md-6, .gallery .col-md-6 {
	text-align: center;
}
.clr {
	clear: both;
}
.hide {
	display: none;
}
.imgname {
	font-size: 120%;
	font-weight: bold;
}

/*********************************************************************************
**	SIGNATURE ARTISTS															**
*********************************************************************************/
.sig-artist {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacaca;
}
.sig-artist-image {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.sig-artist h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 5px 0;
  line-height: 28px;
}
.sig-artist-position {
  font-size: 15px;
  font-weight: bold;
}
.sig-artist-product {
  width: 100%;
  display: block;
}
.sig-artist-product-left {
  display: inline-block;
  margin-right: 10px;
}
.sig-artist-product-right {
  display: inline-block;
}
.sig-artist-content {
  width: 100%;
}
.sig-artist-content p {
  margin-bottom: 10px;
}
.sig-artist-bio {
  width: 100%;
  display: block;
}
.sig-artist-quote {
  display: block;
  padding: 0 20px;
  color: #a19f9f;
  font-style: italic;
}
#primary-content .sig-artist-products-list {
  list-style: none;
  margin: 0 0 10px 0;
}
.sig-artist-products-list > li.sig-artist-sort-title {
  margin-right: 10px;
	display: block;
}
.sig-artist-products-list > li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
	padding-bottom: 8px;
}
.sig-artist-products-list > li > a,
.sig-artist-products-list > li > img {
  display: block;
  margin: 0 3px;
}
.sig-artist-products-list > li > a {
  background: #f4f3f3;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
	padding: 5px;
}
.sig-artist-products-list > li.active > a,
.sig-artist-products-list > li > a:hover {
  background: #ccc;
}
.sig-artist-products-checklist label {
  width: 100%;
}
.sig-artist-products-checklist .checkbox {
  width: 48%;
  margin-right: 1%;
  display: inline-block;
  margin-top: 0;
}
.add-product-group {
  padding: 10px;
  background: #ccc;
  margin-bottom: 10px;
}

#primary-footer .footer-nav .col-md-3.soc {
	padding-right: 0;
	width: 29%;
}	

#primary-footer .footer-nav .col-md-9.soc {
	width: 71%;padding-left:4px;padding-right:8px;
}
#primary-footer .footer-nav .col-md-9.soc #footer-new > ul > li > a {
  display: block;
  padding: 15px 7px;
}

#primary-footer .footer-nav .col-md-3.soc .social-new #socfoot img {
	height: 36px;
}

.col-xs-12.ifu .col-xs-3,
.col-xs-12.ifu .col-xs-4,
.col-xs-12.ifu .col-xs-8
{padding-left:8px;padding-right:8px;
}

/* 	MailChimp CSS Mod */
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; padding: 0; margin: 15px 0 0 0; }
#mc_embed_signup form { padding: 0; }

/*	MEDIA QUERIES	*/
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media (max-width: 768px) {
  #homepage-carousel {
    border-bottom: 18px solid #545454;
  }
  .product-page-logo,
  .product-page-actions,
  .product-page-social {
    margin-bottom: 10px;
  }
  .product-button a {
    width: 70%;
  }

.col-xs-12.ifu .col-xs-3 {
	width: 50%;
}
.col-xs-12.ifu .col-xs-4 {
	width: 50%;
}
.col-xs-12.ifu .col-xs-8 {padding-left:8px;padding-right:8px;
	width: 100%;
}
}
@media (max-width: 992px) {
  #primary-navigation .navbar .navbar-nav {
    width: auto;
  }
  #primary-navigation .dropdown-menu {
    padding: 5px 0 15px 0;
  }
  #primary-navigation .dropdown-menu:before,
  #primary-navigation .dropdown-menu:after {
    content: " ";
    display: table;
  }
  #primary-navigation .dropdown-menu:after {
    clear: both;
  }
  #primary-navigation .navbar-nav .open .dropdown-menu {
    position: static;
    width: 100%;
  }
	.primary.tab-content { float: left;
}
  .product-button a {
    width: 80%;
  }
#primary-footer .footer-nav .col-md-3.soc .social-new #socfoot img {
	height: 40px;
}
.product-page-sidebar-nav ul li a {
  color: #000000;
  display: block;
  padding: 8px 3px 8px 8px;
}
.sidebox {
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
}
}
@media (min-width: 992px) {
  .container {
    max-width: 950px;
  }
  #homepage-tabs.nav-tabs > li {
    width: 20%;
  }
}
@media (max-width: 991px) {
	#primary-navigation > ul { display: none; }
	#primary-navigation-button { display: block; }
	#primary-navigation > ul > li { display: block; }
	#primary-navigation > ul > li.has-submenu > .sub-menu { position: relative; }
	
	#primary-content { background-size: 100% 311px; }
	#page-banner { border: none; }

	#primary-footer .footer-nav ul li a {
	display: inline-block;
	padding: 4px 8px;
}
	.copyright {
	display: inline-block;
	padding: 8px 0 8px 12px;
	text-transform: capitalize;
}
	#primary-footer .footer-nav .col-md-3 {
	width: 50%;
	float: left;
	clear: right;
	height: 380px;
}
	#primary-footer .footer-nav .col-md-3.soc .social-new {
	display: block;
	visibility: visible;
}
	#primary-footer .row.footer-nav {
	display: inline;
	clear: both;
}
	#primary-footer .footer-nav .col-md-3.soc {
	height: auto;
	display: block;
}	
	.sidebar { float: right; width: 100%; }
	.sidebar-wrapper { min-height: inherit; }
	.main { float: left; width: 100%; background: #fff; }
	
	.account-login .content { min-height: inherit; }
	.new-users .buttons-set,
	.account-login .buttons-set { margin-left: 0; }
		
	#footer-new ul { float: left; padding-left: 0; }
	
}

@media (max-width: 767px) {
	#primary-navigation { padding: 10px; }
	
	.primary.tab-content { float: left; }

	
	/*
.product:first-child,
	.product:nth-child(2),
	.product:nth-child(3) {
	  border-top: 1px solid #e3e0e0;
	}
*/
	.product { width: 48%;
	  height: 380px;
}
	.product:nth-child(3) { border-top: none; }
	
	.product:nth-child(2), .product:nth-child(3) {  padding-left: 5px;
  padding-right: 5px;
	
}
	
	.product:nth-child(3n+1),
	.product:first-child {
	  padding-left: 5px;
	  padding-right: 5px;
/*  padding-left: 0px;
  padding-right: 0px; */
	  margin-left: 15px;
	  margin-right: 0px;
	  border-left: 1px solid #e3e0e0;
	  border-right: 1px solid #e3e0e0;
	  width: 48%;
	}

.product:nth-child(3n+1) > .row .add-product a,
.product:nth-child(2) > .row .add-product a,
.product:nth-child(3) > .row .add-product a,
.product:first-child > .row .add-product a {
  padding-left: 0px;
/*  padding-left: 15px; */
  width: 100%;
}


	.product:nth-child(3n+1) { border-left: none; margin-left: 0; }
	.product:nth-child(2n+1) { border-left: 1px solid #e3e0e0; border-right: 1px solid #e3e0e0; margin-left: 2%; }
	
/*	.product > .row,
	.product > .row {
	  padding-left: 10px;
	  width: 100%;
	} */
	.product:nth-child(3n+1) > .row,
	.product:nth-child(2) > .row,
	.product:nth-child(3) > .row,
	.product:first-child > .row {
	  padding-left: 5px;
	  width: 113%;
	}
/*
.product-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
	left: 15px;
} */
.product:nth-child(3n+1) > .row.product-bottom,
.product:nth-child(2) > .row.product-bottom,
.product:nth-child(3) > .row.product-bottom,
.product:first-child > .row.product-bottom {
  position: absolute;
  bottom: 0;
  width: 102%;
	left: 10px;
}

	.service-box { width: 50%;
}
	
	.pager .amount { width: 100%; display: block; margin-bottom: 10px; text-align: left; }
	.pager .limiter { float: none; display: inline-block; vertical-align: middle; width: 34%; text-align: left; }
	.pager .pages { margin: 0; width: 65%; text-align: left; float: none; display: inline-block; vertical-align: middle; text-align: right; }
	.btn-proceed-checkout { width: 100%; margin-bottom: 10px }
}

@media (max-width: 600px) {
	.search .header-search { left: -141px; }
	#home-news .post-title { font-size: 90%; }
	.post-read a { font-size: 90%; }
	#primary-footer .footer-nav ul li a {
	display: inline-block;
	padding: 8px;
}
	#primary-footer .footer-nav .col-md-3 {
	width: 100%;
	float: none;
	clear: none;
	height: auto;
}
	#primary-footer .footer-nav .col-md-3.soc .social-new {
	display: block;
	height: 40px;
	visibility: visible;
}
	#primary-footer .row.footer-nav {
	display: inline;
	clear: both;
}
	#primary-footer .footer-nav .col-md-3.soc {
	height: 40px;
	display: block;
}
.copyright {
  display: block;
  padding: 8px 0 8px 8px;
  text-transform: capitalize;
}
	

}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.center 	  { margin: auto; }

/* Trademark Register Trademark Fix */
h3 sup {
	font-size: 60%;
	font-weight: normal;
	font-style: normal;
	vertical-align: 4px;
}
/* signature artists fix - btb 3/24/2015 */
.cms-hearforalifetime-signature-etyheads #primary-content {
	padding-top: 0;
}
.cms-hearforalifetime-signature-etyheads #primary-content #homepage-carousel{border-bottom:0px solid #545454}

/* Hearfor a lifetime */
.cms-hearforalifetime #primary-content,.cms-hearforalifetime-adopt-a-band #primary-content{padding:5px 0;background-color:#fff;background-image:url('http://skin.etymotic.com/skin/frontend/etymotic/default/img/page-bg.png');background-size:100% 154px;background-repeat:repeat-x}
.cms-hearforalifetime #primary-content,.cms-hearforalifetime-adopt-a-band #primary-content{background-size:100% 163px}
.cms-hearforalifetime .sidebar-wrapper,.cms-hearforalifetime-adopt-a-band .sidebar-wrapper{margin:0 -11px;padding:0 0 5px 0;min-height:154px}

/* Forms List Fix and Reflow */
li label {vertical-align:middle;margin-top:1px;margin-bottom:4px}
li .checkbox, li .radio {margin-right:6px;vertical-align:middle}
.form-field-reflow{width:27%;float:left;margin-top:6px}
.reflow{width:73%;float:left}
.form-field-reflow2{width:31%;float:left;margin-top:6px}
.reflow2{width:69%;float:left}
.input-box{margin-bottom:10px}
h2.legend{display: block;float: none;clear: both}
#captcha_formbuilder{width:30%}

/* Multiple Address checkout */
ul#checkout-progress-state.checkout-progress { list-style-type: none; clear: none; }
ul#checkout-progress-state.checkout-progress li { }
#multiship-addresses-table { width: 100%; }
#multiship-addresses-table h3 {margin-top:0px;margin-bottom:0px; line-height: 1; }
#multiship-addresses-table td { padding: 5px; vertical-align: top; }
#multiship-addresses-table input.input-text.qty { width: 50px; padding-right: 6px; padding-left: 6px; }
#multiship-addresses-table .btn-remove2 { white-space: nowrap; }

/* Quickorder Customization */

#quick-order h3 {font-size: 15px;margin-top:2px;margin-bottom:4px;line-height: 105%;}
#quick-order .qty {width: 56px;margin-right: 10px;margin-left: 10px;text-align: right;}
#quick-order .item {border-bottom: 1px dashed silver;padding-bottom: 2px;}
#quick-order .productListing-addto {padding-right:1%;padding-bottom: 1%;}
#quick-order .button {float: right;margin: 5px;}
#quick-order th#listCell0-2{text-align: center;}
#quick-order th#listCell0-3{text-align: right;}

.or {visibility: hidden;}

/* Cart Customization */ 

.cart-item-price-total { float: left; display: inline-block; margin-right: 10px; } 
.cart-item-price-per { float: left; display: inline-block; padding-top: 5px; } 
.cart-item .form-group{margin-bottom:0px; float: right; width: 110px; } 
.cart-item .form-group label { display: inline-block; margin-right: 5px; margin-top: 7px; } 
#shopping-cart-table h4 { margin: 0px 0 0px 0; font-size: 17px; } 
.cart-item input.input-text.qty { display: inline-block; margin-bottom: 0; width: 74px; } 
.cart-item .cart-item-edit a { display: inline-block; padding-left: 6px; padding-top: 2px; } 

/* list fix */ 
/* #primary-content ul ul li {list-style-type: square;} */ 
#primary-content ul ul, #primary-content ol ul, #primary-content ul ol, #primary-content ol ol {margin: 0 0 4px 25px;}

/* Quality Page */ 
.cms-quality #primary-content h3 {
	margin-bottom: 1px;
	margin-top: 5px;
}
.cms-quality #primary-content .downloads-links-block {
	display: inline;
}
.cms-quality #primary-content .downloads-links-block .head h4 {
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}
.cms-quality #primary-content .downloads-links-block .category-files {
	padding-left: 30px;
}
.cms-quality #primary-content .downloads-links-block .category-title {
	display: none;
}
.cms-quality #primary-content #qr1 .downloads-links-block h4,
.cms-quality #primary-content #qr3 .downloads-links-block h4,
.cms-quality #primary-content #qr4 .downloads-links-block h4,
.cms-quality #primary-content #qr5 .downloads-links-block h4
 {
	display: none;
}

/* Where To Buy */ 
.cms-storelocator-where-to-buy-online #primary-content .std {
	margin-left: 20px;
}
.cms-storelocator-where-to-buy-online #primary-content ul {
	margin-left: 50px;
	font-size: 115%;
}
.cms-storelocator-where-to-buy-online #primary-content ul li {
	margin-bottom: 6px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}
.storelocator-page #hp_text {
	padding: 0 15px 5px 18px;
	font-size: 95%;
}

.cms-where-to-buy a.btn{display:inline-block;padding:12px 12px;margin-bottom:0;font-size: 18px;line-height: 26px;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:8px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;
	background-color: #ddd;
	width: 100%;-webkit-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.3);
box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.3);
	font-weight: bold;
}
.cms-where-to-buy a.btn:hover,.cms-where-to-buy a.btn:focus{color:#000;text-decoration:none;
	background-color: #ced6e5;-webkit-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.5);
box-shadow: inset -2px -2px 10px 0px rgba(0,0,0,0.5);
}
.cms-where-to-buy a.btn:active,.cms-where-to-buy a.btn.active{outline:0;background-image:none;background-color: #e5c6b7;-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.5);
box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.5);}

.cms-where-to-buy-online #primary-content .col-md-4 h4 {
	margin-bottom: 5px;
}
.cms-where-to-buy-online #primary-content img {
	width: 70%;
	margin-bottom: 10px;
}
.cms-where-to-buy-online #primary-content img.biglogo {
	width: 40%;
}
.cms-where-to-buy-online #primary-content img.widelogo {
	width: 100%;
}


/* Sale Styles */
.sale {
	color: red;
	font-weight: bold;
	font-size: 24px;
}
.cms-sale-holiday-sale-11-2015  #primary-content .col-md-5, .cms-sale-holiday-sale-11-2015  #primary-content .col-md-12 {
	text-align: center;
}
.cms-sale-holiday-sale-11-2015 #primary-content a.sale {
	display: block;
	position: relative;
	top: 6px;
}
.cms-sale-holiday-sale-11-2015  #primary-content .col-md-12 .std p {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
#sale_free_ship {
	display: none;
}
#banner-stage #sale_free_ship {
	z-index: 10;
	float: none;
	display: inline-block;
	height: 0;
	padding-left: 900px;
	position: absolute;
}
#primary-content #cat_5 #sale_free_ship, 
#primary-content #cat_6 #sale_free_ship, 
#primary-content #cat_7 #sale_free_ship, 
#primary-content #cat_8 #sale_free_ship, 
#primary-content #cat_11 #sale_free_ship, 
#primary-content #cat_12 #sale_free_ship, 
#primary-content #cat_13 #sale_free_ship, 
#primary-content #cat_15 #sale_free_ship, 
#primary-content #cat_80 #sale_free_ship, 
#primary-content #cat_81 #sale_free_ship, 
#primary-content #cat_82 #sale_free_ship, 
#primary-content #cat_83 #sale_free_ship, 
#primary-content #cat_84 #sale_free_ship, 
#primary-content #cat_85 #sale_free_ship, 
#primary-content #cat_86 #sale_free_ship, 
#primary-content #cat_87 #sale_free_ship, 
#primary-content #cat_88 #sale_free_ship, 
#primary-content #cat_89 #sale_free_ship, 
#primary-content #cat_90 #sale_free_ship, 
#primary-content #cat_91 #sale_free_ship, 
#primary-content #cat_92 #sale_free_ship, 
#primary-content #cat_93 #sale_free_ship, 
#primary-content #cat_94 #sale_free_ship, 
#primary-content #cat_95 #sale_free_ship, 
#primary-content #cat_96 #sale_free_ship, 
#primary-content #cat_102 #sale_free_ship, 
#primary-content #cat_103 #sale_free_ship, 
#primary-content #cat_104 #sale_free_ship, 
#primary-content #cat_105 #sale_free_ship {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 40%;
	top: 20px;
}
#primary-content #prod #sale_free_ship {
	top: 260px;
	left: -20px;
}
/* Hide for DI-15 */
#primary-content #prod-306 #sale_free_ship {
	visibility: hidden;
}
.cms-sale-holiday-sale-11-2015 #sale_free_ship_2 {
	position: absolute;
	top: 170px;
	left: 140px;
	width: 150px;
}

#primary-content #prod, #accessories #prod {
	background-color: #5bd841;
	text-align: center;
	line-height: 1.1;
	font-size: 115%;
	padding: 6px;
	position: relative;
	right: 15px;
	width: 103.3%;
}

/* Hide Sale */
#primary-content #cat_4, #accessories #cat_4,
#primary-content #cat_11, #accessories #cat_11,
#primary-content #cat_19, #accessories #cat_19,
#primary-content #cat_20, #accessories #cat_20,
#primary-content #cat_21, #accessories #cat_21,
#primary-content #cat_23, #accessories #cat_23,
#primary-content #cat_24, #accessories #cat_24,
#primary-content #cat_57, #accessories #cat_57,
#primary-content #cat_90, #accessories #cat_90,
#primary-content #cat_104, #accessories #cat_104,
#primary-content #cat_106, #accessories #cat_106,
#primary-content #cat_107, #accessories #cat_107,
#primary-content #cat_108, #accessories #cat_108,
#primary-content #cat_109, #accessories #cat_109,
#primary-content #cat_110, #accessories #cat_110,
#primary-content #cat_112, #accessories #cat_112,
#primary-content #cat_113, #accessories #cat_113,
#primary-content #cat_114, #accessories #cat_114,
#primary-content #cat_115, #accessories #cat_115,
#primary-content #cat_116, #accessories #cat_116,
#primary-content #prod-122, #accessories #prod-122 {
	display: none;
}

.tab-pane td,.tab-pane th {
	padding: 2px 2px 2px 4px;
	vertical-align: top;
}


@media (max-width: 1200px) {
	#primary-content #cat_5 #sale_free_ship, 
#primary-content #cat_6 #sale_free_ship, 
#primary-content #cat_7 #sale_free_ship, 
#primary-content #cat_8 #sale_free_ship, 
#primary-content #cat_11 #sale_free_ship, 
#primary-content #cat_12 #sale_free_ship, 
#primary-content #cat_13 #sale_free_ship, 
#primary-content #cat_15 #sale_free_ship, 
#primary-content #cat_80 #sale_free_ship, 
#primary-content #cat_81 #sale_free_ship, 
#primary-content #cat_82 #sale_free_ship, 
#primary-content #cat_83 #sale_free_ship, 
#primary-content #cat_84 #sale_free_ship, 
#primary-content #cat_85 #sale_free_ship, 
#primary-content #cat_86 #sale_free_ship, 
#primary-content #cat_87 #sale_free_ship, 
#primary-content #cat_88 #sale_free_ship, 
#primary-content #cat_89 #sale_free_ship, 
#primary-content #cat_90 #sale_free_ship, 
#primary-content #cat_91 #sale_free_ship, 
#primary-content #cat_92 #sale_free_ship, 
#primary-content #cat_93 #sale_free_ship, 
#primary-content #cat_94 #sale_free_ship, 
#primary-content #cat_95 #sale_free_ship, 
#primary-content #cat_96 #sale_free_ship, 
#primary-content #cat_102 #sale_free_ship, 
#primary-content #cat_103 #sale_free_ship, 
#primary-content #cat_104 #sale_free_ship, 
#primary-content #cat_105 #sale_free_ship {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 40%;
	top: 20px;
	width: 200px;
	height: 200px;
}
#primary-content #prod #sale_free_ship {
	top: 260px;
	left: -20px;
}
#sale_free_ship img {
	width: 200px;
	height: 200px;
}
}
@media (max-width: 990px) {
	#primary-content #cat_5 #sale_free_ship, 
#primary-content #cat_6 #sale_free_ship, 
#primary-content #cat_7 #sale_free_ship, 
#primary-content #cat_8 #sale_free_ship, 
#primary-content #cat_11 #sale_free_ship, 
#primary-content #cat_12 #sale_free_ship, 
#primary-content #cat_13 #sale_free_ship, 
#primary-content #cat_15 #sale_free_ship, 
#primary-content #cat_80 #sale_free_ship, 
#primary-content #cat_81 #sale_free_ship, 
#primary-content #cat_82 #sale_free_ship, 
#primary-content #cat_83 #sale_free_ship, 
#primary-content #cat_84 #sale_free_ship, 
#primary-content #cat_85 #sale_free_ship, 
#primary-content #cat_86 #sale_free_ship, 
#primary-content #cat_87 #sale_free_ship, 
#primary-content #cat_88 #sale_free_ship, 
#primary-content #cat_89 #sale_free_ship, 
#primary-content #cat_90 #sale_free_ship, 
#primary-content #cat_91 #sale_free_ship, 
#primary-content #cat_92 #sale_free_ship, 
#primary-content #cat_93 #sale_free_ship, 
#primary-content #cat_94 #sale_free_ship, 
#primary-content #cat_95 #sale_free_ship, 
#primary-content #cat_96 #sale_free_ship, 
#primary-content #cat_102 #sale_free_ship, 
#primary-content #cat_103 #sale_free_ship, 
#primary-content #cat_104 #sale_free_ship, 
#primary-content #cat_105 #sale_free_ship {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 20%;
	top: 20px;
	width: 200px;
	height: 200px;
}
#banner-stage #sale_free_ship {
	z-index: 10;
	float: none;
	display: inline-block;
	height: 0;
	padding-left: 535px;
	position: absolute;
	padding-top: 330px;
}
#primary-content #prod #sale_free_ship {
	top: 230px;
	left: 10px;
}
#sale_free_ship img {
	width: 150px;
	height: 150px;
}
#banner-stage #sale_free_ship img {
	width: 180px;
	height: 180px;
}
.cms-sale-holiday-sale-11-2015 #sale_free_ship_2 {
	position: absolute;
	top: 17%;
	left: 1%;
	width: 28%;
	max-width: 150px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-1 {
	display: none;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 {
	padding-bottom: 10px;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 h4 {
	font-size: 16px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 .sale {
	font-size: 17px;
}
.cms-sale-holiday-sale-11-2015 #sale_bottom {
	padding-right: 10px;
	padding-left: 10px;
}
#primary-content #prod, #accessories #prod {
	width: 104.4%;
}
}
@media (max-width: 768px) {
body {
  font-size: 13px;
  line-height: 20px;
}
#primary-content #cat_5 #sale_free_ship, 
#primary-content #cat_6 #sale_free_ship, 
#primary-content #cat_7 #sale_free_ship, 
#primary-content #cat_8 #sale_free_ship, 
#primary-content #cat_11 #sale_free_ship, 
#primary-content #cat_12 #sale_free_ship, 
#primary-content #cat_13 #sale_free_ship, 
#primary-content #cat_15 #sale_free_ship, 
#primary-content #cat_80 #sale_free_ship, 
#primary-content #cat_81 #sale_free_ship, 
#primary-content #cat_82 #sale_free_ship, 
#primary-content #cat_83 #sale_free_ship, 
#primary-content #cat_84 #sale_free_ship, 
#primary-content #cat_85 #sale_free_ship, 
#primary-content #cat_86 #sale_free_ship, 
#primary-content #cat_87 #sale_free_ship, 
#primary-content #cat_88 #sale_free_ship, 
#primary-content #cat_89 #sale_free_ship, 
#primary-content #cat_90 #sale_free_ship, 
#primary-content #cat_91 #sale_free_ship, 
#primary-content #cat_92 #sale_free_ship, 
#primary-content #cat_93 #sale_free_ship, 
#primary-content #cat_94 #sale_free_ship, 
#primary-content #cat_95 #sale_free_ship, 
#primary-content #cat_96 #sale_free_ship, 
#primary-content #cat_102 #sale_free_ship, 
#primary-content #cat_103 #sale_free_ship, 
#primary-content #cat_104 #sale_free_ship, 
#primary-content #cat_105 #sale_free_ship {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 20%;
	top: 20px;
	width: 150px;
	height: 150px;
}
#primary-content #prod #sale_free_ship {
	top: 230px;
	left: 10px;
}
#sale_free_ship img {
	width: 150px;
	height: 150px;
}
#banner-stage #sale_free_ship {
	z-index: 10;
	float: none;
	display: inline-block;
	height: 0;
	position: absolute;
	padding-left: 60%;
	padding-top: 0;
}
.cms-sale-holiday-sale-11-2015 #sale_free_ship_2 {
	position: absolute;
	top: 17%;
	left: 1%;
	width: 28%;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 .std p {
	width: 100%;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 .std p img {
	padding-bottom: 30px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-1 {
	display: none;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 {
	padding-bottom: 10px;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 h4 {
	font-size: 16px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 .sale {
	font-size: 17px;
}
.cms-sale-holiday-sale-11-2015 #sale_bottom {
	padding-right: 10px;
	padding-left: 10px;
}
.tab-content>.tab-pane img {display:block;max-width:100%;height:auto;
}
.table-responsive>.table {
	font-size: 85%;
}
.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:4px;line-height: 1.5;vertical-align:top;border-top:1px solid #dddddd;
	white-space: normal;
}
.callout {
	font-size: 85%;
	line-height: 1.3;
	padding-right: 10px;
}
.more-views {
	margin-left: 14px;
}
.more-views h2 {
  font-size: 14px;
  line-height: 18px;
margin-top: 2px;margin-bottom: 6px;}
h1 {
  font-size: 26px;
  line-height: 38px;
}
h2 {
  font-size: 22px;
  line-height: 32px;
}
h3 {
  font-size: 18px;
  line-height: 26px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-left:8px;padding-right:8px;}
.col-xs-12{width:96%;
	margin-left: 4px;
	margin-right: 4px;
}
#primary-home-content-mobile h3 {
  font-size: 14.5px;
  margin: 0 0 6px;
  line-height: 1.1;
}
#primary-home-content-mobile .home-tab-mobile-content {
  padding: 2px 10px 0 0;
}
#primary-home-content-mobile .home-tab-mobile-title p {
  font-size: 16.5px; /* font-size: 22px; */
  font-weight: bold;
  margin: 5px 0 10px 0;
}
#secondary-home-content {
  background: url('../img/bg-secondary-content.png') repeat-x 0 0 #ffffff;
  padding: 20px 0;
}
#products-list {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
#primary-content #prod {
	width: 104.4%;
}
#accessories #prod {
	width: 103.7%;
}
.tab-pane td,.tab-pane th {
	font-size: 95%;
	line-height: 1.3;
	vertical-align: top;
}


}
@media (max-width: 500px) {
	#primary-content #cat_5 #sale_free_ship, 
#primary-content #cat_6 #sale_free_ship, 
#primary-content #cat_7 #sale_free_ship, 
#primary-content #cat_8 #sale_free_ship, 
#primary-content #cat_11 #sale_free_ship, 
#primary-content #cat_12 #sale_free_ship, 
#primary-content #cat_13 #sale_free_ship, 
#primary-content #cat_15 #sale_free_ship, 
#primary-content #cat_80 #sale_free_ship, 
#primary-content #cat_81 #sale_free_ship, 
#primary-content #cat_82 #sale_free_ship, 
#primary-content #cat_83 #sale_free_ship, 
#primary-content #cat_84 #sale_free_ship, 
#primary-content #cat_85 #sale_free_ship, 
#primary-content #cat_86 #sale_free_ship, 
#primary-content #cat_87 #sale_free_ship, 
#primary-content #cat_88 #sale_free_ship, 
#primary-content #cat_89 #sale_free_ship, 
#primary-content #cat_90 #sale_free_ship, 
#primary-content #cat_91 #sale_free_ship, 
#primary-content #cat_92 #sale_free_ship, 
#primary-content #cat_93 #sale_free_ship, 
#primary-content #cat_94 #sale_free_ship, 
#primary-content #cat_95 #sale_free_ship, 
#primary-content #cat_96 #sale_free_ship, 
#primary-content #cat_102 #sale_free_ship, 
#primary-content #cat_103 #sale_free_ship, 
#primary-content #cat_104 #sale_free_ship, 
#primary-content #cat_105 #sale_free_ship {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 17%;
	top: 5px;
	width: 100px;
	height: 100px;
}
#primary-content #prod #sale_free_ship {
	top: 200px;
	left: 10px;
}
#sale_free_ship img {
	width: 130px;
	height: 130px;
}
#banner-stage #sale_free_ship {
	z-index: 10;
	float: none;
	display: inline-block;
	height: 0;
	padding-left: 31%;
	position: absolute;
	padding-top: 2px;
}
#banner-stage #sale_free_ship img {
	width: 140px;
	height: 140px;
}
.cms-sale-holiday-sale-11-2015 #sale_free_ship_2 {
	position: absolute;
	top: 11%;
	left: 1%;
	width: 28%;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 .std p {
	width: 100%;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-12 .std p img {
	padding-bottom: 30px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-1 {
	display: none;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 {
	padding-bottom: 10px;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 .col-md-11 {
	padding: 4px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 h4 {
	font-size: 16px;
}
.cms-sale-holiday-sale-11-2015 #primary-content .col-md-5 .sale {
	font-size: 17px;
}
.cms-sale-holiday-sale-11-2015 #sale_bottom {
	padding-right: 10px;
	padding-left: 10px;
}
.tab-content>.tab-pane img {display:block;max-width:98%;height:auto;
}
x.table-responsive>.table td {
	font-size: 65%;
}
.tab-pane td,.tab-pane th {
	font-size: 85%;
	line-height: 1.3;
	vertical-align: top;
}

.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:2px;line-height: 1.5;vertical-align:top;border-top:1px solid #dddddd;
	white-space: normal;
}
.callout {
	font-size: 85%;
	line-height: 1.3;
	padding-right: 10px;
}
#primary-content #prod {
	width: 107.6%;
}

}

