.map-helper {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: transparent;
    transition: all linear .5s;
	z-index: 2;
}
.map-helper .btn.btn--helper {
	background: transparent;
    vertical-align: middle;
    outline: none;
    color: #363636;
    text-transform: none;
    font-size: 1.5em;
    transition: color ease .5s;
}
	.map-helper .btn.btn--helper:hover,
	.map-helper .btn.btn--helper:focus {
		color: #618DC3;
		color: #BF3542;
		color: #0081E3;
	}
	.map-helper .btn.btn--helper.active,
	.map-helper .btn.btn--helper:active {
		box-shadow: none;
	}