


/*--------------------------------------------------
CAT_HOVER RFFECTS
--------------------------------------------------*/


/* Common style */
.figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 100%;

	background: #2fc2ec;
	text-align: center;
	cursor: pointer;

}
.figure a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 1000%;
	height: 270px;
	background:  transparent;
	text-align: center;
	cursor: pointer;

}
.figure img {
	position: relative;
	display: block;
	min-width: 100%;
	opacity: 1;
}

.figure .figcaption {

	color: #fff;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.figure .figcaption::before,
.figure .figcaption::after {
	pointer-events: none;
}

.figure .figcaption,
.figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.figure a.expl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.figure a.expl {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity:1;
}

.figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.figure.effect-chico:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.figure.effect-chico figcaption {

}


.figure.effect-chico .figcaption::before,
.figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-chico h2 {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    bottom: 10%;
    width: 45%;
    text-align: right;
}

.figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.figure.effect-chico:hover .figcaption::before,
.figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cat_item h1{ font-size:1.2em; padding-top:60%; }

