
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    color: #0094bf;
  /*  text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
    padding: 5px;
    width: 150px;
    position: fixed;
    right: -110px;
    z-index: 1000;
    transition: 0.3s;
    font-size:16px;

    /*
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;*/
}

.fl-fl:hover {
    right: 0;
    color: #ffffff;
    background: rgba(10, 169, 160, 0.67);
    border-radius: 0px;
    border-left: 5px solid rgb(255, 106, 0);
    z-index: 9999;
}

.fl-fl a {
    color: #454545 !important;
    text-decoration: none;
    text-align: center;
   /* line-height: 30px !important;*/
   /* vertical-align: top!important;*/
}
.float-home {
    border-left: 5px solid rgba(0, 138, 255, 0);
    background: rgba(0, 136, 164, 0);
    border-radius:  5px 0 0 5px ;
    top: 50px;
}
.float-loginEmp {
    border-left: 5px solid rgba(0, 138, 255, 0);
    background: rgba(0, 136, 164, 0);
    border-radius:  5px 0 0 5px ;
    top: 100px;
}
.float-facebook {
    border-left: 5px solid rgba(0, 138, 255, 0);
    background: rgba(0, 136, 164, 0);
    border-radius:  5px 0 0 5px ;
    top: 150px;
}

