@font-face {
  font-family: 'location-icons';
  src:  url('fonts/location-icons.eot?majxsq');
  src:  url('fonts/location-icons.eot?majxsq#iefix') format('embedded-opentype'),
    url('fonts/location-icons.ttf?majxsq') format('truetype'),
    url('fonts/location-icons.woff?majxsq') format('woff'),
    url('fonts/location-icons.svg?majxsq#location-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="loct-icons"], [class*=" loct-icons"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'location-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loct-iconsgoogle:before {
  content: "\e900";
}
.loct-iconsbing:before {
  content: "\e901";
}
.loct-iconsapple-logo:before {
  content: "\e902";
}
