/* ==========================================================================
MINIGALLERY
========================================================================== */

.article_page__triple_gallery {
    width: 100%;
    float: left;
    margin: 20px 0;
    position: relative;
    z-index: 10;
}
.article_page__triple_gallery__item {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.article_page__triple_gallery__item:first-child {
    margin-top: 0;
}
.article_page__triple_gallery__item a {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .article_page__triple_gallery {
        width: calc( 100% + 40px );
        margin: 20px 0 30px 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .article_page__triple_gallery__item {
        width: 33.333333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }
    .article_page__triple_gallery__item:nth-child(4n),
    .article_page__triple_gallery__item:first-child {
        padding-left: 0;
        margin-top: 10px;
    }
    .article_page__triple_gallery__item:nth-child(3n) {
        padding-right: 0;
    }
    .article_page__triple_gallery__item:nth-child(2),
    .article_page__triple_gallery__item:nth-child(5n) {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 1500px) {
}

/* ==========================================================================
END MINIGALLERY
========================================================================== */
.footer__menu__link,
.header__menu__link  {
    text-transform: uppercase;
}

.is-active {
    color: #ffffff;
    background: #c34511;
    border: 2px solid #c34511;
}
.items {
    width: 100%;
}

.row-video {
    width: 100%;
}
p iframe {
    width: 100%;
}
/* color link in quote block */
.quote__text a {
    color: blue;
}

.quote__text a:hover {
    color: blue;
}

.wrapper.content > .container:nth-child(2) {
    display: none;
}
