img {
  border: 0;
}
* {
  margin: 0;
  outline: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
.debug {
  outline: red dotted 1px !important;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.row {
  *zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.transition,
.anim {
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
}
.fonta {
  font-family: 'helvetica neue', sans-serif;
}
.fontb {
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
}
.fontc {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
}
html {
  -webkit-text-size-adjust: none;
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}
body {
  background: white;
  color: #000;
  font-family: 'helvetica neue', sans-serif;
  width: 100%;
}
#outwrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
}
a {
  color: inherit;
  text-decoration: none;
}
.typowy_tag {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
}
.typowy_tag:hover {
  background: white;
  color: black;
}
.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#foot {
  flex-shrink: 0;
  padding: 30px 20px;
  background: white;
  color: #000;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  border-top: black solid 1px;
  position: relative;
}
#foot:hover .logos,
#foot:hover .klajne {
  opacity: 1;
}
#foot .logos {
  opacity: 0.8;
  display: inline;
  display: inline-block;
  vertical-align: middle;
  padding-right: 60px;
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
}
#foot .logos img {
  display: block;
}
#foot .klajne {
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 40%;
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
}
#foot .szotabiz {
  text-decoration: none;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: inherit;
}
@media only screen and (max-width: 782px) {
  #foot .logos,
  #foot .klajne {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  #foot .logos img,
  #foot .klajne img {
    display: inline;
  }
}
.wp-caption {
  text-align: center;
  color: #666;
}
.wp-caption p {
  line-height: 1.2 !important;
  font-size: 12px;
}
.wp-caption img {
  margin-bottom: 10px !important;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.page_archive header h2 {
  text-align: left;
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 60px;
  margin-left: -4px;
  padding: 60px 20px;
  padding: 0px 40px;
  padding-bottom: 60px;
  line-height: 1.1;
}
.pixout {
  display: block;
  width: 120%;
  margin-left: -10%;
}
.scrolled .page_in header .pix img {
  transform: rotateX(0deg) rotateY(0deg);
}
.scrolled.overscrolled .page_in header .pix img {
  transform: rotateX(-15deg) rotateY(5deg);
}
.sidebar_related {
  float: right;
  width: 280px;
  margin-left: 40px;
  margin-top: 60px;
}
.sidebar_related .in {
  position: relative;
}
.sidebar_related.fixed .in {
  position: fixed;
  top: 0;
}
.sidebar_related .item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  text-decoration: none;
  padding: 20px 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
}
.sidebar_related .item:hover {
  background: #ffe0e0;
  transform: translate(-30px,0);
}
.sidebar_related .item h3 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  text-transform: uppercase;
}
.sidebar_related .item .autor {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.sidebar_related .item .autor:hover {
  background: white;
  color: black;
}
.sidebar_related .item .autor:hover {
  background: black;
  color: white;
}
.page_in {
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.page_in.with_related {
  margin-left: 120px;
}
@media (min-width: 1800px) {
  .page_in.with_related {
    margin-left: 240px;
  }
}
.page_in header {
  padding-bottom: 60px;
}
.page_in header h2 {
  text-align: left;
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1;
}
.page_in header .lead {
  padding-top: 22px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
}
.page_in header .pix {
  display: block;
  width: 120%;
  margin-left: -10%;
  padding-top: 30px;
  perspective: 600px;
}
.page_in header .pix img {
  transition: all 1s;
  width: 100%;
  height: auto;
  display: block;
  transform: rotateX(15deg) rotateY(-5deg);
}
.page_in .single_post_content {
  line-height: 1.65;
  font-size: 18px;
}
.page_in .single_post_content table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.page_in .single_post_content table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.page_in .single_post_content blockquote {
  font-size: 140%;
  margin: 2rem 0;
  margin-left: 4rem;
}
.page_in .single_post_content p {
  margin-bottom: 1.4em;
}
.page_in .single_post_content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: ) {
  .page_in .single_post_content p {
    text-indent: 0;
  }
}
.page_in .single_post_content p a {
  background: #ffe0e0;
}
.page_in .single_post_content p a:hover {
  text-decoration: underline;
}
.page_in .single_post_content iframe {
  width: 100% !important;
}
.page_in .single_post_content .wp-caption {
  width: 100% !important;
  margin-bottom: 1.4em;
  color: inherit;
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
}
.page_in .single_post_content .wp-caption a {
  display: block;
  width: 100% !important;
}
.page_in .single_post_content .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.page_in .single_post_content .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: ) {
  .page_in .single_post_content .alignnone {
    margin-left: 0;
  }
}
.page_in .single_post_content .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.page_in .single_post_content img {
  max-width: 100% !important;
  height: auto;
}
.page_in .napisz {
  margin-top: 1em;
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
}
.page_in .meta {
  font-size: 0;
  width: 55%;
  padding-bottom: 20px;
}
.page_in .meta a {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
}
.page_in .meta a:hover {
  background: white;
  color: black;
}
.page_in .meta .datum {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
  background: #ffe0e0;
  color: black;
}
.page_in .meta .datum:hover {
  background: white;
  color: black;
}
.page_in .meta .buttonwrap {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
  background: #ffe0e0;
  color: black;
}
.page_in .meta .buttonwrap:hover {
  background: white;
  color: black;
}
.stdtxt {
  line-height: 1.65;
  font-size: 18px;
}
.stdtxt table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.stdtxt table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.stdtxt blockquote {
  font-size: 140%;
  margin: 2rem 0;
  margin-left: 4rem;
}
.stdtxt p {
  margin-bottom: 1.4em;
}
.stdtxt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: ) {
  .stdtxt p {
    text-indent: 0;
  }
}
.stdtxt p a {
  background: #ffe0e0;
}
.stdtxt p a:hover {
  text-decoration: underline;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  width: 100% !important;
  margin-bottom: 1.4em;
  color: inherit;
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: ) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.masonry {
  margin-left: 10%;
  margin-bottom: 60px;
}
.masonry.nomarg {
  margin: 0;
}
.masonry .grid-sizer {
  width: 20%;
}
@media (max-width: 1800px) {
  .masonry .grid-sizer {
    width: 25%;
  }
}
.masonry .item {
  width: 20%;
  padding: 20px;
  padding-bottom: 60px;
}
@media (max-width: 1800px) {
  .masonry .item {
    width: 25%;
  }
}
.masonry .item img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.masonry .item h2 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
}
.masonry .item .item_inside {
  padding-left: 20px;
  padding-right: 20px;
}
.masonry .item .link {
  display: block;
  font-size: 0;
}
.masonry .item .link .pix {
  padding-bottom: 20px;
}
.masonry .item .link .lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: none;
}
.masonry .item .meta {
  font-size: 0;
  margin-bottom: 20px;
}
.masonry .item .meta a {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
}
.masonry .item .meta a:hover {
  background: white;
  color: black;
}
.masonry .item.v1 img {
  border-bottom-right-radius: 40px;
}
.masonry .item.v1 h2 {
  padding-left: 20px;
}
.masonry .item.v1 .pix {
  padding-left: 40px;
}
.masonry .item.v2 img {
  border-bottom-left-radius: 40px;
}
.masonry .item.v2 .meta {
  padding-left: 40px;
}
.masonry .item.v2 h2 {
  padding-left: 20px;
}
#topmenu {
  width: 100%;
  position: relative;
  background: white;
  margin-top: 30px;
}
#topmenu nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 200;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}
#topmenu nav ul {
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
#topmenu nav ul li {
  display: inline-block;
  padding: 0;
}
#topmenu nav a {
  font-family: 'helvetica neue', sans-serif;
  text-transform: lowercase;
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
}
#topmenu nav a.open {
  background: white;
}
#topmenu nav a:hover {
  background: #ffe0e0;
}
#topmenu nav #menu-item-1053 a {
  text-transform: uppercase !important;
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
}
#mapa {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 34px;
}
#mapa * {
  -webkit-font-smoothing: antialiased;
}
#mapa.open {
  background: #ffe0e0;
  color: black;
  height: 500px;
  height: 100vh;
}
#mapa.open .playfield,
#mapa.open .pixcloud,
#mapa.open .closeb {
  opacity: 1;
}
#mapa.open nav a {
  margin-bottom: 15px;
  margin-top: 15px;
}
#mapa.open nav a:hover {
  background: white;
}
#mapa nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 200;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}
#mapa nav a {
  font-family: 'helvetica neue', sans-serif;
  text-transform: lowercase;
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  transition: background 0.4s;
  transition: all 0.2s;
  letter-spacing: 1px;
}
#mapa nav a.open {
  background: white;
}
#mapa nav a:hover {
  background: #ffe0e0;
  color: black;
}
#mapa nav .closeb {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
}
#mapa nav .closeb:hover {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#mapa .playfield {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  height: 100%;
  transition: all 0.3s, opacity 0.001s;
  opacity: 0;
}
#mapa .selector {
  position: relative;
  vertical-align: top;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
#mapa .terms {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
#mapa .terms .in {
  width: 100%;
  column-count: 4;
  column-gap: 20px;
  font-size: 0;
  text-align: center;
}
#mapa .terms a {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  padding: 2px 10px;
  font-size: 14px;
}
#mapa .terms a:hover {
  background: white;
  color: black;
}
#mapa .searchbox {
  text-align: center;
  font-size: 40px;
}
#mapa .searchbox input,
#mapa .searchbox button {
  font-size: inherit;
  border: black solid 2px;
  padding: 10px 20px;
}
#mapa .searchbox button::-moz-focus-inner,
#mapa .searchbox input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#mapa .searchbox input {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  text-transform: uppercase;
}
#mapa .searchbox input:focus {
  box-shadow: -15px -15px 15px rgba(0,0,0,0.5);
}
#mapa .searchbox button {
  font-family: 'Roboto Condensed';
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: black;
  color: white;
  cursor: pointer;
}
#mapa .searchbox button:hover {
  background: white;
  color: black;
}
#mapa .pixcloud {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s, opacity 0.001s;
  perspective: 300px;
  perspective-origin: 60% 50%;
  animation-name: pixpersp;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#mapa .pixcloud img {
  position: absolute;
  display: block;
  margin-left: -75px;
  margin-top: -75px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -moz-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  -o-transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  transition: all 300ms cubic-bezier(0.860,0.000,0.070,1.000);
  opacity: 0.4;
  opacity: 0.6;
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
#mapa .pixcloud img.open {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  opacity: 1;
}
@keyframes pixpersp {
  from {
    perspective: 300px;
  }
  to {
    perspective: 450px;
  }
}
