/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }

html.lock-scroll {
  height: 100%;
  overflow: hidden; }
  html.lock-scroll body {
    height: 100%;
    overflow: hidden; }

body {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.lock-click {
    pointer-events: none; }
  body.mobile-menu-open .f-cart-wrapper {
    display: none; }

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

h2 {
  color: #343434;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: bold; }

a {
  outline: none;
  color: #444444;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }
  a:hover {
    color: #999999;
    text-decoration: underline; }

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

.loading-overlay {
  -webkit-transition: 250ms opacity ease;
  -moz-transition: 250ms opacity ease;
  transition: 250ms opacity ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999; }
  .loading-overlay:before {
    background: #ffffff;
    content: "";
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .loading-overlay.active {
    opacity: 1;
    pointer-events: auto; }
  .loading-overlay .spinner-wrap {
    -webkit-transition: 250ms all ease;
    -moz-transition: 250ms all ease;
    transition: 250ms all ease;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px; }
    .loading-overlay .spinner-wrap .spinner {
      -webkit-animation: rotator 1.2s linear infinite;
      -moz-animation: rotator 1.2s linear infinite;
      animation: rotator 1.2s linear infinite;
      width: 24px;
      height: 24px; }
      .loading-overlay .spinner-wrap .spinner .spinner-circle {
        -webkit-transition: 250ms all ease;
        -moz-transition: 250ms all ease;
        transition: 250ms all ease;
        -webkit-animation: dash 1.2s ease-in-out infinite;
        -moz-animation: dash 1.2s ease-in-out infinite;
        animation: dash 1.2s ease-in-out infinite;
        stroke-dasharray: 60;
        stroke: #343434; }
      .loading-overlay .spinner-wrap .spinner .exclamation-point {
        -webkit-transition: 250ms opacity ease 250ms;
        -moz-transition: 250ms opacity ease 250ms;
        transition: 250ms opacity ease 250ms;
        opacity: 0; }
  .loading-overlay .error-message {
    -webkit-transition: 250ms opacity ease 300ms;
    -moz-transition: 250ms opacity ease 300ms;
    transition: 250ms opacity ease 300ms;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center; }
    .loading-overlay .error-message h3 {
      font-size: 24px;
      font-weight: normal;
      margin: 0 0 15px 0; }
    .loading-overlay .error-message p {
      margin: 0; }
      .loading-overlay .error-message p a {
        text-decoration: underline; }
        .loading-overlay .error-message p a:hover {
          color: #999999; }
    .loading-overlay .error-message button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: none;
      cursor: pointer;
      margin-top: 30px;
      outline: none;
      padding: 15px; }
  .loading-overlay.error .spinner-wrap {
    margin-top: -29px;
    margin-left: -29px;
    width: 58px;
    height: 58px;
    -webkit-transform: translate3d(0, -58px, 0);
    -moz-transform: translate3d(0, -58px, 0);
    transform: translate3d(0, -58px, 0); }
    .loading-overlay.error .spinner-wrap .spinner {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
      width: 58px;
      height: 58px; }
      .loading-overlay.error .spinner-wrap .spinner .spinner-circle {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        stroke-dasharray: 500; }
      .loading-overlay.error .spinner-wrap .spinner .exclamation-point {
        opacity: 1; }
  .loading-overlay.error .error-message {
    opacity: 1;
    pointer-events: auto; }

/*
------------------------------------------------------------------
Header / Menu Styles
------------------------------------------------------------------
*/
.header {
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  pointer-events: auto;
  width: 100%; }
  .header.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .header.is-very-hidden {
    opacity: 0 !important;
    pointer-events: none !important; }
  .header .logo {
    line-height: 0.8;
    margin: 0;
    position: relative; }
    .header .logo a {
      color: #111111;
      font-family: Karla, sans-serif;
      font-weight: bold;
      font-size: 30px;
      display: inline-block;
      letter-spacing: normal;
      line-height: 0.8;
      text-decoration: none;
      vertical-align: top;
      width: 100%;
      word-wrap: break-word; }
    .header .logo img {
      max-height: 150px;
      width: auto;
      vertical-align: top; }
  .header.align-top, .header.align-bottom {
    padding-top: 58px;
    text-align: center; }
    .header.align-top .logo, .header.align-bottom .logo {
      display: inline-block; }
      .header.align-top .logo img, .header.align-bottom .logo img {
        max-width: 500px; }
    .header.align-top .menu, .header.align-bottom .menu {
      padding: 0 16px 0 16px; }
      .header.align-top .menu > ul, .header.align-bottom .menu > ul {
        padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .header.align-top, .header.align-bottom {
        padding: 24px 32px !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 98;
        text-align: left; }
        .header.align-top.has-image-logo, .header.align-bottom.has-image-logo {
          padding: 15px 32px !important; } }
  .header.align-left, .header.align-right {
    position: fixed;
    top: 0;
    z-index: 98; }
    .header.align-left .logo, .header.align-right .logo {
      position: absolute;
      top: 24px;
      z-index: 99; }
      .header.align-left .logo img, .header.align-right .logo img {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1); }
    .header.align-left ~ main, .header.align-right ~ main {
      clear: both;
      margin-top: 88px; }
    @media only screen and (max-width: 767px) {
      .header.align-left, .header.align-right {
        padding: 24px 32px !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 98;
        text-align: left; }
        .header.align-left.has-image-logo, .header.align-right.has-image-logo {
          padding: 15px 32px !important; } }
  .header.align-left {
    padding-top: 24px; }
    .header.align-left .logo {
      display: inline-block;
      right: 24px;
      left: auto;
      text-align: right;
      width: 25%; }
      .header.align-left .logo img {
        transform-origin: top right; }
    .header.align-left .menu {
      top: 22px;
      right: auto;
      left: 0;
      max-width: 75%;
      padding: 0 0 16px 0; }
      .header.align-left .menu ul {
        margin: 0;
        width: 100%;
        text-align: left; }
  .header.align-right {
    padding-top: 24px; }
    .header.align-right .logo {
      display: inline-block;
      left: 24px;
      right: auto;
      width: 25%; }
      .header.align-right .logo img {
        transform-origin: top left; }
    .header.align-right .menu {
      top: 22px;
      left: auto;
      right: 0;
      max-width: 75%;
      padding: 0 0 16px 0; }
      .header.align-right .menu ul {
        margin: 0;
        width: 100%;
        text-align: right; }
  .header.align-top .menu {
    padding-top: 16px;
    position: fixed;
    top: 0; }
  .header.align-top .logo img {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1); }
  .header.align-top ~ main {
    margin-top: 78px; }
  .header.align-bottom .menu {
    padding: 16px;
    position: absolute; }
    .header.align-bottom .menu.sticky {
      position: fixed;
      top: 0 !important; }
  .header.align-bottom .logo img {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1); }
  .header.align-bottom ~ main {
    margin-top: 88px; }
  @media only screen and (max-width: 767px) {
    .header {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background: #ffffff !important; }
      .header.hidden {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
      .header .logo {
        padding-top: 0 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        text-align: left !important;
        width: 75% !important;
        right: auto !important;
        left: auto !important; }
        .header .logo a {
          font-size: 25px !important;
          line-height: 1.3 !important; }
        .header .logo img {
          width: auto !important;
          max-width: 100% !important;
          max-height: 150px !important; }
      .header.align-right .logo img, .header.align-top .logo img, .header.align-bottom .logo img, .header.align-left .logo img {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1); } }
.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98; }
  .menu ul {
    list-style: none;
    margin: 0 auto; }
  .menu .category {
    cursor: pointer;
    position: relative;
    font-weight: normal; }
    .menu .category ul {
      -webkit-transition: opacity 150ms ease, visibility 150ms ease, transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: opacity 150ms ease, visibility 150ms ease, transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 150ms ease, visibility 150ms ease, transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      transform: translateY(-4px);
      background: #fafafa;
      font-weight: normal;
      opacity: 0;
      padding: 0.8em 0.8em 0.8em 0.5em;
      visibility: hidden;
      position: absolute;
      top: 100%;
      left: -0.5em;
      text-align: left;
      text-align: left;
      width: auto !important; }
      .menu .category ul li {
        display: block;
        margin: 0.6em 0;
        white-space: nowrap; }
    .menu .category:hover ul {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .menu .category:not(.selected):hover > a {
      color: #858585; }
  .menu li {
    display: inline-block;
    margin: 0 25px 16px 25px; }
    .menu li > a {
      color: #222222;
      font-family: Karla, sans-serif;
      font-size: 15px;
      text-decoration: none; }
    .menu li.item > a:hover {
      color: #858585; }
    .menu li.selected > a {
      color: #1898f9;
      font-weight: bold;
      text-decoration: none; }
      .menu li.selected > a:hover {
        color: #1898f9;
        font-weight: bold;
        text-decoration: none; }
    .menu li.category.selected > a {
      color: #1898f9;
      font-weight: bold;
      text-decoration: none; }
      .menu li.category.selected > a:hover {
        color: #1898f9;
        font-weight: bold;
        text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .menu {
      display: none; } }
.mobile-menu-trigger {
  cursor: pointer;
  display: none;
  margin-top: -11px;
  position: fixed;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 22px;
  z-index: 98; }
  .mobile-menu-trigger > .ex {
    background: #222222;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 4px; }
    .mobile-menu-trigger > .ex::before {
      background: #222222;
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 30px;
      height: 4px; }
    .mobile-menu-trigger > .ex::after {
      background: #222222;
      content: "";
      display: block;
      position: absolute;
      top: 18px;
      left: 0;
      width: 30px;
      height: 4px; }
  @media only screen and (max-width: 767px) {
    .mobile-menu-trigger {
      display: block; } }
.mobile-menu-container {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 99; }
  .mobile-menu-container .mobile-menu {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background-color: #ffffff;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 42px; }
    .mobile-menu-container .mobile-menu .mobile-menu-close {
      color: #222222;
      cursor: pointer;
      font-size: 47px;
      line-height: 1;
      position: absolute;
      top: 7px;
      right: 21px; }
    .mobile-menu-container .mobile-menu .mobile-menu-list {
      -webkit-overflow-scrolling: touch;
      line-height: 1.6;
      list-style-type: none;
      margin: 0;
      padding: 24px 0 0 24px;
      overflow-y: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 50px;
      bottom: 50px;
      padding-bottom: 10px; }
      .mobile-menu-container .mobile-menu .mobile-menu-list li.category {
        color: #222222;
        font-family: Karla, sans-serif;
        font-size: 15px;
        font-size: 16px;
        font-weight: normal;
        margin: 12px 0; }
        .mobile-menu-container .mobile-menu .mobile-menu-list li.category > a {
          color: #222222;
          font-family: Karla, sans-serif;
          font-size: 15px;
          font-size: 16px !important;
          text-decoration: none; }
          .mobile-menu-container .mobile-menu .mobile-menu-list li.category > a:hover {
            color: #222222;
            font-family: Karla, sans-serif;
            font-size: 15px;
            text-decoration: none; }
        .mobile-menu-container .mobile-menu .mobile-menu-list li.category ul {
          font-weight: normal;
          list-style-type: none;
          margin: 5px 0 0 5px;
          padding: 0; }
      .mobile-menu-container .mobile-menu .mobile-menu-list li.item > a {
        color: #222222;
        font-family: Karla, sans-serif;
        font-size: 15px;
        display: block;
        padding: 12px 0;
        text-decoration: none; }
        .mobile-menu-container .mobile-menu .mobile-menu-list li.item > a:hover {
          color: #858585; }
      .mobile-menu-container .mobile-menu .mobile-menu-list li.item.selected > a {
        color: #1898f9;
        font-weight: bold;
        text-decoration: none; }
    .mobile-menu-container .mobile-menu .footer-social {
      background: #ffffff;
      box-shadow: 6px -10px 10px #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      min-height: 50px; }
      .mobile-menu-container .mobile-menu .footer-social .social-link,
      .mobile-menu-container .mobile-menu .footer-social .social-share {
        color: #999999;
        font-size: 11.7px;
        font-weight: normal;
        text-decoration: none;
        display: inline-block;
        margin: 0 10px;
        position: relative; }
        .mobile-menu-container .mobile-menu .footer-social .social-link:hover,
        .mobile-menu-container .mobile-menu .footer-social .social-share:hover {
          color: #555555; }
      .mobile-menu-container .mobile-menu .footer-social .social-icon {
        width: auto;
        height: 11.7px;
        overflow: visible;
        position: absolute;
        top: 1px;
        left: 0; }
  .mobile-menu-container.mobile-menu-active {
    background: rgba(0, 0, 0, 0.3);
    pointer-events: auto; }
    .mobile-menu-container.mobile-menu-active .mobile-menu {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

main {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #343434;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  opacity: 1;
  position: relative; }
  main.ajax-hide {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  main .gallery-container, main .listing-container {
    margin: 0 auto;
    max-width: 1440px;
    width: 85%; }
    main .gallery-container .asset.image, main .gallery-container .asset.video, main .listing-container .asset.image, main .listing-container .asset.video {
      text-align: center; }
  main .gallery-container img, main .gallery-container .video_cont {
    max-height: 88vh;
    width: auto; }
  main .gallery-container .asset.text a {
    color: #444444;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline; }
    main .gallery-container .asset.text a:hover {
      color: #999999;
      text-decoration: underline; }
  main .simple-container {
    margin: 0 auto;
    max-width: 1140px;
    width: 85%; }
  main .listing-container.nested .gallery-container, main .listing-container.nested .simple-container {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    main {
      margin-top: 96px; }
      main .listing-container {
        width: 100%; }
        main .listing-container .pagination {
          width: 85%; }
        main .listing-container.nested .gallery-container {
          width: 100%; }
          main .listing-container.nested .gallery-container .asset {
            width: 85%; }
        main .listing-container .listing-grid {
          margin: 0 auto;
          width: 95%; }
        main .listing-container .title-element .text {
          width: 100%; }
      main .simple-container {
        width: 100%; } }
/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
body.gallery .title-element, .gallery-container .title-element {
  margin: 12% auto !important;
  max-width: 480px;
  text-align: center;
  color: #343434;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 1.5; }
  body.gallery .title-element .text, .gallery-container .title-element .text {
    display: inline-block;
    margin: 0 auto;
    text-align: left; }

body.gallery .asset, .gallery-container .asset {
  margin: 0 auto 6% auto; }
  body.gallery .asset:last-child, .gallery-container .asset:last-child {
    margin: 0 auto; }
  body.gallery .asset.image, .gallery-container .asset.image {
    position: relative; }
    body.gallery .asset.image.image-loaded img, body.gallery .asset.image.image-loaded .caption, .gallery-container .asset.image.image-loaded img, .gallery-container .asset.image.image-loaded .caption {
      opacity: 1; }
    body.gallery .asset.image .image-container, .gallery-container .asset.image .image-container {
      position: relative; }
    body.gallery .asset.image .image-placeholder, .gallery-container .asset.image .image-placeholder {
      max-width: 100%;
      margin-bottom: -6px;
      position: relative;
      max-height: 88vh;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }

@-moz-document url-prefix() {
  body.gallery .asset.image .image-placeholder, .gallery-container .asset.image .image-placeholder {
    -moz-transform: translateX(0);
    transform: translateX(0);
    left: 0; } }
      body.gallery .asset.image .image-placeholder.hidden, .gallery-container .asset.image .image-placeholder.hidden {
        opacity: 0;
        height: 100%; }
    body.gallery .asset.image img, .gallery-container .asset.image img {
      -webkit-transition: opacity 250ms ease;
      -moz-transition: opacity 250ms ease;
      transition: opacity 250ms ease;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 100%;
      left: 50%; }
  body.gallery .asset.video .fluid-width-video-wrapper, .gallery-container .asset.video .fluid-width-video-wrapper {
    margin: 0 auto; }
    body.gallery .asset.video .fluid-width-video-wrapper iframe, .gallery-container .asset.video .fluid-width-video-wrapper iframe {
      max-height: 88vh; }
  body.gallery .asset.text, .gallery-container .asset.text {
    margin: 12% auto;
    max-width: 480px;
    text-align: center;
    color: #343434;
    font-family: Karla, sans-serif;
    font-size: 15px;
    line-height: 1.5; }
    body.gallery .asset.text .text-wrap, .gallery-container .asset.text .text-wrap {
      display: inline-block;
      margin: 0 auto;
      text-align: left; }

body.gallery .caption, .gallery-container .caption {
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 1;
  color: #4d4d4d;
  font-family: Karla, sans-serif;
  font-size: 14px;
  margin: 5px auto 0 auto;
  text-align: Left; }

/*
------------------------------------------------------------------
Listing Styles
------------------------------------------------------------------
*/
body.listing .listing-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80vw;
  margin: 0 auto; }
  body.listing .listing-titles.title-active .title {
    opacity: 0.5;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease; }
    body.listing .listing-titles.title-active .title.active {
      opacity: 1; }
  body.listing .listing-titles .listing-image-wrap {
    display: none; }
  body.listing .listing-titles .title {
    background: none !important; }
  body.listing .listing-titles a {
    display: inline;
    margin-right: 13px;
    color: #343434;
    font-family: Karla, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none; }
    body.listing .listing-titles a p {
      margin-top: calc(13px/2);
      margin-bottom: calc(13px/2); }

body.listing .listing-title-images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1; }
  body.listing .listing-title-images > * {
    object-fit: contain; }
  body.listing .listing-title-images img {
    width: 80vw;
    max-height: 90vh;
    opacity: 0;
    position: absolute; }
    body.listing .listing-title-images img.visible {
      transition: opacity 300ms ease;
      opacity: 1; }

body.listing .listing-grid {
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 1;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  body.listing .listing-grid .asset,
  body.listing .listing-grid .column-size {
    width: 48.5%; }
  body.listing .listing-grid .asset.wide {
    width: 100%; }
  body.listing .listing-grid .asset.full-width {
    width: 100%; }
    body.listing .listing-grid .asset.full-width.title-element > * {
      margin: 0 auto;
      max-width: 480px; }
  body.listing .listing-grid .gutter-size {
    width: 3%; }
  @media only screen and (max-width: 767px) {
    body.listing .listing-grid footer {
      margin: 12% 0 8%; } }
  body.listing .listing-grid.is-hidden {
    opacity: 0;
    pointer-events: none; }
  body.listing .listing-grid .asset:not(.title-element) {
    overflow: hidden; }
    body.listing .listing-grid .asset:not(.title-element) .image-placeholder {
      position: relative;
      height: 100%;
      display: block; }
      body.listing .listing-grid .asset:not(.title-element) .image-placeholder.hidden {
        opacity: 0;
        height: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body.listing .listing-grid .asset:not(.title-element) .image-placeholder {
          position: absolute; } }
    body.listing .listing-grid .asset:not(.title-element) .image-placeholder-ie {
      display: none; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body.listing .listing-grid .asset:not(.title-element) .image-placeholder-ie {
          display: block; } }
    body.listing .listing-grid .asset:not(.title-element) a {
      display: block;
      position: relative; }
      body.listing .listing-grid .asset:not(.title-element) a.grid-item-anchor {
        text-decoration: none; }
      body.listing .listing-grid .asset:not(.title-element) a .listing-image-wrap {
        position: relative; }
        body.listing .listing-grid .asset:not(.title-element) a .listing-image-wrap img {
          width: 100%;
          height: 100% !important; }
        body.listing .listing-grid .asset:not(.title-element) a .listing-image-wrap img {
          position: absolute;
          top: 0;
          vertical-align: top;
          -webkit-transition: opacity 250ms ease;
          -moz-transition: opacity 250ms ease;
          transition: opacity 250ms ease;
          opacity: 0; }
        body.listing .listing-grid .asset:not(.title-element) a .listing-image-wrap:after {
          -webkit-transition-duration: 300ms;
          -moz-transition-duration: 300ms;
          transition-duration: 300ms;
          background: #ffffff;
          content: "";
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 97; }
      body.listing .listing-grid .asset:not(.title-element) a.active .listing-image-wrap:after {
        opacity: 0.5; }
    body.listing .listing-grid .asset:not(.title-element) .title {
      -webkit-transition: color 250ms ease;
      -moz-transition: color 250ms ease;
      transition: color 250ms ease;
      color: #343434;
      font-family: Karla, sans-serif;
      font-size: 13px;
      font-weight: bold;
      margin-top: 8px;
      text-align: left; }
    body.listing .listing-grid .asset:not(.title-element):hover .listing-image-wrap:after {
      opacity: 0.2; }
    body.listing .listing-grid .asset:not(.title-element):hover .title {
      color: #999999; }
    body.listing .listing-grid .asset.image-loaded:not(.title-element) a .listing-image-wrap img {
      opacity: 1; }

body.listing .pagination {
  margin: 88px auto 45px auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto; }
  body.listing .pagination.is-hidden {
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none; }
  body.listing .pagination .prev, body.listing .pagination .next, body.listing .pagination .listing-title {
    display: inline-block;
    width: 33.33%;
    color: #4d4d4d;
    font-family: Karla, sans-serif;
    font-size: 16px; }
    body.listing .pagination .prev a, body.listing .pagination .next a, body.listing .pagination .listing-title a {
      color: #4d4d4d;
      font-family: Karla, sans-serif;
      font-size: 16px;
      pointer-events: auto;
      text-decoration: none; }
      body.listing .pagination .prev a:hover, body.listing .pagination .next a:hover, body.listing .pagination .listing-title a:hover {
        color: #525252;
        text-decoration: none; }
    body.listing .pagination .prev.is-hidden, body.listing .pagination .next.is-hidden, body.listing .pagination .listing-title.is-hidden {
      opacity: 0;
      pointer-events: none; }
  body.listing .pagination .prev {
    float: left;
    text-align: left; }
  body.listing .pagination .listing-title {
    float: left;
    text-align: center; }
  body.listing .pagination .next {
    float: right;
    text-align: right; }
  body.listing .pagination .prev-link.is-disabled, body.listing .pagination .next-link.is-disabled {
    opacity: 0.5;
    pointer-events: none; }

.title-element .image-container {
  display: inline-block;
  position: relative; }

.title-element .image-placeholder {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0; }

.title-element .title-element-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/*
------------------------------------------------------------------
Content Page Styles
------------------------------------------------------------------
*/
._4ORMAT_content_wrapper, #content_page_wrapper {
  margin: 0 auto;
  max-width: 1140px; }
  ._4ORMAT_content_wrapper p, #content_page_wrapper p {
    line-height: 1.5 !important; }
  ._4ORMAT_content_wrapper img, #content_page_wrapper img {
    max-height: none; }

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/
footer {
  color: #343434;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-style: normal;
  margin: 0 auto;
  padding: 88px 0 58px 0;
  width: 85%; }
  footer .footer-text {
    display: block;
    text-align: center; }
  footer .footer-social {
    position: relative;
    display: block;
    line-height: 5;
    text-align: center; }
    footer .footer-social .social-link,
    footer .footer-social .social-share {
      color: #999999;
      font-size: 11.7px;
      font-weight: normal;
      text-decoration: none;
      display: inline-block;
      margin: 0 10px;
      position: relative; }
      footer .footer-social .social-link:hover,
      footer .footer-social .social-share:hover {
        color: #555555; }
    footer .footer-social .social-icon {
      width: auto;
      height: 11.7px;
      overflow: visible;
      position: absolute;
      top: 1px;
      left: 0; }
  footer .cf {
    clear: both; }
  @media only screen and (max-width: 767px) {
    footer .footer-text {
      display: block;
      float: none;
      text-align: center; }
    footer .footer-social {
      display: block;
      float: none;
      line-height: 2;
      text-align: center; } }
@media only screen and (max-width: 767px) {
  #share_4ormat_link,
  .f-share-panel {
    display: none; } }

/*
------------------------------------------------------------------
Blog Styles
------------------------------------------------------------------
*/
.f_blog_wrapper {
  margin: 0 auto;
  text-align: left;
  max-width: 780px !important; }
  .f_blog_wrapper h1 {
    color: #343434;
    font-family: Karla, sans-serif;
    font-size: 24px;
    font-weight: bold; }
    .f_blog_wrapper h1 + h3 {
      color: #343434;
      font-family: Karla, sans-serif;
      font-size: 24px;
      font-weight: bold;
      font-size: 15; }

.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #343434 !important;
  font-family: Karla, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important; }

.f_blog_body_typography > p {
  line-height: 1.6 !important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path {
  fill: #343434 !important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #343434 !important;
  font-family: Karla, sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: bold !important; }

.f_blog_title_typography_hover:hover {
  color: #484848 !important;
  text-decoration: underline !important; }

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #484848 !important;
  text-decoration: underline !important; }

.fancybox-title .child,
.f_blog_caption_typography {
  font-family: Karla, sans-serif !important;
  font-size: 14px !important; }

.f_blog_caption_typography_font-size {
  font-size: 14px !important; }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
body.simple.client_page #content {
  margin: 0;
  padding: 0; }

.client_page .private_page {
  padding-left: 20px;
  padding-right: 20px; }

.client_page .private_page form p {
  color: #343434 !important;
  font-size: 15px !important; }

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

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

.f_client_header_copy p {
  color: #343434 !important; }

.f_client_header_info .f_btn {
  color: #343434 !important;
  border: 1px solid #343434 !important;
  font-family: Karla, sans-serif !important;
  font-size: 15px !important; }

.client_page .f_assets-container {
  margin: 0 8%; }

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

.client_page main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

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

/*
------------------------------------------------------------------
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; }

body.ie {
  /*svg {
    display: none!important;
  }*/ }
  body.ie .gallery-container .asset img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    width: auto !important; }

/* Keyframe Animations */
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-moz-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 60;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    stroke-dashoffset: 12;
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    stroke-dashoffset: 60;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    transform: rotate(450deg); } }

@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 60;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    stroke-dashoffset: 12;
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    stroke-dashoffset: 60;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 60;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    stroke-dashoffset: 12;
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    stroke-dashoffset: 60;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    transform: rotate(450deg); } }

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

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

.product-list .product-name {
  color: #343434;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: bold; }

.product-list .product-price {
  color: #343434 !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(52, 52, 52, 0.2) !important;
  color: #343434 !important; }

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

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

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

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

body.product .select2-drop {
  background: #ffffff !important;
  border: 1px solid rgba(52, 52, 52, 0.2) !important;
  color: #343434 !important; }

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

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

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

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

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

body.order_confirmation .order-confirmation .order-confirmation-details {
  border-top: 1px solid #343434 !important;
  border-bottom: 1px solid #343434 !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 #343434 !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 #343434 !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: #343434 !important; }

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

body.order_download svg {
  fill: #444444; }

.f-back-to-store-link svg {
  fill: #444444; }

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