.owl-dots {
	margin-top: 20px;
}

.image_caption {
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
	background: #009354;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	top: -30px;
	opacity: 0;
	transition: .5s;
	transition-delay: 1s;
}

.image_item {
	position: relative;
}

.owl-item.active
.image_caption {
	opacity: 1;
	top: 0;
}

.owl-carousel .owl-item .image_item img{
	position: relative;
	z-index: 10;
}