.content-header .share{
	background-image: url("../images/icon_share.png");
	background-repeat: no-repeat;
	background-position: 11px center;
	color: #FFF;
	float: right;
}

.content-newsdetails{
	padding: 20px 10px;
	font-size: 15px;
	border-bottom: #cde4eb 2px solid;
	font-weight: bold;
	color: #777777;
}
.publish-date p {
	font-size: 13px;
	background: url("../images/icon_clock.png") no-repeat left 0px center;
	padding-left: 20px;

}
.news-image {
	max-width: 100%;
	max-width:400px;
	height:250px;
}

.content-newsdetails ul li :last-child {
	margin-top:none;
}
.idea-direction-box p {
	margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
	.content-newsdetails ul li :last-child {
		margin-top: 60px ;
	}
}