﻿

#image-carousel {
    margin-bottom: 20px;
}

.main-image {
    width: 100%;
    line-height: 0;
}

    .main-image img {
        width: 100%;
    }

.carousel-container {
    position: relative;
}

.owl-dots {
    display: none!important;
}

.carousel-items {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
    z-index: 2;
}

.item {
    width: 100%;
    max-height: 600px;
}

.item-image {
    padding-bottom: 31%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

/* Overlay */
.carousel-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #0b0b0b;
    z-index: 2;
    transition: opacity 1.0s;
}

.center .carousel-overlay {
    opacity: 0;
}

/* Navigation */
.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF0000;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 52px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    border-radius: 0;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: none;
    }

.owl-carousel .owl-controls .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-next {
    right: 0;
}

@media only screen and (max-width: 768px) {
    .carousel-items {
        /*display: none;*/
    }
}
