@charset "utf-8";

/* font-face Styles
---------------------------------*/

@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face{
    font-family: 'standardRegular';
    src:url('../fonts/stan0755-webfont.eot');
    src:url('../fonts/stan0755-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/stan0755-webfont.woff') format('woff'),
        url('../fonts/stan0755-webfont.ttf') format('truetype'),
        url('../fonts/stan0755-webfont.svg#standard0755Regular') format('svg');
    font-weight:normal;
    font-style:normal;
    }
    
@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regularitalic-webfont.eot');
    src: url('../fonts/oswald-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regularitalic-webfont.woff') format('woff'),
         url('../fonts/oswald-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regularitalic-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswalddemi-bold';
    src: url('../fonts/oswald-demi-bolditalic-webfont.eot');
    src: url('../fonts/oswald-demi-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-demi-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/oswald-demi-bolditalic-webfont.woff') format('woff'),
         url('../fonts/oswald-demi-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/oswald-demi-bolditalic-webfont.svg#oswalddemi-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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