* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #f8f0f8;
    /* background-color: #eae8e9; */
    text-align: left;
}

#page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 1210px;
    min-height: 100%;
    list-style: none;
    font-size: 0;
}

#page > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    width: 100%;
}

#page > li.index {
}

#page > li.default {
    padding: 20px;
}

#page > li#navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    width: 225px;
    padding-top: 100px;
    z-index: 2;
}

#page > li#navigation > div.mobile {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url('/public/images/hamburger.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 2;
}

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

    #page > li#navigation > div.mobile {
        display: block;
    }

    #page > li#navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
        flex: 0 0 0;
    }

    #page > li#navigation > ul.nav-list {
        position: absolute;
        left: -225px;
        width: 225px;
    }

}

#footer {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    text-align: right;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    color: #666666;
}

a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a.link {
    display: block;
    text-decoration: underline;
    padding-top: 200px;
}

img.link {
    width: 70px;
    margin-left: 146px;
    margin-top: 10px;
}

ul.nav-list {
    list-style: none;
}

ul.nav-list > li {
    padding: 4px 20px;
}

ul.nav-list > li > a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

ul.nav-list > li:first-child > a {
    font-weight: 800 !important;
}

ul.nav-list > li:hover {
    padding-left: 22px;
    transition: 0.25s padding-left;
}

/* INDEX */

#page > li.index img {
    margin: 100px 0 0 50px;
}

#page > li.index ul.nav-list {
    position: absolute;
    top: 580px;
    left: 110px;
}

h1 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 35px;
}

p {
    font-size: 14px;
    margin-top: 15px;
}

/* CANVAS */

ul.canvas {
    position: relative;
    list-style: none;
    font-size: 0;
    width: 100%;
    /* border: 1px solid green; */
}

ul.canvas > li {
    display: block;
    position: absolute;
}

ul.canvas > li > a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

ul.canvas > li > a > h2 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 300;
    color: #333333;
    opacity: 0;
    /* display: none; */
}

ul.canvas > li:hover > a > h2 {
    opacity: 1;
}

ul.canvas > li > a > img {
    max-width: 100%;
}

ul.canvas > li.element-works-1 {
    min-width: 220px;
    min-height: 100px;
    width: 220px;
    top: 260px;
    left: 20px;
}

ul.canvas > li.element-works-1:hover img {
    background-color: #ffffff;
    transition: 0.1s background-color;
}

ul.canvas > li.element-works-2 {
    min-width: 180px;
    min-height: 100px;
    width: 180px;
    top: 100px;
    left: 290px;
}

ul.canvas > li.element-works-3 {
    min-width: 270px;
    min-height: 100px;
    width: 270px;
    top: 250px;
    left: 530px;
}

ul.canvas > li.element-works-4 {
    min-width: 230px;
    min-height: 100px;
    width: 230px;
    top: 450px;
    left: 170px;
}

ul.canvas > li.element-works-5 {
    min-width: 150px;
    min-height: 100px;
    width: 100px;
    top: 500px;
    left: 530px;
}

ul.canvas > li.element-works-6 {
    min-width: 150px;
    min-height: 100px;
    width: 100px;
    top: 480px;
    left: 800px;
}

div.pdf {
    margin-top: 25px;
}

/* TABULAR */

div.tabular.wrapper {
    width: 600px;
    margin-top: 20px;
}

ul.tabular {
    list-style: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

ul.tabular > li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 50px 35px 0;

}

ul.tabular > li.play::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: url('/public/images/play.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    /* background-position: center; */
    background-size: 35px;
    margin: -45px 0 0 10px;
    /* margin: -5px 0 0 -25px; */
    box-sizing: border-box;
    opacity: 0.5;
    cursor: pointer;
}

ul.tabular > li.play:hover::after {
    opacity: 0.8;
    transition: 0.25s opacity;
}

ul.tabular > li > img,
ul.tabular > li > a > img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

/* LIGHTBOX */

div.lightbox {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    opacity: 0;
    transition: 0.15s opacity;
}

div.lightbox > div.position {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

div.lightbox > div.position > div.content {
    display: inline-block;
    width: 85%;
    max-width: 1200px;
    height: 85%;
    max-height: 1000px;
}

div.lightbox div.content ul.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

div.lightbox div.content ul.row > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* background: green;
    border: 1px solid orange; */
    height: 100%;
}

div.lightbox div.content ul.row > li.description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    height: 100px;
}

div.lightbox div.content ul.row > li.description h3 {
    font-size: 14px;
    text-align: left;
    color: white;
    font-weight: 400;
    padding: 0 125px;
}

div.lightbox div.content ul.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

div.lightbox div.content ul.column > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: auto;
    /* background: red;
    border: 1px solid blue; */
}

div.lightbox div.content ul.column > li.nav {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
}

div.lightbox div.content ul.column > li.nav > span.nav {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    margin-top: -25px;
    background-image: url('/public/images/chevron_right.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    opacity: 0.7;
    cursor: pointer;
}

div.lightbox div.content ul.column > li.nav.left > span.nav {
    background-image: url('/public/images/chevron_left.svg');
}

div.lightbox div.content ul.column > li.nav > span.close {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 25px;
    left: 0;
    background-image: url('/public/images/close.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    opacity: 0.7;
    cursor: pointer;
}

div.lightbox div.content ul.column > li.nav > span:hover {
    opacity: 1;
    transition: 0.25s opacity;
}

div.lightbox div.content ul.column > li.content {
    width: 100%;
    height: 100%;
}

div.lightbox div.content ul.column > li.content > div.position {
    display: table;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

div.lightbox div.content ul.column > li.content > div.position > div.inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    max-height: 100%;
    text-align: center;
    vertical-align: middle;
}

div.lightbox div.content ul.column > li.content > div.position > div.inner > img {
    vertical-align: top;
}

div.lightbox div.content ul.column > li.content > div.position > div.inner > video {
    vertical-align: top;
}

div.lightbox div.content ul.column > li.content > div.position > div.inner > iframe {
    vertical-align: top;
}
