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

.owl-controls{
	/*margin-top: 10px;
	text-align: center;*/
	position: absolute;
	right: 0px;
}

/* Styling Next and Prev buttons */
.owl-controls .owl-dots{
	width: 30px;	
}

.owl-controls .owl-dots div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 3px;
	padding: 0px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-controls.clickable .owl-dots div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-controls .owl-dot span{
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #aaccdf;
	border: opx;
}

.owl-controls .owl-dot.active span,
.owl-controls.clickable .owl-page:hover span{
	opacity: 1;
	border: 2px solid #fff;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-item .item{
	cursor: pointer;
}
.owl-item .item img{
	width: 100% !important;
}



#owlNext{
	max-width: 300px;
	width: 30%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: linear-gradient(to left, white, transparent);
	opacity: 0.9;
	height: 698px;
  	z-index: 101;
  	cursor: pointer;
}
#owlPrev{
	max-width: 300px;
	width: 30%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(to right, white, transparent);
	opacity: 0.9;
	height: 698px;
  	z-index: 101;
  	cursor: pointer;
}
#owlNext img, #owlPrev img{
	margin-top: 300px;
	margin-left: 84px;
	margin-right: 84px;
	float: right;
}
#owlPrev img{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
  	float: left;
}
.balaoTxt{
	width: 600px;
	height: 231px;
	background: url('../imgs/fundoTxtBanner.png') no-repeat center center;
	position: absolute;
	bottom: 0px;
	margin-left: 100px;
	margin-right: 100px;
	padding: 80px 50px 0px 80px;
}

.balaoTxt h1{
	color: #fff;
	font-family: 'daxlight';
	font-size: 36px;
	margin-bottom: 10px;
}

.balaoTxt p{
	color: #fff;
	font-family: 'daxlight';
	font-size: 14px;
}


#owlNext2{
	max-width: 300px;
	width: 30%;
	position: absolute;
	bottom: 120px;
	right: 0px;
	height: 150px;
  	z-index: 101;
  	cursor: pointer;
}
#owlPrev2{
	max-width: 300px;
	width: 30%;
	position: absolute;
	bottom: 120px;
	left: 0px;
	height: 150px;
  	z-index: 101;
  	cursor: pointer;
}
#owlNext2 img, #owlPrev2 img{
	margin-top: 0px;
	margin-left: 84px;
	margin-right: 84px;
	float: left;
}
#owlPrev2 img{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
  	float: right;
}
