/* TB-Category feature CSS Start */
#TB-category-featured {
	margin: 0 0 100px;
	position: relative;
}

#TB-category-featured .tb-category-featured-carousel {
	text-align: center;
}

#TB-category-featured .tb-category-featured-carousel .caption {
	width: 100%;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: transparent;
	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 .content .tb_cat_content:hover .caption {
	top: 50%;
}

#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;
	/* padding: 8px; */
	padding-top: 0;
}

#TB-category-featured .tbfcat-items .content .tb_cat_content a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#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 .item .image {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	position: relative;
}

#TB-category-featured .tb-category-featured-carousel .item .image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 135, 208, 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;
	z-index: 1;
}

#TB-category-featured .tb-category-featured-carousel .item .content .tb_cat_content:hover .image::before {
	background: rgba(2, 135, 208, 0.7);
}

#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: 400 14px/24px 'Mulish', 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 a:hover {
	color: #00aaff;
}

#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 #787878; */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	background: transparent;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 {
	margin: 0 0 10px;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
	color: #fff;
	font: 400 24px/26px 'Rancho', cursive;
	letter-spacing: 0.5px;
	margin: 0;
	text-align: center;
	/* padding: 9px 0 12px; */
	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%;
	display: block;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	text-transform: uppercase;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title .desc {
	font: 400 16px/18px 'Mulish', Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	opacity: 0;
	user-select: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

#TB-category-featured .tb-category-featured-carousel .item .content .tb_cat_content:hover .caption .cat-title .desc {
	opacity: 1;
	user-select: auto;
}

#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: 1299px) {
	#TB-category-featured {
		margin: 0 0 80px;
	}
}

@media (max-width: 1199px) {
	#TB-category-featured {
		margin: 0 0 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	#TB-category-featured {
		margin: 0 0 40px;
	}
}

@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 .content .tb_cat_content .caption {
		top: 50%;
	}


	#TB-category-featured .tb-category-featured-carousel .item .content .tb_cat_content .image::before {
		background: rgba(2, 135, 208, 0.7);
	}

	#TB-category-featured .tb-category-featured-carousel .item .content .tb_cat_content .caption .cat-title .desc {
		opacity: 1;
		user-select: auto;
	}
}

@media (max-width: 575px) {
	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 26px;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
	#TB-category-featured {
		margin: 0 0 20px;
	}
}

/* TB-Category feature CSS End */