@font-face {
  font-family: queenscondensed;
  src: url("queenscondensed-regular-webfont.b72ffe27.woff2") format("woff2"), url("queenscondensed-regular-webfont.2994d521.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: queenscondensed_light;
  src: url("queenscondensed-light-webfont.571c6281.woff2") format("woff2"), url("queenscondensed-light-webfont.c23d5eba.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: apercu_proregular;
  src: url("apercu_pro_regular-webfont.0b4c1ad6.woff2") format("woff2"), url("apercu_pro_regular-webfont.47683da3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: apercu_probold;
  src: url("apercu_bold_pro-webfont.53843910.woff2") format("woff2"), url("apercu_bold_pro-webfont.f88d3a85.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.theme_green {
  color: #3c3932;
  background: #0aad46;
}

.theme_purple {
  color: #5a6fa5;
  background: #d3b7e5;
}

.theme_orange {
  color: #d3b7e5;
  background: #f0622c;
}

.theme_brown {
  color: #f8f4eb;
  background: #3c3932;
}

.theme_tan {
  color: #ae4341;
  background: #f8f4eb;
}

* {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

.wf-loading .tk-fade {
  opacity: 0;
  transition: opacity 1s;
}

.wf-active .tk-fade {
  opacity: 1;
}

body {
  width: 100%;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: #0000;
  background: #fff;
  font-family: apercu_proregular, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

body.creambg {
  background-color: #f9f4e1;
}

body.blackbg {
  color: #f9f4e1;
  background-color: #000;
}

body.overlay_open, body.loading {
  height: 100vh;
  overflow: hidden;
}

#alert {
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #5a6fa5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

body.overlay {
  overflow: hidden;
}

body.masonry {
  overflow-y: scroll;
}

a {
  color: inherit;
  text-decoration: underline;
}

h1, h2, h3, p {
  margin-bottom: 20px;
  line-height: 1.4;
}

h1:last-child, h2:last-child, h3:last-child, p:last-child {
  margin-bottom: 0;
}

h1, h2, h3 {
  font-family: queenscondensed, serif;
  font-weight: 400;
}

h3 {
  opacity: .5;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
}

strong, b {
  font-family: apercu_probold, sans-serif;
  font-weight: 400;
}

h1.large_title, h2.large_title {
  font-size: 11vw;
  line-height: .6;
}

h1.large_title img, h2.large_title img {
  width: 46vw;
  margin-bottom: -.2rem;
  display: inline;
}

.mac h1.large_title, .mac h2.large_title {
  line-height: .9;
}

@media (max-width: 932px) and (orientation: portrait) {
  h1.large_title img, h2.large_title img {
    width: 51vw;
    margin-bottom: -.1rem;
  }
}

@media (min-width: 1505px) {
  h1.large_title, h2.large_title {
    font-size: 135px;
    line-height: .9;
  }

  h1.large_title img, h2.large_title img {
    width: auto;
    height: 100px;
    margin-bottom: -.1rem;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  h1.large_title, h2.large_title {
    margin-bottom: 30px;
    font-size: 3.5rem;
    line-height: 1;
  }
}

em, i {
  font-style: italic;
}

.btn {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 30px;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
  transition: background-color .3s, border .3s, color .3s;
}

@media (max-width: 932px) and (orientation: portrait) {
  .btn {
    padding: 10px 30px 12px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #5a6fa5;
  border: 1px solid #5a6fa5;
  opacity: 1 !important;
}

.email_cell {
  width: 100%;
  max-width: 280px;
  position: relative;
}

.email_cell svg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.email_cell svg * {
  stroke: currentColor;
}

form {
  position: relative;
}

input[type="email"] {
  width: 100%;
  color: currentColor;
  background: none;
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  padding: 15px 0;
  font-family: apercu_proregular, sans-serif;
  font-size: 1rem;
}

input[type="email"]::placeholder {
  color: currentColor;
  opacity: .5;
}

img.submit {
  height: auto;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s;
  position: absolute;
  top: 16px;
  right: 2px;
  width: 17px !important;
}

img.submit:hover {
  opacity: .5;
}

.cover {
  opacity: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover.loaded {
  opacity: 1;
  transition: opacity .3s;
}

.loadme, .loadmeview, .bg-loadme {
  opacity: 0;
}

.loadme.loaded, .loadmeview.loaded, .bg-loadme.loaded {
  opacity: 1;
  transition: opacity .3s;
}

.photo.size-width {
  width: 102%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo.size-height {
  width: auto;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resize-image {
  overflow: hidden;
}

.social ul li {
  opacity: 0;
  transition: opacity .3s;
}

.social ul li.loaded {
  opacity: 1;
}

.text-block img, .text-block video {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.text-block video {
  width: 50%;
  max-width: 360px;
  margin: 2rem auto;
}

.text-block .small_heading {
  color: #000;
  opacity: .5;
  margin-bottom: 10px;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
  display: inline-block;
}

.text-block .col {
  vertical-align: top;
  margin-right: 30px;
  display: inline-block;
}

.text-block .col:last-child {
  margin-right: 0;
}

.text-block form {
  margin-bottom: 37px;
}

.text-block a {
  opacity: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.text-block a:hover {
  opacity: .7;
}

.alert {
  color: #000;
  margin-top: 20px;
  font-size: .9rem;
}

p {
  font-size: 1rem;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  p {
    font-size: .9rem;
  }
}

.pill_button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 26px;
  padding: 10px 30px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

a.noclick {
  cursor: default;
  pointer-events: none;
}

.arrow.down {
  width: 20px;
  height: auto;
  opacity: 0;
  margin: 50px auto;
  transition: opacity .5s .5s, transform .5s ease-out .5s;
  display: block;
  transform: translateY(-15px);
}

.category_results #overlay .arrow.down, .category_results .categories.inner .results {
  opacity: 1;
  transform: translateY(0);
}

.lightbox_trigger {
  z-index: 20;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.lightbox_trigger svg {
  width: 18px;
  height: auto;
  display: block;
}

.lightbox_trigger svg line {
  stroke-width: 1px;
}

.lightbox_trigger svg.remove {
  display: none;
}

.lightbox_trigger.added svg.remove {
  display: block;
}

.lightbox_trigger.added svg.add {
  display: none;
}

.pager {
  width: 100%;
  z-index: 501;
  background-color: #fff;
  justify-content: flex-end;
  margin: 0 auto;
  font-size: .8rem;
  transition: transform .5s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(0);
}

.pager.hide {
  transform: translateY(150px);
}

.pager ul {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 10px 25px 25px;
  list-style-type: none;
  display: flex;
}

.pager ul li {
  margin-bottom: 3px;
}

.pager ul li a {
  color: #000;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  font-family: queenscondensed, serif;
  font-size: 2rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.pager ul li a span {
  color: #ff4d00;
  align-self: flex-end;
  margin-right: 5px;
  font-family: open-sans, sans-serif;
  font-size: .8rem;
}

.pager ul li a:hover {
  color: #c8a877;
}

.pager ul li a:hover span {
  color: #ff4d00;
  text-decoration: underline;
}

.pager ul li a svg {
  width: 23px;
  height: auto;
  margin-left: 10px;
}

.pager ul li.previous a svg {
  transform: rotate(-180deg);
}

.pager ul li.previous a span {
  align-self: flex-start;
  margin-left: 5px;
  margin-right: 0;
}

.pager ul li:last-child {
  margin-bottom: 0;
}

.menuOn .pager, .overlay .pager {
  transform: translateY(150px);
}

@media (max-width: 1023px) {
  .pager {
    width: calc(90% - 52px);
    top: 58px;
    left: auto;
    right: 5%;
  }

  .pager ul li.previous a {
    display: none;
  }

  .pager ul li a {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  .pager {
    width: 80%;
    margin-left: 20%;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .pager {
    width: 85%;
    margin-left: 15%;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(5rem);
}

.cell .mediawrap {
  width: 100%;
  height: 0;
  position: relative;
}

.cell .mediawrap img.photo, .cell .mediawrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.openOverlay, .openProject {
  cursor: pointer;
}

.openOverlay *, .openProject * {
  pointer-events: none;
}

.size_toggle {
  z-index: 31;
  transition: opacity .3s;
  position: fixed;
  bottom: 15px;
  left: calc(25px + .75rem);
}

.size_toggle .switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.size_toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.size_toggle .slider {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  transition: all .4s;
  position: absolute;
  inset: 0;
}

.size_toggle .slider:before {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #000;
  transition: all .4s;
  position: absolute;
  bottom: 2px;
  left: 3px;
}

.size_toggle input:checked + .slider {
  background-color: #000;
}

.size_toggle input:checked + .slider:before {
  background-color: #fff;
}

.size_toggle input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

.size_toggle input:checked + .slider:before {
  transform: translateX(18px);
}

.size_toggle .slider.round {
  border-radius: 40px;
}

.size_toggle .slider.round:before {
  border-radius: 50%;
}

@media (max-width: 932px) and (orientation: portrait) {
  .size_toggle {
    left: 5%;
  }
}

#bottom_bar {
  width: 100%;
  height: 50px;
  z-index: 50;
  background-color: #fff;
  transition: opacity .5s;
  position: fixed;
  bottom: 0;
  left: 0;
}

#bottom_bar nav {
  z-index: 50;
  width: 100%;
  height: 50px;
  opacity: 1;
  pointer-events: all;
  pointer-events: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

#bottom_bar nav.photographers {
  font-size: .9rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

#bottom_bar nav ul {
  pointer-events: all;
  flex-wrap: wrap;
  list-style-type: none;
  display: flex;
}

#bottom_bar nav ul li {
  margin-right: 5px;
  position: relative;
}

#bottom_bar nav ul li:last-child {
  margin-right: 0;
}

#bottom_bar nav ul li:last-child span {
  display: none;
}

#bottom_bar nav ul li a {
  color: #000;
  opacity: 1;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

#bottom_bar nav ul li a:hover {
  opacity: .5;
}

#bottom_bar nav.mobile {
  background-color: #000;
  transition: transform .5s;
  display: none;
  transform: translateX(-100%);
}

@media (max-width: 932px) and (orientation: portrait) {
  #bottom_bar nav {
    display: none;
  }
}

.no_footer #bottom_bar {
  opacity: 1 !important;
}

.artistlistpage #bottom_bar {
  background-color: #0000;
}

.filter {
  z-index: 30;
  cursor: pointer;
  align-items: center;
  padding: 5px;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: calc(25px + .75rem);
  overflow: hidden;
}

.filter .label {
  pointer-events: none;
  z-index: 10;
  font-size: .8rem;
  line-height: 1;
  transition: opacity .3s, width .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter .label:after {
  content: "+";
  display: none;
}

.filter .filters {
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  transition: transform .5s ease-out;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}

.filter ul {
  width: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 2rem 1rem 4rem 0;
  list-style-type: none;
  display: flex;
}

.filter ul li {
  margin: 0 10px 8px 0;
  display: block;
}

.filter ul li.break {
  width: 100%;
  height: 0;
  pointer-events: none;
}

.filter ul li a {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}

.filter ul li a.pageOn, .filter ul li a:hover {
  color: #fff;
  background-color: #000;
}

.filter.open .label:after {
  content: "-";
}

.filter.open .filters {
  pointer-events: all;
  transform: translateY(0);
}

@media (max-width: 932px) and (orientation: portrait) {
  .filter {
    max-width: 310px;
    right: 2.5%;
    overflow-x: scroll;
  }

  .filter::-webkit-scrollbar {
    display: none;
  }

  .filter.open ul li:last-child {
    margin-right: 14px;
  }
}

.grid_wrap .grid .cell {
  filter: blur();
  transition: filter .3s;
}

.overlay_open #filter, .overlay_open img.large_title, .overlay_open #backToTop {
  opacity: 0 !important;
}

.overlay_open .grid_wrap .cell {
  filter: blur(10px);
}

.loading .filter, .loading .size_toggle, .loading #bottom_bar nav {
  opacity: 0;
}

.homepage main {
  min-height: 100vh;
}

main {
  z-index: 10;
  background-color: #fff;
  margin: 0 auto 100vh;
  position: relative;
}

main article {
  min-height: 100vh;
  position: relative;
}

main article.with_margins {
  width: calc(100% - 50px);
  margin: 0 auto;
}

main article.artist_detail {
  margin-top: 28px;
}

main #content {
  opacity: 1;
  transition: opacity .5s;
}

main #content.transition_out {
  opacity: 0;
}

main #content.transition_out.transition_in {
  opacity: 1;
}

main #content:before {
  content: "";
  height: 40px;
  display: block;
}

main.loading #content article .grid_wrap {
  opacity: 0;
  transform: translateY(10rem);
}

main.loading.reveal #content article .grid_wrap {
  opacity: 1;
  transition: opacity 1s, transform 1s;
  transform: translateY(0);
}

@media (max-width: 932px) and (orientation: portrait) {
  main article.with_margins {
    width: 90%;
    margin-top: 0;
  }
}

.no_footer main {
  margin-bottom: 0;
}

.no_footer main article {
  min-height: calc(100vh - 40px);
}

.no_footer .filter {
  opacity: 1 !important;
}

.nopad main #content:before, .artistpage main #content:before, .postpage main #content:before {
  display: none;
}

@media (max-width: 932px) and (orientation: portrait) {
  main #content:before {
    height: 90px;
  }

  .nopad.homepage main #content:before {
    height: 90px;
    display: block;
  }
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  color: #333;
  background: #ffffffbf;
  border: none;
  position: absolute;
}

.flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.flickity-page-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  position: absolute;
  bottom: -25px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: .25;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
  margin: 0 8px;
  display: inline-block;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

header {
  width: 100%;
  z-index: 301;
  pointer-events: none;
  opacity: 1;
  transition: opacity .3s;
  position: relative;
  top: 0;
  left: 0;
}

header .menuBtn {
  cursor: pointer;
  z-index: 3;
  pointer-events: all;
  display: none;
  position: absolute;
  top: 25px;
  right: 5%;
}

header .menuBtn .label {
  opacity: 1;
  font-size: .8rem;
  transition: opacity .3s;
}

header .menuBtn div {
  width: 28px;
  height: 18px;
  position: relative;
}

header .menuBtn div .line {
  height: 1px;
  width: 100%;
  opacity: 0;
  background-color: #000;
  transition: background-color .2s, opacity .1s, transform .3s, top .3s;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

header .menuBtn div .line:nth-child(1) {
  top: 0;
}

header .menuBtn div .line:nth-child(2) {
  top: 8px;
}

header .menuBtn div .line:nth-child(3) {
  top: 16px;
}

header .menuBtn .mobile-only {
  opacity: 0;
  width: 35px;
  z-index: 99;
  transition: opacity .3s;
  position: absolute;
  top: 5px;
}

header .menuBtn .mobile-only img {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}

header .logo {
  z-index: 16;
  opacity: 1;
  pointer-events: all;
  font-size: .8rem;
  text-decoration: none;
  transition: opacity .3s;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
}

header nav.takeover {
  width: 100%;
  height: 100%;
  transform: unset;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .5s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

header nav.takeover ul {
  width: 90%;
  text-align: center;
  z-index: 10;
  flex-direction: column;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
}

header nav.takeover ul li {
  margin: 0 auto;
}

header nav.takeover ul li a {
  color: #fff;
  font-family: queenscondensed, serif;
  font-size: 3.5rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

header nav.mobile {
  background-color: #000;
  transition: transform .5s;
  display: none;
  transform: translateX(-100%);
}

header img.stamp {
  pointer-events: all;
  z-index: 16;
  width: 120px;
  height: auto;
  opacity: 0;
  transition: opacity .3s;
  display: none;
  position: absolute;
  top: 23vh;
  left: -24px;
}

.artistpage header img.stamp {
  opacity: 1;
  display: block;
}

.loading header, .overlay_open header, .homepage .inner .logo:hover img.photo {
  opacity: 0;
}

.homepage .inner .logo:hover img.photo.light {
  opacity: 1;
}

.hidelogo header .logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity;
}

.hidelogo.overlay header .logo {
  display: block;
}

.nav_background header nav {
  background-color: #fff;
}

.hidenav header nav {
  pointer-events: none;
  opacity: 0 !important;
}

.overlay header .inner .logo, .overlaypage header .inner .logo {
  opacity: 0;
}

.overlay header, .overlaypage header {
  pointer-events: none;
}

.overlay header .inner .logo, .overlaypage header .inner .logo {
  pointer-events: all;
}

.overlay header .inner .logo img, .overlaypage header .inner .logo img {
  opacity: 0;
}

.overlay header .inner .logo img.light, .overlaypage header .inner .logo img.light {
  opacity: 1;
}

.overlay header .inner .menuBtn, .overlaypage header .inner .menuBtn {
  display: none;
}

.overlay header nav, .overlaypage header nav {
  opacity: 0;
  pointer-events: none;
}

.overlay header img.stamp, .overlaypage header img.stamp {
  opacity: 0;
}

.overlay footer, .overlaypage footer {
  color: #f9f4e1;
}

.fulllogo.overlaypage header .inner .logo img, .fulllogo.overlay header .inner .logo img {
  display: none;
}

.fulllogo.overlaypage header .inner .logo img.light, .fulllogo.overlay header .inner .logo img.light {
  display: block;
}

.slideshowpage header .inner .logo img {
  filter: invert(100);
}

.menuOn header .logo {
  color: #fff;
  opacity: 0;
}

.menuOn header .menuBtn {
  color: #fff;
}

.menuOn header nav.photographers {
  opacity: 0;
  pointer-events: none;
}

.menuOn header nav.takeover {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  pointer-events: all;
  display: flex;
}

.menuOn header img.stamp {
  width: 160px;
  opacity: 1;
  display: none;
  transform: translateX(0%) !important;
}

.photagraphers_page header .inner .logo {
  opacity: 0;
  pointer-events: none;
}

#backToTop, #projectToTop {
  cursor: pointer;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
  position: fixed;
  top: 13px;
  right: 19px;
}

#backToTop.show, #projectToTop.show {
  opacity: 1;
  pointer-events: all;
  transition: opacity .5s;
}

#projectToTop {
  display: none;
}

.project_open #backToTop {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 932px) and (orientation: portrait) {
  #backToTop, #projectToTop {
    right: 10px;
  }

  #projectToTop {
    display: block;
  }

  header .logo {
    transform: unset;
    left: 5%;
  }

  header .menuBtn {
    display: block;
  }

  header nav {
    width: 100%;
    right: unset;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  header nav ul {
    margin-left: 5%;
  }

  header nav ul li a {
    font-size: .9rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  header .menuBtn {
    display: block;
  }

  header nav.takeover ul {
    width: 55%;
    justify-content: flex-end;
    align-items: flex-end;
  }

  header nav.takeover ul li {
    margin-right: 0;
  }

  header nav.takeover ul li a {
    font-size: 4rem;
    line-height: 1;
  }
}

footer {
  z-index: 9;
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}

footer .inner {
  width: 96%;
  height: 100%;
  opacity: 0;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
}

footer .inner .logo {
  margin: 3rem auto 0 0;
}

footer .inner .logo h2.large_title {
  font-size: 10vw;
}

footer .inner .logo img {
  width: 50%;
  height: auto;
  margin-top: -2.5%;
  margin-left: -2.5%;
  display: block;
}

footer .inner input[type="email"] {
  border-bottom: 1px solid;
}

footer .inner .columns {
  width: calc(100% - 10px);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto auto 3rem 10px;
  display: flex;
}

footer .inner .columns .column {
  width: 22%;
  flex-direction: column;
  display: flex;
}

footer .inner h4 {
  margin-bottom: 10px;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

footer .inner p {
  margin-bottom: 0;
  font-family: queenscondensed, serif;
  font-size: 1.7rem;
  line-height: 1.3;
}

footer .inner a {
  text-decoration: none;
  position: relative;
}

footer .inner a:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .inner a:hover:after {
  opacity: 1;
}

.no_footer footer {
  display: none;
}

#color_wash {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 801;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

#color_wash.transition_in {
  opacity: 1;
  transition: transform 1s ease-in-out, opacity;
  transform: translateY(0);
}

#color_wash.transition_in.transition_out {
  opacity: 0;
  transition: opacity 1s;
}

#color_wash.transition_in_fast {
  opacity: 1;
  transition: transform .5s ease-in-out, opacity;
  transform: translateY(0);
}

#color_wash.transition_in_fast.transition_out_fast {
  opacity: 0;
  transition: opacity .5s;
}

@media (min-width: 1505px) {
  footer .inner .logo img {
    width: auto;
    max-width: 714px;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  footer .inner .logo img {
    width: 100%;
  }

  footer .inner .columns {
    flex-direction: columns;
  }

  footer .inner .columns .column {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .inner .columns .column:last-child {
    margin-bottom: 0;
  }
}

.intro_loose_grid {
  width: 100%;
  height: 100svh;
  z-index: 401;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.intro_loose_grid .logo {
  width: 50%;
  height: auto;
  opacity: 0;
  display: block;
}

.intro_loose_grid .cell {
  height: auto;
  position: absolute;
  top: 0;
}

.intro_loose_grid .cell:nth-child(1) {
  width: 10%;
  left: 13%;
}

.intro_loose_grid .cell:nth-child(2) {
  width: 25%;
  left: 55%;
}

.intro_loose_grid .cell:nth-child(3) {
  width: 28%;
  z-index: 2;
  left: 32%;
}

.intro_loose_grid .cell:nth-child(3).landscape {
  width: 35%;
  left: 25%;
}

.intro_loose_grid .cell:nth-child(4) {
  width: 20%;
  left: 2%;
}

.intro_loose_grid .cell:nth-child(4).portrait {
  width: 12%;
}

.intro_loose_grid .cell:nth-child(5) {
  width: 12%;
  right: 2%;
}

.intro_loose_grid .cell:nth-child(6) {
  width: 17%;
  left: 66%;
}

.intro_loose_grid .cell:nth-child(7) {
  width: 25%;
  left: 45%;
}

.intro_loose_grid .cell:nth-child(8) {
  width: 12%;
  z-index: 3;
  left: 20%;
}

@media (max-width: 932px) and (orientation: portrait) {
  .intro_loose_grid .logo {
    width: 75%;
  }

  .intro_loose_grid .cell:nth-child(1) {
    width: 50%;
    left: 13%;
  }

  .intro_loose_grid .cell:nth-child(2) {
    width: 45%;
    left: 45%;
  }

  .intro_loose_grid .cell:nth-child(3) {
    width: 48%;
    z-index: 2;
    left: 32%;
  }

  .intro_loose_grid .cell:nth-child(3).landscape {
    width: 35%;
    left: 45%;
  }

  .intro_loose_grid .cell:nth-child(4) {
    width: 55%;
    left: 2%;
  }

  .intro_loose_grid .cell:nth-child(4).portrait {
    width: 36%;
  }

  .intro_loose_grid .cell:nth-child(5) {
    width: 45%;
    left: auto;
    right: 2%;
  }

  .intro_loose_grid .cell:nth-child(6) {
    width: 47%;
    left: 10%;
  }

  .intro_loose_grid .cell:nth-child(7) {
    width: 45%;
    left: 5%;
  }

  .intro_loose_grid .cell:nth-child(8) {
    width: 65%;
    z-index: 3;
    left: auto;
    right: 0%;
  }
}

.intro_mask_reveal {
  width: 100%;
  height: 100%;
  z-index: 401;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.intro_mask_reveal img.large_title.home {
  width: 45%;
  height: auto;
  z-index: 50;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2.5%;
}

.intro_mask_reveal img.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: inset(100% 0% 0%);
  clip-path: inset(100% 0% 0%);
  transition: -webkit-clip-path .5s, clip-path .5s;
  position: absolute;
  top: 0;
  left: 0;
}

.intro_mask_reveal img.photo.active {
  -webkit-clip-path: inset(0%);
  clip-path: inset(0%);
}

.loading .intro_mask_reveal {
  opacity: 1;
}

main article.tag_page {
  min-height: calc(100vh - 92px);
  width: calc(100% - 50px - 1.5rem);
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 28px;
  margin-left: calc(25px + .75rem);
  margin-right: calc(25px + .75rem);
  display: flex;
}

main article.tag_page.artist .horz_scroll {
  margin-top: 15px;
}

main article.tag_page h1.tag_title, main article.tag_page h3.tag_title {
  z-index: 10;
  margin: 0;
  font-size: 8vw;
  line-height: 1;
  position: fixed;
  bottom: 40px;
  left: 25px;
}

main article.tag_page h1.tag_title.no_artist, main article.tag_page h3.tag_title.no_artist {
  bottom: 0;
}

main article.tag_page h1.tag_title.pill_button, main article.tag_page h3.tag_title.pill_button {
  opacity: 1;
  border-radius: 26px;
  padding: 10px 30px;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
  position: absolute;
  inset: -87px 0 auto auto;
}

main article.tag_page h1.tag_title.pill_button.artist, main article.tag_page h3.tag_title.pill_button.artist {
  top: 66px;
  left: auto;
  right: 7px;
}

@supports (-webkit-hyphens: none) {
  main article.tag_page h1.tag_title {
    bottom: 30px;
  }
}

main article.tag_page .imgcount {
  color: #000;
  margin: 0 0 0 auto;
  font-size: .9rem;
  display: none;
  position: fixed;
  top: 90px;
  right: 30px;
}

main article.tag_page .imgcount .current {
  opacity: 1;
}

main article.tag_page .imgcount .total {
  opacity: .5;
}

main article.tag_page.transition_out {
  opacity: 0;
  transition: opacity 1s .2s;
}

.thumbspage main article.tag_page {
  margin-top: 0;
}

.horz_scroll {
  height: 61vh;
  padding-top: 26px;
}

.horz_scroll .cell {
  width: auto;
  height: 90%;
  align-self: flex-start;
}

.horz_scroll .cell a {
  text-decoration: none;
}

.horz_scroll .cell .vertwrap {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

.horz_scroll .cell .vertwrap img.photo, .horz_scroll .cell .vertwrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tag_page .horz_scroll {
  height: 80vh;
}

.tag_page.artist .horz_scroll {
  height: 61vh;
}

@media (max-width: 932px) and (orientation: portrait) {
  .tag_page.artist .horz_scroll {
    height: auto;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  main article.tag_page {
    width: 90%;
    margin: 0 auto;
  }

  main article.tag_page .imgcount {
    display: none;
  }

  main article.tag_page .filter_wrap {
    width: 100%;
    height: 80px;
    z-index: 10;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  main article.tag_page h1.tag_title {
    opacity: 1;
    font-size: 2.3rem;
    transition: opacity .3s;
    bottom: 28px;
    left: 5%;
  }

  main article.tag_page h2.artist_label {
    opacity: .5;
    font-size: .9rem;
    transition: opacity .3s;
    bottom: 8px;
    left: 5%;
  }

  .horz_scroll {
    height: auto;
    margin-bottom: 100px;
  }

  .horz_scroll .cell, .horz_scroll .cell .vertwrap {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  main article.tag_page {
    width: 90%;
    margin: 0 auto;
  }

  main article.tag_page .imgcount {
    display: none;
  }

  main article.tag_page .filter_wrap {
    width: 100%;
    height: 80px;
    z-index: 10;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  main article.tag_page h1.tag_title {
    opacity: 1;
    font-size: 2.3rem;
    transition: opacity .3s;
    bottom: 28px;
    left: 5%;
  }

  main article.tag_page .horz_scroll {
    height: auto;
    width: 60%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  main article.tag_page .horz_scroll .cell, main article.tag_page .horz_scroll .cell .vertwrap {
    width: 100%;
    height: auto;
  }

  .filter_open.no_footer main article.tag_page h1.tag_title {
    opacity: 0;
  }
}

.mac.no_footer main article.tag_page h1.tag_title {
  margin-bottom: 30px;
}

@media (max-width: 932px) and (orientation: portrait) {
  .mac main article.tag_page h1.tag_title {
    margin-bottom: 0;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .mac main article.tag_page h1.tag_title {
    margin-bottom: 0;
  }
}

@media (min-width: 1505px) {
  main article.tag_page h1.tag_title {
    font-size: 120px;
  }
}

.horz_scroll {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow-x: auto;
}

.horz_scroll::-webkit-scrollbar {
  display: none;
}

.horz_scroll .cell {
  margin-right: 30px;
  display: block;
}

.horz_scroll .cell .wrap {
  width: 39vh;
  display: block;
  position: relative;
}

.horz_scroll .cell p {
  width: 100%;
  opacity: .5;
  text-transform: uppercase;
  margin: 5px auto 0 0;
  font-size: .9rem;
}

.horz_scroll .cell p span.artist {
  text-transform: uppercase;
}

@media (max-width: 932px) and (orientation: portrait) {
  .horz_scroll {
    flex-direction: column;
  }

  .horz_scroll .cell {
    margin: 0 auto 30px;
  }

  .horz_scroll .cell .wrap {
    width: auto;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .horz_scroll {
    flex-direction: column;
  }

  .horz_scroll .cell {
    margin: 0 auto 30px;
  }

  .horz_scroll .cell .wrap {
    width: auto;
  }
}

.artistlistpage {
  overflow: hidden;
}

.artistlistpage .title {
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  bottom: 29px;
  left: 25px;
}

.artistlistpage .title.on {
  opacity: 1;
}

.artists_list {
  height: calc(100vh - 80px);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.artists_list ul {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
}

.artists_list ul li {
  position: relative;
}

@supports (-webkit-hyphens: none) {
  .artists_list ul li {
    margin-bottom: -2rem;
  }
}

.artists_list ul li a {
  z-index: 1;
  font-family: queenscondensed, serif;
  font-size: 5.3vw;
  text-decoration: none;
  position: relative;
}

.artists_list ul li a span.white {
  color: #fff;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.artists_list ul li a .subtext {
  min-width: 60px;
  text-align: right;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 38px;
  right: calc(100% + 20px);
}

.artists_list ul li a .subtext p {
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
}

.artists_list ul li img {
  z-index: 1;
  width: 20vw;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  right: 0;
}

.artists_list ul li img.landscape {
  width: 30vw;
}

.artists_list ul li.active {
  z-index: 5;
}

.artists_list ul li.active a {
  z-index: 3;
}

.artists_list ul li.active a span.white, .artists_list ul li.active img, .artists_list ul li.active span.white {
  opacity: 1;
}

.mac .artists_list {
  margin-top: -1rem;
}

.mac .artists_list ul li {
  margin-bottom: -1.5rem;
}

@media (max-height: 570px) {
  .artists_list ul li a {
    font-size: 10vh;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  .artists_list {
    height: calc(100svh - 90px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .artists_list ul li {
    margin-bottom: -15px !important;
  }

  .artists_list ul li a {
    padding: 3px 0;
    font-size: 3.5rem;
    display: inline-block;
  }

  .artists_list ul li img {
    display: none !important;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .artists_list {
    height: calc(100vh - 80px);
  }

  .artists_list ul {
    margin-bottom: 90px;
  }

  .artists_list ul li {
    margin-bottom: 0 !important;
  }

  .artists_list ul li a {
    font-size: 2rem;
  }

  .artists_list ul li img {
    display: none !important;
  }
}

.artist_detail h1.large_title {
  margin-bottom: 0;
  margin-left: .75rem;
}

.artist_detail h2.artist_label {
  margin-bottom: 0;
}

.artist_detail h2.artist_label p {
  opacity: .5;
  opacity: 1;
  margin-bottom: 0;
  margin-left: .75rem;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
}

.artist_detail .grid_wrap {
  opacity: 1;
  transition: opacity .5s;
}

.artist_detail .grid_wrap.transition_out {
  opacity: 0;
}

.artist_detail .grid_wrap.transition_out.transition_in {
  opacity: 1;
}

.tag_page.artist h1.large_title {
  margin-bottom: 0;
  margin-left: 0;
}

.tag_page.artist h2.artist_label {
  margin-bottom: 0;
}

.tag_page.artist h2.artist_label p {
  opacity: .5;
  opacity: 1;
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
}

.tag_page.artist .grid_wrap {
  opacity: 1;
  transition: opacity .5s;
}

.tag_page.artist .grid_wrap.transition_out {
  opacity: 0;
}

.tag_page.artist .grid_wrap.transition_out.transition_in {
  opacity: 1;
}

.homepage .grid_wrap {
  opacity: 1;
  transition: opacity .5s;
}

.homepage .grid_wrap.transition_out {
  opacity: 0;
}

.homepage .grid_wrap.transition_out.transition_in {
  opacity: 1;
}

@media (max-width: 932px) and (orientation: portrait) {
  .artist_detail h1.large_title, .tag_page.artist h1.large_title {
    margin-left: 0;
  }

  .artist_detail h2.artist_label, .tag_page.artist h2.artist_label {
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .artist_detail h2.artist_label p, .tag_page.artist h2.artist_label p {
    margin-left: auto;
  }

  .artist_detail .rows_grid .cell, .tag_page.artist .rows_grid .cell {
    width: 100% !important;
    margin: 0 auto 30px !important;
  }

  .artist_detail .rows_grid .cell h2.title, .tag_page.artist .rows_grid .cell h2.title {
    display: none;
  }
}

.overlaypage {
  min-height: 100vh;
  background-color: #c8a877;
}

.overlaypage .categorywrap, .overlaypage .textpage {
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlaypage .categorywrap .closer, .overlaypage .textpage .closer {
  z-index: 10;
  position: fixed;
  top: 25px;
  left: 25px;
}

.overlaypage .categories.inner ul, .overlaypage .photographers.inner ul {
  transform: translateY(0);
}

.overlaypage.photagraphers_page {
  background-color: #000;
}

.overlaypage .textpage {
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .overlaypage .textpage {
    width: 100%;
    margin-top: -8px;
    padding-bottom: 100px;
  }
}

.categories.inner {
  width: 100%;
  top: 18%;
  left: 0;
}

.categories.inner ul li a {
  font-size: 6vw;
}

.categories.inner .results {
  width: 75%;
}

.categories.lightboxwrap.inner {
  overflow: hidden;
}

.categories.lightboxwrap.inner h1.title {
  color: #f9f4e1;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 3.5vw;
}

.categories.lightboxwrap.inner p.desc {
  color: #f9f4e1;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
}

.categories.lightboxwrap.inner .empty {
  display: block;
}

.categories.lightboxwrap.inner .empty.hidden {
  display: none;
}

.categories.lightboxwrap.inner .notempty {
  display: block;
}

.categories.lightboxwrap.inner .notempty.hidden {
  display: none;
}

.categories.lightboxwrap.inner ul li a {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
}

.categories.lightboxwrap.inner ul li a .clear {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 11px;
  right: -18px;
}

.categories.lightboxwrap.inner ul li a .clear .line {
  width: 100%;
  height: 1px;
  background-color: #f9f4e1;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.categories.lightboxwrap.inner ul li a .clear .line:last-child {
  transform: rotate(-45deg);
}

.categories.lightboxwrap.inner ul li a:after {
  bottom: -2px;
}

.categories.lightboxwrap.inner .arrow.down {
  opacity: 1;
  transform: translate(0);
}

.categories.lightboxwrap.inner .results {
  opacity: 1;
}

.categories.lightboxwrap.inner .results .artistwrap {
  width: 100%;
  max-width: 1000px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 75px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.categories.lightboxwrap.inner .results .artistwrap:last-child {
  margin-bottom: 0;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info {
  color: #f9f4e1;
  width: 35%;
  margin-top: 75px;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul {
  width: 100%;
  max-width: 150px;
  transform: unset;
  border-top: 1px solid #f9f4e1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px 0 0;
  padding-top: 10px;
  display: flex;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li {
  margin: 0 15px 0 0;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li a {
  font-size: .9rem;
  position: relative;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li a .clear {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: -16px;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li a .clear .line {
  width: 100%;
  height: 1px;
  background-color: #f9f4e1;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li a .clear .line:last-child {
  transform: rotate(-45deg);
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li a:after {
  height: 1px;
}

.categories.lightboxwrap.inner .results .artistwrap .col.info ul li:last-child {
  margin-right: 0;
}

.categories.lightboxwrap.inner .results .artistwrap .col.gallery {
  width: 60%;
}

.categories.lightboxwrap.inner .results .artistwrap .col.gallery .masongrid {
  width: 100%;
  margin: 0 auto;
}

.categories.lightboxwrap.inner .results .artistwrap .col.gallery .masongrid .cell, .categories.lightboxwrap.inner .results .artistwrap .col.gallery .masongrid .grid-sizer {
  width: 48%;
}

.categories.lightboxwrap.inner .results .artistwrap .col.gallery .masongrid .gutter-sizer {
  width: 4%;
}

.categories.lightboxwrap.inner .results .artistwrap .col.gallery .masongrid .cell {
  padding: 0;
}

.categories.lightboxwrap.inner .results .artistwrap .col.gallery .masongrid .cell.large {
  width: 100%;
}

.textpage img.stamp {
  width: 100px;
  height: 100px;
  display: block;
}

.textpage img.stamp1 {
  animation: 7s linear infinite rotate;
  position: fixed;
  top: 12vh;
  left: -20px;
}

.textpage img.stamp2 {
  animation: 5s linear infinite reverse rotate;
  position: fixed;
  top: 60vh;
  right: -30px;
}

.textpage img.stamp3 {
  z-index: -1;
  animation: 10s linear infinite rotate;
  position: absolute;
  bottom: 100px;
  right: -79px;
}

.textpage .primary {
  width: 100%;
  text-align: center;
  margin: 40px auto 30px;
  position: relative;
}

.textpage .primary .text-block {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.textpage .primary p {
  font-family: queenscondensed, serif;
  font-size: 2rem;
  line-height: 1.1;
}

@media (max-width: 932px) and (orientation: portrait) {
  .textpage .primary p {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .textpage .primary p {
    font-size: 1.5rem;
  }
}

.textpage .primary video {
  border-radius: 50px;
}

.textpage .secondary {
  width: calc(100% - 50px);
  justify-content: space-between;
  margin: 50px 0;
  display: flex;
  position: relative;
}

.textpage .secondary .column {
  width: 35%;
}

.textpage .secondary .column h3 {
  margin-bottom: 10px;
}

.textpage .secondary .column img, .textpage .secondary .column video {
  width: 100%;
  height: auto;
  max-width: unset;
  border-radius: 50px;
  display: block;
}

.textpage .secondary .column.contacts .columns {
  height: 100%;
  flex-direction: column;
  margin: 0 0 0 40px;
  display: grid;
}

.textpage .secondary .column.contacts .columns .address {
  margin: 0 0 auto;
}

.textpage .secondary .column.contacts .columns .newsletter {
  margin-top: auto;
  margin-bottom: 0;
}

.textpage .secondary .column.contacts .columns .text-block {
  margin-right: 0;
}

.textpage .secondary .column.contacts .columns .text-block.second {
  height: 100%;
  flex-direction: column;
  margin: auto 100px 0 0;
  display: flex;
}

.textpage .secondary .column.contacts .columns .text-block.second form {
  margin-bottom: 0;
}

.textpage .secondary p {
  font-family: queenscondensed, serif;
  font-size: 2rem;
  line-height: 1.1;
}

@media (max-width: 932px) and (orientation: portrait) {
  .textpage .secondary p {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .textpage .secondary p {
    font-size: 1.5rem;
  }
}

.textpage .columns {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 80px auto;
  display: flex;
  position: relative;
}

.textpage .columns .text-block {
  margin-right: 100px;
}

.textpage .columns .text-block:last-child {
  margin-right: 0;
}

.textpage .columns h3 {
  opacity: .5;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
}

.textpage .columns p {
  font-family: queenscondensed, serif;
  font-size: 2rem;
  line-height: 1.1;
}

@media (max-width: 932px) and (orientation: portrait) {
  .textpage .columns p {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .textpage .columns p {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  .nav_background #bottom_bar {
    background-color: #0000;
  }

  .textpage {
    overflow-x: hidden;
  }

  .textpage img.stamp1, .textpage img.stamp2, .textpage img.stamp3 {
    display: none;
  }

  .textpage .primary {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .textpage .primary .text-block {
    width: 100%;
    text-align: left;
  }

  .textpage .primary .text-block h1.large_title {
    text-align: center;
    font-size: 3rem;
  }

  .textpage .primary .text-block p {
    font-size: 1.5rem;
  }

  .textpage .primary .text-block p img, .textpage .primary .text-block p video {
    width: 60%;
    height: auto;
    max-width: unset;
    border-radius: 50px;
    margin: 20px auto;
    display: block;
  }

  .textpage .secondary {
    width: 100%;
    flex-direction: column;
  }

  .textpage .secondary .column {
    width: 100%;
  }

  .textpage .secondary .column.contacts {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .textpage .secondary .column.contacts .columns {
    margin-left: 0;
  }

  .textpage .secondary .column.contacts .columns .newsletter {
    margin-top: 40px;
  }

  .textpage .secondary p {
    font-size: 1.5rem;
  }

  .textpage .columns {
    flex-direction: column;
    margin: 40px auto;
  }

  .textpage .columns .text-block {
    width: 100%;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .textpage .columns .text-block.second .address {
    margin: 20px auto 20px 0 !important;
  }

  .textpage .columns .text-block p {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .textpage .primary {
    margin-bottom: 20px;
  }

  .textpage .primary .text-block p img, .textpage .primary .text-block p video {
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
    display: block;
  }
}

.centered {
  width: 84%;
  margin: 0 auto;
}

.centered .cell {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.centered .cell img, .centered .cell video {
  width: 100%;
  display: block;
  position: relative;
}

.centered .cell .info {
  margin: 10px 0 0;
}

.centered .cell .info h2 {
  font-size: 1.5rem;
}

.centered .cell .info p {
  font-size: 1rem;
}

.centered .cell:hover {
  opacity: .7;
}

.thumbs.tag_title {
  margin-top: 25px;
  margin-left: 0;
}

.grid.thumbnails {
  grid-template-columns: repeat(6, 1fr);
  gap: 5rem 1.2rem;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.grid.thumbnails.category {
  padding-top: 26px;
}

.grid.thumbnails.artist {
  padding-top: 36px;
}

.grid.thumbnails .cell.text_cell, .grid.thumbnails .cell .title {
  display: none;
}

.grid.thumbnails .cell .info {
  width: 100%;
  opacity: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 7px 0 0;
  transition: opacity .3s;
  display: flex;
}

.grid.thumbnails .cell .info .caption {
  width: 100%;
  opacity: .5;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  font-size: .8rem;
}

.grid.thumbnails .cell .info .caption span.artist {
  text-transform: uppercase;
}

.grid.thumbnails .cell .info .caption p {
  font-size: .8rem;
}

.grid.thumbnails .cell .info .caption a {
  text-decoration: none;
}

.grid.thumbnails .cell .info .imgcount {
  color: #000;
  margin: 0 0 0 auto;
  font-size: .8rem;
}

.grid.thumbnails .cell .info .imgcount .current {
  opacity: 1;
}

.grid.thumbnails .cell .info .imgcount .total {
  opacity: .5;
}

.grid.thumbnails .cell.grid_slideshow .info .caption {
  width: 80%;
}

.grid.thumbnails .cell:hover .info {
  opacity: 1;
}

@media (max-width: 932px) and (orientation: portrait) {
  .grid.thumbnails {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
    padding-top: 0;
  }

  .grid.thumbnails.artist {
    padding-top: 0;
  }
}

.rows_grid {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.rows_grid .cell {
  width: calc(25% - 1.5rem);
  z-index: 10;
  margin: 0 .75rem 5rem;
  position: relative;
}

.rows_grid .cell a {
  text-decoration: none;
}

.rows_grid .cell h2.title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.1;
}

.rows_grid .cell.first {
  z-index: 2;
}

.rows_grid .cell.rowbreak {
  width: 100%;
  margin: 0;
  display: block;
}

.rows_grid .cell .vidhold, .rows_grid .cell .vidhold video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.rows_grid .cell .info {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 7px 0 0;
  display: flex;
}

.rows_grid .cell .info .caption {
  width: 80%;
  opacity: .5;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  font-size: .8rem;
}

.rows_grid .cell .info .caption span.artist {
  text-transform: uppercase;
}

.rows_grid .cell .info .caption p {
  font-size: .9rem;
}

.rows_grid .cell .info .caption a {
  text-decoration: none;
}

.rows_grid .cell .info .imgcount {
  color: #000;
  margin: 0 0 0 auto;
  font-size: .8rem;
}

.rows_grid .cell .info .imgcount .current {
  opacity: 1;
}

.rows_grid .cell .info .imgcount .total {
  opacity: .5;
}

.rows_grid .cell .text_wrap h3 {
  opacity: .5;
  margin-bottom: 10px;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
}

.rows_grid .cell .text_wrap p {
  font-family: queenscondensed, serif;
  font-size: 2rem;
  line-height: 1.1;
}

@media (max-width: 932px) and (orientation: portrait) {
  .rows_grid .cell .text_wrap p {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .rows_grid .cell .text_wrap p {
    font-size: 1.5rem;
  }
}

.rows_grid .cell .text_wrap a {
  opacity: 1;
  font-family: queenscondensed, serif;
  font-size: 2rem;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .3s;
}

@media (max-width: 932px) and (orientation: portrait) {
  .rows_grid .cell .text_wrap a {
    font-size: 1.5rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .rows_grid .cell .text_wrap a {
    font-size: 1.5rem;
  }
}

.rows_grid .cell .text_wrap a.btn {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 30px;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
  transition: background-color .3s, border .3s, color .3s;
}

@media (max-width: 932px) and (orientation: portrait) {
  .rows_grid .cell .text_wrap a.btn {
    padding: 10px 30px 12px;
  }
}

.rows_grid .cell .text_wrap a.btn:hover {
  color: #fff;
  background-color: #5a6fa5;
  border: 1px solid #5a6fa5;
  opacity: 1 !important;
}

.rows_grid .cell .text_wrap a:hover {
  opacity: .5;
}

.rows_grid .cell.medium {
  width: calc(33.33% - 1.5rem);
}

.rows_grid .cell.large {
  width: calc(50% - 1.5rem);
}

.rows_grid .cell.large.center {
  margin: 0 calc(25% + .75rem) 5rem;
}

.rows_grid .cell.xlarge {
  width: calc(100% - 1.5rem);
}

.rows_grid .cell.right {
  margin: 0 .75rem 5rem auto;
}

.mac .rows_grid .cell h2.title {
  margin-bottom: 5px;
}

@media (max-width: 932px) and (orientation: portrait) {
  .rows_grid .cell {
    width: 80%;
    margin: 0 auto 3rem;
  }

  .rows_grid .cell .info .imgcount {
    display: none;
  }

  .rows_grid .cell h2.title {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .rows_grid .cell.rowbreak {
    width: 100%;
    margin: 0 auto !important;
  }

  .rows_grid .cell .wrap {
    margin-top: 0 !important;
  }

  .rows_grid .cell.right {
    margin: 0 0 3rem auto;
  }

  .rows_grid .cell.left {
    margin: 0 auto 3rem 0;
  }

  .rows_grid .cell.small, .rows_grid .cell.medium {
    width: 80%;
    margin: 0 auto 3rem;
  }

  .rows_grid .cell.medium.right {
    margin: 0 0 3rem auto;
  }

  .rows_grid .cell.medium.left {
    margin: 0 auto 3rem 0;
  }

  .rows_grid .cell.large {
    width: 100%;
  }

  .rows_grid .cell.large.center, .rows_grid .cell.large.right, .rows_grid .cell.large.left {
    margin: 0 auto 3rem;
  }

  .rows_grid .cell.xlarge {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .rows_grid .cell.mobile_left {
    margin: 0 auto 3rem 0 !important;
  }

  .rows_grid .cell.mobile_right {
    margin: 0 0 3rem auto !important;
  }

  .rows_grid .cell.mobile_yes {
    width: 100% !important;
    margin: 0 auto 3rem !important;
  }

  .artist_detail .rows_grid .cell.mobile_yes {
    margin: 0 auto 30px !important;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .rows_grid .cell .info .imgcount {
    display: none;
  }
}

.justified {
  width: 84%;
  margin: 0 auto;
}

.croppedgrid {
  width: 84%;
  flex-flow: wrap;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
}

.croppedgrid .cell {
  width: 20%;
  opacity: 1;
  flex: 0 auto;
  margin: 0 2.5% 5%;
  transition: opacity .3s;
  position: relative;
  overflow: hidden;
}

.croppedgrid .cell:hover {
  opacity: .7;
}

.croppedgrid .cell .info {
  margin: 10px 0 0;
}

.croppedgrid .cell .info h2 {
  font-size: 1.5rem;
}

.croppedgrid .cell .info p {
  font-size: 1rem;
}

.ar-rows {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.ar-rows .row {
  text-align: center;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ar-rows .row .cell {
  float: left;
  opacity: 1;
  box-sizing: border-box;
  border: 0 solid #fff;
  position: relative;
  overflow: hidden;
}

.ar-rows .row .cell img.photo {
  z-index: 1;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.masongrid {
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  list-style-type: none;
  transition: opacity .3s;
}

.masongrid .grid-sizer, .masongrid .cell {
  width: 33.33%;
  height: auto;
}

.masongrid .gutter-sizer {
  width: 0%;
}

.masongrid .cell {
  float: left;
  text-align: left;
  width: 18%;
  z-index: 10;
  margin-bottom: 7rem;
  padding: 0 7.665%;
  display: block;
  overflow: visible;
}

.masongrid .cell.first {
  z-index: 2;
}

.masongrid .cell h2.title {
  margin-bottom: 0;
  font-size: 2rem;
}

.masongrid .cell .info {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0 0;
  display: flex;
}

.masongrid .cell .info .caption {
  width: 80%;
  margin: 0 auto 0 0;
  font-size: .9rem;
}

.masongrid .cell .info .imgcount {
  color: #000;
  margin: 0 0 0 auto;
  font-size: .9rem;
}

.masongrid .cell .info .imgcount .current {
  opacity: 1;
}

.masongrid .cell .info .imgcount .total {
  opacity: .5;
}

.masongrid .cell.double {
  width: 60%;
}

.masongrid .cell.rowbreak {
  width: 100%;
  height: 1px;
  margin-bottom: 0;
  padding: 0;
}

.masongrid .cell.right {
  padding: 0 0 0 5.33%;
}

.masongrid .cell.left {
  padding: 0 5.33% 0 0;
}

.masongrid .cell.small {
  width: 18%;
}

.masongrid .cell.small.right {
  padding: 0 0 0 15.33%;
}

.masongrid .cell.small.left {
  padding: 0 15.33% 0 0;
}

.masongrid .cell.medium {
  width: 26%;
  padding: 0 3.665%;
}

.masongrid .cell.medium.right {
  padding: 0 0 0 7.33%;
}

.masongrid .cell.medium.left {
  padding: 0 7.33% 0 0;
}

.masongrid .cell.large {
  width: 48.66%;
  padding: 0 7.5% 0 6.5%;
}

.masongrid .cell.large.right {
  padding: 0 0 0 14%;
}

.masongrid .cell.large.left {
  padding: 0 14% 0 0;
}

.masongrid .cell.large.portrait {
  width: 36.66%;
  padding: 0 9.5% 0 12.5%;
}

.masongrid .cell.large.portrait.right {
  padding: 0 0 0 22%;
}

.masongrid .cell.large.portrait.left {
  padding: 0 22% 0 0;
}

.masongrid .cell .mediawrap {
  width: 100%;
  height: 0;
  position: relative;
}

.masongrid .cell .mediawrap img.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.masongrid .cell .mediawrap .vidhold {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.masongrid .cell .mediawrap .vidhold video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.masongrid .cell a, .masongrid .cell img {
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  display: block;
}

.masongrid .cell:hover .lightbox_trigger {
  opacity: 1;
}

.masongrid .cell:hover .info.withtitle h2 {
  color: #c8a877;
}

.masongrid .cell:hover .info p .title:after {
  width: 100%;
}

.masongrid .cell:hover .arrow.next, .masongrid .cell:hover .arrow.previous {
  opacity: 1;
}

.masongrid .cell:hover .arrow.next {
  transform: translateY(0);
}

.masongrid .cell:hover .arrow.previous {
  transform: rotate(180deg)translateY(0);
}

.masongrid .cell.playing .mediawrap .vidhold {
  opacity: 1;
}

.masongrid .cell .arrow.next {
  z-index: 10;
  width: 30px;
  height: auto;
  cursor: pointer;
  opacity: 0;
  padding: 5px;
  transition: opacity .3s .1s, transform .3s .1s;
  position: absolute;
  top: 40%;
  right: 3.5%;
  transform: translateY(10px);
}

.masongrid .cell .arrow.previous {
  z-index: 10;
  width: 30px;
  height: auto;
  cursor: pointer;
  opacity: 0;
  padding: 5px;
  transition: opacity .3s, transform .3s;
  position: absolute;
  top: 40%;
  left: 3.5%;
  transform: rotate(180deg)translateY(-10px);
}

.masongrid .cell.left .arrow.previous {
  left: -6.5%;
}

.masongrid .cell.left .arrow.next {
  right: 10.5%;
}

.masongrid .cell.right .arrow.previous {
  left: 10.5%;
}

.masongrid .cell.right .arrow.next {
  right: -6%;
}

.masongrid.effect-2 .cell {
  opacity: 0;
}

.masongrid.effect-2 .cell.shown {
  opacity: 1;
}

h1.large_title.home {
  display: none;
}

.loading .masongrid {
  transform: translateY(7rem);
}

.homepage h1.large_title.home, .projectpage h1.large_title.home, .thumbspage h1.large_title.home {
  z-index: 5;
  opacity: 1;
  font-size: 10vw;
  transition: color .5s .5s;
  display: block;
  position: absolute;
  top: 0;
  left: 2%;
}

.homepage img.large_title.home, .homepage img.large_title.loader, .projectpage img.large_title.home, .projectpage img.large_title.loader, .thumbspage img.large_title.home, .thumbspage img.large_title.loader {
  width: 275px;
  height: auto;
  z-index: 3;
  opacity: 1;
  transition: opacity .3s;
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
}

.homepage img.large_title.loader, .projectpage img.large_title.loader, .thumbspage img.large_title.loader {
  z-index: 40;
  filter: invert();
  top: 40px;
  left: 25px;
}

.homepage.loading h1.large_title, .projectpage.loading h1.large_title, .thumbspage.loading h1.large_title {
  color: #fff;
  opacity: 0;
}

.homepage.loading img.large_title.home, .projectpage.loading img.large_title.home, .thumbspage.loading img.large_title.home {
  opacity: 0;
}

.homepage.loading .masongrid .cell .wrapper, .projectpage.loading .masongrid .cell .wrapper, .thumbspage.loading .masongrid .cell .wrapper {
  transform: translateY(7rem);
}

.homepage .rows_grid .cell, .projectpage .rows_grid .cell, .thumbspage .rows_grid .cell {
  margin: 0 .75rem 7rem;
}

.homepage .rows_grid .cell.large.center, .projectpage .rows_grid .cell.large.center, .thumbspage .rows_grid .cell.large.center {
  margin-top: 0;
  margin-bottom: 7rem;
}

.homepage .rows_grid .cell.right, .projectpage .rows_grid .cell.right, .thumbspage .rows_grid .cell.right {
  margin: 0 .75rem 7rem auto;
}

.homepage .masongrid .cell .wrapper, .projectpage .masongrid .cell .wrapper, .thumbspage .masongrid .cell .wrapper {
  transition: transform 1s .5s;
  transform: translateY(0);
}

@media (max-width: 932px) and (orientation: portrait) {
  .homepage img.large_title.loader, .projectpage img.large_title.loader {
    width: 80%;
  }

  .homepage img.large_title.home, .projectpage img.large_title.home {
    top: 0;
    bottom: unset;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .homepage .rows_grid .cell, .projectpage .rows_grid .cell {
    width: 80%;
    margin: 0 auto 3rem;
  }

  .homepage .rows_grid .cell.rowbreak, .projectpage .rows_grid .cell.rowbreak {
    width: 100%;
    margin: 0 auto;
  }

  .homepage .rows_grid .cell .wrap, .projectpage .rows_grid .cell .wrap {
    margin-top: 0 !important;
  }

  .homepage .rows_grid .cell.right, .projectpage .rows_grid .cell.right {
    margin: 0 0 3rem auto;
  }

  .homepage .rows_grid .cell.left, .projectpage .rows_grid .cell.left {
    margin: 0 auto 3rem 0;
  }

  .homepage .rows_grid .cell.small, .projectpage .rows_grid .cell.small {
    width: 80%;
    margin: 0 auto 3rem;
  }

  .homepage .rows_grid .cell.large, .projectpage .rows_grid .cell.large {
    width: 100%;
  }

  .homepage .rows_grid .cell.large.center, .projectpage .rows_grid .cell.large.center, .homepage .rows_grid .cell.large.right, .projectpage .rows_grid .cell.large.right, .homepage .rows_grid .cell.large.left, .projectpage .rows_grid .cell.large.left {
    margin: 0 auto 3rem;
  }

  .homepage .rows_grid .cell.xlarge, .projectpage .rows_grid .cell.xlarge {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .homepage .rows_grid .cell.mobile_left, .projectpage .rows_grid .cell.mobile_left {
    margin: 0 auto 3rem 0 !important;
  }

  .homepage .rows_grid .cell.mobile_right, .projectpage .rows_grid .cell.mobile_right {
    margin: 0 0 3rem auto !important;
  }

  .homepage .rows_grid .cell.mobile_yes, .projectpage .rows_grid .cell.mobile_yes {
    width: 100%;
    margin: 0 auto 3rem !important;
  }
}

.newspage .masongrid .cell.large .info p {
  margin-top: 5px;
}

.newspage .masongrid .cell.large .info p .title {
  color: #ff4d00;
}

.newspage .masongrid .cell.large .info p .title:after {
  background-color: #ff4d00;
}

@media (max-width: 1023px) {
  .masongrid {
    width: 100%;
    margin: 0 auto;
  }

  .masongrid .cell {
    width: 65%;
    padding: 0 0 0 10%;
    margin-bottom: 50px !important;
  }

  .masongrid .cell .info {
    width: 95%;
    margin-top: 7px !important;
  }

  .masongrid .cell .info .textOnlyWrap {
    margin-top: 0 !important;
  }

  .masongrid .cell.left {
    padding: 0 35% 0 0;
  }

  .masongrid .cell.left .arrow.next {
    right: 30%;
  }

  .masongrid .cell.left .arrow.previous {
    left: 0%;
  }

  .masongrid .cell.right {
    padding: 0 0 0 35%;
  }

  .masongrid .cell.right .arrow.next {
    right: 0%;
  }

  .masongrid .cell.right .arrow.previous {
    left: 30%;
  }

  .masongrid .cell .mediawrap {
    margin-top: unset !important;
  }

  .masongrid .cell .arrow.next, .masongrid .cell .arrow.previous {
    width: 25px;
    opacity: 1;
    top: 42%;
    right: -6%;
    transform: translateY(0);
    margin-top: unset !important;
  }

  .masongrid .cell .arrow.previous {
    right: unset;
    left: 7%;
    transform: rotate(180deg)translateY(0);
  }

  .masongrid .cell:hover .lightbox_trigger {
    opacity: 0;
  }

  .masongrid .cell.homebio {
    margin-top: 50px;
  }

  .masongrid .cell.small {
    width: 65%;
  }

  .masongrid .cell.small.right {
    padding: 0 0 0 35%;
  }

  .masongrid .cell.small.left {
    padding: 0 35px 0 0%;
  }

  .masongrid .cell.large {
    width: 100%;
    padding: 0;
  }

  .masongrid .cell.large.left, .masongrid .cell.large.right {
    padding: 0;
  }

  .masongrid .cell.large .info {
    width: 90%;
    max-width: unset;
    position: relative;
    top: auto;
    margin-top: -28px !important;
    left: auto !important;
    right: auto !important;
  }

  .masongrid .cell.large .info.notitle {
    left: 5%;
    margin-top: 7px !important;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  .masongrid .cell.mobile_center_yes {
    width: 100%;
    padding: 0 !important;
  }

  .masongrid .cell.mobile_center_yes .arrow.next {
    right: 3% !important;
  }

  .masongrid .cell.mobile_center_yes .arrow.previous {
    left: 3% !important;
  }

  .masongrid .cell.mobile_center_yes.text-entry .info {
    width: 75%;
    margin: 0 auto;
  }

  .masongrid .cell .info .imgcount {
    display: none;
  }

  .masongrid .cell.homebio {
    width: 90%;
    margin-top: 50px;
    padding: 0 5%;
  }

  .masongrid .cell.homebio .info p.title {
    margin-bottom: 3px;
  }

  .masongrid .cell.homebio.double .biowrap .imgcell, .masongrid .cell.homebio.double .biowrap .textwrap {
    width: 100%;
  }
}

.photographer .overview {
  width: calc(100% - 325px);
  text-align: center;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto 0 225px;
  display: flex;
  position: relative;
}

.photographer .overview h1.title {
  width: 100%;
  font-size: 6vw;
  line-height: .9;
  display: block;
}

.photographer .overview p {
  margin-bottom: 15px;
  font-size: .8rem;
  line-height: 1.8;
}

.photographer .overview a {
  color: #ff4d00;
  text-decoration: none;
}

.photographer .overview a:hover {
  text-decoration: underline;
}

.photographer .overview .biowrap {
  width: 65%;
  margin: 0 auto;
}

.photographer .overview .biowrap img.arrow {
  width: 24px;
  height: auto;
  margin: 25px auto 0;
  display: block;
}

.photographer .photographer_nav {
  width: 100%;
  z-index: 501;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 0;
}

.photographer .photographer_nav ul {
  pointer-events: all;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.photographer .photographer_nav ul li {
  margin: 0 15px;
}

.photographer .photographer_nav ul li a {
  font-size: .9rem;
  text-decoration: none;
  position: relative;
}

.photographer .photographer_nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #ff4d00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.photographer .photographer_nav ul li a:hover:after, .photographer .photographer_nav ul li a.pageOn:after {
  opacity: 1;
}

.photographer .masongrid {
  width: calc(100% - 325px);
  margin-top: 50px;
}

.photographer .masongrid .grid-sizer, .photographer .masongrid .cell {
  width: 30%;
  height: auto;
}

.photographer .masongrid .grid-sizer:hover .info.text-entry p:after, .photographer .masongrid .cell:hover .info.text-entry p:after {
  width: 100%;
}

.photographer .masongrid .gutter-sizer {
  width: 5%;
}

.photographer .masongrid .cell {
  padding: 0;
  overflow: visible;
}

.photographer .masongrid .cell.rowbreak {
  width: 100%;
  height: 1px;
  padding: 0;
  margin-bottom: 0 !important;
}

.photographer .masongrid .cell.large {
  width: 65%;
}

.photographer .masongrid .cell.large .info {
  margin-top: 7px;
}

.photographer .masongrid .cell .info {
  width: 100%;
  max-width: unset;
  position: relative;
  top: auto;
  left: auto;
}

.photographer .masongrid .cell .info.text-entry {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.photographer .masongrid .cell .info.text-entry h2 {
  margin-bottom: 5px;
  transition: color .3s;
}

.photographer .masongrid .cell .info.text-entry p {
  color: #000;
  position: relative;
}

.photographer .masongrid .cell .info.text-entry p:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ff4d00;
  transition: width;
  display: block;
  bottom: 0;
  left: 0;
}

.photographer .masongrid .cell .arrow.next {
  right: -20px;
}

.photographer .masongrid .cell .arrow.previous {
  left: -20px;
}

.photographer .masongrid .cell.bio .biowrap .textwrap {
  width: 100%;
}

.photographer .masongrid .cell:hover .info.text-entry h2 {
  color: #c8a877;
}

@media (max-width: 1023px) {
  .photographer .overview {
    width: 90%;
    margin: 18px auto 0;
  }

  .photographer .overview h1.title {
    width: 65%;
    margin: 0 auto 25px;
    font-size: 9vw;
  }

  .photographer .overview .biowrap {
    width: 100%;
  }

  .photographer .photographer_nav {
    display: none;
  }

  .photographer .masongrid {
    width: 90%;
    margin: 75px auto 0;
  }

  .photographer .masongrid .cell {
    margin-bottom: 30px !important;
  }

  .photographer .masongrid .cell.large .info {
    margin-top: 7px !important;
  }

  .photographer .masongrid .cell.bio {
    width: 100%;
  }
}

@media (max-width: 932px) and (orientation: portrait) {
  .photographer .masongrid .grid-sizer, .photographer .masongrid .cell {
    width: 47.5%;
  }

  .photographer .masongrid .grid-sizer.mobile_center_yes, .photographer .masongrid .cell.mobile_center_yes {
    width: 100% !important;
  }

  .photographer .masongrid .cell.large {
    width: 100%;
  }
}

.category_results .arrow.down {
  opacity: 1;
  transform: translate(0);
}

.category_results .masongrid .grid-sizer, .category_results .masongrid .cell {
  width: 48%;
}

.category_results .masongrid .gutter-sizer {
  width: 4%;
}

.category_results .masongrid .cell {
  width: 48%;
  padding: 0;
}

.category_results .masongrid .cell.large {
  width: 100%;
}

.category_results .masongrid .cell .info {
  color: #f9f4e1;
}

.category_results .masongrid .cell .info p .title:after {
  background-color: #f9f4e1;
}

.category_results .masongrid .cell.large .info {
  width: 100%;
  max-width: unset;
  position: relative;
  top: auto;
  left: auto;
  color: #fff !important;
}

.masongrid .shown .cell, .no-js .masongrid figure.cell, .no-cssanimations .masongrid figure.cell {
  opacity: 1;
}

.masongrid.effect-1 figure.animate {
  animation: .65s forwards fadeIn;
}

.masongrid.effect-2 figure.animate {
  opacity: 1;
  animation: .65s forwards moveUp;
  transform: translateY(200px);
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.inline_slideshow {
  width: 100%;
  height: 100%;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
}

.inline_slideshow .flickity-viewport {
  height: 100% !important;
}

.inline_slideshow .flickity-viewport .flickity-slider {
  height: 100%;
}

.inline_slideshow .slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.inline_slideshow .slide img.photo {
  object-fit: cover;
  opacity: 0;
  transition: all .75s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.inline_slideshow .slide .vidhold {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all .75s;
  position: absolute;
  top: 0;
  left: 0;
}

.inline_slideshow .slide .vidhold video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.inline_slideshow .slide.active img.photo, .inline_slideshow .slide.active .vidhold {
  opacity: 1;
}

.slideshowpage {
  background-color: #fff;
}

.slideshowwrap {
  min-height: 100vh;
}

.slideshowwrap .lightbox_trigger {
  opacity: 1;
  position: fixed;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.leftside .slideshow .ui.prev, .rightside .slideshow .ui.next {
  opacity: 1;
}

.slideshow, .single-view {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
  top: auto;
  overflow: hidden;
}

.slideshow .flickity-viewport, .single-view .flickity-viewport {
  cursor: default;
}

.slideshow .ui, .single-view .ui {
  width: 34px;
  z-index: 20;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow .ui.prev, .single-view .ui.prev {
  opacity: 0;
  padding: 25px;
  transition: opacity .3s;
  left: 0;
  transform: translateY(-50%)rotate(180deg);
}

.slideshow .ui.next, .single-view .ui.next {
  opacity: 0;
  padding: 25px;
  transition: opacity .3s;
  right: 0;
}

.slideshow .mobileClose, .single-view .mobileClose {
  display: none;
}

.slideshow .ui.close, .single-view .ui.close {
  width: 22px;
  height: 22px;
  padding: 25px;
  top: 0;
  right: 0;
  transform: none;
}

.slideshow .ui line, .single-view .ui line {
  stroke: #000;
  stroke-width: 1px;
}

.slideshow figure, .single-view figure {
  width: 100%;
  height: calc(100vh - 136px);
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  display: flex;
  position: relative;
}

.slideshow.fullbleed h1, .single-view.fullbleed h1 {
  z-index: 10;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow.center figure .contentwrap, .single-view.center figure .contentwrap {
  width: 80%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slideshow.center figure .contentwrap .wrapper, .single-view.center figure .contentwrap .wrapper {
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slideshow.center figure .contentwrap .wrapper .vidhold, .single-view.center figure .contentwrap .wrapper .vidhold {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.slideshow.center figure .contentwrap .wrapper .vidhold img.photo, .slideshow.center figure .contentwrap .wrapper .vidhold video, .single-view.center figure .contentwrap .wrapper .vidhold img.photo, .single-view.center figure .contentwrap .wrapper .vidhold video {
  max-width: 100%;
  max-height: calc(100vh - 136px);
  width: auto;
  height: auto;
  align-self: center;
  margin: 0 auto;
  display: block;
}

.slideshow.center figure .contentwrap figcaption, .single-view.center figure .contentwrap figcaption {
  width: 100%;
  text-align: center;
  align-self: flex-end;
  margin: 10px auto 0;
  display: block;
}

.slideshow.center figure .contentwrap figcaption p, .single-view.center figure .contentwrap figcaption p {
  font-size: .8rem;
}

.single-view figure .vidhold video {
  opacity: 0;
  transition: opacity .5s;
}

.single-view figure .vidhold video.ready {
  opacity: 1;
}

@media (max-width: 1023px) {
  .slideshow .ui.next, .slideshow .ui.prev, .single-view .ui.next, .single-view .ui.prev, .slideshow .ui.close, .single-view .ui.close {
    display: none;
  }

  .slideshow .mobileClose, .single-view .mobileClose {
    width: 36px;
    height: 22px;
    z-index: 100;
    display: block;
    position: fixed;
    top: 24px;
    left: 5%;
  }

  .slideshow .mobileClose .line, .single-view .mobileClose .line {
    height: 1px;
    width: 100%;
    opacity: 1;
    background-color: #707070;
    transition-property: background-color, opacity, transform, top;
    transition-duration: .2s, .1s, .3s, .3s;
    transition-delay: 0s, 0s, 0s, 0s;
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(0);
  }

  .slideshow .mobileClose .line:nth-child(1), .single-view .mobileClose .line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }

  .slideshow .mobileClose .line:nth-child(2), .single-view .mobileClose .line:nth-child(2) {
    top: 8px;
    transform: rotate(135deg);
  }

  .slideshow figure, .single-view figure {
    height: calc(100vh - 200px);
    margin-top: 70px;
  }
}

.postpage header {
  display: none;
}

.postpage .closeIcon .line {
  background-color: #f9f4e1;
}

.postpage .pager {
  pointer-events: none;
  width: 100%;
  background: none;
  justify-content: center;
  margin: 0 auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.postpage .pager ul {
  width: 94%;
}

.postpage .pager ul li a {
  pointer-events: all;
}

.postpage .pager ul li a svg {
  width: 34px;
}

.postpage .pager ul li a svg * {
  stroke: #000;
  stroke-width: 1px;
}

.post {
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  position: relative;
}

.post .col.text {
  width: 25%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.post .col.text .title {
  width: 80%;
  margin-bottom: 30px;
}

.post .col.text .title p {
  margin-bottom: 0;
}

.post .col.text .title a {
  color: #ff4d00;
  text-decoration: none;
  position: relative;
}

.post .col.text .title a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ff4d00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post .col.text .title a:hover:after {
  width: 100%;
}

.post .col.text .title h1 {
  margin: 5px 0 10px;
  font-size: 2.6rem;
}

.post .col.text .title h2 {
  font-family: open-sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.post .col.text p {
  font-size: .8rem;
  line-height: 2;
}

.post .col.images {
  width: 60%;
  margin-left: 35%;
  position: relative;
}

.post .col.images .masongrid {
  width: 100%;
  margin: 100px auto 0;
}

.post .col.images .masongrid .cell, .post .col.images .masongrid .grid-sizer {
  width: 46%;
}

.post .col.images .masongrid .gutter-sizer {
  width: 8%;
}

.post .col.images .masongrid .cell {
  padding: 0;
}

.post .col.images .masongrid .cell.large {
  width: 100%;
}

@media (max-width: 1023px) {
  .postpage .pager {
    display: none;
  }

  .post {
    width: 90%;
    flex-direction: column;
    margin: 100px auto 0;
    padding-bottom: 100px;
  }

  .post .col.text {
    width: 100%;
    transform: unset;
    margin: 0 auto 25px;
    position: relative;
    top: auto;
  }

  .post .col.images {
    width: 100%;
    margin: 0 auto;
  }

  .post .col.images .masongrid {
    margin: 0 auto;
  }

  .post .col.images .masongrid .cell {
    margin-bottom: 7% !important;
  }
}

#overlayToTop {
  cursor: pointer;
  z-index: 501;
  opacity: 1;
  display: none;
  position: fixed;
  top: 13px;
  right: 25px;
}

#project_overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: z-index 0s 1s, transform 1s, opacity .3s 1s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

#project_overlay.on {
  opacity: 1;
  z-index: 401;
  transition: z-index, transform 1s .3s, opacity;
  transform: translateX(0%);
}

#project_overlay .inner {
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

#project_overlay .closeIcon {
  z-index: 11;
  color: currentColor;
  opacity: .7;
  cursor: pointer;
  font-size: .8rem;
  transition: opacity .3s;
  position: fixed;
  top: 27px;
  right: 50px;
}

#project_overlay .closeIcon:hover {
  opacity: .5;
}

#project_overlay .columns {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
}

#project_overlay .columns::-webkit-scrollbar {
  display: none;
}

#project_overlay .columns .column {
  width: 50%;
  text-align: left;
  flex-direction: column;
  display: flex;
}

#project_overlay .columns .column.text {
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

#project_overlay .columns .column.text .mobile_close {
  opacity: .7;
  font-size: .8rem;
  display: none;
  position: absolute;
  top: 27px;
  right: 21px;
}

#project_overlay .columns .column.text .wrap {
  height: 100%;
  flex-direction: column;
  padding: 4%;
  display: flex;
}

#project_overlay .columns .column.text .wrap h1.title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 5.3vw;
  line-height: 1;
}

#project_overlay .columns .column.text .wrap h2.artist_label {
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
}

#project_overlay .columns .column.text .wrap .credits {
  margin: auto 0 0;
}

#project_overlay .columns .column.text .wrap h1, #project_overlay .columns .column.text .wrap h2, #project_overlay .columns .column.text .wrap h3 {
  line-height: 1.2;
}

#project_overlay .columns .column.text .wrap h1, #project_overlay .columns .column.text .wrap h2 {
  font-size: 2rem;
}

#project_overlay .columns .column.text .wrap p {
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
}

#project_overlay .columns .column.text .wrap .col {
  width: 50%;
  vertical-align: top;
  margin-right: -4px;
  display: inline-block;
}

#project_overlay .columns .column.media {
  height: 100vh;
}

#project_overlay .columns .column.media .wrap {
  padding: 4% 0 0 4%;
}

#project_overlay .columns .column.media .cell {
  width: 100%;
  margin-bottom: 4%;
  position: relative;
}

#project_overlay .horz_scroll {
  height: calc(94% - 120px);
  margin-bottom: 4%;
}

#project_overlay .horz_scroll .title {
  text-align: left;
  flex-direction: column;
  align-self: center;
  margin-right: 5rem;
  display: flex;
}

#project_overlay .horz_scroll .title .wrap h1 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 8vw;
}

@media (min-width: 1505px) {
  #project_overlay .horz_scroll .title .wrap h1 {
    font-size: 120px;
  }
}

#project_overlay .horz_scroll .title .wrap h2.artist_label {
  opacity: .5;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: .75rem;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
}

#project_overlay .horz_scroll .imgcount {
  color: currentColor;
  margin: 0 0 0 auto;
  font-size: .9rem;
  position: fixed;
  top: 70px;
  right: 50px;
}

#project_overlay .horz_scroll .imgcount .current {
  opacity: 1;
}

#project_overlay .horz_scroll .imgcount .total {
  opacity: .5;
}

#project_overlay .horz_scroll .cell {
  width: auto;
  height: 100%;
  align-self: flex-start;
}

#project_overlay .horz_scroll .cell .vertwrap {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

#project_overlay .horz_scroll .cell .vertwrap img.photo, #project_overlay .horz_scroll .cell .vertwrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#project_overlay .horz_scroll .text {
  height: 100%;
  width: calc(100vw - 8rem - 90px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
  position: relative;
}

#project_overlay .horz_scroll .text .meta {
  position: absolute;
  top: 0;
  left: 0;
}

#project_overlay .horz_scroll .text .meta p {
  text-transform: uppercase;
  font-family: apercu_proregular, sans-serif;
  font-size: .9rem;
}

#project_overlay .horz_scroll .text .meta p span {
  opacity: .5;
}

#project_overlay .horz_scroll .text .credits {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

#project_overlay .horz_scroll .text .credits a {
  opacity: .5;
  text-decoration: none;
  transition: opacity .2s;
}

#project_overlay .horz_scroll .text .credits a:hover {
  opacity: 1;
}

#project_overlay .horz_scroll .text .next {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

#project_overlay .horz_scroll .text .next a {
  opacity: .5;
  opacity: 1;
  text-transform: uppercase;
  font-family: apercu_proregular, sans-serif;
  font-size: .8rem;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

#project_overlay .horz_scroll .text .next a span {
  opacity: .5;
  transition: opacity .2s;
}

#project_overlay .horz_scroll .text .next a:hover span {
  opacity: 1;
}

#project_overlay .horz_scroll .text .wrap {
  width: calc(100vw - 8rem - 90px);
  text-align: left;
}

#project_overlay .horz_scroll .text .wrap h1 {
  max-width: 90%;
}

#project_overlay .horz_scroll .text .wrap h2 {
  max-width: 90%;
  font-size: 2.5rem;
  line-height: 1.1;
}

.mac #project_overlay .columns .column.text .wrap h1.title {
  margin-bottom: 12px;
}

@media (max-width: 932px) and (orientation: portrait) {
  #project_overlay {
    height: 100vh;
    overflow-y: scroll;
  }

  #project_overlay .closeIcon {
    display: none;
    right: 5%;
  }

  #project_overlay .columns {
    flex-flow: column;
  }

  #project_overlay .columns .column {
    width: 100%;
  }

  #project_overlay .columns .column.text {
    height: auto;
    order: 1;
    margin-bottom: 30px;
    position: relative;
    top: auto;
  }

  #project_overlay .columns .column.text .mobile_close {
    display: block;
  }

  #project_overlay .columns .column.text .wrap {
    padding: 0 5%;
  }

  #project_overlay .columns .column.text .wrap h1.title {
    margin-top: 80px;
    font-size: 11vw;
  }

  #project_overlay .columns .column.text .wrap h1, #project_overlay .columns .column.text .wrap h2 {
    font-size: 1.5rem;
  }

  #project_overlay .columns .column.media {
    height: auto;
    order: 2;
  }

  #project_overlay .columns .column.media .wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: z-index 0s 0s, transform 0s 0s, opacity .3s 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

#overlay.on {
  opacity: 1;
  z-index: 401;
  transition: z-index, transform 0s .3s, opacity .3s;
  transform: translateX(0%);
}

#overlay .inner {
  width: 98%;
  height: 100%;
  align-items: flex-end;
  margin-left: 2%;
  display: flex;
}

#overlay .closeIcon {
  z-index: 11;
  color: currentColor;
  opacity: .7;
  cursor: pointer;
  font-size: .8rem;
  transition: opacity .3s;
  position: fixed;
  top: 27px;
  right: 50px;
}

#overlay .closeIcon:hover {
  opacity: .5;
}

#overlay .arrow.next {
  cursor: pointer;
  z-index: 10;
  transition: transform .2s;
  position: fixed;
  top: calc(50% - 20px);
  right: 27px;
  transform: rotate(-90deg)scale(1);
}

#overlay .arrow.next:hover {
  transform: rotate(-90deg)scale(.9);
}

#overlay .arrow.previous {
  cursor: pointer;
  z-index: 10;
  transition: transform .2s;
  position: fixed;
  top: calc(50% - 20px);
  left: 30px;
  transform: rotate(-90deg)scale(1);
}

#overlay .arrow.previous:hover {
  transform: rotate(-90deg)scale(.9);
}

#overlay .inner {
  z-index: 10;
  width: 90%;
  height: 93%;
  position: relative;
}

#overlay .inner .wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

#overlay .inner .wrapper video, #overlay .inner .wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

#overlay .inner .counter {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#overlay .inner .counter span {
  color: currentColor;
  opacity: .7;
  font-size: .8rem;
}

#overlay .inner .counter span.current {
  opacity: 1;
}

.mac #overlay.project .horz_scroll .title .wrap h2.artist_label {
  margin-top: 20px;
}

.safari #overlay.project .horz_scroll .text {
  width: 90vw;
  margin-right: 150px;
}

.safari #overlay.project .horz_scroll .text .wrap {
  width: 90vw;
}

.safari #overlay.project .horz_scroll .text .next {
  right: 50px;
}

@media (max-width: 932px) and (orientation: portrait) {
  .project_open #overlayToTop {
    display: none;
  }

  #overlay {
    height: 100svh;
  }

  #overlay.hasScrolled {
    height: 100vh;
  }

  #overlay .inner {
    height: 100%;
    margin: 0 auto;
  }

  #overlay .closeIcon {
    text-align: left;
    left: 5%;
    right: auto;
  }

  #overlay.project {
    width: 100%;
    height: 100%;
    border-radius: 0;
    align-items: flex-start;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }

  #overlay.project .inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #overlay.project .horz_scroll {
    height: auto;
    overflow: unset;
    margin-bottom: 40px;
  }

  #overlay.project .horz_scroll .title {
    width: 100%;
    align-self: flex-start;
    margin: 6rem auto 1rem;
  }

  #overlay.project .horz_scroll .title .wrap h1 {
    white-space: unset;
    font-size: 3.5rem;
  }

  #overlay.project .horz_scroll .title .wrap h2.artist_label {
    margin-top: 5px;
    margin-left: 0;
  }

  #overlay.project .horz_scroll .text {
    width: 100%;
    margin: 0 auto;
  }

  #overlay.project .horz_scroll .text .meta {
    width: 100%;
    text-align: center;
    margin: 0 auto 4rem;
    position: relative;
    top: auto;
    left: auto;
  }

  #overlay.project .horz_scroll .text .next {
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto;
  }

  #overlay.project .horz_scroll .text .next .label {
    opacity: 1;
  }

  #overlay.project .horz_scroll .text .credits {
    width: 100%;
    text-align: center;
    margin: 0 auto 4rem;
    position: relative;
    top: auto;
    left: auto;
  }

  #overlay.project .horz_scroll .text .wrap {
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
  }

  #overlay.project .horz_scroll .text .wrap h1, #overlay.project .horz_scroll .text .wrap h2 {
    max-width: unset;
  }

  #overlay.project .horz_scroll .imgcount {
    display: none;
  }

  #overlay.project .horz_scroll .cell, #overlay.project .horz_scroll .cell .vertwrap {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .project_open #overlayToTop {
    display: block;
  }

  #overlay .closeIcon {
    text-align: left;
    left: 5%;
    right: auto;
  }

  #overlay .inner .counter {
    display: none;
  }

  #overlay.project {
    width: 100%;
    height: 100%;
    border-radius: 0;
    align-items: flex-start;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }

  #overlay.project .inner {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  #overlay.project .horz_scroll {
    height: auto;
    margin-bottom: 40px;
  }

  #overlay.project .horz_scroll .title {
    width: 100%;
    align-self: flex-start;
    margin: 6rem auto 1rem;
  }

  #overlay.project .horz_scroll .title .wrap h1 {
    white-space: unset;
    font-size: 3.5rem;
  }

  #overlay.project .horz_scroll .title .wrap h2.artist_label {
    margin-top: 5px;
    margin-left: 0;
  }

  #overlay.project .horz_scroll .text {
    width: 100%;
    margin: 0 auto;
  }

  #overlay.project .horz_scroll .text .meta {
    width: 100%;
    text-align: center;
    margin: 0 auto 4rem;
    position: relative;
    top: auto;
    left: auto;
  }

  #overlay.project .horz_scroll .text .next {
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto;
  }

  #overlay.project .horz_scroll .text .next .label {
    opacity: 1;
  }

  #overlay.project .horz_scroll .text .credits {
    width: 100%;
    text-align: center;
    margin: 0 auto 4rem;
    position: relative;
    top: auto;
    left: auto;
  }

  #overlay.project .horz_scroll .text .wrap {
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
  }

  #overlay.project .horz_scroll .text .wrap h1, #overlay.project .horz_scroll .text .wrap h2 {
    max-width: unset;
  }

  #overlay.project .horz_scroll .imgcount {
    display: none;
  }

  #overlay.project .horz_scroll .cell, #overlay.project .horz_scroll .cell .vertwrap {
    width: 100%;
    height: auto;
  }
}

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