/* clearfix */
.owl-carousel-bnr .owl-wrapper-bnr:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel-bnr{
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:43px;
	height:auto;
	position:relative;
	background-image:url(../images/bnrbg.png);
	background-position:bottom;



}
.owl-carousel-bnr .owl-wrapper-bnr{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	width:100%;

	
}
.owl-carousel-bnr .owl-wrapper-outer-bnr{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel-bnr .owl-wrapper-outer-bnr.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-bnr .owl-item-bnr{
	float: left;
}
.owl-controls-bnr .owl-page-bnr,
.owl-controls-bnr .owl-buttons-bnr div{
	cursor: pointer;
}
.owl-controls-bnr {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel-bnr  .owl-wrapper-bnr,
.owl-carousel-bnr  .owl-item-bnr{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme-bnr .owl-controls-bnr{
	margin-top: 10px;
	text-align: center;
	position:absolute;
	width:90%;
	bottom:10%;
	height:60%;
	left:5%;
	right:5%;

	
	
}

.owl-prev
{
float:left;
margin:0px;
padding-right:0px;
padding-left:0px;
}
.owl-next
{
float:right;
padding-left:0px;
padding-right:0px;


}
.owl-pagination-bnr
{

position:absolute;
width:100%;
z-index:1000;
bottom:2%;
}
/* Styling Next and Prev buttons */

.owl-theme-bnr .owl-controls-bnr .owl-buttons-bnr div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding-top:25px;
	padding-bottom:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	font-weight:normal;

	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme-bnr .owl-controls-bnr.clickable .owl-buttons-bnr div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;

}

/* Styling Pagination*/

.owl-theme-bnr .owl-controls-bnr .owl-page-bnr{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	
}
.owl-theme-bnr .owl-controls-bnr .owl-page-bnr span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:rgba(255, 255, 255, 0.5);


	
}

.owl-theme-bnr .owl-controls-bnr .owl-page-bnr.active span,
.owl-theme-bnr .owl-controls-bnr.clickable .owl-page-bnr:hover span
{
background-color:#FFFFFF;
}

/* If PaginationNumbers is true */

.owl-theme-bnr .owl-controls-bnr .owl-page-bnr span.owl-numbers-bnr{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item-bnr.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.captionbnr
{
	width:50%;	
	height:auto;
	float:left;
	position:absolute;
	top:2%;
	padding-left:8%;
	background-image:url(../images/cptns.png);
	background-repeat:no-repeat;
	font-family:"Helvetica Narrow";
	font-size:31px;
	color:#FFFFFF;
	left:0%;
	font-weight:normal;

}