/* CSS Document */
/* GENERAL STYLES */
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
blockquote {
  border: 2px #e09f3d solid;
  border-left: 0px;
  border-right: 0px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  margin: 30px 0px;
  padding: 15px 0px;
  color: #56585b;
  line-height: 150%;
}
img {
  max-width: 100%;
}
h1 {
  color: #6d6d6d;
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  line-height: 100%;
}
p, ul {
  font-size: 15px;
  margin-top: 0px;
  line-height: 170%;
  margin-bottom: 30px;
  color: #333;
}
ul {
  padding-left: 1.2em;
}
/* MAIN DOM ITEM STYLES */
#container {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#container:before, #header:before, #footer:before{
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: calc(40% - 21px);
    background: url("/images/bg-dot.png");
    z-index: 0;
}
#container:before{
    height:100%;
}
#header:before{
    height:125px;
    position: absolute;
    background: url("/images/bg-dot-dark.png");
}
#footer:before{
    position: absolute;
    height:152px;
}


/* HEADER */
#header {
  background: #3b3b3b;
  padding: 32px 50px 0px 75px;
  height: 125px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  text-align: left;
}
#header .logo {
  width: 245px;
    z-index:150;
    position:relative;
}
#header #navs {
  position: absolute;
  right: 50px;
  top: 32px;
  transition: all 0.3s;
max-height:auto;
}
#header #navs a {
  display: inline-block;
  height: 78px;
  box-sizing: border-box;
  padding: 35px 15px 10px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  position: relative;
}
#header #navs a:hover::after, #header #navs a.currentPage::after, #header #navs a.currentPage:hover::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 3px;
  background: #fcb03f;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
/* CONTENT */
#content {
  position: relative;
  max-width: 1300px;
  min-height: calc(100vh - 277px);
  box-sizing: border-box;
  padding: 50px;
  margin: 0px auto;
  text-align: left;
  display: flex;
  flex-direction: row;
    transition:padding 0.3s;
}
#content a {
  color: #333;
}
#content a:hover {
  color: #999;
}
.column-left, .column-right {
  flex-grow: 1;
  max-width: 50%; /* border:1px solid #333; */
}
.column-left {
  padding-right: 21px;
}
.column-right {
  padding-left: 21px;
}
/* HOME PAGE */
.cycle-slideshow {
  height: calc(100vh - 281px);
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
    background:#bfb9b3;
    background-position: center center;
    background-size:cover;
}
.cycle-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* CONTACT PAGE */
.contact .column-left, .press .column-left {
  max-width: 400px;
  white-space: nowrap;
}
.contact .column-right, .press .column-right {
  max-width: 800px;
}
.contact-info {
  margin-bottom: 15px;
}
.address {
  padding-top: 15px;
  border-top: 1px solid #8e8e8e;
  margin-bottom: 20px;
}
.button {
  background: #e09f3d;
  padding: 4px 24px 5px 24px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff !important;
  font-weight: 300;
  margin-bottom: 45px;
  transition: background 0.3s;
  letter-spacing: 0.5px;
}
.button:hover {
  background: #BC7F16;
}
/* PRESS PAGE */
.press #content img {
  display: block;
  margin-bottom: 30px;
  box-shadow: 0px 0px 7px 0px #9e9e9e;
}
.press .column-right {
  max-width: 800px;
  padding-left: 40px;
}
/* PROJECTS PAGE */
#galleries {
  max-width: calc(100vw - 100px);
  margin: auto;
  width: 1200px;
  text-align: left;
}
#galleries:after {
  content: "";
  display: table;
  clear: both;
}
.gallery {
  position: relative;
  width: calc(33.333% - (22px * .667));
  display: block;
  background-color: #121111;
  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;
    opacity:0.4;
}
.gallery .plus img{
  position: absolute;
  color: #fff;
  z-index: 100;
  top: 30px;
  right: 30px;
  opacity: 1 !important;
  transition: opacity 0.3s;
  width: 34px;
  height: 34px;
}
.caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  text-align: left;
  opacity: 1;
  transition: opacity 0.3s;
  line-height: 110%;
}
.caption-top {
  font-size: 18px;
  font-weight: 700;
}
.caption-bottom {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 6px;
  line-height: 130%;
}
.gallery:hover img {
  opacity: 1;
}
.gallery:hover > .plus, .gallery:hover > .plus img, .gallery:hover > .caption {
  opacity: 1;
}
/* ENLARGEMENTS


*/
#enlargements {
  background: #282828f2;
  bottom: 100vh;
  height: 100vh;
  width: 100%;
  position: fixed;
  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;
  position: fixed;
}
.close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.enlargement {
  display: none;
}
.slideshow-container {
  display: block;
  position: absolute;
  width: calc(100vw - 240px);
  height: calc(100vh - 100px);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.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: 54px;
  color: #4d4d4d;
  bottom: 0px;
  font-weight: 700;
}
.prevNext img {
  width: 24px;
  cursor: pointer;
  padding: 8px 0px 12px 5px;
  vertical-align: middle;
  display: block;
}
.prevNext .counter {
  display: block;
  font-size: 20px;
  padding: 4px 4px 12px 5px;
  color: #fff;
}
.slide-current {
  color: #fcb03f;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* PRESS */
.testimonial {
  border-bottom: 1px solid #8e8e8e;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.testimonial:last-child {
  border-bottom: none;
}
.testimonial-name {
  font-style: italic;
  font-weight: 700;
  color: #6e6e6e;
}
.testimonial p:first-of-type::before, .testimonial p:last-of-type::after {
  font-size: 100px;
  font-weight: 600;
  color: #a9a9a9;
}
.testimonial p:first-of-type::before {
  content: "“";
  width: 45px;
  vertical-align: text-bottom;
  display: inline-block;
  height: 5px;
}
.testimonial p:last-of-type::after {
  content: "”";
  padding-top: 30px;
  padding-left: 8px;
  position: absolute;
}
/* FOOTER */
#footer {
  background: #161616;
  padding: 21px 63px 0px 75px;
  height: 77px;
  box-sizing: border-box;
  color: #AaAaAa;
  position: relative;
  font-size: 14px;
}
#footer a {
  color: #7a7a7a;
}
#footer #social {
  position: absolute;
  top: 15px;
  left: 75px;
}
#footer #social a img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
}
#footer #social a:hover img {
  -webkit-filter: brightness(1.5);
  -moz-filter: brightness(1.5);
  -ms-filter: brightness(1.5);
  filter: brightness(1.5);
}
#footer #copyright {
  position: absolute;
  top: 15px;
  line-height: 100%;
  right: 63px;
}
#mobile-bars{display:none;}
  #footer {
    padding: 21px 35px 50px 35px;
    height: auto;
  }
  #footer #social {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
  }
  #footer #copyright {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    margin-top: 10px;
  }
  #footer #credit {
    display: block;
    padding: 5px 0px;
  }
  #footer span {
    display: none;
  }
@media screen and (max-width:1375px) {
  #header {
    padding: 32px 35px 0px 48px;
  }
  #header #navs {
    right: 35px;
  }
}
@media screen and (max-width:1080px) {
  #header {
    padding: 32px 50px 0px 48px;
  }
  #header #navs a {
    padding: 35px 10px 10px 10px;
    font-size: 16px;
  }
}
/* ENLARGEMENTS BREAK */
@media screen and (max-width:960px) {
  body {
    background: #161616;
  }
  #container{
    background: #fff;
  }
  .slideshow-bottom {
    bottom: 12px;
    padding: 0px 12px;
    width: 100%;
  }
  .prevNext {
    right: 12px;
    width: 52px;
  }
  .prevNext .counter {
    display: inline-block;
    float: left;
  }
  .close {
    right: 12px;
    top: 12px;
  }
  .cycle-slideshow {
    height: 66vw;
  }
}
@media screen and (max-width:870px) {
  #header {
    padding: 32px 35px 0px 35px;
  }
  #header #navs a {
    padding: 35px 7px 10px 7px;
    font-size: 16px;
  }
    #content{padding:35px;}
}
@media screen and (max-width:760px) {
    #header{z-index:150;}
    #content{z-index:1;}
  #header #navs {
    position: absolute;
    right: 0%;
    top: 70%;
    padding: 0px;
      background: #3b3b3b;
      width:100%;
      max-height:0px;
      height:auto;
      overflow:hidden;
      z-index:151;
  }
    #header #navs.open{max-height:170px;padding-bottom:21px;border-bottom:2px solid #fff;}
  #header #navs a {
    display: block;
    padding: 9px 35px;
      text-align:right;
      height:auto;
  }
  #header #navs a:hover::after, #header #navs a.currentPage::after, #header #navs a.currentPage:hover::after {
    width: 35px !important;
    top: 30px !important;
    left: auto;
      right:35px;
    transform: none;
  }
    #mobile-bars{display:block;position:absolute;top:45px;right:35px;width:29px;cursor:pointer;transition:top 0.3s, right 0.3s;}
  .gallery {
    width: calc(50% - (22px * .5));
    padding-bottom: calc(50% - 22px);
  }
  .gallery:nth-child(3n-3) {
    margin-right: 22px;
  }
  .gallery:nth-child(2n-2) {
    margin-right: 0px;
  }
  .slideshow-container {
    width: calc(100% - 24px);
    height: calc(100vh - 210px);
    top: calc(50% - 60px);
  }
}
@media screen and (max-width:600px) {
  #header {
    padding: 24px 21px 0px 21px;
  }
    
    #header #navs.open{max-height:170px;padding-bottom:21px;border-bottom:2px solid #fff;}
  #header #navs a {
    display: block;
    padding: 9px 21px;
      text-align:right;
    }
  #header #navs a:hover::after, #header #navs a.currentPage::after, #header #navs a.currentPage:hover::after {
    width: 35px !important;
    top: 30px !important;
    left: auto;
      right:21px;
    transform: none;
  }
    #mobile-bars{top:37px;right:21px;}
  #content {
    display: block;
    padding: 35px 21px;
  }
  #galleries {
    max-width: 100%;
  }
  /* CONTACT PAGE */
  .column-left, .column-right {
    max-width: 100% !important;
  }
  .column-left {
    padding-right: 0px !important;
  }
  .column-right {
    padding-left: 0px !important;
  }
    #footer{padding:21px 21px 50px 21px;}
}