a.article:hover,
a.article:focus{
    color: white !important;
}

.article-item{
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.article-item .article-item-inner:not(.bg_img_panel){
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
}


.article-item:hover,
.link-article:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.article-item.no-image{
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center 15%;
    background-color: #F7F7F7;
}

.article-item .article-content-wrapper{
    background-color: rgba(0,0,0, .5);
}


.article-item .article-content .topic{
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1px;
    text-align: left;
}


.article-item .article-content .article-content-text{
    height: 50px;
    line-height: 23px;
    margin-bottom: 7px;
}

.article-item .article-content .type-info{
    display: table-cell;
    white-space: nowrap;
    vertical-align: bottom;
    text-align: right;
    width: 1px;
}


.article-litty-text{
    max-width: 900px;
    padding: 20px;
    overflow: auto;
}


a.article_comment{
    display: block;
    position: absolute;
    bottom: 50px;
    right: 10px;
}


/*LINK ARTICLES*/
.link-article{
    height: 95px;
}


.link-article .link-article-title{
    font-size: 18pt !important;
    line-height: 25px;
}


.article-social-links{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.article-social-links .article-social-links-inner{
    padding: 5px 10px;
}

.article-social-links .article-social-links-inner .btn-default{
    padding: 0px 5.5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.article-social-links .article-social-links-inner .btn-default{
    font-size: 10pt;
}