html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img {
  border: 0;
}
.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;
}
.flexvc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
* {
  margin: 0;
  outline: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.transition,
.anim {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  -moz-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Firefox 4 */
  -webkit-transition: all 0.35s cubic-bezier(0.28, 0.13, 0.15, 1);
  /* Safari and Chrome */
  -webkit-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Safari and Chrome */
  -o-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Opera */
  -ms-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.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;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.fs1 {
  font-size: 38px;
}
.fs2 {
  font-size: 32px;
}
.fs3 {
  font-size: 30px;
}
.fs4 {
  font-size: 24px;
}
.fs5 {
  font-size: 18px;
}
.fs6 {
  font-size: 14px;
}
.stdtxt {
  line-height: 1.5;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child {
  margin-top: 0;
}
.stdtxt h1:nth-child(2),
.stdtxt h2:nth-child(2),
.stdtxt h3:nth-child(2),
.stdtxt h4:nth-child(2),
.stdtxt h5:nth-child(2) {
  margin-top: 0;
}
.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 p,
.stdtxt ul,
.stdtxt ol {
  margin-bottom: 1em;
}
.stdtxt p:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
  .stdtxt p,
  .stdtxt ul,
  .stdtxt ol {
    text-indent: 0;
  }
}
.stdtxt p a,
.stdtxt ul a,
.stdtxt ol a {
  text-decoration: underline;
}
.stdtxt p a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  width: 100% !important;
  font-size: 14px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: 'Roboto Condensed', sans-serif;
}
.font2 {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
strong {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
html {
  font-size: 20px;
}
body {
  background: #fff;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  overflow-x: hidden;
}
body .mainwrap {
  background: white;
  position: absolute;
  width: 100%;
  left: 0;
  min-height: 80vh;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
#sidemenu_blenda {
  font: inherit;
  border: none;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  height: 100vh;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10000;
  transform: translate(-100%, 0);
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
@media (max-width: 1320px) {
  #sidemenu_blenda {
    display: none;
  }
}
.side_menu_open #sidemenu_blenda {
  transform: translate(0, 0);
}
#side_menu {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 2rem;
  padding-top: 4rem;
  font-size: 1.5rem;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  text-align: right;
  opacity: 0;
  height: 100vh;
  overflow: hidden;
}
.side_menu_open #side_menu {
  opacity: 1;
  height: auto;
  overflow: auto;
}
@media (max-width: 1320px) {
  #side_menu {
    width: 100vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #side_menu {
    padding: 2rem 1rem;
  }
}
#side_menu .menu_mobile {
  display: none;
}
@media (max-width: 1320px) {
  #side_menu .menu_mobile {
    display: block;
  }
}
#side_menu .menu_mobile ul {
  margin-bottom: 2rem;
}
#side_menu .menu_mobile ul li {
  display: block;
}
#side_menu ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
#side_menu :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
#side_menu ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
#side_menu :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
#side_menu :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #000;
}
#side_menu ul {
  list-style-type: none;
  padding: 0;
}
#side_menu ul li {
  padding: 0;
}
@media (max-width: 1320px) {
  #side_menu ul.lista_kategorii {
    color: #444444;
  }
}
#side_menu ul li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 1rem;
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
#side_menu ul li:nth-child(odd) {
  font-family: 'Roboto Condensed', sans-serif;
}
#side_menu ul a {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
#side_menu ul a:hover {
  background: rgba(0, 204, 255, 0.7);
}
#side_menu h2 {
  text-align: left;
  padding-left: 1rem;
  font-size: 1rem;
}
#side_menu .searchform {
  margin-top: 3rem;
  margin-right: 1rem;
}
#side_menu .searchform .mainwrap {
  position: relative;
  padding: 1rem;
}
#side_menu .searchform .searchbox h3 {
  text-align: left;
  font-size: 20px;
}
#side_menu .searchform .searchbox h4 {
  padding-top: 2px;
  text-align: left;
  font-size: 16px;
}
#side_menu .searchform .searchbox form .row {
  position: relative;
  width: 62%;
  display: inline-block;
}
#side_menu .searchform .searchbox form input[type="text"] {
  border: none;
  border-bottom: black solid 2px;
  outline: none;
  font-size: inherit;
  padding: 0.5rem 0;
  width: 100%;
  display: inline-block;
  padding-right: 50px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  font-family: inherit;
}
#side_menu .searchform .searchbox form input[type="text"]:focus {
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
}
#side_menu .searchform .searchbox form button {
  padding: 5px 0;
  background: none;
  border: none;
  outline: none;
  font-size: inherit;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 2rem;
  padding: 0;
  margin: 0;
}
#side_menu .searchform .searchbox form button:hover {
  opacity: 0.6;
}
body.side_menu_open .mainwrap {
  left: -50%;
}
@media (max-width: 1320px) {
  body.side_menu_open .mainwrap {
    left: -100%;
  }
}
body.home #side_menu {
  padding-top: 4rem;
}
.postlink {
  perspective: 1200px;
  display: block;
  position: relative;
  padding-bottom: 2rem;
}
@media (max-width: 800px) {
  .postlink {
    padding-bottom: 1rem;
  }
}
.postlink .pixwrap {
  margin-right: 30px;
  padding: 10px 10px;
  padding-bottom: 0;
  border-right: none;
}
.postlink .pixwrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
@media (max-width: 800px) {
  .postlink .pixwrap img {
    display: inline;
    vertical-align: top;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.postlink .pixwrap-lazy-out {
  margin-right: 30px;
  padding: 10px 10px;
  padding-bottom: 0;
  border-right: none;
}
.postlink .pixwrap-lazy-out .pixwrap-lazy {
  height: 0;
  position: relative;
}
.postlink .pixwrap-lazy-out .pixwrap-lazy img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.postlink .txtwrap {
  text-align: left;
}
.postlink .txtwrap .txt {
  text-align: left;
  display: inline-block;
  background: white;
  color: black;
  padding: 5px 10px;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  position: relative;
}
.postlink .txtwrap .txt .meta {
  font-size: 90%;
  font-family: 'Roboto Condensed', sans-serif;
}
.postlink .txtwrap.nopix .txt {
  max-width: 100%;
  background: #f0f0f0;
  color: black;
  text-align: center;
  font-size: 110%;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  padding: 2rem 1rem;
  border: white solid 10px;
}
@media (max-width: 800px) {
  .postlink .txtwrap.nopix .txt {
    text-align: left;
    padding: 1rem 0;
    border-bottom: none;
    border-top: none;
    background: none;
  }
}
.postlink .txtwrap.nopix:hover .txt {
  -webkit-transform: skew(3deg, 0);
  -moz-transform: skew(3deg, 0);
  -ms-transform: skew(3deg, 0);
  -o-transform: skew(3deg, 0);
  transform: skew(3deg, 0);
}
.postlink:hover img {
  transform: rotateX(-10deg);
}
.masonry {
  opacity: 0;
  font-size: 0.8rem;
}
.masonry .grid-sizer,
.masonry .masonry-tile {
  width: 20%;
}
@media (max-width: 1440px) {
  .masonry .grid-sizer,
  .masonry .masonry-tile {
    width: 25%;
  }
}
@media (max-width: 1190px) {
  .masonry .grid-sizer,
  .masonry .masonry-tile {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .masonry .grid-sizer,
  .masonry .masonry-tile {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .masonry .grid-sizer,
  .masonry .masonry-tile {
    width: 100%;
  }
}
.masonry.wide {
  font-size: 1rem;
}
.masonry.wide .postlink {
  margin-bottom: 0 !important;
}
.masonry.wide .grid-sizer,
.masonry.wide .masonry-tile {
  width: 25%;
}
@media (max-width: 1440px) {
  .masonry.wide .grid-sizer,
  .masonry.wide .masonry-tile {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .masonry.wide .grid-sizer,
  .masonry.wide .masonry-tile {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .masonry.wide .grid-sizer,
  .masonry.wide .masonry-tile {
    width: 100%;
  }
}
.wrap3d {
  perspective: 1200px;
  height: 100%;
}
#foldable {
  transform-origin: 50% 100%;
}
.home_top_part {
  height: 100vh;
  padding-top: 2rem;
  font-size: 0;
  transform-origin: center 100%;
}
@media (max-width: 1023px) {
  .home_top_part {
    height: auto;
  }
}
.home_header {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  height: 100%;
  width: 38%;
  position: relative;
}
@media (max-width: 1190px) {
  .home_header {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .home_header {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
  }
}
.home_header .in {
  padding: 1rem 2rem;
  height: 100%;
  text-align: left;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .home_header .in {
    padding: 0 10px;
  }
}
.home_header a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.home_header a:hover {
  color: rgba(0, 204, 255, 0.7);
}
.home_header .bighead {
  flex-shrink: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  line-height: 1.2;
}
.home_header .bighead img.inline {
  vertical-align: baseline;
  padding-right: 8px;
  height: 26px;
  width: auto;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.home_header .smallhead {
  flex-shrink: 0;
  font-size: 0;
}
.home_header .smallhead .txt,
.home_header .smallhead .halfcol {
  font-size: 0.8rem;
}
.home_header .smallhead .txt {
  text-align: left;
}
.home_header .smallhead .halfcol {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.8rem;
  padding-right: 2rem;
  min-width: 50%;
}
.home_header .smallhead span {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.home_header .smallhead h3 {
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: inherit;
}
.home_slider_wrap {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  height: 100%;
  width: 62%;
  position: relative;
  overflow: hidden;
  background: white;
  padding: 10px;
  padding-top: 0;
}
@media (max-width: 1190px) {
  .home_slider_wrap {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .home_slider_wrap {
    display: block;
    width: 100%;
    height: 400px;
    height: 80vh;
  }
}
.page_slider_wrap {
  font-size: 1rem;
  height: 80vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  .page_slider_wrap .slider_txtpart_page {
    display: none;
  }
}
@media (max-width: 800px) {
  .page_slider_wrap.no_image {
    display: none !important;
  }
}
.page_slider_wrap.small_featured_image {
  height: 300px;
}
.page_slider_wrap.small_featured_image .slider {
  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+ */
}
.page_slider_wrap.fullheight {
  height: 100%;
  height: 100vh;
}
.page_slider_wrap .closeb {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: white;
  background-image: url(https://wrocenter.pl/wp-content/themes/wro2015/img/closeb.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px;
  cursor: pointer;
  background-origin: content-box;
}
.page_slider_wrap .closeb:hover {
  background-color: #f0f0f0;
}
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .slider .slick-dots {
    transform-origin: 0% 0%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.slider .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.slider .slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.slider .slide .pixpart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slide .pixpart .fg {
  position: absolute;
  top: 0;
  right: 0px;
  margin-left: 100px;
  background: black;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.slider .slide .pixpart .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .slider .slide .pixpart .bg {
    background-position: top left;
  }
}
.slider_txtpart_home {
  z-index: 1000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: left;
  background: white;
  color: black;
  width: 80%;
  padding: 10px;
  padding-bottom: 10px;
  min-height: 80px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1190px) {
  .slider_txtpart_home {
    height: auto;
    padding-bottom: 0;
  }
}
.slider_txtpart_home h2 {
  font-size: 1rem;
  text-transform: uppercase;
  padding-right: 1rem;
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
}
.slider_txtpart_home h2:first-line {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
@media (max-width: 800px) {
  .slider_txtpart_home h2 {
    font-size: 0.8rem;
    line-height: 1;
  }
}
.slider_txtpart_home .lead {
  max-width: 50%;
  vertical-align: middle;
  font-size: 1rem;
  display: inline-block;
  font-size: 0.8rem;
  padding-left: 1rem;
}
@media (max-width: 800px) {
  .slider_txtpart_home .lead {
    font-size: 0.7rem;
    line-height: 1;
  }
}
.slider_txtpart_page {
  z-index: 1000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: left;
  background: white;
  color: black;
  width: 80%;
  padding-left: 2rem;
  padding-top: 2rem;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider_txtpart_page h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-right: 1rem;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.slider_txtpart_page h2:first-line {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.slider_txtpart_page .lead {
  width: 30%;
  vertical-align: top;
  font-size: 1rem;
  display: inline-block;
  font-size: 0.8rem;
}
.slider_txtpart_page_mobile {
  display: none;
}
@media (max-width: 800px) {
  .slider_txtpart_page_mobile {
    z-index: 1000;
    text-align: left;
    background: white;
    color: black;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.slider_txtpart_page_mobile h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-right: 1rem;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding-bottom: 3rem;
}
.slider_txtpart_page_mobile h2:first-line {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.slider_txtpart_page_mobile .lead {
  width: 30%;
  vertical-align: top;
  font-size: 1rem;
  display: inline-block;
  font-size: 0.8rem;
}
.slider_txtpart_gallery {
  z-index: 1000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: left;
  background: white;
  color: black;
  width: 80%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider_txtpart_gallery h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-right: 1rem;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.slider_txtpart_gallery h2:first-line {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.slider_txtpart_gallery .lead {
  width: 30%;
  vertical-align: top;
  font-size: 1rem;
  display: inline-block;
  font-size: 0.8rem;
}
#topmenu_menu_filler {
  height: 2rem;
}
body.home #topmenu_menu_filler {
  display: none;
}
.no-flexbox #topmenu_menu > div {
  display: inline-block;
  vertical-align: middle;
}
.no-flexbox #topmenu_menu > div .mainlogo_wrap img {
  margin-top: 8px;
}
#topmenu_menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1900;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: white;
  color: black;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  #topmenu_menu .menu-topmenu-container,
  #topmenu_menu .language-chooser-container {
    display: none !important;
  }
}
#topmenu_menu > div {
  height: 100%;
}
#topmenu_menu .left {
  font-size: 0;
}
#topmenu_menu .left > div {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
#topmenu_menu .mainlogo_wrap {
  overflow: hidden;
  width: 0;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
#topmenu_menu .mainlogo_wrap .mainlogo {
  width: 55px;
  height: 100%;
  margin-right: 1rem;
  margin-left: 10px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  display: block;
  display: flex;
  align-items: center;
}
#topmenu_menu .mainlogo_wrap .mainlogo:hover {
  opacity: 0.6;
}
#topmenu_menu .mainlogo_wrap .mainlogo img {
  height: 24px;
  width: auto;
  display: block;
}
#topmenu_menu .menubutton .full {
  display: block;
}
#topmenu_menu .menubutton .mobile {
  display: none;
}
@media (max-width: 1320px) {
  #topmenu_menu .menubutton .full {
    display: none;
  }
  #topmenu_menu .menubutton .mobile {
    display: block;
  }
}
#topmenu_menu ul {
  height: 100%;
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
#topmenu_menu ul li {
  padding: 0;
}
#topmenu_menu ul li {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
}
#topmenu_menu ul li a {
  line-height: 2rem;
  text-transform: uppercase;
  display: block;
  padding: 0 0.5rem;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#topmenu_menu ul li a:hover {
  -webkit-transform: skew(5deg, 0);
  -moz-transform: skew(5deg, 0);
  -ms-transform: skew(5deg, 0);
  -o-transform: skew(5deg, 0);
  transform: skew(5deg, 0);
}
#topmenu_menu ul li a::before {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 204, 255, 0.7);
  opacity: 0;
  transform: scaleX(0) skew(0, 0deg);
  content: ' ';
}
#topmenu_menu ul li a:hover::before {
  transform: scaleX(1) skew(0, 0deg);
  opacity: 0.4;
}
.home #topmenu_menu {
  padding-left: 1.5rem;
}
.home.scrolled #topmenu_menu {
  padding-left: 0;
}
.admin-bar #topmenu_menu {
  top: 32px;
}
.scrolled .mainlogo_wrap {
  width: 4rem !important;
}
.animcovers {
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
  z-index: 2000;
  display: none;
}
.animcovers.open {
  display: block;
}
.animcovers .cover {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.animcovers .cover.open {
  display: flex;
}
.animcovers .cover .item {
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0;
  background-color: transparent;
}
.header_big {
  text-transform: uppercase;
  margin-top: 1rem;
  text-align: left;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.header_big span {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.header_big a {
  text-decoration: underline;
}
.header_big a:hover {
  text-decoration: none;
}
.header_divider {
  margin: 2rem 0;
  padding-left: 0.5rem;
}
.pagewrap {
  padding: 0rem 10px;
  font-size: 0;
}
.pagewrap .page_sidebar_left {
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  width: 20%;
  line-height: 1.5;
}
.pagewrap .page_sidebar_left h1,
.pagewrap .page_sidebar_left h2,
.pagewrap .page_sidebar_left h3,
.pagewrap .page_sidebar_left h4,
.pagewrap .page_sidebar_left h5 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.pagewrap .page_sidebar_left h1:first-child,
.pagewrap .page_sidebar_left h2:first-child,
.pagewrap .page_sidebar_left h3:first-child,
.pagewrap .page_sidebar_left h4:first-child,
.pagewrap .page_sidebar_left h5:first-child {
  margin-top: 0;
}
.pagewrap .page_sidebar_left h1:nth-child(2),
.pagewrap .page_sidebar_left h2:nth-child(2),
.pagewrap .page_sidebar_left h3:nth-child(2),
.pagewrap .page_sidebar_left h4:nth-child(2),
.pagewrap .page_sidebar_left h5:nth-child(2) {
  margin-top: 0;
}
.pagewrap .page_sidebar_left table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.pagewrap .page_sidebar_left table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.pagewrap .page_sidebar_left p,
.pagewrap .page_sidebar_left ul,
.pagewrap .page_sidebar_left ol {
  margin-bottom: 1em;
}
.pagewrap .page_sidebar_left p:last-child,
.pagewrap .page_sidebar_left ul:last-child,
.pagewrap .page_sidebar_left ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
  .pagewrap .page_sidebar_left p,
  .pagewrap .page_sidebar_left ul,
  .pagewrap .page_sidebar_left ol {
    text-indent: 0;
  }
}
.pagewrap .page_sidebar_left p a,
.pagewrap .page_sidebar_left ul a,
.pagewrap .page_sidebar_left ol a {
  text-decoration: underline;
}
.pagewrap .page_sidebar_left p a:hover,
.pagewrap .page_sidebar_left ul a:hover,
.pagewrap .page_sidebar_left ol a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pagewrap .page_sidebar_left iframe {
  width: 100% !important;
}
.pagewrap .page_sidebar_left .wp-caption {
  width: 100% !important;
  font-size: 14px;
}
.pagewrap .page_sidebar_left .wp-caption a {
  display: block;
  width: 100% !important;
}
.pagewrap .page_sidebar_left .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.pagewrap .page_sidebar_left img {
  max-width: 100% !important;
  height: auto;
}
.pagewrap .page_sidebar_left ul a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .pagewrap .page_sidebar_left {
    display: block;
    width: 100%;
  }
}
.pagewrap .page_main {
  vertical-align: top;
  display: inline-block;
  font-size: 0.8rem;
  width: 80%;
  padding-bottom: 2rem;
}
@media (max-width: 800px) {
  .pagewrap .page_main {
    display: block;
    width: 100%;
  }
}
.pagewrap .page_main .contentwrap {
  padding: 1rem 2rem;
  max-width: 800px;
}
@media (max-width: 800px) {
  .pagewrap .page_main .contentwrap {
    padding: 0;
  }
}
.pagewrap .page_main .contentwrap.page_full_width {
  max-width: 100%;
}
.pagewrap .page_main .storycontent {
  line-height: 1.5;
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.pagewrap .page_main .storycontent h1,
.pagewrap .page_main .storycontent h2,
.pagewrap .page_main .storycontent h3,
.pagewrap .page_main .storycontent h4,
.pagewrap .page_main .storycontent h5 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.pagewrap .page_main .storycontent h1:first-child,
.pagewrap .page_main .storycontent h2:first-child,
.pagewrap .page_main .storycontent h3:first-child,
.pagewrap .page_main .storycontent h4:first-child,
.pagewrap .page_main .storycontent h5:first-child {
  margin-top: 0;
}
.pagewrap .page_main .storycontent h1:nth-child(2),
.pagewrap .page_main .storycontent h2:nth-child(2),
.pagewrap .page_main .storycontent h3:nth-child(2),
.pagewrap .page_main .storycontent h4:nth-child(2),
.pagewrap .page_main .storycontent h5:nth-child(2) {
  margin-top: 0;
}
.pagewrap .page_main .storycontent table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.pagewrap .page_main .storycontent table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.pagewrap .page_main .storycontent p,
.pagewrap .page_main .storycontent ul,
.pagewrap .page_main .storycontent ol {
  margin-bottom: 1em;
}
.pagewrap .page_main .storycontent p:last-child,
.pagewrap .page_main .storycontent ul:last-child,
.pagewrap .page_main .storycontent ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
  .pagewrap .page_main .storycontent p,
  .pagewrap .page_main .storycontent ul,
  .pagewrap .page_main .storycontent ol {
    text-indent: 0;
  }
}
.pagewrap .page_main .storycontent p a,
.pagewrap .page_main .storycontent ul a,
.pagewrap .page_main .storycontent ol a {
  text-decoration: underline;
}
.pagewrap .page_main .storycontent p a:hover,
.pagewrap .page_main .storycontent ul a:hover,
.pagewrap .page_main .storycontent ol a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pagewrap .page_main .storycontent iframe {
  width: 100% !important;
}
.pagewrap .page_main .storycontent .wp-caption {
  width: 100% !important;
  font-size: 14px;
}
.pagewrap .page_main .storycontent .wp-caption a {
  display: block;
  width: 100% !important;
}
.pagewrap .page_main .storycontent .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.pagewrap .page_main .storycontent img {
  max-width: 100% !important;
  height: auto;
}
@media (max-width: 800px) {
  .pagewrap .page_main .storycontent iframe {
    border-left: black solid 2rem !important;
  }
}
.relatedwrap {
  max-width: calc(80%);
  padding-left: 1.5rem;
}
@media (max-width: 800px) {
  .relatedwrap {
    width: 100%;
    padding: 0;
    margin-left: -10px;
  }
}
.block_page_sidebar {
  padding: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .block_page_sidebar {
    background: black;
    color: white;
  }
}
.tabnav,
.block_related_parent {
  background: black;
  color: white;
  margin-bottom: 0.5rem;
  padding: 1rem 0;
}
.tabnav ul,
.block_related_parent ul {
  list-style-type: none;
  padding: 0;
}
.tabnav ul li,
.block_related_parent ul li {
  padding: 0;
}
.tabnav ul li,
.block_related_parent ul li {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.tabnav ul li a,
.block_related_parent ul li a {
  text-align: right;
  display: block;
  cursor: pointer;
  padding: 0 1rem;
  border-right: black solid 0rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.tabnav ul li a:hover,
.block_related_parent ul li a:hover {
  border-right: white solid 1rem;
}
.tabnav ul li a.current,
.block_related_parent ul li a.current {
  border-right: white solid 1rem;
}
@media (max-width: 800px) {
  .tabnav {
    display: none;
  }
}
button.toggler {
  color: inherit;
  background: inherit;
  display: inline-block;
  border: 0;
  border-bottom: black solid 2px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  font-size: inherit;
  line-height: 1;
  font-family: inherit;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
button.toggler.toggled {
  opacity: 0.5;
}
button.toggler.smaller {
  font-size: 70%;
}
button.toggler:hover {
  -webkit-transform: skew(8deg, 0);
  -moz-transform: skew(8deg, 0);
  -ms-transform: skew(8deg, 0);
  -o-transform: skew(8deg, 0);
  transform: skew(8deg, 0);
}
button.toggler.off {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.loadmore_wrap {
  text-align: center;
  padding: 2rem;
}
.loadmore_wrap .loadmore {
  background: black;
  display: inline-block;
  color: white;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 1rem;
  font-family: inherit;
  padding: 0.5rem 1rem;
}
.loadmore_wrap .loadmore:hover {
  -webkit-transform: skew(-5deg, 0);
  -moz-transform: skew(-5deg, 0);
  -ms-transform: skew(-5deg, 0);
  -o-transform: skew(-5deg, 0);
  transform: skew(-5deg, 0);
}
.loadmore_wrap .loadmore.off {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.tabs .tab {
  display: none;
}
.tabs .tab .title {
  display: none;
}
.tabs .tab.open {
  display: block;
}
@media (max-width: 800px) {
  .tabs .tab {
    display: block !important;
    border-top: black solid 8px;
    margin-bottom: 1rem;
  }
  .tabs .tab .title {
    display: block !important;
    margin-bottom: 0;
    text-transform: uppercase;
  }
}
hr {
  display: none !important;
}
/* wyjątki */
.page-id-12496 iframe {
  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+ */
}
.logoframe {
  float: right;
  width: 160px;
  padding-right: 10px;
  padding-left: 30px;
  position: relative;
}
.logoframe .logoframein {
  position: absolute;
  z-index: 9999;
}
@media (max-width: 800px) {
  .logoframe {
    display: none;
  }
}
.logoframe img {
  display: block;
  margin: 1rem 0;
}
.logoframe h4 {
  font-size: 12px;
  margin: 1rem 0;
  color: #333;
  text-align: left;
}
.logoframe h4:first-child {
  margin-top: 0;
}
.logoframe a {
  display: block;
  margin: 1rem 0;
}
.logoframe a:hover {
  opacity: 0.7;
}
.block-sharer-inline {
  padding-left: 1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.block-sharer-inline a {
  font-size: 16px;
  display: inline-block;
  padding: 0 0.2rem;
}
.block-sharer-inline a:hover {
  background-color: rgba(0, 204, 255, 0.7);
}
footer {
  border-top: #f0f0f0 solid 1px;
  margin: 10px 10px;
  text-align: center;
}
footer .cookies {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  padding: 1rem;
  opacity: 0.6;
}
footer .cookies h1,
footer .cookies h2,
footer .cookies h3,
footer .cookies h4,
footer .cookies h5 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
footer .cookies h1:first-child,
footer .cookies h2:first-child,
footer .cookies h3:first-child,
footer .cookies h4:first-child,
footer .cookies h5:first-child {
  margin-top: 0;
}
footer .cookies h1:nth-child(2),
footer .cookies h2:nth-child(2),
footer .cookies h3:nth-child(2),
footer .cookies h4:nth-child(2),
footer .cookies h5:nth-child(2) {
  margin-top: 0;
}
footer .cookies table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
footer .cookies table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
footer .cookies p,
footer .cookies ul,
footer .cookies ol {
  margin-bottom: 1em;
}
footer .cookies p:last-child,
footer .cookies ul:last-child,
footer .cookies ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
  footer .cookies p,
  footer .cookies ul,
  footer .cookies ol {
    text-indent: 0;
  }
}
footer .cookies p a,
footer .cookies ul a,
footer .cookies ol a {
  text-decoration: underline;
}
footer .cookies p a:hover,
footer .cookies ul a:hover,
footer .cookies ol a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
footer .cookies iframe {
  width: 100% !important;
}
footer .cookies .wp-caption {
  width: 100% !important;
  font-size: 14px;
}
footer .cookies .wp-caption a {
  display: block;
  width: 100% !important;
}
footer .cookies .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
footer .cookies img {
  max-width: 100% !important;
  height: auto;
}
footer .cookies:hover {
  opacity: 1;
}
footer .footerlogos {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .footerlogos .item {
  height: 120px;
}
footer .footerlogos h4,
footer .footerlogos a {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-align: center;
  margin: 0 !important;
  padding: 0;
  opacity: 0.6;
  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+ */
}
footer .footerlogos h4:hover,
footer .footerlogos a:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
footer .footerlogos img {
  vertical-align: top;
}
.lazyload {
  opacity: 1;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.lazyload.b-loaded {
  opacity: 1;
  transform: rotateX(0);
}
html.csspointerevents.category-eec .eec_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 255, 0, 0.05);
  pointer-events: none;
  z-index: 100000;
}
.wpcf7 {
  padding: 1rem !important;
  margin-bottom: 1em !important;
  padding-bottom: 6px !important;
  background: #f0f0f0;
}
.wpcf7 input,
.wpcf7 select {
  font-size: 120% !important;
  font-family: inherit !important;
  width: 100% !important;
}
.wpcf7 input[type="submit"],
.wpcf7 select[type="submit"] {
  width: auto !important;
  font-size: 200% !important;
}
.newsletter_form {
  padding: 1rem !important;
  padding: calc(1rem-5px) !important;
  margin-bottom: 1em !important;
  background: #f0f0f0;
}
.newsletter_form label {
  display: block;
  margin-top: 5px;
}
.newsletter_form input,
.newsletter_form select {
  font-size: 120% !important;
  font-family: inherit !important;
  width: 100% !important;
}
.newsletter_form button[type="submit"] {
  display: inline-block;
  margin-top: 1rem;
  width: auto !important;
  font-size: 24px !important;
  cursor: pointer;
  background: white;
  border: #444444 solid 1px;
}
.newsletter_form button[type="submit"]:hover {
  background: black;
  color: white;
}
.block-related_table {
  border-bottom: black solid 1px;
  margin: 1em 0.5rem;
}
@media (max-width: 1190px) {
  .block-related_table {
    margin: 1em 0;
  }
}
.block-related_table .row {
  display: block;
  display: flex;
  width: 100%;
}
.block-related_table .row:hover {
  background: black;
  color: white;
}
.block-related_table .row:hover img {
  opacity: 0.9;
}
.block-related_table .col {
  border-top: black solid 1px;
  vertical-align: top;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 18px;
}
@media (max-width: 640px) {
  .block-related_table .col {
    font-size: 14px;
  }
}
.block-related_table .col:last-child {
  padding: 0.5em 0;
  padding-left: 1em;
  flex-grow: 2;
  width: 100%;
}
.block-related_table .col h3 {
  font: inherit;
  font-weight: normal;
}
.block-related_table .col .meta {
  font-family: 'Roboto Condensed', sans-serif;
}
.block-related_table img {
  height: 100px;
  width: 280px;
  object-fit: contain;
  object-position: left top;
  display: block;
}
@media (max-width: 640px) {
  .block-related_table img {
    height: 100px;
    width: 120px;
  }
}
pre {
  font-size: 18px;
  background: white !important;
  color: black !important;
  text-align: left !important;
}
.block-korona {
  text-transform: uppercase;
  font-size: 0;
  color: white;
  background: #00ff00;
  color: #00ff00;
  min-height: 100vh;
  line-height: 1.2;
  padding: 1% 1%;
  background-image: url(https://wrocenter.pl/wp-content/themes/wro2015/img/bg-covid.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80vh 80vh;
  background-attachment: fixed;
}
@media (max-width: 1190px) {
  .block-korona {
    padding: 0;
  }
}
.block-korona.rep_koronawirus_malewro {
  background: pink;
  color: white;
}
.block-korona.rep_koronawirus_malewro .play .dzien {
  display: none;
}
.block-korona.rep_koronawirus_malewro .fakeitem {
  display: none;
}
.block-korona .stack {
  display: inline-block;
  vertical-align: bottom;
  width: 25%;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  transition-duration: 0.6s;
  margin: 0;
}
@media (max-width: 1190px) {
  .block-korona .stack {
    width: 100%;
  }
}
.block-korona .stack.with-txt {
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 1rem;
}
.block-korona .stack.with-txt:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 1190px) {
  .block-korona .stack.with-txt {
    width: 100%;
    margin: 0;
  }
}
.block-korona .stack.empty {
  display: none;
}
.block-korona .stack .txt {
  font-size: 8vw;
  line-height: 1;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  padding: 0 1rem;
  color: black;
}
@media (max-width: 1190px) {
  .block-korona .stack .txt {
    font-size: 32px;
  }
}
.block-korona .stack:empty {
  display: none;
}
.block-korona .stack.open {
  width: 75%;
}
@media (max-width: 1190px) {
  .block-korona .stack.open {
    width: 100%;
    padding: 0;
  }
}
.block-korona .stack.open .titles {
  font-size: 18px;
}
@media (max-width: 1190px) {
  .block-korona .stack.open .titles {
    font-size: 14px;
  }
}
.block-korona .item {
  display: block;
  cursor: pointer;
  text-align: left;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.block-korona .item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
}
.block-korona .item .wrap-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: black;
}
.block-korona .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  opacity: 0.35;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.block-korona .item .wrap-iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-korona .item .titles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1190px) {
  .block-korona .item .titles {
    font-size: 14px;
  }
}
.block-korona .item .titles::first-line {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.block-korona .item.with-playbutton .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 1;
  color: white;
  pointer-events: none;
  opacity: 1;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  text-align: left;
  padding: 1rem;
}
.block-korona .item.with-playbutton .play i {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.block-korona .item:hover .bg {
  opacity: 1;
}
.block-korona .item:hover .titles {
  text-shadow: 0 0 3px #000000;
}
.block-korona .item:hover .play i {
  transform: scale(1.5);
}
.block-korona .fakeitem {
  margin: 0 1rem;
  display: inline-block;
  vertical-align: bottom;
  background: white;
  color: black;
  padding: 0 1rem;
  font-size: 24px;
  max-width: 50%;
}
@media (max-width: 1190px) {
  .block-korona .fakeitem {
    font-size: 18px;
    max-width: 100%;
    text-align: left;
  }
}
.kbut {
  font-size: 18px;
  background: black;
  color: white;
  padding: 2px 1em;
  display: inline-block;
}
@media (max-width: 1190px) {
  .kbut {
    font-size: 14px;
  }
}
.kbut.big {
  bottom: 0;
  right: 0;
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.kbut:hover {
  filter: invert(100%);
}
.korona-head {
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 2px;
}
.korona-head h1 {
  font-size: inherit;
}
iframe {
  vertical-align: top;
}
.autofullscreenbutton {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  background: black;
  color: white;
  padding: 5px 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 90%;
  display: inline-flex;
  align-items: center;
}
.autofullscreenbutton img {
  filter: invert(1);
}
.autofullscreenbutton:hover {
  background: #333;
}
.autofullscreenbutton img {
  height: 1.2em !important;
  width: auto !important;
  margin-right: 5px;
}
.but {
  border: black solid 1px;
  background: black;
  color: white;
  font-size: 150%;
  text-decoration: none !important;
  text-align: center;
  padding: 1rem;
  display: block;
}
.but:after {
  content: ' →';
}
.mszcookies {
  font-size: 12px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}
.mszcookies .mszcookies__in {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 1rem 10px;
  border-radius: 3px;
}
@media (max-width: 1023px) {
  .mszcookies .mszcookies__in {
    padding-top: 10px;
  }
  .mszcookies .mszcookies__in > div {
    display: block;
  }
  .mszcookies .mszcookies__in > div a,
  .mszcookies .mszcookies__in > div button {
    display: block;
    margin: 0 !important;
  }
}
.mszcookies button {
  color: white;
  background: white;
  color: black;
  padding: 0.5em 1em;
  border-radius: 3px;
  margin-left: 1rem;
  cursor: pointer;
  font-weight: bold;
  border: white solid 1px;
}
.mszcookies button:hover {
  opacity: 0.8;
}
.mszcookies button:active {
  transform: scale(0.9);
}
.mszcookies button.mszcookies__in--x {
  border: rgba(255, 255, 255, 0.4) solid 1px;
  color: white;
  background: transparent;
}
.mszcookies button.mszcookies__in--x:hover {
  border-color: white;
}
.mszcookies a {
  color: white;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  margin-left: 1rem;
  border-bottom: ;
}
.mszcookies a:hover {
  color: white;
  text-decoration: none;
}
.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;
}
.popup2022 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000000;
}
.popup2022 .popup2022__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.popup2022 .popup2022__fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup2022 .popup2022__fgin {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
}
.popup2022 .popup2022__close {
  position: absolute;
  bottom: 100%;
  right: 0;
}
.popup2022 .popup2022__close button {
  line-height: 1;
  vertical-align: bottom;
  display: inline-block;
  background: white;
  color: black;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.popup2022 .popup2022__close button:hover {
  filter: invert(1);
}
.popup2022 .popup2022__txt {
  background: white;
  padding: 0.5rem;
  position: relative;
}
@media (max-width: 1190px) {
  .popup2022 .popup2022__txt {
    font-size: 12px;
  }
}
.popup2022 .popup2022__video {
  width: 100%;
  background-image: url(https://wrocenter.pl/wp-content/themes/wro2015/img/spinner.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.popup2022 .popup2022__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contentwrap h1:has(a) {
  margin-top: 0 !important;
}
.contentwrap h1 a {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  border: black solid 1px;
  padding: 0 1ex;
  font-weight: normal;
}
.contentwrap h1 a:hover {
  background: black;
  color: white;
}
.contentwrap h1 a:after {
  content: '→';
  float: right;
}
.lang-ua {
  display: none !important;
}
