h3.ccm-page-list-title {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.ccm-page-list-description, .news-block, #news h3.ccm-page-list-title {
	display: none;
}
#news {
	padding-top: 5px;
	padding-bottom: 30px;
}
#news p a {
    background: #ffce1b;
    border-color: #e6ba18;
	color: #101d23;
    display: inline-block;
    font-size: 12px;
    min-width: 100px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.4s;
}
#news p a:hover {
	background: #888;
	border-color: #888;
	color: #fff;
	transition: all 0.4s;
}
#news img {
	width: 100%;
	transition: all 0.4s;
}
#news .news-block {
	margin-top: 15px;
	margin-bottom: 15px;
}
#news .news-block .image {
	background: #000;
	position: relative;
}
#news .news-block .image span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -45px;
	float: left;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s;
}
#news .news-block:hover .image span {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.4s;
}
#news .news-block:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all 0.4s;
}
#news .news-block, #news .news-block h3.ccm-page-list-title {
	display: block;
}
#news .news-block a {
	text-decoration: none !important;
}
#news h3.ccm-page-list-title {
	background: #fff;
	padding: 20px;
	padding-bottom: 13px;
	border-bottom: 7px solid #fff;
	color: #0065a5 !important;
	height: 140px;
	font-size: 14px;
	line-height: 17px;
	transition: all 0.4s;
}
#news .news-block:hover h3.ccm-page-list-title {
	border-bottom: 7px solid #0065a5;
	transition: all 0.4s;
}
#news h3.ccm-page-list-title div {
	color: #3c3e3f !important;
	margin-top: 10px;
	font-size: 12px;
}