/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	bottom: -50px;
    margin-top:0px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	/*color: #FFF;*/
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

	/*background: #869791;*/
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8; font-size:0px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* 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: 40px;
	height: 5px;
	margin: 5px 5px;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.90;
	transition:all 500ms ease-in;
	background: #fff; border:0px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#d81c72; padding:2px;
}

/* 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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-prev{ position:absolute; left:-70px; top:50%;   width:55px; height:55px; transition:all 500ms ease-in-out; border-radius:100%; border:1px solid rgba(0,0,0,.60) }
.owl-next{ position:absolute; right:-70px; top:50%;     width:55px; height:55px; transition:all 500ms ease-in-out; border-radius:100%; border:1px solid rgba(0,0,0,.60)}

.owl-prev i, .owl-next i{ margin:2px 0px 0px; font-size:40px; color:rgba(0,0,0,0.60); transition:all 500ms ease-in-out  }
.owl-prev:hover i, .owl-next:hover i{ transform:rotate(360deg); color:rgba(0,142,255,1); }
.owl-prev:hover, .owl-next:hover{border:1px solid rgba(0,142,255,1) }


@media (max-width:1280px) {
	
.owl-prev{  left:0px;}
.owl-next{right:0px; }


}


@media (max-width:1024px) {

.owl-prev{  left:30px;}
.owl-next{right:30px; }

}



@media (max-width:998px) {
	
.owl-prev { left:-48px; }
.owl-next { right:-48px; }

#owl-demo2 .owl-prev { top:auto; left:0%; position:relative }
#owl-demo2 .owl-next { top:auto; right:0%;  position:relative }

.owl-prev { top:auto; left:0%; position:relative }
.owl-next { top:auto; right:0%;  position:relative }	
	
	
	}

@media (max-width:480px) {
	
.owl-prev, .owl-next { width:45px; height:45px; } 	
.owl-prev i, .owl-next i { font-size:33px; }	
	 }
	