<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.da-thumbs {
	list-style: none;
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	
	background: #0442b4;
	width:28%; 
	padding: 1%;
	margin-left:1%; margin-right:1%;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border:1px solid #FFFFFF;
}
.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;
	width: 100%;
	height: 100%;
	background: url(../images/blu.png) repeat;
	background-position: 75;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	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);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.da-thumbs li {
	float: left;
	
	background: #3d9ffb;
	width:57%; 
	padding: 1%;
	margin-left:20%; margin-right:20%;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border:1px solid #FFFFFF;
	margin-bottom:15px;
}
}</pre></body></html>