@font-face {
  font-family: 'FirstStep';
  src:  url('fonts/FirstStep.eot?o65hoc');
  src:  url('fonts/FirstStep.eot?o65hoc#iefix') format('embedded-opentype'),
    url('fonts/FirstStep.ttf?o65hoc') format('truetype'),
    url('fonts/FirstStep.woff?o65hoc') format('woff'),
    url('fonts/FirstStep.svg?o65hoc#FirstStep') 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: 'FirstStep' !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-up:before {
  /*content: "\e902";*/
  content:"";
}
.icon-next:before {
  content: "\e900";
}
.icon-back:before {
  content: "\e901";
}
.icon-coffee-cup-3:before {
  content: "\eacd";
}
.icon-globe-2:before {
  content: "\ec22";
}
.icon-guitar:before {
  content: "\ec32";
}
.icon-hand-bag-3:before {
  content: "\ec3a";
}
.icon-infomation-circle:before {
  content: "\ec7c";
}
