#button-up {
	display:none; position:fixed; z-index:10000; bottom:10px; right:10px;
	overflow: hidden;
	border-radius: 5px;
	background: #000;
	padding: 3px;
	height: 40px;
	width: 40px;
	cursor: pointer;
}
	#button-up .material-icons {
		color: #FFF;
		font-size: 34px;
		line-height: 1.0;
		font-weight: bold;
	}
	#button-up img {
		width:33px;
		height:33px;
	}
	#button-up:hover, #button-up:focus {
	background:#D0103A;
}