/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* 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 20px;
	font-size: 14px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #41990f;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.8;
}
/* 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;
}

/*#owl-demo .owl-prev{ background:url(../images/button_left.png) no-repeat; width:35px; height:35px; position:absolute; left:-50px; bottom:300px;}
#owl-demo .owl-next{ background:url(../images/button_right.png) no-repeat; width:35px; height:35px; position:absolute; right:-50px; bottom:300px;}
#owl-demo5 .owl-prev{ background:url(../images/button_left.png) no-repeat; width:35px; height:35px; position:absolute; left:-50px; bottom:200px;}
#owl-demo5 .owl-next{ background:url(../images/button_right.png) no-repeat; width:35px; height:35px; position:absolute; right:-50px; bottom:200px;}
*/

#owl-demo4 .owl-prev{background:url(../images/previous.png) no-repeat;width:40px;height:40px;position:absolute;left:45%;bottom:-60px;background-position: 13px 8px;border:1px solid #080808;}
#owl-demo4 .owl-next{ background:url(../images/next.png) no-repeat; width:40px; height:40px; position:absolute; right:45%; bottom:-60px; background-position: 15px 8px; border:1px solid #080808;}
#owl-demo4 {margin-bottom: 40px;}

/*#owl-demo2 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 20px;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);
	opacity: 0.8;
}
#owl-demo2 .owl-controls .owl-buttons div:hover{filter: Alpha(Opacity=100);	opacity: 1;	text-decoration: none;}
#owl-demo2 .item{width: 90%;}
#owl-demo2 .owl-prev{ background:url(../images/previous2.png) no-repeat; width:20px; height:67px; position:absolute; left:-50px; bottom:220px;}
#owl-demo2 .owl-next{ background:url(../images/next2.png) no-repeat; width:20px; height:67px; position:absolute; right:-50px; bottom:220px;}

#owl-demo3 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 20px;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);
	opacity: 0.8;
}
#owl-demo3 .owl-controls .owl-buttons div:hover{filter: Alpha(Opacity=100);	opacity: 1;	text-decoration: none;}
#owl-demo3 .item{width: 90%;}
#owl-demo3 .owl-prev{ background:url(../images/previous2.png) no-repeat; width:20px; height:67px; position:absolute; left:-50px; bottom:220px;}
#owl-demo3 .owl-next{ background:url(../images/next2.png) no-repeat; width:20px; height:67px; position:absolute; right:-50px; bottom:220px;}
*/
/* 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: 18px;
	height: 18px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #023a8f;
}

.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;
}

/* 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.html) no-repeat center center
}

@media (min-width: 768px) and (max-width: 1024px){
/*#owl-demo .owl-prev{left:-25px;}
#owl-demo .owl-next{right:-25px;}*/

#owl-demo2 .owl-prev{left:-15px; }
#owl-demo2 .owl-next{right:-20px;}

#owl-demo3 .owl-prev{left:-15px;}
#owl-demo3 .owl-next{right:-20px;}
}
@media screen and (max-width: 767px) {
#owl-demo2 .owl-controls .owl-buttons div { margin: 0; padding: 3px 0;}
#owl-demo2 .owl-prev{background-size:50% 100%; width:15px; height:37px; position:absolute; left:0px; bottom:220px;}
#owl-demo2 .owl-next{background-size:50% 100%; width:15px; height:37px; position:absolute; right:0px; bottom:220px;}
#owl-demo3 .owl-controls .owl-buttons div { margin: 0; padding: 3px 0;}
#owl-demo3 .owl-prev{background-size:50% 100%; width:15px; height:37px; position:absolute; left:0px; bottom:220px;}
#owl-demo3 .owl-next{background-size:50% 100%; width:15px; height:37px; position:absolute; right:0px; bottom:220px;}
}

@media screen and (max-width: 480px) {
#owl-demo2 .owl-prev{background-size:50% 100%; width:15px; height:37px; position:absolute; left:0px; bottom:180px;}
#owl-demo2 .owl-next{background-size:50% 100%; width:15px; height:37px; position:absolute; right:0px; bottom:180px;}

#owl-demo3 .owl-prev{background-size:50% 100%; width:15px; height:37px; position:absolute; left:0px; bottom:180px;}
#owl-demo3 .owl-next{background-size:50% 100%; width:15px; height:37px; position:absolute; right:0px; bottom:180px;}
}