/* TB-Category feature CSS Start */
#TB-category-featured {
	margin: 0 0 100px 0;
	position: relative;
}

#TB-category-featured::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	width: 100%;
	height: 145%;
	background-image: url('../images/banner-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#TB-category-featured .tb-category-featured-carousel {
	text-align: center;
}

#TB-category-featured .tb-category-featured-carousel .caption {
	/* width: auto;
	position: absolute;
	left: 10px;
	right: 10px;
	margin: 0 auto;
	bottom: 10px;
	height: 54px;
	background: rgba(255, 255, 255, 0.9); */
	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;
	z-index: 1;
	overflow: hidden;
}

#TB-category-featured .tb-category-featured-carousel .item .caption .tb-content {
	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;
}

#TB-category-featured .tb-category-featured-carousel .item .caption .tb-content .tb-sub-cat {
	display: none;
}

/* #TB-category-featured .tb-category-featured-carousel .item:hover .caption .tb-content{
	padding: 100px 0 0 0;
} */

/* #TB-category-featured .tb-category-featured-carousel .content .image a img {
	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;
}

#TB-category-featured .tb-category-featured-carousel .content:hover .image a img,
#TB-category-featured .tb-category-featured-carousel .content:active .image a img,
#TB-category-featured .tb-category-featured-carousel .content:focus .image a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
} */

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul {
	padding: 0;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li a {
	background: none;
	padding: 0;
	border: none;
	color: #111;
	font: 500 14px/24px 'Montserrat', Helvetica, sans-serif;
	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;
	padding: 5px 0;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li {
	list-style: none;
}

/* #TB-category-featured .tbfcat-items .item:hover .caption {
    height: 96%;
} */

#TB-category-featured .tbfcat-items .content .tb_cat_content {
	/* position: relative; */
	overflow: hidden;
	display: inline-block;
	border: 1px solid #5ca87b;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 {
	margin: 0;
	background: #f2f2f2;
	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;
}

#TB-category-featured .tb-category-featured-carousel .content:hover .caption .cat-title h4,
#TB-category-featured .tb-category-featured-carousel .content:active .caption .cat-title h4,
#TB-category-featured .tb-category-featured-carousel .content:focus .caption .cat-title h4 {
	background: #5ca87b;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
	color: #111;
	font: 500 24px/26px 'Fjalla One', Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	padding: 15px 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;
	display: inline-block;
	position: relative;
}

#TB-category-featured .tb-category-featured-carousel .content:hover .caption .cat-title h4 a,
#TB-category-featured .tb-category-featured-carousel .content:active .caption .cat-title h4 a,
#TB-category-featured .tb-category-featured-carousel .content:focus .caption .cat-title h4 a {
	color: #fff;
}

#TB-category-featured .tb-category-featured-carousel .owl-item {
	padding: 0 15px;
}

#TB-category-featured .tb-category-featured-carousel .owl-nav {
	display: none !important;
}

/* #TB-category-featured .tb-category-featured-carousel .owl-item .item{
	margin: 0 0 30px 0;
} */
#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li.viewall .tb-view-all .categories {
	display: inline-block;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li.viewall .tb-view-all .categories a {
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	padding: 14px 30px;
	position: relative;
	background: #111;
	color: #fff;
}

@media (max-width: 1399px) {
	#TB-category-featured {
		margin: 0 0 80px 0;
	}
}

@media (max-width: 1199px) {
	#TB-category-featured {
		margin: 0 0 60px 0;
	}
}

@media (max-width: 991px) {
	#TB-category-featured {
		margin: 0 0 40px 0;
	}
}

@media (max-width: 767px) {

	#TB-category-featured .tb-category-featured-carousel .caption {
		height: 50px;
	}

	#TB-category-featured .tbfcat-items .content .tb_cat_content {
		display: inline-block;
		vertical-align: top;
	}

	#TB-category-featured .tb-category-featured-carousel .caption {
		height: auto;
	}

	#TB-category-featured .tbfcat-items .item:hover .caption {
		height: auto;
	}

	#TB-category-featured .tb-category-featured-carousel .item:hover .caption .tb-content {
		padding: 0;
	}

	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a::before,
	#TB-category-featured .tb-category-featured-carousel .content:hover .caption .cat-title h4 a::before {
		width: 100%;
	}

	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width: 480px) {
	#TB-category-featured {
		margin: 0 0 20px 0;
	}
}

/* TB-Category feature CSS End */