.map-zoom-buttons {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: transparent;
	z-index: 2;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	transition: all linear .5s;
}
.map-zoom-buttons .btn.btn--zoom {
	display: block;
	padding: 2px;
    background: #FFF;
    color: #363636;
    width: 25px;
    height: 25px;
    border-radius: 2px;
}
	.map-zoom-buttons .btn.btn--zoom:hover,
	.map-zoom-buttons .btn.btn--zoom:focus {
		color: #0081E3;
	}
