/* CSS Document */
html, body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #4d4d4d;
    font-weight: 300;
}
/* CONTAINER 


*/
#container {
    width: 100vw;
    margin: 0px auto;
    text-align: center;
    height: 100vh;
    position: relative;
}
/* HEADER


*/
#header {
    width: 100vw;
    box-sizing: border-box;
    padding: 0px 42px;
    margin: auto;
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 111px;
    z-index: 101;
    transition: top 1s ease-in-out, height 1s ease-in-out;
    background: #fff;
}
#logo {
    height: 111px;
    float: left;
    transition: height 1s ease-in-out;
}
#header #navs {
    float: right;
    transition: margin .1s;
    font-weight: 400;
}
#header #navs a {
    color: #868885;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    margin: 42px 18px 0px 18px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: margin .1s, color .1s;
}
#header #navs a:hover, #header #navs a:active, #header #navs a:focus, .about #header #navs .nav-about, .materials #header #navs .nav-materials, .process #header #navs .nav-process, .services #header #navs .nav-services, .projects #header #navs .nav-projects, .contact #header #navs .nav-contact {
    color: #4d4d4d;
}
.about .nav-about:before, .materials .nav-materials:before, .process .nav-process:before, .services .nav-services:before, .projects .nav-projects:before, .contact .nav-contact:before {
    content: "";
    display: block;
    width: 42px;
    height: 8px;
    background-color: #97a99f;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -42px;
}
.cycle-slideshow {
    position: absolute;
    height: calc(100vh - 111px);
    left: 0px;
    width: 100vw;
    transition: bottom 1s ease-in-out, height 1s ease-in-out;
}
.cycle-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home #header {
    top: calc(100vh - 129px);
    height: 129px;
}
.home .cycle-slideshow {
    bottom: 129px;
}
.about #header, .materials #header, .process #header, .services #header, .projects #header, .contact #header {
    top: 0px;
    max-width: 1234px;
}
.about .cycle-slideshow, .materials .cycle-slideshow, .process .cycle-slideshow, .services .cycle-slideshow, .projects .cycle-slideshow, .contact .cycle-slideshow {
    bottom: 100%
}
/* content 


*/
#content-about, #content-materials, #content-process, #content-services, #content-projects, #content-contact {
    height: 0px;
    width: 100vw;
    overflow-y: scroll;
    position: absolute;
    bottom: 0px;
    transition: height 1s ease-in-out, opacity .3s ease-in-out;
    z-index: 1;
    text-align: left;
    line-height: 170%;
    opacity: 0;
}
.about #content-about, .materials #content-materials, .process #content-process, .services #content-services, .projects #content-projects, .contact #content-contact {
    height: calc(100vh - 147px);
    opacity: 1;
}
.left, .right {
    width: 453px;
    margin-bottom: 120px;
    margin-top: 18px;
    position: relative;
}
.right {
    float: right;
    margin-right: calc(50vw - 489px);
}
.left {
    float: left;
    margin-left: calc(50vw - 489px);
}
.left img, .right img {
    width: 100%;
}
blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    border: 1px solid #4d4d4d;
    border-left: none;
    border-right: none;
    margin: 12px 0px;
    padding: 12px 0px;
    color: #97a99f;
    font-size: 16px;
}
h1 {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 6px;
    color: #868885;
}
h2 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}
p {
    margin-top: 0px;
}
ul {
    margin-top: 6px;
    padding-left: 1.1em;
}
.left a, .right a, .panel a {
    color: #97a99f;
    text-decoration: none;
}
/* about 


*/
.date {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    border-right: 1px solid;
    color: #97a99f;
    font-size: 16px;
    padding-right: 10px;
    margin-right: 4px;
    display: inline-block;
    line-height: 100%;
    position: relative;
}
.date:before {
    position: absolute;
    height: 1px;
    width: 1px;
    content: "•";
    text-align: right;
    left: -30px;
    top: 7px;
    overflow: visible;
    font-style: normal;
    border-left: 18px solid #9a9a9a;
    color: #9a9a9a;
    background-color: #9a9a9a;
    line-height: 10%;
    vertical-align: middle;
    font-size: 21px;
}
.timeline p {
    position: relative;
}
.timeline .image:before {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: absolute;
    height: 1px;
    width: 1px;
    content: "•";
    text-align: right;
    left: -30px;
    top: 10px;
    overflow: visible;
    font-style: normal;
    border-left: 36px solid #9a9a9a;
    color: #9a9a9a;
    background-color: #9a9a9a;
    line-height: 10%;
    vertical-align: middle;
    font-size: 21px;
}
.timeline:before {
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 1px;
    background-color: #9a9a9a;
    top: 0px;
}
/* CONTACT


*/
#contact-main, #contact-showroom {
    box-sizing: border-box;
    float: left;
    clear: left;
    text-align: right;
    padding: 24px 24px 24px 0px;
    border-right: 1px solid #4d4d4d;
    width: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 24px;
}
#contact-main {
    border-bottom: 1px solid #4d4d4d;
    font-family: 'Roboto Condensed', sans-serif;
}
#contact-people {
    padding: 24px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.person, .role {
    color: #4d4d4d;
}
.person, .address, .dba {
    font-weight: 700;
}
.dba {
    display: block;
}
.phones, .address, .address-showroom, .conamedba, .contact {
    margin: 0px 0px 6px 0px;
    line-height: 135%;
}
.contact {
    margin-bottom: 12px;
}
.phones span {
    color: #97a99f;
}
#content-contact .left:after {
    content: "";
    display: table;
    clear: both;
}
#mobile-bars {
    display: none;
}
#galleries {
    max-width: calc(100vw - 100px);
    margin: auto;
    width: 1180px;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 98px;
}
#galleries:after {
    content: "";
    display: table;
    clear: both;
}
.gallery {
    position: relative;
    width: calc(33.333% - (22px * .667));
    display: block;
    background-color: #454e4b;
    margin-right: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: calc(33.333% - (22px * .667));
    text-align: left;
    line-height: 0px;
    float: left;
}
.gallery:nth-child(3n-3) {
    margin-right: 0px;
}
.gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s;
}
.gallery .plus {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 18px;
    left: 18px;
    opacity: 0;
    transition: opacity 0.3s;
    width: 34px;
    height: 34px;
}
.caption {
    position: absolute;
    bottom: 18px;
    right: 18px;
    color: #fff;
    text-align: right;
    opacity: 0;
    transition: opacity 0.3s;
    padding-left: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 110%;
}
.caption-top {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.caption-bottom {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 6px;
    line-height: 130%;
}
.gallery:hover img {
    opacity: 0.5;
}
.gallery:hover > .plus, .gallery:hover > .plus img, .gallery:hover > .caption {
    opacity: 1;
}
/* ENLARGEMENTS


*/
#enlargements {
    background: #edebe7;
    bottom: 100vh;
    height: 100vh;
    width: 100vw;
    position: absolute;
    box-sizing: border-box;
    z-index: 150;
    transition: bottom 1s ease-in-out;
    left: 0px;
    opacity: 0;
}
.projects #enlargements {
    opacity: 1;
}
#enlargements.open {
    bottom: 0vh;
}
.close {
    position: absolute;
    left: 54px;
    top: 36px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.enlargement {
    display: none;
}
.slideshow-container {
    display: block;
    position: absolute;
    width: calc(100vw - 240px);
    height: calc(100vh - 180px);
    left: 50%;
    top: calc(50% - 30px);
    transform: translateX(-50%) translateY(-50%);
}
.slideshow-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slideshow-bottom {
    position: absolute;
    bottom: 48px;
    width: 100vw;
    left: 0px;
    padding: 0px 120px;
    box-sizing: border-box;
}
.slideshow-bottom:after {
    content: "";
    display: table;
    clear: both;
}
.slideshow-caption {
    position: relative;
    left: 0px;
    color: #4d4d4d;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 110%;
    max-width: calc(100% - 150px);
    float: left;
}
.slideshow-caption-top {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px #4d4d4d solid;
    margin-bottom: -7px;
    padding-right: 36px;
}
.slideshow-caption-bottom {
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px;
    border-top: 1px #4d4d4d solid;
    padding-top: 6px;
    padding-right: 36px;
    line-height: 130%;
}
.prevNext {
    position: absolute;
    right: 120px;
    color: #4d4d4d;
    bottom: 0px;
    font-weight: 700;
}
.prevNext img {
    width: 21px;
    cursor: pointer;
    padding: 8px 0px 12px 5px;
    display: inline-block;
    vertical-align: middle;
}
.prevNext .counter {
    display: inline-block;
    font-size: 16px;
    padding: 9px 18px 9px 0px;
    border-right: 1px solid #4d4d4d;
    margin-right: 6px;
}
/* footer 


*/
.copyright {
    text-align: right;
    width: calc(100% - 83px);
    margin: 18px auto;
    max-width: 1234px;
    clear: both;
}
#footer {
    position: fixed;
    height: 54px;
    bottom: 0px;
    width: 100vw;
    transition: height 1s ease-in-out;
    overflow: hidden;
    z-index: 101;
    text-align: right;
    pointer-events: none;
}
#galleries #footer {
    left: 0px;
}
.home #footer {
    height: 0px;
}
#footer img {
    height: 54px;
    position: absolute;
    opacity: 0.6;
    right: 0px;
    top: 0px;
    pointer-events: none;
}
.bounce {
    animation-name: bounce-1;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}
@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}
/* RESPONSIVE 


*/
@media screen and (max-width:1064px) {
    .left {
        width: calc(50vw - 78px);
        margin-left: 42px;
    }
    .right {
        width: calc(50vw - 78px);
        margin-right: 42px;
    }
    
.caption-top {
    font-size: 20px;
}
.caption-bottom {
    font-size: 15px;
}
}
/* ENLARGEMENTS BREAK */
@media screen and (max-width:960px) {
    .slideshow-container {
        width: calc(100vw - 24px);
        height: 58vh;
        top: calc(40% - 30px);
    }
    .slideshow-bottom {
        bottom: 120px;
        padding: 0px 12px;
    }
    .prevNext {
        right: 12px;
    }
    .close {
        left: 12px;
        top: 12px;
    }
}
@media screen and (max-width:844px) {
    #header #navs {}
    #header #navs a {
        margin: 42px 6px 0px 6px;
    }
    .gallery {
        width: calc(50% - (22px * .5));
        padding-bottom: calc(50% - (22px * .5));
    }
    .gallery:nth-child(3n-3) {
        margin-right: 22px;
    }
    .gallery:nth-child(2n-2) {
        margin-right: 0px;
    }
    
.caption-top {
    font-size: 24px;
}
.caption-bottom {
    font-size: 18px;
}
}
@media screen and (max-width:700px) {
    #header {
        position: relative;
        top: 0px !important;
        left: 0px;
        transform: none;
        height: 111px !important;
        padding: 0px 30px;
    }
    #logo {
        height: 99px;
        float: none;
        position: relative;
    }
    #mobile-bars {
        display: block;
        position: absolute;
        top: 18px;
        right: 18px;
        cursor: pointer;
    }
    #mobile-bars img {
        width: 30px;
        height: 30px;
    }
    #header #navs {
        pointer-events: none;
        position: absolute;
        float: none;
        text-align: left;
        background: rgba(255, 255, 255, 0.8);
        margin: 0px;
        width: 100vw;
        top: 111px;
        padding: 10px 0px;
        opacity: 0;
        transition: opacity 0.5s, display 0.5s;
        left: 0px;
    }
    #header #navs.open {
        pointer-events: all;
        opacity: 1;
    }
    #header #navs a {
        display: block;
        padding: 6px;
        margin: 0px 0px 0px 35px;
        text-align: left;
        font-size: 15px;
    }
    .about .nav-about:before, .materials .nav-materials:before, .process .nav-process:before, .services .nav-services:before, .projects .nav-projects:before, .contact .nav-contact:before {
        content: "";
        display: block;
        width: 5px;
        height: 20px;
        top: 4px;
        background-color: #97a99f;
        left: -35px;
        transform: none;
        position: absolute;
    }
    .home .cycle-slideshow {
        position: relative;
        bottom: 0px;
    }
    .left, .right {
        width: calc(100vw - 84px);
        margin: 12px 30px 30px 30px !important;
        float: none;
    }
    .about .timeline {
        padding-left: 30px;
        box-sizing: border-box;
    }
    .about .timeline:before {
        content: "";
        position: absolute;
        left: -0px;
        height: 100%;
        width: 1px;
        background-color: #9a9a9a;
        top: 0px;
    }
    .right {
        margin-bottom: 120px !important;
    }
    
.caption-top {
    font-size: 20px;
}
.caption-bottom {
    font-size: 15px;
}
    #footer {
        height: 36px;
    }
    #footer img {
        height: 36px;
    }
}
@media screen and (max-width:600px) {
    .gallery {
        width: 100%;
        padding-bottom: 100%;
        margin-right: 0px;
    }
    .gallery:nth-child(3n-3) {
        margin-right: 0px;
    }
    .gallery:nth-child(2n-2) {
        margin-right: 0px;
    }
    
.caption-top {
    font-size: 24px;
}
.caption-bottom {
    font-size: 18px;
}
}
@media screen and (max-width:500px) {}