:root {
  --clr-black: hsl(0, 0%, 0%);
  --clr-white: hsl(0, 0%, 100%);
  --hamburger-size: 4rem;
  --hamburger-transition-time: 200ms;
  --hamburger-bg: var(--clr-black);
  --hamburger-color: var(--clr-white);
}
html {
  font-size: 16px !important;
}
body {
  background: #000;
  color: #e8f6de;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  margin: 0 0 1rem 0;
  font-size: 2rem;
}
h2 {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: rgba(255, 255, 255, 0.8);
}
p {
  margin: 0 0 1rem 0;
}
blockquote {
  clear: both;
}
.wrap {
  margin: 0 1rem;
}
@media all and (min-width: 1000px) {
  .wrap {
    width: 1000px;
    margin: 0 auto;
  }
}
.search-form {
  margin-bottom: 2rem;
}
.search-form .form-search,
.search-form .form-submit {
  background-color: #394e37;
  color: #e8f6de;
  font-family: "Montserrat", sans-serif;
  border: 0;
  padding: 0.25rem 1rem;
}
.tabs a:focus,
.tabs a:hover,
.tabs a.is-active {
  background: black;
}
.header {
  position: relative;
  padding: 2rem 0;
  background-color: #000;
  text-align: center;
}
.header img {
  display: inline-block;
}
.header h1 {
  margin: 0;
}
.header a span {
  position: absolute;
  left: -999999px;
  display: block;
}
.header img {
  max-width: 100%;
}
.header .wrap {
  position: relative;
}
.region-header {
  display: none;
}
@media all and (min-width: 1000px) {
  .region-header {
    display: block;
    position: absolute;
    right: 0;
    top: -1.75rem;
  }
}
#custom-search-block-form * {
  display: inline-block;
  background-color: #394e37;
  color: #e8f6de;
  font-family: "Montserrat", sans-serif;
  border: 0;
}
@media all and (min-width: 1000px) {
  .header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__center {
  padding: 0 3rem;
}
@media all and (min-width: 1000px) {
  .header__center {
    padding: 0 0 0 105px;
    flex-basis: 99%;
  }
}
.header__right {
  position: absolute;
  top: -0.7rem;
  left: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media all and (min-width: 1000px) {
  .header__right {
    position: static;
    display: block;
    width: 70px;
    height: 70px;
    padding-right: 20px;
  }
}
.menubar {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 110vh;
  background-color: #394e37;
  font-family: 'Muli', sans-serif;
  font-size: 1.25rem;
  transition: 0.2s;
}
.menubar.visible {
  left: 0;
}
.menubar .wrap {
  box-sizing: border-box;
  padding-bottom: 11%;
  display: flex;
  align-items: center;
  height: 100%;
}
.menubar .menu .menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}
@media all and (min-width: 1000px) {
  .menubar {
    position: static;
    height: auto;
  }
  .menubar .wrap {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
  .menubar .menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .menubar .menu .menu-item {
    padding: 0;
  }
  .menubar .menu .menu-item a {
    display: block;
    padding: 0.875rem 1.9rem;
    color: #e8f6de;
    white-space: nowrap;
  }
  .menubar .menu .menu-item a.is-active {
    background-color: #637961;
  }
  .menubar .menu .menu-item .menu {
    display: none;
    width: inherit;
    position: absolute;
    background-color: #d1dfc7;
    font-size: 1.1rem;
  }
  .menubar .menu .menu-item .menu .menu-item a {
    color: #2d422b;
  }
  .menubar .menu .menu-item:hover,
  .menubar .menu .menu-item--active-trail:hover {
    background-color: #d1dfc7;
  }
  .menubar .menu .menu-item:hover .menu,
  .menubar .menu .menu-item--active-trail:hover .menu {
    display: block;
  }
  .menubar .menu .menu-item:hover .menu .menu-item:hover,
  .menubar .menu .menu-item--active-trail:hover .menu .menu-item:hover {
    background-color: #e8f6de;
  }
  .menubar .menu .menu-item:hover a,
  .menubar .menu .menu-item--active-trail:hover a {
    color: #2d422b;
  }
  .menubar .menu .menu-item:hover a.is-active,
  .menubar .menu .menu-item--active-trail:hover a.is-active {
    background-color: #d1dfc7;
  }
  .menubar .menu .menu-item--active-trail {
    background-color: #637961;
  }
  .menubar .menu .menu-item--active-trail .menu-item:hover {
    background-color: #e8f6de;
  }
  .menubar .menu .menu-item--active-trail .menu-item:hover a.is-active {
    background-color: #e8f6de;
  }
  .menubar .menu .menu-item--expanded > a {
    padding-right: 1rem;
  }
  .menubar .menu .menu-item--expanded > a:after {
    content: "";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    background: url(../img/arrow.svg) 0 50% no-repeat;
    background-size: 0.75rem 0.75rem;
  }
  .menubar .menu .menu-item--expanded > a:hover:after {
    background-image: url(../img/arrow-dark.svg);
  }
  .menubar .menu .menu-item--expanded:hover > a:after {
    background-image: url(../img/arrow-dark.svg);
  }
  .menubar .menu--main > .menu > li:last-child a.is-active {
    background-color: transparent;
  }
}
#block-views-block-exhibitions-block-1 {
  position: static;
}
#block-views-block-exhibitions-block-1 .contextual-region {
  position: static;
}
.region-slider {
  position: relative;
  padding: 1rem;
}
@media all and (min-width: 1000px) {
  .region-slider {
    padding: 6rem 0 0 0;
  }
}
.frontpage-slider .views_slideshow_slide {
  width: 100%;
}
.frontpage-slider .widget_pager_bottom {
  margin: 3rem;
  text-align: center;
}
.frontpage-slider .views_slideshow_pager_field_item {
  display: inline-block;
  margin: 0 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-radius: 1rem;
  background-color: #f4c500;
  cursor: pointer;
}
.frontpage-slider .views_slideshow_pager_field_item.active {
  background-color: #fff;
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_pause {
  display: none;
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_previous,
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next {
  display: none;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid #324c3f;
  position: absolute;
  top: 50%;
  margin-top: -2.4375rem;
  font-size: 0;
}
@media all and (min-width: 1000px) {
  .frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_previous,
  .frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next {
    display: block;
  }
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_previous:before,
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrow.svg) 50% 50% no-repeat;
  opacity: 0.5;
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_previous:hover:before,
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next:hover:before {
  opacity: 1;
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_previous {
  left: 2rem;
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next {
  right: 2rem;
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (min-width: 1000px) {
  .slideitem {
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1000px) {
  .views-field-field-exhibitphoto {
    text-align: right;
  }
}
.views-field-field-exhibitphoto img {
  display: block;
  max-width: 100%;
  box-shadow: 0.25rem 0.5rem 0.25rem #000;
}
.slideitem__column--right {
  padding-top: 2rem;
}
@media all and (min-width: 1000px) {
  .slideitem__column--right {
    padding-left: 6.5rem;
    padding-top: 0;
  }
}
.slideitem__title {
  font-size: 2rem;
}
.slideitem__title a {
  color: #f4c500;
}
@media all and (min-width: 1000px) {
  .slideitem__title {
    font-size: 3rem;
    margin: 2rem 0 0 0;
  }
}
.slideitem__date {
  color: #fff;
}
@media all and (min-width: 1000px) {
  .slideitem__date {
    font-size: 2rem;
  }
}
.slideitem__morelink {
  padding-top: 1rem;
}
@media all and (min-width: 1000px) {
  .slideitem__morelink {
    padding-top: 5rem;
  }
}
.slideitem__morelink a {
  display: inline-block;
  padding: 0.25rem 2rem;
  border: 2px solid #f4c500;
  color: #f4c500;
  font-size: 1.25rem;
}
.slideitem__morelink a:hover {
  background-color: #f4c500;
  color: #2d422b;
}
.slideitem__tag {
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: #f4c500;
  color: #0b1b04;
  font-size: 0.75rem;
}
.frontpage-block {
  padding-bottom: 6rem;
  text-align: center;
}
.frontpage-block__title {
  margin: 1.125rem 0 2rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.25rem;
}
.frontpage-block__list {
  margin: 0 2rem 5rem 2rem;
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
}
.frontpage-block__list li {
  display: inline-block;
  list-style-type: none;
}
.frontpage-block__list li:before {
  content: " / ";
  color: #f4c500;
}
.frontpage-block__list li:first-child:before {
  content: "";
}
.frontpage-block__row {
  text-align: left;
}
.frontpage-block__row div {
  padding: 0 2rem;
}
.frontpage-block__row a {
  color: #f4c500;
}
@media all and (min-width: 1000px) {
  .frontpage-block__row {
    display: flex;
    justify-content: center;
  }
}
.frontpage-block__gdpr {
  display: inline-block;
  margin: 5rem 0 5.75rem 0;
  padding: 0.375rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 0.8rem;
}
main {
  background: url(../img/bg.jpg) 50% 0 no-repeat;
}
.region-content {
  position: relative;
}
@media all and (min-width: 1000px) {
  .region-content {
    padding: 0 0 8rem 0;
  }
  .path-frontpage .region-content {
    padding: 0;
  }
  .page-node-type-artist .region-content {
    padding: 8rem 0;
  }
}
.block-page-title-block h1 {
  margin: 0;
  padding: 3rem 0;
  color: #fff;
}
.list .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2.5rem;
}
.list .views-row {
  margin-top: 2.5rem;
}
@media all and (min-width: 1000px) {
  .list .views-row {
    width: 48%;
  }
}
@media all and (min-width: 1000px) {
  .list-item {
    display: flex;
  }
}
@media all and (min-width: 1000px) {
  .list-item__img {
    padding-right: 2rem;
  }
}
.list-item__img img {
  box-shadow: 0.25rem 0.5rem 0.25rem #000;
}
.list-item__title {
  line-height: 1.25;
  color: #fff;
}
.list-item__title a {
  color: #fff;
}
.list-item__price {
  font-size: 1.4rem;
}
.list-item__morelink a {
  display: inline-block;
  margin: 0 0 2rem 0;
  padding: 0.25rem 1.5rem;
  border: 2px solid #f4c500;
  color: #f4c500;
  font-size: 0.85rem;
}
@media all and (min-width: 1000px) {
  .list-item__morelink a {
    margin: 1rem 0 0 0;
  }
}
.list-item__morelink a:hover {
  background-color: #f4c500;
  color: #2d422b;
}
.view-display-id-page_1 .view-header {
  margin-bottom: 5rem;
}
@media all and (min-width: 1000px) {
  .detail__row {
    display: flex;
  }
}
.detail__column--left img {
  box-shadow: 0.25rem 0.5rem 0.25rem #000;
}
@media all and (max-width: 999px) {
  .detail__column--left img {
    max-width: 100%;
  }
}
@media all and (min-width: 1000px) {
  .detail__column--right {
    padding-left: 3rem;
  }
}
.detail__field {
  margin: 2rem 0 0 0;
  clear: both;
}
.detail_field--title {
  margin: 0;
  color: #fff;
}
.detail .field--name-field-artists .field__items .field__item {
  display: inline-block;
}
.detail .field--name-field-artists .field__items .field__item:after {
  content: ", ";
}
.detail .field--name-field-artists .field__items .field__item:nth-last-child(1):after {
  content: "";
}
#block-views-block-dila-block-1 > h2 {
  margin: 3rem 0;
}
.field--name-field-exhibit-gallery .field__label {
  margin: 5rem 0 3rem 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.field--name-field-exhibit-gallery .field__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.field--name-field-exhibit-gallery .field__item {
  margin: 0 0 1rem 1rem;
}
.field--name-field-exhibit-gallery .field__item img {
  display: block;
}
.desktop-floated img {
  max-width: 100%;
}
@media all and (min-width: 1000px) {
  .desktop-floated {
    box-sizing: border-box;
    float: left;
    width: 35%;
    padding: 0 2rem 0 0;
  }
}
input {
  color: #000;
}
.webform-submission-form {
  padding-bottom: 5rem;
}
.webform-submission-form label {
  display: block;
}
.webform-submission-form input[type=text],
.webform-submission-form input[type=email] {
  box-sizing: border-box;
  margin: 0;
  padding: 1rem;
  border: 1px solid #2d422b;
  background-color: #e8f6de;
  color: #2d422b;
  max-width: 100%;
}
@media all and (min-width: 1000px) {
  .webform-submission-form input[type=text],
  .webform-submission-form input[type=email] {
    max-width: 60%;
  }
}
.webform-submission-form input[type=submit] {
  margin: 2rem 0 0 0;
  padding: 0.5rem 3rem;
  border: 2px solid #f4c500;
  background-color: transparent;
  color: #f4c500;
}
.webform-submission-form input[type=submit]:hover {
  background-color: #f4c500;
  color: #2d422b;
}
.webform-submission-form .form-item {
  margin: 0 0 0.5rem 0;
}
@media all and (min-width: 1000px) {
  #edit-orderform-row {
    display: flex;
  }
}
@media all and (min-width: 1000px) {
  #edit-orderform-descr {
    padding-left: 6rem;
  }
}
#edit-orderform-descr #edit-processed-text-01 {
  font-size: 0.9rem;
}
#edit-orderform-descr #edit-processed-text-01 ul {
  padding: 0 0 0 1rem;
}
.views-exposed-form .form--inline {
  margin: -2rem 0 4rem 0;
}
@media all and (min-width: 1000px) {
  .views-exposed-form .form--inline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    font-size: 0.85rem;
  }
}
.views-exposed-form .form-item {
  margin: 0 1px 1px 0;
}
@media all and (min-width: 1000px) {
  .views-exposed-form .form-item {
    display: block;
    margin: 0 1rem 0 0;
  }
}
@media all and (min-width: 1000px) {
  .views-exposed-form .form-actions {
    margin: 0;
  }
}
.views-exposed-form select {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  border: 1px solid #394e37;
  border-right: 0.5rem solid #394e37;
  background-color: #394e37;
}
.views-exposed-form select:focus {
  outline: 0;
}
.views-exposed-form input[type=submit] {
  padding: 0.25rem 1.5rem;
  border: 2px solid #b0bca5;
  background-color: transparent;
  color: #e8f6de;
}
.views-exposed-form input[type=submit]:hover {
  border-color: #f4c500;
  background-color: #f4c500;
  color: #2d422b;
  cursor: pointer;
}
.views-exposed-form label {
  display: block;
}
@media all and (min-width: 1000px) {
  .views-exposed-form label {
    display: inline-block;
  }
}
.views-exposed-form label:after {
  display: inline-block;
  margin-right: 0.5rem;
  content: ": ";
}
.pager {
  padding: 3rem 0 0 0;
}
@media all and (min-width: 1000px) {
  .pager {
    font-size: 1.3rem;
  }
}
.pager__items {
  padding: 0;
  margin: 1.25rem 0 -0.75rem 0;
}
.pager__item {
  display: inline-block;
  padding: 0;
}
.pager__item a {
  display: inline-block;
  padding: 0.5rem;
  color: #f4c500;
}
.pager__item.is-active a {
  color: #fff;
}
.pager__item--first,
.pager__item--last {
  display: none;
}
@media all and (min-width: 1000px) {
  .pager__item--first,
  .pager__item--last {
    display: inline;
  }
}
.footer {
  border-top: 0.3125rem solid #fff;
  font-size: 1rem;
}
.footer-promo {
  background: url(../img/small-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
@media all and (min-width: 1000px) {
  .footer-promo {
    background-size: auto;
  }
}
.footer-promo__row {
  padding: 1rem;
}
@media all and (min-width: 1000px) {
  .footer-promo__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 2rem 3.5rem 14rem;
  }
}
.footer-promo__row a {
  color: #f4c500;
}
.footer-promo__row h2 {
  color: #fff;
  margin: 0;
}
.footer-promo__row p {
  margin: 0 0;
}
.footer-promo__link {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  border: 2px solid #f4c500;
  font-weight: normal;
}
.footer-promo__link:hover {
  color: #2d422b;
  background-color: #f4c500;
}
.footer-map {
  height: 50vh;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  backface-visibility: hidden;
}
@media all and (min-width: 1000px) {
  .footer-map {
    height: 364px;
  }
}
.footer-info {
  padding: 2rem 0;
  color: #a5b0a8;
}
@media all and (min-width: 1000px) {
  .footer-info__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.footer-info__cell a {
  display: inline-block;
  color: #a5b0a8;
  background-position: 2rem 50%;
  background-repeat: no-repeat;
  padding: 2rem 2rem 2rem 6.5rem;
  font-weight: bold;
}
.footer-info__cell a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-info__cell:nth-child(1) h2 {
  margin-top: 0;
  color: #fff;
}
.footer-info__cell:nth-child(1) h2 span {
  color: #f4c500;
}
.footer-info__cell:nth-child(2) a {
  background-image: url(../img/ico-envelope.png);
}
.footer-info__cell:nth-child(3) a {
  background-image: url(../img/ico-phone.png);
}
.footer-info__cell:nth-child(4) a {
  background-image: url(../img/ico-bag.png);
}
.footer-copyright {
  padding: 1rem;
  background-color: #fff;
  color: #283025;
  text-align: center;
}
.footer-copyright a {
  color: #283025;
}
.footer-copyright__separator {
  display: inline-block;
  margin: 0 0.75rem;
}
#hamburger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #000;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
}
@media all and (min-width: 1000px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  position: absolute;
  top: 42.875%;
  left: 18.75%;
  width: 62.5%;
  height: 3px;
  background-color: #fff;
  transition: background 0s 0.2s;
}
#hamburger span:before,
#hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s, 0.2s;
}
#hamburger span:before {
  top: -300%;
  transition-property: top, transform;
}
#hamburger span:after {
  bottom: -300%;
  transition-property: bottom, transform;
}
#hamburger.active span {
  background: none;
}
#hamburger.active span:before {
  top: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(45deg);
}
#hamburger.active span:after {
  bottom: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg);
}
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_previous,
.frontpage-slider .views_slideshow_controls_text .views_slideshow_controls_text_next {
  z-index: 200;
}
.menubar {
  z-index: 229;
}
.menubar .menu li ul {
  z-index: 230;
}
#hamburger {
  z-index: 255;
}
/*# sourceMappingURL=./style.css.map */