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

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* 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=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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: #869791;
}

.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(../img/AjaxLoader.gif) no-repeat center center
}














/******************************************************/
/******************************************************/

/******************    SLIDER NUEVO *******************/

/******************************************************/
/******************************************************/

#sync2{margin:0   auto; text-align:  center; margin-top: 10px;}
#sync2 .item{
    background-color: rgba(0,0,0,0.8);
    	background-image: url(../img/blur_gris.jpg);
	background-size: cover;
	background-position: 100% 99%;
	background-size: 150%;
    
    padding: 20px;
    
    margin: 3px;
    transition: all linear 0.8s;
    
    border-radius: 6px;
    text-align: center;
    cursor: pointer;

}
#sync2 .item:hover{background-image: none; background-color: #222; 	background-position: 50% 50%;

}
#sync2 .item h2{
  font-size: 20px;
  margin: 0; padding: 0;
      color: white;
      font-family: 'Open Sans Condensed', sans-serif, arial;
      font-weight: 700;
      text-transform: uppercase;

      text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
/*

#sync2 .item h2:before{

content:'';
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 5px 16px;
border-color: transparent transparent #000 transparent;
left: 4px;
top: 1px;
}*/


#sync2 .owl-item{width: auto !important;}
#sync2 .synced .item{
  background: #91C9A2;
}

#sync2 .synced .item h2{color: #333; text-shadow: none;}

/*#sync2 .owl-wrapper{width: 250px !important; top: -33em; position: absolute;z-index: 4111; left: -1.5em !important;}*/

.management #sync2 .owl-carousel .owl-wrapper-outer{position: initial; border-radius: 8px }
.management #sync2 .owl-wrapper{width: auto !important;}

.inicio  #sync2 .item{
    background-color: rgba(0,0,0,0.8);
    	background-image: none;
    
    padding: 0px;
    
    margin: 3px;
   
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
   }

.inicio  #sync2 .item img{max-width: 75px; min-height: 50px}
@media (min-width: 767px){
.inicio  #sync2 .item img{max-width: 120px; min-height: inherit !important;}

}




.inicio #sync2 .owl-wrapper{width: auto !important; text-align: center; display: inline-block !important; }


@media (max-width: 767px){
.inicio #sync2 .owl-wrapper{ transform: translate3d(0px, 0px, 0px)!important }

}


.inicio #sync2 .item{opacity: 0.65; border: 4px solid #ccc; filter: grayscale(80%) blur(1px);}
.inicio #sync2 .synced  .item {opacity: 1; border: 4px solid #6b9a77;filter: grayscale(00%)  blur(0px);}

.inicio  #sync2{margin-top: 30px;}
.inicio #sync1  .owl-wrapper-outer{border-radius: 10px;z-index: 333;}
.management #sync1  .owl-wrapper-outer{border-radius: 10px;z-index: 333;}
.inicio #sync2  .owl-wrapper-outer{line-height: 0;}

.management  #sync1 .item{ background-color: #212121; border-radius: 10px;}