#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#page-top a {
	width: 70px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
}
@media (max-width: 1099px) {
	#page-top a {
		width: 50px;
	}
}