/* HTML5 */
* {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

/* Base */
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* Base */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted;
  outline: 5px auto 0;
  outline-offset: -2px; }

a:hover, a:active {
  outline: 0; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  overflow: visible;
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

.rs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: inside none; }

ul.inline {
  display: block; }

ul.inline li {
  display: inline; }

ul.inline.left, ul.inline.right {
  float: none; }

ul.inline.left li {
  float: left; }

ul.inline.right li {
  float: right; }

.column, .columns {
  float: left;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px; }

.no-gutter .column, .no-gutter .columns {
  padding-left: 0;
  padding-right: 0; }

.grid:before, .grid:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid:after {
  clear: both; }

.grid {
  zoom: 1; }

.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

.one {
  width: 33.3%; }

.two {
  width: 66.6%; }

.three, .full {
  width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.grid .column.shown,
.no-js .grid .column,
.no-cssanimations .grid .column {
  opacity: 1; }

/* Effect 2: Move Up */
.image-grid .column.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveUp 0.45s ease forwards;
  -ms-animation: moveUp 0.45s ease forwards;
  -moz-animation: moveUp 0.45s ease forwards;
  -o-animation: moveUp 0.45s ease forwards;
  animation: moveUp 0.45s ease forwards; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.third {
  width: 33.333%; }

.quarter {
  width: 25%; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
html, body, .full-screen {
  height: 100%; }

body {
  background-color: #4c4845;
  font: 14px/21px "Avenir", "Avenir Next", "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #4c4845;
  font-family: "Avenir", "Avenir Next", "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase; }

a {
  text-decoration: none; }

a::focus {
  outline: none; }

.tar {
  text-align: right; }

.baseline {
  margin-bottom: 1em; }

.image-grid figure {
  padding: 0;
  margin: 0;
  position: relative; }
  .image-grid figure:after {
    opacity: 0; }
  .image-grid figure.filtered:after {
    content: '';
    display: block;
    background: #4c4845;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.12s linear;
    -ms-transition: opacity 0.12s linear;
    -moz-transition: opacity 0.12s linear;
    -o-transition: opacity 0.12s linear;
    transition: opacity 0.12s linear; }
  .image-grid figure img {
    display: block;
    width: 100.5%; }
  .image-grid figure .caption {
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    padding: 10px 14px 0;
    box-sizing: border-box; }
    .image-grid figure .caption p {
      margin: 0;
      font-size: 0.8em; }
  .image-grid figure.fade-overlay .caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.12s linear;
    -ms-transition: opacity 0.12s linear;
    -moz-transition: opacity 0.12s linear;
    -o-transition: opacity 0.12s linear;
    transition: opacity 0.12s linear; }
  .image-grid figure.fade-overlay:hover .caption {
    opacity: 1; }
  .image-grid figure.slide-up {
    -webkit-transition: all 0.24s linear 0.24s;
    -ms-transition: all 0.24s linear 0.24s;
    -moz-transition: all 0.24s linear 0.24s;
    -o-transition: all 0.24s linear 0.24s;
    transition: all 0.24s linear 0.24s; }
    .image-grid figure.slide-up img {
      z-index: 1;
      -webkit-transition: all 0.12s linear;
      -ms-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
    .image-grid figure.slide-up .caption {
      background: #4c4845;
      height: 100px;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
      -moz-transform: translateY(120px);
      -o-transform: translateY(120px);
      transform: translateY(120px);
      -webkit-transition: all 0.12s linear;
      -ms-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
    .image-grid figure.slide-up:hover {
      z-index: 1;
      box-shadow: 0 0 36px rgba(0, 0, 0, 0.48); }
      .image-grid figure.slide-up:hover img {
        -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
        -webkit-transform: translate(0, -120px);
        -ms-transform: translate(0, -120px);
        -moz-transform: translate(0, -120px);
        -o-transform: translate(0, -120px);
        transform: translate(0, -120px); }
      .image-grid figure.slide-up:hover .caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
  .image-grid figure.slide-up-alt {
    /*
        transition: all 0.24s linear 0.24s;
        -moz-transition: all 0.24s linear 0.24s;
        -webkit-transition: all 0.24s linear 0.24s;
    */ }
    .image-grid figure.slide-up-alt img {
      z-index: 20;
      -webkit-transition: all 0.12s ease-in-out;
      -ms-transition: all 0.12s ease-in-out;
      -moz-transition: all 0.12s ease-in-out;
      -o-transition: all 0.12s ease-in-out;
      transition: all 0.12s ease-in-out; }
    .image-grid figure.slide-up-alt .caption {
      z-index: -1;
      background: #4c4845;
      color: #FFF;
      height: 112px;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: all 0.24s linear;
      -ms-transition: all 0.24s linear;
      -moz-transition: all 0.24s linear;
      -o-transition: all 0.24s linear;
      transition: all 0.24s linear; }
      .image-grid figure.slide-up-alt .caption p {
        opacity: 0;
        -webkit-transition: all 0.12s linear;
        -ms-transition: all 0.12s linear;
        -moz-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        transition: all 0.12s linear; }
    .image-grid figure.slide-up-alt.active, .image-grid figure.slide-up-alt.active.peek.boo {
      z-index: 1; }
      .image-grid figure.slide-up-alt.active img, .image-grid figure.slide-up-alt.active.peek.boo img {
        box-shadow: 0 0 36px rgba(0, 0, 0, 0.48);
        -webkit-transform: translateY(-112px);
        -ms-transform: translateY(-112px);
        -moz-transform: translateY(-112px);
        -o-transform: translateY(-112px);
        transform: translateY(-112px);
        -webkit-transform: translate(0, -112px);
        -ms-transform: translate(0, -112px);
        -moz-transform: translate(0, -112px);
        -o-transform: translate(0, -112px);
        transform: translate(0, -112px); }
      .image-grid figure.slide-up-alt.active .caption, .image-grid figure.slide-up-alt.active.peek.boo .caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
        .image-grid figure.slide-up-alt.active .caption p, .image-grid figure.slide-up-alt.active.peek.boo .caption p {
          opacity: 1; }

#masthead {
  background-color: #4c4845;
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  #masthead.stuck, body.inside-page #masthead {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 10; }
    #masthead.stuck .scroll-to, body.inside-page #masthead .scroll-to {
      opacity: 0; }
  #masthead h1 {
    margin: 0;
    padding: 0;
    padding: 30px;
    margin-right: 30%;
    box-sizing: border-box; }
    #masthead h1 .scroll-to {
      display: block;
      font-size: 11px;
      font-weight: lighter;
      vertical-align: middle;
      position: absolute;
      bottom: 20px;
      cursor: pointer;
      transition: opacity 0.12s linear; }
      #masthead h1 .scroll-to img {
        vertical-align: middle;
        margin-bottom: 2px;
        padding-left: 0.5em; }
  #masthead a {
    color: #FFF; }

nav {
  background-color: #4c4845;
  color: #FFF;
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }
  nav a {
    color: #C5C5C5;
    display: block;
    padding: 0 28px;
    border: 0 solid transparent;
    border-width: 0 2px;
    transition: color 0.12s linear; }
    nav a:hover, nav a.active {
      color: #FFF; }
    nav a.active {
      border-left: 2px solid #FFF; }
    nav a:focus {
      outline: none !important; }
  nav li {
    opacity: 0;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
    -webkit-transition: all 0.24s linear;
    -ms-transition: all 0.24s linear;
    -moz-transition: all 0.24s linear;
    -o-transition: all 0.24s linear;
    transition: all 0.24s linear; }
    nav li.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  nav .nav-top {
    top: 0; }
    nav .nav-top.stuck, body.inside-page nav .nav-top {
      position: fixed; }
  nav .nav-bottom {
    bottom: 0; }
    nav .nav-bottom.stuck, body.inside-page nav .nav-bottom {
      position: fixed; }
  nav.stuck {
    /*
        div {
          position: fixed;
          left: 0;
          z-index: 99999;
        }
    */ }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
    text-transform: uppercase; }
    nav ul.category-links li .list-heading {
      padding: 0 30px;
      color: #FFF; }
    nav ul.social-links {
      padding: 30px;
      overflow: hidden; }
      nav ul.social-links li {
        float: left;
        display: inline-block;
        margin-right: 12px; }
        nav ul.social-links li a {
          padding: 0; }
          nav ul.social-links li a img {
            width: 14px;
            display: block; }

.intro, .intro .frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center 0;
  background-size: cover; }
.intro img {
  height: 100%;
  width: auto;
  max-width: none; }
.intro.slick-slider .slick-track, .intro.slick-slider .slick-list {
  height: 100%; }

.bottom-section {
  position: relative; }

.page {
  background: #FFF;
  color: #4c4845;
  position: relative;
  width: 75%;
  left: 25%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transition: all 0.24s linear;
  -ms-transition: all 0.24s linear;
  -moz-transition: all 0.24s linear;
  -o-transition: all 0.24s linear;
  transition: all 0.24s linear; }
  .page.offscreen-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .page.offscreen-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .page .content-wrap {
    padding: 20px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.5em; }
    .page .content-wrap .social-links {
      background: #CCC;
      padding-top: 40px;
      padding-bottom: 40px; }
    .page .content-wrap .client-list li {
      line-height: 100px;
      width: 25%;
      text-align: center; }
  .page figure img {
    width: 100%; }
  .page figure figcaption {
    background: rgba(0, 0, 0, 0.24);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .page figure figcaption h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 40px;
      max-width: 60%;
      margin: 0;
      font-size: 32px;
      line-height: 1.3em;
      font-family: Georgia, serif;
      font-weight: lighter;
      color: #FFF;
      text-transform: none; }
      .page figure figcaption h2 small {
        opacity: 0.36;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        display: block;
        font-size: 14px;
        text-transform: uppercase; }

.submenu {
  position: absolute;
  width: 75%;
  margin-left: 25%;
  background: #FFF;
  min-height: 1000px;
  z-index: 99999; }
  .submenu.album-singular .details {
    padding: 30px;
    overflow: hidden; }
    html.js .submenu.album-singular .details {
      position: fixed;
      z-index: 1; }
    .submenu.album-singular .details .description {
      width: 56.7%;
      float: left; }
      .submenu.album-singular .details .description .heading:first-child {
        margin-top: 0; }
      .submenu.album-singular .details .description p {
        color: #5a5a5a; }
        html.opacity .submenu.album-singular .details .description p {
          opacity: 0;
          -webkit-transform: translateY(4px);
          -ms-transform: translateY(4px);
          -moz-transform: translateY(4px);
          -o-transform: translateY(4px);
          transform: translateY(4px);
          -webkit-transform: translate(0, 4px);
          -ms-transform: translate(0, 4px);
          -moz-transform: translate(0, 4px);
          -o-transform: translate(0, 4px);
          transform: translate(0, 4px);
          -webkit-transition: all 0.12s linear;
          -ms-transition: all 0.12s linear;
          -moz-transition: all 0.12s linear;
          -o-transition: all 0.12s linear;
          transition: all 0.12s linear; }
          html.opacity .submenu.album-singular .details .description p.visible {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); }
        .submenu.album-singular .details .description p:last-child {
          margin-bottom: 0; }
    .submenu.album-singular .details table {
      width: 33.3%;
      border-spacing: 0;
      line-height: 2em;
      font-size: 0.9em;
      float: right; }
      html.opacity .submenu.album-singular .details table tr {
        opacity: 0;
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        -moz-transform: translateY(4px);
        -o-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transform: translate(0, 4px);
        -ms-transform: translate(0, 4px);
        -moz-transform: translate(0, 4px);
        -o-transform: translate(0, 4px);
        transform: translate(0, 4px);
        -webkit-transition: all 0.12s linear;
        -ms-transition: all 0.12s linear;
        -moz-transition: all 0.12s linear;
        -o-transition: all 0.12s linear;
        transition: all 0.12s linear; }
        html.opacity .submenu.album-singular .details table tr .tar {
          -webkit-transform: translateX(12px);
          -ms-transform: translateX(12px);
          -moz-transform: translateX(12px);
          -o-transform: translateX(12px);
          transform: translateX(12px);
          -webkit-transform: translate(12px, 0);
          -ms-transform: translate(12px, 0);
          -moz-transform: translate(12px, 0);
          -o-transform: translate(12px, 0);
          transform: translate(12px, 0);
          -webkit-transition: all 0.24s linear;
          -ms-transition: all 0.24s linear;
          -moz-transition: all 0.24s linear;
          -o-transition: all 0.24s linear;
          transition: all 0.24s linear; }
        html.opacity .submenu.album-singular .details table tr.visible {
          opacity: 1;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
          html.opacity .submenu.album-singular .details table tr.visible .tar {
            -webkit-transform: translatex(0);
            -ms-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); }
      .submenu.album-singular .details table tr td {
        border-bottom: 1px solid #E6E6E6; }
        .submenu.album-singular .details table tr td.table-label {
          font-weight: 500;
          text-transform: uppercase;
          color: #949494; }
      .submenu.album-singular .details table tr:last-child td {
        border-color: transparent; }
  .submenu.album-singular .album-media {
    padding: 0 15px 0;
    background: #FFF;
    text-align: center;
    position: relative;
    z-index: 2; }
    .submenu.album-singular .album-media figure {
      margin: 0;
      position: relative; }
      .submenu.album-singular .album-media figure .image-wrap {
        position: relative;
        cursor: pointer; }
      .submenu.album-singular .album-media figure.column {
        padding: 0 15px 30px;
        float: left; }
      .submenu.album-singular .album-media figure.full {
        width: 100%; }
      .submenu.album-singular .album-media figure.half {
        width: 50%; }
      .submenu.album-singular .album-media figure figcaption {
        text-align: left;
        font-size: 0.9em;
        color: #5a5a5a;
        margin-top: 0.5em;
        line-height: 1.5em;
        padding-right: 2em; }
      .submenu.album-singular .album-media figure .social-share {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center; }
      html.opacity .submenu.album-singular .album-media figure {
        opacity: 0;
        -webkit-transition: all 0.24s linear;
        -ms-transition: all 0.24s linear;
        -moz-transition: all 0.24s linear;
        -o-transition: all 0.24s linear;
        transition: all 0.24s linear;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
        html.opacity .submenu.album-singular .album-media figure.visible {
          opacity: 1;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }

.image-grid {
  background-color: #4c4845; }
  .image-grid:after {
    opacity: 0;
    -webkit-transition: opacity 0.24s linear;
    -ms-transition: opacity 0.24s linear;
    -moz-transition: opacity 0.24s linear;
    -o-transition: opacity 0.24s linear;
    transition: opacity 0.24s linear; }
  .image-grid.offscreen-right:after {
    content: '';
    background: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .image-grid .column {
    width: 33.333%;
    float: left;
    display: inline;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    /*
        html.opacity & {
          opacity: 0;
          transform: translateY(60px);
          transition: all 0.12s linear;
          &.visible {
            opacity: 1;
            transform: translateY(0);
          }
        }
    */ }
  .image-grid table {
    width: 100%;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 4px; }
    .image-grid table tr td {
      border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
      .image-grid table tr td.table-label {
        color: #6C6C6C; }
    .image-grid table tr:last-child td {
      border-bottom: none; }
  .image-grid a.btn {
    display: block;
    font-size: 11px;
    text-align: center;
    background: white;
    color: #373727;
    text-transform: uppercase; }

#overlay {
  height: 100%;
  width: 100%;
  background-color: #4c4845;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  color: #FFF;
  line-height: 800px;
  text-transform: uppercase;
  text-align: center; }
  html.no-js #overlay {
    display: none; }

.group:after {
  content: "";
  display: table;
  clear: both; }

body:after {
  content: "default";
  background: #4c4845;
  color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 2px 1em; }

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  body:after {
    content: "medium";
    background: #4c4845;
    color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 2px 1em; }

  .image-grid .column {
    width: 33.333%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body:after {
    content: "small";
    background: #4c4845;
    color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 2px 1em; }

  .image-grid .column {
    width: 50%; }

  nav {
    display: none; }

  .page {
    width: 100%;
    left: 0; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body:after {
    content: "extraSmall";
    background: #4c4845;
    color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 2px 1em; }

  #masthead {
    background-color: #4c4845;
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
    z-index: 1; }
    #masthead.stuck, body.inside-page #masthead {
      position: static;
      top: auto;
      bottom: auto;
      z-index: 10; }
      #masthead.stuck .scroll-to, body.inside-page #masthead .scroll-to {
        opacity: 0; }
    #masthead h1 {
      margin: 0;
      padding: 0;
      padding: 15px;
      margin-right: 0;
      box-sizing: border-box;
      width: 30%; }

  nav {
    background-color: #4c4845;
    color: #FFF;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    nav a {
      color: #C5C5C5;
      display: block;
      padding: 0 28px;
      border: 0 solid transparent;
      border-width: 0 2px;
      transition: color 0.12s linear; }
      nav a:hover, nav a.active {
        color: #FFF; }
      nav a.active {
        border-left: 2px solid #FFF; }
      nav a:focus {
        outline: none !important; }
    nav li {
      opacity: 0;
      transform: translateY(4px);
      transition: all 0.24s linear; }
      nav li.visible {
        opacity: 1;
        transform: translateY(0); }
    nav .nav-top {
      top: 0; }
      nav .nav-top.stuck, body.inside-page nav .nav-top {
        position: fixed; }
    nav .nav-bottom {
      bottom: 0; }
      nav .nav-bottom.stuck, body.inside-page nav .nav-bottom {
        position: fixed; }
    nav ul {
      margin: 0;
      padding: 0;
      list-style: none inside;
      text-transform: uppercase; }
      nav ul.category-links li .list-heading {
        padding: 0 30px;
        color: #FFF; }
      nav ul.social-links {
        padding: 30px;
        overflow: hidden; }
        nav ul.social-links li {
          float: left;
          display: inline-block;
          margin-right: 12px; }
          nav ul.social-links li a {
            padding: 0; }
            nav ul.social-links li a img {
              width: 14px;
              display: block; }

  .intro {
    display: none; }

  .submenu {
    position: relative;
    width: 100%;
    margin-left: 0; }
    .submenu.album-singular .details {
      padding: 30px;
      overflow: hidden; }
      html.js .submenu.album-singular .details {
        position: relative;
        z-index: 1; }
      .submenu.album-singular .details .description {
        width: 100%;
        float: left; }
        .submenu.album-singular .details .description .heading:first-child {
          margin-top: 0; }
        html.opacity .submenu.album-singular .details .description p {
          opacity: 0;
          transform: translateY(4px);
          transition: all 0.24s linear; }
          html.opacity .submenu.album-singular .details .description p.visible {
            opacity: 1;
            transform: translateY(0); }
      .submenu.album-singular .details table {
        margin-top: 30px;
        width: 100%; }
    .submenu.album-singular .album-media {
      padding: 0 15px 0;
      background: #FFF;
      text-align: center;
      position: relative;
      z-index: 2; }
      .submenu.album-singular .album-media figure {
        margin: 0;
        position: relative; }
        .submenu.album-singular .album-media figure .image-wrap {
          position: relative;
          cursor: pointer; }
        .submenu.album-singular .album-media figure.column {
          padding: 0 15px 30px;
          float: left; }
        .submenu.album-singular .album-media figure.full {
          width: 100%; }
        .submenu.album-singular .album-media figure.half {
          width: 100%; }

  .image-grid .column {
    width: 100%; }

  nav {
    display: none; }

  .page {
    width: 100%;
    left: 0; } }

/*# sourceMappingURL=master.css.map */
