@charset "UTF-8";

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

}

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

.icon-letter-mail:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\63";
}
.icon-instagram:before {
  content: "\64";
}
.icon-check:before {
  content: "\65";
}
.icon-search-find:before {
  content: "\66";
}
.icon-youtube-square:before {
  content: "\67";
}
.icon-pinterest-square:before {
  content: "\68";
}
.icon-google-plus-square:before {
  content: "\69";
}
.icon-link:before {
  content: "\6a";
}
.icon-briefcase:before {
  content: "\6b";
}
.icon-menu:before {
  content: "\6c";
}
.icon-whatsapp:before {
  content: "\6d";
}
.icon-times-circle-o:before {
  content: "\6e";
}
.icon-question-circle:before {
  content: "\70";
}
.icon-exclamation-circle:before {
  content: "\6f";
}
.icon-plus-circle:before {
  content: "\71";
}
.icon-minus-circle:before {
  content: "\72";
}
.icon-hand-peace-o:before {
  content: "\73";
}
.icon-file-text-o:before {
  content: "\74";
}
