/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
}
.slider_nuestros .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 80px;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgb(255,255,255,0.4);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #CCC;  
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #FFF;
}

#slider-planta .owl-controls{
	top: 14%;
	text-align: center;
	position: absolute;
	width: 100%;
}
#slider-planta > .owl-theme > .owl-controls > .owl-buttons > div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 0px 0px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*background: #869791;*/
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
}

#owl-carousel-gal .owl-controls{
	top: 40%;
	text-align: center;
	position: absolute;
	width: 100%;
}
#owl-carousel-gal .owl-prev{
	position: absolute;
	left:0;
	margin: 0;
	padding: 0;
}
#owl-carousel-gal .owl-next{
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
}


#owl-carousel2 .owl-controls{
	margin-top: 5px;
	text-align: center;
}
#owl-carousel .owl-controls{
	top: 38%;
	text-align: center;
	position: absolute;
	width: 100%;
}
.owl-prev{
	position: absolute;
	left:0;
}
.owl-next{
	position: absolute;
	right: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*background: #869791;*/
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
}
/* 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=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #2672B9;
}

.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;
}

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

.ciclo-slideshow .owl-stage-outer {
	overflow: visible;
  }
  
  .ciclo-slideshow .owl-nav {
	position: absolute;
	z-index: 999;
	bottom: 100px;
	width: 100%;
	left: 25%;
  }
  
  .ciclo-slideshow .owl-next {
	right: 35%;
  }
  .ciclo-slideshow .owl-prev {
	left: -13%;
  }
  
  .ciclo-slideshow .owl-nav .disabled {
	opacity: 0.5;
  }
  
  .agriculture-slideshow .owl-nav {
	position: absolute;
	z-index: 999;
	bottom: -30px;
	width: 100%;
	left: 15%;
  }
  
  .agriculture-slideshow .owl-next {
	right: 50%;
  }
  .agriculture-slideshow .owl-prev {
	left: -13%;
  }
  
  .agriculture-slideshow .owl-nav .disabled {
	opacity: 0.5;
  }
  