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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic-webfont.eot');
    src: url('../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-LightItalic-webfont.woff') format('woff'), url('../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'), url('../fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic-webfont.eot');
    src: url('../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff'), url('../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic-webfont.svg#RobotoItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic-webfont.eot');
    src: url('../fonts/Roboto-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BlackItalic-webfont.woff') format('woff'), url('../fonts/Roboto-BlackItalic-webfont.ttf') format('truetype'), url('../fonts/Roboto-BlackItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/sourcecodepro-regular-webfont.eot');
    src: url('../fonts/sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcecodepro-regular-webfont.woff') format('woff'), url('../fonts/sourcecodepro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcecodepro-regular-webfont.svg#sourcecodeproregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/sourcecodepro-bold-webfont.eot');
    src: url('../fonts/sourcecodepro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcecodepro-bold-webfont.woff') format('woff'), url('../fonts/sourcecodepro-bold-webfont.ttf') format('truetype'), url('../fonts/sourcecodepro-bold-webfont.svg#sourcecodeprobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/*.articles, .jscroll-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media screen and (max-width: 530px) {
    .articles, .jscroll-inner {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.articles article, .jscroll-inner article {
    width: calc((100% - (4 - 1) * 4%) / 4);
}

.articles article:nth-of-type(n), .jscroll-inner article:nth-of-type(n) {
    margin-bottom: 25px;
    margin-right: 4%;
}

.articles article:nth-of-type(4n), .jscroll-inner article:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1460px) {
    .articles article, .jscroll-inner article {
        width: calc((100% - (3 - 1) * 2%) / 3);
    }
    .articles article:nth-of-type(n), .jscroll-inner article:nth-of-type(n) {
        margin-bottom: 25px;
        margin-right: 2%;
    }
    .articles article:nth-of-type(3n), .jscroll-inner article:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 775px) and (min-width: 531px) {
    .articles article, .jscroll-inner article {
        width: calc((100% - (2 - 1) * 4%) / 2);
    }
    .articles article:nth-of-type(n), .jscroll-inner article:nth-of-type(n) {
        margin-bottom: 25px;
        margin-right: 4%;
    }
    .articles article:nth-of-type(2n), .jscroll-inner article:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 530px) {
    .articles article, .jscroll-inner article {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }
}

#classic {
    opacity: 0.7;
}*/
