/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
#cat_feature {
    float: left;
	position: relative;
	width: 100%;
	padding: 0 0 80px;
	text-align: center;
	z-index: 1;
}
.category-feature {
	margin: 0;
}
#cat_feature .cat_featureinner {
	background: #444867 url("../TemplateTrip/images/pattern.png") top center;
	padding: 70px 70px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	margin: -140px auto 0;
	border-top: 10px solid #efa15c;
	position: relative;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	width: 100%;
}
#cat_feature .tt-titletab .short-desc {
	float: left;
	width: 100%;
}
#cat_feature .tt-titletab .short-desc p {
	font: italic 500 16px/26px "Montserrat";
	color: #ffe4e4;
	position: relative;
	padding: 0 0 0 20px;
	margin: 20px 0 50px;
	text-align: left;
}
#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 {
	display: block;
	text-align: left;
	background: none;
	margin: 0;
	color: #fff;
	font: italic 700 36px/44px "Philosopher";
	padding: 0 0 20px;
}
#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;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 5px 25px;
}
.tt-category-featured .ttfcat-items .item .image {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
}
.tt-category-featured .ttfcat-items .item .image a {
	display: block;
	overflow: hidden;
	position: relative;
	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;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 20px;
}
.tt-category-featured .ttfcat-items .item .image a img {
	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;
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1); 
}
.tt-category-featured .ttfcat-items .item .image:hover 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 .category-feature .caption {
	float: left;
	width: 100%;
}
.tt-category-featured .category-feature .caption .content1 {
	float: left;
	width: 100%;
}
.tt-category-featured .category-feature .caption .cat-title {
	float: left;
	width: 100%;
}
.tt-category-featured .products-carousel .owl-buttons {
	display: none;
}
.tt-category-featured .ttfcat-items .content .image {
	position: relative;
	z-index: 1;
	width: 200px;
	height: 200px;
	line-height: 100px;
	border: 2px dashed #696d85;
	font-size: 50px;
	background: transparent;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	color: #ddd;
	margin: auto;
	padding: 20px;
}
.tt-category-featured .ttfcat-items .content .image .service-dot {
	width: 100%;
	height: 100%;
	left: 56%;
	top: 8%;
}
.tt-category-featured .ttfcat-items .content .image .service-dot:nth-child(1) {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: service-dot_1 2s infinite linear;
	-moz-animation: service-dot_1 2s infinite linear;
	-o-animation: service-dot_1 2s infinite linear;
	animation: service-dot_1 2s infinite linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.tt-category-featured .ttfcat-items .content .image:hover .service-dot:nth-child(1) {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.dots {
	width: 15px;
	height: 15px;
	background: #696d85;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	left: 15px;
	top: 0;
	position: relative;
}
@-webkit-keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes service-dot_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes service-dot_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes service-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-moz-keyframes service-dot_2 {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-o-keyframes service-dot_2 {
  0% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } }

@keyframes service-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } 
}
.tt-category-featured .caption .cat-title > h4 {
	color: #ffffff;
	padding: 20px 0 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.tt-category-featured .caption .cat-title > h4 a {
	position: relative;
	color: #fff;
	float: left;
	font: italic 700 24px/24px "Philosopher",Helvetica,sans-serif;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}
.tt-category-featured .caption .cat-title > h4:hover a {
	color: #efa15c;
}
.tt-category-featured .caption .cat-sub {
	display: none;
	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 .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;
}
.tt-category-featured .caption .cat-sub ul li a {
	border: none;
	padding: 0;
	color: #fff;
	font: 500 13px/30px "Montserrat",Helvetica,sans-serif;
	text-transform: capitalize;
	position: relative;
	background: none;
}
.tt-category-featured .caption .cat-sub ul li a:hover {
	color: #ff7f48;
}
.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: 700 26px/34px "Montserrat";
	}
	#cat_feature .cat_featureinner {
		padding: 70px 40px;
	}
}
@media (max-width: 1250px){ 
	#cat_feature .customNavigation {
		padding: 0 70px;
	}
}
@media (max-width: 1199px){ 
	#cat_feature {
		padding: 0 0 60px;
	}
	#cat_feature .customNavigation {
		padding: 0 69px;
		width: 100%;
	}
	.tt-category-featured .ttfcat-items .content {
		padding: 5px 35px;
	}
	.tt-category-featured .ttfcat-items {
		padding: 0 10px;
	}
	#cat_feature .tt-titletab .short-desc p {
		font-size: 13px;
		margin: 10px 0 40px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#cat_feature .container {
		width: 950px;
	}
}
@media (max-width: 991px) {
	.tt-category-featured .category-feature .caption .content1 {
		top: 20%;
		height: 50%;
	}
	#cat_feature .customNavigation {
		padding: 0 74px;
	}
	#cat_feature {
		padding: 0 0 50px;
	}
	#cat_feature .cat_featureinner {
		padding: 70px 30px;
	}
	.tt-category-featured .ttfcat-items {
		width: 100%;
	}
	#cat_feature .tt-titletab {
		padding: 0;
		float: left;
		width: 100%;
	}
	#cat_feature .tt-titletab .box-heading h3 {
		text-align: center;
		padding: 0 0 15px;
	}
	#cat_feature .tt-titletab .short-desc p {
		margin: 0;
		text-align: center;
		padding: 0;
	}
	#cat_feature .tt-titletab .short-desc p::before {
		display: none;
	}
	#cat_feature .customNavigation {
		padding: 0;
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		position: static;
		padding: 20px 0;
}
}
@media (max-width:830px) {
	.tt-category-featured .ttfcat-items .content {
		padding: 5px 45px;
	}
}
@media (max-width: 767px) {
	#cat_feature .container {
		width: 100%;
	}
	#cat_feature {
		padding: 0 0 40px;
	}
	#cat_feature .cat_featureinner {
		padding: 30px 20px;
		margin: -60px auto 0;
	}
	.tt-category-featured .ttfcat-items .item .image a {
		padding: 15px;
	}
	.tt-category-featured .caption .cat-sub ul li a {
		line-height: 24px;
	}
	#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 .caption .cat-title > h4 a {
		color: #f0b921;
	}
	.tt-category-featured .item:hover .caption .cat-title > h4, .tt-category-featured .item:hover .caption .cat-title > h4:hover{
		background: none;
	}
	.tt-category-featured .caption .cat-title > h4:hover a {
		color: #f0b921;
	}
	.tt-category-featured .ttfcat-items .item .image > a::after {
		right: 0;
	}
	.tt-category-featured .ttfcat-items .item .content .image > a::before {
		width: 78%;
		background: #ffc948;
	}
}
@media (max-width: 543px) {
	.tt-category-featured .ttfcat-items .content {
		padding: 5px 0;
	}
	.tt-category-featured .ttfcat-items .content .image {
		margin: 0 auto;
		float: none;
	}
}
@media (max-width: 480px) {
	.tt-category-featured.container{
		padding:0;
	}
	#cat_feature {
		padding: 0 0 30px;
	}
	.tt-category-featured .ttfcat-items .content .image img{
		width:100%;
	}
	#cat_feature .tt-titletab .box-heading h3 {
		font-size: 22px;
		line-height: 30px;
		padding: 0 0 10px;
	}
	#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;
	}
	#cat_feature .container {
		padding: 0;
	}
}