/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.11.2015, 08:51:13
    Author     : Marcin Jakubowski
*/

.news h3 { text-transform: none; font-weight: 700; margin-bottom: 8px; font-size: 18px }
.news p { padding: 0; margin: 0; margin-bottom: 8px; }

.article .header h1 { text-transform: none; line-height: 1.2em; margin-bottom: 12px }


.news-list-category, .news-list-published, .news-detail-published { padding: 0; margin: 0; color: #666; margin-bottom: 8px; font-size: 14px; clear: both; }
    .news-list-category { text-transform: uppercase; }
        .news-list-category > span:last-child { display: none;}
    .news-detail-published { clear: none; }

.publication-list-item img { width: 170px; height: auto; margin-right: 30px; float: left; margin-bottom: 12px; }
.publication-list-item img.image-bigger { width: 200px; height: auto; }
    .bloghome-list-item img { margin-bottom: 12px; }
.blog-list-item img { width: 848px; height: auto; margin-right: 0px; float: none; margin-bottom: 12px; }

.altmetric-wrap img { width: 64px; }
.link-to-list { background: url(/assets/Images/icon_more-big.png) right center no-repeat; padding-right: 24px; display: inline-block; font-size: 18px; font-weight: 700; line-height: 24px; }

.news-list-bookinfo { clear: both; font-size: 14px; color: #666; }
.news-text-wrap { margin-top: 18px; margin-bottom: 18px;}

.news-related-files { float: right; }
    .news-related-files ul { margin: 0; padding: 0; }
    .news-related-files li { margin: 0; padding: 0; display: inline-block; margin-left: 10px; }
    .news-related-files a { width: 32px; height: 32px; display: block; text-indent: -999em; background: url(/assets/Images/icon-download.png) center no-repeat; }

.altmetric-wrap { float: right; margin-left: 30px; }

.facebook { margin-top: 12px; height: 24px; }
.facebook .like { display: none;}
.facebook .share { float: left; margin-right: 18px; }
.facebook .twitter { float: left; margin-top: 3px;}

.news-img-wrap { float: left; margin-right: 30px; margin-bottom: 12px; margin-top: 12px; max-width: 100%;}
.news-single img { max-width: 100%; height: auto; }

@media (max-width:768px) {
    .publication-list-item img, .publication-list-item img.image-bigger { width: 100%; margin-right: 0px; float: none; margin-bottom: 12px; }
    .altmetric-wrap img { width: 64px; }
.news-img-wrap { float: none; margin-right: 0px; }

}


