/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}

.owl-theme .owl-dots {
    margin-top: 30px;
}.owl-theme .owl-nav{/* margin-top:10px; */top: 36%;top: calc((100% - 76px)/2);position: absolute;width: 100%;/* margin: 0 -25px; */}.owl-theme .owl-nav [class*=owl-]{color: #ff9e00;font-size: 36px;margin:5px;font-family: monospace;padding: 0px 9px;/* background: white; */display:inline-block;cursor:pointer;line-height: 1;/* border: 1px solid whitesmoke; */position: absolute;/* height: 31px; */transition: 0.5s;/* top: 61px; */text-shadow: 0px 0px 13px #fff;}

.owl-next {
    right: -40px;
}

.owl-prev {
    left: -40px;
}.owl-theme .owl-nav [class*=owl-]:hover{/* background: #fdab24; *//* color: #ffffff; */border-radius: 0;text-decoration:none;transform: scale(1.0);/* top: -5px; */}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #ff9e00;}
.owl-theme .owl-nav .owl-next:hover{/* right:-45px */}
.owl-theme .owl-nav .owl-prev:hover{/* left:-45px */}
