.category-info .image a img {
	width: 369px;
	height: 155px;
}
.span6.cover a img {
	width: 360px;
	height: 110px;
}
.kitchenbrandspage .page-header {
	border-bottom: none;
}
.kitchenbrandspage .page-header.sec {
    background-color: #242526;
    padding: 8px 12px;
    margin: 15px 0 15px;
    border-bottom: none;
    border-radius: 4px;
}
.kitchenbrandspage .page-header h1, .kitchenbrandspage .category-info.well.well-small p {
	line-height: 1.5;
}
.kitchenbrandspage .page-header.sec h2 {
    font-family: georgia, times, serif;
    text-transform: uppercase;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.88);
}
.kitchenbrandspage h2 a {
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 700;
}
.kitchenbrandspage h2 small {
	font-size: 13px;
}
.kitchenbrandspage .page-header a {
    color: #f05a29;
}
.kitchenbrandspage .category-info.well.well-small {
    border: none;
	font-family: "Open Sans", arial, sans-serif !important;
	margin-bottom: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.kitchenbrandspage .row-fluid:last-child {
    margin-top: 20px;
}
.kitchenbrandspage .cover a img {
    width: 100%;
    height: auto;
    margin: 0;
	webkit-transition: box-shadow 0.45s ease-in-out;
    -moz-transition: box-shadow 0.45s ease-in-out;
    -o-transition: box-shadow 0.45s ease-in-out;
    transition: box-shadow 0.45s ease-in-out;
}
.kitchenbrandspage .cover a:hover img {
    box-shadow: 0 0 20px #868686;
}

@media all and (max-width: 980px) {
	.category-info .image {
		margin-right: 0 !important;
		width: 100%;
	}
	.category-info .image a img {
		width: 100%;
		height: auto;
	}
	.span6.cover a img {
		max-width: 100%;
		height: auto;
	}
}
@media all and (max-width: 767px) {

	.kitchenbrandspage .row-fluid:last-child {
		margin-top: 0;
	}
	.kitchenbrandspage .cover a:hover img {
		box-shadow: none;
	}

}