.ot_category_feature {
	z-index: 2;
	margin: -100px 0 0;
	position: relative;
	float: left;
	width: 100%;
}
#ot_category_feature .container {
	padding: 0;
	background: #fafafa;
	padding: 30px 0 ;
	border: 20px solid #fff;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
}
.ot_category_feature .list_carousel {
    clear: both;
	margin: 0 45px;
}

.ot_category_feature .item:hover .cat-img > a::after {
	opacity:1;
}
.ot_category_feature .item {
	width: 100%;
	float: none;
	display: inline-block;
}
.ot_category_feature .cat-img {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.ot_category_feature .cat-img > a {
	float: none;
	position: relative;
}
.ot_category_feature .otcat-content {
	left: 0;
	overflow: hidden;
	padding: 0;
	right: 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;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.ot_category_feature .otcat-content h4 {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	transition: all 200ms ease 0s;
}
.ot_category_feature .otcat-content .title a::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 28px;
	bottom: 0;
	background: #9cae4e;
	height: 2px;
	width: 30px;
	margin: auto;
}
.ot_category_feature .otcat-content .title a {
	color: #111;
	font: 700 18px/20px "Philosopher", Helvetica, sans-serif;
	margin: 0;
	position: relative;
	white-space: nowrap;
	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;
}
.ot_category_feature .otcat-content .title a:hover{
	color:#87a243;
}
.ot_category_feature .otcat-content .sub-cat {
	float: left;
	width: 100%;
	padding: 16px 0 0;
	text-align: center;
}
.otcat-content .cat-btn{
	margin-top:5px;
	float: left;
	width: 100%;
	text-align:center;
}
.otcat-content .cat-btn a{
	color: #111;
}
#ot_cat_featured .otcat-inner {
	float: left;
	width: 100%;
}
.otcat-content ul {
	margin: 0;
}
.sub-cat li {
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 3px;
}

.sub-cat li a::before {
	background: #666 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: auto;
	margin: auto;
	position: absolute;
	right: -7px;
	top: 0;
	width: 5px;
}
sub-cat li:nth-last-child(3) a::before {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1399px){
	.ot_category_feature .item:hover .otcat-content{
		height:45%;
	}
}

@media (max-width:1300px) {
.ot_category_feature {
	margin: -75px 0 0;
}
}

.ot_category_feature .item:hover .otcat-content .sub-cat {
 	display:inline-block;
}
.ot_category_feature .otcat-content .sub-cat li a {
	color: #666;
	font: 400 13px/26px "Poppins", Helvetica, sans-serif;
	padding: 0;
	position: relative;
}
.ot_category_feature .otcat-content .sub-cat li a:hover {
    color: #111;
}
.ot_category_feature .cat-img a img{
	margin: 0 auto;
	max-width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 800ms ease-in-out;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
}
.ot_category_feature .cat-img:hover 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);
}


@media (max-width:991px) {
	
	.ot_category_feature .otcat-content .sub-cat li a{
		font-size:14px;
		line-height:30px;
	}
    #ot_category_feature .container {
		max-width: 100%;
	}
	
	.ot_category_feature .otcat-content .title a::after {
		top: 30px;
	}	
}
@media (max-width:767px) {
	.ot_category_feature .otcat-content,.ot_category_feature .item:hover .otcat-content {
		  position:static;
		  padding:0;
		  width:100%;
		  height:100%;
		  overflow: visible;
	 }
	 .ot_category_feature .item .otcat-content h4{
	  	margin:0 0 10px 0;
	 }
	 #ot_cat_featured .otcat-inner{
	 	padding:15px 0;
	 }
	 .ot_category_feature .otcat-content .sub-cat {
		  display:inline-block;
	 }
	
	.ot_category_feature .otcat-content .sub-cat li a {
		 color: #111;
		 font-size:14px;
	}
	.ot_category_feature .otcat-content .sub-cat li a:hover {
		color: #87a243;
	}
	.ot_category_feature .item:hover .cat-img > a::after{
		background:rgba(0, 0, 0, 0);
	}
	.ot_category_feature .cat-img:hover img{
		transform: none;
	}
	.ot_category_feature .otcat-content{
		margin:10px auto;
	}
	.ot_category_feature{
		margin:0 0 10px;
	}
	#ot_category_feature .container {
		padding:0;
    }
	.ot_category_feature .list_carousel {
		margin: 0 85px;
	}
}
@media (max-width:543px) {
	.ot_category_feature .otcat-content .title a::after {
		top: 25px;
	}
	.ot_category_feature .list_carousel {
	   margin: 0 45px;
    }
	.ot_category_feature .otcat-content .sub-cat {
	   padding:0
	}
}
@media (max-width:480px) {
	
	.ot_category_feature .otcat-content .sub-cat li a {
		font-size:12px;
	}
	.ot_category_feature .item{
		padding:0 10px;
	}
	#ot_cat_featured .otcat-inner{
		padding:5px 0 10px;
		}
	.ot_category_feature .otcat-content .title a{
		font-size:14px;
		line-height:18px;
	}
	.otcat-content .cat-btn{
		margin:5px 0 0 0;
	}
	.ot_category_feature .otcat-content a{
		font-size:12px;
	}
	.ot_category_feature .item .otcat-content h4{
		margin:0;
	}
	#ot_cat_featured .cat-btn a{
		padding:4px 14px; 
	}
	.ot_category_feature .otcat-content .sub-cat {
		padding: 15px 0 0;
	}
	
	
}