/**
 * 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 { text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme .owl-nav { }
.owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 1.5em; margin: 5px; background: #CCC; display: inline-block; cursor: pointer; border-radius: 3px }
.owl-theme .owl-nav [class*=owl-]:hover { background: #c2ab85; color: #FFF; text-decoration: none }
.owl-theme .owl-nav .disabled { opacity: .5; cursor: default }
.owl-theme .owl-nav.disabled+.owl-dots { margin: -30px 10px 0; text-align: right;}
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1 }
.owl-theme .owl-dots .owl-dot span { position: relative;background: #c2ab85; display: block;width: 12px;height: 12px;margin: 0 5px;outline: 0;opacity: 0.6; border-radius: 6px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }

.owl-prev{ position: absolute; bottom: 6px; left: 5%; z-index: 100; }
.owl-prev a{ display: block; width: 48px; line-height: 48px; height: 48px; color: #FFF; text-align: center; font-size:1.5em;}
.owl-prev a:hover,.owl-prev a:focus{ background: #c2ab85;}
.owl-prev.disabled{ display: none;}

.owl-next{ position: absolute; bottom: 6px; right: 5%; z-index: 100; }
.owl-next a{ display: block; width: 48px; line-height: 48px; height: 48px; color: #FFF; text-align: center; font-size:1.5em;}
.owl-next a:hover,.owl-next a:focus{ background: #c2ab85;}
.owl-next.disabled{ display: none;}