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

[class^="icon-"], [class*=" 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;

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

.icon-ic_envelope:before {
  content: "\e903";
  color: #fff;
}
.icon-ic_facebook:before {
  content: "\e904";
  color: #fff;
}
.icon-ic_linkedin_share:before {
  content: "\e905";
  color: #fff;
}
.icon-ic_twitter:before {
  content: "\e907";
  color: #fff;
}
.icon-ic_mail:before {
  content: "\e900";
  color: #367681;
}
.icon-ic_linkedin:before {
  content: "\e902";
  color: #007ab9;
}
.icon-ic_down_arrow:before {
  content: "\e901";
}
.icon-ic_left_arrow:before {
  content: "\e906";
}
.icon-ic_right_arrow:before {
  content: "\e908";
}
