@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');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

.grid {
	overflow: hidden;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.235em;
	width: 33.5%;
	height: 400px;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.7;
}

.grid figure figcaption {
	padding: 2em;
	color: #ecf0f1;
	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 h2 {
	font-size:1.3em;
	
}
.grid figure h2> span {
	font-size:.8em;
	
}


.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 1em;
}



/* Individual effects */

/*---------------*/
/***** collection *****/
/*---------------*/




.collection-zoe h2 {
	
	color: #262626;
	font-size: 1.7em;

}

figure.collection-zoe figcaption > span {
	float: right;
}

figure.collection-zoe p {
	position: relative;
	bottom: 20px;
	color: #262626;
	text-transform: uppercase;
	font-size: .7em;
	width: 100%;

}

figure.collection-zoe span {
	font-size: 50%;
}



figure.collection-zoe figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.collection-grid {
	width: 33.33%;
	float: left;
	overflow: hidden;
	list-style: none;
	text-align: center;
}


/* Common style */
.collection-grid figure {
	position: relative;
	z-index: 1;
	margin: -0.235em;
	height: 100%;
}

.collection-grid figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.collection-grid figure figcaption {
	padding: 0em 1em 0em 1em;
	text-transform: uppercase;
	font-size: 1.25em;
}

.collection-grid figure figcaption::before,
.collection-grid figure figcaption::after {
	pointer-events: none;
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */


.collection-grid figure h2 {
	font-size:1.3em;
	
}
.collection-grid figure h2> span {
	font-size:.8em;
	
}






/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption  {
	top: auto;
	bottom: 0;
	padding: 1em;
	color: #262626;
    text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

}


figure.effect-zoe h2 {
	position: relative;
	margin: 0 auto;
	top:40%;
	color: #ecf0f1;

}

figure.effect-zoe figcaption > span {
	float: right;
}

figure.effect-zoe p {
	position: relative;
	top: 40%;
	color: #ecf0f1;
	text-transform: uppercase;
	font-size: 1.7em;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-zoe span {
	font-size: 50%;
}

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;
}



figure.effect-zoe {
	background-color: #262626;
}

figure.effect-zoe img {
	width: 100%;
	opacity: 1;
	-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-zoe:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.13);
	transform: scale(1.13);
}

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);
	text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	color: rgba(85,85,85,0);
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}



@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}	

	.grid figure figcaption {
		font-size: 90%;
	}

	.md-content h3 {font-size:1.9em;}


	.collection-grid figure figcaption {
		font-size: 90%;
	}


	figure.collection-zoe p {
    font-size: .9em;
	}

	.collection-grid {
    width: 50%;
	}

	*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix-tablet:before, .clearfix-tablet:after { content: ''; display: table; }
.clearfix-tablet:after { clear: both; }

.clearfix {display: none;}
}


@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}
	.collection-grid  {
		width: 100%;
	}
	.md-content h3 {font-size:1.7em;}

}