.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-nav [class*=owl-]{color:#b24096;font-size:84px;width:35px; /*height:60px;*/ margin-top:-45px; display:inline-block;cursor:pointer; opacity:0.5;
background: -moz-linear-gradient(45deg, #b24096 5%, #673b79 21%, #b24096);
background: -webkit-linear-gradient(45deg, #b24096 5%, #673b79 21%, #b24096);
background: -o-linear-gradient(45deg, #b24096 5%, #673b79 21%, #b24096);
background: -ms-linear-gradient(45deg, #b24096 5%, #673b79 21%, #b24096);
background: linear-gradient(45deg, #b24096 5%, #673b79 21%, #b24096);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/*.owl-theme .owl-controls .owl-next {position:absolute; right:0px; top:50%; background:url(/upload/images/arrows-owl.png) no-repeat top right ;}
.owl-theme .owl-controls .owl-prev {position:absolute; left:0px; top:50%; background:url(/upload/images/arrows-owl.png) no-repeat top left }*/
.owl-nav .owl-next {position:absolute; right:0px; top:50%; }
.owl-nav .owl-prev {position:absolute; left:0px; top:50%; }

.owl-nav [class*=owl-]:hover{text-decoration:none; opacity:1}
.owl-nav {opacity:.5;cursor:default}
.owl-nav.disabled{display:none;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;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}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#e83e8c}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot{
    outline:none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;

    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}