.iframe,
.main {
    position: relative
}

.clear:after,
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

.flex-column,
.touch .menu,
.touch .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.slick-list:focus,
:focus {
    outline: 0
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

.menu-part:hover>.parent-menu-item,
.parent-menu-item.active,
em,
i {
    font-style: italic
}

li,
ol,
ul,
ul li {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

blockquote,
q {
    quotes: "" ""
}

img {
    line-height: 0
}

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%
}

body.no-touch,
body.touch {
    opacity: 1;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity
}

.container {
    width: 100%
}

a {
    color: currentColor;
    text-decoration: none
}

.fullheight {
    min-height: 100vh
}

.block {
    display: block
}

.aligncenter {
    text-align: center
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.justify-text {
    text-align: justify
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img-container,
.video-container {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0
}

.img-container img,
.video-container video {
    width: 100%;
    height: auto
}

.iframe {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.uppercase {
    text-transform: uppercase
}

.clear:after {
    display: table;
    clear: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-in {
    -webkit-animation: fadeIn .3s cubic-bezier(.39, .575, .565, 1);
    animation: fadeIn .3s cubic-bezier(.39, .575, .565, 1)
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    background: #fff;
    z-index: 100
}

.logo {
    /*width: 110px;
    height:60px;
    background: url(../img/logo-1.png) no-repeat; */
    letter-spacing:2px;
    font-size:3rem;
    font-weight:1%;
    background-size: 100% auto;
}

.menu {
    background: #fff;
    font-family: DarkerGrotesque-Regular;
    font-size: 12px;
    line-height: 14px;
    padding:20px;
}

.about-address,
.about-bio,
.about-email,
.bureaupress,
.touch .menu {
    font-family: KesslerSuperDisplay-Regular
}

.menu-part {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px
}

.menu-part:last-child {
    margin-right: 0
}

.sub-menu {
    max-width: 0;
    width: 100%
}

.project-sub-menu {
    -webkit-transition: max-width .2s linear;
    transition: max-width .2s linear
}

.about-sub-menu {
    -webkit-transition: max-width .1s linear;
    transition: max-width .1s linear
}

.sub-menu-item:first-child {
    margin-left: 20px
}

.sub-menu-item a {
    margin-right: 5px;
    cursor: pointer
}

.sub-menu-item a:hover,
.sub-menu>.active a {
    opacity: .5
}

.sub-menu>a:last-child {
    margin-right: 0
}

.menu-part:hover>.project-sub-menu,
.project-sub-menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 245px
}

.about-sub-menu.active,
.menu-part:hover>.about-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70px
}

.menu-btn-container.menu-close,
.menu-btn-container.menu-open {
    display: none;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.menu-btn-container.menu-open {
    background: url(../img/burger.svg) center center no-repeat;
    background-size: 20px auto
}

.menu-btn-container.menu-close {
    background: url(../img/close.svg) center center no-repeat;
    background-size: 20px auto;
    z-index: 11
}

.menu-btn-container.menu-close.active {
    display: block
}

.menu-btn {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .1s linear opacity;
    transition: .1s linear opacity
}

.site-header .slider-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/close.svg) center center no-repeat;
    background-size: 20px auto;
    z-index: 11;
    cursor: pointer
}

.site-header .slider-close.active {
    display: none
}

@media screen and (max-width:750px) {
    .site-header {
        padding: 20px 0
    }

    .site-header .slider-close.active {
        display: block
    }

    .menu-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-btn-container {
        display: none
    }

    .menu-btn,
    .menu-btn-container.active,
    .sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .logo {
        /*width: 60px;
        height: 31px;
        background: url(../img/logo-1.png) no-repeat;*/
        background-size: 100% auto;
        margin: auto
    }

    .menu {
        position: fixed;
        top: 71px;
        left: 0;
        bottom: 0;
        width: 100%;
        font-family: KesslerSuperDisplay-Regular;
        font-size: 25px;
        line-height: 30px;
        z-index: 1;
        padding: 40px 20px 70px;
        -webkit-transform: translate3d(-120%, 0, 0);
        transform: translate3d(-120%, 0, 0);
        -webkit-transition: .3s linear -webkit-transform;
        transition: .3s linear transform;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        opacity: 0
    }

    .menu.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .menu,
    .sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sub-menu {
        width: auto
    }

    .menu-part {
        display: block;
        overflow: visible;
        margin-right: 0
    }

    .parent-menu-item {
        margin-bottom: 5px;
        text-transform: capitalize
    }

    .parent-menu-item.active {
        opacity: .5
    }

    .press .parent-menu-item.active {
        opacity: 1
    }

    .project-sub-menu {
        margin-bottom: 40px
    }

    .sub-menu-item {
        margin: 0 0 25px !important
    }

    .sub-menu-item a {
        margin-right: 0
    }

    .menu-part:hover>.parent-menu-item,
    .menu-part:hover>.parent-menu-item.active,
    .parent-menu-item.active {
        font-style: normal
    }

    .about-sub-menu .sub-menu-item:first-child,
    .project-menu-item {
        display: none
    }
}

.touch .menu-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.touch .menu-btn-container {
    display: none
}

.touch .menu-btn,
.touch .menu-btn-container.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.touch .logo {
    /*width: 60px;
    height: 31px;
    background: url(../img/logo-1.png) no-repeat;*/
    background-size: 100% auto;
    margin: auto
}

.touch .menu {
    position: fixed;
    top: 71px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    z-index: 1;
    padding: 40px 20px 70px;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    -webkit-transition: .3s linear -webkit-transform;
    transition: .3s linear transform;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0
}

.touch .menu.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.touch .menu,
.touch .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.touch .sub-menu {
    width: auto
}

.touch .menu-part {
    display: block;
    overflow: visible;
    margin-right: 0
}

.touch .parent-menu-item {
    margin-bottom: 5px;
    text-transform: capitalize
}

.touch .parent-menu-item.active {
    opacity: .5
}

.touch.press .parent-menu-item.active {
    opacity: 1
}

.touch .project-sub-menu {
    margin-bottom: 40px
}

.touch .sub-menu-item {
    margin: 0 0 5px !important
}

.touch .sub-menu-item a {
    margin-right: 0
}

.touch .menu-part:hover>.parent-menu-item,
.touch .menu-part:hover>.parent-menu-item.active,
.touch .parent-menu-item.active {
    font-style: normal
}

.touch .about-sub-menu .sub-menu-item:first-child,
.touch .project-menu-item {
    display: none
}

.home-modal-link,
.lazy-bg {
    display: block;
    height: 100%
}

@media (min-width:750px) {

    .touch .menu-btn-container.menu-close,
    .touch .menu-btn-container.menu-open {
        left: 80px
    }

    .touch .menu {
        padding: 40px 80px 70px
    }

    .touch .site-header .slider-close {
        right: 80px
    }

    .touch .site-header .slider-close.active {
        display: block
    }
}