.da-thumbs {
	list-style: none;
	max-width: 984px;
	width:80%;
	min-height: 450px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	/*width:155px;
	height:155px;*/
	width:17%;
	float: right;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width:100%;
	height:auto;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	/*background: #333;
	background: rgba(75,75,75,0.7);*/
	background: #333;
	background: rgba(72,61,85,1);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div.custom-hover-object {
	position: absolute;
	/*background: #333;
	background: rgba(255,255,255,0.7);*/
	background: #333;
	background: rgba(72,61,85,1);
	
	
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	font-size:0.800em;
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-align:right;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.da-thumbs li a div span h4{font-size:1.250em;}

.da-thumbs li a div.custom-hover-object span {
	/*color: rgba(72,61,85,1);*/
	color: rgba(75,75,75,0.9);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	/*border-bottom: 1px solid rgba(0,0,0,0.5);*/
	box-shadow: 0 1px 0 rgba(255,255,255,255.1), 0 -10px 0 rgba(0,0,0,0.3);
}

@media screen and (max-width: 480px) {
.da-thumbs {
  /*list-style: outside none none;
  margin: 20px auto;
  max-width: 984px;*/
  min-height: 0;
  padding: 0;
  position: relative;
  width: 95%;
}
.da-thumbs li {
	width:26%;
	float: right;
	margin: 1%;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.da-thumbs li a div span h4{font-size:1em;}

.da-thumbs li a div span {
	font-size:0.800em;
	padding: 10px 0;
	margin: 20px 20px 20px 20px;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}


}