#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: -999em;
	overflow: hidden;
	width: 58px;
	height: 58px;
	z-index: 999;
	text-align: center;
	@include border-radius(58%);
	&:before{
		@include linear-icon();
		width: 100%;
		line-height: 58px;
		font-size: 24px;
		content: "\e877";
	}
	&:focus {
		outline: none;
	}
	@include media-breakpoint-up(md) {
		right: 20px;
		bottom: 80px;
	}
}