@charset "UTF-8";

@font-face {
    font-family: 'ProximaNovaRgRegular';
    src: url('/global/css/font_files/ProximaNova-Reg-webfont.eot');
    src: url('/global/css/font_files/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/css/font_files/ProximaNova-Reg-webfont.woff') format('woff'),
         url('/global/css/font_files/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('/global/css/font_files/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaSemiBold';
    src: url('/global/css/font_files/ProximaNova-Sbold-webfont.eot');
    src: url('/global/css/font_files/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/css/font_files/ProximaNova-Sbold-webfont.woff') format('woff'),
         url('/global/css/font_files/ProximaNova-Sbold-webfont.ttf') format('truetype'),
         url('/global/css/font_files/ProximaNova-Sbold-webfont.svg#ProximaNovaSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaRgBold';
    src: url('/global/css/font_files/ProximaNova-Bold-webfont.eot');
    src: url('/global/css/font_files/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/css/font_files/ProximaNova-Bold-webfont.woff') format('woff'),
         url('/global/css/font_files/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('/global/css/font_files/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaLtLight';
    src: url('/global/css/font_files/ProximaNova-Light-webfont.eot');
    src: url('/global/css/font_files/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/css/font_files/ProximaNova-Light-webfont.woff') format('woff'),
         url('/global/css/font_files/ProximaNova-Light-webfont.ttf') format('truetype'),
         url('/global/css/font_files/ProximaNova-Light-webfont.svg#ProximaNovaLtLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
 @font-face {
  font-family: 'fontello';
  src: url('/global/css/font_files/fontello/fontello.eot?20971624');
  src: url('/global/css/font_files/fontello/fontello.eot?20971624#iefix') format('embedded-opentype'),
       url('/global/css/font_files/fontello/fontello.woff?20971624') format('woff'),
       url('/global/css/font_files/fontello/fontello.ttf?20971624') format('truetype'),
       url('/global/css/font_files/fontello/fontello.svg?20971624#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20971624#fontello') format('svg');
  }
}
*/