body {
	color: #333;
	font-family: 'Open Sans', arial, sans-serif;
}

#content {
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #333333 solid;
}

#cs-footer {
	background-color: #333333;
	padding-bottom: 30px;
}

.error {
	font-size: 11px;
	color: red;
}

.px60 {
	height: 60px;
}

/* ------ CHECKOUT GEN ------- */
.progress-legend h4 a {
	color: #999;
	text-decoration: underline;
}
.checkout-frame-space .label {
	background-color: #fcf8e3;
	font-weight: 100;
	text-shadow: none;
	color: #764c04;
	border: 1px #764c04 solid;
	border-radius: 0px;
}

/* ------- Shipping Checkout --------*/
.checkout-shipping-form p.lead {
    margin-bottom:10px;
}
p.lead.Hazmat {
    margin-bottom: 3px;
}
p.Hazmat-disclaimer{
	font-size:12px;
	line-height:1.25em;
}
#checkoutExpressShippingRow{
    height: 54px;
}
.CheckoutExpressShippingNote{
    overflow-x: visible;
    position: absolute;
}
.alert-shipping-note{
    border: 2px solid crimson;
    color:black;
}

/* ------ Checkout Review - B2B Login ------ */
.users.form form{
	margin-bottom: 0px;
}
.users.form form fieldset input{
	width:100%;
	height: 30px;
	box-sizing: border-box;
}
.users.form form fieldset input.btn-primary{
	height: 35px;
}
.users.form form fieldset label span{
    float: right;
    margin-right: 2px;
}
.users.form form input[type*="checkbox"]{
    display: inline-block;
    width:inherit;
}
.users.form form div.login-submit div.input.checkbox{
	float:left;
	margin-top: 6px;
	margin-right: 15px;
	padding-left: 0px;
}
.users.form form div.login-submit div.input.checkbox input, .users.form form div.login-submit div.input.checkbox label{
	float:right;
	margin-left: 0;
	padding-right: 5px;
}
.users.form form div.login-submit div.span.pull-right, .users.form form div.login-submit div.span{	
    display: inline-block;
    width: auto;
}
.users.form form div.login-submit div.input.checkbox label{	
    display: inline-block;
}
.users.form form div.submit{
	position: relative;
	left:0;
    float:right;
}	

/* ------- Address - Pickup Options B2B --------*/
.pickup-locations {
	line-height: 1.25em;
	font-size: 12px;
	color: #999;
}


form#promoCodeChangeForm {
	margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0px !important;
    padding: .0em 1em .5em 1em !important;
}

	
@media (min-width: 980px) {
	.mshow {
		visibility: hidden !important;
		display: none !important;
	}
	
	.mhide {
		visibility: visible !important;
		display: inherit !important;
	}
}


@media (min-width: 768px) and (max-width: 979px) {
	body {
		padding-top: 0;
	}
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h1.product-name {font-size: 28px;}
	p.lead {font-size: 18px; line-height: 24px;}
	.mhide {
		visibility: hidden !important;
		display: none !important;
	}
	.overlays {
		visibility: hidden !important;
		display: none !important;
	}
/* ------- SHipping Checkout --------*/
	#checkoutExpressShippingRow{
		height: 77px !important;
	}
	.CheckoutExpressShippingNote{
		width: 460px;
	}
	.checkout-frame-space {
		padding-left: 20px; 
		padding-right: 20px; 
		width: auto;
	}
	.navbar .brand.checkout-header-text {
		margin-right: 0px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 0;
	}
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h1.product-name {font-size: 28px;}
	p.lead {font-size: 18px; line-height: 24px;}
	.mhide {
		visibility: hidden !important;
		display: none !important;
	}
	.overlays {
		visibility: hidden !important;
		display: none !important;
	}
/* ------- SHipping Checkout --------*/
	.CheckoutExpressShippingNote{
		position: static;
	}
}

@media (max-width: 480px) {
    #cs-banner { display: none; visibility: hidden; }
    .subnavband {display: none; visibility: hidden;}
    h1 {font-size:28px; line-height: 30px;}
    .lead {font-size: 16px; line-height: 23px;}
    #cs-footer {width: 108%; padding:23px 10px 0 10px; margin-left: -20px; }
    .mhide {display: none !important; visibility: hidden !important;}
    .mshow {display: inherit !important; visibility: visible !important;}
    .overlays {
		visibility: hidden !important;
		display: none !important;
	}
}



h5.footer {color: #FFF;}

a.nav-pills-footer {color: #919191;}

h3.footer-sitename {color: #FFF;}

h3.footer-phone {color: #919191; font-weight: lighter; margin-top: -15px;}

p.footerpara {color: #FFF;}

a.footer-a {color: #f6e066;}

.carousel-caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 5px 15px 0px 15px;
background: #333;
background: rgba(0, 0, 0, 0.75);
}

h5.banner {
	color: #919191;
	margin-bottom: -20px;
}

.subnavband {
min-height: 40px;
padding-right: 20px;
padding-left: 20px;
padding-top: 6px;
background-color: #FAFAFA;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);
background-repeat: repeat-x;
border: 1px solid #D4D4D4;
-webkit-border-radius: 0;
-moz-border-radius: 0px;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}


.btn-slider {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #FFF;
border-left: 1px solid #e0e0e0;
border-right: none;
border-bottom: 1px solid #e0e0e0;
border-color: #e0e0e0;
border-top: 2px solid #2a2a2a;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
height: 50px;
margin-right: -2px;
}

div.price h3, div.price h2 { 
	margin-bottom: 10px;
	margin-top: 0px;
}

div.price h4 {
	margin-bottom: 15px;
}

div.price div.price-lead {
	margin-top: -8px;
	margin-bottom: 12px;
}

div.price p.from-line {
	margin-top: 12px;
	margin-bottom: 0px;
}
	

p.reviewstars {
	margin-top:-12px;
}


.nav > .promo > a:hover {
text-decoration: none;
background-color: #08C;
color: #FFF;
}

.nav-pills > .promo > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #EEE;
}

.modal-gallery {
max-height: 600px;
padding: 15px;
overflow-y: auto;
width: 800px;
}

.gallery-modal {
position: fixed;
top: 40%;
left: 40%;
z-index: 1050;
width: 800px;
margin: -250px 0 0 -280px;
background-color: white;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}

.modal-body {
position: relative;
max-height: 800px;
padding: 15px;
overflow-y: auto;
}


.gallery-main {
	text-align: center;
	margin: auto;
}

hr.navbreaker {
	width: 100%;
	margin:15px 0 10px 0;
}

hr.navbreaker-sort {
	width: 100%;
	margin:10px 0 10px 0;
	float: left;
}
.accessories {
	margin-top:6px;
}

.accessories-table {
	width: 500px;
	padding: 0 10px 0 10px; 
}

.td-center {
	text-align: center;
}

.clickover-trigger {
	cursor: pointer; 
	
}

a-icon {
	margin-top:10px;
}

td.addtocart {
	width: 100px;
}

.navbar-inverse .navbar-inner {
	background-color: #1c1c1c;
	background-image: -moz-linear-gradient(top, #2c2c2c, #1b1b1b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c2c2c), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #2c2c2c, #1b1b1b);
	background-image: -o-linear-gradient(top, #2c2c2c, #1b1b1b);
	background-image: linear-gradient(to bottom, #2c2c2c, #1b1b1b);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

li.pagenav-active {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: white;
	border: 1px solid #DDD;
	border-left-width: 0;
	color: #999;
	cursor: default;
	background-color: whiteSmoke;
}

.nav-tabs > .lhnav-active > a, .nav-tabs > .lhnav-active > a:hover {
	color: white;
	background-color: #08C;
	cursor: default;
}

.nav-tabs > .lhnav-active > a, .nav-tabs > .lhnav-active {
	color: white;
	background-color: #08C;
	cursor: default;
}


li.pagenav-disabled {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: white;
	border: 1px solid #DDD;
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: default;
	background-color: transparent;
}

h2.banner {
	margin:0px 0 0px 0;
}

h5.videotitle {
	color: #000000;
}

img.paymenticon {
	margin: 0 5px 10px 5px;
}

img.brandlogo {
	margin-bottom: 15px;
}

p.brandpara {text-align: center; font-weight: bold; margin-top: -10px;}

.pull-center {
        text-align: center;
    }
    .pull-center > .nav {
        float:none;
        display:inline-block;
        *display: inline; *zoom: 1;
    }

.dropdown-menu li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333;
white-space: nowrap;
text-align: left;
}

.navbar .brand {
display: block;
float: left;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
color: #777;
margin-right: -10px;
}

p.footer {
	color: #919191;
}

h1.product-name {
	font-size:31.5px;
	line-height: 40px;
}
.expiry {
	width: 100px;
	color: #e31313;
}
/*
select {
	min-width: 100px;
	width: auto;
	background-color: white;
	border: 1px solid #CCC;
	margin:0 0 10px 0;
}
*/
.cvv {
	width: 60px;
	float: left;
}
.cvvicon {
	float:left; 
	margin-left:5px;
}

.comments {
	width: 95%;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #D6D6D6;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.volume {margin-top:-10px; float: left;}

.feature-image {margin-top: -15px; width: auto; text-align: center;}

.product-feature-para {text-align: center;}

.from-line {font-weight: normal; line-height: 1; color: #999; margin-bottom: 15px;}

widget-box {
background: none repeat scroll 0 0 #F9F9F9;
border-top: 1px solid #CDCDCD;
border-left: 1px solid #CDCDCD;
border-right: 1px solid #CDCDCD;
clear: both;
margin-top: 16px;
margin-bottom: 16px;
position: relative;
}

.widget-title {
background-color: #EFEFEF;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
border-bottom: 1px solid #CDCDCD;
height: 36px;
}

.widget-content {
padding: 12px 15px;
border-bottom: 1px solid #CDCDCD;
}

.widget-title span.icon {
border-right: 1px solid #CDCDCD;
padding: 9px 10px 7px 11px;
float: left;
opacity: .7;
}


.bannersearch {height:34px; width: 100%;}

.cat-stock {margin:-10px 0 10px 0;}

.inventory {margin: -20px 0 10px 0;}

.clickover-trigger {
	cursor: pointer;
	color: #666;
	font-weight: normal;
}



/* ------------------------- Tag Classes --------------------------------- */

.tag {
background-color: #666666;
cursor: pointer;	
}

/* ------------------------- Custom Cart / Checkout Classes --------------------------------- */
.OrderShipping, .OrderReturning {
	cursor: pointer;
}

/* body {
	background-color: #444;
} */

.master {
	background-color: white;
	margin-top: 80px;
}

table td .no-border {
	border-top: 0;
}

td.cart-restricted {
	border-top: 0;
	padding: 0 0 0 8px;
}

/* ------------------------- DISCOUNT PRICE AND STRIKETHROUGH --------------------------------- */

.strikethrough {
  position: relative;
  color: #db4545;
  font-weight: bold;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-7deg);
  -moz-transform:rotate(-7deg);
  -ms-transform:rotate(-7deg);
  -o-transform:rotate(-7deg);
  transform:rotate(-7deg);
}

.discounted {margin:-17px 0 10px 0;}

h4.discountedprice {margin-bottom: 15px;}

/* -------------------------  IE Responsive Fixes --------------------------------- */

.ie8 .mshow{
	visibility: hidden;
	display: none;
}
@media (min-width: 979px) and (max-width: 1199px){ 
	.cvv {
	    width: 38px;
	}
}
@media (max-width: 979px){
	.navbar .brand.checkout-header-text {
	    padding-right: 0px;
		padding-left: 10px;
		margin: 0 0 0 -5px;
		font-size: 14px;
	}
	.navbar .brand strong {
		margin-left: 10px;
	}
}

body {
	color: #333;
	font-family: 'Open Sans', arial, sans-serif;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#content {
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.085);
}


hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #d4d4d4;
} 
h1 {
	display: block;
	font-size: 25px;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	line-height: 1.4em;
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: 700;
	font-family: 'Open Sans', arial, sans-serif;
}
h1.product-name {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-top: 0;
} 
h2 {
	display: block;
	font-size: 22px;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: 400;
	font-family: 'Open Sans', arial, sans-serif;
	line-height: 1.25em;
}

h3 {
	display: block;
	font-size: 20px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: 700;
	font-family: 'Open Sans', arial, sans-serif;
	line-height: 1.2em;
}

h3.h3-model {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;
}

h3.h3-model span.muted strong {
	font-size: 15px;	
}

h4 {
	display: block;
	font-size: 18px;
	-webkit-margin-before: 1.20em;
	-webkit-margin-after: 1.20em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 8px;
	margin-top: 3px;
	font-weight: 700;
	font-family: 'Open Sans', arial, sans-serif;
	line-height: 1.2em;
}

h5 {
	display: block;
	font-size: 16px;
	-webkit-margin-before: 1.20em;
	-webkit-margin-after: 1.20em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	color: #333333;
	font-family: 'Open Sans', arial, sans-serif;
	line-height: 1.2em;
	margin: 0;
}

h5.incentives {
	font-size: inherit;
	margin-top: 10px;
}

p.short-description {
	margin-bottom: 10px;
	font-size: 16px;
}

a{
	text-decoration: none;	
}

a:hover, a:active a:focus{
	text-decoration: none;	
}
a.document strong{
	text-transform: capitalize;
}
.strikethrough {
 position: relative;
}
.document {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.strikethrough:before {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
}

.comment-tag-product {
    color: #bb0000;
    font-weight: lighter;
    font-style: italic;
    margin-bottom: 10px;
}
table {
    font-size: 14px;
}

div#modal-lead form{
	margin-bottom: 0px;
}
/* -------------------------  Cart Modal Styling --------------------------------- */

.modal-cart {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 440px;
	margin-left: -220px;
	background-color: #fff;
	border: none;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	outline: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

h2.cart-modal-price {
	text-align: left;
	color: #514d36;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 2px;
}

h4.modal-quantity {
	display: block;
	font-size: 17.5px;
	margin: -6px 0px 0px 0px;
	font-weight: bold;
}

hr.cart-modal {
	margin: 12px 0;
	border: 0;
	border-top: 1px solid #e7e8e6;
	border-bottom: 1px solid #fff;
}


p.cart-modal-continue {
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
}

a.cart-modal-continue {
	text-decoration: none;
}

.incart-modal {
	border-left: none;
	height: 100%;
	padding-left: 15px;
}

h4.incart-title {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #717171;
	font-weight: 400;
}

h4.modal-subtotal {
	margin:-5px -5px 0 0;
}

p.cart-freeship {
	color: #eaeaea;
	font-size: 18px;
	margin-bottom: 0px;
}

p.cart-freeship-ship{
	font-size: 12px;
	font-style: italic;
	color: #eaeaea;
}

/* ---- FLAGS ----- */

.label, .badge {
	display: inline-block;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
}

.badge {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.label {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.label-top-seller {
	background-color: #178DCD;
}

.label-new {
	background-color: #F57E20;
	padding-top: 5px;
}

.label-new .icon-white{
	margin:3px 0 0 0;
	}

.label-featured {
	background-color: #5DBA47;
	padding-top: 5px;
}

.label-featured .icon-white{
	margin:3px 0 0 0;
	}

.label-special {
	border: thin solid #D02028;
	color: #D02028 !important;
	background-color: white !important;
}

.label-clearance {
	background-color: #D02028;
	padding-top: 5px;
}

.label-clearance .icon-white{
	margin:3px 0 0 0;
	}

/* ------ CATEGORIES ------- */

h1.category-title {
    margin-top: -3px;
    line-height: 1em;
    margin-bottom: 10px;
}
h4.category-short {
    margin-top: 1px;
    font-weight: 400;
    line-height: 1.3;
}
p.model{
	margin-top: 0;
	margin-bottom: 8px;
}
.category-items h4 a{
	color:#000000;
	font-size: 16px;
}
h4 span.muted{
	font-size: 80%;
}
.table td, .table th{
	padding: 5px 8px;
}
td {
    vertical-align: middle !important;
}
.your-price {
    font-weight: 600 !important;
    font-size: 16px;
}
.availability{
    font-size: 15px;
}
/*.category-items input{
    margin-bottom: 0;
}*/
.truncated-text .short-description{
	font-size: 17px;
	line-height: 22px;	
	display: block;
	display: -webkit-box;
	height: 89px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ------ Videos -------*/
	.video-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	    margin-bottom: 15px;
	}
	.video-container iframe, .video-container object, .video-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

.promo-icon-newsletter .promo-modal-newsletter{
	display: none;
	position: relative;
	bottom:85px;
	left:5px;
	background-color: #eaeaea;
	border: 3px solid #c9cdd4;
	font-size: 90%;
	font-style: normal;
	padding: 10px;
	height:70px;
	width:165px;
}

.promo-icon-newsletter:hover .promo-modal-newsletter{
	display: block;
}

#newsletter-signup{
	display: none;
	position: absolute;
	right: 21%;
	top: 40%;
	background-color: #eaeaea;
	border: 3px solid #c9cdd4;
	font-size: 90%;
	font-style: normal;
	padding: 10px;
	height:120px;
	width:165px;
}

#newsletter-signup-off{
	position: fixed;
	display: none;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	padding: 15px;
	z-index: 99999;
	content: '';
}

.cart-summary {
	background-color: #eaeaea;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cart-summary-wrap{
	width: 93%;
	margin:10px auto;
}

.cart-summary-wrap p{
         margin-top: 5px !important;
}

.cart-summary-wrap small {
    font-size: smaller;
} 

.cart-summary hr{
	border-color: #fff;
	}

.cart-header {
	background-color: #aaaaaa;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.cart-header p{
	padding: 10px 10px 0 10px;
	color: white;
	font-size: 20px;
}

.totals>p:last-child {
	font-weight: bold;
	font-size: 18px;
}
.promo-code-input{
	width:67px;
}

p {
	margin: 5px 0 5px 0;	
}
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 38px; line-height: 32px; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:230px;}
#mc_embed_signup input.button {display:block; width:90%;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

@media (min-width: 980px) {
	ul.mshow li {
		visibility: hidden;
		display: none;
	}
	ul.mhide li {
		visibility: visible;
		display: inherit;
	}
	
	.banner-mshow {
		visibility: hidden;
		display: none;
	}
	.mshow {
		visibility: hidden !important;
		display: none !important;
	}
	
	.mhide {
		visibility: visible !important;
		display: inherit !important;
	}
	.navbar-inverse .nav-collapse .nav > li > a {
        text-shadow: none;
        color: white;
    }
	
}
@media (min-width: 980px) and (max-width: 1199px) {
	.promo-code-input{
		width:44px;
	}
	.promo-code-text{
		font-size: 12px;
	}
	.promo-icon-tag{
		display: none;
	}
	.label{
		font-size: 13px;
	}	
}
@media (max-width:979px){
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	p.lead {font-size: 18px; line-height: 24px;}
	h1.product-name {
		font-size: 1.6em;
		line-height: 1.2em;
	}
	
}
@media (min-width: 768px) and (max-width: 979px) {

	.mhide {
		visibility: hidden !important;
		display: none !important;
	}

	.breadcrumb {
		visibility: hidden;
		display: none;
	}
	.overlays {
		visibility: hidden;
		display: none;
	}

	div.nav-background > div.container {
    	width: 100%;
	}

	#ProductViewForm{
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar .nav>li:last-child {
    	margin-top: 0;
	}
	.label{
		font-size: 11px;
		padding: 4px;
	}
	.label i {
		display: none;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.mhide {
		visibility: hidden !important;
		display: none !important;
	}

	.breadcrumb {
		visibility: hidden;
		display: none;
	}
	.overlays {
		visibility: hidden;
		display: none;
	}

	.navbar-inner {
	    padding-right: 0px;
	    padding-left: 0px;	
	}

	#ProductViewForm{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	ul.nav.social {
		margin-left: 5px;
	}
	.payment-footer p, .payment-footer img{
	    margin-left: 10px;
    }   
 	.span3.gts-cal-cert-seale {
		display: none;
	}
	.incentive.span9 {
		padding-left: 10px;
		padding-right: 10px;
	}

}
@media (max-width: 480px) {
    #cs-banner { display: none; visibility: hidden; }
    .subnavband {display: none; visibility: hidden;}
    h1 {font-size:28px; line-height: 30px;}
    .lead {font-size: 16px; line-height: 23px;}
    #cs-footer {width: 100%; padding:23px 0px 0 0px; }
    .mhide {display: none !important; visibility: hidden !important;}
    .mshow {display: inherit !important; visibility: visible !important;}
    #cs-footer .container{
	    margin:0 2%;    
    }
    .payment-footer p, .payment-footer img{
	    margin-left: 10px;
    }
    ul.mhide li {
		visibility: hidden;
		display: none;
	}
	ul.mshow li {
		visibility: visible;
		display: inherit;
	}
	
	.logo {
		visibility: hidden;
		display: none;
	}
	
	.banner-mhide {
		visibility: hidden;
		display: none;
	}
	
	.banner-mshow {
		visibility: visible;
		display: inherit;
	}
	
	.mobile-contact {
		margin-left: 20px;
	}

	body {
		 padding-right: 0;
		 padding-left: 0;
	}
	
	.nav-pills-footer, .nav-pills>li {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.nav-pills>li>a
	{
		padding-left:0;
		padding-right: 0;
		margin-left: 10px;
	}
	
	.span6 .nav-pills {
		float: none;
		width: 100%;
	}
	.nav {
		margin-bottom: 0;
	}
	
	ul.nav.social {
		margin-left: 0;
	}
	
}
@media (max-width: 480px) {
    h1 {font-size:28px; line-height: 30px;}
    .lead {font-size: 16px; line-height: 23px;}
    .mhide {display: none !important; visibility: hidden !important;}
    .mshow {display: inherit !important; visibility: visible !important;}

    .payment-footer p, .payment-footer img{
	    margin-left: 10px;
    }
	
	.mobile-contact {
		margin-left: 20px;
	}
	
	body {
		 padding-right: 0;
		 padding-left: 0;
	}
	
	ul.nav.social {
		margin-left: 0;
	}
	
}
