/**************************************************************/
/*************************************************************/
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: pointer;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;

}

.ch-info-wrap {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;	
	background: #f9f9f9 url('../resources/bg.jpg');
    box-shadow:  0 0 0 8px #3bac49, 0 0 3px #3bac49 inset
}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background: #3bac49;
	pointer-events: none;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	
	text-align:center;
	padding-top:26%;
}

.ch-img-1 { 
/*	background-image: url('../../resources/maiz-forrajero.jpg');*/
}

.ch-img-2 { 
	background-image:url('../../resources/maiz-forrajero.jpg');
}

.ch-img-3 { 
	background-image: url(../images/15.jpg);
}


.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1.05);
	
	opacity: 1;
	pointer-events: auto;
}


.ch-info-back{
	text-align:center;
}

.ch-info-back i.fa{
	background-color:#ffffff;
	color:#3bac49;
	border-radius:50%;
	width:50px;
	height:50px;
	padding-top:14px;
	font-size:24px;
	margin:0 auto;
	display:block;
}

.ch-info-back p{
	color: #ffffff;
    font-family: "BebasNeue";
    margin-top:5px;
    font-size:20px;
}

/*************************************************************************************************/
.item {
			text-align:center;
			position:relative;	
			width:100%;		
		}
		
			.item,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 100%;
				height:210px;
	           /* width:100%;	*/					
			}

			.item-hover,
			.item-hover .mask,
			.item-img { 
				position:absolute;
				top:0;
				left:0;			
			}			
		
			.item-type-zoom .item-hover {	
				z-index:5;	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;		
				display:block;
				text-decoration:none;
				text-align:center;								
			}
			
				.item-type-zoom .item-info {
					z-index:10;
					color:#ffffff;
					display:block; /*table-cell;*/
					padding-top:60px;
					vertical-align:middle;
					position:relative;
					z-index:5;			
			    -webkit-transform: scale(0,0);
			    -moz-transform: scale(0,0);
			    -ms-transform: scale(0,0);			    
			    transform: scale(0,0);			    
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;						 					
				}
			
				.item-type-zoom .item-info .headline {
					font-size:18px;			
					width:100%;
					margin:0 auto;		
					
					padding:10px;
				}
				
				.item-type-zoom .item-info .line {
					 height:1px;
					 width:60%;
					 margin:15px auto 10px auto;
					 background-color:#ffffff;		 

				}
				
				.item-type-zoom .item-info .date {
					font-size:14px;
					font-style:italic;
				}
				
				.item-type-zoom .item-hover .mask {
					background-color:#000;
					opacity:0.5;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);					
					
					z-index:0;
				}
				
				.item-type-zoom .item-hover:hover {
					opacity:1;
				}				
				
				.item-type-zoom .item-hover:hover .item-info {
			    -webkit-transform: scale(1,1);
			    -moz-transform: scale(1,1);
			    -ms-transform: scale(1,1);			    
			    transform: scale(1,1);	
				}								
			
			.item-img {			
				background-color:#7a548f;
				z-index:0;			
			}
			