.owl_category_feature .cat-img a{
    position: relative;
    display: inline-block;
	width:100%;

	}
.owl_category_feature .cat-img > a img{width:100%;}
.owl_category_feature .cat-img a:before
{
        background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    width: 0;
}
.owl_category_feature .cat-img a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    width: 0;
}
.owl_category_feature .cat-img > a:hover:before ,.owl_category_feature .cat-img > a:hover:after
{

    height: 100%;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    width: 100%;
}

.owl-block-title{text-align:center;margin-top:45px;margin-bottom:40px;}
.owl-block-title h3{font-size:48px;text-transform:uppercase;font-family:	'Playfair Display', serif;color:#fff;font-weight:500;margin:0;}
.owl-block-title h3:before{content:"";display:inline-block;width:20px;height:3px;background:#fff;margin-right:16px;vertical-align:middle;}
.owl-block-title h3:after{content:"";display:inline-block;width:20px;height:3px;background:#fff;margin-left:16px;vertical-align:middle;}
#owl_cat_featured .content{background:#fff;padding:20px;}
#owl_cat_featured  .cat-img{position:relative;;margin-bottom:15px;}
#owl_cat_featured  .cat-img .cat-infor{position:absolute;width:100%;padding:12px 20px 10px;background:#e62e04;color:#fff;left:0;}
#owl_cat_featured   .cat-infor h4{margin:0;}
#owl_cat_featured  .cat-img .cat-infor a{color:#fff;font-size:14px;text-transform:uppercase;}
#owl_cat_featured .sub-cat ul{margin:0;}
#owl_cat_featured .sub-cat li{padding:5px 0;}
#owl_cat_featured .sub-cat li.cat-infor a{font-size:14px;text-transform:uppercase;color:#323232;}
#owl_cat_featured .sub-cat li.view-all{padding-top:10px;}
#owl_cat_featured .sub-cat li.view-all a{color:#e62e04;}
#owl_cat_featured .sub-cat li.view-all a:after{content: "\f105";font-family:"FontAwesome";}
#owl_cat_featured .sub-cat li a{color:#8c8c8c;font-size:13px;}
#owl_cat_featured .sub-cat li:hover a,#owl_cat_featured .sub-cat li:hover{color:#e62e04;}
#owl_cat_featured .item{margin-bottom:10px;float:none;display:inline-block;margin-left:-3px;vertical-align:top;}
#owl_cat_featured{margin-bottom:30px;}

#owl_cat_featured .sub-cat li{padding:10px 0;float:left;width:50%;}
#owl_cat_featured .sub-cat li:before{content: "\f105";font-family:"FontAwesome";}
#owl_cat_featured .sub-cat li a{color:#8c8c8c;padding-left:5px;}
#owl_cat_featured .sub-cat li:hover a,#owl_cat_featured .sub-cat li:hover{color:#e62e04;}
.owl_category_feature {margin-top:60px;}
@media only screen and (min-width : 768px) and (max-width : 991px)
{
.home-content{width:100%;display:inline-block;}
}
@media (max-width:1199px )
{
#owl_cat_featured .sub-cat li{width:100%;}
}
@media (max-width:767px )
{
.owl-block-title h3{font-size:25px;}
#owl_cat_featured .item{margin-bottom:15px;}
#owl_cat_featured .sub-cat{padding-bottom:20px;}
#owl_cat_featured .cat-img{text-align:center;}
.owl_category_feature{margin-top:30px;}
#owl_cat_featured{margin-bottom:0;}
}
@media only screen and (min-width : 480px) and (max-width : 767px)
{
#owl_cat_featured .item{width:50%;}
}
@media (max-width:479px )
{
#owl_cat_featured .item{margin-left:-3px;display:block;}
}

