@charset "UTF-8";

/* FONTS */
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../data/fonts/sourcesanspro-regular-webfont.eot');
    src: url('../data/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../data/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../data/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../data/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProSemiold';
    src: url('../data/fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../data/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../data/fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../data/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../data/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'SourceSansProItalic';
    src: url('../data/fonts/sourcesanspro-italic-webfont.eot');
    src: url('../data/fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../data/fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('../data/fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('../data/fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProBoldItalic';
    src: url('../data/fonts/sourcesanspro-bolditalic-webfont.eot');
    src: url('../data/fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../data/fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('../data/fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
         url('../data/fonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'smsymbolregular';
    src: url('../data/fonts/smsymbol-webfont.eot');
    src: url('../data/fonts/smsymbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../data/fonts/smsymbol-webfont.woff') format('woff'),
         url('../data/fonts/smsymbol-webfont.ttf') format('truetype'),
         url('../data/fonts/smsymbol-webfont.svg#smsymbolregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
            font-family: PalortesAregular;
            src: url('assets/ttf/palotanr-webfont.eot');
            src: url('assets/ttf/palotanr-webfont.eot?#iefix') format('embedded-opentype'),
                 url('assets/ttf/palotanr-webfont.woff') format('woff'),
                 url('assets/ttf/palotanr-webfont.ttf') format('truetype'),
                 url('assets/ttf/palotanr-webfont.svg#palotesaregular') format('svg');
    font-weight: normal;
    font-style: normal;            
}
@font-face{
            font-family: PalortesBregular;
            src: url('assets/ttf/palotbnr-webfont.eot');
            src: url('assets/ttf/palotbnr-webfont.eot?#iefix') format('embedded-opentype'),
                 url('assets/ttf/palotbnr-webfont.woff') format('woff'),
                 url('assets/ttf/palotbnr-webfont.ttf') format('truetype'),
                 url('assets/ttf/palotbnr-webfont.svg#palotesbregular') format('svg');
    font-weight: normal;
    font-style: normal;            
}
/* END FONTS */
