.scroll-to-top > a {
	background-color: #1c233a;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	bottom: 60px;
	opacity: 0;
	height: 50px;
	position: fixed;
	left: 30px;
	width: 50px;
	z-index: 9;
}
.scroll-to-top > a > i {
	color: #ffffff;
	display: block;
	font-size: 1.8rem;
	line-height: 50px;
	text-align: center;
}
.scroll-to-top.active > a {
	bottom: 15px;
	opacity: 1;
    right: 15px;
}