#fb-box {
        display: none;
    }
#cfacebook{
    position: fixed; 
    bottom: 0px;
    right: 20px;
    z-index: 999999999999999;
    width: 250px!important;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#cfacebook .fchat{float: left; width: 100%; height: 295px; overflow: hidden; display: none; background-color: #fff;}
#cfacebook .fchat .chat-single{float: left; line-height: 25px; line-height: 25px; color: #333; width: 100%;}
#cfacebook .fchat .chat-single a{float: right; text-decoration: none; margin-right: 10px; color: #888; font-size: 12px;}
#cfacebook .fchat .chat-single a:hover{color: #222;}

#cfacebook .fchat .fb-page{ float: left;}
#cfacebook a.chat_fb{
    float: left;
    padding: 0 25px;
    width: 400px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);        
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: rgb(149,201,61);
    border: 0;
    border-bottom: 1px solid rgb(149,201,61);
    z-index: 9999999;
    margin-right: 12px; font-size: 18px;}
#cfacebook a.chat_fb:hover{color: yellow; text-decoration: none;}
@media (min-width:1024px) { 
    #fb-box {
        display: block;
    }
 }