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

.owl-pagination {
    display: block;
    width: 180px;
    background: #127147;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 auto;
    padding: 16px 10px 15px 10px;
}

.mainslider .owl-theme .owl-controls{
	margin-top: -25px;
	position: absolute;
	z-index: 9999;
    width: 100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	width: 26px;
	height: 26px;
}
/* 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{
	text-decoration: none;
	transform: scale(1.2);
}

.owl-prev {float:left;background-image:url('https://hlthfactor.com/themes/hlthfactor/assets/images/carousel_arrow_left.svg');background-repeat:no-repeat;background-size:contain;}
.owl-next {float:right;background-image:url('https://hlthfactor.com/themes/hlthfactor/assets/images/carousel_arrow_right.svg');background-repeat:no-repeat;background-size:contain;}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    width: 10px;
    height: 10px;
	display: inline-block;
    margin-left: 8px;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page:first-child{
    margin-left: 48px;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 100%;
    height: 10px;
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e3f8f3;
    border: 2px solid #e3f8f3;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #b5b902;
    border: 2px solid #b5b902;
}

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

div.owl-buttons {position:relative;z-index:9999;margin-top:-165px;}