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;
	}
	
}
