

.floatC{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 15px;
  right: 15px;
	background-color: red;
	color:#fff;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 5px #999;
  z-index:100;
}
.floatC:hover {
	text-decoration: none;
	color: #fff;
  background-color:#be0000;
}

.my-floatC{
	margin-top:11px;
}
