@font-face {
    font-family: Proxima;
    src: url(/assets/css/proxima/ProximaNova-Reg.ttf);
}

@font-face {
    font-family: ProximaLight;
    src: url(/assets/css/proxima/ProximaNova-Light.ttf);
}

@font-face {
    font-family: ProximaThin;
    src: url(/assets/css/proxima/ProximaNova-Thin.ttf);
}

* {
    outline: none;
    -moz-outline: none;
    -moz-user-focus: ignore;
}

body {
    font-family: 'Proxima', serif;
    padding: 0;
    margin: 0;
    background: #fff;
}

a:focus {
    outline: none;
    border: 0;
}

a {
    outline: none;
    border: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}


/* NAVIGATION */

.nav_hidden {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid #e62d2a;
    display: none;
    z-index: 1000;
}

.nav_language {
    background-color: rgba(110, 110, 110, 0.8);
    right: 50px;
    top: 37px;
    width: 53px;
    height: 37px;
    display: block;
    position: fixed;
    z-index: 1000;
    text-align: center;
    color: #fff;
    padding-top: 16px;
}

.nav_language:hover {
    color: #fff;
    text-decoration: none;
}

.nav_trigger {
    background-color: rgba(230, 45, 42, 0.8);
    right: 120px;
    top: 37px;
    width: 53px;
    height: 53px;
    display: block;
    position: fixed;
    z-index: 1000;
}

.nav_trigger.dark {
}

.settings {
    position: absolute;
    left: 13.5px;
    top: 18px;
    width: 23px;
    height: 17px;
    border: 0;
}

.settings.settings_close {
    left: 13.5px;
    top: 14.5px;
    width: 24px;
    height: 24px;
}


/* VIDEO HOME / WORKS */

#section_home,
#section_works {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home {
    overflow: hidden;
}

#bgvid,
#bgvid_2 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 0;

    display: block;
}

#bgvidteam {
    width: 1440px;
    height: 810px;
}


/* MENU */

.menu {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: fixed;
    z-index: 10;
    display: none;
    top: 77px;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul li {
    float: left;
    border-right: 2px solid #e62d2a;
    border-bottom: 2px solid #e62d2a;
    overflow: hidden;
    position: relative;
}

.menu ul li.last {
    border-right: 0;
}

.menu ul li a {
    display: block;
    font-size: 2.6rem;
    text-decoration: none;
    color: #e62d2a;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'ProximaLight';
    font-weight: lighter;
    position: absolute;
}

.logo {
    height: 53px;
    position: absolute;
    z-index: 1000;
    left: 60px;
    top: 13px;
}

.menu ul li a:hover {
    background-color: #e62d2a;

    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;

    color: #fff;
}


/* CONTENT */

.trans-cont {
    backface-visibility: hidden;
    overflow: hidden;
    padding: 2px;
    transform: skewX(-7deg) rotate(-7deg);
    transform-origin: 110% 50% 0;
}

#content {
    position: absolute;
    width: 100%;
}

.content {
    text-align: center;
    padding-top: 50px;
    background: #fff;
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_inside {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* TEAM */

.team_info {
    position: absolute;
    background: rgba(230, 45, 42, 0.7);

    padding-bottom: 20px;
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;

    bottom: 0;
    left: 20px;
    right: 20px;

    height: 40px;

    text-align: center;

    font-family: "Proxima";
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.job_description {
    display: none;
    font-weight: normal;
    padding-bottom: 4px;
}


/* GRID */

.grid {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.grid ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.grid ul li {
    float: left;
    position: relative;
    padding: 0;
}

.grid ul li h2 {
    color: #fff;
    font-size: 30px;
    left: 19px;
    font-family: "ProximaLight";
    font-weight: lighter;
}

.grid ul li h3,
.grid ul li h4 {
    color: #fff;
    font-size: 18px;
    font-family: "ProximaLight";
    font-weight: normal;
    line-height: normal;
}

.grid ul li h3 {
    bottom: 36px;
}

.grid ul li h4 {
    bottom: 16px;
}


/* ABOUT */

.about.grid ul li {
    background: #e62d2a;
    padding-top: 30px;
    padding-bottom: 20px;
    height: 240px;

    border-right: 1px solid #f6f5f5;
    border-bottom: 1px solid #f6f5f5;

    width: 50%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about.grid ul li.last {
    border-right: 1px solid #e62d2a;
}

.about.grid ul li h4 {
    color: #fff;
    text-align: center;
    font-weight: lighter;

    margin: 0 15px;

    padding: 0;
    padding-bottom: 15px;

    font-size: 25px;
    width: auto;
    left: 0;
}

.about.grid ul li p {
    color: #fff;
    line-height: normal;

    margin-left: 15px;
    margin-right: 15px;

    text-align: center;
}


/* TEAM GRID */

.team.grid ul li {
    width: 33.33%;
}


/* CONTACT */

.contact.grid ul li {
    width: 50%;
    height: 350px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-align: center;
}


/* GENERIC CONTENT */

.inside {
    background: #fff;
    margin-top: 100px;
}

.content h2 {
    font-family: "ProximaThin";
    font-size: 3.375rem;
    margin-bottom: 25px;
    color: #404040;
    font-weight: lighter;
}

.title {
    border: 3px solid #e62d2a;
    padding: 4px;
    margin: 0 auto 25px;
    width: auto;
    display: inline-block;
    height: auto;
}

.title h2 {
    margin-bottom: 0;
    background: #e62d2a;
    color: #fff;
    padding: 15px 10px 10px;
}

.content h2 span {
    color: #e62d2a;
}

.gap {
    height: 25px;
    background: #fff;
}

.gap_no {
    height: 25px;
}

.box_content {
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.box_content p {
    width: 80%;
    margin-left: 10%;
}

p {
    font-family: "ProximaLight";
    font-size: 1.15rem;
    line-height: 2;
    color: #404040;
}

p span {
    color: #e62d2a;
}

.content_p {
    max-width: 50%;
    margin-left: 25%;
}


/* FOOTER */

footer {
    background: #eaeaea;
    height: 60px;
}

footer div.footer {
    width: 70%;
    margin-left: 15%;
}


/* ABOUT COLUMNS */

.about_1 {
    float: left;
    width: 50%;
}

.about_2 {
    float: right;
    width: 50%;
    background-color: #f6f5f5;

    text-align: left;
    padding: 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_2 p {
    margin-left: 0;
    max-width: 100%;
    line-height: 1.2;
}


/* WORKS */

#section_works {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.play_image {
    width: 300px;
}

.section_works {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.85);

    z-index: 1;
}


/* EXTERNAL LOGO */

#LogoExternal {
    width: 50% !important;
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translateY(-50%) translateX(-50%);
}

.logo_partner {
    max-width: 140px;
    margin-right: 10px;
}


/* SOCIAL */

.social {
    display: flex;
    justify-content: center;
    align-content: center;
}

.social img {
    width: 40px;
    margin: 10px;
}


/* DESKTOP */

@media (min-width: 980px) {

}


/* SMALL DESKTOP */

@media (min-width: 980px) and (max-width: 1200px) {

    .grid ul li h2 {
        bottom: 30px;
        font-size: 25px;
    }

    .grid ul li h3 {
        bottom: 16px;
        font-size: 17px;
    }
}


/* TABLET */

@media (min-width: 768px) and (max-width: 979px) {

    .content_p {
        max-width: 80%;
        margin-left: 10%;
    }

    .nav_trigger {
        right: 60px;
    }

    .logo {
        left: 20px;
    }

    .about.grid ul li {
        width: 50%;
        border-bottom: 1px solid #fff;
        border-right: 0;
    }

    .grid ul li h2 {
        font-size: 22px;
    }

    .grid ul li h3 {
        font-size: 17px;
    }

    .nav_language {
        right: 60px;
        top: 105px;
    }
}


/* PHONE */

@media (max-width: 767px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        margin: 0;
        padding: 0;
    }


    /* VIDEO MOBILE */

    #section_home,
    #section_works {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    #bgvid,
    #bgvid_2 {
        position: absolute;

        top: 0;
        left: 0;

        width: 100% !important;
        height: 100% !important;

        max-width: none;

        object-fit: cover;
        object-position: center center;

        transform: none !important;

        display: block;
    }


    /* NAV */

    .nav_language {
        right: 20px;
        top: 105px;
    }

    .nav_trigger {
        right: 20px;
    }

    .logo {
        left: 20px;
    }


    /* MOBILE LOGO */

    .logo_mobile {
        width: 80%;
        margin: 0 auto;

        display: inline-block;

        vertical-align: middle;
        position: absolute;

        bottom: 10%;
        left: 10%;

        display: none !important;
    }


    /* PARTNERS */

    .logo_partner {
        max-width: 90px;
        margin-right: 5px;
    }


    /* TEXT */

    p {
        line-height: normal;
    }

    .content h2 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .content_p {
        font-size: 1rem;
        line-height: 1.5;

        max-width: 80%;
        margin-left: 10%;
    }


    /* MENU */

    .menu ul li a {
        font-size: 1.4rem;
    }


    /* GRID */

    .grid ul li h2 {
        line-height: normal;
        font-size: 17px;
        left: 10px;
        bottom: 37px;
    }

    .grid ul li h3 {
        line-height: normal;
        font-size: 14px;
        left: 10px;
        bottom: 10px;
    }


    /* CONTENT */

    .content {
        padding-top: 25px;
    }


    /* ABOUT */

    .about_1 {
        width: 100%;
    }

    .about_2 {
        width: 100%;
        text-align: left;
        padding: 20px;
    }

    .about.grid ul li {
        width: 100%;
        height: auto;

        border-bottom: 1px solid #fff;
        border-right: 0;
    }


    /* TITLE */

    .title {
        height: 54px;
    }

    .title h2 {
        font-size: 30px;

        padding: 8px 10px 5px;
    }


    /* WORKS */

    .play_image {
        width: 40%;
    }

    #section_works {
        padding-bottom: 30px;
        box-sizing: border-box;
    }


    /* CONTACT */

    .contact.grid ul li {
        width: 100%;
        height: 220px;
    }

    .contact.grid ul li.is-map {
        width: 100%;
        height: auto;
    }

    #map {
        height: 400px !important;
    }


    /* EXTERNAL LOGO */

    #LogoExternal {
        width: 70% !important;
        height: auto;
    }


    /* TEAM */

    .team_info {
        height: 30px;

        padding-top: 0;
        padding-bottom: 0;

        display: inline-flex;
    }

    .team.grid ul li {
        width: 50%;
    }

    .team_name {
        height: 25px;
        margin: auto;
        padding-top: 5px;
    }

    .job_description {
        font-size: 8px;
        line-height: 10px;

        text-align: center;

        height: 30px;
        margin: auto;
    }

    .fix_height {
        height: 5px;
    }


    /* MOBILE SHADOW */

    .mobile_shadow {
        position: absolute;

        top: 0;
        left: 0;

        height: 100%;
        width: 100%;

        z-index: 9;
        cursor: pointer;
    }
}


@-moz-document url-prefix() {

}
