/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background-image: url(../images/index_photo_imghover.png);
}

figure.effect-honey img {
	opacity: 1.0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.8;
}