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

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

.icon-close:before {
  content: "\e905";
}
.icon-arrow-down-sm:before {
  content: "\e906";
}
.icon-arrow-right-sm:before {
  content: "\e907";
}
.icon-call:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-bars:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-arrow-down:before {
  content: "\e903";
}
