/*** featured categories ***/
.featured_categories {
	margin-bottom: 8px;
}
.featured_categories a {
	text-decoration: none;
}
.featured_categories:after {
	  content: "";
  display: table;
  clear: both;
}
.featured_category {
	width: 33%;
	float: left;
	padding: 4px;
	box-sizing: border-box;
}

.featured_category__body {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.featured_category__body img {
	width: 100%;
}

.featured_category__title {
	text-align: center;
	height: 30px;
	line-height: 30px;
    background: #749e3a;
    border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
	color: #FFF;
    font-size: 15px;
    text-decoration: none;    
}
