@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "fontello" !important;
  content: attr(data-icon);
  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;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello" !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-attention:before {
  content: "f";
}
.icon-chat:before {
  content: "g";
}
.icon-comment:before {
  content: "h";
}
.icon-facebook-squared:before {
  content: "l";
}
.icon-info-circled:before {
  content: "m";
}
.icon-info:before {
  content: "n";
}
.icon-mail:before {
  content: "o";
}
.icon-mobile:before {
  content: "p";
}
.icon-phone:before {
  content: "q";
}
.icon-paper-plane:before {
  content: "i";
}
.icon-home:before {
  content: "j";
}
.icon-print:before {
  content: "r";
}
.icon-users:before {
  content: "u";
}
.icon-user:before {
  content: "v";
}
.icon-map:before {
  content: "w";
}
.icon-direction:before {
  content: "d";
}
.icon-up-dir:before {
  content: "a";
}
.icon-help-circled:before {
  content: "b";
}
.icon-help:before {
  content: "k";
}
.icon-check:before {
  content: "C";
}
.icon-location:before {
  content: "D";
}
.icon-down-open-big:before {
  content: "E";
}
