@font-face {
    font-family: 'Pathfinder';
    src: url('pathfinder.woff2') format('woff2'),
         url('pathfinder.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?dygdxs');
  src:  url('icomoon.eot?dygdxs#iefix') format('embedded-opentype'),
    url('icomoon.ttf?dygdxs') format('truetype'),
    url('icomoon.woff?dygdxs') format('woff'),
    url('icomoon.svg?dygdxs#icomoon') 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: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 100%;
  position: relative;
  top: 1px;
}

.icon-next:after {
  content: "\e900";
}
.icon-back:before {
  content: "\e901";
}
.icon-icon-ltk-2:after {
  content: "\e902";
}