*,:before,:after { -webkit-box-sizing: border-box; box-sizing: border-box;}



@font-face {
    font-family: 'HelveticaLTStd';
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot');
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaLTStd';
    src: url('../fonts/HelveticaLTStdBold.eot');
    src: url('../fonts/HelveticaLTStdBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaLTStdBold.woff2') format('woff2'),
         url('../fonts/HelveticaLTStdBold.woff') format('woff'),
         url('../fonts/HelveticaLTStdBold.ttf') format('truetype'),
         url('../fonts/HelveticaLTStdBold.svg#HelveticaLTStdBold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* ==========================================================================
   Base styles
   ========================================================================== */

html {font-family: 'Helvetica Neue', 'HelveticaLTStd', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; color: #000; line-height: 1.2;}

html, body, .main-wrapper, .wrapper {height: 100%;}

::-moz-selection {background: #b3d4fc; text-shadow: none;}
::selection {background: #b3d4fc; text-shadow: none;}

hr {display: block; height: 1px; margin: 1em 0; padding: 0; border: 0; border-top: 1px solid #ccc;}

audio, canvas, iframe, img, svg, video {vertical-align: middle;}

fieldset {margin: 0; padding: 0; border: 0;}
textarea {resize: vertical;}

body {background: #FFF;}
body.welcome {background: #FFF;}


/* ==========================================================================
   General
   ========================================================================== */

a {color: #000; text-decoration: none; -webkit-transition: color 0.6s ease-out; -webkit-transition: color 0.6s ease 0s; transition: color 0.6s ease 0s;}

h1 {margin: 0 0 10px; font-size: 18px; font-weight: 400; line-height: 22px;}
h1 span {display: block; font-weight: 300;}
h2 {margin: 0; font-size: 25px;}
h3 {margin: 0; font-size: 12px;}
h4, h5, h6 {margin: 0 0 10px; font-size: 12px; font-weight: 400;}

.main {margin-bottom: 60px; padding: 0; overflow: hidden; margin-top:120px!important}



/* ==========================================================================
   Header
   ========================================================================== */

header {width: 100%; padding: 0 40px 30px;     position: fixed;
    background: #fff;
    top: 0px;
    left: 0px;
    z-index: 9999;}
.welcome header {position: fixed; top: 0; left: 0; z-index: 99999; background: none transparent;}

header nav {width: 100%;}
header nav > ul {display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; height: 100%; margin: 0; padding: 0; background: rgba(199, 200, 202, 0.9); font-size: 38px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; position: fixed; top: 0; left: 0; z-index: -99; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
header nav.open > ul {opacity: 1; z-index: 99;}
header nav li {display: block; font-weight: bold; line-height: 1.6; text-align: center; text-transform: uppercase;}
header nav li.slash {display: none;}
header nav a {color: #000;}
header nav a:hover, header nav a.active {text-decoration: underline;}
header nav ul ul {display: none; margin: 20px 0; padding: 0; font-size: 22px;}
header nav ul ul span {display: block; -webkit-column-count: 3; column-count: 3;}

header h1 {margin: 0 0; padding-top: 25px; font-size: 60px; font-weight: bold; letter-spacing: 8px; line-height: 1.2; text-transform: uppercase; text-align: left; position: absolute; top: 0; left: 36px; z-index: 9999;}
header .slash {margin: 0; padding-top: 25px; font-size: 60px; font-weight: bold; letter-spacing: 8px; line-height: 1.2; text-transform: uppercase; text-align: center; position: relative; z-index: 999;}
header h2 {display: none; font-size: 14px; position: absolute; top: 34px; left: 40px; z-index: 999;}
header .menu-bt {position: absolute; top: 40px; right: 40px; z-index: 999;}


.welcome header .slash, .welcome header nav {display: none;}
.welcome header h2 {display: none;}


.langs {width: 100%; font-size: 14px; text-align: center; position: absolute; bottom: 30px; left: 0;}


.nav-icon {width: 42px; height: 26px; cursor: pointer; position: absolute; top: 36px; right: 40px; z-index: 999; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; -webkit-transform: rotate(0deg); transform: rotate(0deg);}
.nav-icon span {display: block; width: 100%; height: 4px; background: #000; opacity: 1; position: absolute; left: 0; -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;-webkit-transform: rotate(0deg); transform: rotate(0deg); }
.nav-icon span:nth-child(1) {top: 0;}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {top: 10px;}
.nav-icon span:nth-child(4) {top: 20px;}
nav.open .nav-icon span:nth-child(1) {width: 0; top: 14px; left: 50%;}
nav.open .nav-icon span:nth-child(2) {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
nav.open .nav-icon span:nth-child(3) {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
nav.open .nav-icon span:nth-child(4) {width: 0; top: 14px; left: 50%;}

.nav-primary>ul {display: none;}
.nav-primary.open>ul {display: inline-flex;}


/* ==========================================================================
   Home 
   ========================================================================== */

.welcome-bg {display: none; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; position: absolute; z-index: 9999;}

.welcome-link {display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; height: 100%; font-size: 160px; font-weight: bold; letter-spacing: 18px; text-transform: uppercase; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 9999;}


.cc_cookies_page h2 {margin: 20px 0px}
.cc_main_text {margin-bottom: 60px;}
.cc_cookies_page .cc_used_cookies_container {font-size: 0.9em}
.cc_links {position: absolute;
    bottom: 30px;
    font-size: 11px;
    right: 50px;}
    
/* ==========================================================================
   grid
   ========================================================================== */

.grid {margin: 0 20px; position: relative;}

.grid-sizer {display: none;}

.grid-item.isotope-hidden {opacity: 0;}

.col-1-3 {width: 33.333%; padding: 0 20px 20px 0; float: left;}
.col-1-3 .main-img {width: 100%; margin-bottom: 10px; -webkit-transition: opacity .6s ease-in-out; transition: opacity .6s ease-in-out;}

.col-1-4 {padding: 20px; position: relative;}
.col-1-4 a {display: block; position: relative;}

.col-1-4:nth-child(3n+2) {clear: left;}

.grid-item { -webkit-transition: background 0.6s ease-out; -webkit-transition: background 0.6s ease 0s; transition: background 0.6s ease 0s;}


.grid-item {display: inline-block; vertical-align: bottom; white-space: normal;}
.grid-item img {height: 300px;}

.grid-item .grid-wrap {display: table; position: relative;}

a.grid-wrap:hover {opacity: 0.6;}

.grid-item h2 {display: table-caption; margin: 0 10px 15px; font-size: 20px;}
.bottom {display: table-caption; caption-side: bottom; margin: 15px 10px 0;}
.bottom h3 {font-weight: normal; color: #AAA;}


.overlay {width: 100%; height: 100%; padding: 16px 20px 20px 18px; background: #EEE; opacity: 0; -webkit-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out; position: absolute; top: 0; left: 0;}
.overlay span {display: block; font-weight: normal;}

.overlay h3 {margin: 20px 0 0; font-size: 14px;}

.related-projects {margin-bottom: 0; padding-top: 20px; background: #DDD; position: relative;}


.related-projects .overlay {width: 100%; height: 100%; padding: 15px; top: 0; left: 0;}
.related-projects .overlay h2 {font-size: 14px;}
.related-projects .overlay h3 {margin: 5px 0 0; font-size: 14px;}
.related-projects .overlay .bottom {bottom: 15px; left: 15px;}

.grid-item:hover .overlay {opacity: 1;}

.related-wrap {margin: 0 90px 0 70px; overflow: hidden;}

.related-cycle {height: auto; padding-bottom: 20px;}

.related-left {width: 20px; height: 36px; background: url('../img/prev.png') no-repeat; background-size: 20px; cursor: pointer; position: absolute; top: 140px; left: 40px;}
.related-left:hover {background-image: url('../img/prev-hover.png');}
.related-right {width: 20px; height: 36px; background: url('../img/next.png') no-repeat; background-size: 20px; cursor: pointer; position: absolute; top: 140px; right: 40px;}
.related-right:hover {background-image: url('../img/next-hover.png');}




.project {padding: 0 40px;}

.project-title {display: none; margin: 40px 0; font-size: 38px; font-weight: bold; line-height: 52px; text-align: center;}
.project-title p:first-child {margin-top: 0 ;}
.project-title p:last-child {margin-bottom: 0 ;}
.project .text {width: 35%; float: left;}
.project .text p:first-child {margin-top: 0;}
.project .text p:last-child {margin-bottom: 0;}

.main-info {width: calc(100% - 40px); max-width: 768px; margin-right: 50px; float: left;}
.project a:hover {text-decoration: underline;}


.main-img-full {display: none;}


    
body.pages p {margin: 0 0 10px;}

.main.page {width: 100%; padding: 20px 40px;}
.main.page .main-img {width: 50%; padding: 0 20px 30px 0;}
.main.page .main-img.contacts {width: 100%;}
.main.page .highlight {width: 50%; font-size: 25px; font-weight: bold; float: left;}
.main.page .highlight table {font-size: 12px; font-weight: normal;}
.main.page .text {width: 50%; float: left;}
.main.page a {text-decoration: underline;}
.main.page a:hover {text-decoration: none;}

table td {width: auto!important; padding-right: 30px; vertical-align: top;}
table td:last-child {padding-right: 0;}

.info {width: calc(50% - 20px); margin-right: 40px; padding: 20px 0; float: left;}
.info:last-child {margin-right: 0; }


body.page-2 .main {padding-top: 30px;}
body.page-2 .main .text {width: 20%; padding-left: 0!important;}

body.project-open {overflow: hidden;}

.items-col {margin-right: 30px; float: left;}
.items-col:last-child {margin-right: 0;}

.main.media {margin: 20px;}

.img-wrap {width: 100%;}
.img-wrap img {padding: 30px;}
.img-col-1-1 .media-img {width: 100%; padding: 20px;}
.img-col-1-2 {max-width: 1200px; margin: 0 auto;}
.img-col-1-2 .media-img {width: calc(50% - 40px); margin: 20px; float: left;}
.img-col-1-3 {max-width: 1200px; margin: 0 auto;}
.img-col-1-3 .media-img {width: calc(33.333333333% - 40px); margin: 20px; float: left;}


.media-img .img {width: 100%; padding-top: calc(100% * 1200 / 1600); background-repeat: no-repeat; background-position: center; background-size: cover;}

.media-img .portrait {padding-top: calc(100% * 1600 / 1000);}


.project .movie-bt {display: inline-block; margin-top: 40px; padding: 15px 17px; background: #EEE; font-weight: bold;}
.project .movie-bt:hover {background: #000; color: #EEE; text-decoration: none;}

.overlay-video {display: none; width: 100%; height: 100%; background: rgba(238, 238, 238, 0.8); position: fixed; top: 0; left: 0; z-index: 9999999;}
.overlay-video iframe {width: 60vw; height: calc(60vw * 9 / 16); max-height: 80vh;}
.overlay-video .close-overlay-video {font-size: 70px; position: absolute; top: -2px; right: 40px;}
.overlay-video .close-overlay-video:hover {color: #999; text-decoration: none;}

.video-open {overflow: hidden;}
.video-open .overlay-video {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}

/* ==========================================================================
   Archive
   ========================================================================== */

.archive-toolbar {margin-bottom: 30px; overflow: hidden;}
.archive-toolbar-item {margin-right: 20px; position: relative; float: left;}
.archive-toolbar-item span {font-weight: bold; position: relative; float: left;}
.archive-toolbar-item .items {margin-right: 30px; margin-left: 20px; float: left;}
.archive-toolbar-item .items a {display: block;}
.archive-toolbar-item .items a.active {text-decoration: underline;}


.project .go-back, .project .h1, .project .text, .project .media-img, .related-projects, .prev-new {display: none;}
.related-projects .prev-new {margin-top: 0px!important; padding-top: 20px!important;}


/* ==========================================================================
   Press
   ========================================================================== */

.press .col-1-4 {width: 220px; vertical-align: top; position: relative;}
.press .col-1-4:nth-child(3n+2) {clear: none;}
.press .col-1-4 a {position: static;}

.press .col-1-4 .overlay {width: auto; height: auto; margin: 0; padding: 20px 0; background: none; opacity: 1; position: static; cursor: text;}

.press .grid-item h2 {display: block; margin: 0; font-size: 16px;}

.press .grid-item .main-img {width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; -webkit-filter: gray; filter: gray; -webkit-filter: grayscale(100%); filter: grayscale(100%); cursor: default;}
.press .grid-item .main-img:before {content: ''; display: block; padding-bottom: 136%;}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {display: none; position: fixed; bottom: 20px; left: 20px;}
.welcome footer {display: none; color: #FFF; z-index: 9999;}
.welcome footer a {color: #FFF;}

footer .langs {margin-bottom: 10px;}


/* #Contact
================================================== */

#google-container {
    position: relative;
    width: 80%;
    height: 450px;
}
#cd-google-map {
   
}
#cd-google-map address {
    position: absolute;
    bottom: 50px;
    left: 50px;
    border-radius:3px;
    padding:30px;
    background-color: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto';
    font-weight:400;
    font-size: 15px;
    line-height:23px;
    letter-spacing:1px;
    color:#747474;
    text-align: left;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    opacity:.7;
    background-color:#000000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}


#cd-zoom-out {
  font-size: 24px;
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
    opacity:1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 50px;
    margin-bottom: 1px;
}
#cd-zoom-out {
    background-position: 50% -32px;
}


/* ==========================================================================
   Embed Video
   ========================================================================== */

.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;}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 1420px) {
}
@media only screen and (max-width: 1150px) {
}

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

    header {width: 100%; height: 80px; padding: 22px 30px 20px; z-index: 9;}
    header h1 {letter-spacing: 2px; left: 30px;}

    .logo img {width: 35px;}
    .main {margin-left: 100px; padding: 20px 0;}
    .col-1-3, .col-1-4 {width: 100%!important; padding: 0 0 30px 0; float: none; clear: both;}

    .home-anim h1 {font-size: 36vw;}

    .home-logo img {width: 80vw;}

    .slash {display: none;}

    .slide {background-attachment: scroll!important;}
    .slide span {margin: 30px; text-align: center;}

    header nav ul {display: none; width: 250px; height: 100%; margin: 0; padding: 20px; background: #f9f9f9; position: fixed; top: 0; left: -350px; z-index: 999;}
    header nav li {display: block; margin: 0!important; background: #f9f9f9; font-size: 30px; position: relative; float: none; z-index: 1;}
    header nav ul a {display: block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
    header nav ul ul {width: 100%; position: static;}
    header nav ul ul span {-webkit-column-count: 1;column-count: 1;}
    header nav ul ul li {font-size: 15px;}

    header nav a:before {content: ''; margin: 0;}

    .nav-icon {width: 32px; top: 24px; right: 30px; z-index: 99999;}

    .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {top: 8px;}
    .nav-icon span:nth-child(4) {top: 16px;}

    header nav > ul {display: block; width: 100%; padding: 80px 40px;}

    header nav.open > ul {left: 0; z-index: 9999;}

    .cycle-slideshow {background: #333;}
    .cycle-slideshow .slide {opacity: 0.5!important;}

    .arrow img {width: 35px;}

    .menu-bt {display: block; padding: 10px 0px; font-size: 21px; text-align: right; position: absolute; top: 0; left: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
    .menu-open .menu-bt {width: calc(100% - 200px); height: 100%;}

    .welcome header nav li a {color: #000;}

    .welcome.menu-open footer, .welcome.menu-open footer a {color: #000;}

    .main {margin: 0; padding: 0 30px;}
    .main.page {width: 100%; height: auto; margin: 0; padding: 20px 30px 40px;}

    h1 {font-size: 24px!important; line-height: 20px;}
    .main .text {font-size: 14px!important; line-height: 20px;}
    .project .content .text {font-size: 12px!important; line-height: 1.2;}

    .project {padding: 0;}

    .img-wrap {padding: 0 10px;}
    .main-img-full {padding: 0 30px!important;}
    .img-col-1-1 .media-img, .img-col-1-2 .media-img, .img-col-1-3 .media-img {width: 100%; margin: 20px 0; padding: 0; float: none;}

    .img-wrap img {padding: 10px;}

    .main.page .main-img {width: 100%; padding: 0 0 30px 0;}

    .main.page .highlight {width: 100%; padding: 0!important; font-size: 20px; float: none;}
    .main.page .text {width: 100%; padding: 0!important; float: none;}
    .main.page .highlight table {margin-bottom: 20px}
    body.page-2 .main .text {width: 100%; margin-bottom: 20px;}

    #google-container {width: 100%; height: 340px;}

    .main.media {margin: 20px -10px;}

    .info, .project .content, .project .media {width: 100%; margin: 0; padding: 20px 0 0; float: none;}

    .project .content {padding-top: 0;}

    .project-overlay {width: 100%; -webkit-overflow-scrolling: touch;}
    .project .content h1, .project .text, .project .go-back {width: 100%; margin-top: 20px; position: static; -webkit-transform: translateY(0); transform: translateY(0);}

    .overlay {display: none;}
    footer {z-index: 9;}

    .home-slider {z-index: 999;}

    table td {display: block; width: 100%!important; margin-bottom: 30px;}

    .typology {margin-right: 10px; position: relative;}
    .typology-items {display: none; width: 140px; padding: 10px; background: #000; position: absolute; top: 20px; left: 0; z-index: 10;}
    .typology-items a {display: block;
        width: 100%; margin-left: 0; color: #FFF;}

    #map {height: 350px!important;}

    .grid {margin: 0;}

    .press .main {padding: 0;}

    .press .col-1-4 {width: calc(100%/2); padding: 0;}
    .col-1-4 a {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
    .press .grid-item .main-img {display: none;}

    .press .col-1-4 .overlay {width: 100%; padding: 0;}
    .press .overlay {display: block; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding: 0; background: none; opacity: 1; position: static;}
    .press .overlay h2 {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; padding: 25px 30px; border-bottom: 1px solid #000; font-size: 14px;}
    .press .overlay span {padding-left: 10px; float: right;}
    

    .archive-toolbar {margin: 20px 0 10px; position: relative;}
    .archive-toolbar-item {margin-bottom: 30px;}
    .archive-toolbar-item:last-child {position: absolute; top: 0; left: 153px;}
    .archive-toolbar-item .items {margin: 0; float: none;}
    .archive-toolbar-item span {float: none;}

    .typology {width: 100%;}
    .typology {width: 80%; -webkit-column-count: 2; column-count: 2;}

    .items-col {display: inline; width: auto; margin-right: 0; float: none;}

    .grid-item img {max-width: 100%; height: auto;}

    .grid-item h2 {margin: 0 0 15px; font-size: 16px;}
    .grid-item .bottom {margin: 15px 0 0;}

    .projects .col-1-4 .ajax-call {padding: 0;}
    .projects .grid-item h2 {height: auto; position: static;}

    .grid-item:hover {background: none;}

    .go-back {display: block!important; margin-bottom: 20px;}

    .main > .project div {width: 100%!important; margin: 10px 0 10px!important; padding: 0!important; float: none!important;}

    .project-title {font-size: 16px!important; line-height: 26px;}

    .related-projects > h2 {margin: 20px 0!important;}
    .table .grid-item h2 {padding: 10px 30px 10px 0px;}

    .table .col-1-2 {width: 100%;}
    .table .col-1-4 {display: inline; width: auto; padding: 0; clear: none; float: none;}
    .table .col-1-4:after {content: '/';}
    .table .col-1-4:last-child:after {content: '';}
    .table .grid-item h3 {display: inline;}

    .related-wrap {margin: 0 30px 0 20px;}


    .cycle-slideshow.related-cycle {height: auto; background: none;}
    .cycle-slideshow.related-cycle .slide {opacity: 1!important;}

    .related-left {background-size: 16px; top: 102px; left: 0;}
    .related-right {background-size: 16px; top: 102px; right: 0;}

    .related-projects .col-1-4 {width: 250px!important; margin: 10px;}

    .related-projects .prev-new {    padding: 0px 0 30px 0px !important;
    margin-top: -10px!important;}
    .prev-new h2 {font-size: 14px!important}

}



@media only screen and (max-width: 700px) and (orientation:landscape) {

    .project-overlay {width: calc(100% - 100px); -webkit-overflow-scrolling: touch;}

    .col-1-3 {width: 50%;}
    .col-1-4 {width: 33.333%; padding: 0 20px 20px 0;}
    .col-1-4 .main-img {height: 90px;}

    table td {display: table-cell; width: 50%!important; margin-bottom: 0;}

    #map {height: 240px!important;}

}



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

    .project-overlay {width: calc(100% - 100px); -webkit-overflow-scrolling: touch;}

    .col-1-3 {width: 50%;}
    .col-1-4 {width: 33.333%; padding: 0 20px 20px 0;}
    .col-1-4 .main-img {height: 90px;}

    table td {display: table-cell; width: 50%!important; margin-bottom: 0;}

}


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

    .related-projects .col-1-4 {width: 200px!important;}

    .related-left, .related-right {top: 124px;}

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *, *:before, *:after {background: transparent !important; color: #000 !important; -webkit-box-shadow: none !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) ")";}
    a[href^="#"]:after, a[href^="javascript:"]: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;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
}
