/* FONTS */
@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/futura-bold.eot');
    src: url('fonts/futura-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-bold.woff') format('woff'),
         url('fonts/futura-bold.ttf') format('truetype'),
         url('fonts/futura-bold.svg#FuturaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/futura-medium.eot');
    src: url('fonts/futura-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-medium.woff') format('woff'),
         url('fonts/futura-medium.ttf') format('truetype'),
         url('fonts/futura-medium.svg#FuturaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}