.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #f00000;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom:1;
    border: none!important;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 9px 0;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border: 2px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #f00000;
    border: 3px solid #f00000;
}
.owl-theme .owl-dots .owl-dot span{display:block; position:relative;}

.owl-theme .owl-dots .owl-dot:last-child:before,.owl-theme .owl-dots .owl-dot:after{position:relative;content:"";height:0px;width:2px;display: block;background-color:#f00000;margin:0 auto;transition:.5s all;}
.owl-theme .owl-dots .owl-dot.active:last-child:before,.owl-theme .owl-dots .owl-dot.active:after{height:110px;}
.owl-theme .owl-dots .owl-dot:last-child::after{display:none;}
