@font-face {
  font-family: 'BIGicons';
  src: url('fonts/BIGicons.ttf') format('truetype'), url('fonts/BIGicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.bi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'BIGicons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:14px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-lg {
    font-size: 1.5em;
    line-height: .75em;
    vertical-align: -15%;
}

.bi-globe:before {
  content: "\e900";
}
.bi-earth:before {
  content: "\e901";
}
.bi-ticket:before {
  content: "\e902";
}
.bi-phone:before {
  content: "\e903";
}
.bi-location:before {
  content: "\e904";
}
.bi-bars:before {
  content: "\e905";
}
.bi-envelope:before {
  content: "\e906";
}