
    
#social-links {
    position: fixed;
    width: 60px;
    margin-top: 0px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index:999;
    right:0;
    margin-top:16px !important;
}

#social-links ul {
    margin-top: 0;
    margin-bottom: 0rem
}

#social-links li {
    height: 45px;
    position: relative
}

#social-links li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

#social-links li:nth-child(1) a {
    background: #4267B2
}

#social-links li:nth-child(2) a {
    background: #1DA1F2
}

#social-links li:nth-child(3) a {
    background: #E1306C
}

#social-links li:nth-child(4) a {
    background: #2867B2
}

#social-links li:nth-child(5) a {
    background: #333
}

#social-links li:nth-child(6) a {
    background: #ff0000
}

#social-links li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

#social-links ul li:hover #social-links ul li a i{
    font-size: 20px
}

#social-links li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

#social-links li a:hover {
    z-index: 1;
    width: 200px;
    
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

#social-links ul li:hover a span {
    padding-right: 30%;
    display: block;
    font-size: 15px
}