.owl-carousel .owl-dots {
    padding: 35px 0 25px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: 3px solid #000000;
    margin: 0 10px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    border-color: #feeca0;
    background-color:  #feeca0;
}