/* Top button */
#top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
}
#top a {

	text-decoration: none;
	text-indent: -9000px;
	color: #fff;
	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;
}

