@font-face {
    font-family: 'HelveticaNeueLTStd-HvEx';
    src: url('../assets/fonts/HelveticaNeueLTStd-Lt.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../assets/fonts/HelveticaNeueLTStd-Lt.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('../assets/fonts/HelveticaNeueLTStd-Md.otf');
}



/* end fonts */

img {
    opacity: 1;
    border: none !important;
    background: transparent;
}

img.lazy {
    transition: .5s ease all;
    opacity: 1;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: rgba(0, 0, 0, .5);
}





/* common */

html,
body {
    background-color: black;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 12px;
    font-family: 'futura-pt', sans-serif;
    color: #fff;
    height: 100%;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'futura-pt', sans-serif;
    color: #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
    color: #fff;
    overflow-x: hidden;
}

/* Disable scroll when on home page */
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/* Reel overlay styles */
.reel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reel-overlay.show {
    display: flex;
    opacity: 1;
}

.reel-content {
    position: relative;
    width: 80%;
    max-width: 960px;
    aspect-ratio: 16/9;
}

.reel-video {
    width: 100%;
    height: 100%;
}

.reel-video iframe,
.reel-video video {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    background: #000;
}

.reel-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    transition: color 0.2s ease;
}

.reel-close:hover {
    color: #ffff5d;
}

.top-bar {
    width: 100vw;
    height: 50vh;
    background: black;
    position: fixed;
    z-index: 1000;
    top: 0;
    transition: .3s ease-in-out;
}

.top-bar.bar {
    height: 10vh;
}

.top-bar.hide {
    height: 0vh;
    min-height: 0;
}

.bottom-bar {
    width: 100vw;
    height: 50vh;
    background: black;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    text-align: center;
    transition: .3s ease-in-out;
}

.bottom-bar.bar {
    height: 10vh;
}

.bottom-bar.hide {
    height: 0vh;
    min-height: 0;
}

.bottom-bar .title {
    padding-top: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 30px;
}

.bottom-bar .subtitle {
    color: white;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-size: 12px;
}

#webgl {
    position: fixed;
    z-index: 2;
    opacity: 0;
    transition: 1s opacity ease-in;
}

#webgl.show {
    opacity: 1;
}

.background-video {
    object-fit: cover;
    width: 105%;
    margin-left: -2.5%;
    margin-top: -2.5%;
    height: 105%;
    position: fixed;
    opacity: 0;
    transition: 0s opacity ease-in-out;
}

.background-video.show {
    opacity: 1;
    transition: 2s opacity ease-in-out;
}

/* background */
.background {

    width: 100vw;
    height: 100vh;
    transition: 1s all ease-in-out;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-image: url(../assets/images/background.jpg);
    object-fit: cover;
    opacity: 1;
    background: radial-gradient(circle at 3% 5%, #253239 0%, #0b0c0d 50%);
}

/* end background */

/* core colors */

.sixteen-nine {
    width: 85vw;
    height: 48vw;
    margin-left: 7.5vw;

}

/* common */

.top-section {
    text-align: center;
    position: relative;
    top: 10vh;
    margin-bottom: 16vh;
    width: 100vw;

}




.top-section .client {
    pointer-events: none;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 10px;
    opacity: .5;
    padding-right: 6.5px;
}


.top-section .role {
    pointer-events: none;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 10px;
    opacity: .5;
    padding-right: 6.5px;
}



.feature {
    margin-top: 30vw;
}

.feature img {
    object-fit: cover;
    object-position: center center;
    filter: grayscale(30%);
}

.section-title {
    text-align: center;
    pointer-events: none;
    margin-top: 15vh;
    margin-bottom: 5vh;
    color: white;
    text-transform: uppercase;
    letter-spacing: .5vw;
    font-size: 1vw;
    color: #3d5257;


}


/* gallery */
.gallery {
    position: relative;
    width: 100vw;
    height: 52vw;
    overflow: hidden;
}

.gallery .slide img {
    position: absolute;
    object-fit: contain;
}

.gallery .slide {
    transition: all 1s ease-in-out;
    opacity: 0;
}

.gallery .slide.show {
    opacity: 1;
}

/* gallery */


/* media */
.media-list .list-item {
    float: none;
    height: auto;
}

.media-list .list-item img {
    width: 80vw;
    margin-left: 10vw;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 5vw;
    height: auto;
}

.media-list .list-item.videos {
    display: inline-block;
    width: 24vw;
    height: auto;
    margin-left: 4vw !important;
    margin-bottom: 5vw;
}

.media-list .list-item.videos video {
    width: 24vw;
    height: 36vw;
    margin-left: 10vw;
    object-fit: cover;
    object-position: center center;
}

.media-list .list-item.videos.first {
    margin-left: 0 !important;
}

.media-list .list-item.video-full {
    width: 80vw;
    margin-left: 10vw;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 5vw;
    height: auto;
}

.media-list .list-item.video-full video {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.media-list .gif {
    display: inline-block;
    width: 24vw;
    height: auto;
    margin-left: 4vw !important;
}

.media-list .gif.first {
    margin-left: 0 !important;
}

.media-list .gif img {
    width: 24vw;
    height: auto;
}

.media-list .fit img {
    object-fit: cover;
    object-position: center center;
    height: 32vw;
}

/*
.media-list .first { margin-left:10vw; }
*/


/* media */



/* related list */
.related-list {
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw;
    width: 90vw;
    margin-left: 5vw;
}

.related-list .list-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transition: .5s all;
    filter: grayscale(60%);
    cursor: pointer;
    height: auto;
    width: auto;
    margin: 0;
}

.related-list .list-item:hover {
    filter: grayscale(0%);
}

.related-list .list-item img {
    width: 28.3vw;
    object-fit: cover;
    ;
    height: 16vw;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    border: 1px solid #222;
}

.related-list .list-item .titles {
    position: absolute;
    text-transform: uppercase;
    opacity: .7;
    transition: .1s all;
    width: 94%;
    height: 30px;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    bottom: 0px;
}

.related-list .list-item .title {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .1s all;
    font-size: 1vw;
    font-family: futura-pt;


}

.related-list .list-item .subtitle {
    color: grey;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: .1s all;
    font-size: 10px;
    font-family: futura-pt;

}

/* related list */



/* bottom nav */


.bottom-nav {
    background-color: rgba(100, 100, 100, .2);
    height: 40px;
    width: 100vw;
    position: absolute;
    bottom: 0px;
}

.bottom-next {
    opacity: .6;
    cursor: pointer;
    position: absolute;
    right: 5vw;
    top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    transition: .3s all ease-out;
}

.bottom-next:hover {
    opacity: 1;
}

.bottom-back {
    opacity: .6;
    cursor: pointer;
    position: absolute;
    left: 5vw;
    top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    transition: .3s all ease-out;
}

.bottom-back:hover {
    opacity: 1;
}

.bottom-up {
    opacity: .6;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
    font-size: 12px;
    text-transform: uppercase;
    transition: .3s all ease-out;
}

.bottom-up:hover {
    opacity: 1;
}


/* bottom nav */


/* awards */
.awards .list-item {
    display: inline-block;
    float: left;
}

.awards img {
    width: 50px;
}




/* awards */


/* content */
.content {}

.content {
    font-size: 12px;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 10vw;
    font-family: 'futura-pt';
}

.content-image {}

.content-image img {
    width: 90vw;
    padding-bottom: 10px;
    max-width: 1000px;
}

.content-image .label {
    font-family: 'futura-pt';
    font-size: 10px;
}

/* content */


/* loader */
.loader {
    opacity: 0;
    width: 0%;
    height: 1px;
    background-color: #3d5257;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s all, .5s opacity;
    z-index: 0;
}

.loader.show {
    opacity: .7;
    z-index: 10000;
}

.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: auto;
    z-index: 10000;
    opacity: 1;
    transition: .3s all, .5s opacity;
}

.loader-icon.show {
    opacity: 1;
    z-index: 10000;
}

/* loader */



/* header */
.header {
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 12vh;
    top: -5vh;
    left: 0;
    padding: 0;
    margin: 0;
    transition: 1s all ease-in-out;
    z-index: 1000;
}

.header.show {
    opacity: 1;
    z-index: 1000;
    top: 0;
}

.header.shade {
    background: rgba(0, 0, 0, .7);
}

.logo {
    cursor: pointer;
    position: absolute;
    top: 5vh;
    left: 5vw;
    z-index: 100;
    transform: rotate(0deg);
    width: 50px;
    transition: all 2s ease-in-out;
    transform-origin: 0% 50%;
}

.header-title {
    position: absolute;
    top: 2.5vw;
    left: 70%;
    font-size: 11px;
    font-family: futura-pt;
    color: #fff;
    width: 12vw;
    text-transform: uppercase;
}

/* end header */


/* menu */
.menu {
    opacity: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 1s all;
    z-index: 0;
    background: #000;
}

.menu.show {
    opacity: 1;
    z-index: 1000;
    display: block;
}

.menu .menu-items {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    margin-top: 0vw;
}

.menu .menu-item {
    cursor: pointer;
    list-style: none;
    opacity: .5;
    text-align: center;
    font-size: 9vw;
    line-height: 10vh;
    text-transform: uppercase;
    color: white;



}

.menu .menu-item:hover {
    -webkit-text-stroke-width: 0px;
    text-stroke-width: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    background-clip: text;
    background-image: url(../assets/images/backer1.jpg);
    background-repeat: repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.menu .menu-item.active {
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

/* menu */


/* desktop menu */
.header-menu {
    padding: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
    right: 5vw;
    top: 5vh;
}

.header-menu .menu-items {}

.header-menu .menu-item {
    display: inline-block;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    font-size: .9vw;
    opacity: .5;
    padding-right: 6.5px;
}

/* desktop menu */







/* page common */
/* overflow-y: scroll; overflow-x:hidden;
  -webkit-overflow-scrolling: touch; */
.page {
    width: 100vw;
    position: absolute;
    transform: translate3d(0, 20%, 0);
    top: 0px;
    left: 0px;
    z-index: 0;
    background: none;
    opacity: 0;
    padding-bottom: 10vw;
    transition: .8s ease-in-out;
}

.page.show {
    z-index: 100;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.page.hide {
    display: none;
}

.page-title {
    user-select: none;
    white-space: nowrap;
    position: absolute;
    top: 12vh;
    font-size: 28vh;
    font-family: futura-pt;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    pointer-events: none;
    margin: 0 auto;
    width: 100vw;
    text-align: center;
    color: rgba(255, 255, 255, .1);
    letter-spacing: 2vh;
    font-weight: 100;
}

.page-subtitle {
    user-select: none;
    position: relative;
    white-space: nowrap;
    pointer-events: none;
    top: 29vh;
    margin: 0 auto;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: 0.8vw;
    font-size: 1.2vw;
    text-align: center;
}

.page-content {
    pointer-events: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 15px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    opacity: .8;
    text-align: center;
    display: none;
}

.page-content a {
    pointer-events: auto;
}

.list {
    margin-top: 45vh;
    /*
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
  */
    margin-left: 2.5vw;
    width: 95vw;
    overflow: hidden;

}

.tilt {
    /* border: 1px solid #222; */
}

.list-item {
    /*position:relative; display: flex;*/

    -webkit-transform: translateZ(0);

    float: left;
    margin: 2.5vw;
    position: relative;
    width: 42.5vw;
    height: 22vw;

}

.list-item img {
    width: 42.5vw;
    object-fit: cover;
    ;
    height: 22vw;
    transition: .5s opacity;
    opacity: .7;
    -webkit-transform: translateZ(0);

}

.list-item .titles {
    position: absolute;
    text-transform: uppercase;
    opacity: 0;
    transition: .3s all;
    width: 38.5vw;
    height: 3vw;
    padding: 2vw;
    padding-top: 1vw;
    background: rgba(0, 0, 0, .7);
    bottom: -1px;
}

.list-item .title {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .1s all;
    font-size: 1.4vw;
    font-family: futura-pt;


}

.list-item .subtitle {
    color: grey;
    text-transform: uppercase;
    margin-bottom: .5vw;
    transition: .1s all;
    font-size: 1vw;
    font-family: futura-pt;


}


.list-item {
    cursor: pointer;
}

.list-item:hover .titles {
    opacity: 1;
}

.list-item img {
    opacity: .7;
}

.list-item:hover img {
    opacity: 1;
}

.media-block .list-item img {
    opacity: 1;
}

.links-list {
    text-align: center;
    margin-left: 10vw;
    width: 80vw;
    margin-top: 5vh;
}

.links-list .list-item {
    display: inline-block;
    padding: 1vw;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2vw !important;
    border: 1px solid #222;
    background-color: rgba(255, 255, 255, .9);
    color: #3d5257;
    opacity: .7;
    width: auto;
    height: auto;
    float: none;
    transition: .3s ease-in-out;
}

.links-list .list-item a {
    text-decoration: none;
    color: inherit;
}

.links-list .list-item:hover {
    background-color: #3d5257;
    color: rgba(255, 255, 255, .9);
}



/* detail level press lists */

.press-list {
    text-align: center;
    margin-left: 10vw;
    width: 80vw;
}

.press-list .list-item {
    display: block;
    padding: 1vw;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2vw !important;
    border: 1px solid #222;
    background-color: #3d5257;
    opacity: .7;
    width: auto;
    height: auto;
    float: none;
    transition: .3s ease-in-out;
}

.press-list .list-item a {
    text-decoration: none;
    color: inherit;
}

.press-list .list-item:hover {
    background-color: rgba(255, 255, 255, .9);
    color: #3d5257;
}


/* end page common */






/* home */
.home {
    overflow: hidden;
    height: 100%;
    padding-bottom: 0;
    pointer-events: none;
}

.home .titles {
    top: 50%;
    left: 50%;
    z-index: 100;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;

    margin: 0;
    padding: 0;
}

.home .page-title {
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
    font-size: 5vw;
    letter-spacing: 2.6vw;
    color: #3d5257;
    color: hsla(192, 18%, 49%, 1);

    /* text-shadow:0px 6px 10px #3d5257;  */
    filter: drop-shadow(0px 6px 10px #3d5257);

    text-indent: 2.6vw;
    opacity: 1;
    font-weight: 100;
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    padding: 0;
    margin: 0;
    position: relative;

}

.home .page-subtitle {
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
    font-size: 1vw;
    letter-spacing: 1.55vw;
    text-indent: 1.8vw;
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    padding: 0;
    margin: 0;
    position: relative;

}


.footer-menu {
    z-index: 100;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 15vh;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: .4s all ease-in-out;
}

.footer-menu.show {
    opacity: 1;
}

.footer-menu .menu-items {
    padding: 0;
    margin: 0;
}

.footer-menu .menu-item {
    display: inline-block;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    text-indent: .2vw;
    font-size: 1vw;
    opacity: .5;
    padding-right: 4vw;
    padding-left: 4vw;
    user-select: none;
}

/* end home */




/* press */

.press .list {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8vw;
    margin-left: 5vw;
    width: 90vw;
    margin-top: 50vh;
    overflow: visible;


}

.press .interviews-list {
    margin-top: 0;
}

.press .list-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;


    transition: .3s all !important;
    filter: grayscale(20%);
    width: auto;
    height: auto;

}


.press .list-item img {
    width: 100%;
    object-fit: contain;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.press .list-item .titles {
    position: absolute;
    text-transform: uppercase;
    opacity: 0;
    transition: .3s all;
    width: 90%;
    height: 3vw;
    padding: 1vw;
    background: rgba(0, 0, 0, .7);
    bottom: -5vw;
}

.press .list-item .title {
    font-size: 1.1vw;
}

.press .list-item .subtitle {
    font-size: .9vw;

}


.press .list-item {
    cursor: pointer;
}

.press .list-item:hover .titles {
    opacity: 1;
}

.press .list {

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.press .list-item {
    position: relative;
    -webkit-transform: perspective(100px) rotateY(-3deg) !important;
    transform: perspective(100px) rotateY(-3deg) !important;
    outline: 1px solid transparent;
    box-shadow: none;
    margin: 0;
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.press .list-item:hover {
    -webkit-transform: perspective(100px) rotateY(-.5deg) !important;
    transform: perspective(100px) rotateY(-.5deg) !important;
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    filter: grayscale(0%);
}


.press .list-item img {
    position: relative;
}

.press .list-item:before,
.press .list-item:after {
    position: absolute;
    top: 1%;
    height: 98%;
    content: ' ';
    z-index: -1;
}

.press .list-item:before {
    width: 100%;
    left: 2.5%;
    background-color: #5a2d18;
    box-shadow: 5px 5px 20px #333;
}

.press .list-item:after {
    width: 2%;
    left: 100%;
    background-color: #dddddd;
    box-shadow: inset 0px 0px 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100) rotateY(20deg);
    transition: .3s ease-in-out all;
}



/* press */




/* press detail */
.press-detail .page-title {
    font-size: 3.5vw;
    letter-spacing: .5vw;
    top: 30vh;
    color: #3d5257;
}

.press-detail .page-subtitle {
    top: 25vh;
}



.press-detail .client {
    pointer-events: none;
    margin-top: 5vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;
}

.press-detail .list-item {
    margin: 0;
}

.press-detail .feature {
    margin-top: 45vh;
    width: 30vw;
    float: right;
    margin-right: 10vw;
    margin-bottom: 5vh;
}

.press-detail .feature-content {
    width: 30vw;
}

.press-detail .feature img {
    border: 1px #222 solid;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0%);
    width: 30vw;
    max-width: 500px;
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-1deg);
    -webkit-transform: perspective(100px) rotateY(-1deg);
    outline: 1px solid transparent;
    box-shadow: none;
    margin: 0;
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.press-detail .next-button {
    position: absolute;
    right: 0vw;
    top: 70vh;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    opacity: .5;
}

.press-detail .next-button-arrow {
    position: absolute;
    left: -65%;
    top: 22%;
    width: 100%;
    transition: .3s all ease-in-out;
}

.press-detail .next-button-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: .3s all ease-in-out;
}

.press-detail .next-button:hover .next-button-arrow {
    transform: translate(2vw, 0px);
}

.press-detail .next-button:hover .next-button-circle {
    transform: translate(-2vw, 0px);
}

.press-detail .content-title {
    margin-top: 40vh;
    display: none;
}

.press-detail .content {
    margin-top: 46vh;
    margin-left: 10vw;
    width: 45vw;
    font-size: 1.2vw;
}

.press-detail .social-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.press-detail .social-list .list-item {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.press-detail .social-title {
    clear: both;
}

.press-detail .social-list .list-item img {
    width: 40px;
    height: auto;
    border: none;
}

.press-detail .social-list .list-item {
    opacity: .6;
    transition: .3s all ease-in-out;
}

.press-detail .social-list .list-item:hover {
    opacity: .8;
}

.press-detail .related-title {
    clear: both;
}



.press-detail .related-list {
    display: inline-grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2vw;
    width: 90vw;
    margin-left: 5vw;
}

.press-detail .related-list .list-item {}

.press-detail .related-list .list-item .titles {
    display: none;
}

.press-detail .related-list .list-item img {
    width: 13vw;
    object-fit: cover;
    ;
    height: 18vw;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.press-detail .media-title {
    clear: both;
}





/* press detail */



















/* art */

.art .list {}

/* art */




/* art detail */

.art-detail .page-title {
    font-size: 3.5vw;
    letter-spacing: .5vw;
    top: 30vh;
    color: #3d5257;
}

.art-detail .page-subtitle {
    top: 25vh;
}



.art-detail .client {
    pointer-events: none;
    margin-top: 5vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;
}


.art-detail .role {
    pointer-events: none;
    margin-top: 1vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;

}

.art-detail .feature iframe {
    border: 1px solid #222;
    object-position: center center;
}

.art-detail .feature {
    margin-top: 42vh;
}

.art-detail .feature img {
    border: 1px #222 solid;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0%);
}

.art-detail .next-button {
    position: absolute;
    right: 0vw;
    top: 80vh;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    opacity: .5;
}

.art-detail .next-button-arrow {
    position: absolute;
    left: -65%;
    top: 22%;
    width: 100%;
    transition: .3s all ease-in-out;
}

.art-detail .next-button-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: .3s all ease-in-out;
}

.art-detail .next-button:hover .next-button-arrow {
    transform: translate(2vw, 0px);
}

.art-detail .next-button:hover .next-button-circle {
    transform: translate(-2vw, 0px);
}

.art-detail .content {
    margin-top: 5vh;
}

.art-detail .content {
    margin-top: 5vh;
    margin-left: 10vw;
    width: 80vw;
    font-size: 1.2vw;
}

.art-detail .content a {
    color: slategrey;
}

.art-detail .content p,
.work-detail .content li {
    opacity: .7;
}

.art-detail .content li {
    display: inline-block;
    padding: 2vw;
}

.art-detail .content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.art-detail .list-item {
    margin: 0;
}

.art-detail .awards-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.art-detail .awards-list .list-item {
    display: inline-block;
    padding: 10px;
    max-width: 100px;
    vertical-align: top;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 2vw;
    font-size: .7vw;
    word-break: break-word;
}


.art-detail .awards-list .list-item img {
    max-width: 100px;
    width: 6vw;
    height: auto;
    border: none;
    background: transparent;
}

.art-detail .awards-list .list-item {
    opacity: .6;
}

.art-detail .social-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.art-detail .social-list .list-item {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.art-detail .social-list .list-item img {
    width: 40px;
    height: auto;
    border: none;
}

.art-detail .social-list .list-item {
    opacity: .6;
    transition: .3s all ease-in-out;
}

.art-detail .social-list .list-item:hover {
    opacity: .8;
}




.art-detail .press-list {
    text-align: center;
    margin-left: 10vw;
    width: 80vw;
}

.art-detail .press-list .list-item {
    display: block;
    padding: 1vw;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2vw;
    border: 1px solid #222;
    background-color: #3d5257;
    opacity: .7;
    width: auto;
    height: auto;
    float: none;
}

.art-detail .press-list .list-item:hover {

    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.art-detail .press-list .list-item a {
    text-decoration: none;
}


/* art detail */






/* prototypes */

.prototypes .list {}

.prototypes .list-item {}

.prototypes .list-item img {}

.prototypes .prototypes-item .titles {}

.prototypes .prototypes-item .title {}

.prototypes .prototypes-item .subtitle {}

/* prototypes */




/* prototypes detail */


.prototypes-detail .page-title {
    font-size: 3.5vw;
    letter-spacing: .5vw;
    top: 30vh;
    color: #3d5257;
}

.prototypes-detail .page-subtitle {
    top: 25vh;
}



.prototypes-detail .client {
    pointer-events: none;
    margin-top: 5vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;
}


.prototypes-detail .role {
    pointer-events: none;
    margin-top: 1vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;

}

.prototypes-detail .feature iframe {
    border: 1px solid #222;
    object-position: center center;
}

.prototypes-detail .feature {
    margin-top: 42vh;
}

.prototypes-detail .feature img {
    border: 1px #222 solid;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0%);
}

.prototypes-detail .next-button {
    position: absolute;
    right: 0vw;
    top: 80vh;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    opacity: .5;
}

.prototypes-detail .next-button-arrow {
    position: absolute;
    left: -65%;
    top: 22%;
    width: 100%;
    transition: .3s all ease-in-out;
}

.prototypes-detail .next-button-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: .3s all ease-in-out;
}

.prototypes-detail .next-button:hover .next-button-arrow {
    transform: translate(2vw, 0px);
}

.prototypes-detail .next-button:hover .next-button-circle {
    transform: translate(-2vw, 0px);
}

.prototypes-detail .content {
    margin-top: 5vh;
}

.prototypes-detail .content {
    margin-top: 5vh;
    margin-left: 10vw;
    width: 80vw;
    font-size: 1.2vw;
}

.prototypes-detail .content a {
    color: slategrey;
}

.prototypes-detail .content p,
.work-detail .content li {
    opacity: .7;
}

.prototypes-detail .content li {
    display: inline-block;
    padding: 2vw;
}

.prototypes-detail .content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.prototypes-detail .list-item {
    margin: 0;
}

.prototypes-detail .awards-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.prototypes-detail .awards-list .list-item {
    display: inline-block;
    padding: 10px;
    max-width: 100px;
    vertical-align: top;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 2vw;
    font-size: .7vw;
    word-break: break-word;
}


.prototypes-detail .awards-list .list-item img {
    max-width: 100px;
    width: 6vw;
    height: auto;
    border: none;
}

.prototypes-detail .awards-list .list-item {
    opacity: .6;
}

.prototypes-detail .social-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.prototypes-detail .social-list .list-item {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.prototypes-detail .social-list .list-item img {
    width: 40px;
    height: auto;
    border: none;
}

.prototypes-detail .social-list .list-item {
    opacity: .6;
    transition: .3s all ease-in-out;
}

.prototypes-detail .social-list .list-item:hover {
    opacity: .8;
}




.prototypes-detail .press-list {
    text-align: center;
    margin-left: 10vw;
    width: 80vw;
}

.prototypes-detail .press-list .list-item {
    display: block;
    padding: 1vw;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2vw;
    border: 1px solid #222;
    background-color: #3d5257;
    opacity: .7;
    width: auto;
    height: auto;
    float: none;
}

.prototypes-detail .press-list .list-item:hover {

    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.prototypes-detail .press-list .list-item a {
    text-decoration: none;
}



/* prototypes detail */














/* work */

.work .list {}

.work .list-item {}

.work .list-item img {}

.work .list-item .titles {}

.work .list-item .title {}

.work .list-item .subtitle {}


/* works */



/* work detail */
.work-detail .page-title {
    font-size: 3.5vw;
    letter-spacing: .5vw;
    top: 30vh;
    color: #3d5257;
}

.work-detail .page-subtitle {
    top: 25vh;
}





.work-detail .client {
    pointer-events: none;
    margin-top: 5vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;
}


.work-detail .role {
    pointer-events: none;
    margin-top: 1vh;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: .3vw;

    text-align: center;

}

.work-detail .feature iframe {
    object-position: center center;
}

.work-detail .feature {
    margin-top: 42vh;
}

.work-detail .feature img {
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0%);
}

.work-detail .next-button {
    position: absolute;
    right: 0vw;
    top: 80vh;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    opacity: .5;
}

.work-detail .next-button-arrow {
    position: absolute;
    left: -65%;
    top: 22%;
    width: 100%;
    transition: .3s all ease-in-out;
}

.work-detail .next-button-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: .3s all ease-in-out;
}

.work-detail .next-button:hover .next-button-arrow {
    transform: translate(2vw, 0px);
}

.work-detail .next-button:hover .next-button-circle {
    transform: translate(-2vw, 0px);
}

.work-detail .content {
    margin-top: 5vh;
}

.work-detail .content {
    margin-top: 5vh;
    margin-left: 10vw;
    width: 80vw;
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.work-detail .content a {
    color: slategrey;
}

.work-detail .content p,
.work-detail .content li {
    opacity: .7;
}

.work-detail .content li {
    display: inline-block;
    padding: 2vw;
}

.work-detail .content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.work-detail .content quote {
    display: block;
    margin: 3rem;
}

.work-detail .list-item {
    margin: 0;
}

.work-detail .awards-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.work-detail .awards-list .list-item {
    display: inline-block;
    padding: 10px;
    max-width: 100px;
    vertical-align: top;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 2vw;
    font-size: .7vw;
    word-break: break-word;
}


.work-detail .awards-list .list-item img {
    max-width: 100px;
    width: 6vw;
    height: auto;
    border: none;
    background: transparent;
}

.work-detail .awards-list .list-item {
    opacity: .6;
}

.work-detail .social-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.work-detail .social-list .list-item {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.work-detail .social-list .list-item img {
    width: 40px;
    height: auto;
    border: none;
}

.work-detail .social-list .list-item {
    opacity: .6;
    transition: .3s all ease-in-out;
}

.work-detail .social-list .list-item:hover {
    opacity: .8;
}



/* work detail */




/* info */



.info .feature {
    margin-top: 30vw;
}

.info .feature img {
    object-fit: cover;
    object-position: center center;
    filter: grayscale(30%);
    height: 40vw;
}


.info .bio {
    margin-left: 5vw;
    width: 90vw;
    font-size: 1.4vw;
}

.info .bio a {
    color: slategrey;
}

.info .bio p {
    opacity: .7;
}

.info .bio img {
    width: 90vw;
    height: 20vw;
    border: 1px #222 solid;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(100%);
}

.info .list-item .titles {
    position: absolute;
    text-transform: uppercase;
    opacity: 0;
    transition: .3s all;
    width: 94%;
    height: 3vw;
    padding: 2vw;
    padding-top: 1vw;
    background: rgba(0, 0, 0, .5);
    bottom: 0px;
}

.info .list-item .title {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .1s all;
    font-size: 16px;
    font-family: futura-pt;


}

.info .list-item .subtitle {
    color: grey;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: .1s all;
    font-size: 10px;
    font-family: futura-pt;


}

.info-block {
    clear: both;
}

.awards-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.awards-list .list-item {
    display: inline-block;
    padding: 10px;
    max-width: 75px;
    vertical-align: top;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 8px;
    border: none;
    float: none;
    height: auto;
}


.awards-list .list-item img {
    width: 3.5vw;
    min-width: 50px;
    height: auto;
    border: none;
    background: transparent;
}

.awards-list .list-item {
    opacity: .6;
    border: none;
    float: none;
    height: auto;
}




.clients-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
}

.clients-list .list-item {
    display: inline-block;
    padding: 10px;
    max-width: 75px;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 8px;
    border: none;
    float: none;
    height: auto;
}


.clients-list .list-item img {
    width: 4vw;
    min-width: 60px;
    height: auto;
    border: none;
    opacity: .6;
    background: transparent;
}


.social-list {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
    clear: both;
}

.social-list .list-item {
    display: inline-block;
    padding: 10px;
    width: 6vw;
    max-width: 50px;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 8px;
    border: none;
    float: none;
    height: auto;
}

.social-list .list-item img {
    width: 3vw;
    min-width: 50px;
    height: auto;
    border: none;
}

.social-list .list-item {
    opacity: .6;
    transition: .3s all ease-in-out;
}

.social-list .list-item:hover {
    opacity: .8;
}

#instafeed {
    width: 90vw;
    margin-left: 5vw;
    text-align: center;
}

#instafeed .list-item {
    display: inline-block;
    margin: 3vw;
    margin-bottom: 10vw;
    border: none;
    float: left;
    width: 12vw;
    height: auto;
}

#instafeed .list-item img {
    border: 1px solid #222;
    width: 12vw;
    height: auto;
}

.twitter-timeline {
    position: relative;
    margin-left: 50%;
    width: 50vw;
    text-align: center;
    transform: translate(-50%, 0);
}

/* info */







/* sound */
.sound {
    width: 20px;
    height: auto;
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 20px;
    cursor: pointer;
    opacity: .7;
}

.soundOn {
    display: block;
}

.soundOff {
    display: none;
}

/* sound */


/* sound icon animation */

.sbar {
    height: 1px;
    width: 2px;
    float: left;
    background-color: #3d5257;
    opacity: 1;
    bottom: 5px;
    position: absolute;
    -webkit-animation-duration: 500ms;
    -webkit-animation-play-state: running;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    animation-duration: 500ms;
    animation-play-state: running;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.sbar.noAnim {
    -webkit-animation: none !important;

    -moz-animation: none !important;

    -o-animation: none !important;

    -ms-animation: none !important;

    animation: none !important;

}

.sbar#bar-1 {
    left: 0;
    -webkit-animation-name: danceHeight1;
    -webkit-animation-delay: 0ms;

    animation-name: danceHeight1;
    animation-delay: 0ms;

}

.sbar#bar-2 {
    left: 4px;
    -webkit-animation-name: danceHeight2;
    -webkit-animation-delay: 300ms;

    animation-name: danceHeight2;
    animation-delay: 300ms;
}

.sbar#bar-3 {
    left: 8px;
    -webkit-animation-name: danceHeight3;
    -webkit-animation-delay: 600ms;

    animation-name: danceHeight3;
    animation-delay: 600ms;

}

.sbar#bar-4 {
    left: 12px;
    -webkit-animation-name: danceHeight4;
    -webkit-animation-delay: 900ms;
    animation-name: danceHeight4;
    animation-delay: 900ms;
}

@-webkit-keyframes danceHeight1 {
    from {
        height: 1px;
    }

    to {
        height: 10px;
    }
}

@-webkit-keyframes danceHeight2 {
    from {
        height: 1px;
    }

    to {
        height: 12px;
    }
}

@-webkit-keyframes danceHeight3 {
    from {
        height: 1px;
    }

    to {
        height: 14px;
    }
}

@-webkit-keyframes danceHeight4 {
    from {
        height: 1px;
    }

    to {
        height: 8px;
    }
}


@keyframes danceHeight1 {
    from {
        height: 1px;
    }

    to {
        height: 10px;
    }
}

@keyframes danceHeight2 {
    from {
        height: 1px;
    }

    to {
        height: 12px;
    }
}

@keyframes danceHeight3 {
    from {
        height: 1px;
    }

    to {
        height: 14px;
    }
}

@keyframes danceHeight4 {
    from {
        height: 1px;
    }

    to {
        height: 8px;
    }
}

/* end sound anmation */







/* menu / nav */
.menu-button,
.menu-button span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.menu-button {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}



.menu-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: .2vw;
    min-height: 1px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0vw;
}

.menu-button span:nth-of-type(1) {
    top: 0vw;
}

.menu-button span:nth-of-type(2) {
    top: 2vw;
}



.menu-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(1vw) rotate(-45deg);
    transform: translateY(1vw) rotate(-45deg);
}

.menu-button.active span:nth-of-type(2) {
    -webkit-transform: translateY(-1vw) rotate(45deg);
    transform: translateY(-1vw) rotate(45deg);
}


/* end menu/nav */








::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*
#rotate { text-align: center; background-color:#fafafa;  display:none; width:100%; height: 100%; z-index: 0; position: absolute; top:0px; left:0px; }
#rotate img { height:100%; width:auto; object-fit: cover; }
*/

/* custom for rotate from landscape to portrait on small devices */

/* @media only screen and (max-device-width: 640px) and (orientation: landscape) {
  */


.footer-sound {
    text-align: center;
    width: 18px;
    position: fixed;
    height: 18px;
    margin-left: auto;
    right: 1vw;
    top: 2vh;
    cursor: pointer;
    z-index: 10000;
}


.logo {
    display: none;
}


/* reel video */
#reel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: black;
    opacity: 0;
    transition: 1s ease-in-out all;
    left: 0;
    top: 0;
}

#reel.show {
    opacity: 1;
    z-index: 3000;
}

#reel .close-button {
    position: absolute;
    top: 5vh;
    right: 5vw;
    cursor: pointer;
    transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
}

#reel .reel-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
}

#reel .reel-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}






/* video */

.video {
    display: none;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border: 1px outset rgba(0, 150, 200, .2);
}

.video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* fonts */



/* close button */

.close-button {
    height: 25px;
    width: 25px;
    position: relative;
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
}

.close-button:before,
.close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -15px;
    display: block;
    height: 1px;
    width: 30px;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.close-button:after {
    transform: rotate(45deg);
}

.close-button:hover:before,
.close-button:hover:after {
    transform: rotate(0deg);
    background-color: rgba(255, 255, 255, .8);
}



/* end close button */


@media only screen and (max-width: 1080px) {
    .section-title {
        letter-spacing: .5vw;
        font-size: 1.2vw;
    }

    .page-subtitle {
        font-size: 1.2vw;
    }

    .work-detail .client,
    .work-detail .role {
        font-size: 1.2vw;
    }


    .work-detail .page-title {
        top: 30vh;
    }

    .work-detail .page-subtitle {
        top: 25vh;
    }

    .work-detail .awards-list .list-item {
        font-size: .9vw;

    }


    .press-detail.page-title {
        top: 30vh;
    }

    .press-detail .page-subtitle {
        top: 25vh;
    }

    .press-detail .content {
        font-size: 1.4vw;
    }


}






@media only screen and (max-width: 801px) {

    .header-menu {
        display: none;
    }

    .menu-button {
        display: block;
        opacity: .5;
    }

    .footer-menu {
        bottom: 5vh;
    }

    .footer-menu .menu-item {
        font-size: 3vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .logo {
        display: none;
    }

    .top-bar.bar {
        height: 0;
        min-height: 0;
    }

    .bottom-bar.bar {
        height: 0;
        min-height: 0;
    }

    .background {
        display: none;
    }

    .background-video {
        display: none;
    }



    .page-title {
        font-size: 10vh;
    }

    .page-subtitle {
        top: 18vh;
        font-size: 1vh;
        letter-spacing: .5vh;
    }

    .list {
        margin-top: 25vh;
        margin-left: 5vw;
    }

    .list-item {
        width: 85vw;
        height: 44vw;
    }

    .list-item img {
        width: 85vw;
        height: 44vw;
    }


    .home .page-title {
        font-size: 8vw;
    }

    .home .page-subtitle {
        font-size: 2.2vw;
    }

    .press .list {
        margin-top: 27vh;
        grid-template-columns: repeat(2, 1fr);
    }

    .press .list-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;

        transition: .3s all;
        filter: grayscale(20%);
        width: auto;
        height: auto;
        -moz-perspective: 100px;
        -moz-transform: rotateY(-3deg);
        -webkit-transform: perspective(100px) rotateY(-3deg) !important;
        outline: 1px solid transparent;
        box-shadow: none;
        margin: 0;
        border: none;
        transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    }

    .press .list-item img {
        width: 100%;
        object-fit: contain;
        opacity: 1;
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
    }


    .press .list-item:before,
    .press .list-item:after {
        position: absolute;
        top: 2%;
        height: auto;
        content: ' ';
        z-index: -1;
    }

    .press .list-item:before {
        width: 100%;
        left: 2.5%;
        background-color: #5a2d18;
        box-shadow: 5px 5px 20px #333;
    }

    .press .list-item:after {
        width: 2%;
        left: 100%;
        background-color: #dddddd;
        box-shadow: inset 0px 0px 5px #aaa;
        -moz-transform: rotateY(20deg);
        -webkit-transform: perspective(100) rotateY(20deg);
        transition: .3s ease-in-out all;
    }

    .section-title {
        margin-top: 5vh;
        margin-bottom: 3vh;
        font-size: 2vw;
    }

    .interviews-list {
        margin-top: 5vh !important;
    }

    .info .feature {
        margin-top: 25vh;
    }

    .info .section-title {
        margin-top: 7vh;
    }

    .info .bio {
        font-size: 2vh;
    }

    .info #instafeed {
        padding-bottom: 10vh
    }

    .info #instafeed .list-item {
        padding-bottom: 0;
    }


    .work-detail .feature {
        margin-top: 20vh;
    }

    .work-detail .next-button {
        top: 32vh;
    }

    .work-detail .page-title {

        top: 16vh;
        color: #3d5257;
        color: white;
    }

    .work-detail .page-subtitle {
        top: 13vh;
    }

    .work-detail .client,
    .work-detail .role {
        font-size: 2.2vw;
    }

    .work-detail .client {
        margin-top: 3vh;
    }

    .work-detail .content {
        margin-top: 0;
        font-size: 3vw;
    }

    .work-detail .awards-list .list-item {
        display: inline-block;

        max-width: 60px;

        font-size: 1.2vw;
        word-break: break-word;
    }

    .work-detail .awards-list .list-item img {
        display: inline-block;

        max-width: 60px;

    }

    .work-detail .feature {
        margin-top: 20vh;
    }

    .work-detail .next-button {
        top: 32vh;
    }

    .work-detail .page-title {

        top: 16vh;
        color: #3d5257;
        color: white;
    }

    .work-detail .page-subtitle {
        top: 13vh;
    }

    .work-detail .client,
    .work-detail .role {
        font-size: 2.2vw;
    }

    .work-detail .client {
        margin-top: 3vh;
    }

    .work-detail .content {
        margin-top: 0;
        font-size: 3vw;
    }

    .work-detail .awards-list .list-item {
        display: inline-block;

        max-width: 60px;

        font-size: 1.2vw;
        word-break: break-word;
    }

    .work-detail .awards-list .list-item img {
        display: inline-block;

        max-width: 60px;

    }





    .prototypes-detail .feature {
        margin-top: 20vh;
    }

    .prototypes-detail .next-button {
        top: 32vh;
    }

    .prototypes-detail .page-title {

        top: 16vh;
        color: #3d5257;
        color: white;
    }

    .prototypes-detail .page-subtitle {
        top: 13vh;
    }

    .prototypes-detail .client,
    .work-detail .role {
        font-size: 2.2vw;
    }

    .prototypes-detail .client {
        margin-top: 3vh;
    }

    .prototypes-detail .content {
        margin-top: 0;
        font-size: 3vw;
    }

    .prototypes-detail .awards-list .list-item {
        display: inline-block;

        max-width: 60px;

        font-size: 1.2vw;
        word-break: break-word;
    }

    .prototypes-detail .awards-list .list-item img {
        display: inline-block;

        max-width: 60px;

    }


    .art-detail .feature {
        margin-top: 20vh;
    }

    .art-detail .next-button {
        top: 32vh;
    }

    .art-detail .page-title {

        top: 15vh;
        color: #3d5257;
        color: white;
    }

    .art-detail .page-subtitle {
        top: 13vh;
    }

    .art-detail .client,
    .art-detail .role {
        font-size: 2.2vw;
    }

    .art-detail .client {
        margin-top: 3vh;
    }

    .art-detail .content {
        margin-top: 0;
        font-size: 3vw;
    }

    .art-detail .awards-list .list-item {
        display: inline-block;

        max-width: 60px;

        font-size: 1.2vw;
        word-break: break-word;
    }

    .art-detail .awards-list .list-item img {
        display: inline-block;

        max-width: 60px;

    }



    .press-detail .page-title {

        top: 16vh;
        color: #3d5257;
        color: white;
    }

    .press-detail .page-subtitle {
        top: 13vh;
    }

    .press-detail .client,
    .press-detail .role {
        font-size: 2.2vw;
    }


    .press-detail .feature {
        margin-top: 24vh;
        width: 80vw;
        float: none;
        margin-left: 10vw;
    }

    .press-detail .feature img {
        width: 78vw;
        height: auto;
    }

    .press-detail .content {
        margin-top: 5vh;
        font-size: 2.5vw;
        width: 80vw;
    }



    .links-list .list-item,
    .press-list .list-item {
        padding: 3vw;
    }

    .social-list .list-item {
        width: auto;
    }

    .related-list .list-item img {
        width: 26vw;
    }

    .related-list .list-item .titles {
        display: none;
    }

    .press-detail .related-list .list-item {
        width: 12vw;
    }

    .press-detail .next-button {
        top: 50vh;
    }

    .footer-sound {
        left: 6vw;
        top: 3vh;
        right: unset;
    }
}