.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -125px;
    top: 40%;
    width: 200px;
}
.sticky-container a{text-decoration: none !important; color: #FFF}
.sticky li{
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    opacity: 0.8
}
.sticky .fb         {background-color: #3b5998}
.sticky .google     {background-color: #dd4b39}
.sticky .twitter    {background-color: #00aced}

.sticky li:hover {
    margin-right: -115px;
    opacity: 1  
}
.sticky li i {
    float: right;
    margin: 13px 7px;
    margin-right: 10px;
}
.sticky li p {
    padding: 0px;
    margin: 0px;
    margin-right: 50px;
    text-transform: uppercase;
    line-height: 43px;
    text-align: right;
}