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

.icon {
  /* 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;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-pxlab:before {
  content: "\e901";
}
.icon-chevron-with-circle-up:before {
  content: "\e906";
}
.icon-chevron-with-circle-right:before {
  content: "\e907";
}
.icon-chevron-with-circle-left:before {
  content: "\e908";
}
.icon-chevron-with-circle-down:before {
  content: "\e909";
}
.icon-chevron-thin-up:before {
  content: "\e90a";
}
.icon-chevron-thin-right:before {
  content: "\e90b";
}
.icon-chevron-thin-left:before {
  content: "\e90c";
}
.icon-chevron-thin-down:before {
  content: "\e90d";
}
.icon-chevron-small-up:before {
  content: "\e90e";
}
.icon-chevron-small-right:before {
  content: "\e90f";
}
.icon-chevron-small-left:before {
  content: "\e910";
}
.icon-chevron-small-down:before {
  content: "\e911";
}
.icon-chevron-right:before {
  content: "\e912";
}
.icon-chevron-left:before {
  content: "\e913";
}
.icon-chevron-down:before {
  content: "\e914";
}
.icon-chevron-up:before {
  content: "\e915";
}
.icon-question-circle-o:before {
  content: "\e904";
}
.icon-question-circle:before {
  content: "\e905";
}
