@charset "utf-8";
/* CSS Document */

.back-to-top {
			position: fixed;
			bottom: 10%;
			right: 1%;
			opacity:1;
			display:none;
			text-align:center;
		}

.back-to-top:hover {	
			opacity:0.7;
		}	