@charset "UTF-8";

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

}

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

.i-arrow-left:before {
  content: "a";
}
.i-arrow-right:before {
  content: "b";
}
.i-chevron-left:before {
  content: "c";
}
.i-chevron-right:before {
  content: "d";
}
.i-chainy:before {
  content: "e";
}
.i-compass:before {
  content: "f";
}
.i-plus:before {
  content: "g";
}
.i-cross:before {
  content: "i";
}
.i-pencil:before {
  content: "j";
}
.i-invalid:before {
  content: "k";
}
.i-facebook:before {
  content: "l";
}
.i-logout:before {
  content: "m";
}
.i-envelope:before {
  content: "n";
}
.i-bell:before {
  content: "o";
}
.i-user:before {
  content: "p";
}
.i-flag:before {
  content: "q";
}
.i-cog:before {
  content: "r";
}
.i-share:before {
  content: "s";
}
.i-valid:before {
  content: "t";
}
.i-twitter:before {
  content: "u";
}
.i-views:before {
  content: "v";
}
.i-news:before {
  content: "w";
}
.i-bulb:before {
  content: "x";
}
.i-drop:before {
  content: "y";
}
.i-menu:before {
  content: "z";
}
.i-search:before {
  content: "B";
}
.i-caret-down:before {
  content: "A";
}
.i-alert:before {
  content: "C";
}
.i-info:before {
  content: "D";
}
.i-caret-down-1:before {
  content: "h";
}
.i-suitcase:before {
  content: "E";
}
.i-facebook-1:before {
  content: "F";
}
.i-twitter-2:before {
  content: "G";
}
.i-instagram:before {
  content: "H";
}
.i-shuffle:before {
  content: "I";
}
.i-trophy:before {
  content: "J";
}
.i-twitter-circled:before {
  content: "K";
}
.i-facebook-circled:before {
  content: "L";
}
