
.content_carousel , .content_carousel .slider_item {
    position: relative;
}

.content_carousel .slide_onimage {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.content_carousel .item_introtext {
    margin: 0;
}

.content_carousel img {
	image-rendering: -webkit-optimize-contrast;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin: 20px 0 0 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #505352;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ADADAD;
}

.owl-theme .owl-nav [class*="owl-"] {
    padding: 10px;
    background: transparent;
    opacity: 0.3;
    border-radius: 50%;
    transition: .3s;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 25%;
    width: 100%;
    height: 0;
}

.content_carousel .owl-prev {
    float: left;
}

.content_carousel .owl-next {
    float: right;
}