@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 {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: rgba(255,255,255,1);
	cursor: pointer;
}

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

.grid figure figcaption {
	padding: 1em;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 0.8em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.grid figure figcaption,
.grid 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 */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h1 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h1,
.grid figure p,
.grid figure i, {
	margin: 0;
}

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

.grid figure i {
	letter-spacing: 1px;
	font-size: 24pt;
}

/* Individual effects */

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: rgba(255,0,0,1);
}

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: rgba(255,0,0,1);
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	font-weight: 800;
	/*margin-bottom: 30px;*/
	height: 112px;
	overflow: hidden;
	font-size: 26px;
	line-height: 30px;
}

figure.effect-honey figcaption button.btn.btn-custom {
	color:rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
	border: transparent;
	font-weight: 400;
	padding: 10px 15px;
}

figure.effect-honey figcaption button.btn.btn-custom:hover {
	color: rgba(0,0,0,0.8);
  background-color: rgba(255,0,0,1);
  border:transparent;
}

figure.effect-honey h1 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 h1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h1,
figure.effect-honey:hover h1 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/* --- EFFECT 2 --- */
figure.effect2-honey {
	background: rgba(255,0,0,1);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect2-honey a img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect2-honey:hover a img {
	opacity: 0.7;
}

figure.effect2-honey figcaption {
	position: relative;
}

figure.effect2-honey figcaption::before {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: rgba(255,0,0,1);
	content: '';
}

figure.effect2-honey h1 {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	/*margin-bottom: 30px;*/
	height: 89px;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}

figure.effect2-honey figcaption button.btn.btn-custom {
	color:rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
	border: transparent;
	font-weight: 400;
	padding: 10px 15px;
}

figure.effect2-honey figcaption button.btn.btn-custom:hover {
	color: rgba(0,0,0,0.8);
  background-color: rgba(255,0,0,1);
  border:transparent;
}

figure.effect2-honey h1 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.effect2-honey figcaption::before,
figure.effect2-honey h1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect2-honey:hover figcaption::before,
figure.effect2-honey:hover h1,
figure.effect2-honey:hover h1 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* --- EFFECT 3 --- */
figure.effect3-honey {
	background: rgba(255,0,0,1);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect3-honey a img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect3-honey:hover a img {
	opacity: 0.7;
}

figure.effect3-honey figcaption {
	position: relative;
}

figure.effect3-honey figcaption::before {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: rgba(255,0,0,1);
	content: '';
}

figure.effect3-honey h1 {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	/*margin-bottom: 30px;
	height: 89px;*/
	overflow: hidden;
	font-size: 26px;
	line-height: 30px;
}

figure.effect3-honey figcaption button.btn.btn-custom {
	color:rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
	border: transparent;
	font-weight: 400;
	padding: 10px 15px;
}

figure.effect3-honey figcaption button.btn.btn-custom:hover {
	color: rgba(0,0,0,0.8);
  background-color: rgba(255,0,0,1);
  border:transparent;
}

figure.effect3-honey h1 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.effect3-honey figcaption::before,
figure.effect3-honey h1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect3-honey:hover figcaption::before,
figure.effect3-honey:hover h1,
figure.effect3-honey:hover h1 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}






/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: rgb(255,0,0);
}

figure.effect-ruby img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby:hover img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

figure.effect-ruby figcaption i {
	opacity: 0;
	-webkit-transition: opacity 0.55s, -webkit-transform 0.35s;
	transition: opacity 0.55s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	position: absolute;
    font-size: 30pt;
    top: 50%;
    margin-top: -15pt;
    left: 50%;
    margin-left: -10pt;
}

figure.effect-ruby:hover figcaption i {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*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 p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}*/






@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
		/*margin: 10px auto;*/
		width: 100%;
	}
}

@media (max-width: 767px){
	.grid {
	    margin: 0 auto -5px auto;
	}
}