@import url("../../core/css/reset.css");
@import url("../../custom/css/libs/lib.css");
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic&subset=latin,latin-ext);
body {
  font-family: "Tahoma", serif;
  background: #fff; }

#wrapper {
  min-width: 800px; }

/* ================================= HEADER ================================= */
#header {
  min-height: 100px;
  background: #fff; }

#header #logo {
  width: 189px;
  height: 24px;
  padding: 37px 0 0 41px;
  float: left; }

#header #logo a {
  display: block;
  width: 189px;
  height: 24px;
  background: url("../images/logo.png") 0 0 no-repeat; }

#header #logo a span {
  display: none; }

/* == MENU == */
#menu {
  float: left;
  padding: 51px 0 0 63px; }

#menu li {
  float: left;
  font-size: 11px;
  line-height: 11px;
  position: relative; }

#menu li a {
  color: #111111;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }

#menu li.last-item span.divider {
  display: none; }

#menu li.parent > a {
  font-weight: bold;
  color: #000;
  background: url("../images/arrow.png") 50% 100% no-repeat;
  padding-bottom: 3px; }

#menu li a:hover {
  color: #000;
  text-decoration: underline; }

#menu li.parent {
  height: 30px; }

#menu li.parent ul {
  padding: 13px 13px 10px 13px;
  border: 1px solid #666;
  box-shadow: 0 0 5px #666;
  background: #fff;
  position: absolute;
  left: -70%;
  margin: 20px 0 0 0;
  z-index: 1000;
  transition: .2s all linear;
  -moz-transition: .2s all linear;
  -webkit-transition: .2s all linear;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

#menu li.parent ul li {
  float: none;
  white-space: nowrap;
  margin-bottom: 8px; }

#menu li.parent ul li.last-item {
  margin-bottom: 3px; }

#menu li.parent ul .divider {
  display: none !important; }

#menu li.parent:hover ul {
  display: block;
  margin-top: 10px;
  transition: .2s all linear;
  -moz-transition: .2s all linear;
  -webkit-transition: .2s all linear;
  opacity: 1;
  visibility: visible; }

/* == LANGUAGES == */
#languages {
  float: right;
  padding: 41px 25px 0 0; }

#languages li {
  float: left;
  margin: 0 0 0 10px; }

#languages li img {
  display: block; }

#languages li.active {
  padding-bottom: 6px;
  background: url("../images/arrow-top.png") 50% 100% no-repeat; }

/* ================================= PAGES ================================== */
#fancybox-outer {
  background: transparent !important; }

#fancybox-content {
  border: 20px solid #000000 !important;
  background: #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#fancybox-content.thick-right-border {
  border-right-width: 10px !important; }

#fancybox-close {
  width: 41px !important;
  height: 41px !important;
  background: url("../images/close.png") 0 0 no-repeat !important;
  top: -25px !important;
  right: -30px !important; }

#content, #fancybox-content {
  background: #000000;
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  text-align: justify; }

#content {
  padding: 2px 0; }

#content h2, #fancybox-content h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #cccccc;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 40px 0; }

#content p, #fancybox-content p {
  margin: 0 0 20px 0; }

.jspVerticalBar {
  width: 5px !important;
  background: transparent !important; }

.jspVerticalBar .jspTrack {
  background: #545454 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.jspVerticalBar .jspTrack .jspDrag {
  background: #f3f3f3 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.fancybox-bg {
  display: none !important; }

#gallery-grid {
  width: 100%;
  position: relative;
  background: #000; }

/*#gallery-grid.homepage {border-top: 2px solid #383838;}*/
#gallery-grid li {
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-opacity: 0.85;
  opacity: 0.85;
  transition: .2s opacity linear;
  -webkit-transition: .2s opacity linear;
  -moz-transition: .2s opacity linear; }

#gallery-grid li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

#gallery-grid li a .img-desc {
  width: 90%;
  bottom: -20px;
  height: 0;
  display: block;
  position: absolute;
  margin-left: 5%;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  transition: .2s all linear;
  -moz-transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear; }

#gallery-grid li:hover a .img-desc {
  bottom: 20px;
  height: auto;
  transition: .2s all linear;
  -moz-transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear; }

#gallery-grid li a .img-desc .img-desc-inner {
  background: #fafbfa;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  opacity: .8; }

#gallery-grid li:hover {
  -moz-opacity: 1;
  opacity: 1;
  transition: .2s opacity linear;
  -webkit-transition: .2s opacity linear;
  -moz-transition: .2s opacity linear; }

#gallery-grid .line-2 li {
  width: 50%; }

#gallery-grid .line-3 li {
  width: 33.333%; }

#gallery-grid .line-4 li {
  width: 25%; }

#gallery-grid .line-5 li {
  width: 20%; }

/* ================================= FOOTER ================================= */
#footer, .push {
  height: 58px;
  line-height: 58px;
  text-align: center; }

#footer {
  background: #fff; }

#footer a {
  color: #666666; }

/* ================================= GALLERY ================================ */
.gallery-bar {
  height: 35px;
  line-height: 35px;
  background: #1f1f1f; }

.gallery-bar h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  font-weight: normal;
  width: 30%;
  float: left;
  padding: 0 0 0 14px;
  background: url("../images/h1.png") 0 0 repeat-y; }

.gallery-bar h1 strong {
  font-weight: bold; }

.gallery-bar .more-info {
  width: 40%;
  float: right;
  text-align: right;
  margin: 0 25px 0 0; }

.gallery-bar .more-info a {
  float: right;
  text-align: right;
  font-size: 11px;
  color: #cccccc;
  padding: 0 15px;
  text-decoration: none;
  background: #1f1f1f;
  transition: .2s all linear;
  -moz-transition: .2s all linear;
  -webkit-transition: .2s all linear; }

.gallery-bar .more-info a img {
  vertical-align: middle;
  margin: 0 0 0 4px;
  position: relative;
  top: -1px; }

.gallery-bar .more-info a:hover {
  background-color: #3f3f3f;
  transition: .2s all linear;
  -moz-transition: .2s all linear;
  -webkit-transition: .2s all linear; }

/* == GALLERY == */
#content .child-of-11 .article.hidden {
  display: none; }

/*.article-wrapper {display: none !important;}*/
.gallery-back {
  color: #999999;
  float: left;
  text-transform: uppercase;
  color: #999999;
  text-decoration: none;
  font-size: 10px;
  background: url("../images/back.png") 0 50% no-repeat;
  padding: 0 12px 0 24px;
  margin: 0 0 0 40px;
  transition: .2s color linear;
  -moz-transition: .2s color linear;
  -webkit-transition: .2s color linear;
  -o-transition: .2s color linear; }

.gallery-back:hover {
  transition: .2s color linear;
  -moz-transition: .2s color linear;
  -webkit-transition: .2s color linear;
  -o-transition: .2s color linear;
  color: #ccc; }

#fancybox-title-over {
  color: #fff; }

.signInContainer, #forgotten {
  width: 300px;
  margin: 50px auto;
  padding: 15px;
  background: #444;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.signInContainer table, #forgotten table {
  width: 100%; }

.signInContainer table td, .signInContainer table th, #forgotten table td, #forgotten table th {
  padding: 5px; }

.signInContainer input {
  padding: 3px; }

#content .signInContainer p.register {
  margin: 0; }

.signInContainer a, #forgotten a {
  color: #fff; }

#content table {
  width: 100%; }

#content table td, #content table th {
  padding: 5px;
  text-align: left;
  vertical-align: top; }

#content input.text {
  padding: 2px; }

.fancybox-title-float {
  bottom: auto;
  top: -25px; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.artist-layout {
  color: #ffffff;
  overflow: hidden; }
  .artist-layout > div {
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box; }
  .artist-layout .content-heading + div {
    max-width: none;
    width: 100%;
    background: white;
    color: #000;
    padding: 80px 0; }
    .artist-layout .content-heading + div > div {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box; }
  .artist-layout h1 {
    color: inherit;
    font: normal normal 45px/52px "Cardo", serif;
    text-align: left; }
  .artist-layout p {
    color: inherit;
    font: normal normal 20px/33px "Cardo", serif; }
  .artist-layout h3 {
    border: none;
    color: inherit;
    font: italic normal 1.7rem/2.1rem "Cardo", serif; }
  .artist-layout img {
    padding: 10px;
    padding-left: 0;
    display: block;
    max-width: 100%;
    box-sizing: border-box; }
  .artist-layout .gallery-bar {
    background: none;
    height: auto; }
    .artist-layout .gallery-bar h1 {
      font: normal normal 25px/33px "Cardo", serif;
      margin: 0;
      padding: 0;
      background: none;
      width: auto; }
    .artist-layout .gallery-bar .gallery-back {
      display: none; }
    .artist-layout .gallery-bar .more-info {
      width: auto;
      float: right;
      text-align: left;
      margin: 0; }
      .artist-layout .gallery-bar .more-info a {
        float: none;
        background: none; }
        .artist-layout .gallery-bar .more-info a img {
          display: inline; }
  .artist-layout .page-heading {
    margin: 50px auto 50px auto; }
  .artist-layout .quote {
    width: 360px;
    padding: 0 30px;
    margin: 80px auto 6.5rem; }
    .artist-layout .quote p {
      color: inherit;
      font: italic normal 1.5rem/2.5rem "Cardo", serif; }
  .artist-layout .introduction {
    position: relative;
    *zoom: 1; }
    .artist-layout .introduction:before, .artist-layout .introduction:after {
      content: " ";
      display: table; }
    .artist-layout .introduction:after {
      clear: both; }
  .artist-layout .text {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px 30px 0;
    font-size: 24px;
    line-height: 42px; }
  .artist-layout .photo {
    width: 50%;
    float: left; }
    .artist-layout .photo img {
      height: auto !important; }
  .artist-layout .exhibition {
    margin: 80px auto; }
  .artist-layout .ex-heading {
    margin-bottom: 50px; }
  .artist-layout .ex-photo {
    *zoom: 1; }
    .artist-layout .ex-photo:before, .artist-layout .ex-photo:after {
      content: " ";
      display: table; }
    .artist-layout .ex-photo:after {
      clear: both; }
  .artist-layout .ex-text {
    padding: 0 30px 30px;
    text-align: right;
    *zoom: 1; }
    .artist-layout .ex-text:before, .artist-layout .ex-text:after {
      content: " ";
      display: table; }
    .artist-layout .ex-text:after {
      clear: both; }
  .artist-layout .ex-gallery {
    margin: 50px auto; }
    .artist-layout .ex-gallery .gallery .items > div {
      float: left;
      width: 25%;
      max-height: 135px;
      padding-bottom: 10px;
      overflow: hidden; }
      .artist-layout .ex-gallery .gallery .items > div:nth-child(4n+5) {
        clear: left; }
    .artist-layout .ex-gallery .gallery img {
      margin: 0 auto;
      opacity: 0.85;
      transition: .2s opacity linear;
      min-width: 100%; }
      .artist-layout .ex-gallery .gallery img:hover {
        opacity: 1; }
  .artist-layout .content-heading h1 {
    margin: 50px auto;
    text-align: center;
    border-bottom: none;
    line-height: 40px; }
  .artist-layout .inputs label {
    width: 100px;
    margin-right: 20px;
    display: inline-block; }
  .artist-layout .gallery-artist {
    margin-bottom: 80px; }
    .artist-layout .gallery-artist h1 {
      width: auto;
      height: auto;
      padding: 0;
      background: none; }
    .artist-layout .gallery-artist .gallery-back {
      display: none; }
    .artist-layout .gallery-artist .gallery-bar {
      background: none;
      height: auto; }
    .artist-layout .gallery-artist #gallery-grid li {
      width: 400px;
      background-size: contain;
      height: 600px; }

.inputs > label {
  min-width: 70px;
  display: inline-block; }

/*# sourceMappingURL=maps/style.css.map */

/*# sourceMappingURL=maps/style.css.map */
