/* All devices */

    /* ATF - Block 1 */

    /* :( */

    /* ATF - Block 2 */

    /* :( */

    /* ATF - Block 3 */

    /* :( */

    /* ATF - Block 4 */

    /* :( */

    /* ATF - Block 5 */

    /* :( */

    /* ATF - Block 6 */

    /* :( */

    /* Elements - Buttons */

    .flexContainer.f-button-w100 .btn {
        width: 100%;
    }

    /* Events - Events Module 1 */
    
    .flexContainer.f-m-events-1 .event-date {
        padding: 5px 0 10px 0;
    }
    /* :( */

/* Desktop */

@media (min-width: 980px) {

    /* ATF - Block 1 */

    .flexContainer.f-m-atf-b1 .mod_article {
        min-height: 380px;
    }
    .flexContainer.f-m-atf-b1 .mod_article .btn {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
    .flexContainer.f-m-atf-b1 .mod_article p {
        margin-bottom: 75px;
    }

    /* ATF - Block 2 */

    .flexContainer:nth-child(3).f-m-atf-b2 {
        counter-reset: flex-counter 0;
    }
    .flexContainer:nth-child(4).f-m-atf-b2 {
        counter-reset: flex-counter 3;
    }
    .flexContainer:nth-child(5).f-m-atf-b2 {
        counter-reset: flex-counter 6;
    }
    .flexContainer.f-m-atf-b2 .mod_article {
        min-height: 450px;
        counter-increment: flex-counter;
    }
    .flexContainer.f-m-atf-b2 .mod_article .btn {
        position: absolute;
        bottom: 20px;
        margin: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .flexContainer.f-m-atf-b2 .mod_article p {
        margin-bottom: 25px;
    }
    .flexContainer.f-m-atf-b2 .mod_article:after {
        content: counter(flex-counter);
        font-family: Proxima-Nova-New;
        font-weight: 500;
        position: absolute;
        font-size: 33vh;
        left: 20px;
        bottom: 67px;
        z-index: -1;
        opacity: .1;
    }

    /* ATF - Block 3 */

    /* :( */

    /* ATF - Block 4 */

    .flexContainer.f-m-atf-b4 .mod_article img {
        float: right;
    }

    /* ATF - Block 5 */

    /* :( */

    /* ATF - Block 6 */

    /* :( */

    /* Elements - Buttons */

    .flexContainer.f-button-w100_d .btn {
        width: 100%;
    }

    /* Events - Events Module 1 */

    /* :( */

}

/* Mobile */

@media (max-width: 979px) {

    /* ATF - Block 1 */

    .flexContainer.f-m-atf-b1 .mod_article {
        margin-bottom: 0 !important;
        padding: 10px;
    }
    .flexContainer.f-m-atf-b1 .mod_article p {
        padding: 0;
    }
    .flexContainer.f-m-atf-b1 .mainContainer .container {
        padding: 0 !important;
    }
    .flexContainer.f-m-atf-b1 .padBg {
        padding: 10px !important;
    }

    /* ATF - Block 2 */

    .flexContainer.f-m-atf-b2 .mod_article {
        padding: 15px;
    }
    .flexContainer.f-m-atf-b2 .mod_article .btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX
    }

    /* ATF - Block 3 */

    .flexContainer.f-m-atf-b3 .mod-contact h3 {
        font-size: 32px;
    }
    .flexContainer.f-m-atf-b3 .mod-contact {
        padding: 0;
    }

    /* ATF - Block 4 */

    .flexContainer.f-m-atf-b4 .mod_article img {
        float: none;
        width: auto !important;
    }
    .flexContainer.f-m-atf-b4 .mod_article {
        padding: 20px;
    }
    .flexContainer.f-m-atf-b4 .mod_article * {
        text-align: center;
        margin: auto;
    }
    .flexContainer.f-m-atf-b4 .article-photo {
        float: none;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .flexContainer.f-m-atf-b4 .article-right {
        float: none;
        padding: 0;
    }

    /* ATF - Block 5 */

    /* :( */

    /* ATF - Block 6 */

    .flexContainer.f-m-atf-b6 .mod_article {
        padding: 15px;
    }

    /* Elements - Buttons */

    .flexContainer.f-button-w100_m .btn {
        width: 100%;
    }

    /* Events - Events Module 1 */

    .flexContainer.f-m-events-1 .event-date {
        padding: 133px 10px 20px 10px;
        width: 100%;
        padding: 5px 0;
    }
    .flexContainer.f-m-events-1 .event-title {
        padding: 133px 10px 20px 10px;
    }
    .flexContainer.f-m-events-1 .select-year,
    .flexContainer.f-m-events-1 .event-category {
        display: block;
        margin-bottom: -50px;
    }
    .flexContainer.f-m-events-1 .events-list {
        margin: 40px 0 0 0;
    }
}
