﻿/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:30px;
    right:10px;
	background: #003399;	
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}