.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	margin-top:20px;
	padding: 0;
	max-width: 1150px;
	list-style: none;
	text-align: center;
	left: 20px;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	margin-right: 25px;
	margin-bottom: 30px;
	max-width: 320px;
	max-height: 200px;
	border:1px solid #656565;
	background: #000000;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.7;
}

.grid figure figcaption {
	padding: 10px;
	color: #ffffff;
	-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 h2 {
	font-family: "Myriad Web Pro", Arial;
	font-size: 24px;
	font-weight: 800;
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: center;
}
.grid figure h2 span {
	font-weight: 300;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p2 {
	margin: 0;
}

.grid figure p {
	font-family: "Myriad Web Pro", Arial;
	font-size: 16px;
	background-image: url(black_trans.png);

}


.grid figure p2 {
	font-family: "Myriad Web Pro", Arial;
	font-size: 16px;
	background-image: url(black_trans.png);
}

/*---------------*/
/***** 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: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-60%,0) translate3d(0,200%,0);
	transform: translate3d(0,-60%,0) translate3d(0,200%,0);
	left: -10px;
	bottom: 70px;
	text-shadow: 1px 2px 1px #000000;
}

figure.effect-romeo p {
	padding: 10px;
	left: -15px;
	opacity: 0;
	text-align: center;
	-webkit-transform: translate3d(0,-120%,0) translate3d(0,-200%,0);
	transform: translate3d(0,-120%,0) translate3d(0,-200%,0);
}

figure.effect-romeo:hover h2 {
	background-image: url(black_trans.png);
	color: #ffb400;
	bottom: 58px;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-390%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-390%,0);
}

figure.effect-romeo:hover p {
	opacity: 1;
	text-align: center;
	text-shadow: 0px 1px 1px #000000;
	-webkit-transform: translate3d(0,0%,0) translate3d(0,90%,0);
	transform: translate3d(0,0%,0) translate3d(0,90%,0);
}










figure.effect-romeo p2 {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo p2 {
	padding: 10px;
	left: -25px;
	opacity: 0;
	font-family: "Myriad Web Pro", Arial;
	font-size: 16px;
	text-align: center;
	-webkit-transform: translate3d(0,-120%,0) translate3d(0,-200%,0);
	transform: translate3d(0,-120%,0) translate3d(0,-200%,0);
}
figure.effect-romeo:hover p2 {
	opacity: 1;
	text-align: center;
	text-shadow: 0px 1px 1px #000000;
	font-family: "Myriad Web Pro", Arial;
	font-size: 16px;
	-webkit-transform: translate3d(0,0%,0) translate3d(0,90%,0);
	transform: translate3d(0,0%,0) translate3d(0,90%,0);
}
