.sub-category {}

.sub-category #page-title {
	background-image: url(../images/pages/sub-category.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-category .item {
	display: inline-block;
	margin-bottom: 10px;
}

.sub-category .item .image {
	display: block;
	width: 262px;
	height: 262px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease 0s; /* For Safari 3.1 to 6.0 */
	transition: all 200ms ease 0s;
	margin-right: 20px;
	margin-bottom: 10px;
}

.sub-category .item a {
	font-weight: 700;
	color: #303030;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}

.sub-category .item a:hover {
	color: #17824a;
}
