.btn--to-top {
		display: none;
		width: 4em;
		height: 4em;
		border-radius: 50%;
		background-color: #2d4197;
		position: fixed;
		bottom: 1.75em;
		right: 1.75em;
		cursor: pointer;
		z-index: 999;
	}

	.btn--to-top span {
		font-family: 'icons';
		font-size: 2em;
		text-align: center;
		line-height: 1.9em;
		display: block;
		color: #fff;
	}

	.btn--to-top-mobile {
		position: relative;
	    width: 100%;
	    height: 2em;
	    background-color: #2d4197;
	    bottom: 0;
	    left: 0;
	    cursor: pointer;
	    z-index: 999;
	    margin-top: -1.3em;
	    margin-bottom: 2em;
	    padding-bottom: 3em;
	    display: block;
	    border-bottom: 1px solid #fff;
	}

	.btn--to-top-mobile span {
		color: #fff;
	    font-family: 'speak_bold';
	    font-size: 1em;
	    text-align: center;
	    display: block;
	    line-height: 2em;
	}

	.btn--to-top-mobile span.icon {
		color: #fff;
	    font-family: 'icons';
	    display: inline-block;
	    padding-left: 1em;
	}