@charset "UTF-8";
/*!
 * Custom CSS by Craig Farrow
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


/*
#Checkout .delivery::after {
    content: 'Metro delivery options are currently unavailable due to the COVID-19 situation. We apologies for any inconvenience.';
    display: block;
    font-weight: bold;
}*/

.delivery_note {
	font-weight: bold;
	font-size: 14px;
}

#Form_ContactForm_error {
    color: red;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* CHECKOUT PROMO SPEECH BUBBLE */
/**/
.PaymentOptions .speech-bubble {
    display: none;
}



.speech-bubble {
	position: relative;
	border-radius: .4em;
	max-width: 380px;
    padding: 15px 20px;
	margin: 20px auto;
	line-height: 1.25em;
	font-size:24px;
	font-weight: 400!important;
}

.speech-bubble:after {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #666;
    border-right: 0;
    margin-left: -12px;
    margin-bottom: 0px;
}


@media (max-width:990px) {
.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: #666;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -12px;
}
}

.PaymentOptions {
    padding-top: 15px;
	padding-bottom: 10px;
}

.promos {
	padding: 40px 0;
}
.promos .articles {
	margin:30px 0px;
}
@media (max-width:768px){
	.promos .articles {
		text-align: center;
	}
}
.promos .articles h4 {
	font-weight: bold;
}


.promos .stitched {
	font-weight: bold;
	text-align: center;
}
.promos .stitched p {
	text-align: center;
	font-size: 21px;
	padding: 0px 40px;
	color: #fff;
}

.promos img {
	width:100%;
	max-width: 375px;
	height: auto;
	display: block;
	margin: auto;
}


.promos .refer-a-friend h3{
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
}

.referral-form {
	margin-top: 40px;
}

.referral-form textarea {
    height: 80px;
}

.referral-thanks {
	text-align: center;
	color: #DE0012; 
}

.referral-thanks h4 {
	color: #DE0012; 
}

.referral-thanks p {
	font-weight: bold; 
}
#referal_form_message {
    opacity: 0.5;
}

div.Blue {
	background-color: #003366;
}
div.LightBlue {
	background-color: #3399cc;
}
div.Grey {
	background-color: #ebebeb;
}
div.DarkGrey {
	background-color: #666;
}
div.White {
	background-color: #FFF;
}

div.Red {
	background-color: #DE0012;
}

/*
.promos .spring {
	background: rgba(102,45,145,0.6);
	box-shadow: 0 0 0 10px rgba(102,45,145,0.6);
}
.promos .refer-a-friend {
	background: rgba(00,33,66,0.3);
	box-shadow: 0 0 0 10px rgba(00,33,66,0.3);
}
.promos .stitched {
	text-align: center;
	border: 3px dashed #fff;
	border-radius: 25px;
}
@media (min-width:768px) {
	.promos .stitched {
		height: 200px;
	}
}
.promos .trybuy {
	background: #ebebeb;
	box-shadow: 0 0 0 10px #ebebeb;
	padding-top: 30px;
}
*/




@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
    	display: block;
	}
}

.modaal-gallery-label {
    display: none;
}


a.btn-next {
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    padding:0 20px;
    color:#ffffff;
    background-color:#274f88;
    position:relative;
    display:inline-block;
	font-weight: 500;
	cursor: pointer;
}
a.btn-next:after {
    position:absolute;
    right:-20px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #274f88;
	cursor: pointer;
}
a.btn-next:hover {
    background-color:#da291c;
	cursor: pointer;
}
a.btn-next:hover:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #da291c;
	cursor: pointer;
}



.header__heroes.promotions {
    max-height: 240px;
}

.HeaderBlue {
    margin-bottom: 20px;
}
.HeaderBlue .header__heroes__slider {
	min-height: 150px;
	background-color: #003366;
	color: #fff;
}

.header__heroes__slider:before, .header__heroes__hero:before  {
  display: inline;
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
  margin-top: 0px;
  height: 150px;
  width: 100%;
  content: '';
}

.promotions .hero-caption {
	background: none;
    position: absolute;
    bottom: 20px;
    z-index: 1000;
    padding: 0px 50px 7px 30px;
    color: #003366;
    font-weight: bold;
    text-align: center;
    width: inherit;
}
@media (max-width:768px) {
	.promotions .hero-caption {
		width: 100%!important;
	}
	.promotions .hero-caption h1 {
		font-size:21px;
	}
	.header__heroes__hero {
    margin-top: 40px;
}
}
.promotions .hero-caption:hover {
	background: none;
}
.promotions .hero-caption H1 {
	color: #fff;
}

.AboutHeader {
	background-color: #ebebeb;
    text-align: center;
	margin: 0px 0 20px 0;
	padding-top: 20px;
    padding-bottom: 40px;
}

.contents {
	padding-top:15px;
}
.contents a {
    display: list-item;
    padding: 5px 8px;
    list-style: none;
}
.contents a:hover {
	background:#eeeeee;
	cursor: pointer;
}

.contents a:last-child {
 /* border-bottom: 1px solid #ddd; */
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.articles h4 {
	color: #274f88;
	text-transform: uppercase;
	font-size: 12px;
}

.articles div {
	border-bottom: 1px solid #ddd;
	margin-top:20px;
	padding-bottom:10px;
}

.articles div:last-child {
    border-bottom: none;
}


.icon-wrapper {
	padding-bottom: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.icons .circle-bg {
	display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color:#dddddd;
    color: #2a2a2a;
    text-align: center;
	margin: auto;
}
.icons .circle-bg img {
	max-width: 40px;
    max-height: 40px;
}

.icons h4 {
	text-align: center;
	max-width: 100px;
    margin: 10px auto;
}

@media (max-width:768px) {
	
	.icon-wrapper {
		margin-top:15px!important;
		margin-bottom:10px;
	}
	.icons {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.icons .circle-bg {
    height: 50px;
    width: 50px;
    line-height: 50px;
	}
	.icons .circle-bg img {
	max-width: 30px;
    max-height: 30px;
	}
	.icons h4 {
	text-align: center;
	max-width: auto;
    margin: 10px auto;
	font-size:12px;
	}
}


 /*   MODAL VIDEO */

/*.videos img {
  width:100%;
  height:auto;
}*/

.videos {
	display: inline;
}
a.video {
  position: relative;
}

a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/themes/bootstrap/asset/image/play-btn.png) no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
  display: block;
	opacity: 1
}
a.video span:hover {
    opacity: .2;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 70%;
  }
}


 /*   SELECT DROPDOWN STYLE */

#filter_by.form-control {
    display: inline-block;
    height: 30px;
	width: 140px;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 1.42857;
    color: #666; 
    background-color: #ebebeb;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -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;
    -o-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;
}

#filter_by.form-control:hover {
	color: #2a2a2a;
	background-color: #c7c7c7;
	cursor: pointer;

}
 /*   END SELECT DROPDOWN STYLE */

.hero-caption.nobackground {
	background:none!important;
}

.lastEdited {
	display:inline;
	padding: 10px 30px 0 0;
	
}
@media (max-width:768px) {
	#usedHeader.hero-caption {
		text-align: center;
	}
	#filter_by.form-control {
		width:70px;
	}
}
@media (max-width:990px) {
	#usedHeader img {
		width:250px;
		height: auto;
	}
	#usedwelcome .welcome {
    border: 1px solid #fff!important;
    border-bottom: none!important;
	}
}
	
@media (max-width:480px) {
	
	#usedHeader.hero-caption {
		bottom:0px;
	}
	#usedHeader .used-logo-text {
		font-size:10px;
		padding: 6px 0 3px 0;
	}
	#usedHeader img {
		width:200px;
		height: auto;
	}
}

.used-logo-text {
	color: #ffe300;
	font-size:13px;
	text-transform:uppercase;
	padding: 10px 0 3px 0;
    margin: 0 auto;
    display: table;
    letter-spacing: 0.05em;
    font-weight: 500;
}


.hero-caption {
    position: absolute;
    bottom: 20px;
    z-index: 1000;
    background-color: rgba(255,255,255,0.7);
    padding: 0px 50px 7px 30px;
    color: #003366;
    font-weight: bold;	
}
.hero-caption:hover {
	background-color: rgba(255,255,255,1);
}
.hero-caption h3 {
	color: #da291c;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-style: oblique!important;
	font-weight: bold;
	font-size:32px;
}
.hero-caption p {
	font-style: oblique!important;
	text-transform: uppercase;
	font-size:16px;
	color:#003366;
}

@media (max-width:768px) {
	.hero-caption {
		background-color: rgba(255,255,255,0.7);
		padding: 2px 20px 8px 20px;
		bottom:0px;
    	left: 0!important;
		width: 100%;
	}
	.hero-caption h3 {
		font-size: 15px;
		margin-bottom: 2px;
		margin-top:8px;
	}
	.hero-caption p {
		margin-bottom:3px;
		font-size:12px;
	}
}

/*
h2, h3 {
	font-family: 'Lato Black';
}
h4, h5 {
	font-family: 'Lato';
}
*/
h3 {
	font-size: 28px;
}
/*h4 {
	font-weight: 600;
}
*/

.sorter {
	padding-left:20px;
	margin-top: -10px;
	margin-bottom:20px;
	color: #999;
}

.sorter_option a {
    color: #999;
	background: #ebebeb;
	padding: 5px 10px;
}
.sorter_option a:hover {
	color: #fff;
	background: #666;
}

.form-group .info {
    color: #DE0012;
	font-style: italic;
}

.success {
	padding:10px 0;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
}


h4 {
	font-size: 16px;
}

.pageDate {
	font-weight: bold;
	text-align: center;
}

.disposals a {
	color: #ffe300;
}

.disposals a:hover {
	color: #333;
}

.disposals-nav a {
	color: #ffe300!important;
}
@media (min-width:990px) {
	li.disposals-nav { 
		padding: 12px 5px!important;
	}
}
.disposalsHeader {
	background-image:url(../image/disposals_header.png);
	background-repeat: repeat-x;
	height:60px;
}

.disposals-header {
	text-align: left;
	font-size: 12px;
    line-height: 1em;
}

.disposals-logo {
	max-width:200px;
	width:100%;
	height:auto;
	margin: 20px 0px 10px 0px;
}

.disposalTabLogo {
    text-align: center;
    /* width: 250px; */
    /* padding: 0; */
    /* margin: 0; */
    float: right;
}

@media (min-width:1200px) {
	/*.header__heroes.disposals {
    	margin-top: -50px;
	}*/
}


	.header__heroes.disposals {
    	max-height: 280px;
	}


.disposalTabLogo p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.page-has-hero .content-top {
	border:none;
	padding:10px;
}

@media (max-width:990px) {
	.disposals-logo {
		max-width:160px;
		margin:10px auto;
}
}
@media (max-width:768px) {
	.disposalTabLogo {
		display:block;
		clear: both;
		float: none;
}
}


.buyfrom {
	font-weight:normal;
	font-style: italic;
	font-size:11px;
}

html {
  overflow-x: hidden;
}

ul.nav.nav-pills.nav-stacked {
    padding-left: 0px;
	padding-bottom:20px;
}

@media (max-width:768px) {
ul.nav.nav-pills.nav-stacked > li > a {
    position: relative;
    display: block;
    padding: 5px 6px 5px 6px;
    /* float: right; */
}
}

.brands {
    margin: 10px 0 0 0;
    border-top: 1px solid #ddd;

}
    .brands .brand-logos img {
      	filter: grayscale(100%);
  		-webkit-filter: grayscale(100%); /* For Webkit browsers */
  		filter: gray; /* For IE 6 - 9 */
  		-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
      	-webkit-transition: all .5s ease-in-out;
		opacity: 0.7;
    }

    .brands .brand-logos img:hover {
      	filter: grayscale(0%);
  		-webkit-filter: grayscale(0%);
      	-webkit-transform: scale(1.1);
		opacity: 1;
    }

.brand-logos {
	text-align: center;
}
.brand-logos img {
	height: auto;
	padding:10px 15px;
	max-width: 185px;
}

@media (max-width:990px) {
	.brand-logos img {
		max-width:160px;
	}
}

.btn.btn-clear:hover {
	border-color:#ffffff;
	color: #ffffff;
}

.product-navigation-desktop {
	opacity: 0;
}
@media (max-width:768px) {
	.product-navigation-desktop {
		opacity: 1;
	}
}

.image-desc {
    /* z-index: 1; */
    background-color: rgba(255,255,255,0.5);
    position: relative;
    text-align: center;
    padding: 3px 0;
    /* bottom: 0; */
    width: 100%;
    /* padding-right: 30px; */
    font-weight: normal;
    /* border-top: 1px solid #ccc; */
    font-size: 10px;
    text-transform: uppercase;
	color: #8C8C8C;
    /* margin-top: 0px; */
}
@media (max-width:768px) {
	.image-desc {
		margin-top:-15px;
		margin-bottom:5px;
		text-align: left;
		padding-left: 5px;
	}
}

.nav {
  margin-bottom: 0;
  padding-left: auto!important;
  list-style: none;
}

.nav-top {
	padding-left:0px;
	margin-left:0px;
}
.nav-tabs {
	padding-left:0px;
	margin-left:0px;
}


.nav.nav-tabs.nav-tabs--product.goldtab li.active a {
    background-color: #ffe300;
	color: #000;
}
.nav.nav-tabs.nav-tabs--product.goldtab li a {
    background-color: #ffe966;
	color: #fff;
}
	
	

.rotate-left5 {
	-webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.rotate-right5 {
	-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.trybuy-promo img {
	width:100px;
	height: auto;
	-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

@media (max-width:990px) {
.trybuy-promo {
	text-align: right;
	margin-top: -40px;
}
}
@media (max-width:768px) {
	.trybuy-promo {
	position: absolute;
	right: 5px;
	margin-top:-40px;
	}
	.trybuy-promo img {
		width: 60px!important;
	}
}
.trybuy-promo img {
	width:70px;
	margin-top:15px;
	}


a.anchor-offset {
	top: -125px;
    display: block;
    visibility: hidden;
    position: relative;
}
a.anchor-offset-trybuy {
	top: -125px;
    display: block;
    visibility: hidden;
    position: relative;
}

.articles a[name] {
	top: -125px;
	display: block;
    visibility: hidden;
    position: relative;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important; 
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

body {
	font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
	margin-top: 50px;
	font-size: 12px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

body.Product {
    margin-top: 125px;
}
@media (max-width:768px) {
	body {
		margin-top: 75px;
	}
	body.Product {
    /*padding-top: 15px;*/
	}
}


.border-bottom {
    margin: 0px 0 20px;
    border-bottom: 1px solid #ddd!important;
	border-left:none;
	border-right:none;
	border-top:none;
}

.border-top {
    margin: 20px 0 0px;
    border-top: 1px solid #ddd!important;
	border-left:none;
	border-right:none;
	border-top:none;
}

.border-none {
	border: none;
}


.Navy {
	color:#003366!important;
}
.Blue {
	color:#274f88!important;
}
.Red {
	color:#da291c!important;
}
.White {
	color:#FFF!important;
}

.page-header H1 {
	font-size:12px ;
	/*color:#003366 ;*/
	color:#333333 ;
	text-transform: uppercase;
}

.content-top {
	padding:10px 80px 18px 80px;
	/* border-bottom: 1px solid #ddd; */
	font-size:14px;
	margin: 0 auto;
	opacity: 0.9;
}

.content-top p strong {
    letter-spacing: 0;
}
@media (max-width:768px) {
	.content-top {
		padding: 40px 30px 15px 30px;
	}
}
.dark {
	color: #333333;
}
.light {
	color: #fefefe;
	font-weight: 300;
    letter-spacing: 0.05em;
}

.page-header {
	border-bottom: none;
	margin: 0px 0 20px;
	/*display: none;*/
}
@media (max-width:768px) {
	/*.page-header {
		text-align:center!important;
	}*/
}
.product-gallery .product-gallery__thumbnail {
    padding: 1px;
	margin: 0 .5px 0px 0;
	width: 60px;
    height: 60px;
}
.product-gallery img {
    max-height: 100%;
}



@media (max-width:768px) {
	.product-gallery .product-gallery__thumbnail {
    	display: inline-block;
    /* position: absolute; */
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	}
	
}

@media (min-width: 768px) {
	.product-gallery .product-gallery__thumbnail {
    	display: inline-block;
	}
}

.fa-ul {
    padding-left: 0;
    margin-left: 1.5em!important;
    list-style-type: none;
}
.fa-li {
    position: absolute;
    left: -2em!important;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
    /* margin: 2px; */
}
.fa-ul>li {
    position: relative;
    margin: .75em auto;
}
	
.productGroup .panel-product {
    min-height: 130px; 
}

.leftAlone {
	display: block;
	clear: both;
}

.white {
	color:rgba(255,255,255,1);
}
.white:hover{
	color:rgba(255,255,255,.5);
}
.underline {
	text-decoration: underline;
}

.center {
	text-align:center!important;
}
@media (max-width:768px) {
	.center-xs {
		text-align:center!important;
	}
}

.bar {
        padding: 15px 0 0px 0;
}

.bar.bar--gold {
    background-color: #ffe300;
}

.gold, .Gold {color: #ffe300;}

.goldDark, .goldDark {color:#ffd85c;}


@media (min-width:768px) {
	.bar--red {
		margin-top:10px;
		margin-bottom: -30px;
    	margin-left: -500px;
    	margin-right: -500px;
	}
	.bar--gray {
    margin: 0 -60px;
	}
}
@media (max-width:768px) {
	.bar--red {
		margin-top:0px;
		margin-bottom: -20px;
    	margin-left: -50px;
    	margin-right: -50px;
		padding-left: 20px!important;
    	padding-right: 20px!important;
	}
}
.bar--red {
	margin-bottom:0px;
	padding-bottom:10px;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	
	background-size: 100% 60px;
    background-repeat: no-repeat;
	background-color: #da291c!important;
}

.bar--red h3 {
	margin-top:10px;
}
.bar--red h5 {
    font-size: 14px;
	color: #fff;
	line-height: 1.3em;
}
	
.bar--red img {
}
	
	
	

.title-section {
    text-transform: uppercase;
	padding-top:10px;
	padding-bottom:10px;
   /* padding-left: 15px; */
}


h5, .h5 {
    font-size: 11px;
    letter-spacing: .05em;
    color: #999;
    font-weight: 400;
}

.product-intro {
	margin-top:-10px;
	margin-bottom:20px;
}
#product-featured-image-container {
	height: 260px;
/*border:1px solid; */
	overflow: hidden;
}

.product-featured-image img {
	max-height:260px;
	width:auto;
}

@media (max-width:990px) {
	#product-featured-image-container {
		height: 240px;
/*		border:1px solid; */
	}
	.product-featured-image img {
	max-height:240px;
	width:auto;
	}
}

@media (max-width:768px) {
	#product-featured-image-container {
  		  height: auto;
	}
	.product-featured-image img {
		max-height:200px;
		width:auto;
		padding-bottom: 10px;
	}
}
.product-featured-image img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}


.welcome {
	background-color: #ebebeb;
	text-align: center;
	border: 1px solid #fff;
    margin-top: 1px;
	padding-top: 2px;
	padding-bottom:10px;
	color:#003366;
}

sup {
	top: -.8em!important;
    font-size: 50%!important;
}

.hidden {
	display: none;
}
.welcome:hover {
	background-color:#999;
	cursor: pointer;
}

#welcome p, #welcome p a {
	color:#003366;
	font-size:12px;
}
#welcome h3, #welcome h3 a {
	color:#003366;
	font-weight: bold;
}

#usedwelcome {
	margin-top:0px;
	margin-bottom: 20px;
}

#usedwelcome p, #usedwelcome p a {
	color:#333;
	font-size:12px;
}
#usedwelcome h3, #usedwelcome h3 a {
	color:#333;
	font-weight: bold;
}


@media (max-width: 990px) {
	#welcome h3 {
		font-size:21px;
		margin-top:10px;
		margin-bottom:2px;
	}
	#usedwelcome h3 {
		font-size:21px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.welcome {
		padding-top: 3px;
    	padding-bottom: 6px;
	}
}


.button-top {
	text-align: center;
}


@media (max-width: 768px) {
.product-featured-image {
    margin: 10px 0px;
}
	.product-intro {
		font-size:12px;
 	}
	.product-intro .title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	#welcome h3, #usedwelcome h3 {
		font-size:18px;
		    padding-left: 40px;
    padding-right: 40px;
		/*margin-top:10px;
		margin-bottom:0px;*/
	}
	#usedwelcome p {
		margin: 10px 0 10px;
		font-weight: bold;
	}
	#welcome h2 {
		font-size:21px;	
		margin-top:10px
	}
	.welcome {
		border:none!important;
   		margin-top: 1px!important;
		padding-bottom: 0px;
	}
	/*.bar {
		padding:15px 0;
	} */
}




#buy .price__value {
	font-size: 18px; 
}

.Product .price .price__value {
    font-size: 18px;
}
.Product .price .price__length {
    font-size: 12px;
}

.price p {
    margin: 0;
}

@media (max-width:480px) {
.product-gallery .product-gallery__thumbnail {
    width: 45px;
    height: 45px;
	overflow: hidden;
	}
	.product-intro {
    margin-bottom: 5px;
	}
	.price .price__value {
    font-size: 24px;
	}
	.price .price__length {
		font-size:12px;
	}
	
}


.gradient {
    position: absolute;
    bottom: 0px;
    left: -30px;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	
}
.scroll {
	max-height:100px;
	overflow-y:scroll;
	padding-bottom:30px;
	margin-right:18px;
}

.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
	z-index: 999;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	z-index: 999;
}


.category .img-responsive {
    max-width: 70%;
}

.container .navbar {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0em;
}
.navbar.navbar-products.navbar-products--dark {
		background-color:#003366!important;
}

.navbar-products li:nth-child(10) {
    display: none;
}

.navbar-right {
	padding-right:0px;
	padding-left: 15px;
    position: absolute;
    right: 30px;
    top: 1px;
	z-index: 1000;
}
.navbar-right li {
	display: inline-block;
}
@media (max-width:990px) {
	.navbar-right {
		margin-top:3px!important;
	}
}
@media (max-width:768px) {
	.navbar-right {
		margin-right:30px;
	}
}
@media (max-width:370px) {
	.navbar-right li a {
		padding:0 2px 0 2px!important;
	}
	.navbar.navbar-white .navbar-brand img {
    	width: 85%;
    	padding-top: 2px;
	}
}

#top-bar .dropdown {
	bottom:6px;
}
@media (min-width:1px) {
.dropdown-menu {
    position: absolute!important;
    top: 100%!important;
    left: inherit!important;
	right: 0px!important;
    z-index: 1000!important;
    float: left!important;
    min-width: 160px!important;
    padding: 5px 0!important;
    margin: 0px 0 0!important;
    list-style: none!important;
    font-size: 14px!important;
    text-align: left!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border: 1px solid rgba(0, 0, 0, 0.15)!important;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)!important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)!important;
    background-clip: padding-box!important;
	}
}


@media (min-width: 767px) {
	.navbar-collapse.collapse {
		float: left;
	}
}
@media (max-width:990px) and (min-width:768px) {
	.navbar-collapse {
		padding-left:0px;
	}
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 4px 6px 5px 6px;
    /* float: right; */
}
@media (max-width:990px) and (min-width:767px) {
	.nav > li > a {
    padding: 4px 4px 5px 4px;
    /* float: right; */
	}
}

.navbar-header .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 4px 9px;
    margin-top: 10px;
    margin-bottom: 2px;
    background-color: rgba(0,0,0,0.1);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 20px;
    /* opacity: 0.2; */
}
.navbar-header .navbar-toggle:hover {
	background-color: rgba(0,0,0,0.0);
}


.navbar-products .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 4px 9px;
    margin-top: 3px;
    margin-bottom: 2px;
    background-color: rgba(255,255,255,0.2);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 20px;
    /* opacity: 0.2; */
}




@media (max-width:768px) {
	/*.header__heroes {
    	margin-top: 94px;
	}*/
	.header__heroes__slider {
		max-width:768px!important;
	}
	.header__heroes .header__heroes__slider .header__heroes__hero img {
    margin: 0 auto;
	}
}
@media (max-width:440px) {
	.header__heroes.promotions {
    max-height: 180px;
	}
}
@media (min-width:1200px) {
	.header__heroes.promotions {
    max-height: 300px;
	}
}



.header__heroes__slider {
		max-width:2000px!important;
	}



.navbar.navbar-products .navbar-nav > li > a {
    color: inherit;
    /* height: 70px; */
    text-align: center;
    line-height: 1.2em;
    vertical-align: middle;
    display: inline-block;
	padding:0px!important;
    /* line-height: normal; */
}

.navbar-nav .title {
    margin-left: -10px;
}

@media (max-width:768px) {
	.navbar-products li {
    	padding: 7px 0;
		font-size: 12px;
	}
}


@media (min-width:768px) {
	.navbar-products li {
    	width: 55px;
		padding: 12px 0px;
    	/* margin: 0 12px; */
		margin: 0 8px;
		text-align: center;
		font-size: 11px;
	}
}
@media (min-width:990px) {
	.navbar-products li {
    	width: 80px;
		padding: 12px;
		/* margin: 0 11px; */
		margin: 0 7px;
		text-align: center;
		font-size: 11px;
	}
}
@media (min-width:1080px) {
	.navbar-products li {
    	width: 80px;
		padding: 12px;
		/* margin: 0 16px; */
		margin: 0 11px;
		text-align: center;
		font-size: 11px;
	}
}
@media (min-width:1200px) {
	.navbar-products li {
    	width: 83px;
    	padding: 12px 0px;
    	/* margin: 0 20px; */
		margin: 0 15px;
		text-align: center;
    	font-size: 12px;
	}
}

body.page-has-hero {
    margin-top: 52px;
}

.navbar-brand {
    float: left;
    padding: 5px 15px;
	/*margin-bottom:10px;*/
}

.navbar-nav .title {
    width: 250px;
    padding: 3px 0 0px 0px;
	font-size: 16px;
}

.navbar.navbar-white .navbar-brand {
    height: 50px;
	margin-left:0em;
	margin-right:0em;
}

@media (max-width:990px) {
	.navbar-brand {
    padding: 0 15px;
	margin-bottom:0px;
}
}
@media (max-width:768px) {
	.navbar-brand {
    	padding: 10px 15px;
		margin-bottom:0px;
	}
	.navbar {
    min-height: 42px;
	}
	ul.nav.navbar-nav {
    	padding-bottom: 3px;
	}
	.navbar-collapse {
    padding-bottom: 15px;
	}

	.navbar.navbar-white .navbar-nav {
    margin-top: 0;
	padding-top: 4px;
	}
}
.navbar.navbar-white .navbar-nav {
    margin-top: 0;
	padding-top: 15px;
	padding-left: 15px;
}
@media (max-width:768px) {
	.navbar.navbar-white .navbar-nav {
		padding-top: 16px;
	}
}

form#CartForm_CartForm {
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 5px;
}
.CartPage .cart__row.cart__row--subtotal {
    float: right;
}


.fa-shopping-cart {
    font-size: 21px;
    vertical-align: middle;
}

.navbar-products a:hover, .navbar-products .active {
    text-decoration: none!important;
    opacity: 0.4;
}
.marginLeft20 {
	margin-left: 20px;
}
.marginX20 {
	margin-left: 20px;
	margin-right:20px;
}
.marginY20 {
	margin-top: 20px;
	margin-bottom:20px;
}
.marginY40 {
	margin-top: 40px;
	margin-bottom:40px;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginBottom20 {
	margin-bottom: 20px;
}

.paddingBottom20 {
	padding-bottom:20px;
}
.paddingBottom10 {
	padding-bottom:10px!important;
}
.paddingBottom5 {
	padding-bottom:5px;
}
.paddingTop20 {
	padding-top:20px;
}
.paddingTop10 {
	padding-top:10px;
}
.paddingTop5 {
	padding-top:5px;
}
.paddingTopNone {
	padding-top:0px!important;
}
.paddingY20 {
	padding-top:20px;
	padding-bottom:20px;
} 
.paddingX20 {
	padding-left:20px;
	padding-right:20px;
} 
.paddingY40 {
	padding-top:40px;
	padding-bottom:40px;
} 
.paddingX40 {
	padding-left:40px;
	padding-right:40px;
} 


@media (max-width:768px) {
	.padding-xs {
		padding-left:5px;
		padding-right:5px;
    	padding-top: 0px;
	}
	.new_fdes{
	margin-top: 20px;
    margin-bottom: 20px;
    float: left;
	}
}

.padding-none {
	padding-left:0px;
	padding-right:0px;
}
.paddingLeft-none {
	padding-left: 0px;
}

.light-bg {
	background-color: #ebebeb;
}


.slick-slide {
height:auto!important;
	width: 100%;
}

.slick-slide .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}


.header__heroes__hero {
	/*max-height: 285px;*/
	overflow: hidden;
}

.product-slider.slick-initialized.slick-slider.slick-dotted {
    padding-left: 0;
    padding-right: 0;
}


.slick-prev::before {
    content: "<";
}
.slick-next::before {
    content: ">";
}

.slick-prev:before {
	padding-right:2px;
}
.slick-next:before {
	padding-left:2px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 1;
    opacity: .8;
    color: #2a2a2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header__heroes .slick-prev {
	left: 50px;
}
.header__heroes .slick-next {
	right: 50px;
}
@media (max-width:768px) {
	.header__heroes .slick-prev {
	left: 5px;
}
.header__heroes .slick-next {
	right: 5px;
}
}

.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}
@media (max-width: 768px) {
	.slick-prev {
		left: 2px;
	}
	.slick-next {
		right: 0px;
	}
/*
	.slick-next:before {
    padding-left: 13px;
    font-size: 12px;
	}
	.slick-prev:before {
    padding-right: 14px;
    font-size: 12px;
	}
*/
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(00,00,00,0.15);
    border-radius: 18px;
	z-index: 999;
}
.slick-prev:hover, .slick-next:hover {
	 background: rgba(00,00,00,0.1);
}

.header__heroes .slick-prev, .header__heroes .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.4);
    border-radius: 18px;
	z-index: 999;
}
@media (max-width:768px) {
	.header__heroes .slick-prev, .header__heroes .slick-next {
    top: 45%;
	}
}
.header__heroes .slick-prev:hover, .header__heroes .slick-next:hover {
	 background: rgba(255,255,255,0.1);
}
.header__heroes .slick-prev:before, .header__heroes .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.header__heroes .slick-dots {
    margin-left: -20px!important;
    bottom: 5px!important;
}
.header__heroes ul.slick-dots li {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
}
.header__heroes ul.slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0.8);
}
/*
@media (max-width:768px) {
	.header__heroes .slick-dots {
    	display: none!important;
	}
}
*/

.header__heroes ul.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 0;
    -webkit-border-radius: 6px;
}
@media (max-width:480px) {
	.header__heroes ul.slick-dots li button {
		width: 5px;
    	height: 5px;
	}
	.header__heroes .slick-dots {
		bottom: 4px!important;
		margin-left: -10px!important;
	}
}

/**** DISABLE CART BUTTONS *****/


.priceGroup a.btn-default {
		
}


.priceGroup a.btn-outofstock {
    pointer-events: none;
    opacity: 0.0;
}

/**** END DISABLE CART BUTTONS *****/

.btn.btn--triangle.btn-default {
	font-weight:bold;
	color: #666;
}

.btn-border {
	border: 1px solid #ccc!important;
}

.btn-equipment {
	font-weight: bold;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #ebebeb;
    font-size: 13px;
    padding: 6px 14px;
	height: 30px;
	white-space: inherit;
	margin-bottom: 2px;
}
.btn-equipment:hover {
	background-color: #c7c7c7;
	border: 1px solid #c1c1c1;
}
.btn.btn-special, .btn.btn-special.btn--triangle::after {
	background-color: #f3ba57;
	color: #fff;
	font-weight:bold;
	font-style: italic;
}
.btn.btn-special:hover, .btn.btn-special.btn--triangle:hover:after {
	background-color: #ea971f;
}

.btn.btn-exhire, .btn.btn-exhire.btn--triangle::after {
	background-color: #999;
	color: #ffe300;
	font-weight:bold;
	font-style: italic;
}
.btn.btn-exhire:hover, .btn.btn-exhire.btn--triangle:hover:after {
	background-color: #2a2a2a;
}
h4.exhire {
	color: #f3ba57;
    margin-top: -9px;
    position: absolute;
}

.btn.btn-demo, .btn.btn-demo.btn--triangle::after {
	background-color: #999;
	color: #ffe300;
	font-weight:bold;
	font-style: italic;

}
.btn.btn-demo:hover, .btn.btn-demo.btn--triangle:hover:after {
	background-color: #2a2a2a;
}
h4.demo {
	color: #f3ba57;
    margin-top: -9px;
    position: absolute;
}


.btn.btn-hotdisposaldeal, .btn.btn-hotdisposaldeal.btn--triangle::after {
	background-color: #ffe300;
	color: #2a2a2a;
	font-weight:bold;
	font-style: italic;

}
.btn.btn-hotdisposaldeal:hover, .btn.btn-hotdisposaldeal.btn--triangle:hover:after {
	background-color: #ccae00;
}


.btn.btn-outofstock, .btn.btn-outofstock.btn--triangle::after {
	background-color: #E0E0E0;
	color: #666;
	font-weight:bold;
	font-style: italic;

}
.btn.btn-outofstock:hover, .btn.btn-outofstock.btn--triangle:hover:after {
	background-color: #E0E0E0;
}

.btn.btn-available-now, .btn.btn-available-now.btn--triangle::after {
	background-color: #003366;
	color: #fff;
	font-weight:bold;
	font-style: italic;

}
.btn.btn-available-now:hover, .btn.btn-available-now.btn--triangle:hover:after {
	background-color: #010e2d;
}

.btn.btn-recently-added, .btn.btn-recently-added.btn--triangle::after {
    color: #fff;
    background-color: #003366;
}

.btn.btn-recently-added:hover, .btn.btn-recently-added.btn--triangle:hover:after {
    background-color: #010e2d;
}


.btn.btn-dark, .btn.btn-dark.btn--triangle::after {
	background-color: #333333;
	color: #e0e0e0;
	font-weight:bold;
}
.btn--triangle {
	font-style:italic;
}

.btn.btn-dark:hover, .btn.btn-dark.btn--triangle:hover:after {
	background-color: #000000;
}


.btn.btn-low-stock {
	background-color: #E0E0E0;
}
.btn.btn-low-stock:hover {
	background-color: #E0E0E0;
}
.btn.btn-low-stock:after {
		background-color: #E0E0E0;
}

.btn.btn-inactive {
    color: #E0E0E0;
    background-color: #E0E0E0;
	opacity:0.4;
}
.btn.btn-inactive {
	color: #E0E0E0;
	cursor: default;
}


.btn.btn--triangle {
    margin-bottom: 10px;
   /* margin-top: -11px; */
}

.btn-corners {
    border-radius: 6px;
    margin: 5px 10px;
}

.btn.btn-dark {
    color: #E0E0E0;
    background-color: #333333;
    border-color: #333333;
}



.HomePage .btn--triangle::after {
    top: 5px!important;
    right: -12px!important;
    width: 20px;
    height: 20px;
}

.btn.btn-sm.btn--triangle::after {
    top: 4px;
    right: -11px;
    width: 20px;
    height: 20px;
}


/*
.header__heroes {
	max-height: 300px 
}
*/

/* TOOLTIP */

.delivery {
	display: inline-grid;
	margin-bottom: 30px;
}

.help-tip{
	position: absolute;
	top: -4px;
	margin-left: 140px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
	display: inline;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
   display: none;
	text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 220px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: -165px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    top: 35px;
    z-index: 999;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	left:170px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}


.progress {
	padding-left:0px;
	padding-right:0px;
}
.progress-bar {
	font-size:14px;
	text-transform: none;
}
@media (max-width:768px) {
	.progress-bar {
		font-size:10px;
		height:20px;
	}
	.progress {
		height:20px;
	}
}


.progress-bar-danger {
	background-color:#DE0012!important;
}

.progress .progress-bar.progress-bar-pending {
    background-color: #ebebeb;
	color: #777777;
}





.footer .row {
	padding:30px 0;
}

.call-to-action .input-group {
    z-index: 1;
}

@media (max-width:768px) {
	.row.call-to-action div {
		margin:30px 0;
	}
	.row.links div {
		/*margin:30px 0;*/
	}
	.footer h5 {
	padding: 10px 0 0px;
	}
}

.foot .row {
	padding:0px 0;
}



.footer {
	padding: 0px;
	background-color:#ebebeb;
	color: #333333;
	font-size: 11px;
}

.footer .logo img {
	width: 80%;
	padding: 20px 0;
}
@media (max-width:768px) {
	.footer {
		text-align:center;
	} 
	.footer .logo img {
		width:60%;
	}
	.logo {
		text-align:center;
	}
	
}

.footer a {
	display: inline-block;
}

.footer a:hover {
	color:#999;
}

.footer p {
	font-size:14px;
    margin: 10px auto;
}

.footer h5 {
    font-size: 12px;
}

.footer ul {
    padding: 0;
    list-style-type: none;
}

.footer .links a {
	display: block;
}

.footer .social {
	display: inline-block!important;
    width: 55px;
	margin: 1px;
}
.footer .social i:before {
	font-size: 35px;
}

.call-to-action {
	padding:20px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.copyright {
	padding-top: 15px;
	text-align: left;
}

@media (min-width:768px) {
	.commercial {
		border-right: 1px solid;
		border-color: rgba(255,255,255,0.4);
	}
}

.foot H4 {
	color: rgba(255,255,255,0.4);
}
.foot H4:hover {
	color: rgba(255,255,255,1);
}


@media (min-width:1200px) {
	.foot h4 {
	display:inline-block;
		vertical-align: middle;
}
}

.foot img {
	height:30px;
	width:auto;
	padding:0 10px;
}
@media (max-width:768px) {
	.foot img {
		height:60%;
		height:auto;
		padding-bottom:20px;
	}
}

    .foot img {
      	filter: brightness(0) invert(1);
  		-webkit-filter: brightness(0) invert(1); /* For Webkit browsers */
		opacity: 0.7;
    }

    .foot img:hover {
      	filter: brightness(100) ;
  		-webkit-filter: brightness(100) invert(0);
		opacity: 1;
    }



.foot .row {
	margin: 5px 0;
}

.foot {
	background-color:#003366!important;
	text-align: center;	
	color: rgba(255,255,255,0.5);
	min-height: 50px;
}

.foot a {
	color: rgba(255,255,255,0.5);
	display: block;
	font-size: 11px;
	padding: 2px 0;
}
.foot a:hover {
	color: rgba(255,255,255,1);
}

@media (max-width:768px) {
	.copyright  {
	text-align: center;
	}
}

@media (min-width:768px) {
	.footLinks {
	padding-top:20px;
	}
}

@media (max-width: 990px) {
	.footer .inner {
		padding-top:20px;
	}
}

.excerpt-read-more {
	font-style: italic;
	/*font-size:80%;*/
}

.groupExcerpt {
	font-size: 11px;
	width: 100%;
	letter-spacing: -0.1px;
}
/*
@media (min-width:1200px) {
	.groupExcerpt-title h4 {
		font-size:21px!important;
	}
}
*/

/* @media (min-width:991px) {*/
	.groupExcerpt-title {
		/* height:40px;
		color: #000; */
		/* height: 65px; */
    	/* width: 29%; */
    	display: inline;
    	float: left;
    	/* margin-right: 10px; */
	}
/*}*/
.groupExcerpt-title {
	min-height:31px;
}
.groupExcerpt-title h4 {
	font-size:14px;
	margin-bottom:2px;
}


.groupExcerpt-summary {
		/*height:60px;*/
}


/*@media (max-width: 991px) {*/
	.groupExcerpt-summary {
		/*height:70px;*/
		display:inline-block;
	}
/*}*/

body.ProductCategory {
	margin-top:52px;
}

.ProductCategory .category-content, .HeaderBlue {
   	padding: 69px 0px 0px;
	background-color:#003366;
	text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    margin-top: 0px;
	margin-bottom:10px;
    width: 100%;
    content: '';
}
@media (max-width:768px) {
	.ProductCategory .category-content, .HeaderBlue {
		padding: 30px 0px 0px; 
	}
	.HeaderBlue H1 {
		font-size: 21px;
	}
}

.HeaderBlue {
    padding-bottom: 10px;
}

.ContactPage .HeaderBlue {
    margin-top: 0px;
	margin-bottom:0px;
}

.jumbotron {
    height: auto;
}

.panel-product__content h4 a {
	color:#333333
}
.panel-product__content h4 a:hover {
	text-decoration:underline;
}

#PaymentForm_ConfirmationForm_Notes_Holder {
    font-size: 18px;
}

.CheckoutPage .page-header{
	/* margin: 0px; */
	margin-top:65px;
	padding-bottom:0px;
	border-bottom:none;
	display: block;
}

.CartPage .page-header{
	/* margin: 0px; */
	margin-top:63px;
	padding-bottom:0px;
	border-bottom:none;
	display: block;
}
@media (max-width:768px) {
	.CartPage .page-header{
		margin-top:35px;
	}
	.CheckoutPage .page-header{
		margin-top:15px;
	}
}

.row--cart-actions {
    text-align: right;
}
@media (max-width:768px) {
	.row--cart-actions {
   		text-align: left;
		padding-right: 0px;
	}
	body.CheckoutPage  {
	}
}

.form__actions {
	margin-top:20px
}
form.form-inline {
    display: inline-table;
}

.CheckoutPage small {
	color: #DE0012
}
/*.CheckoutPage small:before {
	content:"/ "
}*/

.CartPage .btn--previous {
    z-index: -1!important;
}

.CartPage .cart__row.cart__row--subtotal {
    border-bottom: none;
	padding-right: 10px;
}
@media (max-width: 767px) {
	.CartPage .cart__row.cart__row--subtotal {
    float: left;
	}
}


input#CartForm_CartForm_action_updatecart {
    right: 129px;
    bottom: -45px;
    top: inherit;
    padding: 12px 12px!important;
    z-index: 1;
	position: absolute;
}
@media (max-width:990px) {
	input#CartForm_CartForm_action_updatecart {
    right: inherit;
    bottom: -132px;
    top: inherit;
    padding: 12px 12px!important;
    z-index: 1;
    position: absolute;
    margin-right: 115px!important;
    position: relative;
	}
	#CartForm_CartForm .Actions {
    margin-top: -44px;
	}
}
@media (max-width: 767px) {
	#CartForm_CartForm .Actions {
    text-align: center;
    position: relative;
	float: left;
	}

	input#CartForm_CartForm_action_updatecart {
	margin-right: 134px!important;
	}
}
.cart {
    margin-bottom: 0px;
}

div.cart__row:last-child {
	border: none;
	margin-bottom:10px;
	/*padding: 20px;*/
}


@media (max-width: 767px) {
	.CartPage input[type="radio"], input[type="checkbox"] {
    	margin: 15px 0 0;
	}
}

.CartPage h5 {
	font-size: 12px;
	
}


.CartPage .form-group {
    margin-bottom: 0px;
}

.cart .cart__row {
    position: relative;
    display: block;
    clear: both;
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #F3F3F3;
}



.noborder {
	border: none;
}

.product-sidebar {
	padding:10px;
}

.product-sidebar .trybuy {
	background-color: #DDD;
}
.trybuy H3, .trybuy H2 {
	/* color: #DE0012; */
	font-weight:600;
	margin-top:0px;
	margin-bottom:10px;
}

.category-content {
	font-size:12px;
}

.navbar .fa-chevron-down  {
	padding-left:5px;
}

.product-gallery {
	text-align: right;
}

@media (max-width:768px) {
.product-gallery {
	text-align:left;
}
}
@media (min-width:990px) {
.product-gallery {
	margin-top:25px;
}
}
@media (max-width:768px) {
.xs-padding-right-none {
	padding-right:0;
}
.xs-padding-left-none {
	padding-left:0;
}
}

.main {
	padding: 0em 0em;
	margin-bottom:40px;
}
/*
@media (min-width:768px) {
	.main {
		padding: 0em 4.5em;
	}
}
*/


.Product .main {
	margin-bottom:0;
}

#Form_ShippingMethodForm #ShippingMethodID label.left {
    display: none;
}


.CheckoutPage .main {
	margin-top:0;
	padding: 1em 0 2em;
}

@media (max-width: 768px) {
.panel-product .panel-product__content {
	border-left: none;
		/* margin-left: 20px; */
	}
	
.panel-product .panel-product__image a .img-responsive {
    margin: auto;
    max-height: 80%;
    max-width: 80%;
}
}
.category .groupExcerpt-summary {
    margin-left: -15px;
}
.nav.nav-tabs.nav-tabs--product li {
    font-size: 16px;
}
.nav.nav-tabs.nav-tabs--product li a {
		padding:8px 27px 8px 17px;
	}
@media (max-width: 768px) {
	.nav.nav-tabs.nav-tabs--product li {
		font-size: 13px;
	}
	.nav.nav-tabs.nav-tabs--product li a {
		padding:10px 10px;
	}
	.panel-product__content h4 a {
		font-size:18px
	}
	
}

.ProductCategory .main {
	padding-top:0px;
}
.category-content {
	/* padding: 10px 0 10px;
	margin-top:-20px; */
}
@media (max-width:768px) {
	.category-content {
	margin-top:0px;
}
}

@media (min-width: 990px) {
	.productGroup {
  	  margin-top: 40px;
	}
}

.questions .panel-heading {
    margin-bottom: 0px!important;
    font-size: 14px;
    font-weight: bold!important;
}

.featured-products__product__price {
    margin: 5px 0 0px;
	line-height: 1em;
}
.product-group-item .price .price__unit {
    display: inline;
}

.breadcrumb > li + li:before {
    content: "/";
    padding: 0 0;
}
.breadcrumb.breadcrumb--product {
	/* margin-left: -15px;*/
	margin-bottom:25px;
	margin-top:-15px;
}
.breadcrumb.breadcrumb--product.gold {
	color:#999!important;
	margin-top: -5px;
}
@media (max-width: 767px) {
	.breadcrumb.breadcrumb--product {
		text-align: left;
		margin-bottom:20px;
	margin-top:0;
	}
}
.product-intro .title {
	margin-left:15px;
	text-transform: none;
}
.product-intro p {
	margin-left:15px;
}
.product-breadcrumbs {
	margin-bottom:0px;
	font-size: 11px;
	padding: 0 26px;
}


.share {
    margin-bottom: 8px;
    vertical-align: top;
	   padding-left: 27px;
}
.share .btn {
	padding: 3px 8px;
}

@media (max-width:480) {
.share .btn {
    padding: 1px 15px;
}
}

.share > span, .download > span {
    font-size: 11px;
}

.row--share {
	padding-left:15px;
	margin-bottom:10px;
	margin-top:5px;
}
.row--share .btn {
	font-size:11px;
}

.btn-default {
    color: #999999;
    background-color: #efefef;
	border-color: #efefef;
}
.btn-default.download, .btn-default.share {
	background-color: #FFFFFF!important;
}

.padding-20 {
	padding:20px;
}
.padding-10 {
	padding:10px;
}

.vspace-0 {
	margin-top:0px;
	margin-bottom:0px;
}
.vspace-10 {
	padding-top:10px;
}
.vspace-20 {
	padding-top:20px;
}
.hspace-5 {
	padding-left:5px;
	padding-right:40px;
}
.hspace-40 {
	padding-left:40px;
	padding-right:40px;
}
.hspace-20 {
	padding-left:20px;
	padding-right:20px;
}


.product-group-item .price .price__value {
	font-size: 18px;
	line-height: 1.4em;
}
@media (max-width: 991px) {
	.product-group-item .price .price__value {
		font-size: 18px;
	}
}

/*
.priceGroup {
    min-height: 120px;
}
*/

.price__length {
	white-space: nowrap;
	font-size:13px;
}

.price .price__unit {
	font-size: 11px;
}

.description {
    display: block;
    padding-bottom: 3px;
	font-size: 11px;
	color:rgba(00,00,00,0.6);
	min-height:20px;
	margin-top: -3px;
    font-style: oblique;
}


.nowrap {
	white-space: nowrap;
}


.panel-product .panel-product__image a {
    display: block;
    margin-bottom: 5px;
}



.footer .title {
	font-size: 1.8em;
    letter-spacing: .02em;
    font-weight: 200;
}
h2.title {
	font-weight: 400;
	margin-top:0px;
}

h2.title.featureProducts {
	font-size: 1.8em;
    letter-spacing: .02em;
    font-weight: 200;
	margin-top:10px;
	padding-left:15px;
}
h2.title.recommended {
	font-size: 1.8em;
    letter-spacing: .02em;
    font-weight: 200;
	margin-top:20px;
	padding-left:15px;
}

@media (min-width: 992px) {
	.brand-primary {
    	width: 200px;
	}
}	

#product-bar {
    background: #243F75;
}

@media (max-width:767px) {
#top-bar {
    background: #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
}
}


#top-bar a {
	font-size:11px;
}


a.nav-bar-contact:hover,a.nav-bar-marker:hover {
	color:#0090FF!important;
}

.navbar-default .navbar-nav a.nav-bar-contact {
    font-size: 18px!important;
}
@media (max-width:990px) {
	.navbar-default .navbar-nav a.nav-bar-contact {
    	font-size: 14px!important;
	}
}
@media (max-width:767px) {
	.navbar-default .navbar-nav a.nav-bar-contact {
    	font-size: 18px!important;
	}
}
.navbar-default .navbar-nav a.nav-bar-marker {
    font-size: 18px!important;
	display: none!important;
	color: #021E5F;
}
@media (max-width:767px) {
	.navbar-default .navbar-nav a.nav-bar-marker {
    	font-size: 20px!important;
		display:inline!important;
		
	}
}


.slider--featured-products {
    margin-top: 20px;
}

.navbar.navbar-products {
	background-color: #003366;
}

.subscription-bar {
	background-color: #274f88;
}
.subscription-bar h4 {
	font-weight: 400;
	letter-spacing: 0.03em;
}


.subscription-bar .subscription-bar__copy h1, .subscription-bar .subscription-bar__copy h2, .subscription-bar .subscription-bar__copy h3, .subscription-bar .subscription-bar__copy h4, .subscription-bar .subscription-bar__copy h5, .subscription-bar .subscription-bar__copy h6 {
    margin: 0;
    padding-top: 0px;
}

@media (min-width: 0px) {
	.panel-product__content .col-sm-6 {
	  	 width: 50%;
		float: left;
	}
}


.subscription-bar .fa-paper-plane {
	float: left;
	padding-right:15px;
	padding-top: 5px;
}
@media (max-width: 768px) {
	.subscription-bar .row {
		 max-width:300px; margin:auto; display:block;
	}
	.subscription-bar .fa-paper-plane {
		display:inline-block;
		float:none;
	}
}
@media (min-width: 992px) {
	.subscription-bar H4 {
		padding-top:10px!important;
	}
	.subscription-bar__copy {
		padding-left:80px;
	}
}
div#sortings select {
    margin-left: 0px;
    margin-right: 3px;
}
.product-filter {
	margin: 0px 30px 30px 30px;
	display: inline-block;
	font-size:13px;
}
@media (max-width:768px) {
	.product-filter {
		border-bottom: 1px solid #ddd;
    	margin: 0px 10px 30px 10px;
    	display: block;
    	text-align: center;
    	/* width: 100%; */
    	width: -webkit-fill-available;
	}
	#filter_by.form-control {
		font-size:11px;
	}
	.btn-equipment {
		font-size:11px;
	}
}
.product-filter div {
	margin: 0 0 10px 0;
	display: inline-block;
}
.product-filter label {
	font-weight: normal;
}
.product-filter select {
	font-weight: bold;
}

#equipment-guide {
	background-color: #eee;
    padding: 20px;
    display: inline-block;
	border-top: 1px solid #ddd!important;
}
@media (max-width:768px) {
	#equipment-guide {
    padding: 20px;
	}
}

.navbar-header select{
	display: none;
}
.cat_layout > select {
    display: none;
}

.new_fdes{
	/* background-image: url(/themes/bootstrap/asset/image/rec.png); */
	margin-bottom: 3px;
    background-size: cover;
    width: 260px;
    text-align: right;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    float: right;
	background-image: -moz-linear-gradient(left, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.8));
    background-image: -ms-linear-gradient(left, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.8));
    background-image: -webkit-gradient(linear, 0 0, 40% 0, from(rgba(230, 230, 230, 0)), to(rgba(230, 230, 230, 0.8)));
    background-image: -webkit-linear-gradient(left, rgba(230, 230, 230, 0), rgba(center, 230, 230, 230, 0.8));
    background-image: -o-linear-gradient(left, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.8));
    background-image: linear-gradient(left, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.8));
	
	
}
@media (max-width:768px) {
	.new_fdes{
 	   font-size: 12px;
	}
}
@media (min-width:768px) {
	.new_fdes{
 	   width: 80%;
	}
}
.referal_error {
    color: red;
    padding: 10px 0;
}



ul.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    padding: 0;
    margin: 0 8px;
    background: rgba(0,0,0,0.15);
    border-radius: 20px;
}
ul.slick-dots li.slick-active button {
    background-color: #333333;
}
