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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon-Free' !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-dash:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e900";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e912";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-coin-dollar:before {
  content: "\e93b";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-database:before {
  content: "\e964";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-birthday-cake:before {
  content: "\e901";
}
.icon-graduation-cap:before {
  content: "\e902";
}
.icon-mortar-board:before {
  content: "\e902";
}
.icon-linux:before {
  content: "\e903";
}

