@font-face {
  font-family: 'theme_icons';
  src:  url('../icons/theme_icons.eot?xf88t');
  src:  url('../icons/theme_icons.eot?xf88t#iefix') format('embedded-opentype'),
    url('../icons/theme_icons.ttf?xf88t') format('truetype'),
    url('../icons/theme_icons.woff?xf88t') format('woff'),
    url('../icons/theme_icons.svg?xf88t#theme_icons') 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: 'theme_icons' !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-thin-arrow-left:before {
  content: "\e902";
}
.icon-thin-arrow-up:before {
  content: "\e906";
}
.icon-thin-arrow-right:before {
  content: "\e907";
}
.icon-expand:before {
  content: "\e904";
}
.icon-thin-point-right:before {
  content: "\e903";
}
.icon-thin-point-down:before {
  content: "\e908";
}
.icon-thin-point-up:before {
  content: "\e909";
}
.icon-thin-point-left:before {
  content: "\e90a";
}
.icon-thin-arrow-down:before {
  content: "\e905";
}
.icon-mag-glass:before {
  content: "\e603";
}
.icon-close:before {
  content: "\e900";
}
.icon-navicon:before {
  content: "\e901";
}
