.grid {
	
	float:left; margin:0; padding:0;
	padding: 70px 15px 0 15px;
	margin: 0;
	list-style: none;
	text-align: center;
	box-sizing:border-box;
	

}



@media screen and (min-width: 1800px) {
.grid {
	
	float:none; margin:0 auto; width:1800px; display:table; 

}
	
	}


.grid li {
	float:left;
	width: 50%;
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
	box-sizing:border-box
}


.grid li:hover figure img {
	opacity: 1;
  
}


.grid li:hover a {
	border-bottom:1px solid#fff;
  
}



.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	opacity:0.7
}


.grid figure h2 {
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
	text-align:center;
	
	line-height:40px; 
	margin:0;
	padding:20px;
	color: #fff;
	box-sizing:border-box;
	background:rgba(0,0,0,0.3);
	font-size:1.4em
}





.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	background-color: #0c0c0c;
	color: #fff;
	box-sizing:border-box
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align:center; 
	
}

.grid figcaption p {

	text-align:center; 
	color:#fff;
	
	float:left; 
	width:100%;
	font-size:1em;
text-transform:uppercase
}



/* Individual Caption Styles */


/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: auto;
	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,
.cs-style-3 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;
}




@media screen and (max-width: 700px) {
	.grid {
		padding: 70px 15px 0 15px;
	}
	.grid li {
		width: 100%;
		
	}
	
	
	
	
}


@media screen and (max-width: 1000px) {
	.grid figure h2{font-size:1.2em}
	.grid figcaption p {font-size:0.8em}
}
