.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span {
	background: #001ba6 none repeat scroll 0 0;
	display: block;
	height: 15px;
	margin: 10px 1px;
	width: 17px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #666666 none repeat scroll 0 0;
}
.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;
}
.owl-item.loading {
	min-height: 150px;
}

.footerProjects .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
}
.footerProjects .owl-buttons {
	float: none;
	position: absolute;
	top: 120px;
	width: 100%;
	z-index: 999;
}
.footerProjects .owl-theme .owl-controls .owl-prev {
	background: transparent url("../../images/projectPrev.png") no-repeat scroll center 0;
	height: 50px;
	left: -20px;
	position: absolute;
	width: 30px;
}
.footerProjects .owl-theme .owl-controls .owl-next{
	background: transparent url("../../images/projectNext.png") no-repeat scroll center 0;
	height: 50px;
	position: absolute;
	right: -20px;
	width: 30px;
}

.footerProjects .owl-theme .owl-controls .owl-page span {
	display: none;
}



@media only screen and (min-width:414px) and (max-width:736px) {

			.footerProjects .owl-buttons {
	float: none;
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 999;
}


}



@media only screen and (min-width:375px) and (max-width:479px) {

			.footerProjects .owl-buttons {
	float: none;
	position: absolute;
	top: 210px;
	width: 100%;
	z-index: 999;
}


}


@media only screen and (min-width:375px) and (max-width:667px) {

			.footerProjects .owl-buttons {
	float: none;
	position: absolute;
	top: 152px;
	width: 100%;
	z-index: 999;
}


}