/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {-webkit-tap-highlight-color: transparent;}
.owl-theme .owl-nav {margin-top:15px;width:100%;text-align:right;}
.owl-theme .owl-nav .disabled {opacity: .5;cursor: default}
.owl-theme .owl-nav button{width:30px;color:#fff;height:30px;margin-left:3px;}
.owl-nav button:after {font-family: "FontAwesome";font-size: 18px;line-height: 26px;background-color:#ff891e;color:#fff;padding:5px 11px;border-radius:.25rem;}
.owl-nav button:hover:after {background-color:#d86900;}
.owl-prev:after{content: "\f104";}
.owl-next:after{content: "\f105";}

.owl-theme .owl-dots{text-align:center;margin-top:-25px;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top:15px}
.owl-theme .owl-dots .owl-dot {display: inline-block;zoom: 1}
.owl-theme .owl-dots .owl-dot span {width:12px;height: 12px;margin: 5px 5px;background: #ccc;display: block;-webkit-backface-visibility: visible;transition: opacity .2s ease;border-radius: 0;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ff891e;}
.owl-theme *:focus {outline: -webkit-focus-ring-color auto 0;}

.bc-slide-12 .owl-dots{position:absolute;margin:0;bottom:20px;text-align:center;width:100%;}
.bc-slide-12 .owl-nav{margin:0;}
.bc-slide-12 .owl-nav .owl-next{position:absolute;right:35px;top:50%;margin:-30px 0 0;}
.bc-slide-12 .owl-nav .owl-prev{position:absolute;left:15px;top:50%;margin:-30px 0 0;}
.bc-slide-12 .owl-nav button:after{font-family: "FontAwesome";font-size:30px;line-height:1;background:rgba(0,0,0,0.3);color:#fff;padding:10px 20px;border-radius:5px;}
.bc-slide-12 .owl-nav button:hover:after {opacity:0.6;}
