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

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'leadway_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;
}

.ic-map:before {
  content: "\e900";
}
.ic-phone:before {
  content: "\e901";
}
.ic-fax:before {
  content: "\e902";
}
.ic-mail:before {
  content: "\e903";
}
.ic-facebook:before {
  content: "\e904";
}
.ic-line:before {
  content: "\e905";
}
.ic-share:before {
  content: "\e906";
}
.ic-gotop:before {
  content: "\e907";
}
.ic-page-prev:before {
  content: "\e908";
}
.ic-page-next:before {
  content: "\e909";
}
