@font-face
{
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.grid
{
	overflow: hidden;
	margin: 0;
	padding: 0.5em 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
Common style
{
}
.grid FIGURE
{
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 20%;
	height: 350px;
	background: #E1E1E1;
	text-align: center;
	cursor: pointer;
	border: 3px solid #FFFFFF;
}
.grid FIGURE IMG
{
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.7;
}
.grid FIGURE FIGCAPTION
{
	padding: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid FIGURE FIGCAPTION::before, .grid FIGURE FIGCAPTION::after
{
	pointer-events: none;
}
.grid FIGURE FIGCAPTION, .grid 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 */
.grid FIGURE A
{
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid FIGURE H2
{
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid FIGURE H2 SPAN
{
	font-weight: 800;
}
.grid FIGURE H2, .grid FIGURE P
{
	margin: 0;
}
.grid FIGURE P
{
	letter-spacing: 1px;
	font-size: 68.5%;
}
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
FIGURE.effect-lily IMG
{
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px, 0, 0);
}
FIGURE.effect-lily FIGCAPTION
{
	top: auto;
	bottom: 4%;
	height: 50%;
	text-align: left;
}
FIGURE.effect-lily H2, FIGURE.effect-lily P
{
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0, 40px, 0);
}
FIGURE.effect-lily H2
{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
FIGURE.effect-lily P
{
	color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
FIGURE.effect-lily:hover IMG, FIGURE.effect-lily:hover P
{
	opacity: 1;
}
FIGURE.effect-lily:hover IMG, FIGURE.effect-lily:hover H2, FIGURE.effect-lily:hover P
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-lily:hover P
{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
FIGURE.effect-sadie FIGCAPTION::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 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: #484C61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0, -50%, 0);
}
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,10px,0);
	transform: translate3d(0, 10px, 0);
}
FIGURE.effect-sadie:hover H2
{
	color: #FFF;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
FIGURE.effect-sadie:hover FIGCAPTION::before, FIGURE.effect-sadie:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Roxy *****/
/*---------------*/
FIGURE.effect-roxy
{
	background: -webkit-linear-gradient(45deg, #FF89E9 0%, #05ABE0 100%);
	background: linear-gradient(45deg, #FF89E9 0%, #05ABE0 100%);
}
FIGURE.effect-roxy IMG
{
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px, 0, 0);
}
FIGURE.effect-roxy FIGCAPTION::before
{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #FFF;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px, 0, 0);
}
FIGURE.effect-roxy FIGCAPTION
{
	padding: 3em;
	text-align: left;
}
FIGURE.effect-roxy H2
{
	padding: 30% 0 10px 0;
}
FIGURE.effect-roxy P
{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px, 0, 0);
}
FIGURE.effect-roxy:hover IMG
{
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-roxy:hover FIGCAPTION::before, FIGURE.effect-roxy:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
FIGURE.effect-bubba
{
	background: #81D1F7;
}
FIGURE.effect-bubba IMG
{
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
FIGURE.effect-bubba:hover IMG
{
	opacity: 0.4;
}
FIGURE.effect-bubba FIGCAPTION::before, FIGURE.effect-bubba FIGCAPTION::after
{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
FIGURE.effect-bubba FIGCAPTION::before
{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-transform: scale(0,1);
	transform: scale(0, 1);
}
FIGURE.effect-bubba FIGCAPTION::after
{
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-transform: scale(1,0);
	transform: scale(1, 0);
}
FIGURE.effect-bubba H2
{
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0, -20px, 0);
}
FIGURE.effect-bubba P
{
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0, 20px, 0);
}
FIGURE.effect-bubba:hover FIGCAPTION::before, FIGURE.effect-bubba:hover FIGCAPTION::after
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
FIGURE.effect-bubba:hover H2, FIGURE.effect-bubba:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Romeo *****/
/*---------------*/
FIGURE.effect-romeo
{
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
FIGURE.effect-romeo IMG
{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0, 0, 300px);
}
FIGURE.effect-romeo:hover IMG
{
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-romeo FIGCAPTION::before, FIGURE.effect-romeo FIGCAPTION::after
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #FFF;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%, -50%, 0);
}
FIGURE.effect-romeo:hover FIGCAPTION::before
{
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
FIGURE.effect-romeo:hover FIGCAPTION::after
{
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
FIGURE.effect-romeo H2, FIGURE.effect-romeo P
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
FIGURE.effect-romeo H2
{
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
FIGURE.effect-romeo P
{
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
FIGURE.effect-romeo:hover H2
{
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
FIGURE.effect-romeo:hover P
{
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
/*---------------*/
/***** Layla *****/
/*---------------*/
FIGURE.effect-layla
{
	background: #18A367;
}
FIGURE.effect-layla IMG
{
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}
FIGURE.effect-layla FIGCAPTION
{
	padding: 3em;
}
FIGURE.effect-layla FIGCAPTION::before, FIGURE.effect-layla FIGCAPTION::after
{
	position: absolute;
	content: '';
	opacity: 0;
}
FIGURE.effect-layla FIGCAPTION::before
{
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-transform: scale(0,1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
FIGURE.effect-layla FIGCAPTION::after
{
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-transform: scale(1,0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
FIGURE.effect-layla H2
{
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
FIGURE.effect-layla P
{
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0, -10px, 0);
}
FIGURE.effect-layla IMG, FIGURE.effect-layla H2
{
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0, -30px, 0);
}
FIGURE.effect-layla IMG, FIGURE.effect-layla FIGCAPTION::before, FIGURE.effect-layla FIGCAPTION::after, FIGURE.effect-layla P
{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
FIGURE.effect-layla:hover IMG
{
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-layla:hover FIGCAPTION::before, FIGURE.effect-layla:hover FIGCAPTION::after
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
FIGURE.effect-layla:hover H2, FIGURE.effect-layla:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-layla:hover FIGCAPTION::after, FIGURE.effect-layla:hover H2, FIGURE.effect-layla:hover P, FIGURE.effect-layla:hover IMG
{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*---------------*/
/***** Honey *****/
/*---------------*/
FIGURE.effect-honey
{
	background: #4A3753;
}
FIGURE.effect-honey IMG
{
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
FIGURE.effect-honey:hover IMG
{
	opacity: 0.5;
}
FIGURE.effect-honey FIGCAPTION::before
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #FFF;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0, 10px, 0);
}
FIGURE.effect-honey H2
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0, -30px, 0);
}
FIGURE.effect-honey H2 I
{
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0, -30px, 0);
}
FIGURE.effect-honey FIGCAPTION::before, FIGURE.effect-honey H2
{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
FIGURE.effect-honey:hover FIGCAPTION::before, FIGURE.effect-honey:hover H2, FIGURE.effect-honey:hover H2 I
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
FIGURE.effect-oscar
{
	background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
	background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
}
FIGURE.effect-oscar IMG
{
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
FIGURE.effect-oscar FIGCAPTION
{
	padding: 3em;
	background-color: rgba(58, 52, 42, 0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
FIGURE.effect-oscar FIGCAPTION::before
{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #FFF;
	content: '';
}
FIGURE.effect-oscar H2
{
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0, 100%, 0);
}
FIGURE.effect-oscar FIGCAPTION::before, FIGURE.effect-oscar P
{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
FIGURE.effect-oscar:hover H2
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-oscar:hover FIGCAPTION::before, FIGURE.effect-oscar:hover P
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
FIGURE.effect-oscar:hover FIGCAPTION
{
	background-color: rgba(58, 52, 42, 0);
}
FIGURE.effect-oscar:hover IMG
{
	opacity: 0.4;
}
/*---------------*/
/***** Marley *****/
/*---------------*/
FIGURE.effect-marley FIGCAPTION
{
	text-align: right;
}
FIGURE.effect-marley H2, FIGURE.effect-marley P
{
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}
FIGURE.effect-marley P
{
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0, 100%, 0);
}
FIGURE.effect-marley H2
{
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0, 20px, 0);
}
FIGURE.effect-marley:hover H2
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-marley H2::after
{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #FFF;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0, 40px, 0);
}
FIGURE.effect-marley H2::after, FIGURE.effect-marley P
{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
FIGURE.effect-marley:hover H2::after, FIGURE.effect-marley:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
FIGURE.effect-ruby
{
	background-color: #17819C;
}
FIGURE.effect-ruby IMG
{
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
FIGURE.effect-ruby:hover IMG
{
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
FIGURE.effect-ruby H2
{
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0, 20px, 0);
}
FIGURE.effect-ruby P
{
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #FFF;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}
FIGURE.effect-ruby:hover H2
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-ruby:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
/*---------------*/
/***** Milo *****/
/*---------------*/
FIGURE.effect-milo
{
	background: #2E5D5A;
}
FIGURE.effect-milo IMG
{
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px, 0, 0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
FIGURE.effect-milo:hover IMG
{
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
FIGURE.effect-milo H2
{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}
FIGURE.effect-milo P
{
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #FFF;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px, 0, 0);
}
FIGURE.effect-milo:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Dexter *****/
/*---------------*/
FIGURE.effect-dexter
{
	background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
	background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
}
FIGURE.effect-dexter IMG
{
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
FIGURE.effect-dexter:hover IMG
{
	opacity: 0.4;
}
FIGURE.effect-dexter FIGCAPTION::after
{
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #FFF;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0, -100%, 0);
}
FIGURE.effect-dexter:hover FIGCAPTION::after
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-dexter FIGCAPTION
{
	padding: 3em;
	text-align: left;
}
FIGURE.effect-dexter P
{
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0, -100px, 0);
}
FIGURE.effect-dexter:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
FIGURE.effect-sarah
{
	background: #42B078;
}
FIGURE.effect-sarah IMG
{
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
FIGURE.effect-sarah:hover IMG
{
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-sarah FIGCAPTION
{
	text-align: left;
}
FIGURE.effect-sarah H2
{
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
FIGURE.effect-sarah H2::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%, 0, 0);
}
FIGURE.effect-sarah:hover H2::after
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-sarah P
{
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%, 0, 0);
}
FIGURE.effect-sarah:hover P
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Zoe *****/
/*---------------*/
FIGURE.effect-zoe FIGCAPTION
{
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #FFF;
	color: #3C4A50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0, 100%, 0);
}
FIGURE.effect-zoe H2
{
	float: left;
}
FIGURE.effect-zoe FIGCAPTION > SPAN
{
	float: right;
}
FIGURE.effect-zoe P
{
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #FFF;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
FIGURE.effect-zoe H2, FIGURE.effect-zoe FIGCAPTION > SPAN
{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0, 200%, 0);
}
FIGURE.effect-zoe FIGCAPTION > SPAN::before
{
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-eye::before
{
	content: '\e000';
}
.icon-paper-clip::before
{
	content: '\e001';
}
.icon-heart::before
{
	content: '\e024';
}
FIGURE.effect-zoe H2
{
	display: inline-block;
}
FIGURE.effect-zoe:hover P
{
	opacity: 1;
}
FIGURE.effect-zoe:hover FIGCAPTION, FIGURE.effect-zoe:hover H2, FIGURE.effect-zoe:hover FIGCAPTION > SPAN
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}
FIGURE.effect-zoe:hover H2
{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
FIGURE.effect-zoe:hover FIGCAPTION > SPAN:nth-child(n+4)
{
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
FIGURE.effect-zoe:hover FIGCAPTION > SPAN:nth-child(n+3)
{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
FIGURE.effect-zoe:hover FIGCAPTION > SPAN:nth-child(n+2)
{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
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: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
FIGURE.effect-chico FIGCAPTION
{
	padding: 3em;
}
FIGURE.effect-chico FIGCAPTION::before
{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #FFF;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
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
{
	padding: 20% 0 20px 0;
}
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);
}
@media screen and (max-width: 69.5em)
{
	.grid FIGURE
	{
		width: 50%;
	}
	.grid FIGURE FIGCAPTION
	{
		font-size: 90%;
	}
}
@media screen and (max-width: 41.5em)
{
	.grid FIGURE
	{
		width: 100%;
	}
}
