/* Roboto */
/* Only weights: 100,300,400,500,700,900 */
@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Thin.ttf') format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/font/Roboto/Roboto-Thin.ttf') format("truetype");
}
.font-roboto .font-thin
{
    font-family: Roboto-Thin, sans-serif;
    font-weight: 100;
    font-style: normal;
}
.font-roboto .font-extralight
{
    font-family: Roboto-Thin, sans-serif;
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-ThinItalic.ttf') format("truetype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('/font/Roboto/Roboto-ThinItalic.ttf') format("truetype");
}
.font-roboto .font-thin i,
.font-roboto .font-thin em,
.font-roboto .font-thin .italic
{
    font-family: Roboto-ThinItalic, sans-serif;
    font-weight: 100;
    font-style: italic;
}
.font-roboto .font-extralight i,
.font-roboto .font-extralight em,
.font-roboto .font-extralight .italic
{
    font-family: Roboto-ThinItalic, sans-serif;
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/font/Roboto/Roboto-Light.ttf') format("truetype");
}
.font-roboto .font-light {
    font-family: Roboto-Light, sans-serif;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-LightItalic.ttf') format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('/font/Roboto/Roboto-LightItalic.ttf') format("truetype");
}
.font-roboto .font-light i,
.font-roboto .font-light em,
.font-roboto .font-light .italic
{
    font-family: Roboto-LightItalic, sans-serif;
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/font/Roboto/Roboto-Regular.ttf') format("truetype");
}
.font-roboto,
.font-roboto .font-normal
{
    font-family: Roboto-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-RegularItalic';
    src: url('/font/Roboto/Roboto-Regular.ttf') format("truetype");
}
.font-roboto i,
.font-roboto em,
.font-roboto .italic,
.font-roboto .font-normal i,
.font-roboto .font-normal em,
.font-roboto .font-normal .italic
{
    font-family: Roboto-RegularItalic, sans-serif;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/font/Roboto/Roboto-Medium.ttf') format("truetype");
}
.font-roboto .font-medium
{
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-roboto .font-semibold
{
    font-family: Roboto-Medium, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-MediumItalic.ttf') format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('/font/Roboto/Roboto-MediumItalic.ttf') format("truetype");
}
.font-roboto .font-medium i,
.font-roboto .font-medium em,
.font-roboto .font-medium .italic
{
    font-family: Roboto-MediumItalic, sans-serif;
    font-weight: 500;
    font-style: italic;
}
.font-roboto .font-semibold i,
.font-roboto .font-semibold em,
.font-roboto .font-semibold .italic
{
    font-family: Roboto-MediumItalic, sans-serif;
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/font/Roboto/Roboto-Bold.ttf') format("truetype");
}
.font-roboto .font-bold
{
    font-family: Roboto-Bold, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.font-roboto .font-extrabold
{
    font-family: Roboto-Bold, sans-serif;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-BoldItalic.ttf') format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('/font/Roboto/Roboto-BoldItalic.ttf') format("truetype");
}
.font-roboto .font-semibold i,
.font-roboto .font-semibold em,
.font-roboto .font-semibold .italic
{
    font-family: Roboto-BoldItalic, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.font-roboto .font-extrabold i,
.font-roboto .font-extrabold em,
.font-roboto .font-extrabold .italic
{
    font-family: Roboto-BoldItalic, sans-serif;
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Black.ttf') format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('/font/Roboto/Roboto-Black.ttf') format("truetype");
}
.font-roboto .font-black
{
    font-family: Roboto-Black, sans-serif;
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-BlackItalic.ttf') format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('/font/Roboto/Roboto-BlackItalic.ttf') format("truetype");
}
.font-roboto .font-black i,
.font-roboto .font-black em,
.font-roboto .font-black .italic
{
    font-family: Roboto-BlackItalic, sans-serif;
    font-weight: 900;
    font-style: italic;
}
