/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.arrows .owl-controls {
	text-align: center;
}

.arrows .owl-controls .owl-buttons div {
	float:left;
	margin-left:1px;
	background:url(setas.png) center no-repeat;
	height:31px;
	width:31px;
}

.arrows .owl-controls .owl-buttons .owl-prev {
	background-position:0 0;
}

.arrows .owl-controls .owl-buttons .owl-next {
	background-position:-32px 0;
}

/*ARROWS 2*/

.arrows-linha .owl-controls {
	text-align: center;
	display:block;
	width:100%;
	background:red;
	position:relative;
	bottom:58px;
}

.arrows-linha .owl-controls .owl-buttons div {
	float:left;
	margin-left:1px;
	background:url(setas2.png) center no-repeat;
	height:25px;
	width:15px;
	position:absolute;
}

@media screen and (max-width: 590px) { /* 590px */
	.arrows-linha .owl-controls .owl-buttons div {
		background:url(setas-resp.png) center no-repeat;
	}
}

.arrows-linha .owl-controls .owl-buttons .owl-prev {
	bottom:4px;
	left:15px;
	background-position:0 0;
}

.arrows-linha .owl-controls .owl-buttons .owl-next {
	bottom:4px;
	right:0;
	background-position:-15px 0;
}

/* Styling Pagination*/

.owl-pagination {
	position:relative;
	margin:0 auto;
	margin-top:-20px;
	display:table;
}

.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: 13px;
	height: 13px;
	margin: 25px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #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;
}


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#owl-servicos .owl-controls  {
	text-align: center;
	margin-top: 20px;
}

#owl-servicos .owl-pagination {
	display: inline-table;
	position:inherit;
	bottom:0;
	left:0;
}

#owl-servicos .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

#owl-servicos .owl-controls .owl-page span{
	display: block;
	width: 25px;
	height: 25px;
	margin: 15px 8px 0 8px;
	border:1px solid transparent;
	background: url(ball-blue.png) center no-repeat;
	opacity: 1;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#owl-servicos .owl-controls .owl-page.active span,
#owl-servicos .owl-controls.clickable .owl-page:hover span{
	border:1px solid #D23034;
	background: url(ball-red.png) center no-repeat;
}
