
/* Floating Social Media Bar Style Starts Here */

.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;
  }
  
  .socialicon {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
  }
  
  .fl-fl:hover {
    right: 0;
  }
  
  .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
  }
  
  .float-fb {
    top: 180px;
  }
  
  .float-tw {
    top: 235px;
  }
  
  .float-gp {
    top: 290px;
  }
  
  .float-rs {
    top: 345px;
  }
  
  .float-ig {
    top: 400px;
  }
  
  .float-pn {
    top: 455px;
  }
  /* Floating Social Media Bar Style Ends Here */
  /* social icon end */