.btn-float-right{
	position:fixed;
	width:150px;
	height:auto;
	bottom:0px;
	right:40px;
	
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
.btn-float-right img {
    max-width: 100%;
    height: auto;
}
a.btn-float-right{
	color:#FFF
}
