.owl-carousel .owl-carousel-item-imgoverlay {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1210px;
    color: white;
    margin: 0 auto;
}

.owl-carousel .item:hover .owl-carousel-item-imgoverlay {
    background-color: transparent !important;
}
.owl-carousel .item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.owl-carousel .item a:hover,
.owl-carousel .item a:focus {
    background-color: rgba(255,255,255,.5);
}

.owl-carousel div.owl-buttoncontrols {
    background-color: transparent;
}

.owl-carousel div.owl-buttoncontrols .btn {
    background-color: rgba(0,0,0,0.5);
}

.owl-carousel-item-imgtitle,
.owl-carousel-item-imgcontent {
    background: rgba(0,0,0,0.5);
    padding: 7px 20px 5px;
    width: auto;
    display: inline-block;
    float: left;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
}

.owl-carousel-item-imgtitle {
    line-height: 1.1;
    text-transform: uppercase;
}

.owl-carousel-item-imgcontent {
    font-size: 1.1em;
    line-height: 1.4;
}
.owl-carousel-item-imgcontent p {
    margin: 0;
}

/* dots */
.owl-carousel .owl-dots {
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    z-index: 1;
}

.owl-carousel.owl-theme .owl-dot.active span,
.owl-carousel.owl-theme .owl-dot:hover span,
.owl-carousel.owl-theme .owl-dot:focus span {
    background-color: black;
    color: white;
}

h2.carouselheading {
    position: relative;
    z-index: 10000 !important;
    background-color: white;
    display: inline;
}

h2.carouselheading span {
    position: absolute;
    top: -3000px;
    width: 1px;
    min-width: 300px;
    overflow: hidden;
    font-size: 16px;
    z-index: 1000 !important;
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: inherit;
    color: #000;
}

h2.carouselheading:focus,
h2.carouselheading span:focus {
    display: block;
    top: 0 !important;
    left: 0 !important;
    height: auto !important;
    width: auto !important;
    outline: 1px dotted #BB1B44;
}

@media only screen and (max-width: 1024px) {
    h2.carouselheading span:focus {
        top: -300px !important;
        width: 1px !important;
    }
}

/* navigation */
.owl-carousel .owl-buttoncontrols .icon {
    font-family: 'entypo-fontello';
    vertical-align: top;
    line-height: 60px;
}

.owl-carousel .owl-buttoncontrols .btn.stop,
.owl-carousel .owl-buttoncontrols .btn.play {
    line-height: 40px;
}

.owl-carousel .owl-buttoncontrols .btn {
    display: block;
    text-decoration: none;
    color: white;
    background-color: rgba(0,0,0,0.5);
    visibility: visible;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    /*font-size: 35px;*/
    border-radius: 500px;
    padding: 0;
    z-index: 99;
    overflow: hidden;
}

.owl-carousel .owl-buttoncontrols .btn:focus,
.owl-carousel .owl-buttoncontrols .btn:hover {
    background-color: rgba(0,0,0,1)!important;
    color: white!important;
    cursor: pointer;
    border-color: transparent!important;
}

.owl-carousel .owl-buttoncontrols .btn.prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 15px 0;
    font-size: 3.0rem;
}

.owl-carousel .owl-buttoncontrols .btn.next {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -30px 15px 0;
    font-size: 3.0rem;
}

.owl-carousel .owl-buttoncontrols .btn.stop {
    position: absolute;
    bottom: 10px;
    right: 80px;
    width: 40px;
    height: 40px;
    /*font-size: 25px;*/
    background-color: rgba(0,0,0,0.5);
}

.owl-carousel .owl-buttoncontrols .btn.play {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 40px;
    height: 40px;
    /*font-size: 25px;*/
    background-color: rgba(0,0,0,0.5);
}

.owl-carousel .owl-buttoncontrols .btn.play:focus,
.owl-carousel .owl-buttoncontrols .btn.play:hover,
.owl-carousel .owl-buttoncontrols .btn.stop:focus,
.owl-carousel .owl-buttoncontrols .btn.stop:hover {
    background-color: rgba(0,0,0,1) !important;
}

.owl-carousel.owl-theme .owl-buttoncontrols,
.owl-carousel.owl-theme .owl-controls {
    margin-top: 0;
    height: 0;
}

@media only screen and (max-width: 990px) {
    .owl-carousel .owl-dots {
        display: none;
    }

    .owl-carousel-item-imgtitle {
        padding: 7px 10px 5px;
    }

    .owl-carousel .owl-buttoncontrols .icon {
        line-height: 45px;
    }

    .owl-carousel .owl-buttoncontrols .btn {
        width: 45px;
        height: 45px;
        line-height: 45px;
        /*font-size: 25px;*/
    }

    .owl-carousel .owl-buttoncontrols .btn.stop {
        right: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-carousel .owl-dots {
        display: none;
    }

    .owl-carousel .owl-buttoncontrols .icon {
        line-height: 45px;
    }

    .owl-carousel .owl-buttoncontrols .btn {
        width: 45px;
        height: 45px;
        line-height: 45px;
        /*font-size: 25px;*/
    }
}