#toTop {
	display: block;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 30px;
	z-index: 4;
	cursor: pointer;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #5caee5;
	text-decoration: none;
}