.scroll-top-wrap {
	text-align: center;
}

.scroll-top-inner {
	z-index: 9999;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	opacity: 0.5;
	width: 50px;
	height: 50px;
	display: inline;
	position: fixed;
	cursor: pointer;
	margin: 0 auto;
	right: 30px;
	bottom: 30px;
	background: #1486AB;
}

.scroll-top-inner.lightScheme {
	background: #fff;
}

.scroll-top-inner.small {
	width: 25px;
	height: 25px;
}

.scroll-top-inner span {
	font-family: Arial sans-serif;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	font-size: 40px;
	position: relative;
    color: #fff;
}

.scroll-top-inner span.lightScheme {
	color: #000;
}

.scroll-top-inner span.small {
	font-size: 17px;
	line-height: 25px;
}