[class*="otgs-ico"] {
  display: inline-block;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
[class*="otgs-ico"]:before,
[data-otgs-ico]:before {
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1 !important;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.otgs-ico-32:before {
  font-size: 32px;
}
[data-otgs-ico]:before {
  content: attr(data-otgs-ico);
}
.otgs-ico-note-add:before {
  content: "\61";
}
.otgs-ico-note-add-o:before {
  content: "\62";
}
.otgs-ico-ok:before,
.otgs-ico-translated:before {
  content: "\63";
}
.otgs-ico-yes:before {
  content: "\64";
}
.otgs-ico-in-progress:before {
  content: "\65";
}
.otgs-ico-copy:before {
  content: "\66";
}
.otgs-ico-copy-o:before {
  content: "\67";
}
.otgs-ico-note-edit:before {
  content: "\69";
}
.otgs-ico-note-edit-o:before {
  content: "\6a";
}
.otgs-ico-add-disabled:before,
.otgs-ico-add:before {
  content: "\6b";
}
.otgs-ico-refresh-spin:before,
.otgs-ico-refresh:before {
  content: "\6c";
}
.otgs-ico-no:before {
  content: "\6e";
}
.otgs-ico-not-translated:before {
  content: "\6f";
}
.otgs-ico-delete:before {
  content: "\70";
}
.otgs-ico-waiting:before {
  content: "\71";
}
.otgs-ico-warning:before {
  content: "\73";
}
.otgs-ico-original:before {
  content: "\74";
}
.otgs-ico-needs-update:before {
  content: "\75";
}
.otgs-ico-cred:before {
  content: "\77";
}
.otgs-ico-layouts:before {
  content: "\78";
}
.otgs-ico-module-manager:before {
  content: "\79";
}
.otgs-ico-toolset:before {
  content: "\7a";
}
.otgs-ico-types:before {
  content: "\41";
}
.otgs-ico-views:before {
  content: "\42";
}
.otgs-ico-edit-disabled:before,
.otgs-ico-edit:before {
  content: "\68";
}
.otgs-ico-duplicate:before {
  content: "\6d";
}
.otgs-ico-basket:before {
  content: "\72";
}
.otgs-ico-discoverwp:before {
  content: "\43";
}
.otgs-ico-sitepress-multilingual-cms:before,
.otgs-ico-wpml:before {
  content: "\44";
}
.otgs-ico-otgs:before {
  content: "\45";
}
.otgs-ico-wrench:before {
  content: "\46";
}
.otgs-ico-link:before {
  content: "\47";
}
.otgs-ico-envelope-o:before {
  content: "\48";
}
.otgs-ico-user:before {
  content: "\49";
}
.otgs-ico-wpml-cms-nav:before {
  content: "\4a";
}
.otgs-ico-wpml-media:before {
  content: "\4b";
}
.otgs-ico-wpml-string-translation:before {
  content: "\4c";
}
.otgs-ico-wpml-translation-management:before {
  content: "\4d";
}
.otgs-ico-picture:before {
  content: "\4e";
}
.otgs-ico-toolset-training:before {
  content: "\4f";
}
.otgs-ico-access-title:before {
  content: "\50";
}
.otgs-ico-views-title:before {
  content: "\51";
}
.otgs-ico-cred-title:before {
  content: "\52";
}
.otgs-ico-layouts-title:before {
  content: "\53";
}
.otgs-ico-types-title:before {
  content: "\54";
}
.otgs-ico-module-manager-title:before {
  content: "\55";
}
.otgs-ico-access:before {
  content: "\76";
}
.otgs-ico-bullhorn:before {
  content: "\56";
}
.otgs-ico-comment:before {
  content: "\57";
}
.otgs-ico-quote:before {
  content: "\58";
}
.otgs-ico-thumbsup:before {
  content: "\59";
}
.otgs-ico-star:before {
  content: "\5a";
}
.otgs-ico-spinner:before {
  content: "\30";
}
.otgs-ico-status:before {
  content: "\31";
}
.otgs-ico-file:before {
  content: "\32";
}
.otgs-ico-cancel:before {
  content: "\33";
}
.otgs-ico-download:before {
  content: "\34";
}
.otgs-ico-close:before {
  content: "\f158";
}
.otgs-ico-help:before {
  content: "\f223";
}
.otgs-ico-info:before {
  content: "\f348";
}
.otgs-ico-caret-up:before {
  content: "\f142";
}
.otgs-ico-caret-right:before {
  content: "\f139";
}
.otgs-ico-caret-down:before {
  content: "\f140";
}
.otgs-ico-caret-left:before {
  content: "\f141";
}
.otgs-ico-unlink:before {
  content: "\f225";
}
.otgs-ico-translation:before {
  content: "\f326";
}
.otgs-ico-new:before {
  content: "\f534";
}
.otgs-ico-mail:before {
  content: "\f466";
}
.otgs-ico-chat:before {
  content: "\f125";
}
.otgs-ico-sent:before {
  content: "\f310";
}
.otgs-ico-lock:before {
  content: "\f160";
}
.otgs-ico-unlock:before {
  content: "\f528";
}
.otgs-ico-media:before {
  content: "\f233";
}
.otgs-ico-wpml-sticky-links:before {
  content: "\f103";
}
.otgs-ico-refresh-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
