@font-face {
  font-family: 'ppbIcon';
  src:  url('fonts/ppbIcon.eot?r5qsqs');
  src:  url('fonts/ppbIcon.eot?r5qsqs#iefix') format('embedded-opentype'),
    url('fonts/ppbIcon.ttf?r5qsqs') format('truetype'),
    url('fonts/ppbIcon.woff?r5qsqs') format('woff'),
    url('fonts/ppbIcon.svg?r5qsqs#ppbIcon') 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: 'ppbIcon' !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-icon_close:before {
  content: "\e905";
}
.icon-icon_menu:before {
  content: "\e904";
}
.icon-icon_arrowLt:before {
  content: "\e900";
}
.icon-icon_arrowRt:before {
  content: "\e901";
}
.icon-icon_arrowtop:before {
  content: "\e902";
}
.icon-icon_button:before {
  content: "\e903";
}
