@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

sup {
  font-size: 70%;
  vertical-align: super;
}

sub {
  font-size: 70%;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

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

a[href^="tel:"] {
    text-decoration:none;
}

@keyframes fade_in_out {
	0% { opacity: 0; }
	30% { opacity: 1; }
	70% { opacity: 1; }
	100% { opacity: 0; }
}

@font-face {
  font-family: CardinalCrousel;
  src: url("../fonts/cardinalcrousel-regular.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: CardinalCrousel;
  src: url("../fonts/cardinalcrousel-italic.otf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
html, body {
  width: 100%;
  height: 100%; }

body {
  font: 0.8em/1.6em "CardinalCrousel", serif;
  color: black;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-variant-ligatures: none;
  font-variant-numeric: normal;
  -webkit-font-variant-ligatures: none;
  -webkit-font-variant-numeric: normal;
  -moz-font-variant-ligatures: none;
  -moz-font-variant-numeric: normal;
  -o-font-variant-ligatures: none;
  -o-font-variant-numeric: normal;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    body {
      font: 0.7em/1.6em "CardinalCrousel", serif; } }

h1 {
  font: 300 4em/1.2em "CardinalCrousel", serif;
  letter-spacing: 0; }

h2 {
  font: 300 2em/1.4em "CardinalCrousel", serif;
  letter-spacing: 0; }

h3 {
  font: italic 300 2em/1.4em "CardinalCrousel", serif;
  letter-spacing: 0; }

h4 {
  font: 300 1.6em/1.2em "CardinalCrousel", serif;
  text-transform: uppercase; }

h5 {
  font: 300 0.9em/1.2em "CardinalCrousel", serif;
  text-transform: uppercase;
  color: #707070; } /* C9C9C9 */
  @media screen and (max-width: 640px) {
    h5 {
      font: 300 0.8em/1.2em "CardinalCrousel", serif;
      letter-spacing: 0; } }

p {
  font: 300 1.4em/1.6em "CardinalCrousel", serif;
  margin-bottom: 20px; }

a {
  color: black; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: none; }

em {
  font-style: italic; }

strong {
  font-weight: 300; }

blockquote {
  font: 300 1.6em/1.4em "CardinalCrousel", serif; }

img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top; }

section, footer {
  width: 100%;
  position: relative;
  z-index: 10;
  float: left;
  margin: 0 auto;
  background-color: white; }

.inner {
  width: 80%;
  max-width: 1200px;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 20px 0px 60px 0px; }
  @media screen and (max-width: 640px) {
    .inner {
      margin-left: 0%;
	}
    .menu-header .inner,
    .section-header .inner {
      margin-left: 10%;
	} }
  


.section:first-of-type > .inner {
  padding-top: 0 !important; }

.section.fixed {
    position:fixed; }

.content {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative; 
  overflow: hidden;
}
.content a{
  text-decoration: none;
}

.footer {
  float: left;
  width: 100%;
  height: 550px; }
  @media screen and (max-width: 640px) {
    .footer {
      height: 850px; } }

.col-container {
  width: 86%;
  max-width: calc(1200px + 5%); }

.section .col-container {
  visibility: hidden; }

.col-100 {
  width: 100%; }

.col-75 {
  width: 75%;
  float: left; }
  @media screen and (max-width: 640px) {
    .col-75 {
      width: 100%; } }

.col-50 {
  width: 50%; 
}

.col-33 {
  width: 33.3%; }
  @media screen and (max-width: 1024px) {
    .col-33 {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .col-33 {
      width: 50%; } }

.col-25 {
  width: 25%; }
  @media screen and (max-width: 1024px) {
    .col-25 {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .col-25 {
      width: 100%; } }

.col {
  float: left;
  padding: 0% 3%;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative; }
  .col h2 {
    margin-top: -5px; }
    .col h2 a {
      display: inline-block;
      text-decoration: none;
      position: relative;
      padding: 4px 0px; }
      .col h2 a:before {
        content: "";
	    vertical-align:top;
        width: 0;
	    display:inline-block;
        height: 1px;
        background-color: black;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .artists .col h2 a:hover:before,
      #menu .col h2 a:hover:before {
        content: "";
        width: 25px;
        margin-right: 5px; }
  .col h5 {
    margin-top: 10px;
    white-space: nowrap; }
    .col h5 a {
      color: #707070; }
      .col h5 a:hover {
        cursor: pointer;
        color: black;
        text-decoration: none; }
  .col p {
    font: 300 1.2em/1.6em "CardinalCrousel", serif;
    margin: 10px 0px 0px 0px; }
  .col img {
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; 
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .col .inactive img {
    opacity: 0.8; }
  .col .col-footer {
    position: absolute;
    bottom: 0;
    left: 9%;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .col .col-footer {
        left: 6%; } }
  .col .place,
  .col .date {
    display: inline;
    font: 300 1.4em/1.2em "CardinalCrousel", serif;
    font-weight: 300; }
  .col .price {
    float: left;
    margin: 5px 0px;
    font-size: 0.9em;
    text-transform: uppercase; }
    .col .price a {
      text-decoration: none; }
      .col .price a:hover {
        text-decoration: underline; }

.col-artists {
    width:45%;
	margin-right:5%;
}
@media screen and (max-width: 640px) {
    .column-artists {
		width:94%;
    }
}

.column-count-2 div:first-child {
    margin-top:5px;
}

.col.async {
    display: none; }
    .col.async img {
	opacity: 0;
	transform:translateY(20px); }
    .col.async a.cover img {
	margin-bottom:-20px; }
.home col.featured a.cover {
	width:70%;
}

.col-33 a.cover, .books a.cover {
	height:220px;
}
.col-50 a.cover , .col-33.featured a.cover {
	height:380px;
}

.single-artist #news .col-33.featured a.cover {
	height: 220px;
    width: 100%;
}
.single-artist #news .col-33.featured figcaption {
    padding-left: 0;
    padding-top: 0;
}

.single-artist #news .col-33.featured:nth-child(2n) .col-footer {
	right: initial;
    bottom: 0;
    padding-left: 0;
}

.col-33.featured a.cover {
	float:left;
}
a.cover {
  width: 100%;
  max-height:calc(100vw / 4);
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow:hidden; }
  a.cover img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .col-33 a.cover.portrait img {
    height: auto;
    width: 100%; }
  a.cover.landscape img {
	width:auto;
	max-height:400px;
     }

/* handling pictures dimensions for various image ratios and windows sizes 
 * default is height: 380px from above 
 * when it is a news, make it 220px */
/* .news  a.cover.landscape img { */
/* 	width:inherit; */
/* } */

/* .news .featured a.cover.landscape img { */
/* 	width:100%; */
/* 	height:auto; */
/* 	max-height:none; */
/* } */

.news .col img, .news a.cover.landscape img {
  max-height: 220px;
  object-fit: contain;
}

.news .col.featured img, .news .col.featured a.cover.landscape img {
    max-height: 400px;
    object-position: right;
}

.section-header,
.menu-header,
.artist-header {
  width: 100%;
  float: left;
  padding: 40px 0px;
  text-align: center;
  z-index: 10;
  background-color: white; }
  @media screen and (max-width: 640px) {
    .section-header,
    .menu-header,
    .artist-header {
      padding: 28px 0px; } }
  .section-header .inner,
  .menu-header .inner,
  .artist-header .inner {
    text-align: right;
    padding: 0; }
  .section-header .btn-wrapper,
  .menu-header .btn-wrapper,
  .artist-header .btn-wrapper {
    white-space: nowrap; }
    @media screen and (max-width: 640px) {
      .section-header .btn-wrapper,
      .menu-header .btn-wrapper,
      .artist-header .btn-wrapper {
        width: 100%;
        margin-top: 40px; } }
  .section-header .btn,
  .menu-header .btn,
  .artist-header .btn {
    margin: 0px 0px 0px 10px; }
  .section-header h1,
  .section-header a.logo,
  .menu-header h1,
  .menu-header a.logo,
  .artist-header h1,
  .artist-header a.logo {
    float: left;
    font: 300 0.9em/1.3em "CardinalCrousel", serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin: 0;
    margin-left: -40px; }
    @media screen and (max-width: 640px) {
      .section-header h1,
      .section-header a.logo,
      .menu-header h1,
      .menu-header a.logo,
      .artist-header h1,
      .artist-header a.logo {
        margin-left: -32px; } }
  .section-header a.logo,
  .menu-header a.logo,
  .artist-header a.logo {
    display: block;
    width: 140px;
    height: 40px;
    text-align: left;
    margin-bottom: -20px; }
    @media screen and (max-width: 640px) {
      .section-header a.logo,
      .menu-header a.logo,
      .artist-header a.logo {
        margin-top: -6px; } }
  .section-header a.logo img,
  .menu-header a.logo img,
  .artist-header a.logo img {
      width:130px;
  }

.section-header .languages {
    display: inline-block;
    margin-right: 1.5em;
}
  .section-header .languages li {
    display: inline-block;
  }
    .section-header .languages li a {
        text-transform: uppercase;
        font: 300 .9em/1.2em "CardinalCrousel", serif;
        margin-right: 1em;
        vertical-align: top;
        color: #707070;
        text-decoration: none;
    }
    .section-header .languages li.active a {
        color: #000;
    }
    .section-header .languages li a:hover {
        color: #000;
    }

#menu,
#cart,
#notification {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: white;
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 640px) {
    #menu,
    #cart,
	#notification {
      min-height: 480px;
      overflow-y: auto; } }

#menu.open,
#cart.open,
#notification.open {
  height: 100%;
  z-index: 100;
  opacity: 0.98;
  overflow-y: scroll; }

#notification.open {
    opacity: 0.9;
}

.fix {
	overflow: hidden;
}

#menu .inner.col-container {
  position: initial;
  min-height: 480px;
  height: 80%; }
  #menu .inner.col-container .col {
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      #menu .inner.col-container .col {
        width: 100%;
        height: auto !important;
        margin-bottom: 10px; } }
    #menu .inner.col-container .col p, address {
      font: 300 0.9em/1.8em "CardinalCrousel", serif;
      text-transform: uppercase;
      font-variant-ligatures: none;
      margin: 0px 0px 10px 0px; }
  #menu .inner.col-container nav.col {
    width: 50%;
    float: left;
    margin-top: -5px; }
    @media screen and (max-width: 640px) {
      #menu .inner.col-container nav.col {
        width: 100%;
        margin-top: 0; } }
    #menu .inner.col-container nav.col li {
      float: left;
      width: 100%;
      vertical-align: top; }
      #menu .inner.col-container nav.col li a,
      #menu .inner.col-container nav.col li span {
        height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        display: block;
        font: 300 3.8em/1.2em "CardinalCrousel", serif;
        text-decoration: none;
        font-variant-ligatures: normal; }
        @media screen and (max-width: 1024px) {
          #menu .inner.col-container nav.col li a,
          #menu .inner.col-container nav.col li span {
            font: 300 2.5em/1.2em "CardinalCrousel", serif; } }
        #menu .inner.col-container nav.col li a:before {
          content: "";
          width: 0px;
          float: left;
          position: relative;
          margin-right: 5px;
          margin-top: .5em;
          height: 2px;
          background-color: black;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
        #menu .inner.col-container nav.col li a:hover:before {
          content: "";
          width: 5%; }
  #menu .inner.col-container .col.footer {
    height: auto !important;
    position: absolute;
    bottom: 20px;
    z-index: 100;
    padding-bottom: 0; }
    @media screen and ((max-height: 520px) or (max-width: 640px)) {
      #menu .inner.col-container .col.footer {
        position: relative; } }
    #menu .inner.col-container .col.footer ul:first-child {
      padding-left: 0; }
    #menu .inner.col-container .col.footer ul {
      padding-bottom: 0; }
      @media screen and ((max-height: 520px) or (max-width: 640px)) {
        #menu .inner.col-container .col.footer ul {
          width: 100%;
          margin: 0;
          padding-left: 0; } }
      #menu .inner.col-container .col.footer ul .languages {
        display: inline-block; }
      #menu .inner.col-container .col.footer ul li.active a {
        text-decoration: underline; }
      #menu .inner.col-container .col.footer ul li {
        display: inline-block;
        margin-right: 10px; }
        #menu .inner.col-container .col.footer ul li a {
          display: block;
          text-transform: uppercase;
          text-decoration: none; }
          #menu .inner.col-container .col.footer ul li a:hover {
            text-decoration: underline; }
#menu .newsletter-form p {
  margin: 0 !important; }
#menu .newsletter-form ::placeholder {
  color: black;
  opacity: 1;
  text-decoration: underline; }
#menu .newsletter-form input, #menu .newsletter-form .pending {
  font: 0.9em/1.6em "CardinalCrousel", serif;
  color: black;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent; }
#menu .newsletter-form .pending {
	animation-name: fade_in_out;
	animation-duration: 2s;
	animation-iteration-count:infinite;
	display:none;
}
#menu .newsletter-form input:focus,
#menu .newsletter-form button:focus {
  outline: 0;
  appearance: none; }
#menu .newsletter-form input.send-btn {
  display: none; }
#menu .newsletter-form input.send-btn.visible {
  display: block; }
  #menu .newsletter-form input.send-btn.visible:hover {
    text-decoration: underline;
    cursor: pointer; }

#cart .col-container {
  padding-bottom: 0;
  border-bottom: 1px solid black; }
#cart .col.item {
  position: relative;
  border-top: 1px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0; }
  #cart .col.item img,
  #cart .col.item .content,
  #cart .col.item .counter,
  #cart .col.item .price,
  #cart .col.item .btn-remove {
    float: left;
    border: 0;
    margin: 0; }
  #cart .col.item img {
    width: 10%;
    height: auto; }
    @media screen and (max-width: 640px) {
      #cart .col.item img {
        width: 25%;
        margin-right: 5%; } }
  #cart .col.item .content {
    width: 40%;
    margin: 0px 20px; }
    @media screen and (max-width: 640px) {
      #cart .col.item .content {
        width: 70%;
        float: right;
        margin: 0; } }
  #cart .col.item .counter {
    width: 20%; }
    @media screen and (max-width: 640px) {
      #cart .col.item .counter {
        width: 70%;
        float: right;
        margin: 15px 0px; } }
    #cart .col.item .counter ul {
      width: 92px;
      height: 32px;
      float: left;
      border: 1px solid black; }
      #cart .col.item .counter ul li {
        width: 30px;
        height: 30px;
        float: left;
        text-align: center; }
        #cart .col.item .counter ul li a,
        #cart .col.item .counter ul li span {
          height: 100%;
          display: block;
          padding: 5px 0px;
          text-decoration: none;
          text-align: center;
          background-color: white;
          color: black; }
          #cart .col.item .counter ul li a:hover,
          #cart .col.item .counter ul li span:hover {
            text-decoration: none;
            color: white;
            background-color: black; }
        #cart .col.item .counter ul li span {
          background-color: white;
          color: black; }
  #cart .col.item .price {
    width: 10%; }
    @media screen and (max-width: 640px) {
      #cart .col.item .price {
        width: 70%;
        float: right; } }
  #cart .col.item .btn-remove {
    width: 10%;
    float: right;
    text-align: right; }
    @media screen and (max-width: 640px) {
      #cart .col.item .btn-remove {
        width: auto;
        position: absolute;
        bottom: 20px;
        right: 3%;
        z-index: 1; } }

#notification .col-50 h1 {
    font: 300 0.9em/1.3em "CardinalCrousel", serif;
	text-transform:uppercase;
	letter-spacing: 0.1em;
    text-decoration: none;
	margin-left:-36px; }
    @media screen and (max-width: 640px) {
		#notification .col-50 {
			width:100%; }
		#notification .col-50 h1 {
			margin-left:-10px; } }

.swiper-container .pagination-wrapper {
  width: auto !important;
  height: auto;
  float: right;
  text-align: right;
  margin-top: -35px;
  background-color: white;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .swiper-container .pagination-wrapper {
      margin-top: 20px;
      width: 100% !important; } }

  .swiper-container .pagination-wrapper .btn {
    text-transform: uppercase;
    text-decoration: none;
    color: #707070;
    margin-top: 12px; }
  .swiper-container .pagination-wrapper .btn:hover {
      color: black; }

  .swiper-container .pagination-wrapper .pagination {
    display: inline-block; }
    @media screen and (max-width: 640px) {
      .swiper-container .pagination-wrapper .pagination {
        float: left; } }

  .swiper-container .pagination-wrapper .pagination .swiper-pagination-bullet {
      width: auto;
      height: 40px;
      padding: 8px 10px;
      color: #707070;
      margin: 0 !important;
      text-align: center;
      opacity: 1;
      background-color: transparent; }
      @media screen and (max-width: 640px) {
        .swiper-container .pagination-wrapper .pagination .swiper-pagination-bullet {
          float: left;
          text-align: left;
          padding: 8px 20px 10px 0px; } }
  .swiper-container .pagination-wrapper .pagination .swiper-pagination-bullet:hover {
        cursor: pointer; }
  .swiper-container .pagination-wrapper .pagination .swiper-pagination-bullet-active {
      color: black;
      background-color: transparent; }

  .swiper-container .picture-credits {
      width: 33.3%;
      position: absolute;
      top: 0;
      left: 10%;
      padding-top: 0;
      max-width: 100vw;
      z-index: 100; 
      text-align: left;
      display: none;
      opacity: 0;
      transition: opacity .5s;
  }
  .swiper-container .picture-credits p {
      font-size: 1em;
  }

  .swiper-slide-active.caption-on .picture-credits {
      display: block;
      opacity: 1;
  }
  .swiper-slide-active img {
      opacity: 1;
      transition: opacity .5s;
  }
  .swiper-slide-active.caption-on img {
      opacity: .3;
  }

.swiper-button-disabled {
	display:none;
}

.artists .btn-view:after {
  content: "Grid";
  display: inline-block;
  font: 300 1em/1.2em "CardinalCrousel", serif; }
.artists .btn-view.grid:after {
  content: "List";
  display: inline-block;
  font: 300 1em/1.2em "CardinalCrousel", serif; }
.artists .col-container .col {
  margin-bottom: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 640px) {
    .artists .col-container .col {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .artists .col-container .col h2 {
      font: 300 1.6em/1.3em "CardinalCrousel", serif; } }
  .artists .col-container .col h2 a {
    display: block;
    width: 100%;
    padding: 5px 0px; }
    .artists .col-container .col h2 a:before {
      margin-top: 16px; }
      @media screen and (max-width: 640px) {
        .artists .col-container .col h2 a:before {
          margin-top: 9px; } }
  .artists .col-container .col img {
    display: none; }
.artists .section .col-container.grid .col {
  width: 100%; 
  column-count:3; }
  @media screen and (max-width: 640px) {
    .artists .section .col-container.grid .col {
      width: 50%; } }
  .artists .section .col-container.grid .col h2 {
    font: 300 1.6em/1.3em "CardinalCrousel", serif; }
    .artists .section .col-container.grid .col h2 a:before {
      margin-top: 14px; }
      @media screen and (max-width: 640px) {
        .artists .section .col-container.grid .col h2 a:before {
          margin-top: 8px; } }
  .artists .section .col-container.grid .col img {
    display: inline-block;
    width: auto;
    height: 200px;
    position: relative;
    margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .artists .section .col-container.grid .col {
	width:100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;	
    }
    .artists .col-container.grid .col img {
	height:120px;
    } }
.gallery-thumbs:hover {
  cursor: pointer; }
.gallery-thumbs .col-25 {
  margin-bottom: 0;
  padding-bottom: 0; 
  width: 25%; }
  @media screen and (max-width: 1024px) {
    .gallery-thumbs .col-25 {
      width: 33.33%; } }
  @media screen and (max-width: 640px) {
    .gallery-thumbs .col-25 {
      width: 50%; } }
  .gallery-thumbs .col-25 .video:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/icon-play.svg") center center no-repeat;
    background-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }

.popup.visible {
  opacity: 1;
  z-index:90;
  top:0;
 }

.popup {
  transition: all .5s;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  z-index: 0;
  top: 100vh;
  left: 0; }
  .popup .inner.caption {
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    padding-top: 40px;
    max-width: 100vw;
    z-index: 110;
  }
  .popup .inner.caption .col-75 {
      line-height: 1.6em;
      max-height: calc(3 * 1.6em);
      overflow:hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .popup .caption-toggler {
	  position:absolute;
	  left:0;
	  top:8.5em;
	  cursor: pointer;
      font-family: monospace;
  }
  .popup .caption-toggler:before {
      content: "[+]";
  }
  .popup .caption-on .caption-toggler:before {
      content: "[-]";
  }
    @media screen and (max-width: 640px) {
      .popup .inner.caption {
        margin-left: 0;
        width: 90%;
        left: 5%;
        padding-top: 20px; } }
    .popup .inner.caption .col {
      text-align: left;
      padding: 0;
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%); }
      @media screen and (max-width: 1024px) {
        .popup .inner.caption .col {
          width: 33.3% !important; }
        .popup .inner.caption .col-75 {
		  width: 66.6% !important; } }
    .popup .inner.caption .col:nth-child(2) {
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .popup .inner.caption .col:nth-child(2) {
          text-align: left; } }
    .popup .inner.caption .col:nth-child(3) {
      text-align: right; }
      .popup .inner.caption .col a.btn.inquire,
      .popup .inner.caption .col a.btn.close {
        margin-right: 20px; }
  .popup .gallery-top {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: white; }
    .popup .gallery-top .navigation .prev,
    .popup .gallery-top .navigation .next {
      position: absolute;
      top: 0;
      left: 0;
      width: 5%;
      height: 50%;
      z-index: 10;
      text-align: center;
      margin-left: 20px;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .popup .gallery-top .navigation .prev:hover,
      .popup .gallery-top .navigation .next:hover {
        cursor: pointer;
        margin-left: 10px; }
      .popup .gallery-top .navigation .prev:before,
      .popup .gallery-top .navigation .next:before {
        content: "←";
        display: inline-block;
        vertical-align: top;
        font-size: 1.6em;
        line-height: 1em;
        margin: 0;
        border: 0;
        position: relative;
        top: 100%; }
    .popup .gallery-top .navigation .next {
      left: auto;
      right: 0;
      margin: 0;
      margin-right: 20px; }
      .popup .gallery-top .navigation .next:hover {
        cursor: pointer;
        margin-right: 10px; }
      .popup .gallery-top .navigation .next:before {
        content: "→"; }
    .popup .gallery-top > .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .popup .gallery-top > .swiper-wrapper > .swiper-slide {
        height: 100%;
        padding: 120px 0px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .popup .gallery-top > .swiper-wrapper > .swiper-slide {
            padding: 120px 20px; } }
        .popup .gallery-top > .swiper-wrapper > .swiper-slide > img {
          float: none;
          display: inline-block;
          height: 100%;
          width: auto; }
          @media screen and (max-width: 640px) {
            .popup .gallery-top > .swiper-wrapper > .swiper-slide > img {
              width: 100%;
              height: auto;
              position: relative;
              top: 50%;
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
          .popup .gallery-top > .swiper-wrapper > .swiper-slide > .inner .videoWrapper {
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  .popup .sub-gallery-top {
    width: 100%;
    height: 100%; }
    .popup .sub-gallery-top > .swiper-wrapper {
      width: auto;
      height: 100%; }
      .popup .sub-gallery-top > .swiper-wrapper > .swiper-slide {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
        width: auto;
        height: 100%; }
        .popup .sub-gallery-top > .swiper-wrapper > .swiper-slide > img {
          float: none;
          display: inline-block;
          height: 100%;
          width: auto; }
          @media screen and (max-width: 640px) {
            .popup .sub-gallery-top > .swiper-wrapper > .swiper-slide > img {
              width: 100%;
              height: auto;
              position: relative;
              top: 50%;
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .popup .sub-gallery-thumbs {
    width: 100% !important;
    height: 60px !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 30px !important;
    z-index: 1 !important;
    text-align: left !important; }
    .popup .sub-gallery-thumbs .swiper-wrapper .swiper-slide {
      width: 60px !important;
      height: 60px;
      opacity: 0.25;
      background-size: cover !important;
      background-position: center center !important; }
      .popup .sub-gallery-thumbs .swiper-wrapper .swiper-slide:hover {
        opacity: 1;
        cursor: pointer; }
    .popup .sub-gallery-thumbs .swiper-wrapper .swiper-slide-active {
      opacity: 1; }

.form-container.visible {
  right: 0; 
  position: absolute;
}
.form-container {
  width: 25%;
  min-height: 100%;
  position: fixed;
  top: 0;
  right: -25%;
  padding: 40px;
  background: #F0F1F1;
  color: black;
  text-align: left;
  z-index: 100 !important;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (max-width: 1024px) {
    .form-container {
      width: 50%;
      right: -50%; } }
  @media screen and (max-width: 640px) {
    .form-container {
      width: 100%;
      right: -100%; } }
  .form-container.visible .bg {
      width: 100vw;
      height: 100vh;
      background: transparent;
      position: absolute;
      left: -400%; /* 1 / 25% */
  }
  .form-container p {
    font-size: 1em; }
  .form-container form {
    width: 100%;
    float: left;
    position: relative; }
  .form-container input,
  .form-container textarea,
  .form-container select {
    width: 100%;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    padding: 20px 0px;
    margin: 0;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    font: 300 1em/1.2em "CardinalCrousel", serif; }
    .form-container input:focus,
    .form-container textarea:focus,
    .form-container select:focus {
      border-bottom: 1px solid black;
      outline: none; }
  .form-container .actions {
    width: 100%;
    float: left;
    margin-top: 40px; }
    .form-container .actions .btn.send,
    .form-container .actions .btn.cancel {
      width: 49%;
      margin-right: 1%;
      float: left;
      border: 1px solid black;
      border-radius: 2px;
      padding: 20px;
      font: 300 0.9em/1.2em "CardinalCrousel", serif;
      color: black;
      text-align: center; }
      .form-container .actions .btn.send:hover,
      .form-container .actions .btn.cancel:hover {
        border: 1px solid black;
        background-color: black;
        color: white; }
    .form-container .actions .btn.cancel {
      border: 1px solid #F0F1F1;
      color: #707070; }



.main {
  width: 66.6%;
  float: right; 
  overflow-y: hidden; }
  @media screen and (max-width: 640px) {
    .main {
      width: 100%; } }
  .main em {
    font-size:1em;
  }
  .main img {
    margin-bottom: 40px; }
  .main a.more {
    display: inline-block;
    text-transform: uppercase;
    color: #999;
    font-size: 0.6em;
    margin-left: 5px;
    text-decoration: underline; }
    .main a.more:hover {
      cursor: pointer;
      color: black; }

.back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  right: 40px;
  z-index: 50;
  padding: 15px;
  background-color: white;
  border: 1px solid black;
  border-radius: 2px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .back-to-top:after {
    content: "↑";
    font: 300 1.2em/1em "Helvetica", serif; }
  .back-to-top:hover {
    cursor: pointer;
    padding-top: 12px; }

.back-to-top.visible {
  bottom: 40px; }

.breadcrumb {
  color: black;
  position: absolute;
  right: 0; 
  top: .9em;
  color: #707070;
  text-transform: uppercase;
  font-size: .9em; }
  .breadcrumb a {
    display: inline;
    text-decoration: none;
    color: #707070; }
    .breadcrumb a:hover {
      color: black; }
  @media screen and (max-width: 640px) {
      .breadcrumb { display: none; } }

.videoWrapper {
  height: 100%;
  position: relative;
  padding-top: 0px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single-news .videoWrapper {
    width:100%;
    padding-bottom: 56.5%;
    margin-bottom: 30px;
}

.title {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px; }
  @media screen and (max-width: 640px) {
    .title {
      margin-bottom: 60px; } }
  .title h3 {
    font: italic 300 3.2em/1.4em "CardinalCrousel", serif;
    margin-bottom: 10px; }
  .title h3.h3small {
    font: italic 300 1.6em/1.4em "CardinalCrousel", serif;
    margin-bottom: 10px; }
  .title h3.non-italic {
	font-style: normal; }
  .title p {
    margin: 0;
    font: 300 1.6em/1.4em "CardinalCrousel", serif; }
  .title img {
    width: 66.6%;
    float: right;
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .title img {
        width: 100%; } }

.books h3,
.store h3,
.store .swiper-slide h3,
.single-store h3 {
    font-style: normal; }
.store h3.h3small,
.books h3.h3small {
    font: 300 1em/1.4em "CardinalCrousel", serif; }
.side {
  width: 27.3%;
  float: left;
  margin-right: 6%; }
  @media screen and (max-width: 640px) {
    .side {
      width: 100%;
      margin: 0px 0px 40px 0px;
      position: relative !important;
      top: 0 !important; } }
  .side ul {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .side ul {
        width: 100%;
        float: left; } }
  .side li.bio {
    font: 300 1.2em/1.3em "CardinalCrousel", serif;
    line-height:1.4em;
    margin-bottom: 20px; }
  .side a,
  .side span.sharer,
  .category {
    text-transform: uppercase;
    text-decoration: none;
    color: #707070;
    padding: 2px 0px;
	cursor:pointer;  
    display: block; }
    .side a:hover,
    .side span.sharer:hover {
      text-decoration: none;
      color: black; }
	.side span.cp-sharer::after {
		content: ' ' attr(data-after);
		opacity: 0;
	}
	.side span.copied:after {
		animation-name: fade_in_out;
		animation-duration: 2s;}
	
.home .swiper-container {
  width:100%;
  position: relative;
  visibility: hidden; }
  .home .swiper-container .swiper-wrapper .swiper-slide {
    z-index: 1;
    position: relative; }
    .home .swiper-container .swiper-wrapper .swiper-slide img {
      margin-bottom: 20px;
    }
    .home .swiper-container .swiper-wrapper .swiper-slide div {
      display: inline-block;
      margin-right: 20px; }
    .home .swiper-container .swiper-wrapper .swiper-slide .date {
      font: 300 2em/1.2em "CardinalCrousel", serif;
      color: #707070;
      font-weight: 300; }

.home .swiper-slide a {
    width: 100%; 
    float: left; 
    margin-bottom: 20px;
    padding-bottom: 50%; 
    background-size: cover;
    background-position: center center;
}


.home .posts-loader {
  float: left;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .home .posts-loader .col {
    opacity: 0;
    margin-top: 20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: 0.25s; }
.home .posts-loader.open {
  opacity: 1;
  height: 500px; }
  @media screen and (max-width: 1024px) {
    .home .posts-loader.open {
      height: 940px; } }
  .home .posts-loader.open .col {
    opacity: 1;
    margin-top: 0; }
.home .col.featured {
  padding-bottom: 0; }
  .home .col.featured .content {
    padding-top: 20px; }
    @media screen and (max-width: 640px) {
      .home .col.featured .content {
        padding-top: 0; } }

.exhibitions .col {
    overflow:hidden; }
.exhibitions .col img  {
    width:100%;
    height:auto; }
    @media screen and (max-width: 1024px) {
	  .exhibitions .col a.cover {
		  height: 240px; } }
    @media screen and (max-width: 640px) {
	  .exhibitions .col {
		  width:100%;
		  margin-bottom: 20px; }
	  .exhibitions .col img {
		width:100%;
		height:auto; } }

/* Great hack to avoid displaying a single exhibition 
   when years are displayed in the list */
.exhibitions .archive .true.col:nth-last-child(2):nth-child(odd) {
	display:none !important;
}

.col-container.news .col-33.featured .content,
.col-container.news .col-33.featured .col-footer {
  float: right;
  clear: right;
}
.col-container.news .col-33.featured:nth-child(even) .col-footer {
	right:0;
	left:auto;
	padding-left:3%;
}
.col-container.news .col-33.featured:nth-child(even) .content {
  padding-left: 4.5%; }
  @media screen and (max-width: 640px) {
	  .col-container.news .col-33.featured:nth-child(even) .content,
	  .col-container.news .col-33.featured:nth-child(even) .col-footer {
		  padding-left: 0; } }
.col-container.news .col-33.featured > a {
  float: left; 
}

.news .col {
    overflow:hidden; }
.news .col.featured {
	width:100%;
  padding-bottom: 0; }
  .news .col.featured .content {
    padding-top: 20px; }
    @media screen and (max-width: 640px) {
      .news .col.featured .content {
        padding-top: 0; } }
  .news .col.featured .col-footer {
    left: 3%;
	bottom:1.5em; }
  .news .col.featured .content,
  .news .col.featured .col-footer {
    width: calc(50% - 20px);
    float: right; 
    clear:right; }
  .news .col.featured .col-footer {
    left: calc(50% + 20px); }
    @media screen and (max-width: 1024px) {
      .news .col.featured .content,
      .news .col.featured .col-footer {
        width: 100%; } }
  .news .featured > a {
	  width:calc(50% - 20px);
	  display:inline-block;
  }
  .news col.featured img {
    width: auto;
	height: 50vh;
    float: left;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
		.news .featured > a {
			width:100%; }
		.col-33 a.cover {
			max-height: calc(100vw / 3); }
		.col-50 a.cover {
			max-height: calc(100vw / 2); }
		a.cover.portrait img {
			padding-right:0; }
		.col-container.news .col-33.featured:nth-child(even) .content {
			padding-left:0;	}
		.news .col.featured .content {
			padding:0 0 5em 0; }
		.news .col.featured .col-footer {
			padding:0 0; } 
		.col-container.news .col-33.featured:nth-child(odd) img {
			padding-left:0; } }

.single-news .main img {
	max-width:100%;
	max-height:600px;
	width:auto;
}
.single-news .inner .col-33.featured a.cover {
	height:220px;
}
.single-news .inner .col-33 a.cover img {
    object-fit: contain;
    height: 100%;
}

.news-caption {
    margin-top:-20px;
}
.news-caption p, .news-caption span {
	line-height:1.8em;
	font-size:11.5px !important;
	color:#999;
	margin-bottom: 40px;
}

.single-artist .gallery-thumbs a {
	height:280px;
}
.single-exhibition .gallery-thumbs a.cover {
	height:280px; }
    @media screen and (max-width: 1024px) {
	  .single-exhibition .gallery-thumbs a.cover.landscape {
		  height:180px; } }
.single-exhibition .gallery-thumbs a.cover.portrait img,
.single-artist #works a.cover.portrait img {
	max-height:250px;
	width:auto;
}
.single-exhibition .gallery-thumbs a.cover.landscape img,
.single-artist #works a.cover.landscape img {
	max-width:250px;
}
.single-artist .news .featured {
    width:33.3%;
    padding-bottom:30px;
}
  .single-artist .news .featured img {
      float:none;
      width:100%;
      margin-bottom:20px;
      display:inline-block;
  }
  .single-artist .news .featured .content {
      width:100%;
  }
  .single-artist .news .featured .col-footer {
      width:100%;
      left:9%;
      position:absolute;
      float:none;
  }

.exhibitions .col-50 .artist,
.exhibitions .col-50 .exhibition {
  /* display: inline-block; */
  margin: 0px 10px 0px 0px; }
.exhibitions .col-50 .date {
  float: left;
  width: 100%;
  color: #707070;
  font: 300 2.2em/1.3em "CardinalCrousel", serif;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .exhibitions .col-50 .date {
      font: 300 1.8em/1.2em "CardinalCrousel", serif; } }
.exhibitions .col h2.years {
  width: 100%;
  text-align: center;
  float: left;
  text-align: center;
  position: relative;
  top: 50%;
  font: 300 8em/1.2em "CardinalCrousel", serif;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 640px) {
    .exhibitions .col h2.years {
      font: 300 4em/1.2em "CardinalCrousel", serif;
	  margin-top:20px; } }
.exhibitions .col-100 h2.years {
  margin: 60px 0px;
  top: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.team {
  width: 25%;
  float:left;
  display: inline-block;
  padding: 100px 0px; }
  @media screen and (max-width: 1024px) {
    .team {
	width: 50%; } }
  @media screen and (max-width: 640px) {
      .team {
          width: 100%; }
      .team {
	  padding: 30px 0; } }
  .team li {
    width:100%;
    padding: 10px 20px 10px 0; }
    .team li h2, .team li h3 {
      font-size: 1.4em; }

.jobs {
  }
  .jobs li {
    width:100%;
    padding: 10px 0px; }
    .jobs li a {
      font-size: 1.4em;
      color: #707070;
      text-decoration: none;}
    .jobs li a:hover {
        color: #000;
    }

.books .col {
  text-align: left;
  padding-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .books .col {
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 40px; } }
  .books .col a {
    text-decoration: none; }
  @media screen and (max-width: 640px) {
    .books .col a.cover {
      height: auto !important;
      width: 25%;
      float: left;
      padding-bottom: 0; } }
  .books .col a.cover img {
    left: 0;
    top: auto;
    bottom: 0;
	max-height:200px;
    margin: 0 auto;
	width: auto;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 6px; }
    @media screen and (max-width: 640px) {
      .books .col a.cover img {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        margin-right: 20px; } }
    .books .col a.cover img:hover {
      margin: 0 auto;
      bottom: 10px !important;
      -moz-box-shadow: rgba(0, 0, 0, 0.25) 4px 6px 8px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.25) 4px 6px 8px;
      box-shadow: rgba(0, 0, 0, 0.25) 4px 6px 8px; }
  .books .col .col-footer {
    left: 12%; }
    @media screen and (max-width: 1024px) {
      .books .col .col-footer {
        left: 6%; } }
    @media screen and (max-width: 640px) {
      .books .col .col-footer {
        position: relative;
        left: 0;
        float: left; } }
  @media screen and (max-width: 640px) {
    .books .col .content,
    .books .col .col-footer {
      width: calc(75% - 20px);
      float: right;
      padding: 0; } }

.store .swiper-container {
  visibility: hidden; }
  .store .swiper-container .swiper-slide .col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .store .swiper-container .swiper-slide .col {
        width: 100%; } }
  .store .swiper-container .swiper-slide a img {
	  height:100%;
	  width:auto; }
  .store .swiper-container .swiper-slide .col-25 {
      padding-right:20px; }
  .store .swiper-container .swiper-slide .col.content {
    padding-top: 20px; }
    @media screen and (max-width: 640px) {
      .store .swiper-container .swiper-slide .col.content {
        padding-top: 0; } }
    .store .swiper-container .swiper-slide .col.content .col-footer {
      left: 0;
      position: relative;
      float: left; }
  @media screen and (max-width: 640px) {
    .store .swiper-container .swiper-slide .col-50 {
      padding-bottom: 0; } }

.single-store img.product-cover {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  margin: 0; }
  @media screen and (max-width: 640px) {
    .single-store img.product-cover {
      max-width: 50%;
      margin: 0;
      display: inline-block; } }
.single-store .content {
  padding-bottom: 40px; }
.single-store .metas {
  display: block;
  clear: both;
  color: black;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    .single-store .metas {
      width: 100%;
      padding: 0; } }
  .single-store .metas a {
    color: #707070; }
    .single-store .metas a:hover {
      color: black; }
@media screen and (max-width: 640px) {
  .single-store .btn.btn-order {
    width: 100%; } }

section.last {
  padding-bottom: 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px; }

.footer .qrwechat {
    vertical-align: bottom;
}
.footer .qrwechat img {
    max-width: 100px;
    max-height: 100px;
    margin: 0; }
  @media screen and (max-width: 640px) {
    .footer .qrwechat {
        position: absolute;
        right: 10px;
        bottom: 0;
    }
    .footer .links {
        padding: 0
    }
  }

footer.featured-artist {
  max-width: 100%;
  position: fixed;
  height: 550px;
  z-index: 0;
  bottom: 0;
  left: 0;
  background-color: #efefef; }
  @media screen and (max-width: 640px) {
    footer.featured-artist {
      height: 850px; } }
  footer.featured-artist .artist-header {
    background-color: transparent; }
  footer.featured-artist .artist-quote {
    max-width: 50%;
    padding: 0px;
    position: relative;
    top: 40%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      footer.featured-artist .artist-quote {
        padding: 120px 0;
        max-width: 100%; } }
	footer.featured-artist .artist-quote a {
		text-decoration: none; }
    footer.featured-artist .artist-quote em {
      font: 300 2.2em/1.3em "CardinalCrousel", serif; }
    footer.featured-artist .artist-quote p {
      font: inherit;
      display: block;
      margin: 10px 0px; }
    footer.featured-artist .artist-quote .artist,
    footer.featured-artist .artist-quote .exhibition {
      display: inline-block;
      margin-right: 10px; }
    footer.featured-artist .artist-quote .date {
      font: 300 2em/1.3em "CardinalCrousel", serif;
      color: #707070; }
      @media screen and (max-width: 640px) {
        footer.featured-artist .artist-quote .date {
          font: 300 1.8em/1.2em "CardinalCrousel", serif; } }

footer.featured-artist .footer-artists {
  column-count: 2;
  width: 80%;
  max-width: 1200px;
  display: inline-block;
  position: relative;
  text-align: left;
  font:300 1.2em/1.6em "CardinalCrousel", serif; }
  @media screen and (max-width: 640px) {
      footer.featured-artist .footer-artists {
          column-count: 1;
      }
  }

.footer-artists a{
    text-decoration: none;
}
.footer-artists a:before {
    content: "";
	vertical-align:middle;
    width: 0;
	display:inline-block;
    height: 1px;
    background-color: black;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.footer-artists a:hover:before {
    content: "";
    width: 15px;
    margin-right: 5px; 
}


.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  color: #707070;
  font: 300 0.9em/1.2em "CardinalCrousel", serif;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .btn:hover {
    cursor: pointer;
    color: black;
    text-decoration: none; }

.btn.active {
  color: black; }

.btn.btn-order {
  width: 200px;
  height: auto;
  color: white;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  text-align: center;
  padding: 20px;
  background-color: black;
  text-transform: uppercase;
  text-decoration: none; }
  .btn.btn-order:hover {
    color: white; }

.btn-more {
  width: 20%;
  height: auto;
  color: black;
  float: left;
  position: relative;
  margin: 20px 40% 40px 40%;
  border-radius: 2px;
  text-align: center;
  padding: 25px 5px;
  border: 1px solid black;
  text-transform: uppercase;
  text-decoration: none; }
  @media screen and (max-width: 1024px) {
    .btn-more {
      width: 33.3%;
      margin-left: 33.3%; } }
  @media screen and (max-width: 640px) {
    .btn-more {
      padding: 20px 5px;
      width: 60%;
      margin-left: 20%; } }
  .btn-more:hover {
    cursor: pointer;
    color: white;
    border: 1px solid black;
    background-color: black;
    text-decoration: none; }
  .btn-more.loading {
    background: url(../images/loader.svg) 50% 50% no-repeat;
    color: transparent;
  }

#tabs,
#tabs li {
  display: inline-block;
  vertical-align: top; }
  #tabs .btn,
  #tabs li .btn {
    color: black; }
    #tabs .btn:after,
    #tabs li .btn:after {
      width: 10px;
      content: "–";
      display: inline-block;
      margin-left: 5px;
      margin-top: -3px;
      font: 300 1.4em/1em "CardinalCrousel", serif; }
  #tabs .btn.inactive,
  #tabs li .btn.inactive {
    color: #707070; }
    #tabs .btn.inactive:hover,
    #tabs li .btn.inactive:hover {
      color: black; }
    #tabs .btn.inactive:after,
    #tabs li .btn.inactive:after {
      content: "+"; }
  #tabs li .btn.direct:after {
      content: " ";
      width:0;
  }
.filters {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 40px 0px 0px 0px; }
  .filters li {
    display: inline-block;
    margin-bottom: 10px; }
    .filters li a, .filters li span {
      display: block;
      padding: 0px 10px 0px 0px;
      margin-right: 10px;
      text-transform: uppercase;
      border-right: 1px solid #707070;
      color: #707070; }
      .filters li a:hover {
        cursor: pointer;
        color: black;
        text-decoration: none; }
    .filters li span {
	color: #000000;
    }


.wechat .qrcode img {
    width: 215px;
    height: 215px;
}

/* TODO : Move inside the right media query */

ul#jure-submenu {
  height: 0px;
  overflow:hidden;
  max-height: fit-content;
  transition: .5s height ease;
}
#jure-menu:hover ul#jure-submenu {
  height: 100px;
}
ul#jure-submenu > li > a {
  font-size: 2.1em!important;
  margin: 0 30px;
}

ul#jure-submenu > li {
  padding: 5px 0;
}

.category {
  font: 300 0.63em "CardinalCrousel", serif;
  line-height: inherit;
}







.single-store .swiper-wrapper {
  align-items: center;
}
.single-store .swiper-slide img {
  margin-bottom: 1em;
  width: 90%;
}
.single-store .swiper-slide {
  text-align: center;
}
.single-store .swiper-slide figcaption {
  text-align: left;
  color:#999;
}
.single-store .navigation .prev,
.single-store .navigation .next {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    z-index: 10;
    text-align: center;
    margin-left: 5px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
.single-store .navigation .prev:hover,
.single-store .navigation .next:hover {
    cursor: pointer;
    margin-left: 0px; }
.single-store .navigation .prev:before,
.single-store .navigation .next:before {
    content: "←";
    display: inline-block;
    vertical-align: top;
    font-size: 1.6em;
    line-height: 1em;
    margin: 0;
    border: 0;
    position: relative;
    top: 45%; }
.single-store .navigation .next {
    left: auto;
    right: 0;
    margin: 0;
    margin-right: 5px; }
.single-store .navigation .next:hover {
    cursor: pointer;
    margin-right: 0px; }
.single-store .navigation .next:before {
    content: "→"; }
