.anief-share{

    position: relative;

}

.article-info .anief-share{

    display: inline-block;
    padding: 0 13px;
}

.anief-share a{

    color: #99a9b5;
}

.share-block{

    height: 0;
    overflow: hidden;
    position: absolute;
    top:-10px;
    right:0;
    background: #fff;
    width: 65%;
    max-width: 400px;
    display: flex;
    transition: all 0.2s;
}



.article-info .share-block{

    height: 0;
    overflow: hidden;
    position: absolute;
    top:-10px;
    right:auto;
    left: 0;
    background: #fff;
    width: 400px;
    display: flex;
    transition: all 0.2s;
}

.article-info .anief-share:before {

    content: '|';
    position: absolute;
    left: -7px;
    top: 2px;
    font-size: 21px;
    color: #99a9b5;

}

.anief-share.active .share-block{

    height: 32px;

}

.share-block a{
    color: #99a9b5;
    font-size: 20px;
    display: block;
    width: 33%;
    text-align: center;
    padding: 0 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.share-block a i{

    line-height: 30px;

}
.share-block a:first-child{

    border-left: 1px solid #ccc;

}

.share-block a:hover{

    background: #f0f0f0;

}

.xbnotizie_titoloprincipale .flash-news-title + .anief-share{

    margin-top: -20px;
    margin-bottom: 20px;

}