@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('../MYRIADPRO-BOLD.woff') format('woff');
}
/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
.cat_feature {
	float: left;
	margin: 0 0 75px;
	width: 100%;
	padding: 70px 0;
	background: #CBB0AE;
}
.tt-category-featured .container{
	position:relative;
}
.tt-category-featured.container {
  position: relative;
  z-index: 1;
  margin:0 auto;
  clear:both;
}
.tt-category-featured .ttfcat-items {
	float: left;
	vertical-align: top;
	width: 100%;
}
.tt-category-featured .ttfcat-items .category-feature {
	margin: 0;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	width: 100%;
	padding:0 15px;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	width: 100%;
	position:relative;
}
.tt-category-featured .ttfcat-items .content .image {
	float: left;
	padding: 0;
	width: 100%;
	position: relative;
}
.tt-category-featured .ttfcat-items .content .image::before {
	background: #fff;
	content: "";
	width: 130px;
	height: 130px;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	position: absolute;
	top: auto;
	bottom: -50px;
	right: 20px;
	left: auto;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .item .content .image::after {
	background: rgba(0, 0, 0, 0) url("../TemplateTrip/images/badge.png") no-repeat scroll center center;
	content: "";
	width: 130px;
	height: 130px;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	position: absolute;
	top: auto;
	bottom: -50px;
	right: 20px;
	left: auto;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .item .content:hover .image::after {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.tt-category-featured .ttfcat-items .owl-item:nth-of-type(2n+1) .item .content .image::after {
	background: rgba(0, 0, 0, 0) url("../TemplateTrip/images/badge.png") no-repeat scroll center center;
	content: "";
	width: 130px;
	height: 130px;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	position: absolute;
	top: auto;
	bottom: -50px;
	right: 20px;
	left: auto;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .owl-item:nth-of-type(2n+1) .item .content:hover .image::after {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.tt-category-featured .ttfcat-items .owl-item:nth-of-type(3n+1) .item .content .image::after {
	background: rgba(0, 0, 0, 0) url("../TemplateTrip/images/badge.png") no-repeat scroll center center;
	content: "";
	width: 130px;
	height: 130px;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	position: absolute;
	top: auto;
	bottom: -50px;
	right: 20px;
	left: auto;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .owl-item:nth-of-type(3n+1) .item .content:hover .image::after {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.tt-category-featured .ttfcat-items .owl-item:nth-of-type(4n+1) .item .content .image::after {
	background: rgba(0, 0, 0, 0) url("../TemplateTrip/images/badge.png") no-repeat scroll center center;
	content: "";
	width: 130px;
	height: 130px;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	position: absolute;
	top: auto;
	bottom: -50px;
	right: 20px;
	left: auto;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .owl-item:nth-of-type(4n+1) .item .content:hover .image::after {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.tt-category-featured .ttfcat-items .item .content .image a {
	display: block;
	overflow: hidden;
	position: relative;
}
.tt-category-featured .ttfcat-items .item .content .image a .img-responsive{
	margin: 0 auto;
	max-width: 100%;
	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;
}
.tt-category-featured .ttfcat-items .item .content:hover .image a .img-responsive{
	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 .category-feature .caption {
	background: #fff;
	margin: auto;
	overflow: hidden;
	padding: 10px 10px 45px;
	position: static;
	width: 100%;
	height: 100%;
}
.tt-category-featured .category-feature .caption .cat-title {
	float: left;
	position: relative;
	width: 100%;
	padding: 30px 0 10px;
}
.tt-category-featured .category-feature .caption .cat-sub {
	display: block;
	padding: 10px 0 0;
	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;
	float: left;
	width: 100%;
}
.tt-category-featured .category-feature .caption .cat-sub ul {
	margin: 0;
	padding: 0;
}
.tt-category-featured .category-feature .caption .cat-sub li {
	list-style: outside none none;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.tt-category-featured .category-feature .caption .cat-sub li a{
	background: none;
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #444;
	font: 400 14px/30px 'Myriad Pro Bold',helvetica,sans-serif;
	padding: 0;
	position: relative;
	text-transform: capitalize;
}
.tt-category-featured .category-feature .caption .cat-sub li a:hover{
	color: #000;
}
.cat_feature .category-feature .caption .cat-sub ul .tt_more-menu {
	float: left;
	width: 100%;
	position: relative;
	margin: 10px 0 0;
	text-align: center;
}
.cat_feature .category-feature .caption .cat-sub ul .tt_more-menu .categories {
	float: left;
	width: 100%;
}
.cat_feature .category-feature .caption .cat-sub li.more span a {
	background: #c10a28;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #fff;
	padding: 10px 20px;
	position: relative;
	font: 400 14px/18px 'Myriad Pro Bold',helvetica,sans-serif;
	text-transform: capitalize;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.cat_feature .category-feature .caption .cat-sub li.more span a:hover {
	background: #ffc206;
	color: #111;
}
.tt-category-featured .products-carousel .owl-buttons {
	display: none;
}
.tt-category-featured .caption .cat-title > h4 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tt-category-featured .caption .cat-title > h4 a {
	color: #000;
	display: block;
	padding: 2px 10px;
	font: 700 22px/26px 'Myriad Pro Bold',helvetica,sans-serif;
	overflow: hidden;
	text-transform: uppercase;
}
.tt-category-featured .content:hover .caption .cat-title > h4 a {
	color: #c10a28;
}
/*-------------------------------------------- Category feature custome CSS start --------------------------------------*/
.tt-category-featured .customNavigation {
	display: none;
}
.tt-category-featured .customNavigation a.prev::before,
.tt-category-featured .customNavigation a.next::before,
.tt-category-featured .customNavigation a.prev::after,
.tt-category-featured .customNavigation a.next::after {
	display: none;
}
.tt-category-featured .customNavigation a {
	bottom: 0;
	position: absolute;
	top: 41%;
	z-index: 2;
}
.tt-category-featured .customNavigation a.prev {
	left: 10px;
	right: auto;
}
.tt-category-featured .customNavigation a.next {
	left: auto;
	right: 10px;
}
/*-------------------------------------------- Category feature custome CSS End --------------------------------------*/
/*-------------------------------------------- Category feature CSS End --------------------------------------*/
@media (max-width: 1199px) {
	.cat_feature {
		margin: 0 0 50px;
	}
}
@media (max-width: 991px) {
	.cat_feature{
		margin-bottom:40px;
	}
}
@media (max-width: 767px) {
	.cat_feature {
		padding: 40px 0;
		margin-bottom:30px;
	}
	.tt-category-featured .ttfcat-items .item .content:hover .image a .img-responsive {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.tt-category-featured .ttfcat-items .content .image::before {
		width: 110px;
		height: 110px;
	}
	.tt-category-featured .ttfcat-items .item .content .image::after {
		width: 110px;
		height: 110px;
	}
	.tt-category-featured .ttfcat-items .owl-item:nth-of-type(2n+1) .item .content .image::after {
		width: 110px;
		height: 110px;
	}
	.tt-category-featured .ttfcat-items .owl-item:nth-of-type(3n+1) .item .content .image::after {
		width: 110px;
		height: 110px;
	}
	.tt-category-featured .ttfcat-items .owl-item:nth-of-type(4n+1) .item .content .image::after {
		width: 110px;
		height: 110px;
	}
}
@media (max-width: 480px) {
	.cat_feature {
		padding: 30px 0;
		margin: 0 0 30px;
	}
	.tt-category-featured .ttfcat-items .content .image img{
		width:100%;
	}
}