#fb-fixed-block{
    top: 165px;
    right: 0px;
    position: fixed;
    z-index: 2000;
}
#fb-icon{
    float: left;
    overflow: hidden;
    height: 49px;
    box-shadow: 0 6px 10px 0 #191919;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#fb-icon img{
    max-width:50px;
    max-height:50px;
}

#fb-icon i{
    font-size: 50px;
    color: #3b5998;
    position: relative;
    top: -5px;
}
#fb-page{
    padding: 10px;
    float: left;
    background-color: #3b5998;
    right: -360px;
    display: none;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}
#fb-page.show{
    display: block;
    right: 0px;
}
#fb-fixed-block:hover > #fb-page{
    display: block;
    right: 0px;
}
.popular-links .text_left{
    padding-top: 11px;
}
.popular-links .text_left a{
    margin-right: 5px;
}
body.theme_default #footer .footer_bottom.popular-links{
    background-color: #414141;
}
#feed-block{
    min-height: 380px;
}
.popular-links a {
    color: #61caff;
}
.popular-links a:hover {
    color: #91bbcf;
}
