.fl-fl {
	-webkit-box-shadow: 0px 4px 11px -1px orange; 
    box-shadow: 0px 4px 11px -1px orange;
	background: black;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 190px;
	position: fixed;
	right: -145px;
	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;
  }
  .icon{
	  color:#e12454;
  }
  .fa {
	  color: orange;
  }
 #sl{
	font-size: 20px;
	color: orange;
	padding: 10px 0;
	width: 40px;
	margin-left: 13px;
  }
  
  .fl-fl:hover {
	right: 0;
  }
  
  .fl-fl a {
	color: orange !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px!important;
	vertical-align: top!important;
  }
  
  .float-fb {
	top: 53%;
  }
  
  .float-tw {
	top: 61%;
  }
  
  .float-gp {
	top: 37%;
  }
  
  .float-rs {
	top: 45%;
  }
  .float-yt {
	top: 68%;
  }
    .float-ig {
	top: 76%;
  }
  
  