.owl-theme .owl-nav{position:absolute;top:0;width:100%;height:calc( 100% - ( 10px * 2 ));display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{color:#fff;font-size:0;margin:5px;padding:10px;background:#d0d0d0;border:none;display:inline-block;cursor:pointer;border-radius:50%;text-indent:-9999em}.owl-theme .owl-nav [class*='owl-']:hover{background:#d0d0d0;color:#fff;text-decoration:none}.owl-theme .owl-nav .owl-prev:after{content:'';display:block;background-image:url(img/angle-left.svg);background-position:45% 50%;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.owl-theme .owl-nav .owl-next:after{content:'';display:block;background-image:url(img/angle-right.svg);background-position:55% 50%;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.owl-theme .owl-nav .disabled{opacity:.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}.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;border:1px solid #555;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#555}