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

/* Common style */
.grid_100_07_02 figure {
	position: relative;
	float: left;
	overflow: hidden;
/*	margin: 10px 2% 10px 0%; */
	min-width: 150px;
	max-width: 1360px;
	max-height: 105px;
	width: 100%;
	height: auto;
/*	background: #3085a3; */
	border-radius: 7px;
	text-align: center;
	cursor: pointer;
	box-shadow: #dadada 0px 3px 15px 0px;
}

figure.lk_f103_01:hover, figure.lk_f103_01:active, figure.lk_f103_01:focus {
	box-shadow: #c6c6c6 0px 3px 15px 0px;
}

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

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

.grid_100_07_02 figure figcaption {
	padding: 1.4em 0.5em 0.0em 0.5em;
	font-family: 'Calibri', Tahoma, Verdana, Arial;
	color: #fff;
/*	text-transform: uppercase; */
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
}

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

.grid_100_07_02 figure figcaption,
.grid_100_07_02 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_100_07_02 figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	z-index: 0;
}
.grid_100_07_02 figure h4 {
	font-size: 200%;
	line-height: 1.1;
	word-spacing: 0.15em;
	font-weight: 800;
	vertical-align: middle;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}
.grid_100_07_02 figure h4 span {
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}

.grid_100_07_02 figure h5 {
	font-size: 110%;
	line-height: 0.7;
	word-spacing: 0.05em;
	font-weight: 800;
	vertical-align: middle;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}
.grid_100_07_02 figure h5 span {
	line-height: 0.7;
	font-weight: 800;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}

.grid_100_07_02 figure h4,
.grid_100_07_02 figure h5,
.grid_100_07_02 figure p {
	margin: 0;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}
.grid_100_07_02 figure p {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 130%;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}
.grid_100_07_02 figure h3 {
	margin: 0;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 110%;
	text-align: center;
/*	text-shadow: #000 0 0 10px; */
}
.red_100 {
	font-weight: 300;
	color: #ff0000;
	font-size: 150%;
/*	text-shadow: #000 0 0 10px; */
}

@media (min-width: 992px) and (max-width: 1200px) {
.grid_100_07_02 figure h4 { font-size: 190%; }
.grid_100_07_02 figure h5 { font-size: 110%; }
}

@media (min-width: 800px) and (max-width: 992px) {
.grid_100_07_02 figure h4 { font-size: 185%; }
.grid_100_07_02 figure h5 { font-size: 110%; }
}

@media (min-width: 536px) and (max-width: 800px) {
.grid_100_07_02 figure h4 { font-size: 165%; }
.grid_100_07_02 figure h5 { font-size: 100%; }
}

@media (min-width: 536px) and (max-width: 650px) {
.grid_100_07_02 figure h4 { font-size: 135%; }
.grid_100_07_02 figure h5 { font-size: 100%; }
}

@media (min-width: 460px) and (max-width: 536px) {
.grid_100_07_02 figure h4 { font-size: 120%; }
.grid_100_07_02 figure h5 { font-size: 90%; }
}

@media (min-width: 300px) and (max-width: 460px) {
.grid_100_07_02 figure figcaption { padding: 1.0em 0.3em 0.0em 0.3em; }
.grid_100_07_02 figure h4 { font-size: 90%; }
.grid_100_07_02 figure h5 { font-size: 70%; }
}

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

figure.effect_apollo_03 {
/*	background: #105d27; */
}
figure.effect_apollo_03 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_03 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_03 h2 {
	text-align: left;
}

figure.effect_apollo_03 p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em 1.3em 1.0em 0.5em;
	padding: 0 0em;
	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; */
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect_apollo_03 p {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect_apollo_03 h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em 1.7em -0.3em 0.5em;
	padding: 0em 0em;
	max-width: 470px;
	font-family: 'Calibri', Tahoma, Verdana, Arial;
	text-align: right;
	opacity: 0.0;
/*	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s; */
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect_apollo_03 h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect_apollo_03:hover img,
figure.effect_apollo_03:hover h3,
figure.effect_apollo_03:hover p {
	opacity: 1.0;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

}

figure.effect_apollo_03:hover img {
	opacity: 1.0;
	-webkit-transform: scale3d(1.00,1.00,1);
	transform: scale3d(1.00,1.00,1);
}

figure.effect_apollo_03: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_03 figcaption::before,
figure.effect_apollo_03 figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 0px;
	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_apollo_03:hover figcaption::before {
	opacity: 0.5;
	height: 1px;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect_apollo_03:hover figcaption::after {
	opacity: 0.5;
	height: 1px;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

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