/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

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

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

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }

pre {
  background-color: whiteSmoke;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Monaco, Andale Mono, Courier New, monospace; }

body {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  background: white;
  line-height: 1;
  color: #919292;
  font-size: 14px;
  padding-top: 210px;
  padding-bottom: 100px; }

h1,
h2,
h3,
p,
ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: inherit; }

ul {
  list-style: none; }

.slice {
  width: 430px; }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

hr {
  height: 6px;
  border: 0 none;
  background: black;
  display: block;
  margin: 6px 0 10px 0;
  padding: 0; }

.container {
  position: relative;
  width: 960px;
  padding: 0;
  margin: 0px auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 43px 0 0 0px;
  margin-bottom: 90px; }
  header p {
    margin-top: 18px;
    clear: both;
    float: left;
    font-size: 7px;
    line-height: 1; }

#logo {
  float: left;
  margin-left: 20px; }
  #logo h1 {
    width: 259px;
    height: 77px;
    overflow: hidden; }

#line {
  position: absolute;
  width: 267px;
  height: 484px;
  top: -33px;
  left: 90px;
  z-index: -1; }
  #line.black {
    background: url("../img/sprite.png") no-repeat 0 0; }
  #line.cyan {
    background: url("../img/sprite.png") no-repeat -299px 0; }
  #line.purple {
    background: url("../img/sprite.png") no-repeat -583px 0; }
  #line.green {
    background: url("../img/sprite.png") no-repeat 0 -511px; }
  #line.red {
    background: url("../img/sprite.png") no-repeat -290px -511px; }
  #line.yellow {
    background: url("../img/sprite.png") no-repeat -583px -511px; }
  #line.blue {
    background: url("../img/sprite.png") no-repeat -583px -1033px; }

#lang_menu {
  float: left;
  margin-left: 85px; }
  #lang_menu li {
    float: left; }
  #lang_menu a {
    color: #a5a5a5;
    font-size: 16px;
    font-style: italic; }
    #lang_menu a.active {
      color: black; }
  #lang_menu span {
    color: #a5a5a5;
    display: block;
    margin: 0 1px 0 2px;
    line-height: 1.2;
    cursor: default; }

#menu {
  position: absolute;
  margin-left: 75px;
  margin-top: 30px;
  font-size: 39px; }
  #menu a {
    color: #270edd;
    font-style: italic; }
    #menu a.active {
      color: black; }
  #menu .menu-rotated {
    transform: rotate(-5deg); }
  #menu .gabriela {
    color: #f2a884; }

#content {
  width: 100%;
  position: relative; }

#place_holder {
  display: block;
  float: right;
  clear: both;
  width: 1px;
  height: 1800px; }

.exhibition_summary {
  text-align: right;
  margin-bottom: 120px; }
  .exhibition_summary h2 {
    font-size: 32px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px; }
  .exhibition_summary .duration {
    font-weight: bold;
    font-size: 28px;
    color: #919292;
    margin-bottom: 14px; }
  .exhibition_summary .subtitle {
    font-size: 14px;
    color: black;
    line-height: 2; }
  .exhibition_summary .sponsor {
    display: block;
    margin: 20px 0;
    float: left; }
    .exhibition_summary .sponsor img {
      margin: 0; }
  .exhibition_summary img {
    margin-top: 20px; }
  .exhibition_summary .body {
    text-align: left; }
    .exhibition_summary .body p {
      margin-bottom: 20px; }
  .exhibition_summary a {
    color: inherit; }
    .exhibition_summary a:hover {
      text-decoration: none;
      color: inherit; }

body#archive .exhibition_summary {
  width: 320px;
  color: #231f20;
  position: relative; }
  body#archive .exhibition_summary a {
    font-size: 11px;
    color: black;
    line-height: 2; }
    body#archive .exhibition_summary a:hover {
      text-decoration: underline; }
  body#archive .exhibition_summary h2 {
    margin-top: 10px;
    font-size: 45px;
    color: #747c33; }
  body#archive .exhibition_summary .subtitle {
    line-height: 1.3;
    margin-bottom: 45px; }
  body#archive .exhibition_summary .duration {
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
    color: inherit; }
  body#archive .exhibition_summary .body {
    line-height: 1.3;
    margin-top: 30px;
    color: #6b5f63;
    clear: both;
    float: left; }
  body#archive .exhibition_summary .sponsor {
    display: block;
    margin: 20px 0;
    float: left; }
    body#archive .exhibition_summary .sponsor img {
      margin: 0; }

#exhibition_index_image_list p {
  font-size: 12px;
  color: #000;
  line-height: 1.5; }
#exhibition_index_image_list li {
  margin-bottom: 30px; }

#exhibition_index_list {
  margin-top: 100px;
  margin-right: 40px; }
  #exhibition_index_list li {
    margin-bottom: 35px; }
    #exhibition_index_list li a {
      float: right; }

body#categories .category_summary {
  width: 430px;
  color: #231f20;
  position: relative; }
  body#categories .category_summary .body {
    line-height: 1.3;
    margin-top: 30px;
    color: #6b5f63;
    clear: both;
    float: left; }
  body#categories .category_summary ul {
    margin-top: 60px;
    margin-right: 0px; }

#parallels_index_list {
  width: 500px; }
  #parallels_index_list h2 {
    color: red;
    font-size: 38px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 12px 0;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 72px;
    font-weight: normal; }
  #parallels_index_list ul {
    width: 100%; }
  #parallels_index_list .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #parallels_index_list li {
    width: 50%;
    height: 200px;
    float: left;
    text-align: center;
    display: block; }
  #parallels_index_list img {
    vertical-align: middle; }

#about_summary {
  padding-top: 120px; }
  #about_summary img {
    margin-left: -13px; }
  #about_summary hr {
    margin-top: 120px; }
  #about_summary p {
    color: black;
    line-height: 1.2; }

#about_details ul {
  padding-left: 40px; }
#about_details li {
  margin-bottom: 80px; }
#about_details p {
  line-height: 1.2;
  margin-bottom: 14px; }
#about_details h2 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px; }
  #about_details h2 span {
    position: absolute;
    width: 35px;
    height: 55px;
    display: block;
    top: -19px;
    left: -35px; }
    #about_details h2 span.red {
      background: url("../img/sprite.png") no-repeat -38px -1122px; }
    #about_details h2 span.yellow {
      background: url("../img/sprite.png") no-repeat -142px -1122px; }
    #about_details h2 span.blue {
      background: url("../img/sprite.png") no-repeat -250px -1122px; }

#contact_info {
  width: 100%;
  padding-top: 160px;
  font-size: 18px;
  color: #270edd;
  text-align: right; }
  #contact_info p {
    line-height: 1.5; }
  #contact_info #map_link {
    margin-top: 100px;
    display: block;
    text-align: center; }

#stay_tuned {
  display: block;
  position: absolute;
  width: 266px;
  height: 154px;
  background: url("/img/maikines_trans_en.gif") no-repeat 0 0;
  text-align: initial;
  text-indent: -5000px;
  overflow: hidden;
  cursor: pointer; }
  #stay_tuned:hover {
    background: url("/img/maikines_trans_en.gif") no-repeat 0 -154px; }

#home #stay_tuned {
  top: 320px;
  left: 75px; }

#archive #stay_tuned {
  position: absolute;
  bottom: -210px; }

.donations-container {
  position: absolute;
  top: -165px;
  right: 100px;
  z-index: 1; }
  .donations-container.show .donations-content {
    display: block; }
  .donations-container .donations-content {
    display: none;
    width: 290px;
    background: white;
    border: 3px solid #804096;
    padding: 20px;
    position: absolute;
      top: -23px;
      right: -93px;
    text-align: center;
    color: #804096;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);}
    .donations-container .donations-content .text-top {
      margin: 10px 10px; color: #27B373; }
    .donations-container .donations-content .close-me-button {
      border: 0;
      padding: 10px;
      position: absolute;
      top: 0;
      right: 0;
      font-weight: bold;
      color: #804096; }
    .donations-container .donations-content form {
      width: 165px;
      box-sizing: border-box;
      margin: 0 auto; }
      .donations-container .donations-content form .input-wrapper {
        border: 3px solid #804096;
        padding: 15px 20px; }
      .donations-container .donations-content form label {
        font-size: 24px;
        font-weight: bold;
        padding: 0 0 2px;
        border-bottom: 3px solid #804096;
        display: block; }
      .donations-container .donations-content form input {
        padding: 0;
        border: 0;
        margin: 0;
        display: inline-block;
        width: 90px;
        color: #804096; }
      .donations-container .donations-content form button {
        background: none;
        padding: 4px;
        border: 0;
        color: #804096;
        margin-top: 10px;
        font-weight: normal;
        border-bottom: 3px solid #804096; font-size:21px;}
  .donations-container .text-bottom {
    margin-top: 20px;
    text-align: left;
    color: #27B373;}
    .donations-container .text-bottom dl {
      margin: 10px 0; }
    .donations-container .text-bottom dt {
      float: left;
      margin-right: 4px;
      font-weight: bold; }
    .donations-container .text-bottom dd {
      margin: 0 0 4px; }
    .donations-container .text-bottom p.bottom-line{
        color: #804096;}

.newletter-container {
  margin-top: 50px;
  width: 460px;
  padding-bottom: 60px;
  margin-left: -54px; }
  .newletter-container .image-container {
    position: relative;
    text-align: center; }
  .newletter-container .in-touch {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 70px;
    height: 43px;
    margin-left: -35px; }
  .newletter-container .image-moving {
    display: none; }
  .newletter-container .image-still {
    display: inline-block; }
  .newletter-container .mailchimp-form-container {
    display: none;
    transform: rotate(-15deg);
    margin-top: 10px; }
  .newletter-container.fly .image-moving {
    display: inline-block; }
  .newletter-container.fly .image-still {
    display: none; }
  .newletter-container.hover .mailchimp-form-container {
    display: block; }
