#scrolltopbtn {
	border: 0px solid #000000;
	border-radius: 50px;
	position: fixed;
	top: auto;
	bottom: 25px;
	left: 25px;
	right: auto;
	opacity: 1.00;
	background-color: #000000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-family: "Ionicons";
	cursor: pointer;
	z-index: 9999;

	display: none;

	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

#scrolltopbtn:hover { opacity: 1 }