#totopscroller {
	position: fixed;
	right: 30px;
	bottom: 70px;
	width: 53px;
	z-index: 9;
}

#totopscroller i {
	cursor: pointer;
	color: #aaa;
	width: 53px;
	height: 46px;
	text-align: center;
	border-radius: 0;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

#totopscroller i:hover{
	cursor: pointer;
	color: #f97001;
	border-color: #f97001;
}
#totopscroller div{
	position: relative;
}

.totopscroller-lnk {
    display: block;
    margin: 5px 0;
}

.totopscroller-lnk i {
	font-weight: bold !important;
}

.totopscroller-prev {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 34px;
}

.totopscroller-bottom {
	position: absolute;
	top: 0;
	left: 0;
}

#totopscroller > i + a + div + .fa-chevron-up,
#totopscroller > i + a + div + .fa-chevron-up + .totopscroller-lnk,
#totopscroller > i + a + div + .fa-chevron-up + .totopscroller-lnk + div {
    display: none !important;
}
