
.socialbar .fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -160px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.socialbar .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.socialbar .fl-fl:hover {
    right: 0;
}

.socialbar .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.socialbar .float-fb {
    top: 160px;
    background-color: #0d70b7;
}
.socialbar .float-ig {
    top: 215px;
    background: #f09433;
    background: -moz-linear-gradient(270deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(270deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(270deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.socialbar .float-tw {
    margin-top: 270px;
    background-color: #1C9CEA;
}

.socialbar .float-gp {
    top: 325px;
    background-color: #D64937;
}

.socialbar .float-rs {
    background-color: #FF0000;
    top: 380px;
}



.socialbar .float-pn {
    top: 435px;
}
/* Floating Social Media Bar Style Ends Here */