.fl-fl {
	
	-webkit-box-shadow: 0px 4px 11px -1px #13ff46;
    box-shadow: 0px 4px 11px -1px #13ff46;
    background: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    position: relative;
    margin: 6px 2px;
    right:0px;
    border-radius: 50%;
    /* z-index: 1135; */
    /* top: 50%; */
    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;
    /* margin: auto; */
}
  
  .fas {
	font-size: 20px;
	color: #13ff46;
	padding: 14px 0;
	width: 33px;
	margin-left: 13px;
  padding-right: 10px;
  }
  
  .fl-fl:hover {
	right: 0;
  }
  
  .fl-fl a {
	color: #13ff46 !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px!important;
	vertical-align: top!important;
  }
  .float-sm{
	z-index: 1000;
    top: 45%;
    position: fixed;
    right: 0px;
  }
  
  
  
  