/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme-two .owl-dots,.owl-theme-two .owl-nav{
    text-align:right; /*ORIGINAL CENTER*/
    margin-right: 80px; /*ADDED*/
    -webkit-tap-highlight-color:transparent;
}
@media only screen and (max-width:991px){
    .owl-theme-two .owl-dots,.owl-theme-two .owl-nav{
        text-align:center; /*ORIGINAL CENTER*/
        margin-right: 0px; /*ADDED*/
        -webkit-tap-highlight-color:transparent
    }
}
.owl-theme-two .owl-nav{
    margin-top:10px;
}
.owl-theme-two .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-two .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none
}
.owl-theme-two .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme-two .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-theme-two .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    
   /*##########  display: none;   ADDED   NO SLIDE DOTS ###############*/
}
@media only screen and (max-width:991px){
    .owl-theme-two .owl-dots .owl-dot{
        display:inline-block;
        zoom:1;
        
         /*##########   ADDED   NO SLIDE DOTS ###############*/
    }   
}
.owl-theme-two .owl-dots .owl-dot span{
    width:17px; /*ORIGINAL 10PX*/
    height:17px;/*ORIGINAL 10PX*/
    margin:5px 7px;
    background:rgb(255, 255, 255,0.99) /*original #:D6D6D6*/;
    border:2px solid #FFF /*border 2pxADDED*/;
    margin-top: -585px /*WAS IN -415PX   ADDED or -470*/;
    display:flex /*ORIGINAL:BLOCK*/;
    position: relative /*ADDED*/;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px; 
}
@media only screen and (max-width:991px){
    .owl-theme-two .owl-dots .owl-dot span{
        width:10px;
        height:10px;
        margin:5px 7px;
        /*background:rgb(112, 31, 149,0.1)  WAS IN 112, 31, 149,0.5          original #:D6D6D6*/;
        background: transparent;
        border:1px solid #D6D6D6 /*ADDED*/;
        margin-top: -90px /*-95  ADDED WAS IN -495  and -485*/;
        display:flex /*ORIGINAL:BLOCK*/;
        position: relative /*ADDED*/;
        -webkit-backface-visibility:visible;
        transition:opacity .2s ease;
        border-radius:30px;
    }
}
.owl-theme-two .owl-dots .owl-dot.active span,.owl-theme-two .owl-dots .owl-dot:hover span{
    background:#00aceb;
    width:19px;/*ORIGINAL 35PX*/
    height:19px;/*ORIGINAL 13PX*/
    top:-2px /*with, height, top: ADDED  ORIGIANL:-2PX*/
}/*869791*/
@media only screen and (max-width:991px){
    .owl-theme-two .owl-dots .owl-dot.active span,.owl-theme-two .owl-dots .owl-dot:hover span{
        background:#701f95;
        width:12px;
        height:12px;
        top:-2px /*with, height, top: ADDED*/
    }/*869791*/ 
}
