/*Century 751 Bold*/

@font-face {font-family: "CenturyBold";
    src: url("../css/fonts/CenturyBold.ttf") format("truetype");
    src: url("../css/fonts/CenturyBold.eot"),
    url("../css/fonts/CenturyBoldEmbed.eot") format("embedded-opentype"),    
    url("../css/fonts/CenturyBold.woff2") format("woff2"),
    url("../css/fonts/CenturyBold.woff") format("woff"),
   
    font-weight: bold;   
}

/*Century 751 regular*/
/*@font-face {font-family: "Century";
    src: url("../css/fonts/Century.eot");
    src: url("../css/fonts/CenturyEmbed.eot") format("embedded-opentype"),
    url("../css/fonts/Century.ttf") format("truetype"),
    url("../css/fonts/Century.woff2") format("woff2"),
    url("../css/fonts/Century.woff") format("woff"),    
   	font-style: normal;
}*/

/*Century 751 regular*/
@font-face {font-family: "Century";
    src: url("../css/fonts/Century.ttf") format("truetype");
    src: url("../css/fonts/Century.eot"),
    url("../css/fonts/CenturyEmbed.eot") format("embedded-opentype"),   
    url("../css/fonts/Century.woff2") format("woff2"),
    url("../css/fonts/Century.woff") format("woff"),
    url("../css/fonts/Century.svg") format("svg");    
    font-style: normal;
}

/*Century 751 italic*/
@font-face {font-family: "CenturyItalic";
    src: url("../css/fonts/CenturyItalic.ttf") format("truetype");
    src: url("../css/fonts/CenturyItalic.eot"),
    url("../css/fonts/CenturyItalicEmbed.eot.") format("embedded-opentype"),    
    url("../css/fonts/CenturyItalic.eot.woff2") format("woff2"),
    url("../css/fonts/CenturyItalic.eot.woff") format("woff"),       
    font-style: italic;
}

/*Century 751 Semi Bold*/
@font-face {font-family: "CenturySeBd";
    src: url("../css/fonts/CenturySeBd.ttf") format("truetype");
    src: url("../css/fonts/CenturySeBd.eot"),
    url("../css/fonts/CenturySeBdEmbed.eot") format("embedded-opentype"),
    url("../css/fonts/CenturySeBd.woff2") format("woff2"),
    url("../css/fonts/CenturySeBd.woff") format("woff"),   
    font-weight: 300;
}

/*Century 751 Semi Bold italic*/
@font-face {font-family: "CenturySeBdItalic";
    src: url("../css/fonts/CenturySeBdItalic.ttf") format("truetype");
    src:url("../css/fonts/CenturySeBdItalic.eot"),
    url("../css/fonts/CenturySeBdItalicEmbed.eot?") format("embedded-opentype"),    
    url("../css/fonts/CenturySeBdItalic.woff2") format("woff2"),
    url("../css/fonts/CenturySeBdItalic.woff") format("woff"),    
    font-weight: 600;    
}