

#owl {
	z-index: 1;
	position: relative;
}


#owl .owl-item {
	float: left;
}

#owl .item {
	padding-bottom: 88px;
	text-align: center;
	padding-top: 11px;
	font-size: 18px;
}

#owl .item .text2 {
	margin-bottom: 22px;
}


#owl .owl-wrapper-outer {
	overflow: hidden;
}

#owl  .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

}

#owl .owl-next {
	margin-left: 2px;
	background-position: right 0;
}


	opacity: 0.5;
}

/* Owl content */



.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
