.grid {
	border:0px solid #000;
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	
}

.grid li {
	/* display: inline-block; */
	/* width: 440px; */
	margin: 0;
	/* padding: 20px; */
	text-align: left;
	position: relative;
	text-align:center;display:table-cell;vertical-align:middle;
	
}

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

.grid figure img {
	/* max-width: 100%; */
	display: block;
	position: relative;
	
	max-width:170px;
	margin:0 auto;
	
	
}

.grid figcaption {
	position: absolute;
	/* top: 0; */
	top: -16px;
	left: -16px;
	/* padding: 20px; */
	padding: 0px;
	background:#13a5e0;
	color: #fff;
	
	border:1px solid #13a5e0;
	
	
	height:400px;
	
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	
	
	
	display:table-cell;vertical-align:middle;
	
	
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #CCC;
}

.grid figcaption span:before {
	content: 'by ';
}
/*
.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}
*/

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	
	padding:15px;
	
	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(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
	*/
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.cs-style-1 figcaption h3 {
	font-size:14px;
	font-weight:400;
	text-align:center;
	/* margin-top: 40px; */
	
	width:80%;
	margin:0 auto;
	margin-top: 0px;
	margin-bottom:0px;
	cursor: default;
	
	
}



.cs-style-1 .link {
	font-size:13px;
	font-weight:400;
	display:inline-block;
	margin:0 auto;
	border:1px dotted #fff;
	padding:10px;
	color:#fff;
	
	}
	
.cs-style-1 .link:hover {text-decoration:none;background:#fff;color:#000;border:1px solid #fff;}
.cs-style-1 .link:link {text-decoration:none;}


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

.cs-style-1 figcaption a {
	margin-top: 0px;
}

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