@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pbgo77');
  src:  url('fonts/icomoon.eot?pbgo77#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pbgo77') format('truetype'),
    url('fonts/icomoon.woff?pbgo77') format('woff'),
    url('fonts/icomoon.svg?pbgo77#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* 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;*/
  display: inline-block;
  vertical-align: baseline;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-waves:before {
  content: "\e919";
}
.icon-people:before {
  content: "\e91a";
}
.icon-information:before {
  content: "\e91b";
}
.icon-arrow-swap:before {
  content: "\e91c";
}
.icon-arrow:before {
  content: "\e91d";
}
.icon-camera:before {
  content: "\e91e";
}
.icon-movie:before {
  content: "\e91f";
}
