h1 {
    padding: 1.5em 1em 0.25em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1.5em;
}


.display-article.article2 {
    padding: 0 5px;
}


.display-article.article2 li {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    width: calc(100%/4);
    opacity: 0;
}

.display-article.article2 li.active {
    opacity: 1;
}


.display-article.article2 .cover {
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.display-article.article2 .cover > div {
    height: 100%;
}


.display-article.article2 .content {
    text-align: left;
}


.display-article.article2 .header {
    font-size: 0.75rem;
    color: var(--text-secondary-color);
    margin: 10px 0 5px;
}

.display-article.article2 .right {
    float: right;
}

.display-article.article2 .header i {
    width: 12px;
    vertical-align: -6px;
    margin-bottom: -6px;
    margin-left: 3px;
}


.display-article.article2 .title {
    font-weight: bold;
    height: 54px;
    padding: 2px 0;
    margin: 5px 0;
    line-height: 1.1;
}


.display-article.article2 li:hover .cover > div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.filters li {
    padding: 0;
}


.article-load {
    font-size: 0;
    padding: 0 5px;
}


.empty-articles {
    color: var(--text-secondary-color);
    font-size: 1rem;
    font-style: italic;
    padding: 2em 1em;
}


.article-categories {
    top: 0;
    z-index: 1;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    -ms-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}


.article-categories {
    max-width: var(--page-size-l);
}


.featured {
    max-width: var(--page-size-xl);
    margin: 75px auto;
    padding: 0;
}

.featured .display-article.article2 li {
    width: calc(100%/3);
}

.featured .display-article.article2 .cover {
    height: 200px;
}


.display-article.article2 li.wide {
    width: calc(100%/2);
}


.contacts {
    font-size: 0.9em;
    margin-top: 100px;
    margin-bottom: -50px;
}

.contacts > b {
    display: block;
    padding: 0.75em;
}

.contacts a {
    text-wrap: nowrap;
}

.contacts p {
    font-size: 0.9em;
    color: var(--text-secondary-color);
    padding: 0.5em;
}

.contacts > i {
    vertical-align: baseline;
    opacity: 0.5;
}



@media only screen and (max-width: 1000px) {

    .display-article.article2 li {
        width: calc(100%/3);
    }

    .display-article.article2 li.wide {
        width: calc(100%/1.5);
    }

}


@media only screen and (max-width: 800px) {

    .display-article.article2 li {
        width: calc(100%/2);
    }

    .display-article.article2 li.wide {
        width: 100%;
    }

}


@media only screen and (max-width: 350px) {

    .display-article.article2 li {
        width: 100%;
    }

}


@media only screen and (min-width: 600px) {

    .article-scroll .article-categories {
        position: fixed;
        background-color: var(--background-secondary-color);
        border-radius: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        top: 50px;
        width: 100%;
        max-width: unset;
    }

    body.suggested-language-active .article-scroll .article-categories {
        top: 130px;
    }

    .article-scroll .header {
        margin-top: 50px;
    }

}
