/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-dots{
    position: relative;
    bottom: 40px;
    margin: 0 auto;
    width: 90px;
    height: 40px;
}
.owl-dot{
    display: inline-block;
    float: left;
    margin: 10px;
}
.owl-dot span{
    height: 10px;
    width: 10px;
    display: block;
}
.owl-dot span{
    background: url(../images/dot.png) no-repeat;
}
.owl-dot.active span{
    background: url(../images/dot-active.png) no-repeat;
}
.owl-nav{
    position: relative;
    bottom: 60px;
}
.owl-prev{
    background: url(../images/arrow-left.png) no-repeat;
    width: 20px;
    height: 30px;
    position: absolute;
    left: -50px;
}
.owl-next{
    background: url(../images/arrow-right.png) no-repeat;
    width: 20px;
    height: 30px;
    position: absolute;
    right: -50px;
}
.partner-slider.owl-carousel .owl-item img{
    width: auto;
}