.hw-back-to-top {
	position: fixed;
	left: 50%;
    margin-left: -62px;
	bottom: -35px;
	width: 124px;
    height: 60px;
	display: block;
	z-index: 1000;
	display: none;
	text-decoration: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(107, 112, 117, 0.2);
	text-align: center;
    font-size: 10px;
	padding: 4px 0 0 0;

}
}

.hw-back-to-top i {
	color: rgba(229, 0, 70, 0.5);
    font-size: 10px;
	position: relative;
    left: 5px;
	bottom: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hw-back-to-top:hover i{
    bottom: 5px;
}
	

