/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

 #owl-demo.item{
       

        padding-top:20px;
		padding-bottom:25px;
		padding-left:0px;
		padding-right:0px;

        color: #FFF;
        text-align: center;
		-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;

	
    }
	
	 #owl-demo.item img
	 {
		 width:100%; }
/*	#owl-demo .item:hover
{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/
/*	#owl-demo .item:hover
{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/
#owl-demo1.item1{
       

        padding-top:20px;
		padding-bottom:25px;
		padding-left:0px;
		padding-right:0px;
          width:auto;
        color: #FFF;
		margin-right:10px;
        text-align: center;
		-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;

	
    }
	
	 #owl-demo1.item1 img
	 {
		 width:100%; }
.owl-pagination
{

position:absolute;
width:100%;
z-index:99999;
bottom:-45px;

}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#198ab8;

	
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span
{
	background-image:url(../images/bnrli.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.scroll
	{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
	padding-top:15px;
	}
	
    .owl-theme .owl-controls .owl-buttons div
	 {
     
    }

    .owl-theme .owl-buttons i{
      margin-top: 2px;
    }

    /*To move navigation buttons outside use these settings:*/

    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
	  
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{
      left:-75px;
      top: 35%;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next{
      right: -75px;
      top: 35%;
	
    }

.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;
	position: relative;
	width:100%;
	-ms-touch-action: pan-y;
	text-align:center;
	z-index:5000;
	

}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	z-index:5000;
	
}
.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;
	height:auto;

}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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);
}
@media only screen and (max-width : 240px)
{

  .scroll
  {
	
	width:75%;

  }
#box 
{
width:100%;
height:auto;
}
#box  img
{
max-width:100%;
}

 .owl-theme .owl-controls .owl-buttons .owl-prev
 {
 left:-38px;
 top: 30%;
 }
 .owl-theme .owl-controls .owl-buttons .owl-next
 {
 right:-38px;
  top: 30%;
}
 #owl-demo .item
 {

 width:100%;
 }
}

@media only screen and (min-width : 241px) and (max-width : 320px)
{
  .scroll
  {
	
	width:66.5%;
  }

 .owl-theme .owl-controls .owl-buttons .owl-prev
 {
 left:-48px;
 top: 35%;
 }
 .owl-theme .owl-controls .owl-buttons .owl-next
 {
 right:-48px;
 
}
.owl-carousel
{

}
}
@media only screen and (min-width : 321px) and (max-width : 480px)
{
.scroll
{

width:56%;
margin-right:65px
}
 .owl-theme .owl-controls .owl-buttons .owl-prev
 {
 left:-55px;
 top: 35%;
 }
 .owl-theme .owl-controls .owl-buttons .owl-next
 {
 right:-55px;
 
}
.dtls
{
font-size:18px;
font-family:Calibri;
width:100%;
text-indent:24px;

}

}
@media only screen and (min-width : 481px) and (max-width : 640px)
{
.scroll
{
width:67%;
  

}

}


@media only screen and (min-width : 641px) and (max-width : 767px)
{
.scroll
{
width:63%;
}
#box 
{
width:100%;

}
.dtls
{
font-size:18px;
font-family:Calibri;
width:100%;
text-indent:24px;

}

}
@media only screen and (min-width : 768px) and (max-width : 960px)
{
.scroll
{
width:60%;
}
#owl-demo .item
{
width:100%;
}
#box 
{
width:100%;
margin:0px;

}
 .owl-theme .owl-controls .owl-buttons .owl-prev
 {
 left:-55px;
 top: 35%;
 }
 .owl-theme .owl-controls .owl-buttons .owl-next
 {
 right:-55px;
 
}

.dtls
{
font-size:18px;
font-family:Calibri;
text-align:center;
}
}
@media only screen and (min-width : 961px) and (max-width :1024px)
{
.dtls
{
font-size:18px;
font-family:Calibri;
}

}