p.perex {
	font-size:15px;
	font-weight:500;
}

.foot_social {
	text-align:right;
}

.h4_link {
	color:#f2615c;
}

.h4_link:hover {
	color:#d84c47;
}

.circledate {
	border-radius:100px;
	background-size:cover;
	background-color:#666666;
	background-image:url('/content/templates/template_51/article.png');
}

.sectiontitle {
	padding-left:10px;
	position:relative;
}

.sectiontitle:before {
	content:'';
	background:#ffffff;
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:100%;
	z-index:1;
}

.sectiontitle h4 {
	padding-left:0;
	padding-right:10px;
	position:relative;
	z-index:2;
}