.grid_07 {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0 0;
	max-width: 1360px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid_07 figure {
	position: relative;
	float: left;
	overflow: hidden;
/*	margin: 10px 2% 10px 0%; */
	min-width: 150px;
	max-width: 725px;
	max-height: 483px;
/*	width: 31.33333333%; */
	width: 32%;
	height: auto;
/*	background: #3085a3; */
	text-align: center;
	cursor: pointer;
}

.figure_g01_01 {
	margin: 10px 2% 10px 0%;
}

.figure_g01_02 {
	margin: 10px 0% 10px 0%;
}

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

.grid_07 figure figcaption {
	padding: 1.1em 0.5em 1em 1.8em;
	font-family: 'Calibri', Tahoma, Verdana, Arial;
	color: #fff;
/*	text-transform: uppercase; */
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.grid_07 figure figcaption,
.grid_07 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_07 figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	z-index: 0;
}
.grid_07 figure h2 {
	font-size: 185%;
	line-height: 1.1;
	word-spacing: 0.05em;
	font-weight: 500;
}
.grid_07 figure h2 span {
	line-height: 1.2;
	font-weight: 500;
}
.grid_07 figure h2,
.grid_07 figure p {
	margin: 0;
}
.grid_07 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 130%;
}

@media (min-width: 992px) and (max-width: 1360px) {
.grid_07 figure h2 {
	font-size: 150%;
	line-height: 1.1;
	word-spacing: 0.05em;
	font-weight: 500;
}
.grid_07 figure h2 span {
	line-height: 1.0;
	font-weight: 500;
}
.grid_07 figure h2,
.grid_07 figure p {
	margin: 0;
}
.grid_07 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 110.0%;
}
}

@media (min-width: 800px) and (max-width: 1000px) {
.grid_07 figure h2 {
	font-size: 120%;
	line-height: 1.1;
	word-spacing: 0.05em;
	font-weight: 500;
}
.grid_07 figure h2 span {
	line-height: 1.0;
	font-weight: 500;
}
.grid_07 figure h2,
.grid_07 figure p {
	margin: 0;
}
.grid_07 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 90.0%;
}
}

@media (min-width: 536px) and (max-width: 800px) {
.grid_07 figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	z-index: 0;
}
.grid_07 figure h2 {
	font-size: 200.0%;
	line-height: 1.1;
	word-spacing: 0.05em;
	font-weight: 500;
}
.grid_07 figure h2 span {
	line-height: 1.0;
	font-weight: 500;
}
.grid_07 figure h2,
.grid_07 figure p {
	margin: 0;
}
.grid_07 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 160.0%;
}
}

@media (min-width: 460px) and (max-width: 536px) {
.grid_07 figure h2 {
	font-size: 170%;
	line-height: 1.1;
	word-spacing: 0.05em;
	font-weight: 500;
}
.grid_07 figure h2 span {
	line-height: 1.0;
	font-weight: 500;
}
.grid_07 figure h2,
.grid_07 figure p {
	margin: 0;
}
.grid_07 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 135.0%;
}
}

@media (min-width: 300px) and (max-width: 460px) {
.grid_07 figure h2 {
	font-size: 155%;
	line-height: 1.1;
	word-spacing: 0.05em;
	font-weight: 500;
}
.grid_07 figure h2 span {
	line-height: 1.0;
	font-weight: 500;
}
.grid_07 figure h2,
.grid_07 figure p {
	margin: 0;
}
.grid_07 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 115.0%;
}
}

/* Individual effects */

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
/*	background: #105d27;
	background: #7c9784; */
}
figure.effect-apollo img {
	opacity: 1.00;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.00,1.00,1);
	transform: scale3d(1.00,1.00,1);
}
/*
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
 */
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em 1.2em 1.0em 0.5em;
	padding: 0 1em;
	max-width: 470px;
	border-right: 2px solid #fff;
	font-family: 'Calibri', Tahoma, Verdana, Arial;
	text-align: right;
/*	opacity: 0; */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 1.0;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid_07 figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
