@font-face {
  font-family: 'menu';
  src:  url('../fonts/menu.eot?qq5dw4');
  src:  url('../fonts/menu.eot?qq5dw4#iefix') format('embedded-opentype'),
    url('../fonts/menu.ttf?qq5dw4') format('truetype'),
    url('../fonts/menu.woff?qq5dw4') format('woff'),
    url('../fonts/menu.svg?qq5dw4#menu') 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: 'menu' !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-linkedin:before {
  content: "\e900";
}
.icon-google-plus:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-facebook-f:before {
  content: "\e905";
}
