.products .banner
{
	background: url(../images/products/banner.jpg);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #f7a219;
	background: none;
	font-weight: 600;
}

.nav-pills>li>a
{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.nav-pills>li>a i
{
	float: right;
}

.nav-pills > li > a:hover
{
	color: #f7a219;
	background: none;
}

.products-pane a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.products-pane img {
	max-width: 100%;
}

.trapezoid
{
	background-color: #f7a219;
	transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
	width: 100%;
}

.categories-title
{
	padding: 10px 20px;
	background-color: #f7a219;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	width: 90%;
	margin-left: -10px;
	transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
}

@media (min-width:768px)
{
	.products-pane
	{
		height: 275px;
	}
}

@media(max-width:767px)
{
	.products-pane
	{
		height: 200px;
	}
}
