 /*Custom fonts*/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/helveticaneue.woff2') format('woff2'),
         url('../../fonts/helveticaneue.woff') format('woff'),
          url('../../fonts/helveticaneue.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/helveticaneue_medium.woff2') format('woff2'),
         url('../../fonts/helveticaneue_medium.woff') format('woff'),
          url('../../fonts/helveticaneue_medium.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/helvetica_neu_bold-webfont.woff') format('woff'),
        url('../../fonts/helvetica_neu_bold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/helveticaneue_thin.woff2') format('woff2'),
         url('../../fonts/helveticaneue_thin.woff') format('woff'),
          url('../../fonts/helveticaneue_thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/HelveticaNeueLt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}


@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/Avenir-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../fonts/Avenir-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('../../fonts/avenir-light-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;    
}



@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/Avenir-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../fonts/Avenir-Heavy.woff') format('woff'), /* Pretty Modern Browsers */
        url('../../fonts/Avenir-Heavy.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.top-header .text-white {
    color: #000 !important;
  }