#footer .facebook-box .title_block {
        padding-left: 25px;
}
.facebook-box .block_content {
        padding-left:0px !important; 
        width:calc(100% + 25px)
}
.facebook-box .fb_avatar {
        float: left; 
        margin-right: 10px
}
.facebook-box .fb_info div {
        line-height: 50px; 
        color:#fff; 
        margin-bottom: 15px;
}
.facebook-box .fb_info_top, 
.facebook-box .fb_fans, 
.facebook-box .fb_info,
.facebook-box .fb_followers {
        overflow: hidden; 
        border:none !important; 
        width:100%
}
#footer .facebook-box .likeButton {
        height:24px;        
        padding: 0 13px 0 0;
        color:#fff;
        font: normal 14px Arial;
        text-transform:none;
        line-height: 24px !important;
        display: inline-block;
        position: absolute;
        right:0;
        top:0;
        box-shadow:none;
 }
#footer .facebook-box .likeButton:before {
        content: "\f087";
        font-family: "FontAwesome";
        color:#fff;
        font-size: 13px;
        margin: 0 8px 0 10px;
}
 #footer .facebook-box .likeButton:hover {
 	text-decoration: none;
 	color:#fff;
 } 
.facebook-box .fb_fans {
        padding: 0 0 15px; 
        color:#ccc; 
        font-size: 15px}
.facebook-box .fb_fans a:hover {
        text-decoration: none
}
.facebook-box .fb_followers li {
        float:left; 
        padding: 0 !important; 
        border-style: none !important; 
        width:60px; 
        margin-right:25px; 
        margin-bottom: 11px !important
        }
.facebook-box .fb_followers li:hover {
        padding-left: 0 !important
}
.facebook-box .fb_followers li a, 
.facebook-box .fb_followers li span {
        display:block;
        width:60px;
        height: 60px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
}
.preset9 #footer .facebook-box .likeButton:hover {background-color: #ff7579 !important}
.facebook-box .fb_followers li div.fb_name {
        line-height:20px;  
        text-align: center; 
        display: block; 
        color:#ccc; 
        font-size: 13px; 
        line-height: 28px} 
.facebook-box .fb_followers li:hover div.fb_name {color:#fff}

@media (min-width : 991px) {
        .facebook-box .fb_followers li:nth-child(3n+3) {margin-right: 0px !important;}
        .facebook-box .fb_followers li:nth-child(7), 
        .facebook-box .fb_followers li:nth-child(8), 
        .facebook-box .fb_followers li:nth-child(9), 
        .facebook-box .fb_followers li:nth-child(10) 
        {display: none !important;}

}
@media (min-width : 1199px) {
        #footer .facebook-box .likeButton {
                right:53px
        }
}