@charset "UTF-8";

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

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  line-height: 1em;
}

[class^="budicon-"]:before,
[class*=" budicon-"]:before {
    font-family: "budicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before { content: '\2709'; }
.icon-location:before { content: '\e724'; }
.icon-network:before { content: '\e776'; }
.icon-phone:before { content: '\f4de'; }
.budicon-cancel-1:before { content: "\e04c"; }
