.bg_green{background-color: #90C960;}
.font_green{color: #90C960;}

.bg_white{background-color: #FFFFFF;}
.font_white{color: #FFFFFF;}

.bg_dark{background-color: #31374C;}
.font_dark{color: #31374C;}

.bg_red{background-color: #FFEDE8;}
.font_red{color: #86292B;}



/* ==|== primary styles =====================================================
   Author: moxi
   ========================================================================== */

body{
	background-color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    color: #666;
    
}
body *{
    outline: none !important;
}
/*font-family: 'Droid Serif', serif;*/

/*PAGE*/
.section{
    /*margin: 40px 0 80px;*/
}
.page{
    padding-bottom: 80px;
}
.off-canvas-wrapper {
    overflow: hidden;
    height: 100%;
}
.off-canvas-wrapper-inner {
    height: 100%;
}
.off-canvas-content{
    min-height: 0;
    height: 100%;
    overflow-y: auto;
}

html.touch .off-canvas-content{
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}




/*HEADER*/
header{
    width: 100%;
    z-index: 20 !important;
    background: #fff;
    position: relative;
}
.sticky{
    position:fixed;
}
.shadow {
    background: url(../pix/shadow.png) repeat-x top;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
}



/* TEXT */
h1,h2,h3,h4,h5{
	font-family: 'Heebo', sans-serif;
	line-height: normal;
    color: #000;
}
h1{
	font-size: 50px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}
h1:after{
    content: "";
    border-bottom: 1px solid #61858d;
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
h2{
    font-family: 'Droid Serif', serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;  
}
h3{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}
.intro {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
.text{
    margin-bottom: 65px;
}
.text-center .text{
    max-width: 940px;
    margin: 0 auto;
}
.zitat{
    font-size: 34px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-align: center;
    max-width: 315px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
}
.zitat p{
    margin-bottom: 0;
}
.zitat_autor{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 18px;
    line-height: normal;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
}
#services .zitat_autor{
    max-width: 190px;
    display: block;
    margin: auto;
}
.zitat:before, .zitat:after{
    content: "";
    border-bottom: 1px solid #61858d;
    width: 80px;
    height: 1px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.zitat:before{
    top: 0;
}
.zitat:after{
    bottom: 0;
}

p {
    line-height: normal;
    margin-bottom: 15px;
}
a, .link{
    cursor: pointer;
    color: #61858d;
}
html:not(.touch) a:hover, html:not(.touch) .link:hover{
    color: #78a1ab;
}

a:focus{
    color: inherit;
}
.page ul:not(.orbit-container){
    margin-left: 12px;
}
.page li {  
  list-style-type: none;
  position: relative;
}
.page li:before {
  content: '\2022';
  position: absolute;
  left: -12px;
}

.mybutton{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    background: #61858d;
    padding: 20px 35px;
    text-align: center;
}

.social{
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
html:not(.touch) .social:hover{
    opacity:0.7;
    cursor:pointer;
}
.instagram{
    background-image: url(../pix/instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.linkedin{
    background-image: url(../pix/linkedin.svg);
    background-repeat: no-repeat;
    background-position: center;
}


/*FOOTER*/
footer{
    background: #333333;
    padding: 50px 0 0;
    color: #999999;
}
footer h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    color: #e5e7e1;
    margin-bottom: 25px;
}
footer a{
    color: #fff;
}
html:not(.touch) footer a:hover{
    color: #c7c7c7;
}

footer input[type='text']{
    margin-bottom: 5px;
    box-shadow: none !important;
    width: 49%;
    float: right;
}
footer input[type='text']:first-child{
    margin-left: 2%;
}
footer input[type='submit']{
    background: none;
    border: 1px solid #999999;
    margin-top: 15px;
    padding: 15px 25px;
}
html:not(.touch) footer input[type='submit']:hover{
    cursor:pointer;
    background: #61858d;
    color:white !important;
    opacity:1 !important;
}
#bymoxi{
    margin-top: 55px;
}
#bymoxi img{
    max-width: 115px;
}


/* HOME/INTRODUCTION */
#page_container_1{
    margin: 0;
}
#intro{
    margin-top: 0;
    height:100vh;
    width:100%;
    background-color: #f1f1f1; /*f1f1f1*/
    /*background-image: url("../pix/Origami-Animation.svg");*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*display: none;*/
}    
#intro{
    /*background-image: url(../pix/Origami-Animation.svg);*/
}
#intro.animate{
    height: 0;
    -webkit-transition: height 1.5s;
	-moz-transition: height 1.5s;
	transition: height 1.5s;
}


/*PROJECTS*/
/*#project_container{
    height: 100vh;
}*/
#page_container_14 {
    transition: height 0.5s;
}
#page_container_14 .page{
    padding: 0;
}
#page_container_14 h1{
    margin-bottom: 40px;
}
/*#page_container_14 .page, #project_grid{
    height: 100%;
}*/
#project_grid{
    padding: 0 12px;
    transition: height 2s;
}
#project_grid > .column{
    padding: 0 3px;
    height: 100%;
    min-height: 675px;
    overflow: hidden;
}
#project_grid > .column.two_images_col{
    min-height: 500px;
}
/*.fadein {
    animation: fadeIn 3s ease-in;
}
@keyframes fadeIn {
    from { opacity:0;}
    to { opacity:1;}
}
.fadeout{
    animation: fadeOut 3s ease-in;
}
@keyframes fadeOut {
    from { opacity:1;}
    to { opacity:0;}
}*/
.project_image{
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}
.project_overlay{
    cursor: pointer;
    background: url(../pix/overlay.png);
    width: 100%;
    height: 100%;
    display: none;
    padding: 0 15px;
}
html:not(.touch) .project_image_container:hover .project_overlay{
    display: block;
}
.project_image_container {
    min-height: 40px;
}
.project_image_container .project_overlay > div{
    display: table;
    width: 100%;
    height: 100%;
}
.project_overlay div > div{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.project_overlay h2{
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.project_overlay h2:after{
    content: "";
    position: absolute;
    width: 14px;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    border-bottom: 3px solid #fff;
}
html:not(.touch) #load_projects:hover{
    opacity: 0.8;
}
/*BOX DETAIL*/
#body_overlay{
    display: none;
}
#detail_container{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #fff;
    z-index: 100;
    max-width: 900px;
    box-sizing: border-box;
    /*overflow: auto;*/
}
#detail_container .scroll_container{
    height: 100%;
    position: relative;
    overflow: auto;
}
body.detail_open .off-canvas-content{
    overflow: hidden !important;
}
#detail_container .scroll_container, #detail_container > .row:not(#detail_top){
    height: 100%;
}
#detail_top{
    padding: 20px 15px;
    position: relative;
}
#close_detail{
    cursor: pointer;
    padding-top: 7px;
    width: 25px;
}
html:not(.touch) #close_detail:hover{
    opacity: 0.8;
}
#detail_content{
    font-size: 15px;
    padding: 30px 15px 100px 15px;
    -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;    
}
#detail_content h1{
    display: inline-block;
    font-size: 28px;
    color: #000;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    position: relative;
    margin-bottom: 50px;
}
#detail_content h1:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    border-bottom: 1px solid #000;
}
#detail_content .project_ele{
    padding-bottom: 40px;
}
#detail_content h2{
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
#detail_content .project_text{
    padding-bottom: 25px;
}
#detail_content .project_text p{
    margin-top: 25px;
}
/*.project_gallery .orbit-image{
    height: 430px;
}*/
.select_wrapper{
    position: relative;
}
select{
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #000;
    background: none;
    margin: 0;
    padding: 4px;
    height: auto;
    position: relative;
    z-index: 1;
}
.select_wrapper:after{
    content: "";
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #61858d url(../pix/select_arrow.svg) no-repeat center;
    background-size: 16px;
    z-index: 0;
}
option{
    font-size: 16px;
}
#detail_content h2.furniture{
    font-size: 22px; 
}
.gallery_space{
    height: 60px;
}

/*PORTRAIT*/
#page_container_15 .header_image{
    background: #fff;
}
.orbit-bullets{
    margin-top: 25px;
}
.orbit-bullets button{
    width: 11px;
    height: 11px;
    background-color: #cccccc;
    margin: 0 6px;
}
.orbit-bullets button.is-active{
    background-color: #61858d;
}
#portrait h2{
    display: inline-block;
    margin: 0 25px 0 0;
}
#portrait h2 + p{
    display: inline;
}
#portrait div p:nth-child(3){
    margin-top: 15px;
}

/*SERVICES*/
#services h2{
    margin-bottom: 30px;
}
.service img{
    margin-bottom: 35px;
    width: 45px;
}
.service{
    margin-bottom: 80px;
}

.service .top_text{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    position: relative;
    margin: 30px 0 20px;
    height: 60px;
}
.service .top_text p{
    margin: 0;
}
.service .top_text:after{
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    bottom: 0;
    width: 40px;
}

/*SKILLS*/
.skills_text{
    background: #fff;
}
.skills.row{
    margin-bottom: 5px;
}
#skills h2{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
}
#skills .mybutton{
    margin-top: 20px;
}
html:not(.touch) .mybutton:hover{
    opacity:0.7;
    cursor:pointer;
}
/*.skills_img img{
    width: 100%;
}*/
.skills_img{
    background-size: cover;
    background-position: center;
}

/*REFERENCES*/
.references .row{
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
    display: inline-block;
    width: 100%;
}
.references .first_char{
    color: #61858d;
    font-family: 'Droid Serif', serif;
    font-size: 25px;
    height: 1px;
    padding-right: 0;
}
.references .new_char{
    margin-bottom: 20px;
}
.references .name{
    color: #999999;
    font-size: 17px;
    font-weight: 500;
}
.references .reference_link{
    cursor: pointer;
    /*text-decoration: underline;*/
    font-weight:500;
    color:black;
}
html:not(.touch) .references .reference_link:hover{
    cursor:pointer;
    text-decoration: underline;
}
/*TEAM*/
#page_container_9{
    margin-bottom: 0px;
}
#page_container_9 .page{
    /*padding-bottom: 40px;*/
}
.team_ele{
    padding-bottom: 80px;
}
.team_ele img{
    width: 100%;
}
.team_text{
    min-height: 100px;
}
#team h2{
    font-family: 'Heebo', sans-serif;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}
.team_text a{
font-weight: 500;    
}

/* CONTACT */
#page_container_3{
    margin-top: 10px;
    font-size: 17px;
}
.show_depot img, .show_firma img, .sub_map img{
    display: none;
}
.show_firma{
    margin-right: -5px;
}
.show_firma, .show_depot{
    background-color: #c7d3d6;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-style:italic;
    color:white;
    font-family: 'Droid Serif', serif;
}
html:not(.touch) .show_firma:hover, html:not(.touch) .show_depot:hover{
    cursor:pointer;
    opacity:0.7;
    color:white;
}
.sub_map .active{
    background-color:#4c868f;
    position:relative;
}

.sub_map .active:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4c868f;
    left:-8px;
    position:absolute;
    margin-left:50%;
    top:-10px;
}


#page_container_3 h4, body.container_3 h4{
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
#map_wrapper .active h4 {
    border-bottom: 2px solid #000;
}
#map_wrapper .active img {
    display: inline-block;
    height: 10px;
}
#map_canvas{
    height: 400px;
}
#map_wrapper{
    position: relative;
}
.infobox_img, .infobox_txt{
    display: table-cell;
}
.infobox_txt{
    vertical-align: middle;
    padding: 15px;
}
.gm-style-mtc{
    display: none;
}
#page_container_3 b{
    color: #000;
}
#page_container_3 a{
    font-weight: 500;
}
.contact_container{
    display: inline-block;
    text-align: left;
}
.map_offline{
    display: none;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#map_firma_offline{
    background-image: url(../pix/map_firma.png);
}
#map_depot_offline{
    background-image: url(../pix/map_depot.png);
}


.orbit-previous, .orbit-next{
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent !important;
    width: 33px;
    height: 50px;
}
.orbit-previous:after, .orbit-next:after{
    content: "" !important;
}
.orbit-next{
    background-image: url(../pix/next.svg);
}
.orbit-previous{
    background-image: url(../pix/prev.svg);
}
.orbit:hover .orbit-previous, .orbit:hover .orbit-next{
    display: block;
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .ipad header .logo {
        margin-top: 14px;
    }
}
/* Small */
@media only screen and (max-width: 40em) {
    h1{
        font-size: 27px;
    }
}
@media only screen {
    /*nav*/
    .off-canvas-wrap.move-left .right-off-canvas-menu{
        box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    }
    .exit-off-canvas{
        box-shadow: none !important;
    }
    .off-canvas-wrapper{
        background: #333333;
    }
    .off-canvas{
        background: none;
    }
    .off-canvas .menu a{
        text-transform: uppercase;
        padding: 15px;
        font-size: 18px;
        color: #999999;
        font-weight: 500;
    } 
    .off-canvas .menu .active > a {
        background: #61858d;
        color: #fff;
    }
    .off-canvas .menu.langnav{
        margin-bottom: 20px;
        margin-top: 8px;
    }
    .off-canvas .menu.langnav a{
        font-weight: 400;
    }
    .off-canvas .menu.langnav .active > a {
        background: none;
    }
    #close_nav{
        position: absolute;
        top: 23px;
        right: 15px;
        width: 25px;
    }
    #social_mobile{
        margin-top: 80px;
    }
    #social_mobile h2{
        font-family: 'Heebo', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #999999;
        margin-bottom: 25px;
    }
    /*#social_mobile .social{
        background-color: #999999;
    }*/
    
    h1{
        margin-bottom: 40px;
    }

    /*header*/
    header{
        position: relative;
    }
    .meta-site, .meta-lang{
        height: 14px;
        line-height: 14px;
    }
    .meta-site a, .meta-lang a{
        padding-right: 15px;
    }
    .meta-site{
        padding-left: 20px;
    }
    .meta-site a.active, .meta-lang a.active{
        color: #000;
    }
    .logo, .icon_container{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .page{
        padding-top: 20px;
    }
    #intro{
        background-size: 300%;
    } 

    
    /*projects*/
    #project_content{
        padding-bottom: 20px;
    }
    .project_image_container{
        margin-bottom: 15px;
    }
    .project_image{
        position: relative;
    }
    .project_overlay{
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    body.mobile .scroll_container{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch; 
    }    
        
    /*portrait*/
    #portrait .portrait_ele{
        margin-bottom: 30px;
    }
    
    /*services*/
    body.container_16 h1{
        margin-bottom: 50px;
    }
    
    /*skills*/
    .skills_text{
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .skills_img{
        min-height: 60vw;
    }
    
    /*references*/
    /*#references{
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }*/
    
    /*contact*/
    body.container_3.mobile .page{
        padding-top: 0;
    }
    .infobox_container{
        padding: 15px;
    }
    .map_infobox, .map_infobox.hidden{
        background: #fff;
        display: inline-block;
    }
    .map_infobox .link:not(.hidden){
        display: block;
    }
    .show_firma, .show_depot{
        padding-left: 10px;
        padding-right: 10px;
    }
    .show_depot img, .show_firma img, .sub_map img{
        margin-right: 5px;
    }
    .sub_map{
        padding: 0;
    }
    .sub_map span{
        width: 50%;
        text-align: center;
    }
    .contact_container{
        padding-bottom: 50px;
    }
    
    /*newsletter*/
    .container_20 input[type="submit"]{
        border: 0;
    }
    
    /*gallery*/
    /*.header_image .gallery_slide{
        background-size: cover;
        width: 100%;
        height: 60vw;
    }*/
    .orbit-container, .orbit-slide{
        height: auto !important;
        max-height: none !important;
    }
    
    footer .address .column{
        padding-bottom: 30px;
    }


}


@media only screen and (min-width: 40.0625em) and (max-width: 800px) {
    body #mainnav li:first-child a{
        text-align: left;
    }
    body #mainnav li a{
        text-align: center;
        padding: 0;
    }
    body #mainnav li.last a{
        text-align: right;
    }
    .service{
        width: 50%;
    }
}


/* Medium */
@media only screen and (min-width: 40.0625em) {
    header{
        padding: 25px 0 30px;
    }
    header #head_top{
        margin-bottom: 12px;
    }
    header a, header a:focus{
        color: #999999;
    }
    .logo{
        padding-top: 10px;
        padding-bottom: 15px;
        max-width: 344px;
    }
    .meta-lang, .meta-site{
        float: right;
    }
    .meta-site a, .meta-lang a{
        font-family: 'Droid Serif', serif;
        font-style: italic;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 0px;
    }
    .meta-site{
        padding-right: 20px;
        padding-left: 0px;
    }
    /* Main-Nav */
    #mainnav{
        padding-top: 25px;
        display: table;
        width: 100%;
    }
    #mainnav li{
        list-style-type: none;
    }
    #mainnav li a{
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 12px;
        text-align:right;
        padding-right:0px;
    }

    #mainnav li.active a, #mainnav li.active a:focus{
        background: none;
        color: #000;
    }

    h1{
        margin-bottom: 80px;
    }
    .page{
        padding-top: 60px;
    }
    
    /*animation/background*/
    #intro{
        background-size: 102%;
    } 
    #page_container_15, #page_container_17, #page_container_9{
         background-color: #f1f1f1;
    }
    #main:before{
        background-size: cover;
        z-index: 1;
        content: " ";
        position: fixed;
        background: url(../pix/Origami_parallax.svg) no-repeat center;
        background-size: cover;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .scroll_fix, footer, .orbit, #intro, #page_container_3{
        position: relative;
        z-index: 5;
    }

    /*projects*/
    #page_container_16{
        margin-top: 0;
    }
    #page_container_15{
        margin-bottom: 0;
    }
    #project_scroll_button, #project_content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #project_content{
        padding-top: 60px;
    }
    .project_image_container{
        padding: 3px 0;
        margin: 0;
    }
    .project_overlay{
        position: static;
    }
    
        
    /*detail box*/
    #body_overlay{
        background: url(../pix/overlay.png);
        position: fixed;
        z-index: 50;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        cursor: pointer;
    }        
    
    /*portrait*/
    #portrait .portrait_ele{
        margin-bottom: 70px;
    }
    
    /*services*/
    body.container_16 h1{
        margin-bottom: 40px;
    }        
    #services .zitat{
        margin-top: 84px;
        margin-left: 25px;
    }
    
    /*skills*/
    .skills_img{
        padding: 0;
        min-height: 0;
    }
    .skills.row{
        padding: 0 15px;
    }
    
    /*references*/
    #references{
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4 !important;
        /*max-height: 650px !important;*/
    }
    
    /*contact*/
    #page_container_3 .page{
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .sub_map{
        padding: 0 15px;
    }
    .sub_map span{
        width: auto;
    }

    .infobox_container{
        padding: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -90px;
    }
    .map_infobox{
        width: 370px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
        margin: auto;
        padding: 0;
        margin-left: 15px;
        /*position: relative;
        left: -250px;*/
    }
    
    .infobox_txt img{
        padding-right: 10px;
    }
    .map_infobox.hidden{
        display: none;
    }
    .show_depot .link, .show_firma .link {
        display: inline-block;
    }
    .show_firma, .show_depot{
        padding-left: 30px;
        padding-right: 30px;
    }
    .show_depot img, .show_firma img, .sub_map img{
        margin-left: 10px;
    }
    .contact_container{
        padding-bottom: 0px;
    }

    /*gallery*/
	/*.header_image .gallery_slide{
	   height: 520px;
	}*/
    .logo{
        padding-bottom: 0;
        padding-top: 0;
    }
    
    
    /*footer*/
    footer .column{
        margin-bottom: 0;
    }
    
    /*footer .address{
        margin-top: 30px
    }*/
    footer .address .column{
        padding-bottom: 0;
    }
}

/* Large */
/*@media only screen and (min-width: 54.063em) { */
@media only screen and (min-width: 1024px) {
    
    #mainnav{
        /*max-width: 630px;*/
        float: right;
        padding-top: 13px;
    }
    
    /*detail box*/
    #detail_top .column:first-child{
        padding-left: 85px;
    }
    #detail_top .column:nth-child(2){
        padding-right: 100px;
    }
    #detail_content{
        padding: 30px 100px 100px 70px;
    }
    #detail_content .project_ele{
        padding-left: 85px;
        padding-bottom: 40px;
    }
    #detail_content .project_ele:last-child:not(:nth-child(2)){
        margin-bottom: 100px;
    }
    
    /*skills*/
    .skills_text{
        padding: 60px 60px 40px;
    }
    
    
    /*footer*/
    footer .newsletter{
        padding-left: 30px;
    }
    footer .address{
        margin-top: 0;
        padding-left: 60px
    }
}

@media only screen and (max-width: 640px) {
    #project_grid > .column, .project_image_container{
        height: auto !important;
    }
}

/*Nav pos*/
.anchor {
    position: relative;
    top: 1px;
}
/*firefox nav position*/
@-moz-document url-prefix() {
    .anchor {
        top: 15px;
    }
}





/* ==|== helper styles =====================================================
   Author: moxi
   ========================================================================== */
.hidden{display: none}
.clear{clear: both}





.gallery_placeholder{
    display: block;
}
.gallery_placeholder:after, .gallery_placeholder:before {
    content:"\000A";
    white-space: pre;
}
