#owl {
	overflow: hidden;
	z-index: 1;
	margin-top: -24px;
	position: relative;
}

#owl+.hor {
	padding-top: 32px;
}


#owl .owl-item {
	float: left;
	width: 100%;
}


#owl .title {
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	margin-bottom: 40px;
}
#owl .item {
	font: 16px/23px 'Open Sans', sans-serif;
	padding: 67px 80px 101px;
	color: #fff4db;
	text-align: center;
	position: relative;
}



#owl .item .img_inner {
	margin-bottom: 0;
}


.owl-wrapper-outer {
	overflow: hidden;
	padding-top: 24px;	
}

.owl-pagination {
	position: absolute;
	height: 13px;
	bottom: 50px;
	left: 0;
	right: 0;
	font-size: 0;
	text-align: center;
	line-height: 0;
}

.owl-page {
	display: inline-block;
}

.owl-page:hover span, .owl-page.active span {
	background-position: 0 0;
}

.owl-page+.owl-page {
	margin-left: 10px;
}

.owl-page span {
	display: block;
	cursor: pointer;
	background: url(../images/pagination.png) right 0 no-repeat;
	width: 13px;
	height: 13px;
}




/* Owl content */



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


/*2nd*/

#owl1 {
	overflow: hidden;
	z-index: 1;
	margin: -22px -10px 0;
	position: relative;
}



#owl1 .owl-item {
	float: left;
	width: 100%;
}

#owl1 .item {
	position: relative;
}

#owl1 .item img {
}



#owl1 .owl-wrapper-outer {
	overflow: hidden;
	padding-top: 47px;
}

#owl1 .owl-pagination {
	font-size: 0;
	text-align: center;
	line-height: 0;
}

#owl1 .owl-page {
	display: inline-block;
}

#owl1 .owl-prev, #owl1 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	height: 15px;
	right: 26px;
	top: 0;
	width: 8px;
	overflow: hidden;
	text-indent: -999px;

}

#owl1 .owl-next {
	right: 10px;
	background-position: right bottom;

}
#owl1 .owl-next:hover {
	background-position: right 0;
}



#owl1 .owl-prev:hover {
	background-position: 0 bottom;
}