/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	font-size: 14px;
}

.widget-area .widget h3.head-widget {
	margin-bottom: 1px;
}

h3.head-widget {
	background: none repeat scroll 0 0 #111;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 10px;
}

ul.popular-publications {
	color: #FFFFFF;
	background-color: #FFF;
}

ul.popular-publications a {
	color: #FFFFFF;
	text-decoration: none;
}

ul.popular-publications>li.itm {
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	list-style: none;
}

ul.popular-publications>li.itm>div.publication-over {
	position: relative;
}

ul.popular-publications>li.itm>img.publication-image {
	opacity: .9;
	position: absolute;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

ul.popular-publications>li.itm:hover>img.publication-image {
	-webkit-transform: scale(1.3,1.3);
/* Safari and Chrome */
	transform: scale(1.3,1.3);
	opacity: .2;
}

ul.popular-publications>li.itm>div.publication-over>div.meta {
	font-family: Georgia, Helvetica, serif;
	font-size: 12.2px;
	line-height: 1;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

ul.popular-publications>li.itm>div.publication-over>h3.feature-title {
	margin: 0;
}

ul.popular-publications>li.itm>div.publication-over>h3.feature-title>a {
	color: white;
	display: block;
	font-family: 'Open Sans Condensed', 'Oswald Regular', Arial Narrow, Arial;
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
	padding: 0 10px 8px;
	text-transform: none;
	text-decoration: none;
}

ul.popular-publications>li.itm>div.publication-over>h3.feature-title>a>span {
	color: white;
	text-decoration: none;
}

ul.popular-publications>li.itm>div.publication-over>div.meta>span.comment-count {
	display: block;
	float: right;
	padding: 7px 10px;
}

ul.popular-publications>li.itm>div.publication-over>div.meta>span.publication-date {
	background: none repeat scroll 0 0 #FF7F00;
	color: #FFFFFF;
	font-family: Arial, Georgia, Helvetica, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1;
	margin-right: 10px;
	padding: 5px 10px;
	position: absolute;
}

ul.popular-publications>li.itm>div.publication-over>div.meta>span.comment-count>a.buble-link>i.counter {
	background: url("counter-icon.png") top left no-repeat;
}

ul.popular-publications>li.itm>div.publication-over>div.meta>span.comment-count>a.buble-link>i.counter.views {
	background-position: -10px -10px;
	height: 12px;
/*vertical-align: middle;    */
	width: 12px;
}

ul.popular-publications>li.itm>div.publication-over>div.meta>span.comment-count>a.buble-link>i.counter.cmnts {
	background-position: -10px -32px;
	height: 12px;
/*vertical-align: middle;    */
	width: 12px;
}

.widget-area .widget ul.popular-publications>li.itm>div.publication-over>div.meta>span.comment-count>a.buble-link {
	text-decoration: none;
}
<!--noindex--><!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='//www.liveinternet.ru/click' "+
    "target=_blank><img src='//counter.yadro.ru/hit?t38.6;r"+
    escape(document.referrer)+((typeof(screen)=="undefined")?"":
        ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
            screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
    ";"+Math.random()+
    "' alt='' title='LiveInternet' "+
    "border='0' width='31' height='31'><\/a>")
//--></script><!--/LiveInternet-->
<!--/noindex-->