/* Preload images */
body:after {
  content: url(../../../../../../20220704015246im_/http_/krzysztofwisniewski.art/assets/template/images/close.png) url(/web/20220113095332im_/http://krzysztofwisniewski.art/assets/template/images/loading.gif) url(/web/20220113095332im_/http://krzysztofwisniewski.art/assets/template/images/prev.png) url(/web/20220113095332im_/http://krzysztofwisniewski.art/assets/template/images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../../../../../20220704015301im_/http_/krzysztofwisniewski.art/assets/template/images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../../../../../20180904045342im_/http_/krzysztofwisniewski.art/assets/template/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../../../../../20220421111307im_/http_/krzysztofwisniewski.art/assets/template/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../../../../../20220704015246im_/http_/krzysztofwisniewski.art/assets/template/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

body {
  font-family: "Lato"; }

p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6; }

h3 {
  font-size: 27px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px; }

.kw-header {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 300; }

.kw-art {
  height: 100vh;
  background-image: url("../../../../../../20180904043656im_/http_/krzysztofwisniewski.art/assets/template/images/glownaart1.jpg");
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    .kw-art {
      background-position: top center; } }

.kw-art-header {
  margin-top: 50vh;
  transform: translateY(-78px);
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.6; }

.bordered-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.stopka-bg {
  background-image: url("../../../../../../20180904035122im_/http_/krzysztofwisniewski.art/assets/template/images/czassnu.jpg");
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 175px;
  position: relative; }
  .stopka-bg h3 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300; }
  .stopka-bg .stopka-name {
    display: block;
    margin-bottom: 47px;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase; }
  .stopka-bg .stopka-dane {
    position: relative;
    padding-left: 20px;
    text-transform: uppercase; }
    .stopka-bg .stopka-dane i {
      position: absolute;
      top: 5px;
      left: 0; }
  .stopka-bg .stopka-mail-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 30px;
    display: block; }
    .stopka-bg .stopka-mail-link i {
      padding-right: 8px; }

.kontakt-form {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 30px; }
  .kontakt-form input, .kontakt-form textarea {
    height: auto;
    padding: 15px 20px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    margin-top: 0;
    color: #fff; }
    .kontakt-form input::-webkit-input-placeholder, .kontakt-form textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .kontakt-form input::-moz-placeholder, .kontakt-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .kontakt-form input:-ms-input-placeholder, .kontakt-form textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .kontakt-form input:-moz-placeholder, .kontakt-form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .kontakt-form .form-control {
    padding: 15px;
    margin-bottom: 15px; }
  .kontakt-form .kontakt-form-button {
    background-color: #406e89;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .kontakt-form .kontakt-form-button:hover {
      background-color: #72a1bd; }

.stopka-bar {
  background-color: #7f7f7f;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px; }

@media screen and (min-width: 768px) {
  .zdjecie-align {
    margin-top: 170px; } }
.clear-third:nth-child(3n) {
  clear: both; }

.white-button {
  background-color: #fff;
  color: #000;
  width: 25%;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center; }
  .white-button.bordered {
    border: 1px solid #000; }
  .white-button:hover {
    text-decoration: none; }

.lb-data .lb-caption {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6; }

@media screen and (max-width: 768px) {
  .copyright-section {
    text-align: center; } }

.design-development {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .design-development {
      text-align: right; } }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-center {
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .mobile-margin-bottom-30 {
    margin-bottom: 30px; } }
.menu-trigger {
  display: block;
  position: fixed;
  z-index: 9998;
  top: 40px;
  left: 40px;
  color: #000;
  font-size: 30px; }

.toggled-menu-container {
  display: block;
  position: fixed;
  height: 100vh;
  width: 375px;
  background-color: #50504f;
  z-index: 9999;
  color: #fff;
  top: 0;
  left: -800px;
  padding: 40px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .toggled-menu-container.extended {
    left: 0; }
  .toggled-menu-container a {
    color: #fff;
    text-decoration: none; }
    .toggled-menu-container a:hover {
      color: inherit; }
  @media screen and (max-width: 768px) {
    .toggled-menu-container {
      width: 100%; } }
  .toggled-menu-container .close-trigger {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px; }
  .toggled-menu-container .lang-container {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px; }
    .toggled-menu-container .lang-container a {
      margin-left: 10px;
      font-weight: 300;
      color: #999999;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      .toggled-menu-container .lang-container a:hover, .toggled-menu-container .lang-container a.active {
        color: #fff; }
  .toggled-menu-container .inner-container {
    position: relative;
    padding-top: 100px;
    height: 100%; }
    .toggled-menu-container .inner-container > a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      margin-bottom: 40px;
      font-weight: 300;
      font-size: 20px; }
  .toggled-menu-container .social-media {
    position: absolute;
    bottom: 0;
    left: 0; }
    .toggled-menu-container .social-media a {
      font-size: 20px;
      margin-right: 20px; }

.cookie-alert {
  background-color: #fff;
  border: 1px solid silver;
  /*position:relative;*/
  padding: 25px 40px;
  /*text-align:center;*/
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  text-align: left; }

.cookie-alert-close {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 5px;
  color: #000; }
  .cookie-alert-close:hover {
    color: #1a1a1a; }

.wystawy-bg {
  background-image: url("../../../../../../20220513141500im_/http_/krzysztofwisniewski.art/assets/template/images/quovadis.jpg");
  background-attachment: fixed;
  color: #fff;
  background-position: bottom center; }

.year-label {
  background-color: #fff;
  padding: 10px 5px;
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px; }

.year-row {
  margin-bottom: 60px; }

.exhibition-tile {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  height: 80px; }
  .exhibition-tile .exhibition-name {
    font-style: italic;
    display: block;
    font-size: 15px; }
  .exhibition-tile .exhibition-dates {
    display: block;
    font-size: 12px; }
  .exhibition-tile .exhibition-location {
    display: block;
    font-size: 12px; }

.exhibitions-collapsed .year-row {
  display: none; }
  .exhibitions-collapsed .year-row:nth-of-type(1), .exhibitions-collapsed .year-row:nth-of-type(2) {
    display: block; }

.gallery-slide a {
  display: block;
  float: left;
  width: 25%;
  height: 25vh;
  background-size: cover; }

.gallery-tiles-container {
  overflow: auto;
  height: auto;
  display: block;
  width: 100%; }

.quarter-gallery-tile {
  width: 25%;
  height: 25vw;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: zoom-in;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  @media screen and (max-width: 768px) {
    .quarter-gallery-tile {
      width: 50%; } }
  .quarter-gallery-tile:hover {
    background-size: 120%; }

.gallery-collapsed .quarter-gallery-tile {
  display: none; }
  .gallery-collapsed .quarter-gallery-tile:nth-child(1), .gallery-collapsed .quarter-gallery-tile:nth-child(2), .gallery-collapsed .quarter-gallery-tile:nth-child(3), .gallery-collapsed .quarter-gallery-tile:nth-child(4), .gallery-collapsed .quarter-gallery-tile:nth-child(5), .gallery-collapsed .quarter-gallery-tile:nth-child(6), .gallery-collapsed .quarter-gallery-tile:nth-child(7), .gallery-collapsed .quarter-gallery-tile:nth-child(8) {
    display: block; }

@media screen and (max-width: 768px) {
  p {
    text-align: justify; }

  .white-button {
    width: 75%; }

  h1.kw-art-header {
    text-align: left; } }

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

/*
     FILE ARCHIVED ON 09:53:32 Jan 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:12:03 Jul 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.76
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 259.894
  LoadShardBlock: 1815.303 (3)
  PetaboxLoader3.datanode: 359.057 (6)
  PetaboxLoader3.resolve: 1995.418 (3)
  load_resource: 695.706 (2)
  loaddict: 109.483
*/