/* Top button */
#top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 8888;
}
#top a {
	width: 40px;
	height: 40px;
	background:url(/vendor/scrolling-nav/btn-top.svg) top center no-repeat;
	display: block;
}
#top a:hover {
	background: url(/vendor/scrolling-nav/btn-top-over.svg) top center no-repeat;
	background-size: 40px 40px;
}

