/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Custom CSS
 **/

/* Newslayer */

/* OWL Navigation */
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 27%;
    left: -10px;
    border:0 solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 27%;
    right: 5px;
    border:0 solid black;
}
.owl-prev i, .owl-next i {
    font-size: 1.3em;
    color: #CED7DB;
    transition: color 0.5s ease-in-out;
}
.owl-prev i:hover, .owl-next i:hover {
    color: #37484F;
}

.owl-dots {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px;
    background: #ccc;
    height: 6px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #004B92;
    width: 20px;
    transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: #004B92;
}

/* Slide Introtext */
.owl-carousel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.owl-carousel .item {
    /* height: 300px; */
    border: 2px solid #fff;
    padding: 0 20px !important;
}
.owl-carousel .item a {
    display: block;
}

.owl-carousel .item a img {
    height: 250px!important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.owl-stage .item > .overlay-text {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 500;
    display: inline-block;
    width: auto;
}
.owl-stage .item > .overlay-text span {
    display: block;
    padding: 3px 5px;
    background: #f6f6f6;
    color: #000000;
}
.owl-stage .item > .overlay-text span a {
    color: #000000;
}
/* Overlay Title */
.item .overlay-title {
    width: 100%;
    text-align: center;
}
