html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
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;
  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;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
.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);
}
.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;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.fs0 {
  font-size: 0;
}
.fs1 {
  font-size: 36px;
}
@media (max-width: 1100px) {
  .fs1 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .fs1 {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .fs1 {
    font-size: 28px;
  }
}
.fs15 {
  font-size: 30px;
}
@media (max-width: 1023px) {
  .fs15 {
    font-size: 24px;
  }
}
.fs2 {
  font-size: 22px;
}
.fs3 {
  font-size: 18px;
}
.fs4 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1em 0;
}
.stdtxt {
  *zoom: 1;
}
.stdtxt:before,
.stdtxt:after {
  display: table;
  content: "";
}
.stdtxt:after {
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: normal;
  margin: 1em 0;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.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;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  opacity: 0.7;
}
.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 .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.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;
}
.font1 {
  font-family: 'Open Sans', sans-serif;
}
.font2 {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
}
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  min-height: 100vh;
  line-height: 1.4;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 768px) {
  body {
    padding: 0;
  }
}
body > * {
  width: 100%;
}
.stdpad {
  padding: 40px;
}
@media (max-width: 768px) {
  .stdpad {
    padding: 20px 15px;
  }
}
.mainwrap {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mainwrap {
    width: 97%;
  }
}
@media (max-width: 768px) {
  .mainwrap {
    width: 100%;
  }
}
.qtranxs_language_chooser {
  display: inline-block;
  color: #e00000;
  list-style-type: none;
  padding: 0;
}
.qtranxs_language_chooser li {
  padding: 0;
}
.qtranxs_language_chooser li {
  display: inline-block;
}
.qtranxs_language_chooser li.active {
  display: none;
}
.qtranxs_widget_end {
  display: none;
}
.menu_hoverable {
  padding: 4px 0.8rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
.menu_hoverable:hover {
  background: black;
  color: white;
}
@media (max-width: 1023px) {
  .menu_hoverable {
    padding: 0;
  }
}
#topmenu_mobile_button {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  padding: 5px 8px;
  border: #aaa solid 1px;
  margin: 15px;
  background: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 1023px) {
  #topmenu_mobile_button {
    display: inline-block;
  }
}
#topmenu_mobile_button i {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
  transform-origin: 50% 50%;
}
.mobile_menu_open #topmenu_mobile_button i {
  transform: rotate(90deg);
}
#topmenu {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  color: black;
  font-size: 16px;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media (max-width: 1023px) {
  #topmenu {
    display: block;
  }
  .mobile_menu_open #topmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    height: 100vh;
    overflow: scroll;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #topmenu {
    padding: 15px 15px;
  }
}
#topmenu .col {
  display: inline-block;
}
#topmenu .col.menucol {
  display: inline-block;
}
@media (max-width: 1023px) {
  #topmenu .col.menucol {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mobile_menu_open #topmenu .col.menucol {
    margin: 0;
    padding-top: 20px;
    display: block;
  }
  .mobile_menu_open #topmenu .col.menucol ul {
    margin: 0;
    display: inline-block !important;
    padding: 0;
    margin-right: 20px;
  }
  .mobile_menu_open #topmenu .col.menucol li {
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
  }
  .mobile_menu_open #topmenu .col.menucol li a {
    display: block;
    padding: 10px 0;
  }
}
#topmenu ul a {
  padding: 4px 0.8rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
#topmenu ul a:hover {
  background: black;
  color: white;
}
@media (max-width: 1023px) {
  #topmenu ul a {
    padding: 0;
  }
}
#topmenu li.current-menu-item a {
  background: #f0f0f0;
}
#topmenu li.current-menu-item a:hover {
  color: black !important;
}
#topmenu .logo {
  display: block;
  font-weight: bold;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
#topmenu .logo img {
  vertical-align: top;
}
#topmenu .logo:hover {
  opacity: 0.8;
}
#topmenu ul {
  list-style-type: none;
  padding: 0;
}
#topmenu ul li {
  padding: 0;
}
#topmenu .menu-topmenu-container {
  display: inline-block;
}
#topmenu .menu-topmenu-container ul {
  list-style-type: none;
  padding: 0;
}
#topmenu .menu-topmenu-container ul li {
  padding: 0;
}
#topmenu .menu-topmenu-container ul li {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #topmenu .menu-topmenu-container ul li {
    padding-left: 0.6em;
  }
}
#topmenu .menu-topmenu-container ul li.menu-item-has-children:hover {
  color: #e00000;
}
#topmenu .menu-topmenu-container ul li .sub-menu {
  position: absolute;
  display: none;
  width: 220px;
  left: -8px;
  border-top: white solid 10px;
}
#topmenu .menu-topmenu-container ul li .sub-menu li {
  display: block;
}
#topmenu .menu-topmenu-container ul li .sub-menu li a {
  background: black;
  color: white;
  display: block;
  padding: 5px 10px;
  border: none;
}
#topmenu .menu-topmenu-container ul li .sub-menu li a:hover {
  background: #e00000 !important;
  text-decoration: none;
  border: none;
}
#topmenu .menu-topmenu-container ul li:hover .sub-menu {
  margin: 0;
  padding: 0;
  display: block;
}
#topmenu .searchbut {
  padding: 4px 0.8rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
#topmenu .searchbut:hover {
  background: black;
  color: white;
}
@media (max-width: 1023px) {
  #topmenu .searchbut {
    padding: 0;
  }
}
#topmenu form.searchfield {
  display: block;
  text-align: right;
}
#topmenu form.searchfield input {
  color: inherit;
  background: none;
  border: none;
  border-width: 0px;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  font-style: italic;
  margin-right: 1em;
  border-color: inherit;
  padding-bottom: 0px;
  text-align: right;
}
#topmenu form.searchfield input:focus {
  outline: none;
  background: #e00000;
}
#topmenu form.searchfield .submit,
#topmenu form.searchfield .cancel {
  padding: 4px 0.8rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
#topmenu form.searchfield .submit:hover,
#topmenu form.searchfield .cancel:hover {
  background: black;
  color: white;
}
@media (max-width: 1023px) {
  #topmenu form.searchfield .submit,
  #topmenu form.searchfield .cancel {
    padding: 0;
  }
}
#topmenu .searchcol,
#topmenu .searchformcol {
  display: inline-block;
}
.searchformcol {
  text-align: center;
  padding: 20px 10px;
  background: #f0f0f0;
}
.searchformcol input {
  font-size: inherit;
  font-family: inherit;
  padding: 2px 10px;
  border: #ddd solid 1px;
}
@media screen and (max-width: 1023px) {
  .searchformcol input {
    width: 15ex;
  }
}
.searchformcol .submit,
.searchformcol .cancel {
  margin-left: 10px;
  display: inline-block;
  border: #ddd solid 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 10px;
}
.searchformcol .submit:hover,
.searchformcol .cancel:hover {
  background: black;
  color: white;
}
@media screen and (max-width: 1023px) {
  .searchformcol .cancel {
    display: none;
  }
}
#topmenu_mobile {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: black;
  height: 30px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  #topmenu_mobile {
    display: block;
  }
}
#topmenu_mobile.open {
  background-image: url(http://pomp.com.pl/wp-content/themes/pomp/img/wro.png?r=1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-origin: content-box;
  height: 100%;
  height: 100vh;
  color: white;
}
#topmenu_mobile.open .menuarea {
  opacity: 1;
  top: 30px;
}
#topmenu_mobile.open .hamburger {
  color: #e00000;
}
#topmenu_mobile.open .hamburger i {
  transform: rotate(90deg);
}
#topmenu_mobile.open .logo {
  opacity: 1 !important;
}
#topmenu_mobile .logo {
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  opacity: 0;
  transition: all 0.1s;
}
.scrolled #topmenu_mobile .logo {
  opacity: 1;
}
#topmenu_mobile .menuarea {
  position: absolute;
  right: 0;
  top: 30px;
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-bottom: 70px;
  opacity: 0;
  font-size: 16px;
}
#topmenu_mobile .menuarea .in {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}
#topmenu_mobile .menuarea .in .inin {
  width: 100%;
}
#topmenu_mobile .menuarea ul {
  list-style-type: none;
  padding: 0;
}
#topmenu_mobile .menuarea ul li {
  padding: 0;
}
#topmenu_mobile .menuarea ul a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  padding: 5px 0;
}
#topmenu_mobile .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  line-height: 30px;
  height: 100%;
  padding-right: 10px;
  padding-left: 40px;
}
#topmenu_mobile .hamburger i {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
.mobile-hide {
  display: block;
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-show {
    display: block;
  }
}
.block-home_ticker {
  position: relative;
  height: 440px;
}
@media (max-width: 768px) {
  .block-home_ticker {
    height: 100vh;
  }
}
.block-home_ticker > .in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-home_ticker > .in .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.block-home_ticker > .in .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  color: white;
  padding: 2rem;
  width: 60%;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1100px) {
  .block-home_ticker > .in .item .txt {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .block-home_ticker > .in .item .txt {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .block-home_ticker > .in .item .txt {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .block-home_ticker > .in .item .txt {
    width: 100%;
  }
}
.block-home_ticker .social {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 40px;
}
.block-home_ticker .social .socialout {
  width: 100%;
  height: 100%;
  display: table;
}
.block-home_ticker .social .socialin {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.block-home_ticker .social .socialin .fb-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .block-home_ticker .social {
    display: none;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.block-title {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 20px;
  padding-top: 24px;
  padding-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}
.block-home_projects {
  font-size: 0;
  margin-bottom: 20px;
}
.block-home_projects .item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 33.333%;
  padding: 20px;
}
@media (max-width: 1023px) {
  .block-home_projects .item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .block-home_projects .item {
    width: 100%;
  }
}
.block-home_projects .item.full {
  width: 100% !important;
}
.block-home_projects .item .itemin {
  padding: 20px;
  border: #dddddd solid 1px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
}
.block-home_projects .item:hover .itemin {
  background: #f5f5f5;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.block-home_projects .item h2 {
  line-height: 1.3;
  font-size: 22px;
  padding-bottom: 1rem;
}
.block-home_projects .item .meta {
  line-height: 1.3;
  color: #e00000;
}
.block-home_news {
  background: #f5f5f5;
  font-size: 0;
}
.block-home_news.altbg {
  background: white;
}
.block-home_news .err {
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.block-home_news.inside {
  background: transparent;
  border-bottom: #f0f0f0 solid 1px;
}
.block-postlink {
  display: inline-block;
  vertical-align: top;
  padding: 40px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .block-postlink {
    padding: 20px 15px;
  }
}
.block-postlink .pix {
  margin-bottom: 10px;
}
.block-postlink .pix img {
  width: 100%;
  height: auto;
  display: block;
}
.block-postlink .data {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}
.block-postlink .title {
  font-size: 18px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
  padding-top: 10px;
}
.block-postlink .cat span {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
  color: white;
}
.block-postlink .cat span.cat-news {
  background: white;
  color: #e00000;
  border: #e00000 solid 2px;
}
.block-postlink .cat span.cat-events {
  background: #e00000;
}
.block-postlink .cat span.cat-events-past {
  background: #555;
}
.block-postlink:hover .title {
  text-decoration: underline;
}
.block-postlink .text {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.masonry .grid-sizer,
.masonry .tile {
  width: 25%;
}
@media (max-width: 1023px) {
  .masonry .grid-sizer,
  .masonry .tile {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .masonry .grid-sizer,
  .masonry .tile {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .masonry .grid-sizer,
  .masonry .tile {
    width: 100%;
  }
}
.page_wrap header {
  background: #f5f5f5;
  border-top: #f0f0f0 solid 1px;
  border-bottom: #f0f0f0 solid 1px;
  color: #555;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_wrap header.page {
  min-height: 0px;
}
.page .page_wrap header.page {
  background: #e00000;
}
.page .page_wrap header.page h1 {
  color: white;
}
.page_wrap header .mainwrap {
  padding: 40px;
}
@media (max-width: 768px) {
  .page_wrap header .mainwrap {
    padding: 20px 15px;
  }
}
.page_wrap header .data {
  font-weight: bold;
  padding-top: 0.5em;
}
.page_wrap header .lead {
  padding-top: 0.5em;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .page_wrap header .lead {
    max-width: 100%;
  }
}
.page_wrap header .pix {
  float: right;
  width: 50%;
  max-width: 500px;
  padding-left: 40px;
  padding-bottom: 20px;
}
@media (max-width: 568px) {
  .page_wrap header .pix {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.page_wrap header .pix img {
  width: 100%;
  height: auto;
  display: block;
}
.page_wrap header h1 {
  font-size: 36px;
  max-width: 75%;
  line-height: 1.2;
  padding-bottom: 10px;
  color: black;
}
@media (max-width: 1100px) {
  .page_wrap header h1 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .page_wrap header h1 {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .page_wrap header h1 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .page_wrap header h1 {
    max-width: 100%;
  }
}
.page_wrap .page_colset {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page_wrap .page_colset {
    display: block;
  }
  .page_wrap .page_colset .col_sidebar {
    margin: 20px 0;
    width: 100% !important;
  }
}
.page_wrap .page_colset > .stdtxt {
  flex-shrink: 2;
}
.page_wrap .page_colset .col_sidebar {
  width: 40%;
  flex-grow: 2;
}
.page_wrap .ludzie {
  padding-top: 2.5rem;
  font-size: 0;
}
.page_wrap .ludzie a {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
@media (max-width: 1280px) {
  .page_wrap .ludzie a {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .page_wrap .ludzie a {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .page_wrap .ludzie a {
    width: 50%;
  }
}
.page_wrap .ludzie a .more {
  font-size: 60%;
  display: inline-block;
  vertical-align: middle;
  background: #e00000;
  color: white;
  font-weight: bold;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
  padding: 0px 5px;
}
.page_wrap .ludzie a:hover .more {
  background: black;
}
.page_wrap .ludzie .l0 {
  font-size: 14px;
  color: #e00000;
  font-weight: bold;
  padding-bottom: 2px;
}
.page_wrap .ludzie .l1 {
  font-size: 16px;
}
.page_wrap .about_cols {
  font-size: 0;
}
.page_wrap .about_cols main {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding-right: 1rem;
}
.page_wrap .about_cols main.col1 {
  width: 60%;
}
@media (max-width: 1023px) {
  .page_wrap .about_cols main.col1 {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.page_wrap .about_cols main.col2 {
  width: 40%;
  padding: 2rem;
  padding-left: 4rem;
}
@media (max-width: 1023px) {
  .page_wrap .about_cols main.col2 {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.page_wrap .about_cols main.col2 .frame {
  *zoom: 1;
  padding: 2rem;
}
.page_wrap .about_cols main.col2 .frame:before,
.page_wrap .about_cols main.col2 .frame:after {
  display: table;
  content: "";
}
.page_wrap .about_cols main.col2 .frame:after {
  clear: both;
}
.page_wrap .about_cols main.col2 .frame > p:first-child {
  color: #e00000;
  padding-bottom: 2em;
  font-size: 130%;
}
.page_wrap .about_cols main.col2 .portret {
  display: flex;
  align-items: center;
}
.page_wrap .about_cols main.col2 .portret img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: auto;
  padding-right: 1rem;
}
.page_wrap .about_cols main.col2 .portret .podpis {
  display: inline-block;
  vertical-align: middle;
}
.page_wrap .stdtxt {
  padding: 40px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .page_wrap .stdtxt {
    padding: 20px 15px;
  }
}
.page_wrap .stdtxt.cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1023px) {
  .page_wrap .stdtxt.cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.page_wrap .stdtxt ul {
  padding-left: 0;
}
@media (max-width: 768px) {
  .page_wrap .stdtxt ul {
    padding-left: 1em;
  }
}
.page_wrap .stdtxt ul li {
  padding-bottom: 1em;
}
.page_wrap .bios {
  background: #f5f5f5;
  color: #555;
}
.page_wrap .bios .item {
  padding: 40px;
  border-bottom: #e0e0e0 solid 1px;
  *zoom: 1;
  font-size: 0;
}
@media (max-width: 768px) {
  .page_wrap .bios .item {
    padding: 20px 15px;
  }
}
.page_wrap .bios .item:last-child {
  border: none;
}
.page_wrap .bios .item:before,
.page_wrap .bios .item:after {
  display: table;
  content: "";
}
.page_wrap .bios .item:after {
  clear: both;
}
.page_wrap .bios .item .col-l {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 40px;
  width: 20%;
}
.page_wrap .bios .item .col-l .pixwrap {
  max-width: 120px;
}
.page_wrap .bios .item .col-l .pix {
  border-radius: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (max-width: 568px) {
  .page_wrap .bios .item .col-l {
    padding-right: 0px;
  }
}
.page_wrap .bios .item .col-m {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 30%;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .page_wrap .bios .item .col-m {
    width: 80%;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .page_wrap .bios .item .col-m {
    padding-left: 20px;
  }
}
.page_wrap .bios .item .col-m .l0 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 2px;
  color: #e00000;
}
.page_wrap .bios .item .col-m .l1 {
  font-size: 18px;
}
.page_wrap .bios .item .col-r {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .page_wrap .bios .item .col-r {
    padding-left: 0;
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
}
.search_results li {
  margin-bottom: 1em;
}
footer {
  border-top: #f0f0f0 solid 1px;
  background: white;
  text-align: center;
  padding: 40px;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 15px;
  }
}
footer .col {
  text-align: center;
}
footer img {
  max-width: 200px;
  height: auto;
  vertical-align: top;
}
