
figure#home {
	margin: 0;
	position: relative;
    width: 300px;
    height: 140px;
    margin-right: 22px;
    border: solid 2px #FFF;
    overflow: hidden;
}
figure#home:hover {
	border-color: #23509c;
}


figure#home img {
	position: relative;
    margin: 0 auto;
}

figcaption#home {
	position: absolute;
	top: 0;
	left: 0;
    width: 300px;
    height: 140px;
    line-height: 140px;
	background:url(../images/black-trans.png) repeat;
	color: #ed4e6e;
}

figcaption#home h3 {
	color: #fff;
}

figcaption#home span:before {
	content: ' + ';
}

figcaption#home a {
    vertical-align: middle;
	padding: 5px 10px;
    line-height: 1.6;
	border-radius: 2px;
	display: inline-block;
	background: #23509c;
	color: #fff;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.cs-style-1 figcaption#home span {
	display: block;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
