.divfloat{
	opacity: 1;
	/* border: 2px solid #cda45e; */
	transition: all 0.4s;	
	right: 15px;
	bottom: 15px;
	z-index: 996;
	position: fixed;
	text-align:center;
	display: flex;
	flex-direction: column;	
	align-items: flex-start;
}
.divfloat a{
	margin-bottom: 10px;
}
.divfloat a:hover{
	/* background-color: white; */
	/* background-color: #fff; */
	/* background-color: rgba(0, 0, 0, 0.8); */
	/* background-color: rgba(255, 255, 255, 0.4); */
	/* background-color: #cda45e; */
	/* background-color: #1a1814;  */
	color: white;
}
.wafloat{
	/* text-align:center; */
	/* position: fixed; */
	/* visibility: hidden; */
	opacity: 1;
	/* right: 15px; */
	/* bottom: 15px; */
	/* z-index: 996; */
	width: 44px;
	height: 44px;
	border-radius: 50px;
	/* transition: all 0.4s; */
	/* border: 2px solid #cda45e; */
	font-size:35px;
  }

  .my-float{
	  /* margin-top:12px; */
  }
  
  .divfloat.active {
	bottom:95px;
	opacity: 1;
  }