/* CSS Document */
.grid3 {
	position: relative;
	list-style: none;
	text-align: center;
	margin:0;
	padding:0 1px 1px 0;

}


/* Common style */
.grid3 figure {
	position: relative;
	
	
	overflow: hidden;
	/*width: 100%;*/
	/*max-height: 400px;*/
	width: 100%;
/*	height: auto;*/
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
	margin:0;
	/*border:2px solid rgba(238,238,238,0.4);*/
	border:0;
	opacity:0.9;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}
.grid3 figure:hover {
	opacity:1;
	/*border:2px solid rgba(238,238,238,1);*/

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}

.grid3 figure img {
	position: relative;
	display: block;
	height: 200px;
	/*max-width:650px;*/
	width: 100%;
	opacity: 1;
	
	
}

.grid3 figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid3 figure figcaption::before,
.grid3 figure figcaption::after {
	pointer-events: none;
}

.grid3 figure figcaption,
.grid3 figure figcaption > 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 */
.grid3 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,152,70,0) 0%, rgba(0,152,70,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,152,70,0) 0%, rgba(0,152,70,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.3);
	height:80px;
}


.grid3 figure.effect-sadie h2  {
	/*background-color:rgba(255,255,255,0.5);*/
	padding:5px;
}



figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-sadie:hover h2 {
	background:rgba(255,255,255,0);
	color: #000;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-50px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-50px,0);
}
figure.effect-sadie:hover img {
	opacity:0.6;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/****************************************************/
/****************************************************/
/****************************************************/
/*---------------*/
/***** Sadie *****/
/*---------------*/
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/

@media screen and (max-width: 40em) {

	.codrops-icon span {
		display: none;
	}

	.related {
	}

}