/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel {
    position: relative;
}
.owl-theme .owl-nav {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: -18px;
}
.card_body .owl-theme .owl-nav {
    top: 12px;
    margin-top: 0;
}

.layout .owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 0;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    background-color: rgba(255,255,255,.85);
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
}
.layout .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 12px;
}
.layout .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 12px;
}
.layout .owl-carousel.owl-theme .owl-nav button svg {
    fill:black;
    width: 20px;
    margin-top: 9px;
}

/*.owl-theme .owl-nav [class*='owl-']:hover {*/
/*    background: #869791;*/
/*    color: #FFF;*/
/*    text-decoration: none;*/
/*}*/

.owl-theme .owl-nav .disabled {
    opacity: 0.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: #D6D6D6;
    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: #869791;
}

.owl-item figure {
  margin: 0;
}