@font-face {
    font-family: 'Arvo';
    font-display: auto;
    src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
/* Begin grid */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 11px;
    padding-left: 11px;
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-left: -11px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 11px;
    padding-right: 11px;
}

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.col-center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.col-end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.col-top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.col-middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.col-around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.col-between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.col-last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 11px;
        padding-right: 11px;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-start-sm {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .col-center-sm {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .col-end-sm {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .col-top-sm {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .col-middle-sm {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .col-bottom-sm {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .col-around-sm {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .col-between-sm {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .col-first-sm {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-last-sm {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 992px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 11px;
        padding-right: 11px;
    }

    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-start-md {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .col-center-md {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .col-end-md {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .col-top-md {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .col-middle-md {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .col-bottom-md {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .col-around-md {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .col-between-md {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .col-first-md {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-last-md {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 11px;
        padding-right: 11px;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-start-lg {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .col-center-lg {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .col-end-lg {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .col-top-lg {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .col-middle-lg {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .col-bottom-lg {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .col-around-lg {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .col-between-lg {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .col-first-lg {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-last-lg {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* // */
*,
.slick-list:focus {
    outline: 0
}

body,
html {
    width: 100%;
    height: 100%
}

.clear,
.slick-track:after {
    clear: both
}

body,
html {
    height: 100%
}

.centerX,
.centerXY {
    position: absolute;
    left: 50%
}

.cover,
.grid .cell,
.home .slideshow .cell,
.project .intro {
    background-position: 50% 50%
}

#loader,
footer {
    background-color: #212121
}

.addb4:before,
main:after,
main:before {
    content: ''
}

.slick-slider,
body {
    -webkit-tap-highlight-color: transparent
}

* {
    padding: 0;
    margin: 0;
    border: none
}

.addb4:before,
.ib {
    display: inline-block;
    margin-right: -4px;
    zoom: 1
}

body {
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-size: 100%;
    font-style: normal;
    color: #2a2a2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6,
header nav > ul li,
p a {
    font-weight: 800
}

.home {
    overflow-x: hidden
}

.tk-fade {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.wf-active .tk-fade {
    opacity: 1
}

h1 {
    font-size: 56px;
    font-size: 3.9vw;
    letter-spacing: .01em;
    line-height: 1.1
}

h2 {
    font-size: 48px;
    font-size: 3.3vw
}

ol,
p,
ul {
    font-size: 14px;
    font-size: 1vw;
    letter-spacing: .015em;
    line-height: 1.9;
    padding-bottom: 2em
}

@media all and (max-width: 1439px) {
    h1 {
        font-size: 56px
    }

    h2 {
        font-size: 48px
    }

    ol,
    p,
    ul {
        font-size: 14px
    }
}

@media all and (min-width: 1921px) {
    ol,
    p,
    ul {
        font-size: 19px
    }
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.no-touchevents a:active,
.no-touchevents a:hover {
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding-bottom: 2px
}

.left {
    float: left
}

.right {
    float: right
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.v-bottom {
    vertical-align: bottom
}

.v-baseline {
    vertical-align: baseline
}

.addb4:before {
    height: 100%;
    width: 0;
    vertical-align: middle
}

.centerY {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.centerX {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.centerXY {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#loader,
header {
    position: fixed;
    left: 0;
    top: 0
}

.cover {
    background-size: cover
}

.bg-loadme,
.loadme {
    opacity: 0 !important
}

.bg-loadme.loaded,
.loadme.loaded {
    opacity: 1 !important;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#loader {
    z-index: -9;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, z-index 0s .3s;
    -o-transition: opacity .3s 0s, z-index 0s .3s;
    transition: opacity .3s 0s, z-index 0s .3s
}

.loading #loader {
    opacity: 1;
    z-index: 3
}

body.loading {
    overflow: hidden
}

main {
    min-height: 100%;
    margin: 0 auto -423px;
    z-index: 1;
    position: relative
}

.info main {
    margin: 0 auto -85px
}

main:before {
    display: block;
    width: 100%;
    height: 92px
}

.no-header-fx main:before {
    height: 0
}

main:after {
    display: block;
    height: 423px;
}

.info main:after {
    height: 85px
}

header {
    z-index: 5;
    width: 100%
}

header .inner {
    position: relative;
    width: 100%;
    height: 92px;
    background-color: rgba(33, 33, 33, 0);
    z-index: 2;
    -webkit-transition: background-color .3s, height .5s;
    -o-transition: background-color .3s, height .5s;
    transition: background-color .3s, height .5s
}

header .menuButton p,
header .menuButton span {
    position: absolute;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s
}

.solidHeader header .inner {
    background-color: rgba(33, 33, 33, 1)
}

.menuOn header .inner,
.no-header-fx header .inner {
    background-color: rgba(33, 33, 33, 0) !important
}

.smallHeader header .inner {
    height: 70px
}

header a.logo {
    display: block;
    width: 98px;
    height: auto;
    left: 49px
}

header a.logo img {
    display: block;
    width: 100%;
    height: auto
}

header .menuButton {
    right: 49px;
    display: block;
    height: 18px;
    width: 25px;
    cursor: pointer
}

header .menuButton span {
    height: 4px;
    display: block;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    -webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s, .2s;
    -o-transition-duration: .3s, .2s;
    transition-duration: .3s, .2s;
    transition-delay: 0s, 0s
}

.menuOn header .menuButton span,
header .menuButton p {
    -webkit-transition-property: opacity, -webkit-transform
}

header .menuButton span:nth-child(1) {
    width: 25px;
    top: 0
}

header .menuButton span:nth-child(2) {
    width: 16px;
    top: 7px
}

header .menuButton span:nth-child(3) {
    width: 25px;
    top: 14px
}

header .menuButton p {
    opacity: 0;
    text-align: right;
    top: 1px;
    left: -67px;
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 0;
    -webkit-transform: translateX(20px) scale(.6, .6);
    -ms-transform: translateX(20px) scale(.6, .6);
    transform: translateX(20px) scale(.6, .6);
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    transition-delay: 0s, 0s;
    -webkit-transition-timing-function: linear, cubic-bezier(.6, -.28, .735, .045);
    -o-transition-timing-function: linear, cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: linear, cubic-bezier(.6, -.28, .735, .045)
}

.menuOn header .menuButton span {
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s, .2s;
    -o-transition-duration: .3s, .2s;
    transition-duration: .3s, .2s;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menuOn header .menuButton span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(10px, 12px);
    -ms-transform: rotate(45deg) translate(10px, 12px);
    transform: rotate(45deg) translate(10px, 12px)
}

.menuOn header .menuButton span:nth-child(2) {
    opacity: 0
}

.menuOn header .menuButton span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -12px);
    -ms-transform: rotate(-45deg) translate(10px, -12px);
    transform: rotate(-45deg) translate(10px, -12px)
}

.menuOn header .menuButton p {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1, 1);
    -ms-transform: translateX(0) scale(1, 1);
    transform: translateX(0) scale(1, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .8s, .8s;
    -o-transition-delay: .8s, .8s;
    transition-delay: .8s, .8s;
    -webkit-transition-timing-function: linear, cubic-bezier(.175, .885, .32, 1.275);
    -o-transition-timing-function: linear, cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: linear, cubic-bezier(.175, .885, .32, 1.275)
}

header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(137, 127, 255, .93);
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-30deg);
    transform: translate3d(-150%, 0, 0) skewX(-30deg);
    -webkit-transition: -webkit-transform .6s ease .25s;
    -o-transition: transform .6s ease .25s;
    transition: transform .6s ease .25s;
    transition: transform .6s ease .25s, -webkit-transform .6s ease .25s
}

.home #splash,
footer,
header nav > ul {
    position: relative
}

.home .slideshow.fx,
footer {
    z-index: 2
}

.menuOn header nav {
    -webkit-animation: hueshift 8s infinite alternate both;
    animation: hueshift 8s infinite alternate both;
    -webkit-transform: translate3d(0, 0, 0) skewX(0);
    transform: translate3d(0, 0, 0) skewX(0);
    -webkit-transition: -webkit-transform .6s ease 0s;
    -o-transition: transform .6s ease 0s;
    transition: transform .6s ease 0s;
    transition: transform .6s ease 0s, -webkit-transform .6s ease 0s
}

@-webkit-keyframes hueshift {
    0%,
    100% {
        background-color: rgba(137, 127, 255, .93)
    }
    25% {
        background-color: rgba(127, 168, 255, .93)
    }
    50% {
        background-color: rgba(127, 210, 255, .93)
    }
    75% {
        background-color: rgba(127, 234, 255, .93)
    }
}

@keyframes hueshift {
    0%,
    100% {
        background-color: rgba(137, 127, 255, .93)
    }
    25% {
        background-color: rgba(127, 168, 255, .93)
    }
    50% {
        background-color: rgba(127, 210, 255, .93)
    }
    75% {
        background-color: rgba(127, 234, 255, .93)
    }
}

header nav > ul {
    width: 83.4%;
    list-style-type: none;
    left: 0;
    padding: 0 8.3%
}

header nav > ul li {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-size: 6vw;
    line-height: 1;
    letter-spacing: .03em;
    opacity: 0;
    -webkit-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    transform: scale(.7, .7);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: opacity .3s linear 0s, -webkit-transform .3s cubic-bezier(.6, -.28, .735, .045) 0s;
    -o-transition: opacity .3s linear 0s, transform .3s cubic-bezier(.6, -.28, .735, .045) 0s;
    transition: opacity .3s linear 0s, transform .3s cubic-bezier(.6, -.28, .735, .045) 0s;
    transition: opacity .3s linear 0s, transform .3s cubic-bezier(.6, -.28, .735, .045) 0s, -webkit-transform .3s cubic-bezier(.6, -.28, .735, .045) 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menuOn header nav > ul li {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity .3s linear .5s, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-transition: opacity .3s linear .5s, transform .3s cubic-bezier(.175, .885, .32, 1.275) .5s;
    transition: opacity .3s linear .5s, transform .3s cubic-bezier(.175, .885, .32, 1.275) .5s;
    transition: opacity .3s linear .5s, transform .3s cubic-bezier(.175, .885, .32, 1.275) .5s, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275) .5s
}

.titleHolder .inner.first .expand,
header nav > ul > li > a {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}

@media all and (max-width: 1200px) {
    header nav > ul li {
        font-size: 70px;
        font-size: 6vw
    }
}

@media all and (orientation: landscape) and (max-height: 800px) {
    header nav > ul li {
        font-size: 70px;
        font-size: 7vw
    }
}

header nav > ul > li > a {
    display: inline-block;
    zoom: 1;
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.no-touchevents header nav > ul > li > a:hover {
    -webkit-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    transform: scale(.9, .9);
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.no-touchevents header nav > ul > li > a:active {
    -webkit-transform: scale(.85, .85);
    -ms-transform: scale(.85, .85);
    transform: scale(.85, .85);
    -webkit-transition: -webkit-transform .15s;
    -o-transition: transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

header nav ul li.social ul {
    list-style-type: none;
    padding-left: 11px;
    padding-top: 29px
}

header nav ul li.social ul li {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 38px;
    height: auto;
    margin-right: 15px;
    overflow: hidden
}

header nav ul li.social ul li a,
header nav ul li.social ul li a svg {
    width: 100%;
    display: block
}

header nav ul li.social ul li a svg * {
    fill: #fff
}

@media all and (max-width: 700px) {
    header nav > ul li {
        font-size: 44px;
        font-size: 10vw
    }

    header nav ul li.social ul {
        padding-left: 0;
        padding-top: 20px
    }
}

@media all and (orientation: landscape) and (max-height: 600px) {
    header nav > ul {
        top: 59% !important
    }

    header nav > ul li {
        font-size: 41px;
        font-size: 5vw
    }

    header nav ul li.social ul {
        padding-left: 0;
        padding-top: 20px
    }
}

footer {
    text-align: center;
    height: 450px;
    color: #fff
}

footer .inner {
    width: 100%
}

footer .inner h1 {
    font-size: 78px;
    font-size: 5.4vw;
    line-height: 1;
    padding-bottom: .2em
}

footer .inner p {
    font-size: 17px;
    font-size: 1.2vw;
    padding-bottom: 0.7em;
}

footer .inner p a {
    font-weight: 300;
    letter-spacing: .03em
}

footer .inner img {
    display: block;
    width: 106px;
    height: auto;
    margin: 0 auto
}

@media all and (max-width: 1100px) {
    footer .inner h1 {
        font-size: 60px
    }
}

@media all and (max-width: 1440px) {
    footer .inner p {
        font-size: 17px
    }
}

.info footer {
    height: 85px;
    text-align: left;
    color: rgba(42, 42, 42, 1);
    background-color: transparent
}

.info footer p {
    padding-bottom: 0;
    font-size: 80%;
    margin-left: 12%
}
.footer__menu{
    margin-bottom: 20px;
}
.footer__menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__menu ul li{
    display: inline-block;
    margin-right: 10px;
}
.footer__menu ul li:last-of-type{
    margin-right: 0;
}
.home main:before {
    display: none
}

.home #splash {
    width: 100%;
    height: auto
}

.home .slideshow.fx,
.home .slideshow.nofx {
    height: 100%;
    background-color: #212121;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}

.home .slideshow.nofx {
    z-index: 1
}

.home .pagerHolder {
    width: 100%;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 15%;
    bottom: calc(19% - 37px);
    left: 0;
    z-index: 3
}

.dotOverlay {
    background-image: url(../images/pics/dots.png);
    background-repeat: repeat;
    background-size: 2px 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110
}

.slideshow.fx .titleHolder {
    width: 84%;
    height: 56%;
    position: absolute;
    z-index: 120;
    left: 8%;
    top: 19%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(106, 106, 106, .6);
    overflow: hidden
}

.titleHolder .inner {
    width: 120%;
    margin-left: -10%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(110%, -50%, 0) scale(1.7, 1.7);
    transform: translate3d(110%, -50%, 0) scale(1.7, 1.7);
    -webkit-transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

.titleHolder .inner__title a {
    display: block;
    width: 80%;
    margin-left: 10%;
    font-size: 136px;
    font-size: 8.5vw;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #fff;
}

@media all and (min-width: 1700px) {
    .titleHolder .inner__title a {
        font-size: 161px
    }
}

.titleHolder h2 {
    color: #fff;
    font-size: 32px;
    font-size: 2vw;
    margin: .6em 0 .4em
}

@media all and (min-width: 1700px) {
    .titleHolder h2 {
        font-size: 34px
    }
}

.titleHolder .inner.enter,
.titleHolder .inner.first {
    -webkit-transform: translate3d(0, -50%, 0) scale(1, 1);
    transform: translate3d(0, -50%, 0) scale(1, 1);
    -webkit-transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.titleHolder .inner.leave {
    -webkit-transform: translate3d(-110%, -50%, 0) scale(1.7, 1.7);
    transform: translate3d(-110%, -50%, 0) scale(1.7, 1.7);
    -webkit-transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.titleHolder .inner .expand {
    position: relative;
    display: inline-block;
    zoom: 1;
    border: 2px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.4, .4);
    -ms-transform: scale(.4, .4);
    transform: scale(.4, .4);
    -webkit-transition: opacity .2s 0s, -webkit-transform .2s 0s;
    -o-transition: opacity .2s 0s, transform .2s 0s;
    transition: opacity .2s 0s, transform .2s 0s;
    transition: opacity .2s 0s, transform .2s 0s, -webkit-transform .2s 0s
}

.titleHolder .expand:after,
.titleHolder .expand:before {
    display: block;
    background-color: #fff;
    position: absolute;
    content: ''
}

.titleHolder .inner.first .expand {
    opacity: 1;
    transform: scale(1, 1)
}

.titleHolder .inner.enter .expand {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity .2s 1s, -webkit-transform .2s 1s;
    -o-transition: opacity .2s 1s, transform .2s 1s;
    transition: opacity .2s 1s, transform .2s 1s;
    transition: opacity .2s 1s, transform .2s 1s, -webkit-transform .2s 1s
}

.titleHolder .inner.leave .expand {
    opacity: 0;
    -webkit-transform: scale(.4, .4);
    -ms-transform: scale(.4, .4);
    transform: scale(.4, .4);
    -webkit-transition: opacity .2s 0s, -webkit-transform .2s 0s;
    -o-transition: opacity .2s 0s, transform .2s 0s;
    transition: opacity .2s 0s, transform .2s 0s;
    transition: opacity .2s 0s, transform .2s 0s, -webkit-transform .2s 0s
}

.titleHolder .expand:before {
    width: 18px;
    height: 2px;
    top: 16px;
    left: 8px
}

.titleHolder .expand:after {
    width: 2px;
    height: 18px;
    top: 8px;
    left: 16px
}

.home .slideshow .cell {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-size: cover
}

.home .slideNav {
    width: 100%;
    height: 14px;
    position: absolute;
    text-align: center;
    z-index: 200;
    top: 78%
}

.home .slideNav span {
    cursor: pointer;
    position: relative;
    top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    zoom: 1;
    margin: 0 9px;
    text-indent: 1000px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .3s 0s linear;
    -o-transition: all .3s 0s linear;
    transition: all .3s 0s linear
}

.firefox .home .slideNav span {
    top: -5px
}

.home .slideNav span.cycle-pager-active {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
    top: -1px
}

.firefox .slideNav span.cycle-pager-active {
    top: -2px
}

.home .slideshow .cell video {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home .slideshow .cell.video .cover {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home .slideshow .cell iframe {
    position: absolute;
    top: 0;
    left: 0
}

#scroll-hint {
    opacity: 1;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.loading #scroll-hint {
    opacity: 0
}

.textBlock h1 {
    position: relative;
    color: #2a2a2a
}

.textBlock h1:after {
    content: '';
    display: block;
    width: 65px;
    height: 0px;
    margin: .3em 0 46px 1px;

}

.textBlock.fill h1:after {
    background-color: #fff
}

.textBlock ol,
.textBlock p,
.textBlock ul {
    color: #5a5a5a
}

.textBlock p a {
    border-bottom: 1px solid rgba(42, 42, 42, 0)
}

.no-touchevents .textBlock p a:hover {
    border-bottom: 1px solid rgba(42, 42, 42, 1)
}

.textBlock.fullWidth {
    width: 83%;
    margin: 200px auto;
    text-align: left;
    color: #2a2a2a
}

.textBlock.fullWidth a.topLink {
    display: inline-block;
    zoom: 1;
    text-transform: uppercase;
    font-weight: 800;
    padding: .4em 0 1.9em 25px;
    border-top: 1px solid #fff;
    font-size: 14px;
    font-size: 1vw;
    letter-spacing: .05em;
    line-height: 1;
}

.textBlock.fullWidth.fill {
    background-color: #2a2a2a;
    padding: 200px 8.5%;
    margin: 0;
    color: #fff
}

.textBlock.fullWidth.centerText {
    text-align: center;
    margin: 168px auto
}

.textBlock.centerText .inner {
    display: block;
    width: 38%;
    min-width: 550px;
    margin: auto
}

.textBlock.fullWidth.centerText h1:after {
    margin: .3em auto 46px auto;
}

.page-services .textBlock.fullWidth.centerText h1:after {
    display: none;
}

.page-services .textBlock.fullWidth.centerText h1 {
    margin-bottom: 46px;
}

@media all and (max-width: 768px) {
    .textBlock.centerText .inner {
        min-width: 0;
        width: 88%
    }
}

.textBlock.fullWidth h1 {
    width: 60%;
    color: #2a2a2a;
}

.textBlock.fullWidth.fill h1 {
    color: inherit
}

.textBlock.fullWidth.centerText h1 {
    width: 100%
}

.textBlock.fullWidth p {
    font-size: 16px;
    font-size: 1.12vw;
    width: 55%;
    color: #5a5a5a
}

.textBlock.fullWidth.fill p {
    color: inherit
}

.textBlock.fullWidth.centerText p {
    width: 100%;
    font-size: 14px;
    font-size: 1vw
}

.textBlock.fullWidth.centerText p:last-child {
    padding-bottom: 0
}

.textBlock.fullWidth h2 + p {
    padding-top: 2em
}

.textBlock.centerText p a {
    display: inline-block;
    zoom: 1;
    text-transform: uppercase;
    font-weight: 800;
    padding: .6em 12px 0 16px;
    margin-top: .8em;
    border-top: 1px solid #5a5a5a;
    color: #5a5a5a;
    font-size: 14px;
    font-size: 1vw;
    letter-spacing: .05em;
    line-height: 1;
    border-bottom: none !important
}

.no-touchevents .textBlock.centerText p a:hover {
    border-top: 1px solid #000;
    color: #000
}

.textBlock.centerText p a:after {
    content: ' >';
    display: inline-block;
    zoom: 1;
    padding-left: 7px;
    position: relative;
    top: -.05em
}

@media all and (max-width: 1439px) {
    .textBlock.fullWidth p {
        font-size: 16px
    }

    .textBlock.centerText p a,
    .textBlock.fullWidth.centerText p {
        font-size: 14px
    }
}

@media all and (max-width: 1180px) {
    .textBlock.fullWidth h1,
    .textBlock.fullWidth p {
        width: 70%
    }
}

@media all and (max-width: 890px) {
    .textBlock.fullWidth h1,
    .textBlock.fullWidth p {
        width: 90%
    }
}

@media all and (max-width: 600px) {
    .textBlock.fullWidth {
        width: 88%
    }

    .textBlock.fullWidth h1,
    .textBlock.fullWidth p {
        width: 100%
    }
}

.clients {
    background-color: #f4f4f4;
    text-align: center;
    padding: 0 6%;
    margin: auto
}

.clients p {
    display: inline-block;
    vertical-align: middle;
    padding: 1.4em 0;
    line-height: 1;
    color: #424242;
    font-size: 20px;
    font-size: 1.4vw
}

@media all and (max-width: 1200px) {
    .clients p {
        font-size: 17px
    }
}

@media all and (min-width: 1750px) {
    .clients p {
        font-size: 24px
    }
}

.grid .cell {
    width: 50%;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover
}

.grid .project {
    cursor: pointer
}

.grid .project.nolink {
    cursor: default;
}

.grid .project.left figcaption {
    position: absolute;
    z-index: 5;
    bottom: 7%;
    left: 0;
    padding-left: 7%;
    text-align: left
}

.grid .project.right figcaption {
    position: absolute;
    z-index: 5;
    bottom: 7%;
    right: 0;
    padding-right: 7%;
    text-align: right
}

.grid .project figcaption {
    width: 70%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: bottom .3s ease, -webkit-transform .3s ease;
    -o-transition: bottom .3s ease, transform .3s ease;
    transition: bottom .3s ease, transform .3s ease;
    transition: bottom .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-touchevents .grid .project:hover figcaption {
    bottom: 48%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: bottom .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: bottom .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: bottom .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: bottom .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
}

.grid .project figcaption p {
    padding: 0 0 .4em;
    font-weight: 800;
    line-height: 1;
    font-size: 12px;
    font-size: .85vw;
    letter-spacing: .03em
}

.grid .project figcaption h2 {
    line-height: 1.1
}

.grid .project figcaption ul {
    list-style-type: none;
    line-height: 1;
    padding: .5em 0 0
}

.grid .project figcaption ul li {
    display: inline-block;
    zoom: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-size: .75vw;
    margin: 0 6px 0 0;
    font-weight: 500;
    letter-spacing: .06em;
    position: relative
}

.grid .project figcaption ul li:last-child {
    margin-right: 0
}

.home .grid .project.cell figcaption li:after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
    transition: width .2s ease 0s
}

.home .grid .project.cell figcaption li.on:after {
    width: 100%;
    -webkit-transition: width .4s ease 0s;
    -o-transition: width .4s ease 0s;
    transition: width .4s ease 0s
}

@media all and (max-width: 1339px) {
    .grid .project figcaption p {
        font-size: 12px
    }

    .grid .project figcaption ul li {
        font-size: 11px
    }
}

.grid .project .overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    opacity: .8;
    background-color: rgba(42, 42, 42, 1);
    -webkit-transform: skewX(-20deg) translate3d(-100%, 0, 0);
    transform: skewX(-20deg) translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .3s ease .1s;
    -o-transition: transform .3s ease .1s;
    transition: transform .3s ease .1s;
    transition: transform .3s ease .1s, -webkit-transform .3s ease .1s
}

.grid .row,
.grid video {
    position: relative
}

@supports (mix-blend-mode:multiply) {
    .grid .project .overlay {
        opacity: .8;
        mix-blend-mode: multiply
    }
}

.no-touchevents .grid .project:hover .overlay {
    -webkit-transform: skewX(0) translate3d(0, 0, 0);
    transform: skewX(0) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1.2s ease;
    -o-transition: transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease
}

.grid video {
    z-index: 1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s
}

.grid .cell.video.hover video {
    opacity: 1
}

.grid .textBlock {
    background-color: #f0514f;
    color: #fff;
    text-align: right
}

#twitterFeed,
.grid .textBlock.left {
    text-align: left
}

.grid .textBlock .inner {
    width: 77%;
    left: 11.5%
}

.grid .textBlock h1,
.grid .textBlock h2 {
    line-height: 1.1;
    width: 90%;
    margin-left: 10%;
    color: inherit
}

.grid .textBlock.left h1,
.grid .textBlock.left h2 {
    margin-left: 0
}

.grid .textBlock h1:after {
    display: none
}

.grid .textBlock a.topLink {
    display: inline-block;
    zoom: 1;
    text-transform: uppercase;
    font-weight: 800;
    padding: .4em 0 1.9em 25px;
    border-top: 1px solid #fff;
    font-size: 14px;
    font-size: 1vw;
    letter-spacing: .05em;
    line-height: 1
}

.grid .textBlock a.topLink.nolink {
    pointer-events: none;
    cursor: default;
}

.grid .textBlock.left a.topLink {
    padding: .4em 25px 1.9em 0
}

.grid .textBlock a.topLink:after {
    content: ' >';
    display: inline-block;
    zoom: 1;
    padding-left: 7px;
    position: relative;
    top: -.05em
}

.grid .textBlock a.topLink.nolink:after {
    display: none;
}

.grid .textBlock p {
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    padding-bottom: 1.8em;
    color: inherit
}

.grid .textBlock h1 + p,
.grid .textBlock h2 + p {
    padding-top: 2.1em
}

@media all and (max-width: 1280px) {
    .grid .textBlock .inner {
        width: 84%;
        left: 8%
    }

    .grid .textBlock h1,
    .grid .textBlock h2 {
        width: 100%;
        margin-left: 0
    }
}

@media all and (max-width: 1160px) {
    .grid .textBlock p {
        line-height: 1.6;
        padding-bottom: 1.3em;
        font-size: 12px
    }

    .grid .textBlock h1,
    .grid .textBlock h2 {
        font-size: 38px
    }
}

.grid .textBlock p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.no-touchevents .grid .textBlock p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1)
}

@media all and (max-width: 1339px) {
    .grid .textBlock a.topLink {
        font-size: 14px
    }
}

#twitterFeed {
    background-color: #2a2a2a;
    color: #fff
}

#twitterFeed h1:after,
#twitterFeed h2:after,
.portfolio .grid .row .cell figcaption li:after,
.project .intro h1:after {
    background-color: #fff;
    display: block;
    content: ''
}

.project .intro h1,
.teaser {
    text-align: center;
    color: #fff
}

#twitterFeed .inner {
    left: 16.5%;
    width: 61%
}

#twitterFeed .inner svg {
    width: 60px;
    margin-bottom: 12px
}

#twitterFeed .inner svg * {
    fill: rgba(127, 241, 255, 1)
}

#twitterFeed h1,
#twitterFeed h2 {
    color: inherit;
    font-size: 48px;
    font-size: 3.3vw;
    width: 100%;
    margin: 0
}

#twitterFeed h1:after,
#twitterFeed h2:after {
    width: 75px;
    height: 1px;
    margin: .3em 0 46px 1px
}

#twitterFeed p {
    padding-bottom: 0;
    color: inherit;
    font-size: 17px;
    font-size: 1.2vw;
    width: 100%;
	  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

@media all and (min-width: 1921px) {
    #twitterFeed p {
        font-size: 23px
    }
}

@media all and (max-width: 1250px) {
    #twitterFeed p {
        font-size: 15px
    }
}

.grid #twitterFeed.textBlock h1 + p,
.grid #twitterFeed.textBlock h2 + p {
    padding-top: 0
}

#twitterFeed p a {
    color: rgba(127, 241, 255, 1);
    border: none
}

.grid .row .cell {
    position: absolute;
    width: 50%;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.portfolio .grid .row:nth-child(odd) .cell:nth-child(1) {
    top: 0;
    left: 0;
    height: 57%;
    border-right: 1px solid #fff
}

.portfolio .grid .row:nth-child(odd) .cell:nth-child(2) {
    top: 0;
    right: 0;
    height: 28.5%
}

.portfolio .grid .row:nth-child(odd) .cell:nth-child(3) {
    top: 28.5%;
    right: 0;
    height: 28.5%
}

.portfolio .grid .row:nth-child(odd) .cell:nth-child(4) {
    top: 57%;
    left: 0;
    height: 43%;
    width: 100%
}

.portfolio .grid .row:nth-child(even) .cell:nth-child(1) {
    top: 0;
    left: 0;
    height: 28.5%
}

.portfolio .grid .row:nth-child(even) .cell:nth-child(2) {
    top: 28.5%;
    left: 0;
    height: 28.5%
}

.portfolio .grid .row:nth-child(even) .cell:nth-child(3) {
    top: 0;
    right: 0;
    height: 57%;
    border-left: 1px solid #fff
}

.portfolio .grid .row:nth-child(even) .cell:nth-child(4) {
    top: 57%;
    left: 0;
    height: 43%;
    width: 100%
}

.portfolio .grid .row.incomplete .cell {
    position: relative;
    width: 100%
}

.portfolio .grid .row .cell figcaption {
    bottom: 2.5%
}

.portfolio .grid .row.incomplete .cell figcaption {
    padding-left: 3.5%
}

.no-touchevents .portfolio .grid .row .cell:hover figcaption {
    bottom: 50%
}

.portfolio .grid .row .cell:nth-child(4) figcaption {
    padding-left: 3.5%;
    width: 40%
}

.portfolio .grid .row .cell figcaption ul {
    opacity: 0;
    -webkit-transition: opacity .2s 0s;
    -o-transition: opacity .2s 0s;
    transition: opacity .2s 0s
}

.portfolio .grid .row .cell.hover figcaption ul {
    opacity: 1;
    -webkit-transition: opacity .2s 0s;
    -o-transition: opacity .2s 0s;
    transition: opacity .2s 0s
}

.portfolio .grid .row .cell figcaption li {
    opacity: 0;
    position: relative;
    -webkit-transition: opacity .2s linear 0s;
    -o-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s
}

.portfolio .grid .row .cell figcaption li:after {
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
    transition: width .2s ease 0s
}

.portfolio .grid .row .cell figcaption li.on {
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.portfolio .grid .row .cell figcaption li.on:after {
    width: 100%;
    -webkit-transition: width .4s ease .3s;
    -o-transition: width .4s ease .3s;
    transition: width .4s ease .3s
}

.project main {
    margin-bottom: -305px
}

.project main:before {
    height: 0
}

.project main:after {
    height: 305px
}

.project .intro {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.project .intro .info {
    text-align: center;
    width: 80%;
    z-index: 120
}

.project .intro h1 {
    position: relative;
    font-size: 122px;
    font-size: 8.5vw;
    line-height: 1;
    z-index: 118;
    text-transform: uppercase
}

.project .info h2 {
    color: #fff;
    font-size: 30px;
    font-size: 2vw;
    line-height: 1.2;
    width: 88%;
    max-width: 500px;
    max-width: 36vw;
    margin: .8em auto 0
}

@media all and (min-width: 1700px) {
    .project .intro h1 {
        font-size: 144px
    }
}

.project .intro h1:after {
    width: 67px;
    height: 7px;
    margin: 22px auto 0
}

.intro video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intro iframe {
    position: absolute;
    top: 0;
    left: 0
}

.project .liner {
    display: block;
    height: 215px;
    margin: 8% auto 0;
    width: 0;
    border-left: 1px dashed #bbb;
    -webkit-animation: dotScale .8s ease 0s 3 both;
    animation: dotScale .8s ease 0s 3 both
}

.project .liner:not(.ignore) {
    margin: 8% auto 5%
}

.white-box {
    display: block;
    width: 20px;
    height: 25%;
    background: #fff;
    margin-left: -10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: linerAnim 1.8s ease 3s infinite both;
    animation: linerAnim 1.8s ease 3s infinite both
}

.carouselCTA,
.module-carousel .slick-next:before,
.module-carousel .slick-prev:before,
.module-images-1 div img,
.module-images-2 div img,
.module-images-3 div img,
.module-images-4 div img {
    display: none
}

@-webkit-keyframes linerAnim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(400%);
        transform: translateY(400%)
    }
}

@keyframes linerAnim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(400%);
        transform: translateY(400%)
    }
}

@-webkit-keyframes dotScale {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes dotScale {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.project .textBlock.fullWidth {
    margin: 100px auto
}

.project .liner + .textBlock {
    margin-top: 60px
}

.module-images-3 + .module-images-4,
.module-images-3 + .module-images-full,
.module-images-4 + .module-images-3,
.module-images-4 + .module-images-full,
.module-images-full img + img,
.module-images-full + .module-images-3,
.module-images-full + .module-images-4 {
    margin-top: 90px
}

.module-carousel {
    width: 100%;
    margin-bottom: 100px
}

.module-carousel .slick-next,
.module-carousel .slick-prev {
    text-indent: 1000px;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden
}

.module-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    cursor: pointer
}

.module-carousel .slick-prev {
    left: 40px;
    border-top: 1px solid rgba(33, 33, 33, 1);
    border-left: 1px solid rgba(33, 33, 33, 1);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.module-carousel .slick-next {
    right: 40px;
    border-top: 1px solid rgba(33, 33, 33, 1);
    border-right: 1px solid rgba(33, 33, 33, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.module-images-1,
.module-images-2,
.module-images-3,
.module-images-4 {
    position: relative
}

.module-images-1 div,
.module-images-2 div,
.module-images-3 div,
.module-images-4 div {
    position: absolute
}

.module-images-1 div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.module-images-2 div:nth-child(1) {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0
}

.module-images-2 div:nth-child(2) {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.module-images-3 div:nth-child(1) {
    width: 50%;
    height: 50%;
    top: 0;
    left: 0
}

.module-images-3 div:nth-child(2) {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 0
}

.module-images-3 div:nth-child(3) {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0
}

.module-images-4 div:nth-child(1) {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0
}

.module-images-4 div:nth-child(2) {
    width: 25%;
    height: 50%;
    top: 0;
    left: 50%
}

.module-images-4 div:nth-child(3) {
    width: 25%;
    height: 50%;
    top: 0;
    right: 0
}

.module-images-4 div:nth-child(4) {
    width: 50%;
    height: 50%;
    top: 50%;
    right: 0
}

.module-images-full {
    width: 100%;
    position: relative
}

.module-images-full img {
    display: block;
    width: 100%;
    height: auto
}

.module-images-full .play {
    width: 138px;
    height: auto;
    opacity: 1;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: opacity .3s 0s, z-index 0s 0s;
    -o-transition: opacity .3s 0s, z-index 0s 0s;
    transition: opacity .3s 0s, z-index 0s 0s
}

.no-touchevents .module-images-full .play:hover {
    opacity: .6;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.module-images-full .videoHolder.clicked .play {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s .2s, z-index 0s .5s;
    -o-transition: opacity .3s .2s, z-index 0s .5s;
    transition: opacity .3s .2s, z-index 0s .5s
}

.module-images-full .poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 1
}

.module-images-full .videoHolder.clicked .poster {
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s .4s, z-index 0s .7s;
    -o-transition: opacity .3s .4s, z-index 0s .7s;
    transition: opacity .3s .4s, z-index 0s .7s
}

.teaser {
    height: 211px;
    width: 100%;
    background-color: #2a2a2a;
    /* margin-top: 94px */
}

.teaser .inner {
    position: relative;
    top: 64px
}

.teaser h2 {
    font-size: 38px;
    margin-bottom: .4em;
    position: relative
}

.teaser h2 span {
    font-weight: 300;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: -1.6em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.teaser .arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    position: relative
}

.teaser .arrow:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 13px
}

.about .cell.textBlock {
    text-align: left
}

.about .cell.textBlock h1,
.about .cell.textBlock h2 {
    margin-left: 0;
    width: 100%
}

.about .grid .row {
    position: relative;
    border-bottom: none !important
}

.about .row .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff
}

.about .row .cell:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-right: 1px solid #fff
}

.about .row .cell:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%
}

.about .grid .cell .mobile1060 {
    display: none
}

.about .grid .cell figcaption {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    bottom: 7% !important
}

@media all and (max-width: 1250px) {
    .about .cell figcaption {
        width: 86%
    }
}

.about .cell figcaption h2:before {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background-color: #fff;
    margin: 0 0 9px
}

.about .cell figcaption .social ul {
    list-style-type: none;
    padding: .7em 0 0
}

.about .cell figcaption .social ul li {
    display: inline-block;
    zoom: 1;
    margin-right: 9px;
    vertical-align: middle
}

.about .cell figcaption .social ul li a {
    width: 29px;
    height: auto;
    display: block
}

.about .cell figcaption .social ul li a svg {
    width: 29px;
    height: auto
}

.blog main section h1:after,
.info h1:after {
    height: 5px;
    background-color: #2a2a2a;
    content: ''
}

.about .cell figcaption .social ul li a svg * {
    fill: #fff
}

.about .cell figcaption .writeup {
    display: none;
    padding-top: 34px
}

.about .cell figcaption .writeup > * {
    opacity: 0;
    -webkit-transition: opacity .2s 0s;
    -o-transition: opacity .2s 0s;
    transition: opacity .2s 0s
}

.no-touchevents .about .cell:hover figcaption .writeup > * {
    opacity: 1;
    -webkit-transition: opacity .2s 1s;
    -o-transition: opacity .2s 1s;
    transition: opacity .2s 1s
}

.about .cell figcaption .writeup ol,
.about .cell figcaption .writeup p,
.about .cell figcaption .writeup ul {
    font-weight: 500;
    font-size: 90%;
    line-height: 1.8;
    padding-bottom: 1.8em
}

.about .cell figcaption .writeup:last-child {
    padding-bottom: 0
}

.info main section > div {
    margin-right: -4px;
    width: 49%;
    margin-left: 12%
}

@media all and (max-width: 1200px) {
    .info main section > div {
        width: 60%
    }
}

@media all and (max-width: 800px) {
    .info main section > div {
        width: 88%;
        margin-left: 6%
    }
}

.info h1:after {
    display: block;
    width: 65px;
    margin: .3em 0 46px 1px
}

.no-touchevents p a:hover {
    border-bottom: 1px solid rgba(42, 42, 42, 1)
}

.blog main section {
    width: 76%;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 120px
}

.blog section h1 {
    width: 70%
}

@media all and (max-width: 800px) {
    .blog section h1 {
        width: 90%
    }
}

@media all and (max-width: 660px) {
    .blog section h1 {
        width: 100%
    }
}

.blog main section h1:after {
    display: block;
    width: 65px;
    margin: .3em 0 96px 1px
}

.blog main section article {
    margin-bottom: 70px;
    border-bottom: 1px solid #ccc;
    position: relative
}

.blog main section article .date {
    padding-bottom: .7em;
    font-size: 100%
}

.blog main section article h2 {
    font-size: 31px;
    font-size: 2.15vw;
    line-height: 1;
    padding-bottom: 1em
}

@media all and (max-width: 1200px) {
    .blog main section article h2 {
        font-size: 26px
    }
}

@media all and (min-width: 1921px) {
    .blog main section article h2 {
        font-size: 41px
    }
}

.blog main section article .more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: .5em
}

.blogNav {
    position: fixed;
    z-index: 2;
    background-color: rgba(255, 255, 255, 1);
    top: 92px;
    left: 0;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 -19px 40px 0 transparent;
    box-shadow: 0 -19px 40px 0 transparent;
    -webkit-transition: -webkit-transform .5s, -webkit-box-shadow .5s;
    -o-transition: transform .5s, box-shadow .5s;
    transition: transform .5s, box-shadow .5s;
    transition: transform .5s, box-shadow .5s, -webkit-transform .5s, -webkit-box-shadow .5s
}

.smallHeader .blogNav {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
    -webkit-box-shadow: 0 -19px 40px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 -19px 40px 0 rgba(0, 0, 0, 1)
}

.blogNav .inner {
    width: 59%;
    max-width: 1132px;
    margin: auto;
    height: 100%;
    position: relative
}

.blogNav .prev {
    left: 0;
    line-height: 1
}

.blogNav .back {
    line-height: 1
}

.blogNav .next {
    right: 0;
    line-height: 1
}

.blogNav img {
    width: 6px;
    height: auto
}

.blogNav a > span {
    font-size: 80%;
    margin: 0 7px;
    line-height: 1
}

.post main section {
    width: 59%;
    max-width: 1132px;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 120px
}

@media all and (max-width: 1200px) {
    .blogNav .inner,
    .post main section {
        width: 70%
    }
}

@media all and (max-width: 800px) {
    .blogNav .inner,
    .post main section {
        width: 88%
    }
}

.post .intro .date {
    padding-bottom: .5em;
    font-size: 21px;
    font-size: 1.5vw;
    line-height: 1
}

@media all and (min-width: 1921px) {
    .post .intro .date {
        font-size: 28px
    }
}

@media all and (max-width: 1200px) {
    .post .intro .date {
        font-size: 18px
    }
}

.post section h1 {
    width: 70%
}

@media all and (max-width: 800px) {
    .post section h1 {
        width: 90%
    }
}

@media all and (max-width: 660px) {
    .post section h1 {
        width: 100%
    }
}

.post main section .intro h1:after {
    content: '';
    display: block;
    width: 65px;
    height: 5px;
    margin: .4em 0 60px 1px;
    background-color: #2a2a2a
}

.post section .content ol,
.post section .content ul {
    margin-left: 7%
}

.post section .content ol li,
.post section .content ul li {
    padding-bottom: 1.8em
}

.post section .content img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    width: 100%;
    height: auto
}

.post section .content img.half {
    width: 50%
}

@media all and (max-width: 900px) {
    h1 {
        font-size: 41px
    }

    h2 {
        font-size: 36px
    }

    main {
        margin-bottom: -253px
    }

    main:after {
        height: 253px
    }

    .smallHeader header .inner,
    header .inner {
        height: 60px
    }

    header a.logo {
        width: auto;
        height: 40px;
        left: 6%
    }

    header a.logo img {
        width: auto;
        height: 100%
    }

    header .menuButton {
        right: 6%
    }

    header .menuButton p {
        font-size: 14px;
        left: -49px;
        top: 2px
    }

    @media all and (max-width: 400px) {
        header nav > ul li {
            padding-bottom: .3em
        }
    }
    footer {
        height: 350px
    }

    .grid .cell.textBlock,
    .module-images-3,
    .module-images-4 {
        height: auto !important
    }

    footer .inner h1 {
        font-size: 41px
    }

    .info footer p {
        margin-left: 6%;
        font-size: 70%
    }

    .home .slideshow.fx {
        -webkit-clip-path: none;
        clip-path: none
    }

    .slideshow.fx .titleHolder {
        width: 88%;
        left: 6%
    }

    .titleHolder .inner__title  a {
        font-size: 12vw
    }

    .titleHolder h2 {
        font-size: 3vw
    }

    .slideshow .cell {
        overflow: hidden
    }

    .cssfilters .home .slideshow.fx .cell,
    .slideshow.fx .cell {
        -webkit-filter: none;
        filter: none
    }

    .home .pagerHolder .masterPager span.cycle-pager-active {
        top: -2px
    }

    .intro video {
        display: none;
    }

    .textBlock.fullWidth {
        width: 88%;
        margin: 127px auto
    }

    .grid .cell,
    .textBlock.centerText .inner {
        width: 100%
    }

    .clients p {
        line-height: 1.4
    }

    .textBlock.fullWidth.centerText h1:after,
    .textBlock h1:after {
        margin: .4em 0 46px 1px
    }

    .textBlock.fullWidth p {
        font-size: 14px
    }

    .textBlock.fullWidth.centerText {
        text-align: left;
        margin: 100px auto
    }

    .textBlock.centerText p a {
        padding: .6em 16px 0 0
    }

    .grid .project.left figcaption,
    .grid .project.right figcaption {
        bottom: 6%;
        padding-left: 6%;
        padding-right: 6%;
        right: auto;
        left: 0;
        text-align: left
    }

    .grid .project figcaption {
        width: 88% !important;
        padding-left: 6% !important
    }

    .grid .project figcaption h2 {
        line-height: 1;
        font-size: 48px;
        font-size: 5.4vw
    }

    @media all and (max-width: 660px) {
        .grid .project figcaption h2 {
            font-size: 36px
        }
    }
    .grid .project figcaption ul {
        padding: .3em 0 0
    }

    .grid .cell.textBlock {
        text-align: left
    }

    .grid .cell.textBlock .inner {
        position: relative;
        padding: 95px 0;
        top: 0;
        left: 6%;
        width: 88%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .grid .textBlock a.topLink {
        padding: .4em 25px 1.9em 0
    }

    .grid .textBlock h1,
    .grid .textBlock h2 {
        font-size: 36px
    }

    .grid .textBlock p {
        font-size: 14px
    }

    #twitterFeed .inner {
        left: 6%;
        width: 88%
    }

    #twitterFeed h1,
    #twitterFeed h2 {
        font-size: 36px
    }

    #twitterFeed h1:after,
    #twitterFeed h2:after {
        margin: .3em 0 33px 1px
    }

    @media all and (max-width: 800px) {
        .grid .row {
            height: auto !important
        }

        .portfolio .grid .row .cell {
            position: relative;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-right: none !important;
            border-left: none !important
        }

        .portfolio .grid .row .cell figcaption {
            bottom: 6%
        }

        .portfolio .grid .row .cell figcaption ul {
            opacity: 1
        }

        .portfolio .grid .row .cell figcaption li {
            opacity: 1;
            margin: 0 6px 8px 0
        }

        .portfolio .grid .row .cell figcaption li:after {
            width: 100%
        }

        .portfolio .grid .row .cell .overlay {
            display: none
        }
    }
    .project .intro h1 {
        font-size: 13vw
    }

    .project .intro h1:after {
        margin: .3em auto 0
    }

    .project .intro h2 {
        font-size: 2.6vw;
        max-width: 50vw;
        margin-top: 1.1em
    }

    @media (max-width: 550px) {
        .project .intro h2 {
            font-size: 16px;
            max-width: none
        }
    }
    .project .liner + .textBlock {
        margin-top: 80px
    }

    .module-carousel {
        margin-bottom: 50px
    }

    .module-carousel .slick-arrow {
        display: none !important
    }

    .textBlock.fullWidth.fill {
        padding: 100px 6%
    }

    .module-images-1 div,
    .module-images-2 div,
    .module-images-3 div,
    .module-images-4 div {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important
    }

    .module-images-1 div img,
    .module-images-2 div img,
    .module-images-3 div img,
    .module-images-4 div img {
        display: block;
        width: 100%;
        height: auto
    }

    .blogNav a > span span,
    .info main section:before,
    .module-images-full .videoHolder .play,
    .module-images-full .videoHolder .poster {
        display: none
    }

    .module-images-full .videoHolder {
        width: 100%;
        height: auto !important
    }

    .teaser {
        height: auto;
        padding-bottom: 107px
    }

    .teaser .inner {
        width: 88%;
        margin: auto
    }

    .blog main:before {
        height: 120px
    }

    .blog main section {
        width: 88%;
        padding-top: 0;
        padding-bottom: 120px
    }

    .blog main section h1:after {
        margin-bottom: 70px
    }

    .blog main section article {
        margin-bottom: 40px
    }

    .blog main section article .date {
        padding-bottom: .4em;
        font-size: 90%
    }

    .blog main section article h2 {
        font-size: 24px;
        width: 64%;
        padding-bottom: .7em
    }

    .blog main section article .more,
    .blogNav a span {
        font-size: 12px
    }

    .blogNav {
        top: 60px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .post main:before {
        height: 150px
    }

    .post main section {
        padding-top: 0
    }

    .info main:before {
        height: 120px
    }

    .info main section {
        height: auto !important
    }

    .info main section > div {
        display: block;
        margin-right: -4px
    }

    .info main section p a {
        font-size: 130%
    }
}

@media all and (max-width: 540px) {
    .titleHolder h2 {
        font-size: 4vw
    }
}

@media all and (max-width: 1060px) {
    .about .grid .row {
        height: auto !important;
        position: relative
    }

    .about .grid .cell {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        left: 0 !important;
        display: block;
        float: none;
        background-image: none !important;
        border-right: none !important
    }

    .about .grid .cell.textBlock .inner {
        color: #fff;
        position: relative !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 120px 0 80px
    }

    .about .grid .cell .mobile1060 {
        display: block;
        width: 100%;
        height: auto
    }

    .about .grid .cell figcaption {
        position: relative;
        bottom: 0 !important;
        color: #2a2a2a
    }

    .about .grid .cell figcaption h2:before {
        background-color: #2a2a2a;
        margin-top: 38px
    }

    .about .cell figcaption .social ul li a svg * {
        fill: #2a2a2a
    }

    .about .cell figcaption .writeup {
        display: block;
        margin-bottom: 90px
    }

    .about .cell figcaption .writeup > * {
        opacity: 1
    }

    .about .grid .cell .overlay {
        display: none
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    height: 100%
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100% !important;
    width: auto !important;
    min-height: 1px;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.slick-slide.slick-cloned .loadme {
    opacity: 1 !important
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.blog{
    position: relative;
    background: #f2f2f2;
    padding: 90px 0 54px;
    font-family: "Releway", sans-serif;
}
.blog__item{
    margin-bottom: 40px;
}
.blog__image{
    position: relative;
}
.blog__image{
    display: block;
    background: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 260px;
    max-width: 100%;
}
.blog__description{
    padding: 26px 35px 32px 26px;
    background: #ffffff;
}
.blog__date{
    margin-bottom: 14px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}
.blog__title{
    display: block;
    margin-bottom: 19px;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    letter-spacing: 1.2px;
    color: #333333;
}
.blog__text{
    padding-left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333333;
}
.pagination{
    padding: 18px 0 18px;
}
.pagination__list {
    padding: 0 12px;
}
.pagination__list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination__list li:nth-child(1){
    float: left;
    width: 50%;
}
.pagination__list li:nth-child(2){
    float: right;
    width: 50%;
    text-align: right;
}
.pagination__list a{
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
}
.single-blog{
    padding: 0 0 50px;
    font-family: "Releway", sans-serif;
}
.single-blog__image img{
    max-width: 100%;
}
.single-blog__description{
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding: 44px 0 54px;
}
.single-blog__title{
    margin-bottom: 16px;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.6px;
    color: #333333;
}
.single-blog__author{
    padding-left: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #333;
}
.single-blog__date{
    padding-left: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #333;
}
.single-blog__text {
    padding-left: 5px;
}
.single-blog__text p{
    padding-bottom: 0;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #333;
}
.single-blog__text p:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}
.share{
    padding: 55px 0 30px;
}
.share__item{
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 5px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.share__item_linkedin{
    background-image: url(../images/linkedin-share-icon.png);
}
.share__item_twitter{
    background-image: url(../images/twitter-share-icon.png);
}
.share__item_pinterest{
    background-image: url(../images/pinterest-share-icon.png);
}
.share__item_facebook{
    background-image: url(../images/facebook-share-icon.png);
}

.insta-feed a {
	color: #FFF !important;
}