@font-face {
  font-family: 'icomoon';
  src:
    url('/www/image2/icon_fonts/icomoon.ttf?bilgx4') format('truetype'),
    url('/www/image2/icon_fonts/icomoon.svg?bilgx4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="f_icon_"], [class*=" f_icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f_icon_exclamation-circle:before {
  content: "\e92a";
}
.f_icon_logo:before {
  content: "\e929";
}
.f_icon_rss-square:before {
  content: "\e928";
}
.f_icon_angle-double-up:before {
  content: "\e900";
}
.f_icon_bolt:before {
  content: "\e901";
}
.f_icon_book:before {
  content: "\e902";
}
.f_icon_building:before {
  content: "\e903";
}
.f_icon_calendar-check:before {
  content: "\e904";
}
.f_icon_camera:before {
  content: "\e905";
}
.f_icon_check-square:before {
  content: "\e906";
}
.f_icon_chevron-circle-right:before {
  content: "\e907";
}
.f_icon_chevron-right:before {
  content: "\e908";
}
.f_icon_circle:before {
  content: "\e909";
}
.f_icon_clock:before {
  content: "\e90a";
}
.f_icon_comment-alt:before {
  content: "\e90b";
}
.f_icon_desktop:before {
  content: "\e90c";
}
.f_icon_envelope:before {
  content: "\e90d";
}
.f_icon_exclamation-triangle:before {
  content: "\e90e";
}
.f_icon_facebook:before {
  content: "\e90f";
}
.f_icon_file-alt:before {
  content: "\e910";
}
.f_icon_flag-checkered:before {
  content: "\e911";
}
.f_icon_images:before {
  content: "\e912";
}
.f_icon_keyboard:before {
  content: "\e913";
}
.f_icon_language:before {
  content: "\e914";
}
.f_icon_link:before {
  content: "\e915";
}
.f_icon_list-alt:before {
  content: "\e916";
}
.f_icon_list-ul:before {
  content: "\e917";
}
.f_icon_male:before {
  content: "\e918";
}
.f_icon_map-marker-alt:before {
  content: "\e919";
}
.f_icon_map:before {
  content: "\e91a";
}
.f_icon_paste:before {
  content: "\e91b";
}
.f_icon_pause-circle:before {
  content: "\e91c";
}
.f_icon_pencil-alt:before {
  content: "\e91d";
}
.f_icon_play-circle:before {
  content: "\e91e";
}
.f_icon_search:before {
  content: "\e91f";
}
.f_icon_sitemap:before {
  content: "\e920";
}
.f_icon_star:before {
  content: "\e921";
}
.f_icon_tasks:before {
  content: "\e922";
}
.f_icon_trash-alt:before {
  content: "\e923";
}
.f_icon_users:before {
  content: "\e924";
}
.f_icon_volume-up:before {
  content: "\e925";
}
.f_icon_yen-sign:before {
  content: "\e926";
}
.f_icon_youtube:before {
  content: "\e927";
}
.icon_arrow {
  text-decoration: none;
}
.icon_arrow:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 16px;
}