/**
 * 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:1.625rem;color:#fff;height:1.625rem;margin-left:.3125rem;}
.owl-nav button:after {font-family: "FontAwesome";font-size:1.125rem;line-height:1.625rem;width:1.625rem;display:block;text-align:center;background-color:#c52a23;color:#fff;}
.owl-nav button:hover:after {background-color:#8a0307;}
.owl-prev:after{content: "\f104";}
.owl-next:after{content: "\f105";}

.owl-theme .owl-dots{text-align:center;margin-top:-1.5625rem;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top:.9375rem}
.owl-theme .owl-dots .owl-dot {display: inline-block;zoom: 1}
.owl-theme .owl-dots .owl-dot span {width:14px;height:14px;margin:5px 5px;background: #ccc;display: block;-webkit-backface-visibility: visible;transition: opacity .2s ease;border-radius:50%;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#b00f14;}
.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 button{width:3rem;height:3rem;}
.bc-slide-12 .owl-nav .owl-next{position:absolute;right:8px;top:50%;margin:-1.875rem 0 0;}
.bc-slide-12 .owl-nav .owl-prev{position:absolute;left:8px;top:50%;margin:-1.875rem 0 0;}
.bc-slide-12 .owl-nav button:after{font-size:1.875rem;width:3rem;line-height:3rem;background:rgba(0,0,0,0.3);color:#fff;border-radius:5px;}
.bc-slide-12 .owl-nav button:hover:after {opacity:0.6;}

.bc-article-01 .art-slide-simple .owl-dots{position:absolute;margin:0;bottom:0;width:100%;text-align:center;}
.bc-article-01 .art-slide-standard .owl-dots{position:absolute;margin:0;bottom:-2.5rem;width:100%;text-align:center;}
.bc-article-01 .art-slide-simple .owl-nav,.bc-article-01 .art-slide-standard .owl-nav{margin:0;}
.bc-article-01 .art-slide-simple .owl-nav button,.bc-article-01 .art-slide-standard .owl-nav button{width:2.75rem;height:2.75rem;}
.bc-article-01 .art-slide-simple .owl-nav .owl-next,.bc-article-01 .art-slide-standard .owl-nav .owl-next{position:absolute;right:1.5rem;top:50%;margin:-2rem 0 0;}
.bc-article-01 .art-slide-simple .owl-nav .owl-prev,.bc-article-01 .art-slide-standard .owl-nav .owl-prev{position:absolute;left:1rem;top:50%;margin:-2rem 0 0;}
.bc-article-01 .art-slide-simple .owl-nav button:after,.bc-article-01 .art-slide-standard .owl-nav button:after{font-size:1.875rem;line-height:2.75rem;width:2.75rem;background:rgba(0,0,0,0.3);color:#fff;border-radius:5px;}
.bc-article-01 .art-slide-simple .owl-nav button:hover:after,.bc-article-01 .art-slide-standard .owl-nav button:hover:after{opacity:.6;}
