.tt-category-featured {
	float: left;
	position: relative;
	margin: 0 0 50px;
	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;
}
.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;
  margin: 0 0 1px;
  width: 100%;
}
.tt-category-featured .image a img {
	max-width: 100%;
}
.tt-category-featured .caption {
	float: left;
	padding: 20px 10px;
	text-align: left;
	position: relative;
}
.tt-category-featured .cat-title > h4 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tt-category-featured .cat-title a {
	color: #111111;
	font: 500 16px/24px "Roboto",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;
  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;
	display: inline-block;
	color: #777777;
	font: 400 13px/24px "roboto",Helvetica,sans-serif;
	letter-spacing: 0.6px;
	padding: 0 0 0 10px;
	position: relative;
	text-transform: capitalize;
	vertical-align: top;
}
.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: -9px;
}
@media (max-width: 1200px) {
	.tt-category-featured {
		margin: 0 0 30px;
	}
}
@media (max-width: 1199px) {
	.tt-category-featured .caption .cat-sub ul {
	  margin: 5px 0 0;
	}
}
@media (max-width: 991px) {
	.tt-category-featured .caption {
		padding: 10px;
	}
}
@media (max-width: 480px) {
	.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%;
	}
	.tt-category-featured {
		margin: 0 0 20px;
	}
}