@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
input,
textarea {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

li,
ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

legend {
    color: #000;
}

a,
img,
input,
select,
textarea {
    outline: 0;
}

textarea {
    overflow: auto;
}

input[type="checkbox"],
input[type="submit"] {
    cursor: pointer;
}

input[type="submit"] {
    background: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
    text-size-adjust: none;
}

input[type="submit"],
input[type="tel"],
input[type="text"] {
    appearance: none;
    border-radius: 0;
}

.display-none {
    display: none !important;
}

.clear {
    clear: both;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

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

.text-align-justify {
    text-align: justify;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.opacityie8 {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
    zoom: 1;
}

.user-select-none {
    user-select: none;
}

.about,
.contact,
.home,
.lab,
.mentions,
.page,
.page404,
.work,
.works,
.gear {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 90px;
}

.pagemobile {
    width: 100%;
}

/*-- 404 --*/

.page404 {
    height: 100%;
}

.page404-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.page404-content {
    position: absolute;
    width: 600px;
    height: 250px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page404-content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #171717;
    opacity: 1;
    content: "";
}

.page404-title {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
    font-size: 64px;
    font-family: avenirprobold;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 30px 30px;
}

.page404-title:after {
    display: inline-block;
    animation: dotty steps(1, end) 1s infinite;
    content: "";
}

@keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

.page404-txt {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
    font-size: 14px;
    font-family: avenirproregular;
    line-height: 24px;
    color: #fff;
    text-align-last: left;
    margin: 0 0 50px 30px;
}

.page404-bt {
    position: relative;
    font-size: 28px;
    font-family: avenirprobold;
    color: #fff;
    z-index: 1;
    margin: 60px 0 0 30px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page404-bt:hover {
    color: #ddc192;
    border-color: #ddc192;
}

/*-- TAPE BANNER --*/

.banner {
    width: 100%;

    position: relative;
    overflow: hidden;
    background: #fff;
    background-image: repeating-linear-gradient(-55deg, #000, #000 20px, #ddc192 20px, #ddc192 40px);
}

.banner .scroll {
    display: flex;
    width: fit-content;
    animation: loop 30s linear infinite;
    margin: 15px;
}

@keyframes loop {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.item {
    align-items: center;
    color: #fff;
    background-color: #ddc192;
    font-size: 20px;
    letter-spacing: 0.52em;
    text-transform: uppercase;
    padding: 5px 20px;
    white-space: nowrap;
    font-family: avenirprobold;
}

/*-- MENTIONS --*/

.mentions-content {
    width: 600px;
    color: #fff;
    margin: 80px auto 0;
    font-family: avenirproregular;
    font-size: 16px;
    line-height: 20px;
}

.mentions-content-item {
    width: 600px;
    margin: 0 0 50px;
}

.mentions-content-title {
    font-size: 24px;
    font-family: avenirprobold;
    letter-spacing: 0.1em;
}

.mentions-content-txt {
    margin-top: 20px;
}

/*-- CONTACT --*/

.contact {
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    white-space: nowrap;
}

.contact .footer-mentions {
    margin-top: 20px;
}

.contact-spacer {
    height: 120px;
}

.contact-info {
    display: inline-block;
    vertical-align: middle;
    width: 480px;
    font-family: avenirprobold;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.contact-info-email {
    position: relative;
    display: block;
    color: #ddc192;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}

.contact-info-email:hover .contact-info-email-hover {
    top: 0;
}

.contact-info-email:before {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #171717;
    left: 50px;
    top: 30px;
    font-family: avenirprobold;
    font-size: 20px;
    text-transform: uppercase;
    content: attr(data-after);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-info-email:hover:before {
    top: 0;
}

.contact-info-email-hover {
    position: absolute;
    width: 50px;
    height: 30px;
    background-color: #171717;
    left: 0;
    top: -30px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-info-email-hover:after {
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #ddc192;
    left: 0;
    top: 15px;
    opacity: 0.15;
    content: "";
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.contact-info-rss {
    width: 375px;
    margin-top: 40px;
    border-top: 1px solid #3a3a3a;
}

.contact-info-rs {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    height: 16px;
    width: 35px;
    text-align: center;
    margin-top: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-info-rs:hover {
    color: #ddc192;
}

.contact-form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 480px;
    height: 600px;
    background-color: #232323;
}

.contact-form:after {
    position: absolute;
    width: 1px;
    height: 40px;
    left: 50%;
    bottom: -60px;
    background-color: #3a3a3a;
    content: "";
}

.contact-form-spacer {
    height: 40px;
}

.contact-form-hide {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #232323;
    z-index: 9;
    top: 0;
    left: 0;
}

.contact-form-input {
    display: block;
    width: 348px;
    height: 48px;
    background-color: #171717;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    border: 1px solid transparent;
}

.contact-form-input-small {
    display: inline-block;
    vertical-align: top;
    width: 143px;
    height: 48px;
    background-color: #171717;
    margin: 10px 0 0 40px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    border: 1px solid transparent;
}

.contact-form-input-small[name="tel"] {
    margin: 10px 0 0 10px;
}

.contact-form-input[name="subject"] {
    margin-top: 30px;
}

.contact-form-area {
    display: block;
    width: 348px;
    height: 136px;
    background-color: #171717;
    margin: 10px auto 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 25px;
    resize: none;
    border: 1px solid transparent;
}

.contact-form-captcha {
    position: relative;
    width: 302px;
    height: 76px;
    margin: 20px auto 0;
}

.contact-form-bt {
    position: relative;
    display: block;
    width: 218px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 20px auto 0;
    font-family: avenirproregular;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.contact-form-bt:hover {
    border-color: #ddc192;
    font-size: 18px;
    color: #ddc192;
}

.warning {
    border: 1px solid #dd9492;
}

.contact-loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    font-family: avenirproregular;
    color: #d2d2d3;
    text-align: center;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.contact-confirmation {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    font-family: avenirproregular;
    color: #fff;
    text-align: center;
    z-index: 10;
    transform: translate(-50%, -50%);
    line-height: 30px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-confirmation a {
    display: block;
    text-decoration: none;
    color: #ddc192;
}

.contact-confirmation a:hover {
    color: #d2d2d3;
}

@media (max-height: 900px) {
    .contact-spacer {
        height: 80px;
    }
}

@media (max-height: 700px) {
    .contact-spacer {
        height: 0;
    }

    .contact .footer-mentions {
        top: -50px;
    }
}

@media (max-width: 960px) {
    .contact-spacer {
        height: 60px;
    }

    .contact-info {
        display: block;
        margin: 0 auto;
    }

    .contact-form {
        display: block;
        margin: 50px auto 0;
    }
}

/*-- ABOUT --*/

.about-description {
    position: relative;
    min-height: 745px;
}

.about-logo {
    position: absolute;
    width: 343px;
    height: 89px;
    z-index: 1;
    top: 230px;
    left: 50%;
    transform: translate(-50%, 0);
}

.about-logo-icon {
    width: 100%;
    color: #fff;
    fill: #949393;
}

.about-logo-bg {
    position: relative;
    display: block;
    width: 311px;
    height: 311px;
    left: 50%;
    top: 90px;
    z-index: 0;
    transform: translate(-50%, 0);
}

.about-description-txt {
    position: relative;
    width: 700px;
    z-index: 1;
    color: #fff;
    font-family: avenirproregular;
    font-size: 14px;
    line-height: 24px;
    left: 50%;
    text-align: center;
    margin-top: 120px;
    transform: translate(-50%, 0);
}

.about-columns {
    position: relative;
    width: 700px;
    margin-bottom: 158px;
    margin-top: 60px;
    z-index: 1;
    color: #fff;
    font-family: avenirproregular;
    top: 0;
    left: 50%;
    white-space: nowrap;
    font-size: 0;
    transform: translate(-50%, 0);
}

.about-columns:after {
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #ddc192;
    bottom: -80px;
    left: 50%;
    content: "";
    transform: translate(-50%, 0);
}

.about-column {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    text-align: center;
}

.about-column-label {
    font-family: avenirprobold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-column-datas {
    margin-top: 20px;
}

.about-column-data {
    line-height: 24px;
}

/*-- TEAM --*/

.about-team {
    position: relative;
    width: 100%;
    margin-bottom: 38px;
}

.about-team:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3a3a3a;
    left: 0;
    top: 159px;
    content: "";
    z-index: 0;
}

.about-team-title {
    height: 45px;
    line-height: 45px;
    font-family: avenirprobold;
    font-size: 60px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.about-team-names {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 0;
    white-space: normal;
    color: #fff;
    left: 50%;
    letter-spacing: 0.05em;
    margin-top: 80px;
    z-index: 10;
    transform: translate(-50%, 0);
}

.about-team-name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 125px;
    height: 13px;
    margin: 0 30px;
    font-size: 14px;
    font-family: avenirproregular;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-team-name-selected,
.about-team-name:hover {
    color: #ddc192;
}

.about-team-name-selected:after,
.about-team-name:hover:after {
    background-color: #ddc192;
    top: 33px;
}

.about-team-name:after {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    left: 50%;
    top: 28px;
    content: "";
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate(-50%, 0);
}

.about-team-name-selected:after {
    background-color: #ddc192;
    top: 33px;
}

.about-team-blocks {
    position: relative;
    width: 100%;
    max-width: 1365px;
    font-size: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.about-team-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(32% - 40px);
    margin: 2% 20px;
    filter: grayscale(100%);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-team-block-selected {
    width: calc(32% - 40px);
    filter: grayscale(0);
    transform: translate3d(0, 0, 0);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-team-block-selected .about-team-block-img {
    transform: scale(1.1, 1.1);
}

.about-team-block-selected .about-team-block-firstname {
    opacity: 1;
    bottom: 86px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-team-block-selected .about-team-block-lastname {
    opacity: 1;
    bottom: 60px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.about-team-block-selected .about-team-block-info {
    opacity: 1;
    bottom: -30px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.about-team-block-selected .about-team-block-info:before {
    top: -20px;
    height: 40px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.about-team-block-selected .about-team-block-info:after {
    top: 65px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.about-team-block-selected .about-team-block-info .about-team-block-label,
.about-team-block-selected .about-team-block-info .about-team-block-title {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.about-team-block-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-team-block-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-team-block-firstname {
    position: absolute;
    height: 28px;
    line-height: 28px;
    font-family: avenirprobold;
    font-size: 36px;
    color: #fff;
    bottom: 126px;
    left: 15%;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0;

}

.about-team-block-lastname {
    position: absolute;
    height: 16px;
    line-height: 16px;
    font-family: avenirproregular;
    font-size: 22px;
    color: #fff;
    bottom: 50px;
    left: 7%;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    opacity: 0;
}

.about-team-block-info {
    position: absolute;
    width: 70%;
    height: 60px;
    bottom: 0;
    left: 50%;
    background-color: #232323;
    z-index: 1;
    font-size: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, 0);
}

.about-team-block-info:before {
    position: absolute;
    width: 1px;
    height: 0;
    top: 20px;
    left: 50%;
    background-color: #fff;
    opacity: 0.15;
    content: "";
}

.about-team-block-info:after {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 35px;
    left: 0;
    background-color: #ddc192;
    content: "";
}

.about-team-block-title {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    line-height: 60px;
    font-family: avenirproregular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0;
}

.about-team-block-label {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    line-height: 20px;
    font-family: avenirproregular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0;
}

/*-- CLIENTS --*/

.about-clients {
    position: relative;
    display: inline-block;
    max-width: 1200px;
    min-height: 300px;
    left: 50%;
    margin-top: 120px;
    margin-bottom: 60px;
    font-size: 0;
    transform: translate(-50%, 0);
}

.about-clients-title {
    position: relative;
    display: block;
    height: 60px;
    margin-bottom: 80px;

    background-color: #171717;
    color: #fff;

    font-family: avenirprobold;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.1em;

    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.about-clients-title:before {
    top: 60px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #171717;
    font-family: avenirprobold;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    align-content: center;
    content: attr(data-after);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-clients-title:hover:before {
    top: 0;
    color: #ddc192;
}

.about-client {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 130px;
    left: 0;
    top: 0;
    margin: 0 35px 60px;
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-client:hover {
    opacity: 1;
}

.about-client:after {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #3a3a3a;
    bottom: 0;
    left: 50%;
    content: "";
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(-50%, 0);
}

.about-client:hover:after {
    background-color: #ddc192;
    width: 100px;
}

@media (max-width: 1200px) {
    .about-client {
        max-width: 960px;
    }
}

/*-- PARTNERS --*/

.about-partners {
    position: relative;
    margin-top: 60px;
}

.about-partners-title {
    position: relative;
    display: block;
    height: 60px;
    margin-bottom: 80px;

    background-color: #171717;
    color: #fff;

    font-family: avenirprobold;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.1em;

    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.about-partners-title:before {
    top: 60px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #171717;
    font-family: avenirprobold;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    align-content: center;
    content: attr(data-after);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-partners-title:hover:before {
    top: 0;
    color: #ddc192;
}

.about-partners-blocks {
    position: relative;
    width: 100%;
    max-width: 1365px;
    font-size: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.about-partners-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 40px);
    margin: 2% 20px;
    z-index: 0;
    text-decoration: none;
    filter: grayscale(100%);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-partners-block-selected {
    z-index: 2;
    filter: grayscale(0);
    transform: translate3d(0, 0, 0);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-partners-block-selected .about-partners-block-img {
    transform: scale(1.2, 1.2);
    opacity: .5;
}

.about-partners-block-selected .about-partners-block-firstname {
    opacity: 1;
    bottom: 100px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-partners-block-selected .about-partners-block-lastname {
    opacity: 1;
    bottom: 74px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.about-partners-block-selected .about-partners-block-info {
    opacity: 1;
    bottom: -42px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.about-partners-block-selected .about-partners-block-info:before {
    top: -20px;
    height: 40px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.about-partners-block-selected .about-partners-block-info:after {
    top: 84px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.about-partners-block-selected .about-partners-block-info .about-partners-block-title,
.about-partners-block-selected .about-partners-block-info .about-partners-block-url {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}

.about-partners-block-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-partners-block-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 233px;
    z-index: 0;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-partners-block-firstname {
    position: absolute;
    height: 28px;
    line-height: 28px;
    font-family: avenirprobold;
    font-size: 28px;
    color: #fff;
    bottom: 130px;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: translate(-50%, 0);
}

.about-partners-block-lastname {
    position: absolute;
    height: 16px;
    line-height: 16px;
    font-family: avenirproregular;
    font-size: 18px;
    color: #fff;
    bottom: 50px;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    opacity: 0;
    transform: translate(-50%, 0);
}

.about-partners-block-info {
    position: absolute;
    width: 80%;
    height: 84px;
    bottom: 0;
    left: 50%;
    background-color: #232323;
    z-index: 1;
    font-size: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, 0);
}

.about-partners-block-info:before {
    position: absolute;
    width: 1px;
    height: 0;
    top: 20px;
    left: 50%;
    background-color: #fff;
    opacity: 0.15;
    content: "";
}

.about-partners-block-info:after {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 65px;
    left: 0;
    background-color: #ddc192;
    content: "";
}

.about-partners-block-title {
    position: absolute;
    display: inline-block;
    max-width: 150px;
    font-family: avenirproregular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    white-space: normal;
    opacity: 0;
    line-height: 20px;
    transform: translate(-50%, -50%);
}

.about-partners-block-url {
    position: absolute;
    display: block;
    text-decoration: none;
    line-height: 30px;
    font-family: avenirproregular;
    font-size: 14px;
    color: #ddc192;
    text-align: center;
    opacity: 0;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
}

@media (max-width: 768px) {
    .about-team-block {
        width: calc(32% - 20px);
        margin: 4% 10px !important;
    }
    .about-team-block:nth-child(1) {
        margin: 4% 10px 4% 22px !important;
    }
    .about-team-block-label {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .about-partners-blocks {
        left: 5px;
        transform: translate(0, 0);
    }
    .about-partners-block {
        margin: 4% 10px;
        width: calc(33% - 20px);
    }
    .about-team-block-info {
        width: 100%;
    }
}

/*-- WORKS --*/


.works-items {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 140px;
}

.works-item {
    position: relative;
    display: block;
    width: 100%;
    height: 800px;
    text-decoration: none;
    margin-bottom: 70px;
}

.works-item-content {
    position: absolute;
    top: 110px;
    width: 100%;
    height: 260px;
    z-index: 10;
}

.works-item-content-bg {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    height: 100%;
    background-color: #171717;
    opacity: 0;
    z-index: 0;
}

.works-item-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-family: avenirprobold;
    font-size: 80px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    margin-top: 290px;
    letter-spacing: 0.1em;
    opacity: 0;
}

.works-item-subtitle {
    position: relative;
    height: 14px;
    line-height: 14px;
    font-family: avenirproregular;
    font-size: 20px;
    letter-spacing: 0.52em;
    color: #fff;
    z-index: 1;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
}

.works-item-bt {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border: 2px solid #ddc192;
    border-radius: 50%;
    z-index: 1;
    margin: 24px auto 0;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    top: 50px;
}

.works-item-bt-line {
    position: relative;
    width: 6px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
}

#works-item-bt-line-0 {
    transform: rotate(45deg);
    left: 18px;
}

#works-item-bt-line-1 {
    transform: rotate(-45deg);
    left: 22px;
    top: 22px;
}

.works-item-bt:after {
    position: absolute;
    width: 1px;
    height: 42px;
    top: 48px;
    left: 23px;
    background-color: #fff;
    opacity: 0.5;
    content: "";
}

.works-item-img-mask {
    position: absolute;
    width: 100%;
    height: 380px;
    top: 50px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.works-item-img {
    position: absolute;
    width: 100%;
    top: 0;
}

.works-item-mask-top {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #171717;
    z-index: 2;
}

.works-item-mask-bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #171717;
    z-index: 2;
}

.works-item-img-hover-mask {
    position: absolute;
    width: 100%;
    height: 110px;
    top: 50px;
    opacity: 1;
    left: 0;
    z-index: 3;
}

.works-item-img-hover {
    position: absolute;
    width: 100%;
    top: 0;
}

@media (max-width: 1200px) {
    .works-filters-all {
        left: 50px;
        margin-left: 0;
    }
    .works-item-mask-bottom,
    .works-item:hover .works-item-mask-top {
        height: 33px;
    }
}

/*-- HOME --*/

.home {
    height: 100%;
}

/*-- HOME PROJECTS --*/

.home-projects {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 1em);
}

.home-projects-extended {
    transform: translate3d(0, 0, 1em);
}

.home-project {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translate3d(0, 0, 1em);
}

.home-project-selected {
    z-index: 1;
}

.home-project-hidden {
    z-index: 3;
    top: -100%;
}

.home-project-next {
    display: block;
    z-index: 2;
    top: -100%;
}

.home-project-next .home-project-video {
    top: 0;
}

.home-project-next .home-project-deco {
    opacity: 0;
}

.home-project-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
    background: url(../img/project_pattern.png);
    z-index: 4;
    transform: translate3d(0, 0, 1em);
}

.home-project-video {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate3d(-50%, -50%, 1em);
}

.home-project-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate3d(-50%, -50%, 1em);
}

.home-project-tablet {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translate3d(0, 0, 1em);
}

.home-project-contents {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translate3d(0, 0, 1em);
}

.home-project-content {
    position: absolute;
    display: inline-block;
    z-index: 0;
    left: 50%;
    bottom: 0;
    color: #fff;
    text-align: center;
    transform: translate3d(-50%, 0, 1em);
}

.home-project-content-hidden {
    top: -100%;
}

.home-project-content-selected {
    z-index: 1;
}

.home-project-content-next {
    bottom: 50%;
    transform: scale(0.8) translate(-62.5%, 0);
    opacity: 0.3;
}

.home-project-content-next .home-project-bt {
    height: 0;
    opacity: 0;
}

.home-project-title {
    white-space: nowrap;
    font-family: avenirprobold;
    font-size: 80px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 57px;
    line-height: 57px;
    transform: translate3d(0, 0, 1em);
}

.home-project-title-small {
    font-size: 38px;
    max-width: 600px;
}

.home-project-subtitle {
    height: 14px;
    line-height: 14px;
    font-family: avenirproregular;
    font-size: 20px;
    letter-spacing: 0.52em;
    text-transform: uppercase;
    margin-top: 8px;
    transform: translate3d(0, 0, 1em);
}

.home-project-client {
    height: 11px;
    line-height: 11px;
    font-family: avenirprobold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 38px;
    transform: translate3d(0, 0, 1em);
}

.home-project-bt-container {
    height: 48px;
    transform: translate3d(0, 0, 1em);
}

.home-project-bt {
    display: block;
    width: 218px;
    height: 48px;
    border: 1px solid #fff;
    font-family: avenirproregular;
    font-size: 14px;
    line-height: 48px;
    margin: 40px auto 0;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    transform: translate3d(0, 0, 1em);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.home-project-bt:hover {
    border-color: #ddc192;
    font-size: 16px;
    color: #ddc192;
}

.home-project-deco {
    opacity: 0;
    width: 1px;
    height: 274px;
    background-color: #fff;
    margin: 40px auto 0;
}

.home-projects-nav {
    position: absolute;
    width: 3px;
    right: 40px;
    top: 50%;
    z-index: 9;
    transform: translate3d(0, -50%, 1em);
}

.home-projects-nav-item {
    position: relative;
    width: 30px;
    height: 25px;
    margin-bottom: 14px;
    opacity: 0.5;
    cursor: pointer;
    border-left: 1px solid #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate3d(0, 0, 1em);
}

.home-projects-nav-item:hover {
    opacity: 1;
    border-left: 3px solid #fff;
}

.home-projects-nav-item:before {
    position: absolute;
    width: 30px;
    height: 100%;
    left: -20px;
    top: 0;
    content: "";
}

.home-projects-nav-item-selected {
    opacity: 1;
    border-left: 3px solid #fff;
    cursor: auto;
}

/*-- MENTIONS --*/

.home-mentions {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 99;
}

.home-mentions-legal {
    display: inline-block;
    vertical-align: middle;
    font-family: avenirprolight;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-mentions-legal:hover {
    color: #171717;
}

.home-mentions-jafg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../../shared/img/logo/logo-footer.png);
    opacity: 0.75;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-mentions-jafg:hover {
    opacity: 1;
}

@media (max-width: 800px) {
    .home-project-title {
        font-size: 50px !important;
    }
}

@media (max-width: 1024px) {
    .home-project-title {
        font-size: 66px;
    }

    .home-news-content-item {
        margin: 30px 30px 0;
    }
}

@media (max-width: 1200px) {
    .home-news-content {
        width: 840px;
    }
}

@media (max-height: 760px) {
    .home-news-content-items {
        height: 300px;
        min-height: 400px;
    }
    .home-news-content-items .scroll-y {
        display: block !important;
    }
}

/*-- WORK --*/

.work-bt-exit {
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    right: 40px;
    top: 62px;
    margin-top: -23px;
    background-color: #171717;
    border-radius: 50%;
    border: 2px solid #ddc192;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.work-bt-exit-line {
    position: relative;
    width: 12px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#work-bt-exit-line-0 {
    transform: rotate(45deg);
    left: 17px;
    top: 22px;
}

#work-bt-exit-line-1 {
    transform: rotate(-45deg);
    left: 17px;
    top: 20px;
}

.work-bt-exit:after {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 1px solid #ddc192;
    opacity: 1;
    content: "";
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.work-bt-exit:hover:after {
    width: 64px;
    height: 64px;
    margin-top: -33px;
    margin-left: -33px;
    opacity: 0.3;
    border-color: #fff;
}

/*-- INFO --*/

.work-info {
    position: relative;
    max-width: 960px;
    font-family: avenirproregular;
    color: #fff;
    margin: 120px auto 0;
}

.work-info:after {
    position: absolute;
    width: 625px;
    height: 1px;
    right: 0;
    bottom: 30px;
    background-color: #3a3a3a;
    content: "";
}

.work-info-title {
    min-height: 60px;
    line-height: 68px;
    font-size: 80px;
    font-family: avenirprobold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: -4px;
}

.work-info-title-small {
    font-size: 44px;
}

.work-info-subtitle {
    height: 14px;
    line-height: 14px;
    font-size: 20px;
    letter-spacing: 0.52em;
    text-transform: uppercase;
    margin-top: 10px;
}

.work-info-client {
    height: 11px;
    line-height: 11px;
    font-family: avenirprobold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}

.work-info-categories {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    white-space: nowrap;
}

.work-info-categorie {
    display: inline-block;
    height: 11px;
    line-height: 11px;
    font-size: 14px;
    color: #ddc192;
    margin-left: 20px;
}

/*-- VIDEO --*/

.work-video {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 160px;
}

.work-video-info {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
}

.work-video-img {
    position: absolute;
    width: 1200px;
    height: 600px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.work-video-resume {
    position: relative;
    max-width: 960px;
    min-height: 244px;
    background-color: #232323;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
}

.work-video-resume:after {
    position: absolute;
    width: 1px;
    height: 80px;
    left: 50%;
    bottom: -120px;
    background-color: #3a3a3a;
    content: "";
}

.work-video-resume-label {
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 40px;
    font-family: avenirprobold;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 70px;
    margin-left: 40px;
}

.work-video-resume-label:after {
    position: absolute;
    width: 295px;
    height: 1px;
    background-color: #3a3a3a;
    top: 40px;
    left: 0;
    content: "";
}

.work-video-resume-awards {
    position: absolute;
    width: 300px;
    margin-left: 40px;
    margin-top: 30px;
}

.work-video-resume-award {
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px;
}

.work-video-resume-description {
    position: relative;
    width: 380px;
    left: 375px;
    top: -40px;
    font-size: 14px;
    font-family: avenirproregular;
    line-height: 30px;
    color: #fff;
}

.work-video-resume-description a {
    text-decoration: underline;
    color: #ddc192;
}

.work-video-resume-description b {
    font-family: avenirprobold;
    font-weight: 400;
}

.work-video-bt {
    position: absolute;
    display: none;
    width: 135px;
    height: 135px;
    left: 50%;
    top: 300px;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.work-video-bt:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #171717;
    opacity: 0.6;
    z-index: 0;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-video-bt:before {
    position: absolute;
    width: 0;
    height: 0;
    left: 58px;
    top: 48px;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
    content: "";
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-video-bt:hover:after {
    opacity: 1;
}

.work-video-bt:hover:before {
    border-color: transparent transparent transparent #ddc192;
}

.work-video-container {
    position: relative;
    width: 1200px;
    height: 675px;
    margin: 0 auto;
    opacity: 0;
    z-index: 0;
}

#work-video-vimeo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*-- CONTENT --*/

.work-contents {
    width: 100%;
    min-width: 768px;
    max-width: 1200px;
    margin: 0 auto;
}

.work-content {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 120px;
}

.work-content-img {
    width: 100%;
}

.work-content-vimeo-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    top: 0;
    z-index: 0;
}

.work-content-vimeo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.work-content-title {
    min-height: 14px;
    line-height: 22px;
    font-family: avenirprobold;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.work-content-description {
    font-family: avenirproregular;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 6px;
}

.work-content-description a {
    color: #ddc192;
    text-decoration: underline;
}

.work-content-description b {
    font-weight: 400;
    font-family: avenirprobold;
}

.work-content-type-full {
    padding-bottom: 43.33333%;
}

.work-content-type-full .work-content-txt {
    position: absolute;
    top: 0;
    left: 0;
}

.work-content-type-full .work-content-media {
    position: relative;
    top: 60px;
    left: 0;
    margin-bottom: 180px;
}

.work-content-type-full .work-content-media:after {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -40px;
    right: 0;
    background-color: #3a3a3a;
    content: "";
}

.work-content-type-full .work-content-title {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    font-size: 30px;
    background-color: #171717;
    padding-right: 40px;
}

.work-content-full-vimeo {
    padding-bottom: 60%;
}

.work-content-type-tetris-left {
    padding-bottom: 45%;
}

.work-content-type-tetris-left .work-content-media {
    padding-bottom: 56.25%;
    height: 0;
    position: absolute;
    width: 45%;
    left: 0;
    top: 0;
}

.work-content-type-tetris-left .work-content-txt {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 75%;
    transform: translate(-50%, 0);
}

.work-content-type-tetris-left .work-content-vimeo {
    top: 50%;
    transform: translate(0, -50%);
}

.work-content-type-tetris-right {
    padding-bottom: 45%;
}

.work-content-type-tetris-right .work-content-media {
    position: absolute;
    width: 45%;
    right: 0;
}

.work-content-type-tetris-right .work-content-txt {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 25%;
    max-width: 300px;
    transform: translate(-50%, -50%);
}

.work-content-crossed-right {
    padding-bottom: 24.5%;
}

.work-content-crossed-right .work-content-media {
    top: -280px;
}

.work-content-crossed-left .work-content-txt {
    top: 25%;
}

@media (max-width: 1200px) {
    .work-content-crossed-right {
        padding-bottom: 19%;
    }
}

/*-- CREDITS --*/

.work-credits {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.work-credits-img {
    width: 100%;
}

.work-credits-content {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background-color: #232323;
    margin: 0 auto;
    top: -40px;
}

.work-credits-title {
    height: 28px;
    line-height: 28px;
    font-family: avenirprobold;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}

.work-credits-items {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    font-size: 0;
}

.work-credits-items-column-one {
    display: inline-block;
    position: relative;
    min-height: 80px;
    left: 50%;
    top: 50%;
    margin-top: 40px;
    transform: translate(-50%, -50%);
}

.work-credits-items-column {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    width: calc(50% - 40px);
}

.work-credits-items-column-content {
    position: relative;
    display: inline-block;
    max-width: 360px;
    left: 50%;
    transform: translate(-50%, 0);
}

#work-credits-items-column-0:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #3a3a3a;
    top: 0;
    right: -20px;
    content: "";
}

.work-credit-item {
    position: relative;
    float: left;
    clear: left;
    max-width: 360px;
    white-space: normal;
    word-break: break-all;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.work-credit-item-title {
    display: inline-block;
    vertical-align: top;
    font-family: avenirprobold;
    white-space: nowrap;
}

.work-credit-item-txt {
    display: inline;
    vertical-align: top;
    font-family: avenirproregular;
    word-break: break-word;
}

.work-credit-item-txt a {
    color: #ddc192;
}

.work-credit-item-txt p {
    display: inline-block;
}

/*-- NEXT --*/

.work-next-bt-container {
    position: relative;
    top: 26px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-next-bt-container:after {
    position: absolute;
    width: 1px;
    height: 114px;
    left: 50%;
    top: -140px;
    background-color: #3a3a3a;
    margin-left: -1px;
    content: "";
}

.work-next-bt {
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    top: 0;
    left: 50%;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #ddc192;
    text-decoration: none;
    z-index: 3;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-next-bt-line {
    position: relative;
    width: 6px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#work-next-bt-line-0 {
    transform: rotate(45deg);
    top: 23px;
    left: 18px;
}

#work-next-bt-line-1 {
    transform: rotate(-45deg);
    top: 22px;
    left: 22px;
}

.work-next-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.work-next {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 140px;
    margin: 120px auto 0;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-next:hover {
    height: 160px;
    margin-top: 100px;
}

.work-next:hover .work-next-title {
    opacity: 1;
    bottom: 68px;
}

.work-next:hover .work-next-subtitle {
    opacity: 1;
    top: 100px;
}

.work-next:hover:after {
    opacity: 0;
}

.work-next:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/project_pattern.png);
    z-index: 1;
    content: "";
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-next-hover {
    height: 160px;
    margin-top: 100px;
}

.work-next-hover .work-next-title {
    opacity: 1;
    bottom: 68px;
}

.work-next-hover .work-next-subtitle {
    opacity: 1;
    top: 100px;
}

.work-next-hover:after {
    opacity: 0;
}

.work-next-img {
    width: 100%;
}

.work-next-title {
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    z-index: 2;
    font-size: 60px;
    font-family: avenirprobold;
    color: #fff;
    left: 0;
    bottom: 48px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.work-next-subtitle {
    position: absolute;
    width: 100%;
    height: 11px;
    line-height: 11px;
    z-index: 1;
    font-size: 16px;
    font-family: avenirproregular;
    letter-spacing: 0.52em;
    color: #fff;
    left: 0;
    top: 80px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

@media (max-width: 900px) {
    .works-item-title {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .work-content-type-tetris-left .work-content-txt {
        left: 64%;
    }
    .work-content-crossed-right .work-content-media {
        top: -100px !important;
    }
    .work-info-categories {
        right: 20px;
    }
    .work-video-resume-description {
        width: 380px;
    }
    .work-info-client,
    .work-info-subtitle,
    .work-info-title {
        margin-left: 20px;
    }
    .work-content-title {
        line-height: 30px !important;
    }
    .work-content-type-full .work-content-media:after {
        top: -25px;
    }
}

@media (max-width: 1100px) {
    .work-content-txt {
        margin-left: 40px;
    }
    .works-item-title {
        font-size: 60px;
        line-height: 60px;
    }
    .work-content-crossed-right .work-content-media {
        top: -230px;
    }
    .work-video-container {
        width: 100%;
        height: 514px;
    }
    .work-video-img {
        width: auto;
        height: 100%;
        max-height: 514px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .work-video-bt {
        top: 257px;
    }
}

/*-- GALLERY --*/

.row,
.column,
.column img {
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
    
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
   
    opacity: 0.8;
    cursor: zoom-in;
    transition: all 0.3s ease;
}

.column img:hover {
    opacity: 1;
    transform: scale(1.15);
    transition: all 0.5s ease; 
}

/*--
.hover-zoom--colorize img {
    transition: transform 0.5s, filter 1.5s ease-in-out;
    filter: grayscale(100%);
}
--*/

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
    
}

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
    .column img:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: all 0.5s ease; 
}
}

/*-- BIG GALLERY DISPLAY --*/

.row:after {
    content: "";
    display: table;
    clear: both;
}

.expandingcontainer {
    position: relative;
    display: none;
    padding: 0 4px;
    margin: 8px 0 0;
}

.imgText {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
    font-family: avenirproregular;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.closebtn:hover {
    color: #ddc192;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*-- TIMELINE --*/

.container ul {
    margin: 0;
    margin-top: 100px;
    list-style: none;
    position: relative;
    padding: 1px 100px;
    color: #fff;
}

.container ul:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 1px dashed #3a3a3a;
}

.container ul li {
    position: relative;
    margin-left: 30px;
    width: auto;
}

.container ul li:not(:first-child) {
    margin-top: 30px;
}

.container ul li > span {
    width: 1px;
    height: 100%;
    background: #ffffff;
    left: -30px;
    top: 0;
    position: absolute;
}

.container ul li > span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    background: #ddc192;
    left: -5px;
    top: 0;
}

.container ul li span:after {
    top: 100%;
}

.number {
    height: 100%;
}

.number span {
    position: absolute;
    font-size: 20px;
    left: -95px;
    font-weight: bold;
    letter-spacing: 0.52em;
}

.number span:first-child {
    top: 100;
}

/*-- GEAR --*/

.gear-category {
    position: relative;
    max-width: 960px;
    font-family: avenirproregular;
    color: #fff;
    margin: 120px auto 0;
}

.gear-category-footer {
    position: relative;
    max-width: 960px;
    font-family: avenirproregular;
    color: #fff;
    margin: 120px auto 120px;
}

.gear-category-object {
    margin: 60px auto 0;
}

.gear-category-title {
    height: 45px;
    line-height: 45px;
    font-size: 60px;
    font-family: avenirprobold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.gear-category-title-small {
    font-size: 44px;
}

.gear-category-gadget {
    height: 14px;
    line-height: 14px;
    font-size: 20px;
    letter-spacing: 0.52em;
    text-transform: none;
    margin-top: 10px;
    color: #ddc192;
}

.gear-category-txt {
    height: 11px;
    font-family: avenirproregular;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    margin-top: 20px;
}

.gear-category-categories {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    white-space: nowrap;
}

.gear-category-categorie {
    display: inline-block;
    height: 11px;
    line-height: 11px;
    font-size: 14px;
    color: #ddc192;
    margin-left: 20px;
}

@media (max-width: 900px) {
    .gear-category-title {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .gear-category-type-tetris-left .gear-category-txt {
        left: 64%;
    }
    .gear-category-crossed-right .gear-category-media {
        top: -100px !important;
    }
    .gear-category-categories {
        right: 20px;
    }
    .gear-category-resume-description {
        width: 380px;
    }
    .gear-category-txt,
    .gear-category-gadget,
    .gear-category-title {
        margin-left: 20px;
    }
    .gear-category-title {
        line-height: 30px !important;
    }
    .gear-category-type-full .gear-category-media:after {
        top: -25px;
    }
}

@media (max-width: 1100px) {
    .gear-category-txt {
        margin-left: 40px;
    }
    .gear-category-title {
        font-size: 60px;
        line-height: 60px;
    }
    .gear-category-crossed-right .gear-category-media {
        top: -230px;
    }
    .gear-category-container {
        width: 100%;
        height: 514px;
    }
    .gear-category-video-img {
        width: auto;
        height: 100%;
        max-height: 514px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .gear-category-video-bt {
        top: 257px;
    }
}

/*-- FONT-FACE --*/

@font-face {
    font-family: avenirprolight;
    src:
        url("../fonts/avenir-pro-fonts/avenir-pro-light/avenirprolight.otf") format("opentype"),
        url("../fonts/avenir-pro-fonts/avenir-pro-light/avenirprolight.ttf") format("truetype"),
        url("../fonts/avenir-pro-fonts/avenir-pro-light/avenirprolight.woff") format ("woff"),
        url("../fonts/avenir-pro-fonts/avenir-pro-light/avenirprolight.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: avenirprobold;
    src:
        url("../fonts/avenir-pro-fonts/avenir-pro-bold/avenirprobold.otf") format("opentype"),
        url("../fonts/avenir-pro-fonts/avenir-pro-bold/avenirprobold.ttf") format("truetype"),
        url("../fonts/avenir-pro-fonts/avenir-pro-bold/avenirprobold.woff") format ("woff"),
        url("../fonts/avenir-pro-fonts/avenir-pro-bold/avenirprobold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: avenirproregular;
    src:
        url("../fonts/avenir-pro-fonts/avenir-pro-regular/avenirproregular.otf") format("opentype"),
        url("../fonts/avenir-pro-fonts/avenir-pro-regular/avenirproregular.ttf") format("truetype"),
        url("../fonts/avenir-pro-fonts/avenir-pro-regular/avenirproregular.woff") format ("woff"),
        url("../fonts/avenir-pro-fonts/avenir-pro-regular/avenirproregular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

/*-- HEADER --*/

.header {
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: #fff;
    z-index: 98;
}

.header-logo {
    position: absolute;
    left: 40px;
    top: 20px;
}

.header-logo-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    left: -2px;
    top: -6px;
    color: #171717;
    fill: #c8c7c7;
}

.header-nav {
    position: absolute;
    height: 13px;
    top: 37px;
    right: 182px;
    font-family: avenirprobold;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid #d2d2d3;
}

.header-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #171717;
    margin: 0 10px;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-nav-item:hover {
    color: #ddc192;
}

.header-nav-item:after {
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    top: 20px;
    background-color: #ddc192;
    content: "";
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-nav-item:hover:after {
    width: 15px;
}

.header-nav-item-selected {
    color: #ddc192;
}

.header-nav-item-selected:hover {
    color: #171717;
}

.header-nav-item-selected:after {
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #ddc192;
    content: "";
}

.header-nav-item-selected:hover:after {
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #171717;
    content: "";
}

/*-- SHOP --*/

#header-nav-item-2 {
    position: relative;
    margin-right: 15px;
}

#header-nav-item-2:before {
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #d2d2d3;
    top: 0;
    left: -15px;
    content: "";
}

#header-nav-item-contact {
    margin-right: 20px;
}

.header-rs {
    position: absolute;
    width: 80px;
    height: 13px;
    top: 36px;
    right: 100px;
    border-right: 1px solid #d2d2d3;
}

.header-rs-item {
    display: inline-block;
    text-decoration: none;
    line-height: 13px;
    color: #d2d2d3;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-rs-item:hover {
    color: #3a3a3a;
}

#header-rs-item-0 {
    margin-left: 17px;
    margin-top: 1px;
}

#header-rs-item-1 {
    margin-left: 14px;
}

/*-- LANGUAGE --*/

.header-lang {
    position: absolute;
    width: 80px;
    height: 13px;
    top: 36px;
    right: 0;
    line-height: 13px;
}

.header-lang-item {
    position: relative;
    width: 26px;
    height: 13px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: avenirproregular;
    font-size: 10px;
    line-height: 14px;
    background-color: #ddc192;
    overflow: hidden;
}

.header-lang-item:after {
    position: absolute;
    background-color: #3a3a3a;
    width: 100%;
    left: -26px;
    top: 0;
    content: attr(data-lang);
    transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-lang-item:hover:after {
    position: absolute;
    left: 0;
}

@media (max-width: 900px) {
    .header-logo-icon {
        width: 55px;
        height: 55px;
        left: -2px;
        top: -6px;
    }
}

/*-- FOOTER --*/

.footer {
    position: relative;
    z-index: 99;
}

.footer-mentions {
    position: relative;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 99;
}

.footer-mentions-legal {
    display: inline-block;
    vertical-align: middle;
    font-family: avenirprolight;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-mentions-legal:hover {
    color: #ddc192;
}

.footer-mentions-jafg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../../shared/img/logo/logo-footer.png);
    opacity: 0.75;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-mentions-jafg:hover {
    opacity: 1;
}

/*-- ICONS --*/

@font-face {
    font-family: icons;
    src:
        url("../fonts/icons-font/Icons-Regular.otf") format("opentype"),
        url("../fonts/icons-font/Icons-Regular.ttf") format("truetype");
}

.icon-arrow:before,
.icon-caddie:before,
.icon-exit:before,
.icon-fb:before,
.icon-linkedin:before,
.icon-news:before,
.icon-twitter:before,
.icon-youtube:before,
.icon-insta:before,
.icon-vimeo:before {
    font-family: Icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.icon-arrow:before {
    content: "";
}

.icon-caddie:before {
    content: "";
}

.icon-exit:before {
    content: "";
}

.icon-fb:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-news:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-youtube:before {
    content: "K";
}

.icon-insta:before {
    content: "G";
}

.icon-vimeo:before {
    content: "";
}

.icon-blank {
    background-position: -510px -130px;
    width: 170px;
    height: 130px;
}

/*-- CSS --*/

body,
html {
    height: 100%;
    width: 100%;
    min-width: 768px;
    min-height: 600px;
    background-color: #171717;
    font-family: avenirprolight;
    text-rendering: optimizeLegibility;
}

body {
    overflow-y: scroll;
}

#content {
    height: calc(100% - 90px);
}

img {
    user-select: none;
}


