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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-little-arrow:before {
  content: "\61";
}
.icon-big-arrow:before {
  content: "\62";
}
.icon-homepage:before {
  content: "\2a";
}
.icon-more:before {
  content: "\2b";
}
.icon-phone:before {
  content: "\63";
}
.icon-email:before {
  content: "\45";
}
.icon-facebook:before {
  content: "\46";
}
.icon-linkedin:before {
  content: "\4c";
}
.icon-twitter:before {
  content: "\54";
}
