html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  background: #1A1A1A; }

/* ==========================================================================
   @TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

.type-subhead {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  color: #101010; }

.type-body {
  font-family: 'Georgia', serif;
  letter-spacing: 0.025em; }

.type-body-alt {
  font-family: 'Georgia', serif;
  font-style: italic;
  letter-spacing: 0.025em; }

.col-teal {
  color: #7D9F99; }

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000; }

a:hover {
  text-decoration: none; }

/* ==========================================================================
   @STRUCTURE
   ========================================================================== */
.content {
  background: #7D9f99; }

footer {
  background: #1A1A1A; }

.slideshow {
  position: relative;
  height: 125vw;
  font-size: 0;
  line-height: 0; }
  .slideshow .images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .slideshow .strip {
    position: absolute;
    height: 100%; }
  .slideshow .image {
    position: relative;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100%;
    display: inline-block; }
  .slideshow .details {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .slideshow .details .info-holder {
    display: none;
    visibility: hidden; }
  .slideshow .indicators {
    position: absolute;
    width: 100%;
    height: 8px;
    top: 50%;
    left: 0;
    margin-top: -4px;
    text-align: center; }
  .slideshow .dot {
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #979797;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer; }
    .slideshow .dot.active {
      background: #FFF;
      border: 1px solid #FFF; }

.content {
  padding: 30px 16px; }

.intro {
  text-align: center;
  margin-bottom: 60px; }
  .intro .logo {
    background-image: url("../img/logo-lbc-main.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
    height: calc((67 * 115px) / 164);
    margin-bottom: 30px; }
  .intro h1 {
    background-image: url("../img/main-heading-sml.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    width: 90%;
    max-width: 296px;
    height: 72px;
    text-indent: -9999px;
    display: inline-block; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .intro h1 {
      background-image: url("../img/main-heading-sml@2x.png"); }
    .intro .logo {
      background-image: url("../img/logo-lbc-main@2x.png"); } }

.project {
  margin-bottom: 56px; }
  .project .thumb-holder-wrap {
    font-size: 0;
    line-height: 0; }
  .project .thumb-holder {
    width: 100%;
    height: calc((100vw - 32px) *  (192 / 342) );
    position: relative;
    margin-bottom: 20px; }
  .project .image-holder, .project .cover-holder, .project .logo-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .project .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .project .cover-holder, .project .logo-holder {
    opacity: 0; }
  .project .details {
    position: relative; }
  .project .project-title {
    line-height: 24px;
    font-size: 16px; }
  .project .project-link {
    font-size: 14px;
    line-height: 24px;
    padding-right: 32px;
    display: inline-block;
    background: transparent url("../img/icon-arrow.png") no-repeat scroll;
    background-position: center right;
    background-size: 21px 11px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .project .project-link {
      background-image: url("../img/icon-arrow@2x.png"); } }
  .project .social-buttons {
    height: 17px;
    width: calc(14px + 17px + 17px);
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 0;
    line-height: 0; }
  .project .social-button {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    display: inline-block;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  .project .facebook {
    background-image: url("../img/icon-facebook.png");
    margin-right: 14px; }
  .project .instagram {
    background-image: url("../img/icon-instagram.png"); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .project .facebook {
      background-image: url("../img/icon-facebook@2x.png"); }
    .project .instagram {
      background-image: url("../img/icon-instagram@2x.png"); } }

footer {
  text-align: center;
  padding: 110px 0;
  color: rgba(255, 255, 255, 0.5); }
  footer .logo {
    background: transparent url("../img/logo-lbc-footer.png") no-repeat scroll 50% 50%;
    background-size: contain;
    width: 87px;
    height: 48px;
    display: inline-block;
    text-indent: -9999px;
    margin-bottom: 18px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    footer .logo {
      background-image: url("../img/logo-lbc-footer@2x.png"); } }
  footer .copyright {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-height: 1024px) {
  .slideshow {
    height: 100vw; }
    .slideshow .details {
      height: 88px; }
    .slideshow .details .info-holder {
      display: block;
      visibility: visible; } }
@media only screen and (min-width: 840px) {
  .slideshow {
    height: calc(100vw / 2.1); }
    .slideshow .details {
      height: 88px; }
    .slideshow .details .info-holder {
      position: relative;
      display: block;
      visibility: visible;
      line-height: 88px;
      padding-left: 60px; }
      .slideshow .details .info-holder .project-title, .slideshow .details .info-holder .photo-credit {
        display: inline-block;
        position: relative; }
      .slideshow .details .info-holder .project-title {
        font-size: 16px;
        margin-right: 20px; }
      .slideshow .details .info-holder .photo-credit {
        font-size: 14px; }
        .slideshow .details .info-holder .photo-credit a,
        .slideshow .details .info-holder .photo-credit a:link,
        .slideshow .details .info-holder .photo-credit a:visited,
        .slideshow .details .info-holder .photo-credit a:hover,
        .slideshow .details .info-holder .photo-credit a:active {
          color: #7D9F99; }

  .content {
    padding: 60px 16px; }

  .intro {
    margin-bottom: 90px; }
    .intro .logo {
      height: calc((67 * 150px) / 164);
      margin-bottom: 30px; }
    .intro h1 {
      background-image: url("../img/main-heading.png");
      width: 693px;
      max-width: none;
      height: 49px;
      text-indent: -9999px;
      display: inline-block; }

  .project .logo-holder {
    opacity: 1; }
    .project .logo-holder .logo {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 140px 140px;
      -moz-transition: -moz-transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: -webkit-transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: -ms-transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: -o-transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-delay: 0ms, 0ms;
      -webkit-transition-delay: 0ms, 0ms;
      -ms-transition-delay: 0ms, 0ms;
      -o-transition-delay: 0ms, 0ms;
      transition-delay: 0ms, 0ms;
      -moz-transform: scale3d(1.2, 1.2, 1);
      -webkit-transform: scale3d(1.2, 1.2, 1);
      -ms-transform: scale3d(1.2, 1.2, 1);
      -o-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1);
      opacity: 0; }
      .project .logo-holder .logo.project-century {
        background-image: url("../img/logo-century.png"); }
      .project .logo-holder .logo.project-hereafter {
        background-image: url("../img/logo-hereafter.png"); }
      .project .logo-holder .logo.project-victoria {
        background-image: url("../img/logo-victoria.png"); }
      .project .logo-holder .logo.project-byeandbye {
        background-image: url("../img/logo-byeandbye.png"); }
      .project .logo-holder .logo.project-associated {
        background-image: url("../img/logo-associated.png"); }
      .project .logo-holder .logo.project-jackknife {
        background-image: url("../img/logo-jackknife.png"); } }
  @media only screen and (min-width: 840px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 840px) and (min-resolution: 192dpi) {
    .project .logo-holder .logo.project-century {
      background-image: url("../img/logo-century@2x.png"); }
    .project .logo-holder .logo.project-hereafter {
      background-image: url("../img/logo-hereafter@2x.png"); }
    .project .logo-holder .logo.project-victoria {
      background-image: url("../img/logo-victoria@2x.png"); }
    .project .logo-holder .logo.project-byeandbye {
      background-image: url("../img/logo-byeandbye@2x.png"); }
    .project .logo-holder .logo.project-associated {
      background-image: url("../img/logo-associated@2x.png"); }
    .project .logo-holder .logo.project-jackknife {
      background-image: url("../img/logo-jackknife@2x.png"); } }
@media only screen and (min-width: 840px) {
  .project .cover-holder {
    opacity: 0;
    -webkit-transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .project .thumb-holder-wrap:hover .cover-holder {
    opacity: 1; }
  .project .thumb-holder-wrap:hover .logo-holder .logo {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -moz-transition-delay: 100ms, 200ms;
    -webkit-transition-delay: 100ms, 200ms;
    -ms-transition-delay: 100ms, 200ms;
    -o-transition-delay: 100ms, 200ms;
    transition-delay: 100ms, 200ms; } }
@media only screen and (min-width: 985px) {
  .content {
    padding: 80px calc((100% - 954px) / 2); }

  .intro {
    margin-bottom: 110px; }

  .projects {
    font-size: 0;
    line-height: 0; }

  .project {
    display: inline-block;
    margin-right: 44px;
    width: 455px;
    margin-bottom: 60px; }
    .project .thumb-holder {
      height: 256px; }

  .project:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1280px) {
  .content {
    padding: 80px calc((100% - 1180px) / 2); }

  .intro {
    margin-bottom: 110px; }

  .project {
    display: inline-block;
    margin-right: 44px;
    width: 558px;
    margin-bottom: 68px; }
    .project .thumb-holder {
      height: 320px; }

  .project:nth-child(2n) {
    margin-right: 0; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
