@font_color:#969696;
@hover_color: #8C7AB7;
@font_size: 15px;

.news-content .header h2{
	color:@font_color;
}
.news-content .other-news h3 {
color: @font_color;
font-size:20px;
padding-bottom:5px;
border-bottom: 1px solid @font_color;
padding-bottom: 4px;font-family: Avo_bold;font-size: 20px;}


.other-news a,.other-news{

color:@font_color;

font-family: Avo;

font-size: 17px;
 -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.other-news a:hover{
	color:@hover_color;
	text-decoration:none;
	padding-left:10px;
}