article,aside,details,figcaption,figure,footer,header,hgroup,hr,main,nav,section,summary{display:block}h3,hr,p,pre{margin:1em 0}body,html{height:100%}fieldset,hr,img,legend{border:0}body,dd,dl,fieldset,figure,form,menu,ol,ul{margin:0}fieldset,hr,legend,menu,ol,ul{padding:0}*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}*{-webkit-font-smoothing:antialiased}@font-face{font-family:Lora;src:url(../fonts/lora-italic-webfont.eot);src:url(../fonts/lora-italic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/lora-italic-webfont.woff) format('woff'),url(../fonts/lora-italic-webfont.ttf) format('truetype'),url(../fonts/lora-italic-webfont.svg#loraitalic) format('svg');font-weight:400;font-style:italic}@font-face{font-family:Lora;src:url(../fonts/lora-regular-webfont.eot);src:url(../fonts/lora-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/lora-regular-webfont.woff) format('woff'),url(../fonts/lora-regular-webfont.ttf) format('truetype'),url(../fonts/lora-regular-webfont.svg#loraregular) format('svg');font-weight:400;font-style:normal}/*! normalize.css v1.1.3 | MIT License | git.io/normalize */audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}button,html,input,select,textarea{font-family:Lora,sans-serif;color:#000}a:active,a:focus,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:1px;border-top:1px solid #ccc}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ol,ul{list-style:none}img{-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}legend{white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}audio,canvas,img,video{vertical-align:middle}.browsehappy{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/hkgrotesk-regularlegacy-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk-regularlegacy-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

#home {
    height: 100%;
    overflow: hidden
}

.wrapper {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto -129px
}

header {
    height: 200px;
    text-align: center;
    line-height: 200px
}

header img {
    width: 130px;
    margin: 0
}

nav {
    background: #000;
    text-align: center;
    overflow: hidden
}

nav .open-button {
    display: none;
    line-height: 40px
}

nav ul {
    text-align: center
}

nav ul li {
    display: inline
}

nav ul li a {
    display: inline-block;
    margin: 0 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 40px;
    text-transform: uppercase
}

nav ul li a:hover {
    color: #CCC;
    text-decoration: none
}

#homeImage {
    width: 100%;
    height: 1707px;
    background: url(../uploads/img_sitenovo_homepage.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.page {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 20px 30px;
    overflow: hidden
}

.page h1 {
    margin: 0 0 20px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.page figure {
    width: 48%;
    margin-right: 4%;
    float: left
}

.page figure img {
    width: 100%
}

.page .content {
    width: 48%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    float: left
}

.page .content p:first-child {
    margin-top: 0
}

.projects {
    overflow: hidden
}

.projects .item {
    display: block;
    width: 33.333333333333336%;
    float: left
}

.projects .item img {
    width: 100%;
    height: auto
}

.project {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 50px 0;
    overflow: hidden
}

.project h1 {
    margin: 0 0 20px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.project .media {
    width: 100%
}

.project .media img {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.project .media .slide {
    display: none;
    width: 100%
}

.project .media .first-slide {
    display: block
}

.project #media-controls {
    width: 80px;
    margin: 0 auto 20px;
    overflow: hidden
}

.project #media-controls #media-controls-prev,
.project #media-controls #media-controls-thumbs,
.project #media-controls #media-controls-next {
    display: block;
    height: 15px;
    background: url(../img/media-controls.png) no-repeat;
    float: left
}

.project #media-controls #media-controls-prev:hover,
.project #media-controls #media-controls-thumbs:hover,
.project #media-controls #media-controls-next:hover {
    background-image: url(../img/media-controls-hover.png)
}

.project #media-controls #media-controls-prev {
    width: 8px
}

.project #media-controls #media-controls-thumbs {
    width: 16px;
    margin: 0 20px;
    background-position: -33px 0
}

.project #media-controls #media-controls-next {
    width: 8px;
    background-position: -74px 0
}

form h2 {
    margin: 10px 0 20px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px
}

form div {
    margin-bottom: 8px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px
}

form input,
form textarea {
    width: 550px;
    padding: 8px 8px 6px;
    background: #F1F2F2;
    border: 1px solid #E4E4E4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    outline: 0;
    float: left
}

form input:focus,
form textarea:focus {
    border: 2px solid #000
}

form label {
    width: 110px;
    margin-right: 10px;
    line-height: 31px;
    float: left
}

form .too-long {
    line-height: 16px
}

form .too-long-radio {
    width: 150px
}

form textarea {
    height: 200px;
    color: #000
}

form .two-cols input {
    width: 200px;
    float: left
}

form .two-cols label.last {
    margin-left: 30px
}

form .two-cols input.last {
    float: right
}

form span {
    margin-right: 40px;
    line-height: 31px;
    float: left
}

form input[type=radio] {
    width: 20px;
    margin-top: 8px
}

form .hidden {
    display: none
}

form .error {
    background: #FFCDCD
}

form label.error {
    display: none!important
}

form::-webkit-input-placeholder {
    color: #000
}

form:-moz-placeholder {
    color: #000
}

form::-moz-placeholder {
    color: #000
}

form:-ms-input-placeholder {
    color: #000
}

form .submit {
    margin-top: 20px;
    background: #000;
    border: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 21px;
    text-transform: uppercase;
    float: right
}

#form-feedback {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px
}

.push {
    height: 129px
}

footer {
    margin: 0 50px;
    padding: 30px 0;
    font-size: 11px;
    text-align: center
}

footer p {
    margin: 0 0 10px;
    line-height: 14px
}

footer ul {
    text-align: center
}

footer ul li {
    display: inline
}

footer ul li a {
    display: inline-block;
    margin: 0 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 7px;
    text-transform: uppercase;
    text-align: center
}

#studio footer,
#project footer {
    border-top: 1px solid #DDD
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    font-family: Helvetica;
    font-size: 11px;
    display: none;
    float: left;
    padding: 5px;
    height: 195px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.datepicker {
    top: 0;
    left: 0;
    margin-top: 1px
}

.datepicker:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker:after {
    content: '';
    display: inline-block
}

.datepicker>div {
    display: none
}

.datepicker table {
    width: 100%;
    margin: 0;
    border-spacing: 0
}

.datepicker td,
.datepicker th {
    border: 0 none;
    line-height: 100%;
    padding: 4px 5px;
    text-align: center;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.datepicker tr:hover>td,
.datepicker tr:hover>th {
    background-color: #f5f5f5
}

.datepicker table th:last-child,
table th:nth-last-child(2),
.datepicker table td:last-child,
table td:nth-last-child(2) {
    width: 22px
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker td.old,
.datepicker td.new {
    color: #999
}

.datepicker td.active,
.datepicker td.active:hover {
    background: #000;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    background-color: 000;
    color: #fff
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #000;
    color: #fff
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eee
}

.datepicker td span.active {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    background-color: #04c
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #039 \9
}

.datepicker td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 19.5px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}


section.ephemera{
	text-align: center;
    max-width: 100%;
    font-size: 17px;
    font-family: 'Playfair Display';
    line-height: 1.7;
    margin-top: 80px
}

section.ephemera_page{
    font-family: 'Playfair Display';
    font-size: 17px;
    line-height: 1.7;
    max-width: 90%;
    margin: 0px auto;
}

section.ephemera_page .smalltext{
    font-size: 13px;
    margin-top: 30px;
}

section.ephemera .wrap_ephemera{
    max-width: 800px;
    margin: 0px auto;
}

section.ephemera p {
	margin: 40px 0px;
}

.ephemera .images_grid {
    max-width: 1000px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.ephemera .images_grid img {
    max-width: 100%;
}
.ephemera .images_grid .image_cell p{
    font-size: 16px;
    margin: 20px 0px 0px 0px;
}

.image_cell figure{
    position: relative;
}

a.image_cell:hover{
    text-decoration: none;
}

.image_cell figure .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #55849fc4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .6s;
    color: #fff;
}

.image_cell:first-of-type figure .overlay{
    background: #b16244bf;
    color: #fff;
}

.image_cell:last-of-type figure .overlay{
    background: #ccbba6cc;
    color: #fff;
}

.image_cell:hover .overlay{
    opacity: 1;
}

.ephemera h2 {
    font-weight: 400;
    font-size: 19px;
    font-style: italic;
}

.ephemera .video {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
}
.ephemera .video video{
    max-width: 1000px;
    margin-bottom: 30px;
}

.playbutton{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playbutton img {width: 60px}
.playbutton img.paused {opacity: 0}

 .ephemera .line{
    margin: 30px auto;
    width: 1px;
    height: 80px;
    background: rgba(0,0,0,0.5);
}  
   
.process-grid{
    display: grid;
    grid-template-columns: 200px auto;
    text-align: left;
    margin-bottom: 50px;
    font-size: 15px;
}
.process-grid h3{
    font-style: italic;
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
}

section.ephemera .process-grid p{
    margin: 0px;
}
.process{
    background: #d6cec226;
    padding: 30px 0px;
    margin: 60px 0px
}

.grid_ephemera{
    display: grid;
    grid-template-columns: 340px auto;
    grid-gap: 50px;
    padding: 60px;
    box-sizing: border-box;
    align-items: flex-start;
}
.grid_ephemera .photos{
        display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.grid_ephemera .photos img {max-width: 100%; margin-bottom: 30px}

.grid_ephemera h3 {font-weight: 400; margin-top: 0px; font-style: italic;}

.sans {font-family: 'HK Grotesk'; font-size: 11px;}
.sans.upper {text-transform: uppercase; letter-spacing: 2px}
.grid_ephemera .smalltext .sans {font-size: 12px;}

.smalltext a.sans {margin-top: 40px; text-decoration: underline;  display: block;}

.grid_ephemera .sticky{
    position: sticky;
    top: 10px;
}

.studio_grid {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; max-width: 1000px; margin: 0px auto 50px auto}
.studio_grid img {max-width: 100%;}
.pagestudio.ephemera h2{margin: 0px; font-style: italic; font-size: 17px; margin-top: -20px;}
.pagestudio.ephemera h1 {font-family: 'Playfair Display'; font-size: 17px; margin-bottom: 50px;}
.pagestudio .smalltext p {margin: 20px; font-size: 13px}

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

    section.ephemera {padding: 0px 20px}
    .ephemera .images_grid {grid-template-columns: 1fr}
    .process-grid {grid-template-columns: 1fr}
    .ephemera .video video {max-width: 100%;}
    .process {padding: 20px;}
    .grid_ephemera .photos img {margin-bottom: 20px}
    .process-grid h3 {margin-bottom: 10px;}
    .grid_ephemera {grid-template-columns: 1fr; padding: 20px 0px;}
    .grid_ephemera .sticky {position: static;}
    .grid_ephemera .photos{grid-template-columns: 1fr;}
    .studio_grid {grid-template-columns: 1fr;}
}


@media only screen and (max-height:900px) {
    .wrapper {
        margin: 0 auto -109px
    }
    header {
        height: 120px;
        line-height: 120px
    }
    header img {
        width: 58px
    }
    .push {
        height: 109px
    }
    footer {
        padding: 20px 0
    }
}

@media only screen and (max-width:800px) {
    .wrapper {
        margin: 0 auto -109px
    }
    header {
        height: 120px;
        line-height: 120px
    }
    header img {
        width: 58px
    }
    nav .open-button {
        display: block
    }
    nav ul {
        display: none;
        height: 100px;
        margin-bottom: 20px
    }
    nav ul li {
        display: block
    }
    nav ul li a {
        font-size: 12px;
        line-height: 28px
    }
    .projects .item {
        width: 50%;
        border-bottom: 1px solid #BBB
    }
    form input[type=text],
    form textarea,
    form input[type=submit] {
        -webkit-appearance: none;
        border-radius: 0
    }
    form input[type=date] {
        border-radius: 0
    }
    .push {
        height: 109px
    }
    footer {
        padding: 20px 0
    }
}

@media only screen and (max-width:500px) {
    header {
        height: 80px;
        line-height: 80px
    }
    header img {
        width: 40px
    }
    .page figure {
        width: 100%;
        float: none
    }
    .page figure img {
        width: 100%
    }
    .page .content {
        width: 100%;
        margin-top: 20px;
        float: none
    }
    .page .content p:first-child {
        margin-top: 0
    }
    .projects .item {
        width: 100%;
        border-bottom: 0
    }
    .project {
        padding: 30px 30px 0
    }
    form span {
        display: block;
        margin-top: 4px
    }
    form label,
    form span,
    form textarea,
    form input {
        width: 100%!important;
        margin: 0!important;
        float: none!important
    }
    form .too-long {
        line-height: 31px
    }
    form input[type=radio] {
        width: 20px!important
    }
    form .submit {
        margin-top: 20px!important
    }
    footer {
        margin: 0 30px
    }
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.projects .item:nth-child(3n+1) {
    clear: left;
}


/* ---------------------------------------------------------------------- */


/*	EMBED VIMEO
/* ---------------------------------------------------------------------- */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    visibility: visible!important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible!important;
}