.wd-category-list {
	float: left;
	position: relative;
	width: 100%;
	margin:0 0 65px;
}
.wd-category-list .container {
	position: relative;
}
.wd-category-list .wdfcat-items {
	margin: 0 -10px;
}
.wd-category-list .item {
  float: left;
  padding: 0px 10px;
  width: 100%;
}
.wd-category-list .content {
    float: left;
	width: 100%;
	overflow: hidden;
}
.wd-category-list .category-list-carousel {
	position: static;
}
.wd-category-list .cat-title {
	float: left;
	width: 100%;
	text-align: center;
}
.wd-category-list .image {
	text-align: center;
    margin: auto;
    background: #fff;
    border: 4px solid #f7f7f7;
    height: 137px;
    width: 137px;
    border-radius: 3px;
}
.wd-category-list .image:hover {
	border: 4px solid #15478b;
}
.wd-category-list .image a {
	max-width: 100%;
}
.wd-category-list .owl-carousel .owl-buttons {
    top: 0;
    right: -10px;
    display: block;
    width: 85px;
}
.wd-category-list .owl-carousel .owl-buttons .owl-prev, .wd-category-list .owl-carousel .owl-buttons .owl-next {
    opacity: 1;
    width: 30px;
    height: 30px;
	border: 1px solid #ededed;
	color: #dbdbdb;
	border-radius: 3px;
}
.wd-category-list .owl-carousel .owl-buttons .owl-prev:hover, .wd-category-list .owl-carousel .owl-buttons .owl-next:hover {
    background-color: #f79d00;
    color: #fff;
    border-color: #f79d00;
}
.wd-category-list .owl-buttons .owl-prev i, .wd-category-list .owl-buttons .owl-next i {
    display: block;
    margin: 0;
    font-size: 10px;
    text-align: center;
    line-height: 29px;
}
.wd-category-list .image a img {
	transition: .9s ease-in-out;
    -webkit-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
}
.wd-category-list .caption {
  float: left;
  display: none;
}
.wd-category-list .cat-title > h4 {
	text-align: center;
    margin: 15px 0 0;
}
.wd-category-list .cat-title a {
	color: #333333;
    font: 500 15px/28px 'Heebo', sans-serif;
    margin: 0;
    white-space: nowrap;
    letter-spacing: 0.2px;
}
.wd-category-list .cat-title a:hover {
    color: #f79d00;
}
.wd-category-list .caption .cat-sub {
  float: left;
  width: 100%;
}
.wd-category-list .caption .cat-sub ul {
	margin: 0;
}
.wd-category-list .caption .cat-sub li.cat-view-all a {
	color: #7d54f2;
	padding: 7px 10px 0 10px;
}
.wd-category-list .cat-sub li {
  list-style: outside none none;
}
.wd-category-list .cat-sub li span, .wd-category-list .cat-sub li a {
	color: #777;
	font: 400 14px/28px 'Open Sans',Helvetica,sans-serif;
	position: relative;
	padding: 0 10px;
	float: left;
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
}
.wd-category-list .caption .cat-sub li a:hover, .wd-category-list .caption .cat-sub li span:hover {
		color: #000000;
}
.wd-category-list .caption .cat-sub li a::before , .wd-category-list .caption .cat-sub li span::before {
	content: "\f105";
	left: 0px;
	position: absolute;
	font-family: fontawesome;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
}
.wd-category-list .cat-sub li .more-menu {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0;
}
.wd-category-list .caption .cat-sub li span::after {
	position: absolute;
	left: -5px;
	right: auto;
	top: 0;
	bottom: 0;
	content: "";
	margin: auto;
	background: #e5e5e5;
	opacity: 0;
	width: 0;
	height: 25px;
	z-index: -1;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
.wd-category-list .caption .cat-sub li span:hover::after {	opacity: 1;	width: 65px;}

@media (max-width: 979px) {
	.wd-category-list {margin: 0 0 40px;}
}
@media (max-width: 479px){
	.wd-category-list .cat-title a {	font: 600 16px/26px 'Open Sans',Helvetica,sans-serif;	}
	.wd-category-list .wdfcat-items {margin: 0 -5px; }
  .wd-category-list .item {padding: 0px 5px;}
  .wd-category-list .cat-sub li span, .wd-category-list .cat-sub li a {	font-size: 13px;}
  .wd-category-list .cat-title > h4 {	margin: 10px 0 0px;}
  .wd-category-list .image {	
	width: 120px;
	height: 120px;
	text-align: center;
}
.wd-category-list {
	margin: 0 0 30px;
}
}
