.ccm-page .ccm-float_button{
    position: fixed;
    bottom:48%;
	right:16px;
	z-index:3;
}
.ccm-page .ccm-float_button a{
	text-decoration:none;
	display:block;
	background:rgba(236,109,109,1);
	width:76px;
	height:76px;
	z-index:2;
	padding:16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
    border-radius: 50%;
	font-size:1rem;
	color:#fff;
}

.ccm-page .ccm-float_button i{
	margin:0 !important;
	font-size:1.7rem;
}

.ccm-page .ccm-float_button a:hover{
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	background:rgba(236,109,109,.8);
}
