

.grid li {
	display: inline-block;
	width:100%;
	margin: 0;
	padding: 20px;
	text-align: left;
	font-size:1.4em;
}

.grid figure {
	margin: 0;
	position: relative;
}                                       

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	padding: 4.8% 4.8% 0 3%;
	background:#2f2d2a;
	color:#e9d8ce;
}




.grid figcaption a {
	display: inline-block;
}

/* Individual Caption Styles */


/* Caption Style 3 */
.cs-style-3 figure,.cs-style-3_2 figure {
	overflow: hidden;
}

.cs-style-3_2 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3_2 figure:hover img,
.cs-style-3_2 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	font-size:smaller;
	height: 100px;
	width:100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 figcaption a{
	position: absolute;
}








.cs-style-3_2 figcaption {
	height: 100px;
	width:100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,.no-touch .cs-style-3_2 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption,.cs-style-3_2 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}



