#cat_feature {
	float: left;
	margin: 0 0 80px;
	position: relative;
	width: 100%;
	text-align: center;
}
.tt_category_featured .ttfcat-items {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}
.tt_category_featured .category-feature.tt-carousel {
  margin-bottom: 0;
  width: auto;
  clear: both;
}
.tt_category_featured .item {
	float: left;
	padding: 0 15px;
	width: 100%;
	margin-bottom: 20px;
}
.tt_category_featured .content {
	float: left;
	width: 100%;
	padding: 0;
}
.tt_category_featured .image {
    float: left;
	width: 100%;
}
.tt_category_featured .image > a {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border-radius: 50%;
	-moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius:50%;
}
.tt_category_featured .image a img {
	max-width: 100%;
	width: 100%;
	margin: auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
	-o-transition:all 400ms ease-in-out 0s;
	-ms-transition:all 400ms ease-in-out 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;
	text-align: center;
	width: 100%;
}
.tt_category_featured .cat-title > h4 {
	margin: 15px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tt_category_featured .cat-title a {
	color: #222;
	font: italic 700 20px/25px "Playfair Display",Helvetica,sans-serif;
	text-transform: capitalize;
	white-space: nowrap;
	float: left;
	width: 100%;
}
.tt_category_featured .cat-title:hover a {
	color: #3d5265;
}
.tt_category_featured .act-desc {
	color: #666;
	font-family: "poppins",Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 15px 0;
	padding: 0 30px;
}
.tt_category_featured .caption .cat-sub {
  float: left;
  width: 100%;
}
.tt_category_featured .caption .cat-sub ul {
	margin: 0;
	padding: 0 10px;
}
.tt_category_featured .cat-sub li {
  list-style: outside none none;
  position: relative;
  cursor: pointer;
}
.tt_category_featured .caption .cat-sub li.more span {
	background: #3d5265 none repeat scroll 0 0;
	padding: 10px 20px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	float: none;
	width: auto;
}
.tt_category_featured .caption .cat-sub li a {
	color: #ffffff;
	font: 400 16px/18px "poppins",Helvetica,sans-serif;
}
.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item.active .caption .cat-sub li.more span {
	background: #fb8553;
}
.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item.active .caption .cat-sub li.more span:hover {
	background: #3d5265;
}
.tt_category_featured .caption .cat-sub li.more span:hover, .tt_category_featured .caption .cat-sub li a:hover::before {
	background: #fb8553;
}
@media (max-width: 1199px) {
	.tt_category_featured .act-desc {
		padding: 0;
	}
	#cat_feature {
		margin: 0 0 50px;
	}
}
@media (min-width: 768px) {
	.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
	}
	.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item.active{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transition: all 400ms ease-in-out 0s;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
	}
}
@media (max-width: 767px) {
	#cat_feature {
		margin: 0 0 40px;
	}
	.tt_category_featured .act-desc {
		font-size: 14px;
	}
	.tt_category_featured .caption {
		padding: 10px 10px 20px;
	}
}
@media (max-width: 480px) {
.tt_category_featured .caption .cat-sub li a, 
.tt_category_featured .cat-sub li.more span {
	font-size: 12px;
}
.tt_category_featured {
  margin: 0 0 50px;
}
.tt_category_featured .item {
	margin: 0;
}
#cat_feature {
	margin: 0 0 30px;
}
}