.float{
	position:fixed;
	width:38px;
	height:38px;
	bottom:30px;
	right:30px;
	color: #b2967a;
    background-color:#fafafa;
	border-radius:50px;
	text-align:center;
  font-size:27px;
	box-shadow: 2px 2px 4px #474747;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #1cad52;
  background-color:#fff;
}

.my-float{
	margin-top:6px;
}