.tt-category-featured {
	background: #ffffff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 0 20px;
	padding: 20px;
	position: relative;
	width: 100%;
}
.tt-category-featured .ttfcat-items {
  float: left;
  width: 100%;
}
.tt-category-featured .category-feature.tt-carousel {
  margin-bottom: 0;
  width: auto;
}
.tt-category-featured .item {
	float: left;
	padding: 0 10px;
	width: 100%;
}
.tt-category-featured .content {
	float: left;
	width: 100%;
}
.tt-category-featured .image {
    float: left;
	padding: 0;
	width: 100%;
}
.tt-category-featured .item:hover .image {
	margin: 0;
}
.tt-category-featured .image a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tt-category-featured .image a img {
	margin: auto;
	max-width: 100%;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}
.tt-category-featured .item:hover .image a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.tt-category-featured .caption {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.tt-category-featured .caption .cat-title {
	background: #3fb424;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.tt-category-featured .content:hover .caption .cat-title {
	background: #ffcc00;
}
.tt-category-featured .cat-title > h4 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tt-category-featured .cat-title a {
	color: #ffffff;
	font: 500 18px/24px "Roboto Slab",Helvetica,sans-serif;
	letter-spacing: 0.4px;
	margin: 0;
	text-transform: capitalize;
	white-space: nowrap;
}
.tt-category-featured .content:hover .cat-title a {
	color: #000000;
}
.tt-category-featured .caption .cat-sub {
  float: left;
  display: none;
  width: 100%;
}
.tt-category-featured .caption .cat-sub ul {
	margin: 10px 0 0;
}
.tt-category-featured .cat-sub li {
  list-style: outside none none;
  position: relative;
  cursor: pointer;
}
.tt-category-featured .caption .cat-sub li a,
.tt-category-featured .cat-sub li.more span {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
	color: #777777;
	font: 400 13px/24px "Roboto Slab",Helvetica,sans-serif;
	letter-spacing: 0.6px;
	padding: 0 0 0 10px;
	position: relative;
	text-transform: capitalize;
}
.tt-category-featured .caption .cat-sub li a:hover,
.tt-category-featured .cat-sub li.more span:hover,
.tt-category-featured .caption .cat-sub li a:hover::before {
	color: #000000;
}
.tt-category-featured .caption .cat-sub li a::before,
.tt-category-featured .cat-sub li.more span::before {
	content: ".";
	font-size: 29px;
	left: 0;
	position: absolute;
	top: -10px;
}
@media (max-width: 1199px) {
	.tt-category-featured .caption .cat-sub ul {
	  margin: 5px 0 0;
	}
}
@media (max-width: 480px) {
	.tt-category-featured {
		padding: 10px;
	}
	.tt-category-featured .ttfcat-items {
		margin: 0;
	}
	.tt-category-featured .caption .cat-sub li a, 
	.tt-category-featured .cat-sub li.more span {
		font-size: 12px;
	}
	.tt-category-featured .image {
		width: 100%;
	}
	.tt-category-featured .caption {
		width: 100%;
	}
}