.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 15px;
    right: 16px;
	background-color:#0c0b09;
	color:#FFFfff;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 1px #cda45e;
  z-index:100;
  border-color: #cda45e;
}
.float:hover {
	text-decoration: none;
	color: #ffffff;
  background-color:#cda45e;
}

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