/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
	max-width:100%;
    max-height: 580px;
    overflow: hidden;
	margin-left:auto;
	margin-right:auto;

	z-index:999;
	padding:0px;
	height:auto;
	background-image:url(../images/bnr-bg.png);



}
.owl-carousel .owl-wrapper{
	display: none;
	position:relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.caption
{
	width:auto;
	padding-top:10.5px;
	padding-bottom:18px;
	padding-left:2%;
	padding-right:2%;
	height:auto;
	float:left;
	position:absolute;
	top:63.5%;
	background-image:url(../images/cptn_bg.png);
	background-repeat:repeat;
	font-family:"Brush Script MT";
	font-size:17px;
	color:#FFFFFF;
	left:0%;
	font-weight:normal;
	line-height:22px;
	letter-spacing:1px;
	display:none;

}
.caption h1
{
font-size:34px;
font-weight:normal;
width:100%;
text-align:center;
font-family:"Brush Script MT";
}
