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

.owl-theme .owl-controls{
	margin-top: 2%; 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 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* 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; /*float: left;*/
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 3px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
}

.owl-theme .owl-pagination{margin-top: 0;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #e93f43;
	border-color: #e93f43;
}

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

.hmCertiCarousel img{width: 100%;}

#owl-demo .owl-controls .owl-page span{border-radius: 50%;  background-color: #000;}
#owl-demo .owl-controls .owl-page.active span,#owl-demo1 .owl-theme .owl-controls.clickable .owl-page:hover span{background-color: #bcc2c7;}

#owl-demo1 .owl-controls .owl-page span{border-radius: 50%;  background-color: #3ea3f5;}
#owl-demo1 .owl-controls .owl-page.active span,#owl-demo1 .owl-theme .owl-controls.clickable .owl-page:hover span{background-color: #c5e3fc;}

#owl-demo2 .owl-buttons div.owl-prev{background-position: -1px -104px !important;width: 32px;text-indent: -9999px;height: 28px;position: absolute;left: -40px;top: 40% !important;}
#owl-demo2 .owl-buttons div.owl-next{background-position: -35px -104px !important;width: 34px;text-indent: -9999px;height: 28px;position: absolute;right: -40px;top: 40% !important;}
#owl-demo2 .owl-controls .owl-buttons div{background: url(../images/sprite.png)no-repeat;padding: 0px;margin:0px; }

@media all and (max-width: 1024px) {
#owl-demo2 .owl-controls .owl-buttons div{display: none !important;}
}

@media all and (max-width: 995px) {

}

@media all and (max-width: 767px) {

}

@media all and (max-width: 479px) {

}




