.sp_brands{
	padding: 60px 0 0;
}
.sp_brands .sp-title{
	margin-bottom: 30px;
}
.sp_brands .sp-manu-slider .spmanufactureslider{
    background-color: #fff;
	margin: 0;
	text-align: center;
}
.sp_brands .sp-manu-slider .spmanufactureslider.owl-carousel .owl-stage-outer{
	margin: 0;
}
.sp_brands .item-wrap .item-img-info{
    overflow: hidden;
	transition: 0.3s all ease 0s;
	-moz-transition: 0.3s all ease 0s;
	-webkit-transition: 0.3s all ease 0s;
	-ms-transition: 0.3s all ease 0s;
}
.sp_brands .item-wrap .item-img-info img{
	opacity: 0.5;
	transition: 0.3s all ease 0s;
	-moz-transition: 0.3s all ease 0s;
	-webkit-transition: 0.3s all ease 0s;
	-ms-transition: 0.3s all ease 0s;
	border: solid 1px transparent;
}
.sp_brands .item-wrap .item-img-info img:hover{
	border: solid 1px #111;
	opacity: 1;
}
