.svfxfloat-left{
	position:fixed;
	width:51px;
	height:51px;
	bottom:150px;
	color:#FFF;
	left: 10px;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.svfxfloat-right{
	position:fixed;
	width:51px;
	height:51px;
	bottom:150px;
	color:#FFF;
	right: 10px;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}



.svfxmy-float{
	margin-top:1px;
}

.svfxmy-float:hover {
    margin-top: 2px;
    transform: rotate(21deg);
    transition: 1s;
}