/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Remove default margin.
  */
body {
  margin: 0;
}

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
  background: transparent;
}

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong,
.strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn,
em,
.em {
  font-style: italic;
}

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
  * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
 */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

/*
  * Addresses margins set differently in IE6/7.
  */
pre {
  margin: 0;
}

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap;
}

/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
  * Address inconsistent and variable font size in all browsers.
  */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
 ========================================================================== */
/*
  * Addresses margins set differently in IE6/7.
  */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
  * Addresses paddings set differently in IE6/7.
  */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
  * Corrects list images handled incorrectly in IE7.
  */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
 ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
}

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0;
}

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 use the best ampersand
 http://simplebits.com/notebook/2008/08/14/ampersands-2/
 */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
}

.swiper-button-prev:focus, .swiper-button-prev:active, .swiper-button-prev:hover, .swiper-button-next:focus, .swiper-button-next:active, .swiper-button-next:hover {
  outline: 0;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

@media (hover: hover) {
  .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    cursor: url("../images/cursor-prev.f15d81c580a9.png"), w-resize;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

@media (hover: hover) {
  .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    cursor: url("../images/cursor-next.9b89d462263d.png"), w-resize;
  }
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* a11y */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

@font-face {
  font-family: 'Rodeo Logo';
  src: url("../fonts/rodeo_logo-webfont.c19a5e744c3d.eot");
  src: url("../fonts/rodeo_logo-webfont.c19a5e744c3d.eot?#iefix") format("embedded-opentype"), url("../fonts/rodeo_logo-webfont.79d70c86d0f8.woff") format("woff"), url("../fonts/rodeo_logo-webfont.d684b9f90008.ttf") format("truetype"), url("../fonts/rodeo_logo-webfont.335f5f74cbb7.svg#rodeo_logoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rodeo Logo';
  src: url("../fonts/rodeo_logo-webfont.c19a5e744c3d.eot");
  src: url("../fonts/rodeo_logo-webfont.c19a5e744c3d.eot?#iefix") format("embedded-opentype"), url("../fonts/rodeo_logo-webfont.79d70c86d0f8.woff") format("woff"), url("../fonts/rodeo_logo-webfont.d684b9f90008.ttf") format("truetype"), url("../fonts/rodeo_logo-webfont.335f5f74cbb7.svg#rodeo_logoregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.3;
  color: black;
  background-color: white;
  font-size: 14.4px;
}

img {
  display: block;
}

figure {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: 0;
  border: none;
  padding: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: black;
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

.center {
  text-align: center;
}

.alignright {
  text-align: right;
}

#background,
.foreground {
  -webkit-transition: opacity 2000ms ease-in-out;
  transition: opacity 2000ms ease-in-out;
}

#background,
#background figure,
#background figure img {
  width: 100%;
  height: 100%;
}

#background {
  z-index: -1;
  opacity: 0.25;
  position: fixed;
  top: 0;
  left: 0;
}

#background .swiper-slide {
  background: white;
}

@media only screen and (max-width: 767px) {
  #background figure {
    margin-bottom: -1px;
  }
}

#background figure img, #background figure .video-wrapper {
  -o-object-fit: cover;
     object-fit: cover;
}

#background figure figcaption {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 8999;
  width: 100%;
  text-align: center;
  padding: 0 25%;
  -webkit-transition: opacity 2000ms ease-in-out;
  transition: opacity 2000ms ease-in-out;
}

#background figure figcaption p {
  margin: 1em 0 0;
}

#background figure.contain {
  width: calc(100% - 80px);
  height: calc(100% - 140px);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

#background figure.contain img, #background figure.contain .video-wrapper {
  -o-object-fit: contain;
     object-fit: contain;
}

#background .video-wrapper,
#background .video-wrapper div {
  width: 100%;
  height: 100%;
}

#background .video-wrapper iframe {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#background .cover .video-wrapper iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}

#background .contain .video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.text-mode #background figure figcaption {
  opacity: 0;
}

.text-mode #background .swiper-button-next,
.text-mode #background .swiper-button-prev {
  display: none;
}

.home #text-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media (hover: hover) {
  .home #text-mode:hover {
    cursor: pointer;
  }
}

#container {
  margin: 2em 0;
}

#container #header {
  margin-bottom: 4.8em;
  padding: 0 1em;
}

#container #content {
  padding: 0 calc(1em + 8px);
}

@media only screen and (min-width: 768px) {
  #container #content {
    padding: 0 32px;
    position: relative;
  }
}

@media only screen and (min-width: 1030px) {
  #container #content {
    padding: 0 12%;
  }
}

@media only screen and (min-width: 768px) {
  #container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #container #header {
    width: 27%;
  }
  #container #content {
    width: 73%;
  }
}

@media only screen and (min-width: 1440px) {
  #container #header {
    width: 25%;
  }
  #container #content {
    width: 75%;
  }
}

.home #container #content {
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .home #container #content {
    padding: 0;
  }
}

.home #container #content #exhibitions,
.home #container #content #news {
  padding: 0 1em;
}

.home #container #content #exhibitions .external .exhibition-header h1, .home #container #content #exhibitions .external .exhibition-header h2 {
  font-size: 28px;
}

@media only screen and (min-width: 1030px) {
  .home #container #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home #container #content #exhibitions {
    width: 58%;
  }
  .home #container #content #news {
    width: 42%;
  }
}

#header .rodeo-logo {
  position: fixed;
  bottom: 25px;
  left: 0;
  margin: 0;
  text-align: left;
  display: block;
  z-index: 999;
  width: auto;
}

.rodeo-logo {
  width: 100%;
  font-family: "Rodeo Logo", sans-serif;
  font-size: 2.2em;
  text-align: left;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  padding: 0 42px;
}

.rodeo-logo a {
  color: black;
  text-decoration: none;
}

nav#main-menu ul {
  margin: 0;
}

nav#main-menu ul li {
  margin: 0 0 .5em;
}

nav#main-menu ul li li {
  margin: 0;
}

nav#main-menu .artists {
  font-weight: bold;
  text-align: center;
}

nav#main-menu a {
  color: black;
}

@media (hover: hover) {
  nav#main-menu a:hover {
    text-decoration: underline;
  }
}

nav#main-menu a,
nav#main-menu button {
  padding-left: 8px;
}

nav#main-menu address {
  width: 100%;
  display: block;
  font-style: normal;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #000;
  margin: 7px 0 14px;
  padding: 4px 0 5px 7px;
}

nav#main-menu address p {
  margin: 0;
}

nav#main-menu address a {
  padding: 0;
}

nav#main-menu #email {
  display: block;
  margin: 21px 0 2em;
}

nav#main-menu .submenu {
  -webkit-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  nav#main-menu .submenu {
    max-width: 250px;
  }
}

nav#main-menu img {
  width: 100%;
  max-width: 250px;
}

nav#main-menu #courtyard {
  margin: -.5em 0 1.5em;
}

#signup,
#search {
  margin: 7px 0 2em;
}

#signup input[type="text"],
#signup input[type="email"],
#search input[type="text"],
#search input[type="email"] {
  background: none;
  padding: 0 0 2px 0;
  margin: 0 0 7px 8px;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
}

#signup input[type="text"]:focus, #signup input[type="text"]:active,
#signup input[type="email"]:focus,
#signup input[type="email"]:active,
#search input[type="text"]:focus,
#search input[type="text"]:active,
#search input[type="email"]:focus,
#search input[type="email"]:active {
  outline: none;
  outline: 0;
}

#signup input[type="submit"],
#signup button[type="submit"],
#search input[type="submit"],
#search button[type="submit"] {
  outline: 0;
  border: 1px solid black;
  padding: 3px 8px;
  border-radius: 1em;
  margin-top: 7px;
  background: transparent;
}

nav#switch-mode {
  z-index: 999;
  position: relative;
  margin-bottom: 36px;
}

nav#switch-mode ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#switch-mode ul li {
  display: inline-block;
  margin-right: 1.2em;
}

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

@media only screen and (max-width: 768px) {
  nav#switch-mode {
    position: fixed;
    right: 1em;
    margin-right: 8px;
    top: 2em;
  }
}

.text-mode #pagina-wrapper {
  display: none;
}

.text-mode #text-mode {
  text-decoration: underline;
}

.image-mode {
  overflow: hidden;
}

.image-mode #placeholder {
  display: none;
}

.image-mode #image-mode #pagina-wrapper .underline,
.image-mode #image-mode #placeholder {
  text-decoration: underline;
}

.image-mode #container {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .text-mode #pagina-wrapper,
  .image-mode #pagina-wrapper {
    display: none;
  }
  .text-mode #placeholder,
  .image-mode #placeholder {
    display: inline;
  }
}

#loading {
  opacity: 0;
  -webkit-transition: opacity 2000ms ease-in-out;
  transition: opacity 2000ms ease-in-out;
}

.loading #loading {
  opacity: 1;
}

.home article.exhibition {
  margin-bottom: 4.8em;
}

.exhibition-header {
  text-align: center;
  position: relative;
}

.exhibition-header h1, .exhibition-header h2 {
  font-size: 36px;
  margin: 1em auto;
}

.exhibition-header h1.artists, .exhibition-header h2.artists {
  font-weight: normal;
}

.exhibition-header h1.artists a, .exhibition-header h2.artists a {
  display: inline-block;
  white-space: nowrap;
}

.exhibition-header h1.title-of-the-show, .exhibition-header h2.title-of-the-show {
  font-style: italic;
  text-transform: uppercase;
}

.exhibition-header h1.title-of-the-show.no-uppercase, .exhibition-header h2.title-of-the-show.no-uppercase {
  text-transform: none;
}

.exhibition-header a {
  display: block;
}

.exhibition-header h1 + h2,
.exhibition-header h2 + h1 {
  margin-top: -1em;
}

.exhibition-header p {
  margin: 0;
}

.exhibition-header .location {
  margin: 0;
}

@media only screen and (min-width: 480px) {
  .exhibition-header .location {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 150px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .exhibition-header .date {
    text-align: right;
  }
}

.exhibition-header.group.hide-title .artists {
  font-size: 1.2em;
  line-height: 1.2;
}

@media only screen and (min-width: 1440px) {
  .exhibition-header {
    padding-left: 5em;
  }
}

.exhibition.single .exhibition-header .date {
  text-align: center;
}

li.exhibition em {
  text-transform: uppercase;
}

li.exhibition em.no-uppercase {
  text-transform: none;
}

body.exhibition .exhibition-header .location {
  right: 0;
  left: auto;
}

ul#exhibitions .year {
  margin-bottom: 2.4em;
}

ul#exhibitions h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 .5em;
}

ul#exhibitions ul {
  margin: 0;
}

ul#exhibitions li.exhibition {
  margin-bottom: .5em;
}

.press-release {
  padding-top: 1em;
  margin-bottom: 7.2em;
}

.press-release h3 {
  margin-top: 2.4em;
  text-align: center;
  font-weight: bold;
}

.press-release blockquote {
  margin: 1.8em 2.4em 1.8em;
  line-height: 1.8;
  font-size: 1em;
}

.press-release sup,
.press-release #footnotes {
  font-size: .85em;
}

.press-release #footnotes {
  margin-top: 2.4em;
}

.press-release #footnotes:before {
  display: block;
  content: '';
  border-bottom: 1px solid black;
  width: 50%;
  max-width: 150px;
  margin-bottom: 4px;
}

.text-mode .foreground {
  opacity: 1;
}

.image-mode #background {
  opacity: 1;
  z-index: 100;
}

.image-mode .foreground {
  opacity: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .image-mode.white {
    color: white;
  }
  .image-mode.white a, .image-mode.white button {
    color: white;
  }
}

#news #upcoming,
#news #current {
  margin: 0 0 3em;
}

#news #upcoming h3,
#news #current h3 {
  margin: 0 0 1.8em;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}

#news #upcoming article,
#news #current article {
  margin-bottom: .5em;
}

#news #upcoming article em,
#news #current article em {
  text-transform: uppercase;
}

.artist-header h1 {
  font-size: 36px;
  text-align: center;
  margin: 2em auto 1.5em;
}

#search-results-content h1 {
  font-size: 28px;
  text-align: center;
  margin: 2em auto 1.5em;
  font-weight: normal;
}

#search-results-content h1 em {
  font-size: 36px;
  font-weight: bold;
}

.search-results-list li {
  margin-bottom: 0.5em;
}

.search-results-list li.artist {
  font-weight: bold;
}

.search-results-list li.artist + li.exhibition {
  margin-top: 2.4em;
}

.search-results-type {
  margin: 0 0 7.2em;
}

.search-results-type h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1.8em;
}

.search-results-type .artist {
  text-align: center;
}

#cv {
  margin-bottom: 6em;
}

#cv section h3 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}

#cv section .event-list,
#cv section .event-list-text,
#cv section .text-list {
  padding: 1.8em 0 7.2em;
  margin: 0;
}

#cv section .event-list li, #cv section .event-list p, #cv section .event-list h3,
#cv section .event-list-text li,
#cv section .event-list-text p,
#cv section .event-list-text h3,
#cv section .text-list li,
#cv section .text-list p,
#cv section .text-list h3 {
  margin: 0 0 .5em;
}

#cv section .event-list .year,
#cv section .event-list-text .year,
#cv section .text-list .year {
  margin-bottom: 2.4em;
}

#cv section .event-list .year ul,
#cv section .event-list-text .year ul,
#cv section .text-list .year ul {
  margin: 0;
}

#cv section .event-list-text h3 {
  font-style: normal;
  margin-top: 1.8em;
}

.collapsable.closed,
#cv section .collapsable.closed {
  display: none;
}

@media (hover: hover) {
  .toggle-collapsable:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

@-webkit-keyframes blinker {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blinker {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.blink {
  color: red;
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}
/*# sourceMappingURL=style.css.map */