/* --------------------------------------------------------	*/
/* Top Social Button */
/* --------------------------------------------------------	*/
.social-top-btn {
    z-index:980000!important;
    position:fixed;
    top:20%;
    float:left; 
    left:0;
}     
.social-top-btn .btn{
    position:static;
    display:block;
    float:left;   
    left:0;
    height: 156px; 
    width: 34px; 
    padding-top: 2px;
    padding-left: 1px;

    background-color:#ffffff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    border-radius:0px 10px 10px 0px;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-radius:0px 10px 10px 0px;
    -o-border-radius:0px 10px 10px 0px;
}
.st_facebook_custom, .st_twitter_custom, .st_linkedin_custom, .st_googleplus_custom, .st_email_custom, .st_sharethis_custom
{
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin: 3px;
    width: 24px;

}
