/*------------ Start WD -Brandlogo ---------------*/
.brands {
    display: inline-block;
    float: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    vertical-align: top;
    margin: 0 0;
    padding: 0 0 150px;
}
.brands .products .owl-stage-outer {
    padding: 0;
}
.brands .products {
	float: left;
	width: 100%;
	position: relative;
}
.brands .wd-titletab {
	display: none;
}
.brands .customNavigation a {
   margin:20px 0 0 !important;
}
.brands .products:hover .customNavigation a {
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.brands .customNavigation a {
    top: 25%;
}
.brands .customNavigation a.prev {
	left: 0;
}
.brands .customNavigation a.next {
	right: 0;
}
.brands .customNavigation a::before {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 20px;
}
.brands .brand-image {
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
    padding: 0 43px;
}
.brands .products-section-title a {
    color: #111111;
}
.brands #wdbrandlogo-carousel {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.brands #wdbrandlogo-carousel li {
    float: left;
    padding:0;
    text-align: center;
    width: 100% !important;
}
.brands #wdbrandlogo-carousel li .brand-image img {
    max-width: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    width: auto;
}
.brands #wdbrandlogo-carousel li:hover .brand-image img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
@media (max-width:1200px) {
.brands .brand-image {
	padding: 0 28px;
}

}
@media (max-width:1199px) {
    .brands {
        padding: 0 0 100px;
    }

    
}
@media (max-width: 991px) {
    .brands {
        padding: 0 0 80px;
    }

}
@media (max-width: 767px) {
	.brands .customNavigation a{
		opacity:1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
    .brands {
        padding: 0 0 60px;
    }
}
@media (max-width: 543px) {
    .brands #wdbrandlogo-carousel .owl-nav div {
        bottom: 40px;
    }
    .brands .brand-image {
        padding: 0 20px;
    }
    .brands {
        padding: 0 0 40px;
    }

}
/*------------ End WD -Brandlogo ---------------*/
