@charset "utf-8";
/*@font-face {
  font-family: 'Cheltenham';
  src: url('../fonts/CheltenhamITCPro-Bold.otf') format('otf');
}

@font-face {
    font-family: "Cheltenham";
    src: url("../fonts/cheltenhamitcpro-bold.otf") format("otf");
    src: url("../fonts/cheltenhamitcpro-bold.svg") format("svg");
    src: url("../fonts/cheltenhamitcpro-bold.ttf") format("truetype");
    src: url("../fonts/cheltenhamitcpro-bold.eot") format("eot");
    src: url("../fonts/cheltenhamitcpro-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/

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