
/***** 1 *****/

.grid {
	margin: 0;
	width: 620px;
	list-style: none;
	float: left;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 620px;
	height: 250px;
	background: #000000;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 20px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
}

/***** 2 *****/
.grid2 {
	margin: 0;
	width: 415px;
	list-style: none;
	float: left;
	padding-left: 12px;
}

.grid2 figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 415px;
	height: 250px;
	background: #000000;
	cursor: pointer;
}

.grid2 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid2 figure figcaption {
	padding: 20px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
}

/***** 3 *****/
.grid3 {
	margin: 0;
	width: 100%;
	list-style: none;
	float: left;
	padding-top: 15px;
}

.grid3 figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 340px;
	height: 250px;
	cursor: pointer;
	background-color: #000000;
}

.grid3 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid3 figure figcaption {
	padding: 20px;
	color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid3 figure figcaption::before,
.grid3 figure figcaption::after {
	pointer-events: none;
}

.grid3 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
}

/* Individual effects */

figure.effect1 {
	background: #000;
}

figure.effect1 img {
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0) scale(1.10);
	transform: translate3d(-10px,0,0) scale(1.10);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect1:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect1 h2 {
	word-spacing: -0.15em;
	font-family: 'Conv_Avgardm', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	float: left;
	width: 100%;
	margin: 0;
}
figure.effect1 h3 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	float: left;
	width: 100%;
	margin: 1px 0 0 0;
}
figure.effect1 p {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	float: left;
	width: 55%;
	margin: 5px 0 0 0;
	font-weight: normal;
}

figure.effect1 a {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	float: left;
	height: 25px;
	width: 100px;
	padding-right: 30px;
	padding-left: 10px;
	text-decoration: none;
	background: rgba(236,16,32,0.7);
	background: rgba(236,16,32,0.7)\0; /* ie 8/9*/
	background: rgba(236,16,32,0.7)\9\0; /* ie 9*/
	*background: rgba(236,16,32,0.7); /* ie 7*/
	_background: rgba(236,16,32,0.7); /* ie 6*/
	background-image: url(../icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-bottom: 4px;
}
figure.effect1 a:hover {
	background: rgba(236,16,32,1);
	background: rgba(236,16,32,1)\0; /* ie 8/9*/
	background: rgba(236,16,32,1)\9\0; /* ie 9*/
	*background: rgba(236,16,32,1); /* ie 7*/
	_background: rgba(236,16,32,1); /* ie 6*/
	color: #FFF;
	background-image: url(../icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

figure.effect2 {
	background: #000;
	margin-right: 9px;
}

figure.effect2 img {
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0) scale(1.10);
	transform: translate3d(-10px,0,0) scale(1.10);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect2:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect2 h2 {
	word-spacing: -0.15em;
	font-family: 'Conv_Avgardm', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	float: left;
	width: 100%;
	margin: 0;
}
figure.effect2 h3 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	float: left;
	width: 100%;
	margin: 2px 0 0 0;
}
figure.effect2:hover h2, figure.effect2:hover h3 {
	color: #FFF;
}
figure.effect2 a {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	float: left;
	height: 25px;
	width: 100px;
	padding-right: 30px;
	padding-left: 10px;
	text-decoration: none;
	background: rgba(236,16,32,0.7);
	background: rgba(236,16,32,0.7)\0; /* ie 8/9*/
	background: rgba(236,16,32,0.7)\9\0; /* ie 9*/
	*background: rgba(236,16,32,0.7); /* ie 7*/
	_background: rgba(236,16,32,0.7); /* ie 6*/
	background-image: url(../icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-bottom: 4px;
}
figure.effect2 a:hover {
	background: rgba(236,16,32,1);
	background: rgba(236,16,32,1)\0; /* ie 8/9*/
	background: rgba(236,16,32,1)\9\0; /* ie 9*/
	*background: rgba(236,16,32,1); /* ie 7*/
	_background: rgba(236,16,32,1); /* ie 6*/
	color: #FFF;
	background-image: url(../icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

figure.effect3 {
	background: #000;
}

figure.effect3 img {
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0) scale(1.10);
	transform: translate3d(-10px,0,0) scale(1.10);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect3:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect3 h2 {
	word-spacing: -0.15em;
	font-family: 'Conv_Avgardm', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	float: left;
	width: 100%;
	margin: 0;
}
figure.effect3 h3 {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	float: left;
	width: 100%;
	margin: 2px 0 0 0;
}
figure.effect3:hover h2, figure.effect3:hover h3 {
	color: #FFF;
}
figure.effect3 a {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	float: left;
	height: 25px;
	width: 100px;
	padding-right: 30px;
	padding-left: 10px;
	text-decoration: none;
	background: rgba(236,16,32,0.7);
	background: rgba(236,16,32,0.7)\0; /* ie 8/9*/
	background: rgba(236,16,32,0.7)\9\0; /* ie 9*/
	*background: rgba(236,16,32,0.7); /* ie 7*/
	_background: rgba(236,16,32,0.7); /* ie 6*/
	background-image: url(../icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-bottom: 4px;
}
figure.effect3 a:hover {
	background: rgba(236,16,32,1);
	background: rgba(236,16,32,1)\0; /* ie 8/9*/
	background: rgba(236,16,32,1)\9\0; /* ie 9*/
	*background: rgba(236,16,32,1); /* ie 7*/
	_background: rgba(236,16,32,1); /* ie 6*/
	color: #FFF;
	background-image: url(../icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}