#up [class^="fa fa-"] {
	font-size: 25px;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	line-height: 41px;
}

#up [class^="fa fa-"] {
	cursor: n-resize;
}

#up {
	bottom: 0;
	z-index: 1001;
	position: fixed;
	overflow: visible;
	letter-spacing: 1px;
	display: block;
	height: 56px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	right: 0;
	left: 0;
	border-top-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	box-shadow: 0px 1px 1px -1px #525252;
	-webkit-box-shadow: 0px 1px 1px -1px #525252;
	-moz-box-shadow: 0px 1px 1px -1px #525252;
}

#up span {
	margin: 0 auto;
	display: block !important;
	padding: 0;
	width: 100%;
	height: 45px;
}

#up a:link span {
	font: 10px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 1px;
	text-align: center;
	transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}