.owl-theme .owl-controls{
    margin-top:10px;text-align:center;
    -webkit-tap-highlight-color:transparent
    }
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    color:#fff;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#d6d6d6;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
    }
    
    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
        background:#869791;
        color:#fff;
        text-decoration:none
        }
        
        .owl-theme .owl-controls .owl-nav .disabled{
            opacity:.5;cursor:default}
            
            
            .owl-theme .owl-dots {
                position:absolute;
                bottom:0px;text-align:center;width:100%;
                }
            
            
            
            .owl-theme .owl-dots .owl-dot{
                display:inline-block; text-align:center;
                zoom:1;
                
                }
                
                .owl-theme .owl-dots .owl-dot span{
                    width:12px;
                    height:12px;
                    margin:5px 5px;
                   
                    display:block;
                    -webkit-backface-visibility:visible;
                    -webkit-transition:opacity 200ms ease;
                    -moz-transition:opacity 200ms ease;
                    -ms-transition:opacity 200ms ease;
                    -o-transition:opacity 200ms ease;
                    transition:opacity 200ms ease;
                    -webkit-border-radius:30px;
                    -moz-border-radius:30px;
                    border-radius:30px;
                    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
                    background:transparent; border:1px solid #fff;
                    }
                    
                    
                    
                    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
                         background:#fff;
                        }
                        
.customNavigation
{
 position:absolute!important;
 z-index:99!important;
 top:0px!important;width:auto;
background:rgba(0,0,0,0.2);
}

.gallerytop.customNavigation{position:absolute; right:18px;margin-top:-60px; background:transparent!important;}
.gallerytop.customNavigation .btn{  background:transparent!important;border-width:0px!important;  }
.gallerytop.customNavigation .btn:hover{  }

.gallerytop.customNavigation .btn i{  font-size:45px!important;}
i

.customControlzDX
{
 position:absolute!important;
 z-index:99!important;
 top:0px!important;
 width:auto;
 right:0px;
background:rgba(0,0,0,0.2);
}
.customControlzDX>.btn {text-align:center;display:block;  height:50px; float:left;padding:10px; margin:0px 0px 0px 1px!important; }



.customNavigation>.btn i{font-size:25px;padding:0px; }

.customNavigation>.btn {text-align:center;display:block; width:50px; height:50px; float:left;padding:10px; margin:0px 1px 0px 0px!important; }
.customNavigation .prev i { margin-left:-5px;  }
.customNavigation .next i  { margin-left:-2px; }
