a.btn-map {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: transparent;
  background-position: 24px 14px;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000 !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-map:hover {
  border-color: #0096ff;
  background-color: #0096ff;
  color: #fff !important;
}