/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
#cat_feature {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	margin: 0 0 80px;
	background: #f7f7f7;
}
#cat_feature .row {
	margin: 0;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	width: 100%;
	padding: 0 15px;
}
#cat_feature .tt-titletab .short-desc p::before {
	content: "";
	border: 2px solid #efa15c;
	height: 50px;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	position: absolute;
}
#cat_feature .tt-titletab span {
	font-size: 22px;
	line-height: 24px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	float: none;
	display: inline-block;
	text-align: center;
}
#cat_feature .tt-titletab .box-heading h3::after {
	display: none;
}
.tt-category-featured .ttfcat-items {
	position: relative;
	padding: 0;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	position: relative;
	width: 100%;
	padding: 54px 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 7px 1px rgba(0,0,0,.1);
	margin: 1px;
}
.tt-category-featured .ttfcat-items .content::before {
	background: #c40001;
	background-color: rgb(196, 0, 1);
	content: "";
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	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 .ttfcat-items .content:hover::before {
	background: #ffaa01;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	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 .ttfcat-items .content .image {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	z-index: 1;
	height: auto;
	vertical-align: top;
	display: inline-block;
}
.tt-category-featured .item .image a {
	display: inline-block;
	float: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: auto;
	transition: all 400ms ease-in-out 0s;
	padding: 0;
	width: 100px;
	height: 120px;
}
.tt-category-featured .item:hover .inner-img {
	position: relative;
}
.tt-category-featured .item .content .image a img {
	display: block;
	max-width: 100%;
	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;
	object-position: 0 0;
}
.tt-category-featured .item .content:hover .image a img {
	transform: scale(1.1);
}
.tt-category-featured .category-feature .caption {
	float: left;
	padding: 10px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.tt-category-featured .category-feature .caption::after {
	background: #f7f7f7 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	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;
	width: 100%;
	z-index: -1;
}
.tt-category-featured .category-feature .item:hover .caption::after {
	z-index: 1;
}
.tt-category-featured .category-feature .caption .content1 {
	float: left;
	position: relative;
	width: 100%;
}
.tt-category-featured .category-feature .caption .cat-title {
	float: left;
	width: 100%;
	padding: 0 10px;
	position: relative;
}
.tt-category-featured .products-carousel .owl-buttons {
	display: none;
}
.tt-category-featured .content:hover .image::after {
	transform: rotateY(-180deg);
}
.tt-category-featured .caption .cat-title > h4 {
	color: #ffffff;
	padding: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.tt-category-featured .caption .cat-title > h4 a {
	position: relative;
	color: #111;
	float: left;
	font: 500 20px/24px 'Oswald',sans-serif;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	transition: all 400ms ease-in-out;
	word-wrap: break-word;
}
.tt-category-featured .content:hover .caption .cat-title > h4 a {
	color: #111;
}
.tt-category-featured .caption .cat-sub {
	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;
	float: left;
	width: 100%;
}
.tt-category-featured .item:hover .caption .cat-sub {
	display: block;
}
.tt-category-featured .caption .cat-sub ul {
	float: left;
	margin: 0;
	width: 100%;
	z-index: 1;
	padding: 0;
	text-align: center;
	list-style: none;
}
.tt-category-featured .caption .cat-sub ul {
	margin: 0;
	padding: 0;
}
.tt-category-featured .caption .cat-sub ul li {
	list-style: outside none none;
	position: relative;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.tt-category-featured .caption .cat-sub ul li a {
	color: #666;
	font: 400 14px/18px "Roboto Slab",Helvetica,sans-serif;
	padding: 10px 0;
	float: left;
	width: 100%;
	transition: all 400ms ease-in-out;
}
.tt-category-featured .content:hover .caption .cat-sub ul li a {
	color: #111;
}
.tt-category-featured .caption .cat-sub ul li.more {
	margin: 10px 0 0;
}
.tt-category-featured .caption .more .tt_more-menu a {
	text-align: center;
	background: #ffc948;
	color: #111;
	padding: 7px 20px 7px 20px;
	position: relative;
	font-size: 13px;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
}
.tt-category-featured .caption .more .tt_more-menu:hover a {
	background: #ff7f48;
	color: #fff;
}
.tt-category-featured .caption .cat-sub ul li.more .tt_more-menu a::after{
	color: #000;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-left: 5px;
	float: right;
}
.tt-category-featured .caption .cat-sub ul li.more .tt_more-menu:hover a::after{
	color: #fff;
}
#cat_feature .customNavigation {
	float: left;
	width: 78%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: auto;
	bottom: -20px;
	left: 0;
	right: auto;
	padding: 0 75px;
}
#cat_feature .customNavigation a {
	display: inline-block;
	border: 1px solid #fff;
	color: #222222;
	font-size: 0;
	height: 31px;
	padding: 0;
	width: 31px;
	text-shadow: none;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
#cat_feature .customNavigation a:hover {
	background: #efa15c;
	border: 1px solid #efa15c;
}
#cat_feature .customNavigation a.prev::before{
	border-top: 1px solid #e5e5e5;
	content: "";
	height: 1px;
	left: -61px;
	position: absolute;
	text-align: left;
	top: 10px;
	right: auto;
	width: 60px;
}
#cat_feature .customNavigation a.next::before {
 	border-top: 1px solid #e5e5e5;
	content: "";
	height: 1px;
	right: -61px;
	position: absolute;
	top: 10px;
	width: 60px;
	left: auto;
}
#cat_feature .customNavigation a.prev::after{
	border-bottom: 1px solid #e5e5e5;
	content: "";
	height: 1px;
	left: -40px;
	position: absolute;
	top: 5px;
	width: 40px;
	opacity: 1;


	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	background: none;
	right: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
#cat_feature .customNavigation a.next::after {
	border-bottom: 1px solid #e5e5e5;
	content: "";
	height: 1px;
	right: -40px;
	position: absolute;
	top: 5px;
	width: 40px;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	background: none;
	left: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
#cat_feature .customNavigation a.prev {
	background: #fff url("../TemplateTrip/images/sprite.png") no-repeat scroll -10px -353px;
	margin: 0 8px 0 0;
}
#cat_feature .customNavigation a:hover.prev {
	background: #efa15c url("../TemplateTrip/images/sprite.png") no-repeat scroll -69px -353px;
}
#cat_feature .customNavigation a.next {
	background: #fff url("../TemplateTrip/images/sprite.png") no-repeat scroll -69px -386px;
	margin: 0 8px 0 0;
}
#cat_feature .customNavigation a:hover.next {
	background: #efa15c url("../TemplateTrip/images/sprite.png") no-repeat scroll -10px -386px;
}

/*-------------------------------------------- Category feature CSS End --------------------------------------*/
@media (max-width: 1399px){ 
	#cat_feature .tt-titletab .box-heading h3 {
		font-size: 36px;
	}
}
@media (max-width: 1199px){ 
	#cat_feature {
		padding: 60px 0;
		margin: 0 0 60px;
	}
}
@media (max-width: 991px) {
	#cat_feature .tt-titletab .box-heading h3 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	#cat_feature {
		margin: 0 0 40px;
		padding: 50px 0;
	}
	#cat_feature .tt-titletab {
		width: 100%;
		text-align: center;
	}
	.tt-category-featured .ttfcat-items {
		float: left;
		width: 100%;
	}
	#cat_feature .tt-titletab .box-heading h3 {
		text-align: center;
	}
	#cat_feature .tt-titletab .short-desc p {
		text-align: center;
	}
	#cat_feature .customNavigation {
		float: none;
		margin: 0;
	}
	#cat_feature .tt-titletab .short-desc p::before {
		display: none;
	}
	.tt-category-featured .ttfcat-items .item .image > a::after {
		right: 0;
	}
}
@media (max-width: 543px) {
	.tt-category-featured .ttfcat-items .content {
		padding: 20px 0;
	}
	#cat_feature {
		padding: 30px 0;
		margin: 0 0 30px;
	}
	#cat_feature .tt-titletab .box-heading h3 {
		font-size: 24px;
	}
	.tt-category-featured .caption .cat-title > h4 a {
		font-size: 14px;
	}
	.tt-category-featured .caption .cat-sub ul li a {
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	.tt-category-featured .ttfcat-items .content .image img{
		width:100%;
	}
	#ttcmsservices {
		margin: 0 0 30px;
	}
	#cat_feature .tt-titletab .box-heading h3 {
		font-size: 22px;
		line-height: 30px;
	}
	#cat_feature .tt-titletab .short-desc p {
		padding: 0 5px;
	}
	#cat_feature .tt-titletab span {
		font-size: 20px;
	}
	#cat_feature .cat_featureinner {
		padding: 30px 20px;
		margin: -20px auto 0;
	}
}

