#outdated {
    position: absolute;
    background-color: #f25648;
    color: #fff;
    display: none;
    overflow: hidden;
    left: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1500;
    padding: 24px
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0
}

#outdated #buttonUpdateBrowser {
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px
}

#outdated #buttonUpdateBrowser:hover {
    background-color: #fff;
    color: #f25648
}

#outdated .last {
    height: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 0
}

#outdated .last[dir=rtl] {
    left: 25px!important;
    right: auto!important
}

#outdated #buttonCloseUpdateBrowser {
    color: #fff;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%
}

.slick-slider {
    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;
    -webkit-tap-highlight-color: transparent
}

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

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

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

.slick-track:after {
    clear: both
}

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body,
html {
    height: 100%
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

* {
    box-sizing: border-box
}

a {
    color: inherit;
    outline: none
}

img {
    max-width: 100%
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none
}

.up {
    text-transform: uppercase
}

.clearfix {
    clear: both
}

@font-face {
    font-family: Cranberry Gin;
    font-weight: 400;
    src: url(/assets/fonts/CranberryGin-Regular.woff2) format("woff2");
}

@font-face {
    font-family: Futura Std;
    font-weight: 300;
    src: url(/assets/fonts/FuturaStd-Light.woff2) format("woff2")
}

@font-face {
    font-family: Didot;
    font-weight: 700;
    src: url(/assets/fonts/Didot.woff2) format("woff2")
}

body {
    font-family: Futura Std, sans-serif;
    font-size: 2vmax;
    line-height: 2.5vmax;
    color: #2c2f39;
    letter-spacing: 1px;
    background: #333
}

body.has-menu {
    overflow: hidden
}

p {
    padding-bottom: 1.6vmax
}

.view {
    padding-top: 45px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
    margin: 0 6%
}

.view-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.view-contact,
.view-home,
.view-mission {
    text-align: center
}

.view-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.view-full {
    margin: 0
}

.view-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 20px
}

.view__top {
    display: block;
    width: 47px;
    height: 25px;
    margin: 25px auto;
    background: url(/assets/icons/arrow.svg) 50%;
    transform: rotate(180deg);
    background-size: 47px 25px
}

.projects-slider__name,
.title {
    font-size: 3vmax;
    line-height: 4vmax;
    font-family: Didot;
    margin: 1.6vmax 6%
}

.view-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform .5s;
    overflow: hidden;
    height: 100vh
}

.has-menu .view-nav {
    transform: translateY(0)
}

.nav__links {
    font-size: 26px;
    font-family: Cranberry Gin;
    line-height: 1.3
}

.nav__links a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all .3s
}

.nav__links a:hover {
    letter-spacing: 2px;
    color: #000
}

.nav__image {
    margin: 1.6vmax 0;
    text-align: center
}

.nav__hero {
    font-family: Futura Std;
    font-size: 20px
}

.btn,
.nav__hero {
    text-align: center;
    font-weight: 300
}

.btn {
    display: block;
    width: 193px;
    height: 47px;
    margin: 1.6vmax auto;
    line-height: 47px;
    text-decoration: none;
    text-transform: uppercase;
    background: hsla(0, 0%, 100%, .5);
    transition-duration: .3s;
    transition-property: color, background;
    color: #2c2f39;
    font-size: 15px;
}

.btn:hover {
    color: #2c2f39;
    background-color: #fff
}

.btn-black {
    border: 1px solid #2c2f39
}

.btn-black:hover {
    color: #fff;
    background-color: #2c2f39
}

.projects-slider .next,
.projects-slider .prev {
    position: absolute;
    top: 50%;
    left: 6%;
    background: url(/assets/icons/prev.svg) no-repeat;
    display: block;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11px;
    z-index: 50
}

.projects-slider .next {
    left: auto;
    right: 6%;
    background-image: url(/assets/icons/next.svg)
}

.projects-slider__item {
    display: -ms-flexbox!important;
    display: flex!important;
    min-height: 514px;
    min-height: calc(100vh - 8vh - 200px);
    background-size: cover;
    background-position: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 25px 3rem
}

.projects-slider__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(180deg, rgba(44, 47, 57, .3), rgba(44, 47, 57, 0));
    mix-blend-mode: multiply
}

.projects-slider__body {
    position: relative;
    z-index: 10
}

.projects-slider__name {
    margin: 0 6% 1.6vw;
    text-align: center;
    color: #fff;
    font-size: 3.57vmax;
    line-height: 4.18vmax
}

.project {
    padding: 50px 0;
    margin: 0 20px;
    text-align: center
}

.project p {
    margin-bottom: 1em
}

.project .up {
    text-transform: uppercase
}

.project__logo {
    margin-bottom: 50px
}

.project__close {
    width: 47px;
    height: 47px;
    background: url(/assets/icons/close.svg);
    background-size: 47px 47px;
    margin: 1.6vmax 0
}

.project-image {
    display: block;
    margin-bottom: 20px
}

.project-image img {
    display: block
}

.projects-inprogress__item {
    min-height: 480px;
    height: 75vh;
    height: calc(100vh - 8vh - 200px);
    padding: 85px 1rem;
    margin: 20px 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative
}

.projects-inprogress__item--centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.projects-inprogress__initials {
    font-size: 60px;
    line-height: 50px;
    font-family: Didot;
    font-weight: 700
}

.projects-inprogress__name {
    font-family: Didot;
    font-weight: 700;
    font-size: 3.57vmax;
    line-height: 4.18vmax
}

.projects-inprogress__meta {
    margin-top: 1.6vmax;
    font-size: 1.75vmax;
    line-height: 2.5vmax;
    text-transform: uppercase
}

.projects-inprogress__item .btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

.press-slider {
    margin: 0 auto
}

.press-slider .next,
.press-slider .prev {
    top: 132px;
    position: absolute;
    left: 20px;
    background: url(/assets/icons/prev-dark.svg) no-repeat;
    display: block;
    width: 24px;
    height: 46px;
    background-size: 24px 46px;
    margin-top: -22px;
    z-index: 50
}

.press-slider .next {
    left: auto;
    right: 20px;
    background-image: url(/assets/icons/next-dark.svg)
}

.press img {
    width: 100%
}

.press__title {
    font-family: Cranberry Gin;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.press__content {
    font-size: .9rem
}

.press__portrait {
    display: none
}

.press__body .btn {
    display: block;
    margin: 1rem auto;
    max-width: 90%!important
}

.press__images {
    overflow: hidden;
    margin-bottom: 1rem
}

.press__body {
    text-align: center
}

.loader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: rgba(44, 47, 57, .1);
    z-index: 2000;
    overflow: hidden
}

.loader__bar {
    width: 20%;
    height: 3px;
    background: #2c2f39;
    animation: loading 1s infinite
}

@keyframes loading {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(100vw)
    }
}

.page {
    background-color: #fff;
    opacity: 1;
    transition: opacity .5s
}

.has-menu .page {
    opacity: 0;
    transform: scale(.8);
    transition: transform .5s, opacity .5s
}

.logo {
    max-width: 80%;
    max-height: 80%
}

.view__next {
    display: block;
    width: 47px;
    height: 25px;
    margin: 25px auto;
    background: url(/assets/icons/arrow.svg) 50%;
    background-size: 47px 25px
}

.menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    width: 23px;
    height: 13px;
    background: url(/assets/icons/menu.svg);
    background-size: 23px 13px
}

.has-menu .menu {
    background-image: url(/assets/icons/menu-close.b8ef5ba.svg)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: 45px;
    background-color: #fff;
    z-index: 1000
}

.header__logo {
    display: none;
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%)
}

.header__title {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-family: Cranberry Gin;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 6px;
    margin-top: 45px;
    margin-bottom: 20px
}

#issuu {
    height: 500px;
}

@media only screen and (min-width:768px) {
    .d-hidden {
        display: none!important
    }
    .view {
        padding-top: 8vh
    }
    .projects-slider__item {
        padding-left: 200px;
        padding-right: 200px
    }
    .projects-slider-future {
        margin: 0 180px
    }
    .projects-slider .next,
    .projects-slider .prev {
        width: 25px;
        height: 47px;
        background-size: 25px 47px;
        margin-top: -23px
    }
    .project {
        max-width: 1250px;
        margin: 0 auto;
        padding: 150px 0
    }
    .project p {
        margin-left: 50px;
        margin-right: 50px
    }
    .projects-inprogress {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .projects-inprogress__meta {
        font-size: inherit;
        line-height: inherit
    }
    /*changed width from 50% to 100% as only one current project 17-may-2018*/
    .projects-inprogress__item {
        width: 100%;
        margin: 20px
    }
    .projects-inprogress__item:first-child {
        margin-left: 0
    }
    .projects-inprogress__item:last-child {
        margin-right: 0
    }
    .press-slider .next {
        top: 34%;
        right: 6%
    }
    .press-slider .prev {
        top: 34%;
        left: 6%
    }
    .press__landscape,
    .press__portrait {
        display: block;
        margin-bottom: 0;
        float: left
    }
    .press__landscape img,
    .press__portrait img {
        width: 100%
    }
    .press__portrait {
        float: left;
        width: 32.7%;
        margin-right: 1.9%
    }
    .press__landscape {
        float: right;
        width: 65.4%
    }
    .press__body {
        text-align: left;
        padding-left: 6%;
        width: 100%
    }
    .press__body .btn {
        margin-left: 0;
        margin-right: 0
    }
    body {
        font-size: 1.19vmax;
        line-height: 1.73vmax
    }
    .header {
        height: 8vh
    }
    .header__title {
        z-index: 2000;
        margin-top: 0
    }
    .menu {
        width: 46px;
        height: 26px;
        background-size: 46px 26px
    }
    .logo {
        max-width: 80vh;
        max-height: 80vh
    }
}

@media only screen and (max-width:768px) {
    .m-hidden {
        display: none!important
    }
    .press-slider .next,
    .press-slider .prev {
        background: url(/assets/icons/prev.svg) no-repeat;
        display: block;
        width: 12px;
        height: 23px;
        background-size: 12px 23px;
        margin-top: -11px;
        z-index: 50
    }
    .press-slider .next {
        background-image: url(/assets/icons/next.svg)
    }
    #issuu {
        height: 300px;
    }
}

@media only screen and (min-width:1400px) {
    .press__body {
        margin-top: 0;
        float: right;
        width: 19%;
        padding-left: 20px
    }
    .press-slider .next,
    .press-slider .prev {
        top: 50%
    }
    .press__images {
        width: 81%;
        float: left;
        margin-bottom: 0
    }
    #issuu {
        height: 600px;
    }
}

/*
SAFARI FIX ON WHITE SPACE
*/
.projects-slider__body .projects-slider__name{
    word-spacing:15px;
}
