@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?26825208');
  src: url('../fonts/fontello.eot?26825208#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?26825208') format('woff'),
       url('../fonts/fontello.ttf?26825208') format('truetype'),
       url('../fonts/fontello.svg?26825208#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
 
.icon-up-open:before { 
  content: '\e800'; 
}