#scrolltopbtn {
	border: 1px solid #ff4f01;
	border-radius: 50%;
	position: fixed;
/*	top: 20px;
*/	bottom: 65px;
	left: auto;
	right: 20px;
	opacity: 0.9;
	background-color: #fff;
	width: 45px;
	height: 45px;
	line-height: 41px;
	font-size: 45px;
	color: #ff4f01;
	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 }