@media screen and (max-width: 900px) {
a#scroll-to-top {width: 100% !important; bottom: 20px !important; margin: 0 -46.5% !important; font-size: 30px; 	right: 0 !important;
}
}


a#scroll-to-top {
	
	/* Background image, replace in images folder */
	
	/* Match to background image size */
	width: 30px;
	height: 30px;
	
	/* Postion on the page */
	position: fixed;	
	right: 10px;
	bottom: 15px;
	
	
	/* Other */
	cursor: pointer;	
	outline: 0;
	 margin-bottom: 10px;
}

a#scroll-to-top:before {content: "\f0aa"; font-family: FontAwesome; font-size: 30px; text-align: center; opacity: 0.6;}



/* Responsive Design Support */
@media only screen and (max-width: 480px) {
	
	a#scroll-to-top {
	
		/* Changing Position */		
		right: 0;
		bottom: 0;
	}
		

}