
/*-------------------------------------------------------------------------------------------*/
/*** Smoothscroll ***/
/*-------------------------------------------------------------------------------------------*/
#smoothscroll {
	height: 51px;
	width: 51px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	text-indent: -9998px;
	display: none;
	background: url("up-arrow.png");
}
