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

/* Newslayer */

/* OWL Navigation */
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 25px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 30px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    font-size: 3.6em;
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.owl-prev i:hover, .owl-next i:hover {
    color: #999;
}

.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-stage .item {
    position: relative;
    height: 45vh;
}
.owl-stage .item img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.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;
}



.video-container {
    position: relative;
    padding-bottom: 44.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
}