@charset "UTF-8";

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Home page */
.hp-spotlight img {
	 border: thin solid #E6E6E6;
}
.hp-promo {
	margin-top: 25px;
}
.hp-promo h1 {
	font-size: 1.5em;
	border: none;
	color: #000;
}
.hp-promo p {
	text-align: justify;
}
.hp-promo a, .hp-promo a:hover, .hp-promo a:active, .hp-promo a:visited {
	color: #000;
	text-decoration: none;
}
a.hp-promo-more, a.hp-promo-more:hover, a.hp-promo-more:active, a.hp-promo-more:visited {
	color: #FF8C00;
	text-decoration: underline;
	font-weight: bold;
}
/* Removing padding and border on HP spotlight banner on small screens */
@media only screen and (max-width : 768px) {
	.col-sm-12.owl-carousel {
		padding: 0;
	}
	.hp-spotlight img {
		 border: none;
	}
}


/* Store front */
.products-storefront [class*="col-"] {
	border-bottom: 1px #eeeeee solid;
	padding: 20px 0 20px 0;
	height: 130px;
}
@media only screen and (min-width : 768px) {
/*    .products-storefront {
        display: table;
		width: 100%;
    }
    .products-storefront [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }*/
	.products-storefront.products-storefront-final-row [class*="col-"] {
		border-bottom: 0px;
	}

}
@media only screen and (max-width : 768px) {
    .products-storefront .products-storefront-final-product {
		border-bottom: 0px;
	}

}

/* Vendors and Products Old Pages */
.vendorTeaser {
	font-weight: 500;
	color: #EE7600;
}
.tiger-content-sidebar {
		position: static;
}
@media only screen and (min-width : 768px) {
	.tiger-content-sidebar h2 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width : 768px) {
	.tiger-content-sidebar h2 {
		color: #EE7600;
	}
}

/* Vendor Page - Vendor news RSS JS */
.rss-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.rss-item {
	margin-bottom: 10px;
}

