/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'TradeGothic LT';
    src: url('fonts/TradeGothicW01-Light.eot');
    src: url('fonts/TradeGothicW01-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothicW01-Light.woff') format('woff'),
         url('fonts/TradeGothicW01-Light.ttf')  format('truetype'),
         url('fonts/TradeGothicW01-Light.svg#TradeGothicW01-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('fonts/TradeGothicLTStd.eot');
    src: url('fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothicLTStd.woff') format('woff'),
         url('fonts/TradeGothicLTStd.ttf') format('truetype'),
         url('fonts/TradeGothicLTStd.svg#TradeGothicLTStd') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('fonts/tradegothic-bold-webfont.eot');
    src: url('fonts/tradegothic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothic-bold-webfont.woff') format('woff'),
         url('fonts/tradegothic-bold-webfont.ttf') format('truetype'),
         url('fonts/tradegothic-bold-webfont.svg#tradegothicregular') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon BTPro';
    src: url('fonts/ClarendonBTPro-Light.eot');
    src: url('fonts/ClarendonBTPro-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClarendonBTPro-Light.woff') format('woff'),
         url('fonts/ClarendonBTPro-Light.ttf')  format('truetype'),
         url('fonts/ClarendonBTPro-Light.svg#ClarendonBTPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon BTPro';
    src: url('fonts/ClarendonBTPro-Roman.eot');
    src: url('fonts/ClarendonBTPro-Roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClarendonBTPro-Roman.woff') format('woff'),
         url('fonts/ClarendonBTPro-Roman.ttf')  format('truetype'),
         url('fonts/ClarendonBTPro-Roman.svg#ClarendonBTPro-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon BTPro';
    src: url('fonts/ClarendonBTPro-Bold.eot');
    src: url('fonts/ClarendonBTPro-Bold.eot?#iefix') format('embedded-opentype'), 
         url('fonts/ClarendonBTPro-Bold.woff') format('woff'),
         url('fonts/ClarendonBTPro-Bold.ttf')  format('truetype'),
         url('fonts/ClarendonBTPro-Bold.svg#ClarendonBTPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio: 2 ){
   
}