/* font-awesome-custom by icomoon */
@font-face {
    font-family: 'font-awesome-custom';
    src:  url('../fonts/font-awesome-custom.eot?b18jrh');
    src:  url('../fonts/font-awesome-custom.eot?b18jrh#iefix') format('embedded-opentype'),
      url('../fonts/font-awesome-custom.ttf?b18jrh') format('truetype'),
      url('../fonts/font-awesome-custom.woff?b18jrh') format('woff'),
      url('../fonts/font-awesome-custom.svg?b18jrh#font-awesome-custom') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="fa-"], [class*=" fa-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'font-awesome-custom' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .fa-history:before {
    content: "\e903";
  }
  .fa-paper-plane:before {
    content: "\e902";
  }
  .fa-info-circle:before {
    content: "\f05a";
  }
  .fa-plus:before {
    content: "\f067";
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-facebook-f:before {
    content: "\f09a";
  }
  .fa-textsms:before {
    content: "\e901";
  }
  .fa-logo_minimal:before {
    content: "\e900";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-check:before {
    content: "\f00c";
  }
  .fa-clock-o:before {
    content: "\f017";
  }
  .fa-tag:before {
    content: "\f02b";
  }
  .fa-bookmark:before {
    content: "\f02e";
  }
  .fa-image:before {
    content: "\f03e";
  }
  .fa-photo:before {
    content: "\f03e";
  }
  .fa-picture-o:before {
    content: "\f03e";
  }
  .fa-pencil:before {
    content: "\f040";
  }
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-edit:before {
    content: "\f044";
  }
  .fa-pencil-square-o:before {
    content: "\f044";
  }
  .fa-external-link:before {
    content: "\f08e";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  .fa-paypal:before {
    content: "\f1ed";
  }
  .fa-street-view:before {
    content: "\f21d";
  }
  
  
  .fa-bookmark, .fa-tag, .fa-check, .fa-envelope, .fa-user, .fa-phone{
      color: #346FA2;
  }
  .fa-ellipsis-h{
      color: #aaaaaa;
  }
  .fa-clock-o, .fa-map-marker-gray-ver{
      color: #aaaaaa;
      font-size: 18px;
  }
  .fa-clock-o-blue-ver, .fa-map-marker-blue-ver{
      font-size: 13px;
      color: #346FA2;
  }
  .fa_white{
    color: #ffffff;
  }
  .fa-pencil{
      color: #346FA2;
  }
  .force_no_link_cursor{
      cursor: default!important;
  }
  .fa-paypal{
      color: #0099CC;
  }
  .fa-external-link{
      font-size: 12px;
  }
  .fa-pencil-square-o{
      color: #346FA2;
      font-size: 27px;
  }