.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #212121;
    font-size: 0;
    width: 25px;
    height: 25px;
    margin: 5px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    background-color: #fed625;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    transition: opacity 0.3s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none;
    opacity: 0.5;
}
.owl-theme .owl-prev {
	background-image: url(/images/button_left_arrow.svg);
	background-position: 5px 6px;
}
.owl-theme .owl-next {
	background-image: url(/images/button_right_arrow.svg);
	background-position: 7px 6px;
}
.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;
    margin: 10px 0 0 0;
}
.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: #fed625;
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
    transition: opacity 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fed625;
    opacity: 1;
}
