.tt-category-featured {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 30px;
}
.tt-category-featured .ttfcat-items {
  float: left;
  width: 100%;
}
.tt-category-featured .item {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.tt-category-featured .content {
   background: #ffffff none repeat scroll 0 0;
	float: left;
	overflow: hidden;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	position: relative;
}
.tt-category-featured .category-feature.tt-carousel {
	position: static;
}
.tt-category-featured .cat-title {
	float: left;
	width: 100%;
	padding: 0 0 6px;
	margin: 0 0 10px;
}
.tt-category-featured .image {
	float: right;
	padding: 0;
	text-align: right;
	background: #fcf8f5;
}
.tt-category-featured .image a {
    overflow: hidden;
	position: relative;
}
.tt-category-featured .image a img {
	display: inline-block;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.tt-category-featured .content:hover .image a img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.tt-category-featured .caption {
  float: left;
	padding: 20px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.tt-category-featured .cat-title > h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.tt-category-featured .cat-title a {
	color: #111111;
	font: 400 18px/20px "Poppins",Helvetica,sans-serif;
	margin: 0;
	white-space: nowrap;
}
.tt-category-featured .caption .cat-sub {
  float: left;
  width: 100%;
}
.tt-category-featured .caption .cat-sub ul {
	margin: 0;
}
.tt-category-featured .cat-sub li {
  list-style: outside none none;
}
.tt-category-featured .cat-sub li span, .tt-category-featured .cat-sub li a {
	color: #777;
	font: 400 13px/24px "Poppins", Helvetica, sans-serif;
	position: relative;
	padding: 0;
	float: left;
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
}
.tt-category-featured .caption .cat-sub li a:hover, .tt-category-featured .caption .cat-sub li span:hover {
	color: #000000;
}
.tt-category-featured .caption .cat-sub li .more-menu a , .tt-category-featured .caption .cat-sub li .more-menu span{
	color:#111;
}
.tt-category-featured .caption .cat-sub li a::before , .tt-category-featured .caption .cat-sub li span::before {
	content: "\E5CC";
	font-family: "Material Icons";
	font-size: 16px;
	float: left;
	position: relative;
	z-index: 1;
}
.tt-category-featured .cat-sub li .more-menu {
	float: left;
	width: 100%;
}
.tt-category-featured .caption .cat-sub li .more-menu a::before , .tt-category-featured .caption .cat-sub li .more-menu span::before{
	content: "\E145";
}
.tt-category-featured .caption .cat-sub li span::after {
	position: absolute;
	left: -5px;
	right: auto;
	top: 0;
	bottom: 0;
	content: "";
	margin: auto;
	background: #e5e5e5;
	opacity: 0;
	width: 0;
	height: 25px;
	z-index: -1;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
.tt-category-featured .caption .cat-sub li .more-menu a:hover , .tt-category-featured .caption .cat-sub li .more-menu span:hover{
	color:#3da44f;
}
.tt-category-featured .caption .cat-sub li span:hover::after {
	opacity: 1;
	width: 65px;
}
@media (max-width: 1501px) {
	.tt-category-featured .image {
		padding: 0;
	}
}
@media (max-width: 1199px) {
	.tt-category-featured {
		margin: 0 0 30px;
	}
}	
@media (max-width: 480px) {
	.tt-category-featured .cat-sub li span, .tt-category-featured .cat-sub li a{
		line-height: 22px;
	}
}