/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.small {
  font-size: 0.9rem;
}
.hidden {
  display: none;
}
.btn {
  display: inline-block;
  padding: 3px 12px;
  font-size: 1rem;
  line-height: 1.3em;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eee);
  background-image: linear-gradient(#fcfcfc, #eee);
  box-shadow: none;
  border: none;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
}
.btn-primary {
  background-image: -webkit-linear-gradient(#42b36d, #00a651);
  background-image: linear-gradient(#42b36d, #00a651);
  color: white;
  font-size: 1.2rem;
  padding: 10px 30px;
  border-radius: 5px;
}
.btn:after {
  content: " >";
}
.btn:hover {
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(#00a651, #00a651);
  background-image: linear-gradient(#00a651, #00a651);
}
.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #d5d5d5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary:active {
  background-image: -webkit-linear-gradient(#42b36d, #42b36d);
  background-image: linear-gradient(#42b36d, #42b36d);
}
.btngrp {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.btngrp > :not(:last-child) {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btngrp > :not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form {
  background-color: #fafafa;
  padding: 5px 20px 20px 20px;
  margin: 10px auto;
  border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
label {
  margin: 10px 0px;
  display: block;
}
.form_label {
  display: block;
  margin: 20px 0px;
}
.form_label_text-checkbox {
  padding: 0px 5px;
}
.input {
  display: inline-block;
  padding: 2px 8px;
  line-height: 1.2em;
  color: #333;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  background-color: white;
}
select.input {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  height: 35px;
}
input[type=date].input {
  height: 35px;
}
.input[readonly],
.textarea[readonly],
.input[disabled],
.textarea[disabled] {
  border-color: #eee;
  background: #fafafa;
  color: #888;
  box-shadow: none;
}
.input:focus {
  border-color: #009ee0;
  background-color: white;
  outline: none;
  border-color: #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.textarea {
  min-height: 150px;
}
.form_table {
  width: 100%;
}
.form_table td {
  vertical-align: top;
  padding: 5px;
}
.form_required {
  font-weight: bold;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
}
html,
body {
  height: 100%;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #002b11;
  font-family: 'PT Sans', sans-serif;
}
::selection {
  background: #00a651;
  color: #f2f9f5;
}
h1,
h2,
h3 {
  margin: 0px;
  margin-top: 1em;
  font-weight: normal;
}
h2 {
  font-size: 1.5em;
  margin: 1em 0em;
}
.nounderline {
  border: none;
}
p {
  margin: 0px;
  margin-bottom: 1em;
}
a {
  color: #00a651;
}
a:hover {
  text-decoration: none;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.content {
  width: 100%;
  max-width: 700px;
  margin: 10px auto;
  padding: 0px 10px;
}
.content img {
  max-width: 100%;
}
.index_content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 800px;
  padding: 0px 5px;
}
.index_exhibitions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 5px 5px;
}
.index_exhibitions_primary {
  display: inline-block;
  margin: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}
.contact {
  width: 100%;
  padding: 5px;
}
.contact_img {
  float: left;
  margin-right: 5px;
}
.contact_img img {
  max-width: 100px;
}
.partners_container {
  padding: 2px 2px;
  border-radius: 3px;
  background-color: white;
}
.partners_container h3 {
  border-bottom: 1px solid #00a651;
}
.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
}
.partner {
  display: inline-block;
  margin: 5px;
}
.partner img {
  max-width: 200px;
  max-height: 200px;
}
.index_hero {
  background-image: url("/img/vystaviste_lysa_nad_labem.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  min-height: calc(100vh - 44px);
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.index_hero_canvas {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}
.index_hero_content {
  background: white;
  padding: 10px 10px;
  margin: 10px auto;
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  max-width: 500px;
}
.index_hero_banner {
  height: 200px;
  background-image: url("/img/vystaviste_lysa_nad_labem.jpg");
  background-size: cover;
  background-position: center;
  background-color: #eee;
  display: none;
}
@media (max-width: 850px) {
  .index_hero {
    padding: 0px;
  }
  .index_hero_canvas {
    min-height: 0px;
    margin: 0px;
  }
  .index_hero_content {
    margin-top: 0px;
  }
  .index_hero_banner {
    display: block;
  }
}
.index_hero_slogan {
  text-align: center;
  margin: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3em;
}
.index_hero_slogan b {
  font-weight: 500;
}
.index_hero_date {
  border-bottom: none;
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: normal;
}
.index_hero_news {
  margin-top: 5rem;
}
body {
  margin-top: 44px;
}
.header {
  background-color: #42b36d;
  display: flex;
  align-items: stretch;
  position: fixed;
  z-index: 50;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.header_item {
  display: flex;
  position: relative;
  border-right: 1px solid #00a651;
}
.header_item_anchor {
  color: #f2f9f5;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 1em;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.header_item-leftborder a {
  border-left: 1px solid #00a651;
}
.header_item > .header_item_anchor {
  text-transform: uppercase;
}
.header_items > .header_item_anchor {
  padding: 2px 15px;
  white-space: nowrap;
}
.header_item_anchor:hover {
  background-color: #00a651;
}
.header_items {
  display: none;
  position: absolute;
  top: 43px;
  left: 0px;
  background-color: #42b36d;
  flex-direction: column;
  border-top: 1px solid #00a651;
}
.header_hamburger .header_items {
  right: 0px;
  left: auto;
}
.header_items a {
  border-bottom: 1px solid #00a651;
}
.header_item:hover .header_items {
  display: flex !important;
}
.header_search {
  display: flex;
  align-items: center;
  flex-grow: 2;
  flex-shrink: 2;
  padding: 0px 5px;
  justify-content: flex-end;
}
.header_search_form {
  display: flex;
  flex-shrink: 10;
  flex-grow: 100;
  background: white;
  border-radius: 200px;
  align-items: center;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #00a651;
  max-width: 300px;
}
.header_search_input {
  flex-shrink: 2;
  flex-grow: 2;
  display: inline-block;
  background: none;
  border: none;
  line-height: 1.9em;
  padding: 0px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  padding-left: 10px;
  max-width: 900px;
  min-width: 50px;
  outline: none;
}
.header_search_btn {
  display: inline-block;
  background: none;
  border: none;
  flex-shrink: 0;
  flex-grow: 0;
  width: 30px;
  padding: 0px;
  margin: 0px;
  height: 15px;
  background-image: url('/img/search.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.header_logo {
  height: 0px;
  padding: 0px 20px;
}
.header_badge {
  background-color: white;
  padding: 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  text-decoration: none;
  vertical-align: middle;
}
.header_badge_logo {
  max-height: 40px;
}
.header_badge_text {
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4em;
  padding-left: 10px;
  text-align: center;
  align-self: center;
}
.header_badge_text_first {
  font-size: 1.2rem;
}
.header_item_flag {
  height: 23px;
}
.header_hamburger {
  display: none;
}
@media (max-width: 1200px) {
  .header_item_anchor {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header_badge_text {
    display: none;
  }
  .header_badge_logo {
    max-height: 30px;
  }
  .header_logo {
    padding: 0px 10px;
  }
  .header form {
    width: 200px;
  }
}
@media (max-width: 850px) {
  .header_item:not(.header_item-mobile) {
    display: none;
  }
  .header_hamburger {
    display: inline-block;
  }
  .header_search_btn {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header form {
    width: 100%;
    max-width: 300px;
  }
}
.footer {
  text-align: center;
  padding: 20px;
  background: linear-gradient(#f2f9f5, white);
}
.footer_newsletter {
  border-radius: 3px;
  margin: 0px auto;
  padding: 10px;
  max-width: 600px;
  display: flex;
}
.footer_newsletter_email {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.footer_newsletter_submit {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  flex-shrink: 0;
}
.footer_sections {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.9rem;
}
.footer_section {
  width: 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2em;
}
.footer_section_name {
  font-size: 1rem;
  font-weight: 500;
  margin: 5px 0px;
}
.footer_section_item {
  margin: 5px 0px;
}
.footer_partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.footer_partner {
  display: inline-block;
  margin: 0px;
  font-size: 0px;
}
.footer_partner:hover {
  transform: scale(1.05);
  transition: 500ms;
}
.footer_partner img {
  margin: 0px 20px;
  display: block;
}
.items_more {
  /*text-align: center;
  display: block;
  font-weight: 300;
  margin: 5px;
  margin-bottom: 1rem;
  .largeText;*/
  margin-top: 1em;
  text-align: center;
}
.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 10px;
  width: calc(33.3% - 40px);
  text-decoration: none !important;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .item {
    width: calc(100% - 0px);
  }
}
.item_background {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.item:hover .item_background {
  transform: scale(1.02);
  transition: 400ms;
}
.item_background-logo {
  background-size: contain;
}
.item_content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
.item_content_exhibition {
  padding: 0px;
  margin-left: -10px;
  font-size: 1rem;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.item_content_exhibition_date {
  display: none;
  font-size: 0.8rem;
  margin-left: 5px;
  color: #ddd;
}
.item_content_exhibition_date:before {
  content: "";
}
.item_content_exhibition_logo {
  max-width: 20px;
  max-height: 20px;
  margin: 2px 10px;
}
.item_content_name {
  background: #00a651;
  color: white;
  font-size: 1.5rem;
  line-height: 1.3em;
  padding: 5px 10px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
/*.item:hover .item_content_name {
  background: #fafafa;
}*/
.item_content_meta {
  text-align: right;
}
.item_content_meta_content {
  margin: 10px;
  background: white;
  margin-right: -10px;
  padding: 3px 10px;
  padding-right: 20px;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.3em;
  border: 1px solid #eee;
  border-right: none;
  color: #002b11;
}
.item_content_middle {
  flex-grow: 2;
}
.item_content_description {
  background: white;
  margin-top: 10px;
  padding: 5px 10px;
  color: #004119;
  border: 1px solid #eee;
  text-align: left;
}
.item_content_description_more {
  text-align: right;
  color: #00a651;
}
.item_content p {
  color: #002b11;
}
.hero {
  display: block;
  text-decoration: none;
  background-image: url("/img/vystaviste_lysa_nad_labem.jpg");
  background-size: cover;
  background-position: center;
  padding: 10px;
  text-align: center;
  min-height: 66vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}
@media (max-width: 850px) {
  .hero {
    background-attachment: scroll;
    min-height: 0px;
  }
}
.hero_content {
  background: white;
  margin: 10px;
  max-width: 600px;
  width: 100%;
  padding: 10px 10px;
  padding-bottom: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
}
.hero_name,
.hero_date,
.hero_description {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #002b11;
}
.hero_logo img {
  max-width: 80px;
  max-height: 80px;
}
.hero_name {
  font-size: 2.5em;
  line-height: 1.6em;
  margin: 0;
  font-weight: 500;
}
.hero_tabs {
  background-color: #42b36d;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #00a651;
  border-top: 1px solid #00a651;
  justify-content: center;
}
.hero_tab {
  padding: 5px;
  color: #f2f9f5;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1em;
  align-self: stretch;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 5px 1px;
  border-radius: 3px;
}
.hero_tab:hover {
  background-color: #00a651;
}
.hero_tab-selected,
.hero_tab-selected:hover {
  background-color: #f2f9f5;
  color: #00a651;
}
.celebrity {
  text-align: center;
  padding: 20px;
  background: linear-gradient(#f2f9f5, white);
  margin-top: 20px;
}
.celebrity_navigation {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 600px;
  max-width: 100%;
}
.celebrity_nav_left,
.celebrity_nav_right {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 5px 10px;
}
.celebrity_nav_middle {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  flex-shrink: 2;
}
.celebrity_nav_left:after {
  content: "←";
}
.celebrity_nav_right:after {
  content: "→";
}
.celebrity_bubble {
  flex-grow: 2;
  flex-shrink: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  border: 1px solid #eee;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  display: none;
}
.celebrity_bubble-selected {
  display: flex;
}
.celebrity_image {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  align-self: flex-start;
}
.celebrity_right {
  text-align: left;
  margin-left: 10px;
  flex-grow: 200;
  display: block;
}
.celebrity_citation {
  font-style: italic;
}
.celebrity_name {
  font-weight: bold;
}
.celebrity_name:before {
  content: "— ";
}
.gallery {
  text-align: center;
}
.gallery_thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery_thumb {
  width: 200px;
  height: 200px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  margin: 3px;
  cursor: pointer;
}
.gallery_thumb:hover {
  transform: scale(1.05);
}
.gallery_img {
  display: inline-block;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
}
.gallery_img:hover {
  background-color: #fafafa;
}
.gallery_img img {
  border-radius: 3px;
}
.gallery_full {
  display: none;
}
.gallery-clicked .gallery_thumbs {
  display: none;
}
.gallery-clicked .gallery_full {
  display: inline-block;
}
.exhibition {
  flex-grow: 1;
  align-items: center;
  margin: 5px 0px;
  padding: 10px 20px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #004119;
  display: flex;
  background: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}
.exhibitions_date_title {
  margin: 20px 0px 10px 0px;
  font-size: 1.2rem;
  line-height: 1.3em;
  text-align: center;
}
.exhibitions_content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.exhibition:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  background: #fafafa;
  transition: 100ms;
}
.exhibition_left {
  width: 90px;
  height: 90px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.exhibition_left-banner {
  background-size: cover;
}
.exhibition_right {
  text-align: left;
  flex-grow: 2;
}
.exhibition p {
  text-decoration: none !important;
  margin: 0px;
}
.exhibition_right_more {
  text-align: right;
  color: #00a651;
}
.exhibition_right_name {
  margin-top: 0px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #00a651;
}
.exhibition_logo {
  max-width: 90px;
  max-height: 90px;
  margin: 0px 10px;
}
.breadcrumbs {
  font-size: 1rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}
.breadcrumb {
  display: inline-block;
}
.breadcrumb:after {
  content: ">";
}
