header {

    width: 1500px;
    padding-left: calc((100% - 1500px) / 2);
    padding-right: calc((100% - 1500px) / 2);
}


section, body.project-view section {
    
    width: 1500px;
    padding-left: calc((100% - 1500px) / 2);
    padding-right: calc((100% - 1500px) / 2);

}

footer ul, footer nav {
    
    overflow: visible;
    width: 1500px;
    padding-left: calc((100% - 1500px) / 2);
    padding-right: calc((100% - 1500px) / 2);
    
    float: left;
    display: block;
}

body.home footer li:first-child {
    
    display: block;
    width: calc(100% - 231px - 171px - 21px);
}


body.home footer li:last-child {
    
    width: 150px;
}


body.projects footer li:first-child, 
footer li:first-child {
    
    display: block;
    width: calc(100% - 231px - 231px - 21px);
}


footer li:last-child {
    
    width: 210px;
}


footer ul {
    
    margin-left: 0;
}

body.project-view footer {
    
    background-color: #FFF;
}

body.project-view footer ul {
 
    border: 0;
    
}

body.project-view footer li {
    
    margin-bottom: 32px;
}

body.project-view footer nav {
    
    padding-bottom: 25px;
}

   
footer .back-to-top {
    
    right: calc((100% - 1500px) / 2);
}

body.project-view footer .back-to-top {
    
    right: 0;
}

body.about div.container {

    padding-left: 105px;
    padding-right: calc(100% - 760px - 105px - 265px);
    margin-left: 0;
}

body.projects .data {
    
    width: calc(100% + 20px);
}

body.projects .data li {
    
    width: 25%;
    border-right: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
}


body.projects .data li:before {
    padding-top: 66.67%;
}

body.projects .data li:nth-child(4n+4) {
    
    margin-right: 0;
}

body.project-view h1.project-title {
    
    display: none;
}

body.project-view header .rule {
    
    display: none;
}

body.project-view section {
    
    margin-top: 60px;
}


body.project-view .gallery {
    
    float: left;
    clear: none;
    width: calc(100% - 326px - 20px);
    
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 30PX;
}

body.project-view .gallery-item {
    
    padding-bottom: 20px;
}

body.project-view .gallery-item-2 {
 
    width: calc((100% - 20px) / 2);
    
    padding-right: 20px;
}


body.project-view .narrative {
    
    float: left;
    clear: none;
    width: 266px;
    
    padding: 30px;
    
    min-height: calc(100vh - 100px - 80px);
    
    margin-bottom: 20PX;
}

body.project-view .narrative.is_stuck {

    min-height: calc(100vh - 100px - 20px);
}



body.project-view .narrative .title,
body.project-view .narrative .location {
    
    display: block;
}


/*body.project-view .narrative .sociables {
    
    padding-top: 25px;
    display: block;
}

body.project-view .narrative .sociables a {
    
    margin-right: 10px;
}

body.project-view footer .sociables {
    
    width: 160PX;
}
*/
body.project-view footer {

    display: block;
    width: 1154px;
    padding: 0;
    padding-left: calc((100% - 1500px) / 2);
    margin-bottom: 30px;
}

body.project-view footer ul,
body.project-view footer nav {

    padding: 0;
    width: 100%;
}



body.project-view .arrow-left {
    
    left: 0;
}

body.project-view .arrow-left,
body.project-view .arrow-right {
    
    width: calc((100% - 1500px) / 2);
}


body.about .parallax {
    
    background-position: center 240px; 
}
