@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "ft" !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^="ft-icon-"]:before,
[class*=" ft-icon-"]:before {
  font-family: "ft" !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;
}

.ft-icon-info-circled:before {
  content: "a";
}
.ft-icon-home:before {
  content: "b";
}
.ft-icon-arrow-left:before {
  content: "c";
}
.ft-icon-calendar:before {
  content: "d";
}
.ft-icon-user:before {
  content: "e";
}
.ft-icon-gears-setting:before {
  content: "f";
}
.ft-icon-clipboard-pencil:before {
  content: "g";
}
.ft-icon-world:before {
  content: "h";
}
.ft-icon-mail:before {
  content: "i";
}
.ft-icon-group:before {
  content: "j";
}
.ft-icon-camera-retro:before {
  content: "k";
}
.ft-icon-external-link:before {
  content: "l";
}
.ft-icon-right-circled:before {
  content: "m";
}
.ft-icon-search-find:before {
  content: "n";
}
.ft-icon-menu:before {
  content: "o";
}
.ft-icon-reply-mail:before {
  content: "p";
}
.ft-icon-trash-bin:before {
  content: "q";
}
.ft-icon-bubble:before {
  content: "r";
}
.ft-icon-check-off:before {
  content: "s";
}
.ft-icon-check-on:before {
  content: "t";
}
.ft-icon-arrow-right:before {
  content: "u";
}
.ft-icon-arrow-circle-left:before {
  content: "v";
}
.ft-icon-arrow-circle-right:before {
  content: "w";
}
.ft-icon-forum:before {
  content: "x";
}
.ft-icon-twitter:before {
  content: "y";
}
.ft-icon-facebook:before {
  content: "z";
}
.ft-icon-arrow-circle-up:before {
  content: "A";
}
.ft-icon-arrow-circle-down:before {
  content: "B";
}
