@font-face {
  font-family: 'LKB';
  src:  url('Fonts/LKB.eot');
  src:  url('Fonts/LKB.eot') format('embedded-opentype'),
    url('Fonts/LKB.ttf') format('truetype'),
    url('Fonts/LKB.woff') format('woff'),
    url('Fonts/LKB.svg') 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: 'LKB' !important;
  speak: none;
  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;
}

[class^="icon-"] span, [class*=" icon-"] span {
font-size: 14px !important;
font-family: "Frutiger LT W02_55 Roman", Verdana, Sans-Serif;
}

.btn {
font-size: 16px
}

.icon-ArrowLeft:before {
  content: "\e900";
}
.icon-ArrowRight:before {
  content: "\e901";
}
.icon-Close:before {
  content: "\e902";
}
.icon-Hamburger:before {
  content: "\e903";
  font-size: 12px;
}
.icon-Ok:before {
  content: "\e904";
}
.icon-Search:before {
  
  content: "\e905";
}
.icon-Plus:before {
  content: "\e906";
}
.icon-Minus:before {
  content: "\e907";
}


