#category-banner {
	width: 100%;
	height: 173px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(219,219,219,0.9);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(219,219,219,0.9);
	box-shadow: inset 0px 0px 20px 0px rgba(219,219,219,0.9);
}
#category-banner h1 {
	text-align: center;
	margin: 0px;
	padding: 70px 0 0 0;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5c727e
}
@media (max-width: 767px) {
	#category-banner { display: none }
}

#category-description {
  margin-bottom: 25px;
}

.subcategory-title {
  margin: 0;
}
