@font-face {
    font-family: 'black';
    src: url("/assets/fonts/aktivgrotesk-black-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-black-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-black-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-black-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-black-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-black-webfont.svg") format("svg");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url("/assets/fonts/aktivgrotesk-bold-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-bold-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-bold-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-bold-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-bold-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-bold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'hairline';
    src: url("/assets/fonts/aktivgrotesk-hairline-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-hairline-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-hairline-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-hairline-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-hairline-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-hairline-webfont.svg") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'light';
    src: url("/assets/fonts/aktivgrotesk-light-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-light-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-light-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-light-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-light-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-light-webfont.svg") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'medium';
    src: url("/assets/fonts/aktivgrotesk-medium-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-medium-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-medium-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-medium-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-medium-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-medium-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url("/assets/fonts/aktivgrotesk-regular-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-regular-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-regular-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-regular-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-regular-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thin';
    src: url("/assets/fonts/aktivgrotesk-thin-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-thin-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-thin-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-thin-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-thin-webfont.ttf") format("truetype"), url("/assets/fonts/aktivgrotesk-thin-webfont.svg") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'xbold';
    src: url("/assets/fonts/aktivgrotesk-xbold-webfont.eot");
    src: url("/assets/fonts/aktivgrotesk-xbold-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/aktivgrotesk-xbold-webfont.woff2") format("woff2"), url("/assets/fonts/aktivgrotesk-xbold-webfont.woff") format("woff"), url("/assets/fonts/aktivgrotesk-xbold-webfont.ttf") format("truetype"), url("/assets/css/aktivgrotesk-xbold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'serif';
    src: url("/assets/fonts/seriff-regular-webfont.eot");
    src: url("/assets/fonts/seriff-regular-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/seriff-regular-webfont.woff2") format("woff2"), url("/assets/fonts/seriff-regular-webfont.woff") format("woff"), url("/assets/fonts/seriff-regular-webfont.ttf") format("truetype"), url("/assets/css/seriff-regular-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'serifBold';
    src: url("/assets/fonts/seriff-heavy-webfont.eot");
    src: url("/assets/fonts/seriff-heavy-webfont.eot%3F") format("embedded-opentype"), url("/assets/fonts/seriff-heavy-webfont.woff2") format("woff2"), url("/assets/fonts/seriff-heavy-webfont.woff") format("woff"), url("/assets/fonts/seriff-heavy-webfont.ttf") format("truetype"), url("/assets/css/seriff-heavy-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

html {
    min-width: 100%;
    min-height: 100vh;
}

html body {
    min-width: 100%;
    min-height: 100vh;
    -webkit-transition: background-color 0.5s, box-shadow 0.2s;
    -webkit-transition: background-color 0.5s, -webkit-box-shadow 0.2s;
    transition: background-color 0.5s, -webkit-box-shadow 0.2s;
    transition: background-color 0.5s, box-shadow 0.2s;
    transition: background-color 0.5s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    overflow-y: scroll;
}

html body h1,
html body h2,
html body h3 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

html body p {
    margin-bottom: 0;
}

html body #page {
    min-width: 100%;
    min-height: 100vh;
}

html body #page #content {
    min-width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
}

html body #page #primary {
    min-width: 100%;
    min-height: 100vh;
}

html body #page #primary #main {
    min-width: 100%;
    min-height: 100vh;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.site-branding {
    display: none;
}

.blackBg {
    background-color: #000 !important;
}

.displayNone {
    display: none !important;
}

.opacity0 {
    opacity: 0 !important;
}

.opacity100 {
    opacity: 100 !important;
}

.opacity20 {
    opacity: 0.2 !important;
}

.overflowyhidden {
    overflow-y: hidden;
}

.dark-tag {
    background-color: rgba(0, 0, 0, 0.2);
}

.fullItemRightDate {
    width: fit-content;
    padding: 20px;
    padding-top: 10px;
    padding: 10px 20px 10px 20px;
}

.fullItemRightLocation {
    padding: 10px 20px 10px 20px;
    width: fit-content;
}

.workTitle {
    width: fit-content;
    padding: 10px 20px 10px 20px;
}

#secondary .work-container {
    position: absolute;
    left: 15vw;
    top: 52px;
    width: 75vw;
    height: calc(100vh - 52px);
}

#secondary .work-container .work-header {
    position: fixed;
    top: 52px;
    height: auto;
    left: 15vw;
    width: 80vw;
}

#secondary .work-container .work-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 85vw;
    /* add eges fade mask here ? */
}

.workGalleryCursor {
    position: absolute;
    z-index: 100000000;
    pointer-events: none;
    -webkit-transition: opacity 1s, background-color 1s;
    transition: opacity 1s, background-color 1s;
    margin-left: -110px;
    margin-top: -60px;
    right: 0px;
    padding: 60px;
    width: 220px;
    top: 50%;
}

.workGalleryCursorLine {
    background-color: white;
    width: 100px;
    height: 1px;
}

.workGalleryCursorArrow {
    position: relative;
    top: 0;
}

.workGalleryCursorArrowTop,
.workGalleryCursorArrowBottom {
    background-color: white;
    width: 10px;
    height: 1px;
}

.carousel-container {
    width: 75vw;
    height: 80vh;
    background: rgba(0, 0, 0, .7);
    margin-top: 5vh;
    margin-bottom: 10vh;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: none;
    position: relative;
}

.carousel {
    width: 100%;
    height: 100%;
    margin: 0;
    /*margin-top: 30px;*/
    overflow-x: scroll;
    overflow-y: hidden;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel ul {
    height: 80vh;
    /*width:80vw;*/
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    top: 0;
    left: 0;
}

.carousel ul li {
    display: inline;
    position: relative;
    /*top:0;*/
    width: 75vw;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    float: left;
    margin: 0;
}

.carousel ul li .caption {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
    font-style: italic;
    max-width: 80vw;
}

.carousel-container .page-label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    /*height:80vh;*/
    /*width:10vw;*/
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.4);
    text-align: right;
}

.fullItemRightDesc {
    max-width: 40vw;
    margin-top: 40px;
    overflow: hidden;
    font-weight: lighter;
    padding: 0 0 0 20px;
}

*::-moz-selection {
    background: white;
    color: black;
}

*::selection {
    background: white;
    color: black;
}

.error404 {
    background-color: black;
    color: white;
    height: 100vh;
    position: relative;
}

.error404 #error404 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.error404 #error404 #error404Inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-family: "regular";
}

.workCategories {
    font-weight: bolder;
    padding: 10px 20px 10px 20px;
    font-size: 1.6em;
    font-family: 'hairline';
    width: fit-content;
    white-space: nowrap;
}

#secondary {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: 1s ease all;
    z-index: 10;
}

#color_overlay {
    /* mix-blend-mode: overlay; */
    position: absolute;
    z-index: 10;
    /*top: 0;
  right: 5vw;*/
    -webkit-mask-image: url(/assets/mrcendre.gif);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    transition: all 0.7s ease;
}

.underline {
    text-decoration: underline;
}

.fullItemRight {
    z-index: 20;
}

#footerWork {
    width: 100%;
    text-align: center;
    height: 100px;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    line-height: 28px;
    color: gray;
}

#footerWorkCommonStudio {
    width: 82px;
}

#footerWorkLink {
    padding: 20px;
    display: inline-block;
    color: gray;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

#footerWorkLink:hover {
    background: #222;
}

.mobile #footerWork {
    position: relative !important;
}

.mobile #workFooterNextLabel {
    text-align: center;
    padding: 20px 0 20px 0 !important;
}

.mobile #workShareonLabel {
    padding-bottom: 10px !important;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#preloader .inner {
    overflow-y: hidden;
}

#preloader #flashBlack #flashBlackInner {
    -webkit-animation: flash linear 0.5s infinite;
    animation: flash linear 0.5s infinite;
    background-color: black;
    width: 10px;
    height: 10px;
}

#preloader #flashWhite #flashWhiteInner {
    -webkit-animation: flash linear 0.5s infinite;
    animation: flash linear 0.5s infinite;
    background-color: none;
    border: 1px solid white;
    width: 10px;
    height: 10px;
}

#preloader #loading-text {
    overflow: hidden;
    width: 0;
    line-height: 10px;
    color: white;
    white-space: nowrap;
    letter-spacing: 1.6px;
    text-align: center;
    vertical-align: middle;
    font-family: "regular";
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

#masthead {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    width: 100%;
    pointer-events: none;
    background: transparent;
}


/*url("/assets/img/blank.png");*/

#masthead #cendreLogo {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
}

#masthead #cendreLogo #cendreLogoInner {
    padding: 60px;
    position: relative;
}

#masthead #cendreLogo #cendreLogoInner #cendreLogoBlack {
    width: 20px;
    height: 20px;
    background-color: white;
}

#masthead #cendreLogo #cendreLogoInner #cendreLogoWhite {
    width: 3px;
    height: 3px;
    background-color: white;
    position: relative;
    bottom: 12px;
    left: 4px;
}

#masthead #headerInner {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 30px;
}

#masthead #headerInner #mm_work_back {
    padding: 40px 30px;
    cursor: pointer;
    pointer-events: auto;
    width: 71px;
    opacity: 0;
}

#masthead #headerInner #mm_work_back #mm_work_back_icon #mm_work_back1 {
    position: absolute;
    width: 20px;
    height: 1px;
    margin-left: 1px;
}

#masthead #headerInner #mm_work_back #mm_work_back_icon #mm_work_back2 {
    position: absolute;
    width: 20px;
    height: 1px;
    margin-left: 1px;
}

#masthead #headerInner #mm_work_back #mm_work_back_label {
    display: inline-block;
    position: absolute;
    top: 11px;
    width: 100px;
    left: 52px;
    opacity: 0;
    font-size: 61px;
    font-family: 'hairline';
    padding: 30px 0;
}

#masthead #headerInner #mainMenu {
    line-height: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#masthead #headerInner #mainMenu #mainButton,
#masthead #headerInner #mainMenu #mm_fullview,
#masthead #headerInner #mainMenu #mm_grid_filter,
#masthead #headerInner #mainMenu #mm_full {
    display: inline-block;
    position: absolute;
    pointer-events: auto;
}

#masthead #headerInner #mainMenu #mainButton {
    height: 95px;
    padding: 30px;
    cursor: pointer;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    font-family: 'hairline';
    z-index: 9999999999;
}

#mainButtonIconInfo {
    transition: all ease 0.8s;
}


/*#mainButtonIconInfo .mm-bg {

    transition: all ease 1s;

  }*/

#masthead #headerInner #mainMenu #mainButton #mainButtonIconInfo #l1 {
    width: 11px;
    height: 1px;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconInfo #l2 {
    width: 11px;
    height: 1px;
    margin-top: 16px;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconInfo #l3 {
    width: 11px;
    height: 1px;
    margin-top: 16px;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconWorks {
    position: relative;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconWorks #mainButtonIconWorksLine1 {
    width: 11px;
    height: 1px;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconWorks #mainButtonIconWorksLine2 {
    width: 1px;
    height: 33px;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconWorks #mainButtonIconWorksLine3 {
    width: 11px;
    height: 1px;
    margin-top: 33px;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonIconWorks #mainButtonIconWorksLine4 {
    width: 1px;
    height: 34px;
    margin-left: 10px;
    position: absolute;
    top: 0;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonLabel {
    font-size: 61px;
    font-family: 'hairline';
    display: inline-block;
    position: absolute;
    left: 55px;
    margin-top: -17px;
    opacity: 0;
    -webkit-transition: color 1s;
    transition: color 1s;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonLabel #mainButtonLabelAbout {
    position: absolute;
}

#masthead #headerInner #mainMenu #mainButton #mainButtonLabel #mainButtonLabelWorks {
    position: absolute;
}

#masthead #headerInner #mainMenu #mainButton .mainButtonLabel-white {
    color: white !important;
}

#masthead #headerInner #mainMenu #mm_grid {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 71px;
    height: 350px;
    pointer-events: auto;
}

#masthead #headerInner #mainMenu .mm_grid_wide {
    width: 200px !important;
}

#masthead #headerInner #mainMenu #mm_fullview {
    top: 125px;
    padding: 30px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

#masthead #headerInner #mainMenu #mm_fullview #mm_fullviewButton {
    position: absolute;
    top: 30px;
}

#masthead #headerInner #mainMenu #mm_fullview #mm_fullviewButton #fwb1 {
    width: 11px;
    height: 1px;
    position: absolute;
}

#masthead #headerInner #mainMenu #mm_fullview #mm_fullviewButton #fwb2 {
    width: 1px;
    height: 13px;
    margin-left: 11px;
    margin-top: 0px;
    position: absolute;
}

#masthead #headerInner #mainMenu #mm_fullview #mm_fullviewButton #fwb3 {
    width: 11px;
    height: 1px;
    margin-top: 12px;
    position: absolute;
}

#masthead #headerInner #mainMenu #mm_fullview #mm_fullviewButton #fwb4 {
    width: 1px;
    height: 13px;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
}

#masthead #headerInner #mainMenu #mm_fullview #mm_fullview_label {
    display: none;
    opacity: 0;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    position: absolute;
    left: 55px;
    margin-top: -4px;
    width: 120px;
}

#masthead #headerInner #mainMenu #mm_fullview .mm_fullview_label_shown {
    display: inline-block !important;
}

#masthead #headerInner #mainMenu #mm_grid_filter {
    top: 195px;
    cursor: pointer;
    padding: 30px;
}

#masthead #headerInner #mainMenu #mm_grid_filter #mm_grid_filterbuttonCircle {
    width: 11px;
    height: 11px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

#masthead #headerInner #mainMenu #mm_grid_filter #mm_grid_filterbuttonLine {
    width: 11px;
    height: 1px;
    position: absolute;
    top: 35px;
}

#masthead #headerInner #mainMenu #gridFilters {
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    display: inline-block;
    position: absolute;
    left: 55px;
    margin-top: -16px;
}

#masthead #headerInner #mainMenu #gridFilters .gridFilter {
    cursor: pointer;
    pointer-events: auto;
    background: transparent;
    /*url("/assets/img/blank.png");*/
    display: none;
    opacity: 0;
    width: 120px;
}

#masthead #headerInner #mainMenu #gridFilters .gridFilterShowm {
    display: block;
}

#masthead #headerInner #mainMenu #gridFilters .gridFilterSelected {
    color: #666 !important;
    cursor: default;
}

#masthead #headerInner #mainMenu #mm_work {
    opacity: 0;
    position: absolute;
    top: 205px;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav {
    padding: 0;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav {
    padding: 12px 31px;
    cursor: pointer;
    pointer-events: auto;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav .inner {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -webkit-transition: background-color 0.6s, border 0.6s;
    transition: background-color 0.6s, border 0.6s;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav .mm_work_nav_label {
    display: inline-block;
    padding-left: 15px;
    opacity: 0;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .filledBullet {
    background-color: #FFF;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav_current {
    cursor: default;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav_current .inner {
    background-color: #FFF;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav_current .mm-stroke-gray {
    background-color: white;
}

#masthead #headerInner #mainMenu #mm_work #mm_work_nav .mm_work_nav:nth-child(1) {
    padding-top: 30px;
}

#masthead #headerInner #mainMenu #mm_info {
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 124px;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav {
    padding: 12px 31px;
    cursor: pointer;
    pointer-events: auto;
    color: white;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav .inner {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    border-radius: 10px;
    -webkit-transition: background-color 1s, border 0.6s;
    transition: background-color 1s, border 0.6s;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav .mm_info_nav_label {
    display: inline-block;
    padding-left: 15px;
    opacity: 0;
    font-size: 17px;
    letter-spacing: 0.4px;
    font-family: "regular";
}

#masthead #headerInner #mainMenu #mm_info .filledBullet {
    background-color: #FFF;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav_current {
    cursor: default;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav_current .inner {
    background-color: #FFF;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav_current .mm-stroke-gray {
    background-color: #FFF;
}

#masthead #headerInner #mainMenu #mm_info .mm_info_nav:nth-child(1) {
    padding-top: 30px;
}

#masthead #headerInner #mainMenu #mm_full {
    position: absolute;
    top: 125px;
}

#masthead #headerInner #mainMenu #mm_full .mm_full_colored {
    -webkit-transition: color 1s;
    transition: color 1s;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid {
    padding: 30px;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button .mm_full_grid_item {
    position: absolute;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid1 {
    width: 11px;
    height: 1px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid2 {
    width: 11px;
    height: 1px;
    margin-top: 5px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid3 {
    width: 11px;
    height: 1px;
    margin-top: 10px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid4 {
    width: 1px;
    height: 11px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid5 {
    width: 1px;
    height: 11px;
    margin-left: 5px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid6 {
    width: 1px;
    height: 11px;
    margin-left: 10px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid7 {
    width: 1px;
    height: 11px;
    margin-left: -5px;
    margin-top: 5px;
    height: 0;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_button #mm_full_grid8 {
    width: 1px;
    height: 11px;
    margin-left: 15px;
    margin-top: 5px;
    height: 0;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid #mm_full_grid_label {
    position: absolute;
    left: 55px;
    margin-top: 5px;
    width: 120px;
    display: none;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_grid .mm_full_grid_label_shown {
    display: inline-block !important;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav {
    width: 70px;
    height: 100px;
    cursor: pointer;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_top {
    text-align: center;
    font-size: 12px;
    padding: 4px 30px 20px 30px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_top #mm_full_nav_top_arrow {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_top #mm_full_nav_top_arrow #mm_full_nav_top_arrow_1 {
    width: 7px;
    height: 1px;
    background-color: white;
    margin-left: -1px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_top #mm_full_nav_top_arrow #mm_full_nav_top_arrow_2 {
    width: 7px;
    height: 1px;
    background-color: white;
    margin-left: 4px;
    margin-top: -1px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_top #mm_full_nav_top_num {
    margin-top: 30px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_middle {
    height: 0;
    padding-left: 28px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_middle #mm_full_nav_middle_line {
    height: 1px;
    width: 15px;
    background-color: white;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_bottom {
    text-align: center;
    font-size: 12px;
    padding: 20px 30px 30px 30px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_bottom #mm_full_nav_bottom_arrow {
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_bottom #mm_full_nav_bottom_arrow #mm_full_nav_bottom_arrow_1 {
    width: 7px;
    height: 1px;
    background-color: white;
    margin-left: -1px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_nav #mm_full_nav_bottom #mm_full_nav_bottom_arrow #mm_full_nav_bottom_arrow_2 {
    width: 7px;
    height: 1px;
    background-color: white;
    margin-left: 4px;
    margin-top: -1px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll {
    padding: 30px;
    margin-top: 3px;
    cursor: default;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_label {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0px 5px;
    transform-origin: 0px 5px;
    width: 11px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow {
    margin-top: 54px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow #mm_full_scroll_arrow_1,
#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow #mm_full_scroll_arrow_3 {
    width: 6px;
    height: 1px;
    position: absolute;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow #mm_full_scroll_arrow_2,
#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow #mm_full_scroll_arrow_4 {
    width: 6px;
    height: 1px;
    position: absolute;
    margin-left: 4px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow #mm_full_scroll_arrow_3 {
    margin-top: 7px;
}

#masthead #headerInner #mainMenu #mm_full #mm_full_scroll #mm_full_scroll_arrow #mm_full_scroll_arrow_4 {
    margin-top: 7px;
}

#masthead #headerInner #primary-menu {
    pointer-events: auto;
}

#masthead .mm-bg {
    -webkit-transition: /*background-color*/
    all ease 1s;
    transition: /*background-color*/
    all ease 1s;
}

#masthead .mm-stroke {
    -webkit-transition: border-color 1s;
    transition: border-color 1s;
}

#masthead .mm-bg-gray {
    background: white;
}

#masthead .mm-stroke-gray {
    border-color: white;
}

#masthead .mm-bg-white {
    background: white;
}

#masthead .mm-stroke-white {
    border-color: white;
}

#masthead .ui-text-gray {
    color: white;
}

#masthead .ui-text-white {
    color: white;
}

#masthead .ui-gray .filledBullet {
    background-color: white !important;
}

.width200 {
    width: 200px !important;
}

@media screen and (min-width: 1800px) {
    #cendreLogo {
        left: calc( ( 100% - 1800px) / 2) !important;
    }
}

.page-template-page_bios,
.page-template-page_exhibitions,
.page-template-page_avp,
.page-template-page_press,
.page-template-page_talks,
.page-template-page_info {
    background-color: #000000;
    color: #fff;
}

.page-template-page_bios footer,
.page-template-page_exhibitions footer,
.page-template-page_avp footer,
.page-template-page_press footer,
.page-template-page_talks footer,
.page-template-page_info footer {
    display: inline-block;
}

.page-template-page_info {
    font-family: "serif";
    font-size: 17px;
    line-height: 32px;
}

.page-template-page_info #infoContent {
    width: 100%;
    position: relative;
    z-index: 999;
    opacity: 0;
}

.page-template-page_info #infoContent #infoContentInner {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 130px;
    padding-right: 489px;
    padding-bottom: 60px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.page-template-page_info #infoContent #infoContentInner .infoSection {
    padding: 0 0 0 0;
    position: relative;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionLabel {
    display: inline-block;
    background-color: black;
    vertical-align: top;
    position: absolute;
    left: 16px;
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    margin-left: 15px;
    height: 300px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionLabel .sectionLabelInner {
    color: white;
    -webkit-transform: rotate(90deg);
    -webkit-transform--moz-transform: rotate(90deg);
    -webkit-transform--ms-transform: rotate(90deg);
    -webkit-transform--o-transform: rotate(90deg);
    -webkit-transform-transform: rotate(90deg);
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    padding-left: 144px;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionLabel .sectionLabelInner .sectionLabelInnerInner {
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    font-family: "regular";
    background-color: black;
    padding: 0 10px;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent {
    display: inline-block;
    position: relative;
    padding-left: 69px;
    padding-top: 97px;
    width: 100%;
    margin-top: -270px;
    text-align: justify;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent img {
    margin: 9px 0 40px 60px;
    height: 40vh;
    width: auto;
    -webkit-filter: brightness(0) contrast(1.5);
    -webkit-transition: -webkit-filter 3s;
    transition: -webkit-filter 3s;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent .imgShown {
    -webkit-filter: brightness(1) contrast(1) !important;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent a {
    border-bottom: 1px solid #FFF;
    -webkit-transition: border-bottom 0.2s, color 0.5s;
    transition: border-bottom 0.2s, color 0.5s;
    padding-bottom: 4px;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent a:hover {
    border-bottom: 3px solid white;
    color: white;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent ul {
    padding: 0;
    margin: 0;
}

.page-template-page_info #infoContent #infoContentInner .infoSection .sectionContent li {
    list-style-type: none;
}

.page-template-page_info #infoContent #infoContentInner .infoSection:not(:nth-child(1)) {
    padding-top: 200px;
}

@media screen and (max-height: 730px) {
    #footerInner {
        margin-top: -7px !important;
    }
    .sectionContent {
        padding-top: 11px !important;
    }
}

.page-template-page_worksGrid {
    background-color: black;
}

.page-template-page_worksGrid #workPanelPortraits {
    position: absolute;
    line-height: 0;
    margin-top: 35px;
    margin-left: 106px;
    overflow: hidden;
    min-height: calc( 100vh - 100px);
}

.page-template-page_worksGrid #workPanelPortraits .workPanelPortrait {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s, transform 1s;
    -webkit-transition: opacity 0.5s, -webkit-transform 1s;
    transition: opacity 0.5s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 1s;
    transition: opacity 0.5s, transform 1s, -webkit-transform 1s;
    opacity: 0;
}

.page-template-page_worksGrid #workPanelPortraits .workPanelPortrait .workPanelPortraitImage {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    margin: 25px;
}

.page-template-page_worksGrid #workPanelPortraits .workPanelPortrait .workPanelPortraitTitle {
    color: white;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    left: 23px;
    line-height: 28px;
    font-size: 32px;
    font-family: 'light';
    width: 50%;
    margin-top: -4px;
}

.page-template-page_worksGrid #workPanelPortraits .workPanelPortrait .workPanelPortraitCategories {
    display: inline-block;
    line-height: 20px;
    color: white;
    text-align: right;
    position: absolute;
    right: 24px;
    margin-top: -5px;
}

.page-template-page_worksGrid #workPanelPortraits .workPanelPortrait .workPanelPortraitLocations {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 25px;
    line-height: 19px;
    color: white;
}

.page-template-page_worksGrid #workPanelPortraits .workPanelPortrait .workPanelPortraitDates {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 24px;
    line-height: 19px;
    color: white;
}

.page-template-page_worksGrid #workPanelPortraitsTop {
    position: absolute;
    line-height: 0;
    margin-top: 35px;
    margin-left: 106px;
    overflow: hidden;
    min-height: calc( 100vh - 100px);
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s, transform 1s;
    -webkit-transition: opacity 0.5s, -webkit-transform 1s;
    transition: opacity 0.5s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 1s;
    transition: opacity 0.5s, transform 1s, -webkit-transform 1s;
    opacity: 0;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopImage {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    margin: 25px;
    margin-top: 6px;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopTitle {
    color: white;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    left: 23px;
    line-height: 28px;
    font-size: 32px;
    font-family: 'light';
    width: 50%;
    margin-top: 6px;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopTitle .inner {
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopCategories {
    display: inline-block;
    line-height: 20px;
    color: white;
    text-align: right;
    position: absolute;
    right: 24px;
    margin-top: 5px;
    width: 50%;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopCategories .inner {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopLocations {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 24px;
    line-height: 19px;
    color: white;
}

.page-template-page_worksGrid #workPanelPortraitsTop .workPanelPortraitTop .workPanelPortraitTopDates {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 24px;
    line-height: 19px;
    color: white;
}

.page-template-page_worksGrid #workThumbnails {
    margin-right: 60px;
    margin-top: 60px;
    margin-left: 131px;
    position: absolute;
    -webkit-transition: -webkit-filter 1000ms, opacity 1s;
    transition: -webkit-filter 1000ms, opacity 1s;
}

.page-template-page_worksGrid #workThumbnails .worksThumbnail {
    width: 294px;
    height: 165px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-filter 1000ms, opacity 500ms, transform 1000ms;
    transition: -webkit-filter 1000ms, opacity 500ms, transform 1000ms;
}

.page-template-page_worksGrid #workThumbnails .thumbnailHide {
    -webkit-filter: brightness(0) contrast(10) grayscale(1) !important;
    opacity: 0 !important;
}

.page-template-page_worksGrid #workThumbnails .workToFront {
    z-index: 9999999;
}

.page-template-page_worksGrid .workThumbnailsBlackout {
    -webkit-filter: brightness(0) contrast(3) !important;
    opacity: 0 !important;
}

.page-template-page_worksGrid #workThumbnailsBlur {
    margin-right: 60px;
    margin-top: 60px;
    margin-left: 131px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-filter 300ms 400ms, opacity 1500ms;
    transition: -webkit-filter 300ms 400ms, opacity 1500ms;
    opacity: 0;
}

.page-template-page_worksGrid #workThumbnailsBlur .worksThumbnailBlur {
    width: 294px;
    height: 165px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 1000ms;
    -webkit-transition: -webkit-transform 1000ms;
    transition: -webkit-transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms;
    -webkit-filter: brightness(0.6) blur(1px) contrast(1.3) !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-template-page_worksGrid #workThumbnailsBlur .thumbnailHide {
    -webkit-filter: brightness(0) contrast(30) grayscale(1) !important;
    opacity: 0 !important;
}

.page-template-page_worksGrid .workThumbnailFire {
    opacity: 0 !important;
}

.page-template-page_worksGrid .workThumbnailsExplode {
    -webkit-filter: brightness(0) contrast(30) grayscale(1) !important;
}

.page-template-page_worksGrid .workThumbnailsFlash {
    -webkit-filter: brightness(100) contrast(1.5) !important;
}

.page-template-page_worksGrid #workButtons {
    margin-right: 60px;
    margin-top: 60px;
    margin-left: 131px;
    position: absolute;
}

.page-template-page_worksGrid #workButtons .workButton {
    background-color: rgba(0, 0, 255, 0);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99999999;
}

.page-template-page_worksGrid .panelVisible {
    opacity: 1 !important;
}

.fadeOut {
    opacity: 0.15 !important;
}

.fadeOut2 {
    opacity: 0.33 !important;
}

.fadeOut3 {
    opacity: 0.66 !important;
}

.fadeOut4 {
    opacity: 0.80 !important;
}

#transistor {
    position: fixed;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1300px) {
    .workPanelPortraitTitle {
        width: 100% !important;
        padding-right: 60px !important;
        top: 5px !important;
        margin-top: -9px !important;
    }
    .workPanelPortraitTopTitle {
        width: 100% !important;
        bottom: 3px !important;
    }
    .workPanelPortraitTopTitle .inner {
        padding-right: 50px;
    }
    .workPanelPortraitCategories {
        width: 100% !important;
        text-align: left !important;
        top: 15px !important;
        position: relative !important;
        left: 25px !important;
    }
    .workPanelPortraitTopCategories {
        top: 30px !important;
        margin-top: -6px !important;
        position: absolute !important;
        height: 0px !important;
        text-align: left !important;
        width: 100% !important;
        left: 25px !important;
    }
    .workPanelPortraitTopCategories .inner {
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
}

@media screen and (max-width: 1200px) {
    .workPanelPortrait {
        margin-left: 13px !important;
        margin-top: 13px !important;
    }
    .workPanelPortraitImage {
        margin: 12px !important;
    }
    .workPanelPortraitTitle {
        margin-top: -6px !important;
    }
    .workPanelPortraitTopTitle,
    .workPanelPortraitTitle {
        left: 12px !important;
        line-height: 20px !important;
        font-size: 24px !important;
        padding-right: 24px !important;
    }
    .workPanelPortraitTopCategories,
    .workPanelPortraitCategories {
        right: 12px !important;
        left: 12px !important;
    }
    .workPanelPortraitTopCategories {
        top: 24px !important;
    }
    .workPanelPortraitTopImage {
        margin-top: 6px !important;
        margin-left: 12px !important;
    }
    #workPanelPortraitsTop {
        margin-top: 48px !important;
        margin-left: 119px !important;
    }
    .workPanelPortraitLocations {
        left: 12px !important;
        bottom: 10px !important;
        line-height: 13px !important;
    }
    .workPanelPortraitDates {
        right: 10px !important;
        bottom: 10px !important;
        line-height: 13px !important;
    }
    .workPanelPortraitTopLocations {
        left: 12px !important;
        top: 10px !important;
    }
    .workPanelPortraitTopDates {
        top: 8px !important;
        right: 10px !important;
    }
}

@media screen and (max-width: 1000px) {
    .workPanelPortraitTopTitle,
    .workPanelPortraitTitle {
        font-size: 17px !important;
        letter-spacing: 0.4px !important;
        line-height: 21px !important;
    }
}

.page-template-page_worksFullview {
    background-color: black;
}

.page-template-page_worksFullview #worksFull {
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

.page-template-page_worksFullview #worksFull .firstItem {
    -webkit-filter: brightness(0) contrast(5);
}

.page-template-page_worksFullview #worksFull .firstItem .firstWorkTitle {
    opacity: 0 !important;
}

.page-template-page_worksFullview #worksFull .firstItem .firstWorkCategories {
    opacity: 0 !important;
}

.page-template-page_worksFullview #worksFull .fullItem {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-filter 3000ms, opacity 1000ms;
    transition: -webkit-filter 3000ms, opacity 1000ms;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemImage {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemImageBlur {
    width: 100%;
    height: 100vh;
    transform: scale(1.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemVideo {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemVideoBlur {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    filter: blur(30px);
    object-fit: cover;
    object-position: center;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemVideo video {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemHeader {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 1800px;
    margin: 0 auto;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemHeader .fullItemHeaderInner {
    display: block;
    position: absolute;
    bottom: 54px;
    left: 15vw;
    color: white;
}


/*.page-template-page_worksFullview #worksFull .fullItem*/

.fullItemHeader .fullItemHeaderInner .workTitle {
    /*margin-bottom: 48px;*/
    font-size: 61px;
    font-family: 'hairline';
    line-height: 50px;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
}


/*.page-template-page_worksFullview #worksFull .fullItem*/

.fullItemHeader .fullItemHeaderInner .workCategories {
    display: block;
    word-wrap: normal;
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
}


/*.page-template-page_worksFullview #worksFull*/

.fullItem .fullItemRight {
    position: absolute;
    bottom: 54px;
    right: 130px;
    width: 500px;
    color: white;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemRight .fullItemRightDesc {
    text-align: justify;
    text-justify: inter-word;
    bottom: 70px;
    position: absolute;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemRight .fullItemRightInfo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemRight .fullItemRightInfo .fullItemRightLocation {
    display: inline-block;
    margin-top: 51px;
    margin-right: 60px;
}

.page-template-page_worksFullview #worksFull .fullItem .fullItemRight .fullItemRightInfo .fullItemRightDate {
    display: inline-block;
}

.page-template-page_worksFullview #worksFullButton {
    position: fixed;
    top: 0;
    left: 130px;
    width: calc( 100% - 130px);
    height: 100vh;
    /*cursor: none;*/
}

.page-template-page_worksFullview #worksFullCursor {
    position: fixed;
    top: 0;
    left: 0;
}

.page-template-page_worksFullview #worksFullCursor #worksFullCursorInner {
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 50vh;
    left: 50vw;
}

.page-template-page_worksFullview #worksFullCursor #worksFullCursorInner #worksFullCursorInner1 {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid white;
}

.page-template-page_worksFullview #worksFullCursor #worksFullCursorInner #worksFullCursorInner2 {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid white;
    position: absolute;
    top: 15px;
    left: 15px;
}

@media screen and (min-width: 1800px) {
    .fullItemRight {
        right: calc( ( ( 100% - 1800px) / 2) + 130px) !important;
    }
}

.page-template-page_work {
    background-color: black;
}

.page-template-page_work .workContainerClosing {
    -webkit-filter: brightness(0) contrast(3) !important;
}

.page-template-page_work #workContainer {
    opacity: 0;
    -webkit-transition: -webkit-filter 1000ms, opacity 1000ms, transform 1000ms;
    transition: -webkit-filter 1000ms, opacity 1000ms, transform 1000ms;
}

.page-template-page_work #workContainer #content .workVideo .workVideoInner {
    height: 100vh;
}

.page-template-page_work #workContainer #content .workInformation {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding-left: 130px;
    padding-right: 60px;
    padding-top: 0px;
    padding-bottom: 60px;
}

.page-template-page_work #workContainer #content .workInformation .workInformationInner {
    max-width: 1600px;
    margin: 0 auto;
}

.page-template-page_work #workContainer #content .workInformation .workInformationInner a {
    border-bottom: 1px solid #DDD;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;
    padding-bottom: 4px;
}

.page-template-page_work #workContainer #content .workInformation .workInformationInner a:hover {
    border-bottom: 1px solid black;
    color: black;
}

.page-template-page_work #workContainer #content .workInformation .workInformationInner .description {
    font-family: "serif";
    font-size: 17px;
    line-height: 32px;
}

.page-template-page_work #workContainer #content .workInformation .workInformationInner .description strong {
    font-family: "serifBold";
}

.page-template-page_work #workContainer #content .workGallery {
    /*cursor: none;*/
    position: relative;
}

.page-template-page_work #workContainer #content .workGallery .workGaleryInner {
    position: relative;
}

.page-template-page_work #workContainer #content .workGallery .workGaleryInner .workGalleryImage {
    width: 100%;
    height: 100vh;
    opacity: 0;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    pointer-events: none;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.page-template-page_work #workContainer #content .workGallery .workGaleryInner .workGalleryImageCurrent {
    opacity: 1 !important;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    display: block;
    padding: 14px 0px;
    color: white;
    font-size: 14px;
    width: 160px;
    text-align: center;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc .workGalleryNumbers {
    display: inline-block;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc .workGalleryNumbers .workGalleryNumbersCurrent {
    display: block;
    right: 22px;
    position: relative;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc .workGalleryNumbers .workGalleryNumbersCurrent .workGalleryNumbersCurrentNum {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    opacity: 0;
    width: 20px;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc .workGalleryNumbers .workGalleryNumbersCurrent .workGalleryNumbersCurrentNumSelected {
    opacity: 1 !important;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc .workGalleryNumbers .workGalleryNumbersSlash {
    display: inline-block;
    width: 1px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFF;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 10px;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryDesc .workGalleryNumbers .workGalleryNumbersTotal {
    display: inline-block;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryText {
    display: inline-block;
    position: absolute;
    right: 158px;
    background-color: black;
    bottom: 49px;
    width: 100%;
    text-align: right;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryText .workGalleryImageTextItemEmpty {
    display: none;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryText .workGalleryImageTextItem {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    margin-right: -14px;
    -webkit-transition: margin-right 1s, opacity 1s;
    transition: margin-right 1s, opacity 1s;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryText .workGalleryImageTextItem .workGalleryImageTextItemInner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 14px 18px;
    position: absolute;
    right: 0;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryText .workGalleryImageTextItemCurrent {
    opacity: 1 !important;
    margin-right: 0px !important;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursor {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s, background-color 1s;
    transition: opacity 1s, background-color 1s;
    margin-left: -110px;
    margin-top: -60px;
    right: 0px;
    padding: 60px;
    width: 220px;
    top: 50%;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursor .workGalleryCursorArrow {
    position: relative;
    top: 0;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursor .workGalleryCursorArrow .workGalleryCursorArrowTop {
    background-color: white;
    width: 10px;
    height: 1px;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursor .workGalleryCursorArrow .workGalleryCursorArrowBottom {
    background-color: white;
    width: 10px;
    height: 1px;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursor .workGalleryCursorLine {
    background-color: white;
    width: 100px;
    height: 1px;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursorVisible {
    opacity: 1 !important;
}

.page-template-page_work #workContainer #content .workGallery .workGalleryCursorSurface {
    width: 100%;
    height: 100vh;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
}

.page-template-page_work #workContainer #content .workGalleryCursorStart {
    right: 0px;
    top: 50%;
    opacity: 100 !important;
    position: absolute !important;
    padding: 60px;
    background-color: black;
}

.page-template-page_work #workContainer #content ul {
    margin: 0;
    padding: 0;
    margin-left: 14px;
}

.page-template-page_work #workContainer .workInformationInner1Detail .description {
    display: inline-block;
    width: calc( 100% - 250px);
    vertical-align: top;
    padding-top: 30px;
    text-align: justify;
}

.page-template-page_work #workContainer .workInformationInner1Detail .column1 {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    padding-top: 30px;
    margin-left: 60px;
    font-family: "serif";
    line-height: 32px;
}

.page-template-page_work #workContainer .workInformationInner2Detail .description {
    display: inline-block;
    width: calc( 100% - 490px);
    vertical-align: top;
    padding-top: 30px;
    line-height: 32px;
    text-align: justify;
}

.page-template-page_work #workContainer .workInformationInner2Detail .rightColumn {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    padding-top: 30px;
    font-family: "serif";
}

.page-template-page_work #workContainer .workInformationInner2Detail .rightColumn .column1 {
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    width: 240px;
    font-family: "serif";
    line-height: 32px;
}

.page-template-page_work #workContainer .workInformationInner2Detail .rightColumn .column2 {
    display: inline-block;
    width: 240px;
    vertical-align: top;
    padding-left: 60px;
    font-family: "serif";
    line-height: 32px;
}

.page-template-page_work #workContainer .workInformationInner2Detail .rightColumn strong {
    font-family: "serifBold";
}

.page-template-page_work #workContainer #workHeader {
    position: fixed;
    top: 0;
    display: block;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
}

.page-template-page_work #workContainer #workHeader #workHeaderInnerFilter {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

.page-template-page_work #workContainer #workHeader #workHeaderInner {
    display: block;
    position: absolute;
    bottom: 54px;
    left: 15vw;
    color: white;
}

.page-template-page_work #workContainer #workHeader #workHeaderInner #workTitle {
    margin-bottom: 48px;
    font-size: 61px;
    font-family: 'hairline';
    line-height: 50px;
}

.page-template-page_work #workContainer #workHeader #workHeaderInner #workCategories {
    display: block;
    word-wrap: normal;
}

.page-template-page_work #workContainer .workFooter {
    background-color: #000000;
    color: #ffffff;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter {
    height: calc( 75vh - 100px);
    position: relative;
    text-align: center;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter #workFooterCenterInner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter #workShareon #workShareonLabel {
    opacity: 0.5;
    margin-bottom: 12px;
    margin-bottom-color: gray;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter #workShareon .shareonLink i {
    padding: 10px;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter #workFindon {
    margin-top: 32px;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter #workFindon #workFindonLabel {
    opacity: 0.5;
    margin-bottom: 12px;
    margin-bottom-color: gray;
}

.page-template-page_work #workContainer .workFooter #workFooterCenter #workFindon .findonLink i {
    padding: 10px;
}

.page-template-page_work #workContainer .workFooter #workFooterNext {
    vertical-align: bottom;
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
    z-index: 99;
    line-height: 0;
    overflow-y: hidden;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextLabel {
    width: calc( 100vw - 260px);
    max-width: 1530px;
    margin: 0 auto;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    display: none;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner {
    width: calc( 100vw - 260px);
    margin: 0 auto;
    text-align: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: width 1s, max-width 1s;
    transition: width 1s, max-width 1s;
    max-width: 1530px;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner #workFooterNextThumbnail {
    line-height: 0;
    display: inline-block;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner #workFooterNextThumbnail img {
    height: 25vh;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner #workFooterNextTitle {
    display: inline-block;
    vertical-align: top;
    padding: 18px;
    width: 0;
    font-size: 28px;
    line-height: 24px;
    color: white;
    font-family: "light";
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner #workFooterNextCategories {
    position: absolute;
    right: 26px;
    bottom: 20px;
    line-height: 21px;
    color: white;
    text-align: right;
    display: none;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner #workFooterNextInnerLabel {
    display: inline-block;
    padding: 18px 20px;
    font-size: 28px;
    line-height: 24px;
    color: white;
    font-family: "light";
    right: 0;
    top: 0;
    position: absolute;
}

.page-template-page_work #workContainer .workFooter #workFooterNext #workFooterNextInner:hover {
    width: 100%;
    max-width: 100%;
}

.page-template-page_work #workContainer .workFooter .workFooterNextBlack {
    background-color: #b4b3ae;
}

.page-template-page_work .h100vh {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.page-template-page_work .singleimage {
    background-size: cover;
    background-position: center center;
}

@media screen and (max-height: 740px) {
    #workFooterNextTitle {
        width: 200px !important;
    }
}

footer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99999999999;
}

footer #footerInner {
    max-width: 1800px;
    margin: 0 auto;
    text-align: right;
    padding: 60px;
    margin-top: 85px;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    font-family: "regular";
}

footer #footerInner #footerContent {
    display: inline-block;
    text-align: left;
    width: 370px;
}

footer #footerInner #footerContent p {
    margin: 0;
    margin-bottom: 20px;
}

footer #footerInner #footerContent #footerTop {
    opacity: 0;
}

footer #footerInner #footerContent #footerTop #footerTop1 {
    margin-bottom: 35px;
}

footer #footerInner #footerContent #footerTop #footerTop1 a {
    padding-bottom: 2px;
    border-bottom: 1px solid white;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
}

footer #footerInner #footerContent #footerTop #footerTop1 a:hover {
    border-bottom: 1px solid white;
}

footer #footerInner #footerContent #footerTop #footerTop1 .contactPhone1 {
    margin-right: 20px;
}

footer #footerInner #footerContent #footerTop #footerTop2 {
    margin-left: -10px;
}

footer #footerInner #footerContent #footerTop #footerTop2 .footerSmLink i {
    padding: 10px;
}

footer #footerInner #footerContent #footerBottom {
    bottom: 60px;
    position: absolute;
    opacity: 0;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left {
    display: inline-block;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link {
    width: 280px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link1 {
    padding: 13px 0;
    font-size: 28px;
    font-family: "light";
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link1 .footerBottom1LinkLabel {
    display: inline-block;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link1 .footerBottom1LinkArrow1 {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 5px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link1 .footerBottom1LinkArrow1 .footerBottom1LinkArrow1Inner1 {
    width: 30px;
    height: 1px;
    background-color: white;
    position: absolute;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link1 .footerBottom1LinkArrow1 .footerBottom1LinkArrow1Inner2 {
    width: 10px;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 24px;
    top: -7px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link1 .footerBottom1LinkArrow1 .footerBottom1LinkArrow1Inner3 {
    width: 10px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 7px;
    left: 24px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link2 {
    cursor: pointer;
    padding: 15px 0;
    font-size: 28px;
    font-family: "light";
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link2 .footerBottom1LinkLabel {
    display: inline-block;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link2 .footerBottom1LinkArrow2 {
    position: relative;
    display: inline-block;
    top: -7px;
    left: 5px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link2 .footerBottom1LinkArrow2 .footerBottom1LinkArrow2Inner1 {
    width: 30px;
    height: 1px;
    background-color: white;
    position: absolute;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link2 .footerBottom1LinkArrow2 .footerBottom1LinkArrow2Inner2 {
    width: 10px;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 24px;
    top: -7px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Left .footerBottom1Link2 .footerBottom1LinkArrow2 .footerBottom1LinkArrow2Inner3 {
    width: 10px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 7px;
    left: 24px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Right {
    display: inline-block;
    vertical-align: top;
    right: 0px;
    position: absolute;
    top: 10px;
    text-align: right;
    height: 170px;
    cursor: pointer;
    width: 66px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Right #footerBottom1RightTop {
    font-size: 13px;
    line-height: 16px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Right #footerBottom1RightBottom {
    width: 40px;
    bottom: -3px;
    position: absolute;
    right: -3px;
}

footer #footerInner #footerContent #footerBottom #footerBottom1 #footerBottom1Right #footerBottom1RightBottom img {
    width: 100%;
}

footer #footerInner #footerContent #footerBottom #footerBottom2 {
    padding-top: 45px;
}

footer #footerInner #footerContent #footerBottom #footerBottom2 #messageButton {
    cursor: pointer;
    height: 38px;
    width: 370px;
    border: 1px solid white;
    text-align: center;
    padding-top: 7px;
    -webkit-transition: background-color 0.35s, color 0.35s;
    transition: background-color 0.35s, color 0.35s;
}

footer #footerInner #footerContent #footerBottom #footerBottom2 #messageButton:hover {
    background-color: white;
    color: white;
}

footer #messageBox {
    position: fixed;
    bottom: 62px;
    opacity: 0;
}

footer #messageBox #messageBoxContent {
    resize: none;
    width: 370px;
    height: 160px;
    border: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0;
    display: block;
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding: 6px 10px;
}

footer #messageBox textarea:focus {
    outline-width: 0;
}

footer #messageBox #messageBoxEmail {
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding-left: 10px;
    margin-top: -1px;
}

footer #messageBox input:focus {
    outline-width: 0;
}

footer #messageBox #messageBoxHeader {
    padding: 0px 0px;
    position: relative;
    opacity: 0;
}

footer #messageBox #messageBoxHeader #messageBoxHeaderLeft {
    display: inline-block;
    padding: 20px 10px;
}

footer #messageBox #messageBoxHeader #messageBoxHeaderRight {
    display: inline-block;
    position: absolute;
    right: 0px;
}

footer #messageBox #messageBoxHeader #messageBoxHeaderRight .messageBoxHeaderRightArrow {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

footer #messageBox #messageBoxHeader #messageBoxHeaderRight .messageBoxHeaderRightArrow .messageBoxHeaderRightArrowInner1 {
    width: 30px;
    height: 1px;
    background-color: white;
    position: absolute;
    display: none;
}

footer #messageBox #messageBoxHeader #messageBoxHeaderRight .messageBoxHeaderRightArrow .messageBoxHeaderRightArrowInner2 {
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 35px;
    left: 31px;
}

footer #messageBox #messageBoxHeader #messageBoxHeaderRight .messageBoxHeaderRightArrow .messageBoxHeaderRightArrowInner3 {
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 21px;
    left: 31px;
}

footer #messageBox #messageBoxEmail {
    margin-bottom: 30px;
    height: 40px;
    border: 1px solid white;
    border-radius: 0;
    width: 370px;
    height: 38px;
    opacity: 0;
}

footer #messageBox #messageBoxSubmit {
    width: 370px;
    height: 38px;
    background-color: white;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

footer #messageBox #messageBoxSubmit #messageBoxSubmitInner {
    display: inline-block;
    padding-top: 8px;
}

footer #newsletterBox {
    position: fixed;
    bottom: 62px;
    opacity: 0;
}

footer #newsletterBox .mc4wp-alert {
    position: fixed;
    width: 370px;
    padding: 20px 10px;
    bottom: 202px;
    border-bottom: 1px solid #4A90E2;
    color: #4A90E2;
}

footer #newsletterBox .mc4wp-alert p {
    margin-bottom: 0 !important;
}

footer #newsletterBox #newsletterBoxContent {
    resize: none;
    width: 370px;
    height: 160px;
    border: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0;
    display: block;
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding: 6px 10px;
}

footer #newsletterBox textarea:focus {
    outline-width: 0;
}

footer #newsletterBox #newsletterBoxEmail {
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding-left: 10px;
    margin-top: -1px;
}

footer #newsletterBox #newsletterBoxName {
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding-left: 10px;
    margin-top: -1px;
}

footer #newsletterBox #newsletterBox {
    font-family: "regular";
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding-left: 10px;
    margin-top: -1px;
}

footer #newsletterBox input:focus {
    outline-width: 0;
}

footer #newsletterBox #newsletterBoxHeader {
    padding: 0px 0px;
    position: relative;
    opacity: 0;
    width: 370px;
}

footer #newsletterBox #newsletterBoxHeader #newsletterBoxHeaderLeft {
    display: inline-block;
    padding: 20px 10px;
}

footer #newsletterBox #newsletterBoxHeader #newsletterBoxHeaderRight {
    display: inline-block;
    position: absolute;
    right: 0px;
}

footer #newsletterBox #newsletterBoxHeader #newsletterBoxHeaderRight .newsletterBoxHeaderRightArrow {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

footer #newsletterBox #newsletterBoxHeader #newsletterBoxHeaderRight .newsletterBoxHeaderRightArrow .newsletterBoxHeaderRightArrowInner1 {
    width: 30px;
    height: 1px;
    background-color: white;
    position: absolute;
    display: none;
}

footer #newsletterBox #newsletterBoxHeader #newsletterBoxHeaderRight .newsletterBoxHeaderRightArrow .newsletterBoxHeaderRightArrowInner2 {
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 35px;
    left: 31px;
}

footer #newsletterBox #newsletterBoxHeader #newsletterBoxHeaderRight .newsletterBoxHeaderRightArrow .newsletterBoxHeaderRightArrowInner3 {
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 21px;
    left: 31px;
}

footer #newsletterBox #newsletterBoxContent {
    opacity: 0;
}

footer #newsletterBox #newsletterBoxEmail {
    height: 40px;
    border: 1px solid white;
    border-radius: 0;
    width: 370px;
    height: 38px;
    margin-bottom: 30px;
    opacity: 0;
}

footer #newsletterBox #newsletterBoxName {
    margin-top: -1px;
    height: 40px;
    border: 1px solid white;
    border-radius: 0;
    width: 370px;
    height: 38px;
    opacity: 0;
}

footer #newsletterBox #newsletterBoxSubmit {
    width: 370px;
    height: 38px;
    background-color: white;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    border: 0;
}

footer #newsletterBox #newsletterBoxSubmit #newsletterBoxSubmitInner {
    display: inline-block;
    padding-top: 8px;
}

#stopper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 0, 0);
    width: 100%;
    height: 100vh;
    z-index: 999999999999999999;
}

::-webkit-input-placeholder {
    color: white !important;
    font-size: 17px !important;
}

@media screen and (min-width: 1800px) {
    footer {
        right: calc( ( 100% - 1800px) / 2) !important;
    }
}

#browserWarning {
    position: fixed;
    background-color: black;
    color: white;
    top: 0;
    left: 0;
    z-index: 9999999999999999999;
    width: 100%;
    height: 100vh;
    display: none;
}

#browserWarning #browserWarningInner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-family: "regular";
}

@media screen and (max-width: 1080px) {
    #browserWarning {
        display: inline-block !important;
    }
}

@media screen and (max-height: 630px) {
    #browserWarning {
        display: inline-block !important;
    }
}

#mobileProjectGradient {
    display: none;
}

@media screen and (max-width: 700px) {
    #logo {
        margin-top: 0vh !important;
    }
    #secondary .work-container .work-header .fullItemHeader {
        margin-top: 17vw !important;
    }
    .fullItemRightDesc {
        max-width: 100% !important;
    }
    .workCategories {
        font-weight: normal;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemHeader .fullItemHeaderInner {
        left: 30vw;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemHeader .fullItemHeaderInner .workTitle {
        font-size: 45px;
        line-height: 40px;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemRight .fullItemRightInfo .fullItemRightDate {
        display: block;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemRight .fullItemRightInfo {
        position: absolute;
        /* right: -32vw; */
        left: 128px;
        bottom: 0;
        width: 100%;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemImage {
        background-attachment: local;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemRight {
        right: auto;
    }
    .page-template-page_worksFullview #worksFull .fullItem .fullItemHeader {
        z-index: 10;
        bottom: 10vh;
        max-width: 84vw;
        left: -10vw;
    }
    #mobileProjectGradient {
        display: block;
        width: 100vh;
        height: 50vh;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
    }
    #color_overlay {
        right: 0vw !important;
        top: 0px !important;
        width: 40vw !important;
        height: 35vw !important;
    }
    #menu ul li {
        height: auto !important;
        font-weight: bolder;
        font-size: 16px !important;
        line-height: 27px !important;
        letter-spacing: 1px;
        opacity: 0.8;
    }
}

.fullItemVideo video,
.fullItemVideoBlur video {
    position: fixed;
    top: 0;
}

.fullItemVideoBlur video {
    position: fixed;
    object-fit: fill;
    object-position: center;
    top: 0;
    width: 100%;
}