@font-face {
    font-family:"Lato";
    src:url('../fonts/lato-regular-15.eot');
    src:url('../fonts/lato-regular-15.eot') format('embedded-opentype'),
        url('../fonts/lato-regular-15.woff') format('woff'),
        url('../fonts/lato-regular-15.ttf') format('truetype'),
        url('../fonts/lato-regular-15.svg#roboto-regular') format('svg');
}

@font-face {
    font-family:'Lato_Bold';
    src:url('../fonts/lato-bold-7.eot');
    src:url('../fonts/lato-bold-7.eot') format('embedded-opentype'),
        url('../fonts/lato-bold-7.woff') format('woff'),
        url('../fonts/lato-bold-7.ttf') format('truetype'),
        url('../fonts/lato-bold-7.svg#roboto-light') format('svg');
}
.lato_bold{font-family:'Lato_Bold';}