@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900";
/**************************************
MIXINS
***************************************/
body {
  overflow-y: scroll !important; }

html {
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.4; }

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5em; }
  h1 span, h2 span, h3 span {
    color: #bd9766; }

h2 {
  font-size: 1.25em; }

h3 {
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: .6em;
  font-size: .85em;
  text-transform: uppercase;
  margin-top: -1em;
  margin-bottom: 2em; }

.bg-color {
  background: #bd9766; }
  .bg-color h1 span, .bg-color h2 span, .bg-color h3 span {
    color: #fff; }
  .bg-color p {
    color: #fff; }

.col, .half-col, .quad-col {
  float: left;
  height: 100%;
  overflow: auto;
  display: inline-block; }

.col > img, .col > a > img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  display: block; }

#slider, #slider * {
  width: auto;
  height: 100%; }

.half-col img {
  max-height: 50%;
  max-width: 100%;
  height: 50%;
  display: block; }

.quad-col img {
  max-height: 25%;
  max-width: 100%;
  height: 25%;
  display: block; }

#theRow {
  display: inline-block;
  height: 100%; }

.no-overflow {
  overflow: hidden; }

/* Vertical Centering  */
.table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  height: 100%;
  float: none;
  vertical-align: middle;
  text-align: left; }

.padding {
  padding: 5em 5em 3em 5em; }

.signature {
  margin: 0em 0 -2.5em;
  max-width: 12em;
  height: auto; }

.grey {
  color: rgba(0, 0, 0, 0.25); }

.scroll {
  box-shadow: 0 10px 40px black; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  background: #212121;
  height: 60px;
  z-index: 999999; }
  header .logo {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
    transform: translateY(-50%);
    width: 180px; }
    @media screen and (max-width: 640px) {
      header .logo {
        left: 10px; } }

@media screen and (min-height: 800px) {
  header {
    height: 100px; }

  header .logo {
    width: 210px; } }
@media screen and (min-height: 1000px) {
  header {
    height: 160px; }

  header .logo {
    width: 240px; } }
@media screen and (min-height: 1200px) {
  header {
    height: 200px; }

  header .logo {
    width: 280px; } }
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center; }
  footer a.contact {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    display: inline-block;
    letter-spacing: .6em;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: .85em;
    font-size: 1em;
    font-weight: 900; }
    footer a.contact:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: #bd9766;
      transition: all 0.4s ease-in-out ;
      -webkit-transition: all 0.4s ease-in-out ; }
    footer a.contact:hover:after {
      width: 140%; }
  footer #scroll-right,
  footer #scroll-left {
    padding: 20px 40px 25px 20px;
    display: block;
    float: right;
    cursor: pointer; }
    footer #scroll-right span,
    footer #scroll-left span {
      display: block;
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      transform: rotate(45deg);
      transition: all 0.4s ease-in-out ;
      -webkit-transition: all 0.4s ease-in-out ; }
    footer #scroll-right#scroll-left,
    footer #scroll-left#scroll-left {
      padding-right: 10px; }
      footer #scroll-right#scroll-left span,
      footer #scroll-left#scroll-left span {
        transform: rotate(-135deg); }
    footer #scroll-right:hover span,
    footer #scroll-left:hover span {
      border-right: 2px solid #bd9766;
      border-top: 2px solid #bd9766; }

.button {
  border: 4px solid #bd9766;
  color: #bd9766;
  display: inline-block;
  padding: 1.2em 2em;
  margin-top: 1em;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .6em;
  font-size: .85em;
  text-transform: uppercase;
  transition: color .4s, background-color .4s; }
  .button:hover {
    background-color: #bd9766;
    color: #fff; }
  @media screen and (max-width: 640px) {
    .button {
      width: auto;
      display: block;
      text-align: center; } }

a.project {
  background: #000;
  display: block;
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden; }
  a.project i {
    font-size: 36px !important; }
  a.project img {
    height: 100%;
    max-height: 100%;
    transition: all 0.8s ease-in-out ;
    -webkit-transition: all 0.8s ease-in-out ; }
  a.project .project-title {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 100%;
    padding: 0 20px;
    margin-top: -24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: .85em !important;
    letter-spacing: .4em;
    font-size: 1em;
    font-weight: 900;
    transform: scale(0.5);
    padding-bottom: 1.4em;
    transition: all 0.4s ease-in-out .2s;
    -webkit-transition: all 0.4s ease-in-out .2s; }
    a.project .project-title:after {
      content: "";
      display: block;
      display: none;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: #bd9766; }
    a.project .project-title span {
      display: block;
      color: #bd9766;
      letter-spacing: .4em;
      padding-top: 0;
      font-size: .8em !important; }
  a.project:hover img {
    opacity: .2; }
  a.project:hover .project-title {
    transform: scale(1);
    opacity: 1; }

@media screen and (max-width: 640px) {
  .contact, #scroll-left, #scroll-right {
    display: none !important; }

  h1, h2, h3 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.8em; }
    h1 span, h2 span, h3 span {
      color: #bd9766; }

  h2 {
    font-size: 1.25em; }

  h3 {
    font-size: .75em;
    letter-spacing: 4px; }

  #stage, #theRow {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    font-size: 18px !important; }
    #stage .col, #stage .half-col, #theRow .col, #theRow .half-col {
      width: 100% !important;
      height: auto !important; }
    #stage .half-col a, #theRow .half-col a {
      width: 50%;
      float: left; }
      #stage .half-col a img, #theRow .half-col a img {
        height: auto !important;
        max-height: none !important; }
      #stage .half-col a .project-title, #theRow .half-col a .project-title {
        opacity: 1;
        transform: scale(0.6) !important;
        transform-origin: right bottom;
        top: auto !important;
        bottom: 0 !important;
        text-align: right !important;
        padding: 10px !important; }
        #stage .half-col a .project-title span, #theRow .half-col a .project-title span {
          display: none !important; }
    #stage .col > img, #stage .col > a > img, #theRow .col > img, #theRow .col > a > img {
      height: auto !important;
      max-height: none !important;
      max-width: 100%; }

  .scroll-indicator {
    display: none !important; }

  .padding {
    padding: 2em; }

  .slick-slide {
    margin-bottom: -10px; } }
#lightbox {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  opacity: 0;
  transition: all 0.5s ease-in-out ;
  -webkit-transition: all 0.5s ease-in-out ; }
  #lightbox div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #lightbox img {
    transition: all 0.5s ease-in-out ;
    -webkit-transition: all 0.5s ease-in-out ;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    max-height: 1000px;
    width: auto;
    max-width: 80%;
    transform: translate(-50%, -50%) scale(0);
    box-shadow: 10px 10px 80px #000; }
  #lightbox.open {
    z-index: 900000090;
    opacity: 1; }
    #lightbox.open img {
      transform: translate(-50%, -50%) scale(1); }
  #lightbox .close {
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out ;
    -webkit-transition: all 0.5s ease-in-out ;
    opacity: .5; }
    #lightbox .close i {
      font-size: 32px !important; }
    #lightbox .close:hover {
      color: #bd9766;
      opacity: 1; }
  #lightbox .next,
  #lightbox .prev {
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 20px;
    margin-top: -40px;
    color: #fff;
    transition: all 0.5s ease-in-out ;
    -webkit-transition: all 0.5s ease-in-out ;
    cursor: pointer; }
    #lightbox .next i,
    #lightbox .prev i {
      font-size: 32px !important; }
    #lightbox .next.prev,
    #lightbox .prev.prev {
      right: auto;
      left: 30px; }
    #lightbox .next:hover,
    #lightbox .prev:hover {
      color: #bd9766; }
  @media screen and (max-width: 640px) {
    #lightbox img {
      max-width: 95% !important;
      max-height: 95% !important; }
    #lightbox .next,
    #lightbox .prev {
      top: auto !important;
      bottom: 30px; }
    #lightbox .close {
      top: auto !important;
      bottom: 22px;
      right: 50%;
      opacity: .3;
      transform: translateX(50%); } }

.content {
  background: #fff;
  text-align: center;
  margin-bottom: 100px;
  z-index: 1000;
  position: relative;
  margin-top: 60px; }

.max-width {
  width: 750px;
  padding: 100px 50px;
  text-align: left;
  margin: auto; }
