/*
 * Theme Name: 908 Timber Theme
 * Description: Timber Theme for 908
 * Author: Upstatement and Michael Auerswald
*/

@media only screen and (max-width: 960px) {
}
@media only screen and (min-width: 960px) {
}

html {
    background-color: black;
    color: white;
    font-size: 12px;
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif;
    overflow: auto;
    height: 100%;
}

*::-webkit-scrollbar {
    width: 8px;
    transition: all .8s;
}
/* Track */
*::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.0);
    transition: all .2s ease-in-out;
}
    
/* Handle */
*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.4);
    transition: background-color .8s;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.8);
    transition: background-color .8s;
}


#hideall {
    background-color: black;
    opacity: 1.0;
}

h1 {
    font-weight: 900;
    font-size: 6vw;
    color: white;
}
@media only screen and (max-width: 960px) {
    h1 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 960px) {
    h1 {
        font-size: 30px;
        font-size: 6vw;
    }
}


h2 {
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 2vw;
    color: white;
}
@media only screen and (max-width: 960px) {
    h2 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 960px) {
    h2 {
        font-size: 22px;
        font-size: 2vw;
    }
}

h3 {
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.5vw;
    color: white;
}
@media only screen and (max-width: 960px) {
    h2 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 960px) {
    h2 {
        font-size: 16px;
        font-size: 1.5vw;
    }
}


.agb-1 {
    font-weight: 600;
    font-size: 18px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

#logo-wrapper {
    position: fixed;
    z-index: 10;
    text-align: center;
    width: 10%;
    margin: 0 45%;
    top: 45%;
    top: 45vh;
}

#scrollhere-wrapper {
    position: fixed;
    z-index: 10;
    text-align: center;
    /* font-size: 1vw; */
    bottom: 0vh;
}
@media only screen and (max-width: 600px) {
    #scrollhere-wrapper {
        font-size: 10px;
    }
}
@media only screen and (min-width: 960px) {
    #scrollhere-wrapper {
        font-size: 16px;
    }
}

#scrollhere {
    margin-bottom: 3vh;
}

.animated-dot {
    margin-bottom: 2vh;
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    /* margin-right:3px; */
    background:#FFF;
    animation: wave 2s linear infinite;
}

#content {
    position: relative;
    left:0px;
}

#footer {
    position: relative;
    background-color: black;
    padding: 2vh 3vw;
    position: relative;
    bottom: 0px;
    z-index: 10;
}

#footer ul {
    padding-left: 0px;
}

.content-dsgvo {
    font-size: 16px;
}
#post-35 {
    padding: 100px 15vw;
}

.content-contact {
    margin-top: 4vw;
    padding: 5vh 15vw;
    font-size: 16px;
}
@media only screen and (max-width: 960px) {
    #footer {
        font-size: 10px;
    }
}
@media only screen and (min-width: 960px) {
    #footer {
        font-size: 12px;
    }
}

.no-list-style {
    list-style: none;
}

.side-dotnav-wrapper {
    position: fixed;
    left: 2vw;
    top: 40%;
    z-index: 100;
}

.side-dotnav {
    display: block;
    color: white;
}

.side-dotnav > li {
    padding-bottom: 1vh;
}

.side-dotnav > li > a {
    width: 10px;
    height: 10px;
    color: white;
    background-color: rgba(255,255,255,.5);
    border: 0px solid rgba(180,180,180,.4);
}

.uk-dotnav > li > a {
    width: 6px;
    height: 6px;
    color: white;
    background-color: rgba(255,255,255,.5)!important;
    border: 0px solid rgba(180,180,180,.4)!important;
}

.side-dotnav > li > a:hover {
    
    background-color: white;
}

.uk-dotnav>.uk-active>* {
    margin-left: -2px;
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,1)!important;
}

.z100 {z-index: 100;}
.z1000 {z-index: 1000;}
.z2000 {z-index: 2000;}
.z10000 {z-index: 10000;}

#closeProject {
    /* margin: 90px 34px; */
    padding: 0;
    margin: 0 0 6vh 0;
    color: white;
    border-width: 0px;
    transform: scale(1.0);
    transition: all 0.2s;
}

#closeProject:hover {
    transform: scale(1.5);
    transition: all 0.2s;
}

#nav-nextproject, #nav-prevproject {
    color: white!important;
}

#nav-nextproject {
    margin-right: 43px;
}
#nav-prevproject {
    margin-left: 43px;
}

#gridnav {
    display: none;
}

.tooltip-prev, .tooltip-next, .tooltip-closeProject {
    font-size: 12px;
    display:none;
    z-index: 1000;
}

.tooltip-closeProject {
    padding: 0;
    margin: 0 0 6.65vh 70px;
}

.tooltip-next {
    margin-right: 4vw;
}

.tooltip-prev {
    margin-left: 4vw;
}

@keyframes wave {
    0% {
        transform:  translate(0px,0px)  ;
    }
    15% {
        transform:  translate(0px,-25px)  ;
    }
    30% {
        transform:  translate(0px,0px)  ;
    }
    45% {
        transform:  translate(0px,-15px)  ;
    }
    60% {
        transform:  translate(0px,0px)  ;
    }
    75% {
        transform:  translate(0px,-5px)  ;
    }
    100% {
        transform:  translate(0px,0px)  ;
    }
}

#side-dotnav-arrow-up {
    margin-left:-4px;
}

#side-dotnav-arrow-down {
    margin-left:-4px;
}

@media only screen and (max-width: 960px) {
    .footer-social-icon {
        width: 30px;
        margin-left: 10px;
    }
    .site-logo {
        width: 40px;
    }
}
@media only screen and (min-width: 960px) {
    .footer-social-icon {
        width: 42px;
        margin-left: 20px;
    }
    .site-logo {
        width: 58px;
    }
}

.site-logo {
    margin-top:30px;
}

.site-logo-404 {
    padding: 0;
    width: 10vw;
    margin-top:1.5vw;
}

.content-404 {
    margin-top:300px;
    font-size:3vw;
    z-index:10;
    text-align:center;
}

/* MAIN NAV BUTTONS */
.navbuttons#nav-main {
    text-align: right;
    position: relative;
}

.navbuttons#nav-main ul {
    list-style: none;
    overflow: hidden;
}

.navbuttons#nav-main li {
    position: relative;
    text-align: center;
    float: left;
}

.navbuttons#nav-main li a {
    border: 0px solid white;
    border-radius: 25px;
    background-color: rgba(0,0,0,.6);
    transition: 0.3s;
    text-decoration: none;
}

.navbuttons#nav-main li a:hover {
    background-color: rgba(255,255,255,.6);
    transition: 0.3s;
    color: black;
}

@media only screen and (max-width: 960px) {
    .navbuttons#nav-main {
        margin-right: 15px;
        margin-top: 30px;
        font-size: 10px;
    }
    
    .navbuttons#nav-main ul {
        padding: 4px;
    }
    
    .navbuttons#nav-main li a {
        padding: 2px 7px 3px 7px;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 960px) {
    .navbuttons#nav-main {
        margin-right: 15px;
        margin-top: 30px;
        font-size: 10px;
    }
    
    .navbuttons#nav-main ul {
        padding: 5px;
    }
    
    .navbuttons#nav-main li a {
        padding: 3px 12px 4px 12px;
        margin: 0 7px;
    }
}

@media only screen and (min-width: 960px) {
    .navbuttons#nav-main {
        margin-right: 20px;
        margin-top: 40px;
        font-size: 12px;
    }
    
    .navbuttons#nav-main ul {
        padding: 5px;
    }
    
    .navbuttons#nav-main li a {
        padding: 4px 20px 6px 20px;
        margin: 0 10px;
    }
}

.navbuttons#watch-showreel {
    font-family: "Mark W01 Light", Arial, Helvetica, sans-serif;
    margin-top: 4vw;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .navbuttons#watch-showreel {
        font-size: 10px;
        padding: 3px 12px 4px 12px;
    }
}
@media only screen and (min-width: 960px) {
    .navbuttons#watch-showreel {
        font-size: 12px;
        padding: 4px 20px 6px 20px;
    }
}

.navbuttons#watch-showreel a {
    width: 15vh;
    background-color: rgba(0,0,0,.6);
    transition: 0.3s;
    text-decoration: none;
    border-radius: 25px;
    padding: 4px 20px 6px 20px;
}
.navbuttons#watch-showreel a:hover {
    background-color: rgba(255,255,255,.6);
    transition: 0.3s;
    color: black;
}

/* MAIN NAV LINES */

.underlined#nav-main {
    text-align: right;
    position: relative;
}

.underlined#nav-main ul {
    list-style: none;
    overflow: hidden;
}

.underlined#nav-main li {
    position: relative;
    text-align: center;
    float: left;
}

.underlined#nav-main li a {
    border: 0px solid white;
    transition: 0.3s;
    text-decoration: none;
}

.underlined#nav-main li a:hover {
    color: white;
    text-decoration: none;
}

.underlined#nav-main li:not(.current-menu-item) a::before {
    content: "";
    position: absolute;
    width: 100%;
    margin-left: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.underlined#nav-main li:not(.current-menu-item) a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.underlined .current-menu-item a {
    color: white;
}

.underlined .current-menu-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    margin-left: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: visible;
    -webkit-transform: scaleX(1)!important;
    transform: scaleX(1)!important;
}

@media only screen and (max-width: 960px) {
    .underlined#nav-main {
        margin-right: 15px;
        margin-top: 30px;
        font-size: 10px;
    }
    
    .underlined#nav-main ul {
        padding: 4px;
    }
    
    .underlined#nav-main li a {
        padding: 1px 0px;
    }

    .underlined#nav-main li.nav-spacer {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 960px) {
    .underlined#nav-main {
        margin-right: 20px;
        margin-top: 40px;
        font-size: 14px;
    }
    
    .underlined#nav-main ul {
        padding: 5px;
    }
    
    .underlined#nav-main li a {
        padding: 2px 0px;
    }

    .underlined#nav-main li.nav-spacer {
        margin: 0 10px;
    }
}
.underlined#watch-showreel {
    margin-top: 4vw;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .underlined#watch-showreel {
        font-size: 12px;
    }
}
@media only screen and (min-width: 960px) {
    .underlined#watch-showreel {
        font-size: 16px;
    }
}

.underlined#watch-showreel a {
    color: white;
    transition: 0.3s;
    text-decoration: none;
}
.underlined#watch-showreel a:hover {
    transition: 0.3s;
    color: white;
}
.underlined#watch-showreel a::before {
    content: "";
    position: absolute;
    width: 100%;
    margin-left: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.underlined#watch-showreel a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.uk-offcanvas-bar {
    padding: 20px 0;
}

.uk-offcanvas-bar li {
    font-size: 5vw;
    list-style: none;
    margin: 3vh 0;
}

.uk-offcanvas-bar .offcanvas-logo {
    width: 120px;
    width: 30vw;
    margin: 24px 0;
    margin: 0vh 0vh 8vh 0;
}

.uk-offcanvas-content {
    z-index: 99999;
}

.uk-offcanvas-content button {
    border: 0px solid;
}

.arrow-down-button {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    z-index: 100;
}

.full-width-video {
    width: 100%;
}

.full-width-video-player {
    width: 100%;
}

.full-width-video > a > img.poster {
    width: 100%;
}

.full-width-video-caption {
    /* text-shadow: 2px 2px 1px rgba(0,0,0,0.03); */
    pointer-events: none;
    font-size: 3em;
    font-size: 6vw;
    font-weight: 900;
    line-height: 10px;
    width: 100%;
    height: 5vw;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .full-width-video-logo {
        width: 30vw;
        margin-top: 1.1vw
    }
}
@media only screen and (min-width: 960px) {
    .full-width-video-logo {
        width: 9vw;
        margin-top: 1.1vw
    }
}

.full-width-video-logo-text {
    font-size: 3vw;
}
/* STUDIO */

.studio-content {
    font-family: "Mark W01 Light", Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin-top: 60px;
    margin-top: 4vw;
    padding: 5vh 15vw;
    font-size: 4vw;
}
@media only screen and (max-width: 960px) {
    .studio-content {
        font-size: 16px;
    }
}
@media only screen and (min-width: 960px) {
    .studio-content {
        font-size: 16px;
        font-size: 4vw;
    }
}

.studio-services {
    margin-top: 5vh;
    margin-left: 15vw;
    margin-right: 15vw;
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    font-size: 1.2vw;
    letter-spacing: 0.05em;
    line-height: 1.5vw;
}
@media only screen and (max-width: 960px) {
    .studio-services {
        font-size: 12px;
        line-height: 1.1;
    }
}
@media only screen and (min-width: 960px) {
    .studio-services {
        font-size: 1.8em;
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
}

.client-slider {
    margin: 5vh 15vw;
}

.slideshow-content {
    margin: 6vw 0;
}

.slideshow-slider {
    margin: 5vh 0vw;
}

.uk-accordion {
    margin-top: 3vh;
    margin-bottom: 8vh;
    color: white;
}

.uk-accordion-content {
    margin-top: 30px;
}

.uk-accordion li {
    color: white;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 0px;
}

.uk-accordion-title {
    color: white;
    padding: 0 15vw;
    font-size: 6em;
    font-size: 3.5vw;
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif; font-weight: 500;
    font-style: normal;
    transition: 0.3s;
}

.uk-accordion-title::after, li.uk-open > div.uk-accordion-title::after {
    background-image: none;
}

li.uk-open > div.uk-accordion-title, .uk-accordion-title:hover {
    font-style: italic;
    transition: 0.3s;
    color: white;
}
 
.uk-accordion-content table {
    border-collapse: collapse;
}

.uk-accordion-content-inner-content {
    padding: 0vh 15vw;
    font-size: 1.1vw;
    line-height: 1.3;
    font-family: "Mark W01 Light", Arial, Helvetica, sans-serif;
    font-weight: 200;
}
@media only screen and (max-width: 960px) {
    .uk-accordion-content-inner-content {
        font-size: 12px;
    }
}
@media only screen and (min-width: 960px) {
    .uk-accordion-content-inner-content {
        font-size: 12px;
        font-size: 1.1vw;
    }
}

.uk-accordion-content-inner-img img {
    width: 100%;
}

/* GRID */
.post-type-project {
    /* padding: 2vh 15vw; */
    padding: 1.9vw 15vw;
}

.portfolio-grid-content-container {
    margin-top: 6vw;
    margin-bottom: 10vw;
}

.portfolio-grid-project-title {
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 4em;
    font-size: 6vw;
    line-height: 1.3;
    margin-left: -0.5vw;
}
@media only screen and (max-width: 960px) {
    .portfolio-grid-project-title {
        font-size: 33px;
    }
}
@media only screen and (min-width: 960px) {
    .portfolio-grid-project-title {
        font-size: 33px;
        font-size: 6vw;
    }
}

#credits .portfolio-grid-project-title {
    margin-bottom: 3vw;
}

.portfolio-grid-project-subtitle {
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.1vw;
    /* letter-spacing: 0.05em; */
    margin-top: -0.3vw;
    line-height: 1.5vw;
}
@media only screen and (max-width: 960px) {
    .portfolio-grid-project-subtitle {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.1;
    }
}
@media only screen and (min-width: 960px) {
    .portfolio-grid-project-subtitle {
        margin-top: -0.3vw;
        font-size: 12px;
        font-size: 1.1vw;
    }
}

.portfolio-grid-project-credits {
    font-family: "Mark W01 Light", Arial, Helvetica, sans-serif; 
    font-weight: 200;
    font-size: 0.9vw;
    margin-top: 1vw;
}
@media only screen and (max-width: 960px) {
    .portfolio-grid-project-credits {
        font-size: 10px;
    }
}
@media only screen and (min-width: 960px) {
    .portfolio-grid-project-credits {
        font-size: 10px;
        font-size: 0.9vw;
    }
}

.portfolio-grid-project-credits strong {
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif; 
    font-weight: 500;
}

.portfolio-grid-project-content {
    font-family: "Mark W01 Light", Arial, Helvetica, sans-serif; 
    font-weight: 200;
    font-size: 1.1vw;
    margin-top: 5vw;
    line-height: 1.3;
}
@media only screen and (max-width: 960px) {
    .portfolio-grid-project-content {
        margin-top: 20px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 960px) {
    .portfolio-grid-project-content {
        margin-top: 5vw;
        font-size: 12px;
        font-size: 1.1vw;
    }
}

.portfolio-grid-project-content p {
    margin-bottom: -0.5vw;
}

.portfolio-grid-project-link {
    padding: 10px 0;
    font-size: 0.9vw;
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif; 
    font-weight: 500;
    margin-top: 3vw;
}
@media only screen and (max-width: 960px) {
    .portfolio-grid-project-link {
        font-size: 12px;
    }
}
@media only screen and (min-width: 960px) {
    .portfolio-grid-project-link {
        font-size: 12px;
        font-size: 0.9vw;
    }
}

.content-video {
    position: relative;
}

.content-video video {
    width: 100%;
    vertical-align: middle;
}

.content-video .overlay {
    /* text-shadow: 2px 2px 1px rgba(0,0,0,0.03); */
    color: white;
    text-align: center;
    font-size: 2em;
    font-size: 1.5vw;
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif; 
    font-weight: 400;
    pointer-events: none;
    line-height: 3vw;
    opacity: 0;
}

@media screen and (max-width: 800px) {
    .content-video .overlay {
        font-size: 3em;
        font-size: 5vw;
    }   
}

.content-video .hoverlay {
    background: transparent;
    width: 96%;
    height: 96%;
    left: 2%;
    top: 2%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scale-down {
    transition: all .5s ease-out;
    transform: scale(0.95);
    opacity: 90%;
}

.scale-up {
    transition: all .5s ease-in-out;
    transform: scale(1.0);
    opacity: 100%;
}

.move-up {
    transition: all .5s ease-out;
    /* transform: translate(0, -100px); */
    padding-top: 0vh!important;
    opacity: 1.0!important;
}

.move-down {
    transition: all .5s ease-in-out;
    /* transform: translate(0, 100px); */
    padding-top: 5vh!important;
    opacity: 0!important;
}

.startHidden {
    visibility: hidden;
}

.gridder {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border: 0px solid;
}

.gridder td {
    border: 0px solid;
    padding: 0px;
    margin: 0px;
}

.gridder-list {
    display: inline-block;
    vertical-align: top;
    /* transform: scale(1.00001); */
    margin: 0 -3px 0 -1px!important;
}

.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.gridder-content {
    display: none;
}

.gridder-video {
    width: 100%;
}

.gridder-navigation {
    position: fixed;
    top: 80px;
    top: 8vh;
    right: 20px;
    right: 2vw;
    z-index: 100;
    float: right;
}

.gridder-navigation a {
    padding: 0 10px;
    padding: 0 2vh;
    background: rgba(0,0,0,.7);
}

/* UIKIT Overrides  */

.uk-link, a {
    color: white;
}

.uk-link, a:hover {
    transition: 0.5s;
    text-decoration: none;
}

.uk-animation-duration-0-4 {
    animation-duration: 0.4s; 
}

.uk-animation-duration-1 {
    animation-duration: 1s; 
}

.uk-animation-duration-2 {
    animation-duration: 2s; 
}

.plyr__controls {
    background-color: transparent!important;
    background-image: none!important;
}

.plyr--full-ui input[type=range] {
    color: white!important;
}

.plyr--video {
    max-height: 100vh;
    /* display: flex; */

	 /* vertical alignment */
	align-items: center;

	/* horizontal alignment (use this if you don't set full width of .plyr__video-wrapper) */
  	justify-content: center; 
}
/* FEATURED */

.post-type-featured_project {
    margin-top: 4vw;
}

.post-type-featured_project .article-content {
    padding: 2vh 15vw;
}

.collage-content {
    position: relative;
    padding: 0;
    margin-top: 10.41vw;
    margin-bottom: 6vw;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    background-color: transparent;
}

.twentytwenty-overlay:hover {
    background-color: transparent;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 0px solid white;
    /* -webkit-border-radius: 1000px; */
    /* -moz-border-radius: 1000px; */
    /* border-radius: 1000px; */
    -webkit-box-shadow: 0px 0px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 0px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: col-resize;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    margin: 0px 0px 0px 1px;
    width: 2px;
}

.twentytwenty-right-arrow {
    margin-right: -19px;
}

.collage-img {
    position: absolute;
    font-size: 1vw;
}

.collage-img p {
    margin: 0!important;
}

.collage-img img {
    width: 100%;
}

.collage-label {
    position: absolute;
    font-size: 4vw;
    line-height: 3vw;
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif; 
    font-weight: 500;
}

.collage-textblock {
    position: absolute;
    font-size: 1.1vw;
    line-height: 1.3vw;
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif; 
    font-weight: 400;
    padding: 0 6vw;
}

.parallax-item {
    position: absolute;
    height: 20vw;
}

.placeholder {
    height: 1px;
}

.featured-large-text {
    font-size: 6vw;
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif; 
    font-weight: 500;
}

.featured-regular-text {
    font-size: 1vw;
    font-family: "Mark W01 Book", Arial, Helvetica, sans-serif; 
    font-weight: 400;
}

/* TALENT */
.talent-img {
    position: absolute;
    font-size: 0.9vw;
}

@media only screen and (max-width: 960px) {
    .talent-img {
        font-size: 1.1vw;
    }
}
@media only screen and (min-width: 960px) {
    .talent-img {
        font-size: 0.9vw;
    }
}

.talent-label {
    position: absolute;
    font-size: 2.5vw;
    line-height: 2vw;
    display: none;
}

.talent-title {
    position: fixed;
    font-size: 2.5vw;
    line-height: 2vw;
}

.section-credits {
    margin-top: 0vw;
    margin-bottom: 10vw;
}

.content-row {
    padding: 8vh 0;
    clear: both;
}


.content-row-squareimages {
    display: block;
    margin:0 auto;
    padding: 2vh 0;
}

.content-row-label {
    font-size: 3.5vw;
    font-style: italic;
    line-height: 3.5vw;
    padding: 0 6vw;
    font-family: "Mark W01 Medium", Arial, Helvetica, sans-serif; 
    font-weight: 500;
}

.content-row-textblock {
    font-size: 1.1vw;
    font-family: "Mark W01 Light", Arial, Helvetica, sans-serif; 
    font-weight: 200;
    line-height: 1.3;
    padding: 0px 6.4vw 0px 6.4vw;
    margin-top: 0.8vw;
}
@media only screen and (max-width: 960px) {
    .content-row-textblock {
        font-size: 12px;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 960px) {
    .content-row-textblock {
        font-size: 9px;
        font-size: 1.1vw;
    }
}

.vcenter-parent {
    position: relative;
}

.vcenter-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vw-25 {
    width: 25vw;
}

.vw-50 {
    width: 50vw;
}

.vw-100 {
    width: 100vw;
}

.responsive-padding {
    padding: 8vh 0;
}

.uk-dotnav {
	min-width: 300px;
    justify-content: center;
}

@media only screen and (max-width: 960px) {
    .responsive-padding {
        padding: 7vh 5vw 0vh 5vw;
    }
}
@media only screen and (min-width: 960px) {
    .responsive-padding {
        padding: 8vh 0;
    }
}
