html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.25s;
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
.mobile-show {
  display: none;
}
@media (max-width: 768px) {
  .mobile-show {
    display: block;
  }
}
@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: sans-serif;
}
.font2 {
  font-family: 'PT Serif', serif;
}
.site-changenow .font2 {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.font2.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja .font2 {
  font-family: sans-serif;
}
.font2.site-transformacja {
  font-family: sans-serif;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
}
.fs1 {
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 568px) {
  .fs1 {
    font-size: 32px;
  }
}
.fs25 {
  font-size: 30px;
  line-height: 1.1;
}
.fs2 {
  font-size: 24px;
}
.fs3 {
  font-size: 20px;
}
.fs45 {
  font-size: 18px;
}
.fs4 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: bold;
  margin: 1em 0;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1em 0;
}
.stdtxt table {
  width: 100%;
  border-collapse: collapse;
}
.stdtxt table td {
  border: black solid 1px;
  padding: 8px;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 1em;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration: underline;
  text-decoration-color: #003cff;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  opacity: 0.7;
}
.stdtxt p.bigbutton a,
.stdtxt blockquote.bigbutton a,
.stdtxt ul.bigbutton a,
.stdtxt ol.bigbutton a,
.stdtxt table.bigbutton a {
  text-decoration: none !important;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1em;
  width: 100% !important;
  font-size: 12px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.lh {
  line-height: 1.3;
}
html {
  height: 100%;
}
body {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 1.3;
  background: white;
  color: black;
}
.site-changenow body {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
body.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja body {
  font-family: sans-serif;
}
body.site-transformacja {
  font-family: sans-serif;
}
* {
  overflow-wrap: break-word;
}
#outwrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  transition-duration: 0.5s;
  background: white;
}
@media (max-width: 1023px) {
  .mobile_menu_open #outwrap {
    opacity: 0;
    pointer-events: none;
  }
}
.mainwrap {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 60px;
}
@media (max-width: 1230px) {
  .mainwrap {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .mainwrap {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .mainwrap {
    padding: 0 10px;
  }
}
.mainwrap.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
#topmenu_mobile_button,
#topmenu_mobile {
  display: none;
}
@media (max-width: 1023px) {
  #topmenu_mobile_button,
  #topmenu_mobile {
    display: block;
  }
}
#topmenu_mobile_button {
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  z-index: 1000000;
  cursor: pointer;
}
#topmenu_mobile_button a {
  margin-top: 7px;
  margin-right: 7px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 0;
  font-size: 18px;
  text-align: center;
  background: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topmenu_mobile_button a i:first-child {
  display: inline;
}
#topmenu_mobile_button a i:last-child {
  display: none;
}
.mobile_menu_open #topmenu_mobile_button a {
  color: #001866;
}
.mobile_menu_open #topmenu_mobile_button a i:first-child {
  display: none;
}
.mobile_menu_open #topmenu_mobile_button a i:last-child {
  display: inline;
}
#topmenu_mobile {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  transition-duration: 0.25s;
  position: fixed;
  height: 100%;
  background: #001866;
  color: white;
  font-family: sans-serif;
  top: 0;
  z-index: 999999;
  width: 100%;
  left: -100%;
}
.mobile_menu_open #topmenu_mobile {
  left: 0%;
}
.csstransforms .mobile_menu_open #topmenu_mobile {
  left: -100%;
  transform: translate(100%, 0);
}
#topmenu_mobile .lang ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#topmenu_mobile .bar2 .lang {
  display: none;
}
#topmenu_mobile .in {
  padding: 18px 20px;
  padding-right: 60px;
  font-size: 14px;
  overflow: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#topmenu_mobile ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
}
#topmenu_mobile ul li {
  padding: 0;
}
#topmenu_mobile .bar1 {
  margin-top: 2rem;
}
#topmenu_mobile .bar1 li {
  display: block;
}
#topmenu_mobile .bar1 a {
  display: block;
  padding: 5px 0;
  font-weight: normal;
  font-family: 'PT Serif', serif;
}
.site-changenow #topmenu_mobile .bar1 a {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
#topmenu_mobile .bar1 a.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja #topmenu_mobile .bar1 a {
  font-family: sans-serif;
}
#topmenu_mobile .bar1 a.site-transformacja {
  font-family: sans-serif;
}
#topmenu_mobile .bar1 form {
  display: block;
  padding: 5px 0;
  vertical-align: middle;
  margin-top: 1rem;
  font-size: 0;
  display: flex;
}
#topmenu_mobile .bar1 form input {
  flex-grow: 10;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
  font-family: inherit;
  background: transparent;
  font-size: 16px;
  border-bottom: white solid 1px;
  display: inline-block;
  color: white;
  border-radius: 0;
}
#topmenu_mobile .bar1 form input:focus {
  border-bottom: black solid 1px;
  outline: none;
}
#topmenu_mobile .bar1 form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
#topmenu_mobile .bar1 form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#topmenu_mobile .bar1 form input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
#topmenu_mobile .bar1 form input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
#topmenu_mobile .bar1 form button {
  cursor: pointer;
  color: currentcolor;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  padding-left: 10px;
}
#topmenu_mobile .bar1 form button:hover {
  color: #003cff;
}
#topmenu_mobile .bar2 .toprow {
  display: flex;
  justify-content: space-between;
}
#topmenu_mobile .bar2 .toprow ul {
  font-weight: bold;
}
#topmenu_mobile .bar2 .toprow li {
  display: inline-block;
}
#topmenu_mobile .bar2 .toprow a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
}
#topmenu_mobile .bar2 .toprow .lang,
#topmenu_mobile .bar2 .toprow .social {
  display: inline-block;
}
#topmenu_mobile .bar2 .toprow .social {
  font-size: 20px;
}
#topmenu_mobile .bar2 .toprow .social a {
  padding-left: 5px;
  padding-right: 5px;
}
#topmenu_mobile .bar2 .toprow a.qtranxs_text.active {
  display: none !important;
}
#topmenu_mobile .bar2 > div > ul a {
  display: block;
  padding: 5px 0;
  line-height: 1.3;
  cursor: pointer;
}
#topmenu_mobile .bar2 > div > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#topmenu_mobile .bar2 > div > ul > li > a:hover {
  text-decoration: underline;
}
#topmenu_mobile .bar2 > div > ul > li > ul {
  display: none;
  font-family: sans-serif;
}
#topmenu_mobile .bar2 > div > ul > li > ul a:hover {
  text-decoration: underline;
}
#topmenu_mobile .bar2 > div > ul > li > ul > li {
  padding-left: 20px;
  display: block;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
}
#topmenu_mobile .bar2 > div > ul > li > ul > li > ul {
  font-size: 14px;
  padding-left: 20px;
}
#topmenu_mobile .bar2 > div > ul > li > ul > li > ul > li {
  font-weight: bold;
  display: block;
}
#topmenu_mobile .bar2 > div > ul > li > ul > li > ul > li > ul {
  padding-left: 20px;
}
#topmenu_mobile .bar2 > div > ul > li > ul > li > ul > li > ul a {
  font-size: 12px;
}
.topbars {
  line-height: 1;
}
.topbars ul {
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
.topbars ul li {
  padding: 0;
}
.topbars ul li {
  display: inline-block;
}
.topbars nav > * {
  display: inline-block;
  vertical-align: middle;
}
.topbars nav > * .vcenter {
  display: inline-block;
  vertical-align: middle;
}
.topbars .bar1 {
  font-family: sans-serif;
  border-bottom: #e5e5e5 solid 1px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .topbars .bar1 {
    display: none;
  }
}
.topbars .bar1 a {
  display: block;
  padding: 8px 20px 6px;
  font-size: 12px;
}
.topbars .bar1 a:hover {
  text-decoration: underline;
}
.topbars .bar1 li.current_page_item a,
.topbars .bar1 li.current-menu-item a {
  font-weight: bold;
}
.topbars .bar1.with-logo {
  background: #f9f9f9;
  color: #444444;
  border: none;
  transition: all 0.25s;
}
.topbars .bar1.with-logo:hover {
  color: #333;
}
.topbars .bar1 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444444;
}
.topbars .bar1 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}
.topbars .bar1 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #444444;
}
.topbars .bar1 input:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}
.topbars .top_mainlogo {
  padding-bottom: 10px;
  text-align: center;
  background-color: #f9f9f9;
  background-image: radial-gradient(ellipse at bottom, rgba(0, 60, 255, 0.25) 0%, rgba(0, 60, 255, 0) 60%);
  font-size: 0;
  border-bottom: #e5e5e5 solid 1px;
}
.site-festiwal .topbars .top_mainlogo {
  background-image: radial-gradient(ellipse at bottom, rgba(0, 60, 255, 0.1) 0%, rgba(0, 60, 255, 0) 60%);
}
.site-transformacja .topbars .top_mainlogo {
  background-image: radial-gradient(ellipse at bottom, rgba(34, 112, 182, 0.3) 0%, rgba(34, 112, 182, 0) 60%);
}
.topbars .top_mainlogo img {
  position: relative;
  top: -6px;
  vertical-align: top;
  height: 90px;
}
@media (max-width: 1023px) {
  .topbars .top_mainlogo img {
    top: 0;
    margin-top: 12px;
    height: 70px;
  }
}
.topbars .top_mainlogo a img {
  transition: all 0.25s;
}
.topbars .top_mainlogo a:hover img {
  opacity: 0.8;
}
.site-changenow .topbars .top_mainlogo {
  background-image: url(/wp-content/uploads/sites/5/2021/05/change-strona-1920x1080-jasne-1200x675.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
}
.topbars .bar2 {
  padding-left: 5px;
  font-family: 'PT Serif', serif;
  position: relative;
  border-bottom: #e5e5e5 solid 1px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .topbars .bar2 {
    display: none;
  }
}
@media (max-width: 1530px) {
  .topbars .bar2 {
    padding-left: 12px;
  }
}
@media (max-width: 1230px) {
  .topbars .bar2 {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.site-changenow .topbars .bar2 {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.topbars .bar2.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja .topbars .bar2 {
  font-family: sans-serif;
}
.topbars .bar2.site-transformacja {
  font-family: sans-serif;
}
.topbars .bar2 li.current_page_item a,
.topbars .bar2 li.current-menu-item a {
  font-weight: bold;
}
.topbars .bar2 a {
  cursor: pointer;
}
.topbars .bar2 a.qtranxs_text.active {
  display: none !important;
}
.site-changenow .topbars .bar2 > div > ul > li {
  position: relative;
}
.topbars .bar2 > div > ul > li > a {
  display: block;
  padding: 8px 15px 8px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 1530px) {
  .topbars .bar2 > div > ul > li > a {
    font-size: 16px;
    padding: 8px 8px 8px;
  }
}
@media (max-width: 1230px) {
  .topbars .bar2 > div > ul > li > a {
    font-size: 16px;
  }
}
.topbars .bar2 > div > ul > li > a:hover {
  text-decoration: underline;
}
.topbars .bar2 > div > ul > li.hovered > ul,
.topbars .bar2 > div > ul > li > a:focus ~ ul {
  display: block;
  display: flex;
  opacity: 1;
  pointer-events: all;
  transform: none;
}
.topbars .bar2 > div > ul > li.hovered > ul > li,
.topbars .bar2 > div > ul > li > a:focus ~ ul > li {
  transform: none;
  opacity: 1;
}
.topbars .bar2 > div > ul > li.menu-item-has-children:hover > a:after {
  width: 100%;
  height: 5px;
  background: white;
  position: absolute;
  z-index: 101;
  bottom: -5px;
  left: 0;
  content: ' ';
  font-size: 0;
}
.topbars .bar2 > div > ul > li > ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  background: #001866;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
  top: 100%;
  left: 0;
  font-size: 0;
  font-family: sans-serif;
  line-height: 1.3;
}
.site-festiwal .topbars .bar2 > div > ul > li > ul {
  background: #003cff;
}
.site-changenow .topbars .bar2 > div > ul > li > ul {
  background: black;
  display: block;
  justify-content: center;
  width: 20rem;
}
.topbars .bar2 > div > ul > li > ul a:hover {
  text-decoration: underline;
}
.topbars .bar2 > div > ul > li > ul > li {
  text-align: left;
  padding: 30px 30px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
}
.site-changenow .topbars .bar2 > div > ul > li > ul > li {
  padding: 0.75rem 1rem ;
  display: block;
}
@media (max-width: 1230px) {
  .topbars .bar2 > div > ul > li > ul > li {
    font-size: 16px;
  }
}
.topbars .bar2 > div > ul > li > ul > li > ul {
  font-size: 16px;
  padding-top: 1em;
}
@media (max-width: 1600px) {
  .topbars .bar2 > div > ul > li > ul > li > ul {
    font-size: 14px;
  }
}
.topbars .bar2 > div > ul > li > ul > li > ul > li {
  margin: 8px 0;
  font-weight: bold;
  display: block;
}
.topbars .bar2 > div > ul > li > ul > li > ul > li > ul {
  font-size: 12px;
  padding-left: 2em;
  padding-top: 5px;
}
.topbars .bar2 .social a {
  transition: all 0.25s;
}
.topbars .bar2 .social a:hover {
  color: #003cff;
}
.topbars .bar3 {
  border-bottom: #e5e5e5 solid 1px;
  font-size: 12px;
  font-family: sans-serif;
  color: #444444;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .topbars .bar3 {
    display: none;
  }
}
.topbars .bar3 a {
  transition: all 0.25s;
}
.topbars .bar3 a:hover {
  color: black;
}
.topbars form {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding: 0 15px;
}
.topbars form input {
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
  font-family: inherit;
  width: 12ex;
  background: transparent;
  font-size: 12px;
  border-bottom: transparent solid 1px;
  margin-right: 10px;
  display: none;
}
.topbars form input:focus {
  border-bottom: black solid 1px;
  outline: none;
}
.topbars form input.open {
  display: inline-block;
}
.topbars form button {
  cursor: pointer;
  color: currentcolor;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
.topbars form button:hover {
  color: #003cff;
}
.home_logo_festiwal {
  display: none;
  font-size: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}
.home_logo_festiwal a {
  display: inline-block;
  vertical-align: top;
}
.site-festiwal .home_logo_festiwal {
  display: block;
  display: none;
}
.block-changenow_home_screen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}
.block-changenow_home_screen .headpix {
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.block-changenow_home_screen .headpix img {
  height: 10rem;
}
.block-changenow_home_screen .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .block-changenow_home_screen .row {
    display: block;
  }
}
.block-changenow_home_screen .row .tile {
  line-height: 1;
  display: block;
  flex-basis: 33.333%;
  padding: 2rem;
}
.block-changenow_home_screen .row .tile .tilein {
  text-align: center;
  height: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  font-size: 120%;
  font-weight: bold;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .block-changenow_home_screen .row .tile .tilein {
    padding: 1.5rem;
  }
}
.block-changenow_home_screen .row .tile:hover .tilein {
  background: black;
  color: white;
}
.block-home_screen {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s;
}
.site-changenow.home .block-home_screen {
  background: #ffebf7;
  background: #f0f0f0;
  margin-bottom: 0;
}
.block-home_screen.open {
  opacity: 1;
}
.block-home_screen .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.site-akademia .block-home_screen .bg {
  background: linear-gradient(#324080, #ffffff);
}
.site-akademia .block-home_screen .bg .bgin {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(2);
  -webkit-mask-image: linear-gradient(#000000, transparent);
}
.site-festiwal .block-home_screen .bg {
  z-index: 101;
  pointer-events: none;
}
.site-festiwal .block-home_screen .bg .bgin {
  opacity: 0.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");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
  filter: blur(3px) grayscale(100%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10% 15%;
  background-origin: content-box;
  transition: transform 2s;
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .site-festiwal .block-home_screen .bg .bgin {
    transition: none;
    transform: none;
  }
}
@media (max-width: 568px) {
  .site-festiwal .block-home_screen .bg .bgin {
    display: none;
  }
}
.site-changenow .block-home_screen .bg {
  z-index: 0;
  pointer-events: none;
}
.site-changenow .block-home_screen .bg .bgin {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: content-box;
  transition: transform 4s;
  transform: scale(0.7);
}
@media (max-width: 1023px) {
  .site-changenow .block-home_screen .bg .bgin {
    transition: none;
    transform: none;
  }
}
@media (max-width: 568px) {
  .site-changenow .block-home_screen .bg .bgin {
    display: none;
  }
}
.scrolled10 .block-home_screen .bg .bgin {
  transform: scale(1);
}
.block-home_screen .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.site-festiwal .block-home_screen .fg {
  padding-top: 20px;
}
.block-home_screen .home_logo {
  display: none;
  font-size: 0;
  margin: 40px 40px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .block-home_screen .home_logo {
    padding-top: 30px;
    margin: 20px;
  }
}
.block-home_screen .home_logo a {
  display: inline-block;
  vertical-align: top;
}
.site-akademia .block-home_screen .home_logo {
  display: block;
}
.block-home_screen .home_logo .r {
  position: absolute;
  left: 0px;
  top: 4px;
}
@media (max-width: 1023px) {
  .block-home_screen .home_logo .r .herb,
  .block-home_screen .home_logo .r .herblink {
    height: 25px !important;
    margin-right: 1rem;
  }
}
.block-home_screen .home_logo .herb,
.block-home_screen .home_logo .herblink {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 1.5rem;
}
.block-home_screen .home_logo .herblink img {
  display: block;
}
.block-home_screen .tileset {
  font-size: 0;
  padding: 0 30px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .block-home_screen .tileset {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .block-home_screen .tileset {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .block-home_screen .tileset {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  .block-home_screen .tileset {
    padding: 0 20px;
    padding-bottom: 10px;
  }
  .block-home_screen .tileset .row {
    margin: 0 !important;
  }
  .block-home_screen .tileset .tile {
    margin: 10px 0 !important;
    transform: none !important;
  }
}
.block-home_screen .tileset .row:nth-child(1) {
  text-align: right;
  margin-bottom: 0px;
}
.block-home_screen .tileset .row:nth-child(1) .tile {
  vertical-align: bottom !important;
}
.site-festiwal .block-home_screen .tileset .row:nth-child(1) {
  text-align: left;
}
.site-festiwal .block-home_screen .tileset .row:nth-child(2) {
  text-align: right;
}
.block-home_screen .tileset .tile {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  text-align: left;
  transition: transform 1s;
  width: 30%;
  padding: 5px;
}
@media (max-width: 1023px) {
  .block-home_screen .tileset .tile {
    width: 50% !important;
  }
}
@media (max-width: 568px) {
  .block-home_screen .tileset .tile {
    width: 100% !important;
  }
}
.block-home_screen .tileset .tile .tilein {
  padding: 20px 25px;
  min-height: 100px;
  position: relative;
}
.block-home_screen .tileset .tile img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s;
}
.block-home_screen .tileset .tile:hover h2 {
  text-decoration: underline;
}
.block-home_screen .tileset .tile:hover img {
  opacity: 0.9;
}
.block-home_screen .tileset .tile.tile_postlink .tilein {
  background: white;
}
.block-home_screen .tileset .tile.tile_postlink img {
  margin-top: 5px;
  margin-bottom: 18px;
  max-height: 250px !important;
  object-fit: contain;
}
.block-home_screen .tileset .tile.tile_postlink h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
}
@media (max-width: 1230px) {
  .block-home_screen .tileset .tile.tile_postlink h2 {
    font-size: 16px;
  }
}
.block-home_screen .tileset .tile.tile_postlink .categories {
  font-size: 11px;
  font-family: sans-serif;
  font-weight: normal;
  padding-top: 3px;
}
.block-home_screen .tileset .tile.tile_postlink h3 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'PT Serif', serif;
  margin-top: 20px;
  padding-top: 20px;
  border-top: #e5e5e5 solid 1px;
}
.site-changenow .block-home_screen .tileset .tile.tile_postlink h3 {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.block-home_screen .tileset .tile.tile_postlink h3.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja .block-home_screen .tileset .tile.tile_postlink h3 {
  font-family: sans-serif;
}
.block-home_screen .tileset .tile.tile_postlink h3.site-transformacja {
  font-family: sans-serif;
}
.block-home_screen .tileset .tile.tile_postlink.with-pix h3 {
  border: none;
  margin-top: 10px;
  padding-top: 0;
}
.block-home_screen .tileset .tile.tile_postlink.no-pix {
  padding-left: 40px;
  padding-right: 40px;
}
.block-home_screen .tileset .tile.tile_postlink .meta {
  font-size: 11px;
  display: block;
  line-height: 1;
  font-family: sans-serif;
  font-weight: bold;
}
.block-home_screen .tileset .tile.tile_text .tilein {
  min-height: 280px;
  background: #003cff;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: sans-serif;
  transition: all 0.25s;
}
.block-home_screen .tileset .tile.tile_text .tilein:hover {
  background: #0036e6;
}
.site-festiwal .block-home_screen .tileset .tile.tile_text.tile_5 .tilein {
  background: black;
}
.block-home_screen .tileset .tile.tile_text h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 568px) {
  .block-home_screen .tileset .tile.tile_text h2 {
    font-size: 32px;
  }
}
.block-home_screen .tileset .tile.tile_text h3 {
  padding-top: 80px;
  font-size: 20px;
  font-family: 'PT Serif', serif;
  font-weight: normal;
}
.site-changenow .block-home_screen .tileset .tile.tile_text h3 {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.block-home_screen .tileset .tile.tile_text h3.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja .block-home_screen .tileset .tile.tile_text h3 {
  font-family: sans-serif;
}
.block-home_screen .tileset .tile.tile_text h3.site-transformacja {
  font-family: sans-serif;
}
.block-home_screen .tileset .tile.tile_pix .tilein {
  padding: 0;
}
.site-festiwal .block-home_screen .tileset .tile.tile_pix {
  mix-blend-mode: multiply;
}
.site-festiwal .block-home_screen .tileset .tile.tile_pix .tilein {
  padding: 10px 40px;
}
.block-home_screen .tileset .tile.tile_pix h2 {
  position: absolute;
  padding: 30px;
  text-align: right;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  font-size: 30px;
  line-height: 1.1;
  color: white;
  margin: 0;
  font-family: sans-serif;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-festiwal .block-home_screen .tileset .tile.tile_pix h2 {
  padding: 30px 60px;
}
.block-home_screen .tileset .tile.tile_nopix {
  color: #003cff;
  font-size: 36px;
  line-height: 1.1;
  line-height: 1;
  padding: 40px;
}
@media (max-width: 568px) {
  .block-home_screen .tileset .tile.tile_nopix {
    font-size: 32px;
  }
}
.block-home_screen .tileset .tile.tile_nopix:hover .tilein {
  background: #003cff;
  color: white;
}
.block-home_screen .tileset .tile.tile_nopix .tilein {
  transition: all 0.25s;
  padding: 40px;
  border: #003cff solid 2px;
  color: black;
}
.site-festiwal .block-home_screen .tileset .tile.tile_nopix {
  mix-blend-mode: multiply;
}
.block-home_screen .tileset .tile.tile_nopix h2 {
  font-size: inherit;
  text-align: right;
  font-family: sans-serif;
  font-weight: bold;
}
.block-home_screen .tileset .tile.tile_nopix .arr {
  padding-top: 80px;
  margin-top: 0.5em;
  font-size: 80%;
  text-align: right;
}
.sectiontitle {
  font-size: 0;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
.sectiontitle.margtop {
  margin-top: 40px;
}
.sectiontitle > * {
  line-height: 1;
  display: inline-block;
  border: black solid 2px;
  padding: 6px 15px 3px 15px;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  transition: all 0.25s;
}
@media (max-width: 1023px) {
  .sectiontitle > * {
    font-size: 16px;
  }
}
.sectiontitle a:hover {
  background: black;
  color: white;
}
.sectiontitle.with-nav {
  display: flex;
  justify-content: space-between;
}
.sectiontitle.with-nav .ar {
  border: none;
  cursor: pointer;
}
.sectiontitle.with-nav .ar.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.sectiontitle_small {
  font-size: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.sectiontitle_small > * {
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
}
.block-postlist.ordered {
  font-size: 0;
  margin-top: -20px;
  padding-bottom: 40px;
}
.block-postlist.ordered .grid-sizer {
  display: none;
}
.block-postlist.ordered .postlink {
  width: 20%;
}
@media (max-width: 1600px) {
  .block-postlist.ordered .postlink {
    width: 25%;
  }
}
@media (max-width: 1230px) {
  .block-postlist.ordered .postlink {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .block-postlist.ordered .postlink {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .block-postlist.ordered .postlink {
    width: 100%;
  }
}
.block-postlist.masonry {
  font-size: 0;
  margin-top: -20px;
  padding-bottom: 40px;
}
.block-postlist.masonry .grid-sizer,
.block-postlist.masonry .postlink {
  width: 20%;
}
@media (max-width: 1600px) {
  .block-postlist.masonry .grid-sizer,
  .block-postlist.masonry .postlink {
    width: 25%;
  }
}
@media (max-width: 1230px) {
  .block-postlist.masonry .grid-sizer,
  .block-postlist.masonry .postlink {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .block-postlist.masonry .grid-sizer,
  .block-postlist.masonry .postlink {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .block-postlist.masonry .grid-sizer,
  .block-postlist.masonry .postlink {
    width: 100%;
  }
}
.postlink {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.postlink a.in {
  background: white;
  display: block;
  border: #e5e5e5 solid 1px;
  padding: 20px;
  position: relative;
  min-height: 150px;
  transition: all 0.25s;
}
.postlink a.in.is-sticky_post {
  border: rgba(0, 60, 255, 0.3) solid 1px;
}
.postlink a.in .pixwrap,
.postlink a.in .pixwrap-lazy {
  margin-top: 5px;
  margin-bottom: 18px;
  height: 0;
  font-size: 0;
  position: relative;
}
.postlink a.in .pixwrap img,
.postlink a.in .pixwrap-lazy img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.postlink a.in h2 {
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 5px;
}
.postlink a.in .categories {
  font-size: 11px;
  font-family: sans-serif;
  font-weight: normal;
  color: #2b2b2b;
}
.postlink a.in:hover {
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
}
.postlink a.in:hover h2 {
  text-decoration: underline;
}
.postlink a.in .postlink_lead {
  font-size: 14px;
  font-weight: normal;
  font-family: 'PT Serif', serif;
  margin-top: 20px;
  padding-top: 20px;
  border-top: #e5e5e5 solid 1px;
}
.site-changenow .postlink a.in .postlink_lead {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.postlink a.in .postlink_lead.site-changenow {
  font-family: sans-serif;
  font-family: 'm', sans-serif;
}
.site-transformacja .postlink a.in .postlink_lead {
  font-family: sans-serif;
}
.postlink a.in .postlink_lead.site-transformacja {
  font-family: sans-serif;
}
.postlink a.in.with-pix .postlink_lead {
  border: none;
  margin-top: 10px;
  padding-top: 0;
}
.postlink a.in .meta {
  font-size: 11px;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
}
.block-std_colset {
  font-size: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .block-std_colset {
    display: block;
  }
}
.block-std_colset .col {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding-top: 60px;
}
@media (max-width: 1230px) {
  .block-std_colset .col {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .block-std_colset .col {
    padding-top: 20px;
  }
}
.block-std_colset .col_main {
  width: 62%;
}
.block-std_colset .col_main.wide {
  width: 100%;
}
@media (max-width: 768px) {
  .block-std_colset .col_main {
    width: 100%;
  }
}
.block-std_colset .col_sidebar {
  width: 38%;
  padding-left: 80px;
}
@media (max-width: 1230px) {
  .block-std_colset .col_sidebar {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .block-std_colset .col_sidebar {
    padding-left: 20px;
  }
}
.block-std_colset .col_sidebar.full_width {
  padding: 0 !important;
  width: 62%;
}
@media (max-width: 768px) {
  .block-std_colset .col_sidebar.full_width {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .block-std_colset .col_sidebar {
    width: 100%;
    padding: 0;
  }
}
.block-post_header {
  padding-bottom: 40px;
  align-items: center;
}
@media (max-width: 1023px) {
  .block-post_header {
    padding-top: 0px;
  }
}
.block-post_header .portrait {
  float: left;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background: #f0f0f0;
}
@media (max-width: 1023px) {
  .block-post_header .portrait {
    width: 5rem;
    height: 5rem;
  }
}
.block-post_header .portrait img {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 1023px) {
  .block-post_header .portrait img {
    width: 5rem;
    height: 5rem;
  }
}
.block-post_header .meta {
  font-size: 12px;
  font-family: sans-serif;
  color: #2b2b2b;
}
.block-post_header .meta a {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 1em;
  transition: all 0.25s;
}
.block-post_header .meta a:hover {
  color: black;
}
.block-post_header h1 {
  font-size: 36px;
  line-height: 1.1;
}
.block-post_header h1 .line {
  display: flex;
  align-items: center;
}
.block-post_header h1 .line span {
  padding-left: 2rem;
}
@media (max-width: 568px) {
  .block-post_header h1 {
    font-size: 32px;
  }
}
.block-post_header h1 .smaller {
  font-size: 20px;
  padding-top: 0.1ex;
  display: block;
}
.block-post_header .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.block-post_header .lead {
  font-weight: bold;
  display: block;
  font-family: sans-serif;
  color: #2b2b2b;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .block-post_header .lead {
    font-size: 16px;
  }
}
.block-post_content {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block-post_content {
    padding-bottom: 0;
  }
}
.block-post_content .textcontent {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .block-post_content .textcontent {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .block-post_content .textcontent {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .block-post_content .textcontent {
    padding-bottom: 20px;
  }
}
.block-post_content .imgbox img,
.block-post_content .imgbox_fullw img {
  width: 100%;
  height: auto;
  display: block;
}
.block-post_content .imgbox {
  display: block;
}
@media (max-width: 768px) {
  .block-post_content .imgbox {
    display: none;
  }
}
.site-changenow .projektid-19 .block-post_content .imgbox,
.site-changenow .projektid-21 .block-post_content .imgbox {
  display: none;
}
.block-post_content .imgbox .credit {
  font-size: 12px;
  margin-top: 0.5em;
  opacity: 0.7;
}
.block-post_content .imgbox_fullw {
  display: none;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block-post_content .imgbox_fullw {
    display: block;
  }
}
.block-post_content.large_imgbox .imgbox {
  display: none !important;
}
.block-post_content.large_imgbox .imgbox_fullw {
  display: block !important;
}
.colored {
  color: #003cff;
}
.but {
  border: currentcolor solid 2px;
  padding: 1px 8px 1px 8px;
  line-height: 1;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
}
.but:hover {
  background: black;
  color: white;
  border-color: black;
}
.but.neg:hover {
  background: white;
  color: black;
  border-color: white;
}
.but.small {
  font-size: 11px;
  line-height: 1;
  padding: 3px 8px 2px;
}
@media (max-width: 1023px) {
  .but {
    font-size: 11px;
    line-height: 1;
    padding: 3px 8px 2px;
  }
}
.but.nohover:hover {
  background: none;
  color: black;
}
.but.vmiddle {
  vertical-align: middle;
}
.block-tcn_slider_mini {
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.block-tcn_slider_mini .sitelogo {
  position: absolute;
  z-index: 10000;
  top: 20px;
  left: 20px;
  display: block;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.block-tcn_slider_mini .sitelogo:hover {
  opacity: 0.8;
}
.block-tcn_slider_mini .sitelogo img {
  width: 50px !important;
}
.block-tcn_slider_mini .slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-tcn_slider_mini .item {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.block-tcn_slider_mini .item:before {
  content: ' ';
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.block-tcn_slider_mini .item .text {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: white;
  font-family: sans-serif;
}
.block-tcn_slider_mini .item .text h2 {
  line-height: 1.1;
  font-size: 24px;
  padding-bottom: 5px;
}
@media (max-width: 1230px) {
  .block-tcn_slider_mini .item .text h2 {
    font-size: 20px;
  }
}
.block-tcn_slider_mini .item .text .rezyseria {
  font-size: 14px;
}
.block-tcn_slider_mini .item .text .lead {
  font-size: 14px;
  padding-bottom: 5px;
}
.block-tcn_slider_mini .arr {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2000;
  border: none;
  background: transparent;
  padding: 20px 20px;
  cursor: pointer;
  color: white;
  font-size: 32px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.25s;
}
@media (max-width: 568px) {
  .block-tcn_slider_mini .arr {
    display: none !important;
  }
}
.block-tcn_slider_mini .arr.arr-prev {
  left: 0;
}
.block-tcn_slider_mini .arr.arr-next {
  right: 0;
}
.block-tcn_slider_mini .arr:hover {
  opacity: 0.8;
}
.block-tcn_slider_mini .arr:focus {
  outline: none;
}
.block-tcn_slider {
  height: 480px;
  height: 80vh;
  min-height: 480px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .block-tcn_slider {
    height: 100vh;
    min-height: 320px;
  }
}
.block-tcn_slider .home_logo_tcn {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.block-tcn_slider .home_logo_tcn a {
  display: block;
}
.block-tcn_slider .item {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.block-tcn_slider .item.slick-current .text {
  opacity: 1;
  transform: none;
}
.block-tcn_slider .item:before {
  content: ' ';
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.block-tcn_slider .item:after {
  content: ' ';
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.block-tcn_slider .item .text {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  display: block;
  position: absolute;
  width: 42.5%;
  left: 0;
  bottom: 0;
  padding: 40px;
  color: white;
}
@media (max-width: 1023px) {
  .block-tcn_slider .item .text {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .block-tcn_slider .item .text {
    font-size: 12px;
    width: 50%;
    padding-right: 0;
  }
  .block-tcn_slider .item .text .but {
    display: none;
  }
}
.block-tcn_slider .item .text h2 {
  font-size: 36px;
  line-height: 1.1;
  padding-bottom: 10px;
}
@media (max-width: 568px) {
  .block-tcn_slider .item .text h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .block-tcn_slider .item .text h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .block-tcn_slider .item .text h2 {
    font-size: 16px;
  }
}
.block-tcn_slider .item .text.r {
  left: auto;
  right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .block-tcn_slider .item .text.r {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .block-tcn_slider .item .text .bilet_spacer {
    display: none;
  }
}
.block-tcn_slider .item .text .lead {
  padding-bottom: 10px;
  font-family: sans-serif;
}
.block-tcn_slider .item .text .data {
  padding-top: 10px;
}
.block-tcn_slider .item .text .data .dzien_tygodnia {
  display: block;
}
@media (max-width: 768px) {
  .block-tcn_slider .item .text .data i {
    display: none;
  }
}
.block-tcn_slider .slick *:focus {
  outline: none !important;
}
.block-tcn_slider .slick .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
@media (max-width: 768px) {
  .block-tcn_slider .slick .slick-dots {
    display: none !important;
  }
}
.block-tcn_slider .slick .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.block-tcn_slider .slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 6px;
  background: none;
  border: none;
  position: relative;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: all 0.25s;
}
.block-tcn_slider .slick .slick-dots li button:hover {
  opacity: 0.8;
}
.block-tcn_slider .slick .slick-dots li button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: white solid 2px;
  background: none;
}
.block-tcn_slider .slick .slick-dots li.slick-active button:after {
  background: white;
}
.block-tcn_slider .arr {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2000;
  border: none;
  background: transparent;
  padding: 20px 20px;
  cursor: pointer;
  color: white;
  font-size: 32px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.25s;
}
.block-tcn_slider .arr.arr-prev {
  left: 0;
}
.block-tcn_slider .arr.arr-next {
  right: 0;
}
.block-tcn_slider .arr:hover {
  opacity: 0.8;
}
.block-repertuar_ajax {
  transition: opacity 0.5s;
}
.block-repertuar_ajax.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.block-repertuar {
  margin-bottom: 40px;
}
.is-repertuar_single_page .block-repertuar .sectiontitle {
  margin-top: 40px;
}
.block-repertuar tr.not-future td {
  opacity: 0.75;
}
.block-repertuar tr.not-future td.c5 > * {
  display: none;
}
.block-repertuar table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: #e5e5e5 solid 1px;
  width: 100%;
}
@media (max-width: 768px) {
  .block-repertuar table {
    font-size: 12px;
  }
}
.block-repertuar table th {
  text-align: left;
  font-size: 12px;
  padding: 10px;
  font-weight: bold;
  font-family: sans-serif;
  color: #444444;
}
.block-repertuar table th:first-child {
  padding-left: 0;
}
.block-repertuar table th:last-child {
  padding-right: 0;
}
@media (max-width: 568px) {
  .block-repertuar table th {
    padding: 5px;
  }
}
.block-repertuar table td {
  border-top: #e5e5e5 solid 1px;
  padding: 10px;
  vertical-align: top;
}
@media (max-width: 568px) {
  .block-repertuar table td {
    padding: 5px;
  }
}
.block-repertuar table td a {
  transition: all 0.25s;
}
.block-repertuar table td a:hover .tytul {
  text-decoration: underline;
}
.block-repertuar table .is-same_date td {
  border-top-color: transparent;
}
.block-repertuar table .is-same_date td.c1 .hideable {
  display: none;
}
.block-repertuar table tr.not-future .c5 a {
  opacity: 0.2;
  pointer-events: none;
}
.block-repertuar table td.c1 {
  padding-left: 0;
  width: 10%;
}
.block-repertuar table td.c1 .dzien {
  font-size: 14px;
  color: #444444;
}
@media (max-width: 768px) {
  .block-repertuar table td.c1 .dzien {
    font-size: 12px;
  }
}
.block-repertuar table td.c2 {
  width: 10%;
}
.block-repertuar table td.c3 {
  width: 50%;
}
.block-repertuar table td.c5,
.block-repertuar table th.c5 {
  padding-right: 0;
  text-align: right;
  font-family: sans-serif;
  font-weight: bold;
}
.block-repertuar table .tytul {
  font-weight: bold;
}
.site-festiwal .block-repertuar table .tytul {
  color: #003cff;
}
.block-repertuar table .rezyseria {
  font-size: 14px;
}
@media (max-width: 768px) {
  .block-repertuar table .rezyseria {
    font-size: 12px;
  }
}
.block-repertuar .txt1 {
  text-transform: uppercase;
  color: #003cff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (max-width: 568px) {
  .block-repertuar .txt1 {
    margin: 5px 0;
  }
}
.block-repertuar .txt2 {
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .block-repertuar .txt2 {
    font-size: 12px;
  }
}
.block-repertuar .txt3 {
  padding-top: 5px;
  font-size: 12px;
  color: #2b2b2b;
}
.block-repertuar .etykietka_konkursu {
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.block-galeria_miniaturek {
  padding-top: 40px;
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.block-galeria_miniaturek .row {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block-galeria_miniaturek .row .podpis {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}
.block-galeria_miniaturek .row .pixs {
  text-align: center;
}
.block-galeria_miniaturek .row .pixs:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.block-galeria_miniaturek .row .pixs a {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  height: 0;
  padding-bottom: 33.333%;
  transition: all 0.25s;
  position: relative;
}
.block-galeria_miniaturek .row .pixs a:first-child {
  width: 66.666%;
  padding-bottom: 66.666%;
  float: left;
}
.block-galeria_miniaturek .row .pixs a .in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}
.block-galeria_miniaturek .row .pixs a .in .inin {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-galeria_miniaturek .row .pixs a:hover {
  opacity: 0.9;
}
.block-galeria_miniaturek .row .pixs a img {
  width: 100%;
  height: auto;
  display: block;
  display: none;
}
.block-galeria_miniaturek .row.count-1 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.block-galeria_miniaturek .row.count-1 .pixs a,
.block-galeria_miniaturek .row.count-1 .pixs a:first-child {
  width: 100%;
  padding-bottom: 90%;
}
.block-spektakl_daty {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .block-spektakl_daty {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .block-spektakl_daty {
    font-size: 12px;
  }
}
.block-spektakl_daty .daty {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}
.block-spektakl_daty .cell {
  vertical-align: top;
  border-top: #e5e5e5 solid 1px;
  padding: 10px 5px;
  text-align: left;
}
.block-spektakl_daty .cell:last-child {
  text-align: right;
  border-left: none;
}
.block_sidebar_item {
  margin-bottom: 40px;
}
.site-changenow .projektid-7 .block_sidebar_item img {
  max-width: 240px;
  margin: 0 auto;
  height: 80px;
  object-fit: contain;
  object-position: center center;
}
.block-page_hierarchy {
  font-size: 16px;
}
.block-page_hierarchy .toggle {
  display: none;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .block-page_hierarchy .toggle {
    display: block;
  }
}
.no-content .block-page_hierarchy .toggle {
  display: none !important;
}
@media (max-width: 768px) {
  .with-content .block-page_hierarchy .list {
    display: none;
  }
  .with-content .block-page_hierarchy .list.open {
    padding-top: 10px;
    display: block;
  }
}
.block-page_hierarchy .list > ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
  display: block;
}
.block-page_hierarchy .list > ul li {
  padding: 0;
}
.block-page_hierarchy .list > ul > li {
  display: block;
}
.block-page_hierarchy .list > ul > li a {
  display: block;
  vertical-align: top;
  border-top: #e5e5e5 solid 1px;
  padding: 10px 5px;
  text-align: left;
  transition: all 0.25s;
}
.block-page_hierarchy .list > ul > li a:hover {
  text-decoration: underline;
  background: #f9f9f9;
}
.block-page_hierarchy .list > ul > li a:before {
  font-family: 'FontAwesome';
  content: ' ';
}
.block-page_hierarchy .list > ul > li.current_page_item > a {
  font-weight: bold;
}
.block-page_hierarchy .list > ul > li ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.block-page_hierarchy .list > ul > li ul li {
  padding: 0;
}
.block-page_hierarchy .list > ul > li ul a {
  padding: 5px 5px;
}
.block-page_hierarchy .list > ul > li ul .current_page_item a {
  font-weight: bold;
}
.block-zalaczniki {
  font-size: 16px;
}
.block-zalaczniki ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.block-zalaczniki ul li {
  padding: 0;
}
.block-zalaczniki ul li {
  display: block;
}
.block-zalaczniki ul li a {
  clear: both;
  display: block;
  vertical-align: top;
  border-top: #e5e5e5 solid 1px;
  padding: 10px 5px;
  text-align: left;
  transition: all 0.25s;
}
.block-zalaczniki ul li a:hover {
  background: #f9f9f9;
}
.block-zalaczniki ul li a:hover span {
  text-decoration: underline;
}
.block-zalaczniki ul li:last-child a {
  border-bottom: #e5e5e5 solid 1px;
}
.block-zalaczniki ul li .size {
  font-size: 14px;
  color: #444444;
  float: right;
  font-family: sans-serif;
}
.block-zalaczniki ul li .size:after {
  content: ' ';
  font-size: 16px;
}
.block-post_gallery_autosize {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
  font-size: 0;
  text-align: left;
}
.block-post_gallery_autosize a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
@media (max-width: 768px) {
  .block-post_gallery_autosize a {
    width: 100% !important;
    display: block;
  }
}
.block-post_gallery_autosize a .gallerypix {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-post_gallery_autosize a .txt {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  padding-right: 6px;
  text-align: left;
  line-height: 1.2;
  background: white;
  color: black;
  max-width: 80%;
}
.block_post_gallery_autosize + .block_post_gallery_autosize {
  margin-top: -20px;
}
footer {
  border-top: #e5e5e5 solid 1px;
  margin-top: 40px;
}
.site-changenow.home footer {
  margin-top: 0;
}
footer .colset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .col {
  font-size: 14px;
  padding: 20px;
}
footer .col img {
  vertical-align: top;
}
@media (max-width: 1023px) {
  footer .col.social {
    display: none;
  }
}
footer .col.social ul {
  list-style-type: none;
  padding: 0;
  text-align: right;
}
footer .col.social ul li {
  padding: 0;
}
footer .col.social ul li {
  display: inline-block;
}
footer .col.social ul li a {
  display: block;
  padding-left: 20px;
  transition: all 0.25s;
}
footer .col.social ul li a:hover {
  color: #003cff;
}
footer .block-logoframe {
  font-size: 0;
  padding: 20px 0;
  border-bottom: #e5e5e5 solid 1px;
  text-align: center;
  font-family: sans-serif;
  color: #444444;
}
@media (max-width: 1023px) {
  footer .block-logoframe {
    margin-left: 0px;
    margin-right: 0px;
  }
}
footer .block-logoframe .logocol {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
@media (max-width: 1023px) {
  footer .block-logoframe .logocol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer .block-logoframe .logocol .label {
  font-size: 10px;
  line-height: 1;
  min-height: 20px;
}
footer .block-logoframe .logocol .pix {
  margin-bottom: 5px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  footer .block-logoframe .logocol .pix {
    height: 60px;
    margin-bottom: 2px;
  }
}
@media (max-width: 568px) {
  footer .block-logoframe .logocol .pix {
    height: 40px;
  }
}
footer .block-logoframe .logocol .pix .pixin {
  display: block;
  text-align: center;
  width: 100%;
}
footer .block-logoframe .logocol .pix img {
  height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.blueimp-gallery .play-pause {
  display: none !important;
}
.blueimp-gallery.blueimp-gallery-display {
  z-index: 1000001;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
.is-sticky {
  top: -20px;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .is-sticky {
    top: 0;
    padding-top: 0;
  }
}
.block-komunikat_popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1023px) {
  .block-komunikat_popup {
    position: static;
    padding: 20px;
  }
  .block-komunikat_popup .in {
    padding: 10px;
  }
}
.block-komunikat_popup .in {
  max-width: 500px;
  color: white;
  background: #002499;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 30px;
  display: block;
  position: relative;
}
.block-komunikat_popup .in h1 {
  font-size: 24px;
}
.block-komunikat_popup .in .lead {
  margin: 20px 0;
  font-size: 16px;
}
.block-komunikat_popup .closeb {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  transition: all 0.25s;
  font-size: 20px;
  line-height: 20px;
}
.block-komunikat_popup .closeb:hover {
  opacity: 0.8;
}
.block-logoframe {
  font-size: 0;
  padding-top: 40px;
  text-align: left;
  font-family: sans-serif;
  color: #aaa;
}
.block-logoframe .logocol {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.block-logoframe .logocol:hover .pix {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .block-logoframe .logocol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-logoframe .logocol .label {
  font-size: 10px;
  line-height: 1;
  min-height: 20px;
}
.block-logoframe .logocol .pix {
  margin-bottom: 5px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .block-logoframe .logocol .pix {
    height: 60px;
    margin-bottom: 2px;
  }
}
@media (max-width: 568px) {
  .block-logoframe .logocol .pix {
    height: 40px;
  }
}
.block-logoframe .logocol .pix .pixin {
  display: block;
  text-align: center;
  width: 100%;
}
.block-logoframe .logocol .pix img {
  height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.block-logoframe .logocol .pix.withtext {
  font-size: 10px;
  max-width: 160px;
  color: #444;
}
a.bigbutton {
  font-size: 150%;
  text-decoration: none !important;
  background: black;
  color: white;
  border-radius: 2em;
  display: block;
  margin: 1rem 0;
  padding: 0.5em 0;
  text-align: center;
  border: transparent solid 2px;
}
a.bigbutton:hover {
  background-color: transparent;
  border-color: black;
  background: white;
  color: black;
}
.block-lista_podstron a {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.block-lista_podstron a:last-child {
  margin-bottom: 0;
}
.block-lista_podstron a .txt {
  width: 100%;
  flex-shrink: 2;
  padding-left: 2rem;
  font-size: 20px;
}
.block-lista_podstron a .pix {
  width: 4rem;
  height: 4rem;
  background: #f0f0f0;
  border-radius: 100%;
}
.block-lista_podstron a .pix img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 100%;
  display: block;
  transition: all 0.25s;
}
.block-lista_podstron a:hover img {
  opacity: 0.9;
}
.block-lista_podstron a:hover .txt {
  text-decoration: underline;
}
.block-consortium .item {
  clear: both;
  border-bottom: #e5e5e5 solid 1px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.block-consortium .item .l1 a:hover {
  text-decoration: underline;
}
.block-consortium .item .l2 {
  font-size: 80%;
}
.block-consortium .item .txt {
  flex-basis: 100%;
  flex-shrink: 2;
}
.block-consortium .item a.logo {
  display: block;
  padding: 5px 0;
}
.block-consortium .item a.logo img {
  vertical-align: top;
  width: 100px;
  height: 50px;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 1023px) {
  .block-consortium .item a.logo img {
    width: 50px;
    height: 25px;
  }
}
.mod-bezpiecznaprzestrzen {
  background: #50ff50;
  border-radius: 10px;
  border: white solid 4px;
}
@media (max-width: 1023px) {
  .mod-bezpiecznaprzestrzen {
    background: transparent;
    border: #50ff50 solid 1px;
    margin-left: -5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.bigbutton a {
  border: #003cff solid 1px;
  display: block;
  padding: 0.5em 1em;
  color: #003cff;
  font-family: sans-serif;
  border-radius: 5px;
}
.bigbutton a::after {
  content: '→';
  padding-left: 0.5em;
}
.bigbutton:hover a {
  background: #003cff;
  color: white;
}
.skip-to-content-link {
  background: black;
  color: white;
  height: 50px;
  left: 0;
  top: -1000px;
  padding: 10px;
  line-height: 30px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: 100000;
  display: block;
  transition: all 0.4s;
}
.skip-to-content-link:focus {
  top: 0;
}
.autotransinfo {
  font-size: 12px;
  border-bottom: #e5e5e5 solid 1px;
  font-family: sans-serif;
  padding: 0.5rem 20px;
  padding-right: 3rem;
}
.-sans {
  font-family: sans-serif;
}
