/*
------------------------------------------------------------------
Vars
------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
Mixins
------------------------------------------------------------------
*/
/* https://css-tricks.com/snippets/sass/viewport-sized-typography-minimum-maximum-sizes/ */
/*! normalize.css v4.2.0 | MIT License */
progress, sub, sup {
  vertical-align: baseline; }

button, hr, input {
  overflow: visible; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button, select {
  text-transform: none; }

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.js-reframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }

.js-reframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.ps-scrollbar-x-rail {
  opacity: 0 !important; }

.no-touch {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none; }

html, body {
  height: 100%; }

body {
  background-color: #202020;
  color: #c4c1c1;
  font-family: museo, serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.lock-scroll {
    overflow: hidden; }

/*
------------------------------------------------------------------
General Styles
------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

h2 {
  color: #c4c1c1;
  font-family: museo, serif;
  font-size: 36px;
  font-weight: normal; }

a {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }

body.gallery .caption a,
body.nested_gallery .caption a,
body.gallery .asset.text a,
body.nested_gallery .asset.text a,
body.gallery .title-element a,
body.nested_gallery .title-element a,
body.listing .title-element a,
body.blog main a,
body.simple main a,
body.content main a,
body.nested_content main a {
  color: #c1b656;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }
  body.gallery .caption a:hover,
  body.nested_gallery .caption a:hover,
  body.gallery .asset.text a:hover,
  body.nested_gallery .asset.text a:hover,
  body.gallery .title-element a:hover,
  body.nested_gallery .title-element a:hover,
  body.listing .title-element a:hover,
  body.blog main a:hover,
  body.simple main a:hover,
  body.content main a:hover,
  body.nested_content main a:hover {
    color: #c1b656;
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

.gallery-zoom-container {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  background: rgba(32, 32, 32, 0.75);
  cursor: zoom-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 99998;
  opacity: 0;
  pointer-events: none; }
  .gallery-zoom-container.active {
    opacity: 1;
    pointer-events: auto; }
  .gallery-zoom-container .gallery-zoomed-image {
    position: absolute; }
    .gallery-zoom-container .gallery-zoomed-image.is-portrait {
      top: 0;
      left: 0;
      max-width: none;
      max-height: 200vh;
      width: auto; }
    .gallery-zoom-container .gallery-zoomed-image.is-landscape {
      top: 0;
      left: 0;
      max-height: none;
      max-width: 200vw;
      height: auto; }
    .gallery-zoom-container .gallery-zoomed-image.is-centered {
      -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      top: 50% !important;
      left: 50% !important; }
    .gallery-zoom-container .gallery-zoomed-image.is-h-centered {
      -webkit-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
      top: 0 !important;
      left: 50% !important; }
    .gallery-zoom-container .gallery-zoomed-image.is-v-centered {
      -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
      transform: translate(0, -50%) !important;
      top: 50% !important;
      left: 0 !important; }

main {
  -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  main.is-hidden {
    opacity: 0; }
    main.is-hidden.collection-wrapper {
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0); }
    main.is-hidden.gallery-wrapper {
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0); }
  main.is-hidden-gallery {
    opacity: 0; }
    main.is-hidden-gallery.gallery-wrapper {
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0); }
  main.content {
    max-width: 960px; }

/*
------------------------------------------------------------------
Header / Menu Styles
------------------------------------------------------------------
*/
.header {
  -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(32, 32, 32, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }
  .header:hover {
    background: #202020; }
  .header.hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 20px; }
  .header .logo {
    margin: 0;
    font-size: 34px; }
    .header .logo a {
      color: #c4c1c1;
      font-family: museo, serif;
      font-weight: bold;
      font-size: 34px;
      font-style: normal;
      text-decoration: none;
      display: block; }
      .header .logo a:hover {
        color: #c1b656; }
    .header .logo img {
      max-width: 250px;
      max-height: 100px;
      transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05); }

body.menu-open .header {
  background: #202020; }

.nav-trigger {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
  outline: none;
  height: 28px;
  overflow: hidden;
  padding: 5px; }
  .nav-trigger svg {
    pointer-events: none; }
  .nav-trigger.is-hidden {
    display: none; }
  .nav-trigger .nav-trigger-open, .nav-trigger .nav-trigger-close {
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block; }
    .nav-trigger .nav-trigger-open rect, .nav-trigger .nav-trigger-close rect {
      -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .nav-trigger .nav-trigger-close {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none; }
  .nav-trigger:hover #Rectangle-1 {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  .nav-trigger:hover #Rectangle-3 {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  .nav-trigger.active .nav-trigger-open {
    opacity: 0; }
    .nav-trigger.active .nav-trigger-open #Rectangle-2 {
      -webkit-transform: translate3d(0, -200%, 0);
      transform: translate3d(0, -200%, 0); }
    .nav-trigger.active .nav-trigger-open #Rectangle-3 {
      -webkit-transform: translate3d(0, -400%, 0);
      transform: translate3d(0, -400%, 0); }
  .nav-trigger.active .nav-trigger-close {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    opacity: 1;
    pointer-events: auto; }

.menu {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #202020;
  min-height: 45px;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 11; }
  .menu.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: auto;
    overflow: auto; }
  .menu .menu-items {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2; }
    .menu .menu-items .item {
      padding: 0 20px;
      margin-bottom: 40px;
      position: relative; }
  .menu li > a {
    color: #c4c1c1;
    font-family: museo, serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none; }
  .menu li.item > a {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    border-bottom: 1px solid rgba(196, 193, 193, 0);
    padding-bottom: 2px; }
    .menu li.item > a:hover {
      color: #c1b656;
      text-decoration: underline;
      text-decoration: none;
      border-bottom: 1px solid #c1b656; }
  .menu li.item.selected > a {
    color: #c1b656;
    text-decoration: underline;
    text-decoration: none;
    border-bottom: 1px solid #c1b656; }
  .menu li.item + .category {
    margin: 40px 0 !important; }
  .menu li.category {
    margin-bottom: 40px; }
    .menu li.category > a {
      color: rgba(193, 182, 86, 0.5);
      display: block;
      font-weight: normal;
      font-size: 17px;
      margin-bottom: 10px; }
    .menu li.category ul {
      list-style-type: none;
      padding-left: 0; }
      .menu li.category ul .item {
        padding: 0 20px;
        margin-bottom: 20px; }
  .menu .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    padding: 0 20px;
    text-align: center; }
  .menu .menu-footer-text {
    color: rgba(196, 193, 193, 0.5);
    text-align: center;
    margin-bottom: 80px; }

.inline-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 70%; }
  .inline-menu .menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    position: relative; }
    .inline-menu .menu-items .item {
      margin-left: 16px; }
      .inline-menu .menu-items .item a {
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
        border-bottom: 1px solid rgba(196, 193, 193, 0);
        padding-bottom: 2px;
        color: #c4c1c1;
        font-family: museo, serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6; }
        .inline-menu .menu-items .item a:hover {
          color: #c1b656;
          text-decoration: underline;
          text-decoration: none;
          border-bottom: 1px solid #c1b656; }
      .inline-menu .menu-items .item.selected a {
        color: #c1b656;
        text-decoration: underline;
        text-decoration: none;
        border-bottom: 1px solid #c1b656; }
  .inline-menu .category {
    cursor: pointer;
    margin-left: 16px;
    position: relative; }
    .inline-menu .category > a {
      color: #c4c1c1;
      font-family: museo, serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.6; }
    .inline-menu .category ul {
      -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
      background: #202020;
      list-style-type: none;
      margin: 0;
      min-width: 94px;
      opacity: 0;
      padding: 10px;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: -10px; }
      .inline-menu .category ul .item {
        margin: 8px 0; }
        .inline-menu .category ul .item a {
          color: #c1b656;
          font-family: museo, serif;
          font-weight: normal;
          font-size: 16px; }
          .inline-menu .category ul .item a:hover {
            color: #c1b656;
            text-decoration: underline;
            text-decoration: none;
            border-bottom: 1px solid #c1b656; }
        .inline-menu .category ul .item.selected a {
          color: #c1b656;
          text-decoration: underline;
          text-decoration: none;
          border-bottom: 1px solid #c1b656; }
    .inline-menu .category:hover ul {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      pointer-events: auto; }

/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
body.gallery, body.nested_gallery {
  overflow-y: hidden; }
  body.gallery .gallery-wrapper, body.nested_gallery .gallery-wrapper {
    height: 100%;
    position: relative; }
  body.gallery .gallery-assets, body.nested_gallery .gallery-assets {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 67px;
    right: 0; }
    body.gallery .gallery-assets.is-dragging, body.nested_gallery .gallery-assets.is-dragging {
      cursor: -webkit-grabbing !important;
      cursor: grabbing !important; }
    body.gallery .gallery-assets:not(.has-title) .asset-0, body.nested_gallery .gallery-assets:not(.has-title) .asset-0 {
      margin-left: 20px; }
  body.gallery .spacing-el, body.nested_gallery .spacing-el {
    height: 100%;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  body.gallery .title-element, body.nested_gallery .title-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    margin-left: 20px;
    padding: 0 60px;
    overflow-y: auto; }
    body.gallery .title-element img, body.nested_gallery .title-element img {
      width: auto;
      max-width: 300px; }
    body.gallery .title-element .text, body.nested_gallery .title-element .text {
      max-width: 300px;
      max-height: 100%;
      margin: 0 auto; }
  body.gallery .asset, body.nested_gallery .asset {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 11vw; }
    body.gallery .asset.asset-last, body.nested_gallery .asset.asset-last {
      margin-right: 0; }
    body.gallery .asset .image-placeholder, body.nested_gallery .asset .image-placeholder {
      display: block;
      max-width: 100%;
      opacity: 1;
      position: relative; }
    body.gallery .asset.asset-loaded .image-placeholder, body.nested_gallery .asset.asset-loaded .image-placeholder {
      -webkit-transition: opacity 250ms linear;
      transition: opacity 250ms linear;
      opacity: 0; }
    body.gallery .asset.image, body.nested_gallery .asset.image {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      body.gallery .asset.image .asset-image-wrap, body.nested_gallery .asset.image .asset-image-wrap {
        position: relative;
        font-size: 0; }
        body.gallery .asset.image .asset-image-wrap img, body.nested_gallery .asset.image .asset-image-wrap img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%; }
        body.gallery .asset.image .asset-image-wrap.is-h-centered, body.nested_gallery .asset.image .asset-image-wrap.is-h-centered {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          body.gallery .asset.image .asset-image-wrap.is-h-centered img, body.nested_gallery .asset.image .asset-image-wrap.is-h-centered img {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%; }
      body.gallery .asset.image.is-landscape, body.gallery .asset.image.is-square, body.nested_gallery .asset.image.is-landscape, body.nested_gallery .asset.image.is-square {
        max-width: 50vw; }
      body.gallery .asset.image.is-current img, body.nested_gallery .asset.image.is-current img {
        cursor: zoom-in; }
    body.gallery .asset.video, body.nested_gallery .asset.video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      width: 50vw; }
    body.gallery .asset.text, body.nested_gallery .asset.text {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      max-width: 465px;
      max-height: 50vh;
      overflow-y: auto;
      position: relative; }
  body.gallery .caption, body.nested_gallery .caption {
    color: #c4c1c1;
    font-size: 18px;
    line-height: 1.2;
    font-family: museo, serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 27px auto 0 auto;
    max-width: 640px;
    max-height: 40vh;
    overflow: hidden;
    position: relative; }
    body.gallery .caption p, body.nested_gallery .caption p {
      margin-top: 0; }
  body.gallery .gallery-nextPage, body.nested_gallery .gallery-nextPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    margin-left: 240px; }
    body.gallery .gallery-nextPage .gallery-nextPage-info, body.nested_gallery .gallery-nextPage .gallery-nextPage-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      margin-right: 50px; }
      body.gallery .gallery-nextPage .gallery-nextPage-info .gallery-nextPage-smallHeading, body.nested_gallery .gallery-nextPage .gallery-nextPage-info .gallery-nextPage-smallHeading {
        opacity: 0.5; }
      body.gallery .gallery-nextPage .gallery-nextPage-info .gallery-nextPage-name, body.nested_gallery .gallery-nextPage .gallery-nextPage-info .gallery-nextPage-name {
        margin: 0;
        font-size: 24px; }
      body.gallery .gallery-nextPage .gallery-nextPage-info .gallery-nextPage-seeMore, body.nested_gallery .gallery-nextPage .gallery-nextPage-info .gallery-nextPage-seeMore {
        margin-top: 5px; }
    body.gallery .gallery-nextPage .gallery-nextPage-image, body.nested_gallery .gallery-nextPage .gallery-nextPage-image {
      height: 100%;
      overflow: hidden;
      width: 40px; }
      body.gallery .gallery-nextPage .gallery-nextPage-image img, body.nested_gallery .gallery-nextPage .gallery-nextPage-image img {
        height: 100%;
        width: auto;
        max-width: none; }
  body.gallery .gallery-footer, body.nested_gallery .gallery-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 67px; }
    body.gallery .gallery-footer .back-to-parent, body.nested_gallery .gallery-footer .back-to-parent {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0.5;
      position: absolute;
      top: 50%;
      left: 20px; }
      body.gallery .gallery-footer .back-to-parent a, body.nested_gallery .gallery-footer .back-to-parent a {
        -webkit-transition: border 250ms linear;
        transition: border 250ms linear;
        cursor: pointer;
        color: #c4c1c1;
        font-size: 16px;
        border-bottom: 1px solid #c4c1c1;
        text-decoration: none; }
        body.gallery .gallery-footer .back-to-parent a:hover, body.nested_gallery .gallery-footer .back-to-parent a:hover {
          border-bottom: 1px solid rgba(196, 193, 193, 0); }
    body.gallery .gallery-footer .gallery-footer-text, body.nested_gallery .gallery-footer .gallery-footer-text {
      color: #c4c1c1;
      font-family: museo, serif;
      font-size: 16px;
      text-align: center; }

/*
------------------------------------------------------------------
Listing Styles
------------------------------------------------------------------
*/
body.listing:not([class*=nested]) {
  overflow: hidden; }
  body.listing:not([class*=nested]) .collection-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
    position: relative; }
    body.listing:not([class*=nested]) .collection-wrapper .collection-links {
      padding: 20px;
      max-width: 45%;
      position: absolute;
      top: 0;
      bottom: 0;
      padding-top: calc(50vh - (36px + (36px / 2) + 5px)); }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links .ps-scrollbar-y-rail {
        opacity: 0; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links .title-element {
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: auto; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-links .title-element.is-hidden {
          -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
          opacity: 0;
          pointer-events: none; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-list {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-list.active .collection-links-item {
          opacity: 0.5; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-list.active .collection-links-item.active {
            opacity: 1; }
          @media screen and (min-width: 415px) {
            body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-list.active .collection-links-item:hover {
              opacity: 1; } }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item {
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
        opacity: 1;
        margin-bottom: 35px; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-link-image-wrap {
          display: none;
          position: relative; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-link-image-wrap .collection-images-item-placeholder {
            display: block;
            width: 100%;
            opacity: 1;
            position: relative; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-link-image-wrap .collection-images-item-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-link-image-wrap.asset-loaded .collection-images-item-placeholder {
            opacity: 0; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-links-item-copy {
          display: block; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-links-item-copy h3 {
            color: #c4c1c1;
            font-family: museo, serif;
            font-size: 36px;
            font-weight: normal;
            font-size: 46px;
            line-height: 1;
            margin: 0 0 5px 0; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-links-item-copy .collection-links-item-seeMore {
            color: #c4c1c1;
            font-family: museo, serif;
            font-size: 36px;
            font-weight: normal;
            font-size: 23px;
            font-weight: normal; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-footer-text {
        margin-top: 80px;
        color: #c4c1c1;
        font-family: museo, serif;
        font-size: 16px; }
    body.listing:not([class*=nested]) .collection-wrapper .collection-images {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin-left: auto;
      position: relative; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-images .collection-images-item {
        -webkit-transition: opacity 250ms ease;
        transition: opacity 250ms ease;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: e-resize;
        position: absolute;
        top: 50%;
        left: 0; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-images .collection-images-item.is-hidden {
          opacity: 0;
          pointer-events: none; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-images .collection-images-item .collection-images-item-placeholder {
          opacity: 1;
          position: relative;
          vertical-align: top;
          max-width: 100%;
          max-height: 65vh;
          height: auto; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-images .collection-images-item .collection-images-item-image {
          position: absolute;
          top: 0;
          left: 0;
          vertical-align: top;
          width: 100%;
          height: auto; }
    body.listing:not([class*=nested]) .collection-wrapper.has-title .collection-links {
      padding-top: calc(25vh - (36px + (36px / 2) + 5px)); }
    body.listing:not([class*=nested]) .collection-wrapper.has-title .title-element {
      padding: 0 0 50px 0; }
  body.listing:not([class*=nested]) .title-element img {
    width: 100%;
    height: auto; }
  body.listing:not([class*=nested]) .title-element .text {
    max-width: 100%; }
  body.listing.menu-open:not([class*=nested]) .collection-links {
    z-index: 99998; }

/*
------------------------------------------------------------------
Content Page Styles
------------------------------------------------------------------
*/
body.simple,
body.content,
body.nested_content {
  /** Legacy Content Pages **/
  /** --- **/ }
  body.simple main,
  body.content main,
  body.nested_content main {
    max-width: 1000px;
    margin: 65px auto 0 auto;
    padding: 0 20px; }
  body.simple ._4ORMAT_content_wrapper[data-content-module-removable='false'],
  body.content ._4ORMAT_content_wrapper[data-content-module-removable='false'],
  body.nested_content ._4ORMAT_content_wrapper[data-content-module-removable='false'] {
    margin: 0 auto; }

/*
------------------------------------------------------------------
Blog Styles
------------------------------------------------------------------
*/
body.blog main {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  padding: 0 20px; }

body.blog .f_blog_wrapper {
  margin: 0 auto;
  padding: 10px 0; }
  body.blog .f_blog_wrapper > h1 {
    color: #c4c1c1;
    font-family: museo, serif;
    font-size: 36px;
    font-weight: normal; }

body.blog .f_blog_title_typography,
body.blog .f_blog_title_typography:hover {
  font-family: museo, serif;
  color: #c4c1c1;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: normal !important; }

body.blog .f_blog_body_typography,
body.blog .f_blog_body_typography:hover {
  font-family: museo, serif;
  color: #c4c1c1;
  line-height: 1.7;
  font-size: 21px;
  font-size: 21px !important;
  line-height: 1.7 !important; }

body.blog .f_blog_body_typography > p {
  line-height: 1.7 !important; }

body.blog .f_blog_separator {
  border-color: #c4c1c1; }

body.blog .f_blog_image_caption {
  font-family: museo, serif;
  font-size: 16px; }

body.blog .f_blog_navigation > a {
  text-decoration: none !important; }

body.blog .f_blog_wrapper .slidesjs-container {
  background: #000; }

body.blog .f_blog_date_svg g {
  fill: #c4c1c1; }

/*
------------------------------------------------------------------
Client Access Styles
------------------------------------------------------------------
*/
body.client main {
  max-width: none;
  margin: 65px auto 0 auto;
  padding: 0 20px; }

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/
.social {
  margin-bottom: 25px; }
  .social .social-link,
  .social .social-share {
    color: #c4c1c1;
    font-size: 27px;
    font-weight: normal;
    display: inline-block;
    margin: 0 11px;
    text-decoration: none;
    width: 27px; }
    .social .social-link:hover,
    .social .social-share:hover {
      color: #c1b656; }
  .social .social-icon {
    fill: #c4c1c1;
    height: 27px;
    width: auto;
    overflow: visible !important; }

/*
------------------------------------------------------------------
Footer Styles
------------------------------------------------------------------
*/
.footer {
  text-align: center;
  max-width: 1000px;
  margin: 50px auto 50px auto;
  padding: 0 20px; }
  .footer .social {
    margin-bottom: 10px; }
  .footer .footer-text {
    color: #c4c1c1;
    font-family: museo, serif;
    font-size: 16px; }

/*
------------------------------------------------------------------
Miscellaneous Styles
------------------------------------------------------------------
*/
html body div#using {
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  opacity: 0.5 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default; }
  html body div#using a {
    color: #555 !important;
    border-bottom: 1px #555 solid !important;
    padding-bottom: 0.1em;
    text-decoration: none !important; }
    html body div#using a:hover {
      color: #000 !important;
      border-bottom-color: #000 !important;
      text-decoration: none !important; }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
.client_page .private_page form p {
  color: #c4c1c1 !important;
  font-size: 18px !important; }

.client_page .private_page form input[type='submit'] {
  color: #c4c1c1 !important;
  border: 1px solid #c4c1c1 !important; }

.f_client_header {
  border-bottom: 1px solid rgba(196, 193, 193, 0.3) !important;
  margin: 0 8%; }

.f_client_header_copy p {
  color: #c4c1c1 !important;
  font-size: 18px !important; }

.f_client_header_info .f_btn {
  color: #c4c1c1 !important;
  border: 1px solid #c4c1c1 !important;
  font-family: museo, serif !important;
  font-size: 18px !important; }

.client_page .f_assets-container {
  font-size: 18px !important;
  margin: 0 8%; }

.client_page .private_page form input[type='submit'] {
  color: #c4c1c1 !important;
  border: 1px solid #c4c1c1 !important; }

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #c4c1c1 !important; }

.f_asset_info .f-lightbox-bottom-bar-actions .f-lightbox-favorite svg {
  top: 2px; }

.f_asset_info .f-lightbox-bottom-bar-actions .f-lightbox-download svg {
  top: -3px; }

/*
------------------------------------------------------------------
Store Pages
------------------------------------------------------------------
*/
html.cart-enabled .header.align-right .menu {
  padding-right: 25px; }

html.cart-enabled .header.align-left .logo {
  padding-right: 25px; }

body.store main,
body.product main,
body.order_confirmation main,
body.order_thank_you_page main,
body.order_download_page main,
body.order_payment_error_page main {
  max-width: 1000px;
  margin: 65px auto 0 auto;
  padding: 0 20px; }

.product-list .product-name {
  color: #c4c1c1;
  font-family: museo, serif;
  font-size: 36px;
  font-weight: normal; }

.product-list .product-price {
  font-family: museo, serif !important;
  color: #c4c1c1 !important; }

body.order_confirmation .btn-cancel,
.product-order-form .f-add-to-cart-button,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(196, 193, 193, 0.2) !important;
  color: #c4c1c1 !important; }

.product-order-form .f-add-to-cart-button {
  border: 1px solid rgba(196, 193, 193, 0.3) !important; }

body.product .product-info h1 {
  font-size: 36px !important; }

body.product .product-info .price {
  font-size: 18px !important; }

body.product .product-info .product-shipping-option {
  border-color: #c4c1c1; }

body.product .select2-drop {
  background: #202020 !important;
  border: 1px solid rgba(196, 193, 193, 0.2) !important;
  color: #c4c1c1 !important; }

body.product .select2-drop ul,
body.product .select2-drop ul .select2-result-label {
  border-color: rgba(196, 193, 193, 0.2) !important; }

body.product .select2-results .select2-highlighted,
.product-order-form .f-add-to-cart-button:hover {
  background: rgba(196, 193, 193, 0.1) !important; }

body.product .select2-results .select2-highlighted {
  color: #c4c1c1 !important; }

body.product .product-order-form .select2-container .select2-choice div b:before {
  border-top-color: rgba(196, 193, 193, 0.6) !important; }

body.order_confirmation .order-confirmation {
  border: 1px solid #c4c1c1 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details {
  border-top: 1px solid #c4c1c1 !important;
  border-bottom: 1px solid #c4c1c1 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details dl,
body.order_confirmation .order-confirmation.mobile .order-confirmation-products .order-confirmation-product {
  border-bottom: 1px solid #c4c1c1 !important; }

body.order_confirmation .order-confirmation .order-confirmation-total tr:last-child td,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details {
  border-top: 1px solid #c4c1c1 !important; }

body.order_confirmation .order-confirmation.mobile .order-confirmation-payment {
  border: 0 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details dl dt,
body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation .order-confirmation-total td:first-child {
  color: #c4c1c1 !important; }

body.order_confirmation .btn-confirm,
body.order_download .btn-return,
body.order_thank_you .btn-return,
body.order_payment_error .btn-return {
  background: #c4c1c1 !important;
  border: none !important;
  color: #202020 !important; }

body.order_download svg {
  fill: #c1b656; }

.f-back-to-store-link {
  color: #c1b656;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }
  .f-back-to-store-link svg {
    fill: #c1b656; }
  .f-back-to-store-link:hover {
    color: #c1b656;
    text-decoration: underline; }
    .f-back-to-store-link:hover svg {
      fill: #c1b656; }

.order-download ul {
  padding: 0px; }

/*
------------------------------------------------------------------
Media Queries
------------------------------------------------------------------
*/
@media screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  body.listing:not([class*=nested]) .collection-wrapper .collection-links {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow: auto; }
    body.listing:not([class*=nested]) .collection-wrapper .collection-links .title-element {
      max-width: 45%; }
    body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-list {
      max-width: 45%; }
    body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item-spacer {
      display: none;
      height: 25vh; }
  body.listing:not([class*=nested]) .collection-wrapper .collection-images {
    pointer-events: none; } }

@media screen and (max-width: 767px) {
  html.cart-enabled .header-inner {
    padding: 12px 20px 12px 20px !important; }
  .menu .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .menu .social a {
      margin: 4px 0; }
      .menu .social a.social-share {
        display: none; }
  .inline-menu {
    display: none !important; }
  .nav-trigger {
    display: block !important; }
  body.gallery .caption, body.nested_gallery .caption {
    max-width: 960px; }
  body.store main,
  body.product main,
  body.order_confirmation main,
  body.order_thank_you_page main,
  body.order_download_page main,
  body.order_payment_error_page main {
    padding: 0; }
  body.content ._4ORMAT_content_page_container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body.content ._4ORMAT_content_page_row {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body.content *[class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body.gallery .gallery-wrapper, body.nested_gallery .gallery-wrapper {
    margin-top: 0; }
  body.gallery .asset.text, body.nested_gallery .asset.text {
    max-width: 465px; }
  body.gallery .caption, body.nested_gallery .caption {
    max-width: 465px; } }

@media screen and (min-width: 768px) {
  html.cart-enabled .header-inner {
    padding: 12px 70px 12px 20px !important; } }

@media screen and (max-width: 414px) {
  body .header {
    background: #202020; }
  body.listing:not([class*=nested]) {
    overflow: auto; }
    body.listing:not([class*=nested]) .collection-wrapper {
      padding: 0 20px 0 20px; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links {
        width: 100%;
        max-width: 100%;
        overflow-y: initial;
        padding-top: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        z-index: 99998; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item {
          margin-bottom: 80px; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-links-item .collection-link-image-wrap {
            display: block;
            margin-bottom: 20px; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-links .collection-footer-text {
          padding-bottom: 20px; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-links-item-spacer {
        display: none;
        height: 25vh; }
      body.listing:not([class*=nested]) .collection-wrapper .collection-images {
        display: none;
        position: fixed;
        top: 0;
        right: 20px;
        bottom: 0;
        left: 20px;
        opacity: 0.3; }
        body.listing:not([class*=nested]) .collection-wrapper .collection-images .collection-images-item {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%; }
          body.listing:not([class*=nested]) .collection-wrapper .collection-images .collection-images-item .collection-images-item-placeholder {
            max-width: 70vw; }
  body.gallery .title-element, body.nested_gallery .title-element {
    padding: 0 60px 0 0; }
    body.gallery .title-element .text, body.nested_gallery .title-element .text {
      max-width: 85vw; }
  body.gallery .asset.image.is-landscape, body.gallery .asset.image.is-square,
  body.nested_gallery .asset.image.is-landscape, body.nested_gallery .asset.image.is-square {
    max-width: 85vw !important; }
  body.gallery .asset.text, body.nested_gallery .asset.text {
    max-width: 85vw; }
  body.gallery .asset.video, body.nested_gallery .asset.video {
    width: 85vw; }
  body.gallery .gallery-nextPage, body.nested_gallery .gallery-nextPage {
    margin-left: 120px; }
  body.gallery .gallery-footer .back-to-parent, body.nested_gallery .gallery-footer .back-to-parent {
    display: none; }
  body.gallery .caption, body.nested_gallery .caption {
    max-width: 85vw;
    padding: 0 10px; } }
