.page-thumbnail {
	float: left;
	border: 1px solid #eee;
	border-top: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.page-thumbnail img {
	width: 100%;
	float: left;
	clear: both;
}
.page-thumbnail div a {
	background: #fff;
	padding: 15px;
	font-size: 16px;
	color: #3c3e3f !important;
	text-decoration: none !important;
	height: 70px;
	transition: all 0.4s;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 7px solid #fff;
}
.page-thumbnail:hover div a {
	border-bottom: 7px solid #0065a5;
	transition: all 0.4s;
}