#scrolltopbtn {
	border: 3px solid #ffffff;
	border-radius: 3px;
	position: fixed;
	top: auto;
	bottom: 25px;
	left: auto;
	right: 25px;
	opacity: 1.00;
	background-color: #ffffff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 45px;
	color: #270012;
	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 }