﻿.simple-content.top-section .block {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 4em;
}

    .simple-content.top-section .block.padding-top {
        padding-top: 16.6em;
    }

.simple-content .block {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.simple-content h1 {
    font-family: roboto-light;
    text-transform: uppercase;
    font-size: 5.6em;
    padding-right: 26px;
    color: #222626;
    margin-bottom: 0px;
}

    .simple-content h1 strong,
    .simple-content h2 strong,
    .simple-content h1 b,
    .simple-content h2 b {
        font-family: roboto-bold;
    }

.simple-content p {
    font-size: 1.6em;
    color: #222626;
    line-height: 1.7;
}

.simple-content .img {
    text-align: right;
}

.simple-content h1, .simple-content h2 {
    font-size: 5.6em;
    line-height: 70px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: -11px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    font-family: roboto-light;
    visibility: hidden;
}

.simple-content a {
    background-color: #000000;
    color: white;
    padding: 18px 32px;
    border-radius: 6px;
    font-size: 1.4em;
    margin-top: 8px;
    display: inline-block;
}

    .simple-content a:hover {
        background-color: #1f1f1f;
    }

h1 span.word .holder, h2 span.word .holder {
    display: inline-block;
    vertical-align: top;
}

h1 span.word, h2 span.word {
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.img-uncover img {
    transform: scale(1.2);
    transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-uncover.show img {
    transform: scale(1);
}

.img-uncover {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .img-uncover img {
        transform: scale(1.2);
        transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .img-uncover.grey:after {
        background: #ededed;
    }

    .img-uncover.show:after {
        transform: translateX(-100%);
    }

    .img-uncover:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 110%;
        height: 110%;
        background: #ffffff;
        transition: transform 1s cubic-bezier(0.77, 0.15, 0, 0.99);
        z-index: 4;
    }

    .img-uncover.show:hover img {
        transition-delay: 0s;
        transform: scale(1.02);
    }

.simple-content img, .simple-content object {
    max-width: 100%;
    width: auto;
    vertical-align: top;
    pointer-events: none;
}

.simple-content.about-1 {
    background-color: #f5f5f5;
    padding: 10.1em 0;
}

.simple-content.about-2 {
    background-color: #f5f5f5;
    padding: 7em 0;
}

.simple-content.about-1 {
    padding-bottom: 0em;
}

    .simple-content.about-1 .left .img-uncover {
        margin-bottom: 7em;
    }

    .simple-content.about-1 .right .img-uncover {
        margin-bottom: 5em;
    }

.simple-content.about-2 .right .img-uncover {
    margin-bottom: 7em;
}

.simple-content.about-2 .left .img-uncover {
    margin-bottom: 5em;
}


/* video */
.video-section {
    padding: 2em 0px 4em 0px;
}

    .video-section .title-ctx {
        text-align-last: center;
        margin-bottom: 3em;
    }

        .video-section .title-ctx h2 {
            text-align: center;
            font-size: 3em;
            margin-bottom: 2px;
        }

            .video-section .title-ctx h2 > span {
                color: #8EC62F;
            }

        .video-section .title-ctx span.short-brief {
            font-size: 1.2em;
        }

    .video-section .vid-brief {
        font-size: 1.4em;
        line-height: 1.7em;
    }

    .video-section .col-brief {
        padding: 0;
    }
/* video */

/*new*/
.simple-content .brief {
    font-weight: bold;
    font-size: 1.9em;
}

.simple-content .sub-title {
    font-size: 3.5em;
    text-transform: uppercase;
}

.simple-content .center {
    text-align: center;
}

.simple-content .above-images-caption {
    width: 85%;
    margin: 0 auto 40px;
    height: 60px;
    text-align: left;
    padding: 8px 20px;
    border-radius: 6px;
    background: #eeeeee;
    display: table;
    position: relative;
}

    .simple-content .above-images-caption .triangle {
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: -10px;
        border-color: #eee transparent transparent transparent;
        border-style: solid;
        border-width: 12px 17px 0 17px;
    }

    .simple-content .above-images-caption p {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.8em;
    }

section.hr {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 3em;
    padding-bottom: 3em;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-mb-2 {
    margin: 2em 0;
}

@media (min-width: 992px) {
    .col-md-3.force-5-cols {
        width: 20% !important;
    }
}
/*new*/

@media(max-width:768px) {
    .simple-content .img {
        text-align: center;
        width: 100%;
    }
}
