@font-face {
  font-family: 'icons';
  src: url("font/icons.eot");
  src: url("font/icons.eot?#iefix") format('embedded-opentype'), url("font/icons.woff") format('woff'), url("font/icons.ttf") format('truetype'), url("font/icons.svg#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  line-height: 1em;
}

.icon-info:before { content: '\62'; } /* 'b' */
.icon-sun-inv:before { content: '\61'; } /* 'a' */
.icon-book-open:before { content: '\63'; } /* 'c' */
.icon-arrow-combo:before { content: '\64'; } /* 'd' */