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

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-cheveron-down:before {
    content: "\e900";
}

.icon-cheveron-left:before {
    content: "\e901";
}

.icon-cheveron-right:before {
    content: "\e902";
}

.icon-cheveron-up:before {
    content: "\e903";
}
