﻿.mod-logos .logo-item img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;			
}
.logos-container{
    max-width:956px;
    margin: 0 auto 0 auto;
}
.logos-container .owl-carousel .owl-stage-outer{
    overflow-x: hidden;
}
.mod-logos .owl-carousel .owl-stage {
    align-items: center;
}
.mod-logos .logo-item{
    padding: 15px;
    background: #fff;
    border:1px #eee solid;
    margin-left: 1px;
    margin-right: 1px;
    min-height: 210px;
}
a.m-logo-link,
a.m-logo-link:hover{
    text-decoration: none;
    display: block;
}
.mod-logos .logo-item .m-logo-image img{
    filter: grayscale(100%);   
}
.mod-logos .logo-item:hover .m-logo-image img{
    filter: grayscale(0%);   
}
.mod-logos .m-logo-name h3{
    text-align: center;
    font-size: 14px;
}
.owl-carousel .owl-item .m-logo-city img{
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.m-logo-city{
    text-align: center;
    font-size: 10px;
}
.owl-carousel{
	padding-left: 25px;
	padding-right: 25px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width:26px;
	height: 26px;
	line-height: 28px;
	background: #fff;
	color:#f57c00;
	border:1px #f57c00 solid;
	text-align: center;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev{
	left:5px;
}
.owl-carousel .owl-nav button.owl-next{
	right:5px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #f57c00;
    text-decoration: none;
}
@media all and (max-width: 1024px){

}