.hoverzoom {
	position: relative;
	max-width: 250px;
	width:100%;
	overflow: hidden;
	margin:0 auto;
	border-radius: 50%;
}
.hoverzoom > img {
	width: 100%;
	border-radius: 50%;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
	-webkit-transform: scale(1.0);
	border-radius: 50%;
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.hoverzoom .retina {
	position: absolute;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 10px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover .retina {
	opacity: 0.8;
	background: #FFFFFF;
	border:10px solid #76a359;
	border-radius: 50%;
	font-family: 'FiraSans-Light', sans-serif;
	font-size:24px;
}
.hoverzoom .retina p {
	font-family: 'FiraSans-Medium', sans-serif;
	color: #000000;
	text-transform:uppercase;
	font-size:20px;
}
.hoverzoom .retina a {
	display: block;
	width:100%;
	max-width: 250px;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	margin: 24% auto 0;
}










.hoverzoom_FabLab {
	position: relative;
	max-width: 400px;
	width:100%;
	overflow: hidden;
	margin:0 auto;
}
.hoverzoom_FabLab > img {
	width: 100%;
	border-radius: 2px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom_FabLab:hover > img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.hoverzoom_FabLab .retina {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	text-align: center;
	padding: 10px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom_FabLab:hover .retina {
	opacity: 0.8;
	background: #FFFFFF;
	border:10px solid #76a359;
}
.hoverzoom_FabLab .retina p {
	color: #000000;
}
.hoverzoom_FabLab .retina a {
	font-family: 'FiraSans-Light', sans-serif;
	font-size:24px;
	display: block;
	width:100%;
	max-width: 350px;
	border-radius: 4px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	margin: 26% auto 0;
}




.hoverzoom_Cases {
	position: relative;
	max-width: 700px;
	width:100%;
	overflow: hidden;
	margin:0 auto;
}
.hoverzoom_Cases > img {
	width: 100%;
	border-radius: 2px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom_Cases:hover > img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.hoverzoom_Cases .retina {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	text-align: center;
	padding: 10px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom_Cases:hover .retina {
	opacity: 0.8;
	background: #FFFFFF;
	border:10px solid #76a359;
}
.hoverzoom_Cases .retina p {
	color: #000000;
}
.hoverzoom_Cases .retina a {
	font-family: 'FiraSans-Light', sans-serif;
	font-size:24px;
	display: block;
	width:100%;
	max-width: 400px;
	border-radius: 4px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	margin: 22% auto 0;
}