.da-thumbs {
	font-family: 'Merriweather', Times, sans-serif;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.da-thumbs li {
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
	background: #fff;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
	text-align: left;
	color: #fff;
}
.da-thumbs li a div {
	position: absolute;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	text-align: center;
}
.da-thumbs h1 {
	font-family: 'Merriweather', Times, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	padding:0;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px;
	letter-spacing: 1px;
}
button.view {
	font-family: 'Merriweather', Times, sans-serif;
	border: 1px solid #ccc;
	padding: 6px 17px;
	margin: 0;
	background: transparent;
	color: #ccc;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.6s all;
}
button.view:hover {
	padding: 6px 25px;
	transition: 0.6s all;
}
.the-center {
	position: absolute;
	margin: auto;
	height: 70px;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}

/* Thumbs Responsive */

.thumbs {
	font-family: 'Merriweather', Times, sans-serif;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.thumbs li {
	padding: 0;
	margin: 0;
	width: 100%;
	background: #000;
	position: relative;
}
.thumbs li a,
.thumbs li a img {
	display: block;
	position: relative;
}
.thumbs li a {
	/*overflow: hidden;*/
	text-align: left;
	color: #fff;
}
.thumbs li a div {
	position: absolute;
	top: 0;
	color: #fff;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	text-align: center;
}
.thumbs h1 {
	font-family: 'Merriweather', Times, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	padding:0;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px;
	letter-spacing: 1px;
}