#scroll-top-link {
    position: fixed;
    right: 30px;
    bottom: 52px;
    z-index: 990;
	height: auto;
	width: auto;
	display: none;
	border-radius: 0.5em;
}

#scroll-top-link.active {
	display: inline;
	background: rgba(205,18,34,0.5);
}

#scroll-top-link.active:hover {
	background: rgba(205,18,34,1);
}

#scroll-top-link.active .scroll-top-link {
	display: block;
    height: 50px;
    width: 50px;
	background: url(../images/top.active.png) center center no-repeat;
	background-size: 25px 13px;
	text-decoration: none;
}

#scroll-top-link.active .scroll-top-link:hover {
	background: url(../images/top.active.png) center center no-repeat;
	background-size: 25px 13px;
}

@media only screen and (max-width: 1080px) {
#scroll-top-link { right: 15px; bottom: 44px; }
}

@media only screen and (max-width: 560px) {
#scroll-top-link { right: 15px; bottom: 5px; }
#scroll-top-link.active .scroll-top-link { height: 40px; width: 40px; background-size: 18px auto; }
}



