

.grid {
	top: 90px;
	padding: 0px;
	display:block;
	width: 874px;
	margin: 0 auto;
	list-style: none;
	
}

.grid li {
	display: inline-block;
	width: 260px;
	height: 260px;
	text-align: left;
	position: relative;
	margin: 0;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 0px;
}

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

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

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0px;
	height: 220px;
	width: 220px;
	background: rgba(0,0,0,0.8);
	color: #000;
	padding: 20px;
}


/* Individual Caption Styles */


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


.cs-style figure img {
	-webkit-transition-duration:0.9s;
	-moz-transition-duration:0.9s;
	-ms-transition-duration:0.9s;
	-o-transition-duration:0.9s;
	transition-duration:0.9s;
}

/* Image hover style: */


.cs-style figcaption {
	top: auto;
	bottom: 0px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.no-touch .cs-style figure:hover figcaption,
.cs-style figure.cs-hover figcaption {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
	-khtml-opacity: 1;
}

.cs-style figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}



/* caption typography style: */

.grid figcaption client{
	font-family: 'roboto_ltregular';
	color: #5a7b83;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0.05em;
}

.grid figcaption descr{
	font-family: 'roboto_ltregular';
	color: #5a7b83;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	
	display: block;
}

.grid figcaption item{
	font-family: 'roboto_ltregular';
	color: #DADADA;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

.grid figcaption year{
	font-family: 'roboto_ltregular';
	color: #DADADA;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-style: italic;
}

.grid figcaption thumbnail{
	display: inline-block;
	padding-top: 15px;
}
