﻿
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: #88AC2E;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 220px;
    padding: 4px;
    width: 200px;
    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;
}

.fa {
    font-size: 20px;
    color: #fdc00d;
    padding: 20px 0;
    width: 30px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    top: 50%;
    color: #fdc00d !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 160px;
    background: #3B5998;
    color: #fdc00d;
}

.float-tw {
    top: 215px;
    background: #55ACEE;
    color: #fdc00d;
}

.float-yt {
    top: 270px;
    background: #bb0000;
    color: #fdc00d;
}

.float-ln {
    top: 325px;
    background: #007bb5;
    color: #fdc00d;
}
/* Floating Social Media Bar Style Ends Here */
