*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 10px auto;
	padding: 0;
	overflow:hidden;
}
.da-thumbs li {
	float: left;
	width:19%;
	margin:0 0 1.25% 1%;
	background: #fff;
	position: relative;
	/*padding: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}
.da-thumbs li.empty_list { float:none; width:100%; margin:0; padding:5% 0 !important; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fefefe;}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width:100%;
	vertical-align:top;
}
.da-thumbs li:first-child { margin-left:0;}
@media  (min-width: 1024px){
 .da-thumbs li:nth-child(5n+1) { margin-left:0;}
}

@media  (max-width: 1024px) and  (min-width: 640px) {
.da-thumbs li {width:24%;	margin:0 0 1.33% 1%;}
.da-thumbs li:nth-child(4n+1) { margin-left:0;}
}

.da-thumbs li a img { width:100%; vertical-align:top;}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div .fd_latest_text1 {
	display: block;
	padding: 10px 0;
	margin: 20px 20px 6px;
	text-transform: uppercase;
	text-align:center;
	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 .fd_latest_text2 {
	display: block;
	padding-bottom:5px;
	margin: 0px 20px 20px 20px;
	text-align:center;
	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);
}

@media  (max-width: 640px) {
	.da-thumbs li { width:32%;	margin:0 0 2% 1%;}
	da-thumbs li:nth-child(3n+1) { margin-left:0;}

	.da-thumbs li a div {
		position: relative;
		background: none;
		width: 100%;
		height: 100%;
	}
	.da-thumbs li a div .fd_latest_text1 {
	display: block;
	padding: 0 0;
	margin: 0;
	text-transform: uppercase;
	color: #666;
	text-shadow: none;
	border-bottom: none;
	box-shadow: none;
	}

}

@media  (max-width: 420px) {
.da-thumbs li { width:49%;	margin:0 0 2% 2%;}
.da-thumbs li:nth-child(2n+1) { margin-left:0;}
}