/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (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{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

 .owl-theme .owl-dots .owl-dot span {
    width: 55px !important;
    height: 2px !important;
    margin: 5px 7px !important;
    background: #D6D6D6 !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: opacity .2s ease !important;
    border-radius: 0 !important;
}

.inner-owl-carousel.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    -webkit-transform-style: preserve-3d;
    margin:0 auto;
    max-height:100%;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* inheris zijn nodig om afbeelding 100% op het scherm te laten komen. */ 
.inner-owl-carousel {
    height: inherit;
}
.owl-stage-outer {
    height: inherit;
}
.owl-stage {
    height: inherit;
}
.owl-item {
    height: inherit;
}
.item {
    height: inherit;
}

/* owl - nav */
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.owl-theme .owl-nav [class*=owl-] {
    background: none;
}
.owl-theme .owl-nav {
    position: absolute;
    /* top: 50%; */
    top: calc(50% - 32px);
    width: 100%;
}
.owl-prev:hover {
    cursor: pointer;
}
.owl-prev {
    left: 0px;
    position: absolute;

}
.owl-next:hover {
    cursor: pointer;
}
.owl-next {
    right: 0px;
    position: absolute;
}

.owl-dots {
    display: none;
}

.inner-owl-carousel .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 60%;
    margin-left: 20%;
}
