@font-face {
  font-family: 'Frutiger Next LT W1G';
  src: url('assets/fonts/frutiger/frutigernextltw1g-regular.eot');
  src: url('assets/fonts/frutiger/frutigernextltw1g-regular.eot?#iefix')
      format('embedded-opentype'),
    url('assets/fonts/frutiger/frutigernextltw1g-regular.woff2') format('woff2'),
    url('assets/fonts/frutiger/frutigernextltw1g-regular.woff') format('woff'),
    url('assets/fonts/frutiger/frutigernextltw1g-regular.ttf') format('truetype'),
    url('assets/fonts/frutiger/frutigernextltw1g-regular.svg#frutiger-regular') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Next Light';
  src: url('assets/fonts/frutiger/frutigernextltw1g-light.eot');
  src: url('assets/fonts/frutiger/frutigernextltw1g-light.eot?#iefix')
      format('embedded-opentype'),
    url('assets/fonts/frutiger/frutigernextltw1g-light.woff2') format('woff2'),
    url('assets/fonts/frutiger/frutigernextltw1g-light.woff') format('woff'),
    url('assets/fonts/frutiger/frutigernextltw1g-light.ttf') format('truetype'),
    url('assets/fonts/frutiger/frutigernextltw1g-light.svg#frutiger-light') format('svg');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger Next Heavy';
  src: url('assets/fonts/frutiger/FrutigerNextLT-Heavy.eot');
  src: url('assets/fonts/frutiger/FrutigerNextLT-Heavy.eot?#iefix')
      format('embedded-opentype'),
    url('assets/fonts/frutiger/FrutigerNextLT-Heavy.woff2') format('woff2'),
    url('assets/fonts/frutiger/FrutigerNextLT-Heavy.woff') format('woff'),
    url('assets/fonts/frutiger/FrutigerNextLT-Heavy.ttf') format('truetype'),
    url('assets/fonts/frutiger/FrutigerNextLT-Heavy.svg#frutiger-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger Next Bold';
  src: url('assets/fonts/frutiger/FrutigerNext-Bd.eot');
  src: url('assets/fonts/frutiger/FrutigerNext-Bd.eot?#iefix')
      format('embedded-opentype'),
    url('assets/fonts/frutiger/FrutigerNext-Bd.woff2') format('woff2'),
    url('assets/fonts/frutiger/FrutigerNext-Bd.woff') format('woff'),
    url('assets/fonts/frutiger/FrutigerNext-Bd.ttf') format('truetype'),
    url('assets/fonts/frutiger/FrutigerNext-Bd.svg#frutiger-Bd') format('svg');
  font-weight: 700;
  font-style: normal;
}

select{background-image: url('assets/images/arrow-down.png')!important}