#cat_feature {
	float: left;
	margin: 0 0 75px;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 90px 0;
	background-color: #111;
	background: url("../TemplateTrip/images/cat-bg.jpg") no-repeat scroll 0 0;
}
.tt_category_featured .ttfcat-items {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}
#cat_feature .box-heading h3 {
	color: #fff;
}
.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%;
}
.tt_category_featured .content {
	padding: 0;
	float: left;
	position: relative;
	width: 100%;
	border: 3px solid #fff;
	height: 100%;
	transition: all 400ms ease-in-out;
	border-bottom: none;
}
.tt_category_featured .content:hover {
	border-color: #f7b926;
}
.tt_category_featured .image {
    float: left;
	width: 100%;
}
.tt_category_featured .image > a {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.tt_category_featured .image a img {
	max-width: 100%;
	width: 100%;
	margin: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
}
.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 .content .caption {
	float: left;
	text-align: center;
	background: #fff;
	margin: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	width: 100%;
}
.tt_category_featured .content .caption::after {
	background: #f7b926;
	content: "";
	height: 3px;
	width: 100%;
	top: auto;
	bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	transition: all 400ms ease-in-out;
}
.tt_category_featured .content:hover .caption::after {
    height: 100%;
}
.tt_category_featured .caption .content1 {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 15px 0;
}
.tt_category_featured .caption .content1 .cat-title {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0 5px;
}
.tt_category_featured .cat-title > h4 {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
}
.tt_category_featured .cat-title a {
	color: #000;
	font: 400 20px/26px "Roboto Slab",Helvetica,sans-serif;
	text-transform: capitalize;
	white-space: nowrap;
	float: left;
	width: 100%;
}
.tt_category_featured:hover .cat-title a {
	color: #000;
}
.tt_category_featured .caption .cat-sub {
	float: left;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.tt_category_featured .caption .cat-sub ul {
	margin: 0;
	padding: 0;
}
.tt_category_featured .cat-sub li {
	list-style: outside none none;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.tt_category_featured .caption .cat-sub li.more span {
	background: #f7b926 none repeat scroll 0 0;
	padding: 2px 15px;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	float: none;
	width: auto;
	z-index: 2;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}
.tt_category_featured .caption .cat-sub li a {
	color: #000;
	font: 400 13px/28px "poppins",Helvetica,sans-serif;
	padding: 0;
	border: none;
	background: none;
	z-index: 2;
}
.tt_category_featured .content:hover .caption .cat-sub li.more span, .tt_category_featured .caption .cat-sub li a:hover::before {
	background: #fff;
}
.tt_category_featured .customNavigation {
	margin: 40px 0 0;
}
.tt_category_featured .customNavigation a.prev {
	background: #fff url("../TemplateTrip/images/sprite.png") no-repeat scroll -10px -404px;
}
.tt_category_featured .customNavigation a.next {
	background:#fff url("../TemplateTrip/images/sprite.png") no-repeat scroll -11px -437px;
}
.tt_category_featured .customNavigation a:hover {
	color: #fff;
	border-color: #ffc438;
	background-color: #ffc438;
}
.tt_category_featured .customNavigation a.prev::before {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.tt_category_featured .customNavigation a.prev::after {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.tt_category_featured .customNavigation a.next::before {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.tt_category_featured .customNavigation a.next::after {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
@media (max-width: 1199px) {
	.tt_category_featured .act-desc {
		padding: 0;
	}
	#cat_feature {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	#cat_feature {
		margin: 0 0 40px;
		padding: 60px 0;
	}
	.tt_category_featured .act-desc {
		font-size: 14px;
	}
	.tt_category_featured .caption {
		padding: 10px 10px 20px;
	}
}
@media (max-width: 480px) {
.tt_category_featured {
  margin: 0 0 50px;
}
.tt_category_featured .item {
	margin: 0;
}
#cat_feature {
	margin: 0 0 30px;
	padding: 30px 0;
}
.tt_category_featured .customNavigation {
	margin: 20px 0 0;
}
}