/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;

}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	margin:0px auto;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);

}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	background: url(../../imagens/bg1.jpg) #006633;
	background-size: cover;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width:100%;
	top:0;
}

.owl-pagination {
	position:absolute;
	top:270px;
	left:50%;
	margin-left:-50px;

}
/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}


.owl-carousel .item{
	position: relative;
 	height: 300px;
	width:100%;
	/* background: url(../../imagens/bg1.jpg) #006633; */
	/* background: url(../../imagens/bg_slide1.png) #006633; */
}

.owl-carousel .item_inv{
	position: relative;
	height: 500px;
	width:100%;
	/* background: url(../../imagens/bg1.jpg) #006633; */
	/* background: url(../../imagens/bg_slide1.png) #006633; */
}

.owl-carousel .item_inv img{
	width:100%;
	height:100%;
}

.owl-carousel .caption_inv{
	color:#FFF;
	text-shadow: 1px 0px 3px #000;
	font-weight:100;
	font-size:42px;
	line-height: 36px;
	padding-top:30px;
	z-index:1000;
	position:absolute;
	top: 0%;
	left: 10%;
}

.owl-carousel .item .left img{
	width: 150px;
	margin-top: 15px;
}

.item .left{
	float:left;
	width:20%;
	margin-left:10%;
}

.item .center{
	float:left;
	width:65%;
	text-align:left;
}

.owl-carousel .item span{
	text-align:left;
	margin:auto;
	width:98%;
	display:block;
}
.owl-carousel .caption{
	color:#FFF;
	text-shadow: 1px 0px 3px #000;
	font-weight:100;
	font-size:36px;
	line-height: 36px;
	padding-top:30px;
}

.owl-carousel .description{
	font-size:16px;
	color:#FFF;
	text-shadow: 1px 0px 3px #000;
	font-weight:100;
}

.owl-carousel .item .center a{
	position:absolute;
	top:200px;
	text-shadow: 1px 0px 3px #000;
	border-radius: 30px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #FFF;
	border: 6px solid rgba(255,255,255,0.8);
	padding: 4px 12px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background: rgba(255,255,255,0.4);
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
		width:100%;
		font-size:70px;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:none !important;
	top:110px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .5;
	z-index:999;
}



.owl-buttons .owl-prev{
	position:absolute;
    float: left;
	left:0%;

}

.owl-buttons .owl-next{
	position:absolute;
    float: left;
	right:0%;
}

/* 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;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background: #FFF;
}

.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #888;
}

.owl-theme .owl-controls .owl-page.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #006633;
}
/* 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(../../imagens/AjaxLoader.gif) no-repeat center center
}

@media (min-width: 1100px) {
	.item .left{	margin-left: 0%;width:20%;text-align:right; }
	.item .center{	width:40%; }
}


@media only screen and (max-width: 580px) {
	.owl-carousel .caption{ font-size:1.4em;line-height:24px; }
	.owl-theme .owl-controls .owl-buttons{	font-size:50px; }
	.owl-theme .owl-controls .owl-buttons div{ top:70px; }
	.owl-carousel .item{ height: 200px; }
	.owl-pagination { top:170px; }
	.owl-carousel .item .left img{ width: 80px;  padding-top:30px;}
	.owl-carousel .description{ display:none !important; }
	.owl-carousel .item .center a{	top:110px;	font-size: 14px; line-height: 26px; right:15%;}
	.item .left{  margin-left: 5%;   width: 25%;	}
	.item .center{ width: 70%;	}
}