/**
customfont Webfont
*/
@font-face {
  font-family: 'customfont';
  src: url('customfont.eot?1773898954223');
  src: url('customfont.eot?#iefix-1773898954223') format('embedded-opentype'),
  url('customfont.woff2?1773898954223') format('woff2'),
  url('customfont.woff?1773898954223') format('woff'),
  url('customfont.ttf?1773898954223') format('truetype');
  font-weight: normal;
  font-style: normal;
}


[class^='ic-'],
[class*=' ic-'] {
  display: inline-block;
  font-family: 'customfont';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  /*vertical-align: middle;*/
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
Glyphs list
*/

.ic-arrow-down:before {
content: '\ea01';
}
