/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: left;
	width:100%;
	position:absolute;
	bottom:5px;
	margin-left: 15px;
}

/* 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;
}
/* 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: 16px;
	height: 16px;
	margin: 5px 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #9faab0;border:2px solid #ffffff;
}

.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: #f36326;border:2px solid #ffffff;
}

/* 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-nav .owl-prev {  height: 80px;
    position: absolute;
    left: -15px;
    text-indent: -10000px;
    top: -202px;
    width: 30px;background: #f56f2c url(../images/slider-left-arrw.png) center center no-repeat;
	display:block !important}
.owl-nav .owl-next {  height: 80px;
    position: absolute;
    right: 15px;
    text-indent: -10000px;
    top: -202px;
    width: 30px;background: #f56f2c url(../images/slider-right-arrw.png) center center no-repeat;
	display:block !important
	}
@media only screen and (max-width : 750px) {
		.banner  {height:320px;}
		.owl-buttons .owl-prev {width:13px; height:33px;top: -135px;  left: 5px;}
		.owl-buttons .owl-next {width:13px; height:33px;top: -135px;  right: 5px;}
		.owl-theme .owl-controls {bottom:25px;}
	.owl-theme .owl-controls .owl-buttons div {margin:0;}
		}
@media only screen and (min-device-width : 320px) and (max-device-width : 750px) and (orientation : landscape) {
	.owl-carousel .owl-wrapper {  padding: 20px 10px; width: 270px;}

	}
	
@media only screen and (max-width : 978px) {	
	.owl-dots {display: none !important;}
	.carousel-caption {bottom: -165px;}
	.carousel-caption.adjust-me {bottom: -215px;}
	.carousel-caption.first-adjust-me {bottom: -160px;}
	.carousel-caption.sec-adjust-me {bottom: -175px;}
	.owl-nav .owl-prev {height: 49px;position: absolute;left: 0px;text-indent: -10000px;top: -35px;width: 125px;background: #f56f2c url(../images/slider-left-arrw.png) center center no-repeat;display:block !important}
.owl-nav .owl-next {height: 49px;position: absolute;right: 30px;text-indent: -10000px;top: -35px;width: 125px;background: #f56f2c url(../images/slider-right-arrw.png) center center no-repeat;display:block !important}
}