@charset "utf-8";
@font-face
{
    font-family: PTSans;
    src: local('?'), 
        url("../fonts/PTSans.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/PTSans-Regular.woff") format("woff"),
        url("../fonts/PTSans-Regular.ttf") format("truetype"), 
        url("../fonts/PTSans-Regular.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}
@font-face
{
    font-family: PTSans;
    src: local('?'), 
        url("../fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/PTSans-Bold.woff") format("woff"),
        url("../fonts/PTSans-Bold.ttf") format("truetype"), 
        url("../fonts/PTSans-Bold.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}
@font-face
{
    font-family: PTSansN;
    src: local('?'), 
        url("../fonts/PTSans-Narrow.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/PTSans-Narrow.woff") format("woff"),
        url("../fonts/PTSans-Narrow.ttf") format("truetype"), 
        url("../fonts/PTSans-Narrow.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}
@font-face
{
    font-family: PTSansN;
    src: local('?'), 
        url("../fonts/PTSans-Narrow-Bold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/PTSans-Narrow-Bold.woff") format("woff"),
        url("../fonts/PTSans-Narrow-Bold.ttf") format("truetype"), 
        url("../fonts/PTSans-Narrow-Bold.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}
@font-face
{
    font-family: 'Glyphicons Halflings';
    src: local('?'), 
        url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), 
        url("../fonts/glyphicons-halflings-regular.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}