.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 8px auto;
	padding: 0;
	overflow: hidden;
}
.da-thumbs li {
	
	 width: 31.8%; margin-right:2.2%; margin-bottom:2%;overflow: hidden; box-sizing:border-box;
border: 1px solid #dddddd;
cursor:pointer;
	float: left;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li.nomargin{ margin-right:0;}
.da-thumbs li:nth-of-type(3){ margin-right:0;}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width:100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(000,000,000,0.5);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span{
	text-align: center;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 4px solid rgba(255,255,255,0.5);
	
	margin: 3% 2% 2% 3%;
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size:20px;
	
}
.da-thumbs li a div p {

  color:#fff;
 margin: 3% 2% 2% 3%;
  
}








