@font-face {
    font-family: robotolight;
    src: url(font/Roboto-Light.ttf);
}
@font-face {
    font-family: robotomedium;
    src: url(font/Roboto-Medium.ttf);
}
@font-face {
    font-family: robotoregular;
    src: url(font/Roboto-Regular.ttf);
}

.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 0;
}
.da-thumbs h4{
	
}
.da-thumbs li {
	float: left;
	/*margin: 5px;*/
	width:270px;
	height:280px;
	background: #fff;
	/*padding: 10px;*/
	position: relative;
	border:solid 1px #ededed;
	border-top:none;
	border-right:none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius:10px;
}
.text_sub a, .text_sub{
	/*font-family:robotolight;*/
	text-decoration:none;
	margin:10px 10px 20px;
	font-size:16px;
	line-height:22px;
	color:#4a4a4a;
	text-align:center;
	opacity:0.75;
	}

.da-thumbs li img{
    display: block;
    position: relative;
    text-decoration: none;
    border: none;
    margin: auto;
}



	
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	text-decoration:none;
	border:none;
	margin:auto;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #1f91ff;
	/*background: rgba(149,191,81,1);*/
	/*background: rgba(75,75,75,0.7);*/
	cursor: default !important;
	width: 100%;
	height: 100%;
	border-radius:10px;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	text-align:center;
	margin: 40px 20px 10px;
	font-size:22px;
	font-weight: normal;
	color:#fff;
/*	color: rgba(255,255,255,0.9);*/
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	border-bottom: 1px solid #fff;
	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 hgroup{
	color: rgba(255,255,255,0.9);
	margin:20px 20px 10px 20px;
	color:#fff;
	font-size:18px;
	font-weight: normal;
	line-height:22px}


	
	@media screen and (max-width: 1005px) {
	.da-thumbs li {
	/*margin: 5px;*/
	width:46%;

}
.da-thumbs {
	width: 80%;
}
.da-thumbs li a,
.da-thumbs li a img {
	display:block;
	position: relative;
	text-decoration:none;
	border:none;
	margin:auto;
}


}

	@media screen and (max-width: 580px) {
	.da-thumbs li {
	/*margin: 5px;*/
	width:100%;

}
.da-thumbs {
	width: 80%;
}
.da-thumbs li a,
.da-thumbs li a img {
	display:block;
	position: relative;
	text-decoration:none;
	border:none;
	margin:auto;
}


}



	@media screen and (max-width: 767px) {
.da-thumbs li {
	margin-left:0px !important;
	margin-right:0px !important;

}
}