#totopscroller {
	position: fixed;
	right: 40px;
	bottom: 60px;
	width: 40px;
}

#totopscroller i {
	cursor: pointer;
	color: #3dbcbb;
	width: 50px;
	text-align: center;
	border-radius: 0;
	background: #fff;
	border: 2px solid #3dbcbb;
	transition: all 0.2s linear 0s;
}

#totopscroller i:hover {
	cursor: pointer;
	color: #222324;
	border-color: #222324;
	transition: all 0.2s linear 0s;
	background: #fff;
}
#totopscroller div {
	position: relative;
}

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

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

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