@import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto:400,400i,700,700i&subset=latin-ext');
body {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 21px;
  background-color: #c3c3c3;
  color: #000;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 800px) {
  body {
    text-rendering: optimizeLegibility;
  }
}
#body {
  position: relative;
}
a {
  text-decoration: none;
}
h2 {
  margin: 60px 0 0px;
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 35px;
  line-height: 42px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
header#main {
  background-color: #1006ce;
  color: white;
  padding: 15px;
  position: relative;
  height: 170px;
}
@media screen and (min-width: 768px) {
  header#main {
    padding: 60px;
    height: 340px;
  }
}
header#main a {
  color: white;
}
header#main #identification {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 170px;
}
@media screen and (min-width: 768px) {
  header#main #identification {
    left: 60px;
    top: 60px;
    height: 340px;
  }
}
header#main #svg {
  position: absolute;
  left: 0px;
  top: 15px;
  height: 170px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header#main #svg {
    top: 60px;
    height: 340px;
  }
}
header#main #menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  header#main #menu-toggle {
    display: none;
  }
}
header#main .menu {
  display: none;
  font-family: Poppins;
  font-weight: 600;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  right: 55px;
  height: 170px;
  padding: 15px 10px;
  background: #1006ce;
}
@media screen and (min-width: 768px) {
  header#main .menu {
    display: block !important;
    right: 60px;
    top: 60px;
    font-size: 18px;
    line-height: 30px;
    height: auto;
    padding: 0;
  }
}
header#main .menu .menu-item {
  text-align: right;
}
header#main .menu .menu-item a:hover {
  border-bottom: 3px solid white;
  text-decoration: none;
}
header#main .menu .menu-item.current-menu-item a {
  border-bottom: 3px solid white;
}
@media screen and (min-width: 820px) {
  header#main .menu .menu-item {
    display: inline;
  }
  header#main .menu .menu-item:before {
    content: " | ";
  }
  header#main .menu .menu-item:first-child:before {
    display: none;
  }
  header#main .menu .menu-item.no-separator {
    margin-left: 20px;
  }
  header#main .menu .menu-item.no-separator:before {
    display: none;
  }
}
.jumbotron {
  padding: 10px 10px 1px 10px;
  background: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 30px 30px 1px 30px;
  }
}
.jumbotron.front {
  padding-bottom: 30px;
}
.jumbotron.front .jumbo {
  margin-bottom: 0;
}
.jumbotron.front .jumbo:before {
  display: none;
}
.jumbotron.archive {
  padding-bottom: 30px;
}
.jumbotron .jumbo {
  background-color: #6effbc;
  color: #000;
  min-height: 200px;
  margin: 0 0 10px 0;
  position: relative;
  line-height: 200px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jumbotron .jumbo {
    margin: 0 0 30px 0;
  }
}
.jumbotron .jumbo h1 {
  display: inline-block;
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 35px;
  line-height: 42px;
  vertical-align: middle;
  margin: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .jumbotron .jumbo h1 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron .jumbo h1 {
    margin: 40px 100px;
  }
}
.jumbotron .jumbo:before {
  content: "";
  background-color: #6effbc;
  width: 85px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -42.5px;
  bottom: -30px;
  -webkit-transform: rotate(-22.5deg) skewX(45deg);
  transform: rotate(-22.5deg) skewX(45deg);
}
@media screen and (min-width: 768px) {
  .jumbotron .jumbo:before {
    left: 25%;
  }
}
.jumbotron .jumbo .breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .jumbotron .jumbo .breadcrumbs {
    display: block;
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: .01em;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .jumbotron .jumbo .breadcrumbs a {
    color: black;
  }
}
.jumbotron .jumbo .timestamp {
  position: absolute;
  left: 10px;
  bottom: -60px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: .01em;
  background-image: url('https://otwartakultura.org/wp-content/themes/pok/img/zegarek.svg');
  background-repeat: no-repeat;
  background-position: 0 40%;
  padding-left: 16px;
}
@media screen and (min-width: 920px) {
  .jumbotron .jumbo .timestamp {
    display: block;
    bottom: 30px;
    left: 30px;
  }
}
.jumbotron .front-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron .front-menu {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
.jumbotron .front-menu .menu-item {
  position: relative;
  height: 200px;
  text-align: center;
}
.jumbotron .front-menu .menu-item:first-child:before {
  content: "";
  background-color: #6effbc;
  width: 85px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -42.5px;
  top: -30px;
  -webkit-transform: rotate(-22.5deg) skewX(45deg);
  transform: rotate(-22.5deg) skewX(45deg);
}
@media screen and (min-width: 768px) {
  .jumbotron .front-menu .menu-item:before {
    content: "";
    background-color: #6effbc;
    width: 85px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -42.5px;
    top: -30px;
    -webkit-transform: rotate(-22.5deg) skewX(45deg);
    transform: rotate(-22.5deg) skewX(45deg);
  }
}
.jumbotron .front-menu .menu-item:nth-child(odd) {
  background-color: #ff7e59;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
.jumbotron .front-menu .menu-item:nth-child(odd) a,
.jumbotron .front-menu .menu-item:nth-child(odd) .description {
  color: black;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}
.jumbotron .front-menu .menu-item:nth-child(even) {
  background-color: #1006ce;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
.jumbotron .front-menu .menu-item:nth-child(even) a,
.jumbotron .front-menu .menu-item:nth-child(even) .description {
  color: white;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}
.jumbotron .front-menu .menu-item:hover {
  background-color: #c3c3c3;
}
.jumbotron .front-menu .menu-item:hover a,
.jumbotron .front-menu .menu-item:hover .description {
  color: black;
}
@media screen and (min-width: 768px) {
  .jumbotron .front-menu .menu-item {
    -basis: 10%;
    flex-grow: 1;
    display: inline-block;
  }
  .jumbotron .front-menu .menu-item:before {
    content: "";
    width: 85px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -42.5px;
    top: -30px;
    -webkit-transform: rotate(-22.5deg) skewX(45deg);
    transform: rotate(-22.5deg) skewX(45deg);
  }
}
.jumbotron .front-menu .menu-item a {
  display: block;
  height: 200px;
  line-height: 200px;
  vertical-align: middle;
  text-align: center;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
.jumbotron .front-menu .menu-item a .title {
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 35px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .jumbotron .front-menu .menu-item a .title {
    font-size: 45px;
    line-height: 54px;
  }
}
.jumbotron .front-menu .menu-item .description {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 15px;
}
@media screen and (min-width: 768px) {
  .jumbotron .front-menu .menu-item .description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron .front-menu .menu-item .description {
    left: auto;
    right: 30px;
    bottom: 30px;
  }
}
#promobox {
  position: relative;
  height: 400px;
}
@media screen and (min-width: 768px) {
  #promobox {
    height: 460px;
  }
}
#promobox #archive {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: Poppins;
  font-size: 10px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: white;
  background-image: url('https://otwartakultura.org/wp-content/themes/pok/img/zegarek.svg');
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: 6px 2px;
  padding-left: 2em;
  z-index: 200;
  color: black;
  padding-right: 3px;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
#promobox #archive:hover {
  background-color: #6effbc;
}
@media screen and (min-width: 768px) {
  #promobox #archive {
    top: 30px;
    right: 30px;
  }
}
#promobox #news article {
  position: absolute;
  top: 0;
}
#promobox #news .cycle-pager {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0;
  z-index: 200;
  line-height: 0;
}
#promobox #news .cycle-pager:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #promobox #news .cycle-pager {
    right: auto;
  }
}
#promobox #news .cycle-pager span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  background: #c3c3c3;
  border-radius: 30px;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
#promobox #news .cycle-pager span.cycle-pager-active {
  background: black;
}
#promobox #news .cycle-pager span:hover {
  background-color: #1006ce;
}
#news article {
  position: relative;
  height: 400px;
  width: 100%;
  bottom: 0;
  background-color: white;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #news article {
    height: 460px;
  }
}
#news article a {
  display: block;
  height: 100%;
}
#news article a:hover header {
  background-color: #1006ce;
}
#news article a:hover header .title-box {
  color: white;
}
#news article a:hover header .title-box .timestamp {
  filter: brightness(2500%);
  -webkit-filter: brightness(2500%);
}
#news article a:hover header h1:after {
  background-color: #1006ce;
}
#news article header {
  background: #c3c3c3;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
#news article header:hover {
  background-color: #1006ce;
}
#news article header:hover h1:after {
  background-color: #1006ce;
}
@media screen and (min-width: 768px) {
  #news article header {
    position: absolute;
    right: 50%;
    left: 30px;
    top: 30px;
  }
}
#news article header .title-box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 50px 0;
  color: black;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}
#news article header .title-box h1 {
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 35px;
  line-height: 42px;
  width: 100%;
  margin: 0;
  text-align: center;
  background: none;
}
@media screen and (min-width: 768px) {
  #news article header .title-box h1 {
    font-size: 45px;
    line-height: 54px;
  }
}
#news article header .title-box h1:after {
  content: "";
  background-color: #c3c3c3;
  width: 85px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -42.5px;
  bottom: -30px;
  -webkit-transform: rotate(-22.5deg) skewX(45deg);
  transform: rotate(-22.5deg) skewX(45deg);
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  #news article header .title-box h1:after {
    display: none;
  }
}
#news article header .title-box .timestamp {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: .01em;
  background-image: url('https://otwartakultura.org/wp-content/themes/pok/img/zegarek.svg');
  background-repeat: no-repeat;
  background-position: 0 40%;
  padding-left: 16px;
  transition: color filter 0.5s ease;
  -webkit-transition: color -webkit-filter 0.5s ease;
}
#news article header .title-box .read-more {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #news article header .title-box .read-more {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  #news article header .title-box .read-more {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 30px;
  }
}
.postboxen {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
.postboxen .postbox {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
  max-height: 377px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 760px) {
  .postboxen .postbox {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .postboxen .postbox {
    width: 33.333%;
  }
}
.postboxen .postbox a {
  display: block;
  color: black;
}
.postboxen .postbox .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c3c3c3;
  height: 230px;
  transition: filter 0.5s ease;
  -webkit-transition: -webkit-filter 0.5s ease;
  position: relative;
}
.postboxen .postbox .thumbnail .icon {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
}
.postboxen .postbox .thumbnail .overlay {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}
.postboxen .postbox:hover .thumbnail {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.postboxen .postbox:hover .thumbnail .overlay {
  opacity: 1;
}
.postboxen .postbox h3 {
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  margin: 26px 0 18px;
}
.postboxen .postbox .read-more {
  background: white;
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 26px;
  text-align: right;
  box-shadow: -10px 10px 10px 10px #ffffff;
  color: #1006ce;
}
.organization-main {
  background: white;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.organization-main img {
  float: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .organization-main {
    display: none;
  }
}
.jumbo .organization {
  display: none;
}
@media screen and (min-width: 768px) {
  .jumbo .organization {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 9px;
    line-height: 10.8px;
    display: block;
    text-align: right;
  }
  .jumbo .organization img {
    position: absolute;
    top: 30px;
    right: 30px;
    float: none;
  }
  .jumbo .organization div {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
footer {
  padding: 0 30px 60px 30px;
  text-align: right;
  position: relative;
}
footer a {
  color: black;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-item,
footer li {
  text-align: center;
}
footer .footer-item#text-4 a,
footer li#text-4 a {
  height: 78px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-item#text-5 a,
footer li#text-5 a {
  width: 100%;
  height: 69px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  footer .footer-item,
  footer li {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
  }
  footer .footer-item:first-child,
  footer li:first-child {
    float: left;
    margin-bottom: -30px;
    margin-left: 4px;
  }
  footer .footer-item:not(:first-child),
  footer li:not(:first-child) {
    margin-left: 86px;
  }
  footer .footer-item#text-4 a,
  footer li#text-4 a {
    width: 78px;
  }
  footer .footer-item#text-5 a,
  footer li#text-5 a {
    width: 253px;
  }
  footer .footer-item#text-6,
  footer li#text-6 {
    margin-left: 46px;
  }
}
footer .footer-item h2,
footer li h2 {
  color: blue;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  margin: 21px 0;
  letter-spacing: 0;
}
footer .footer-item h2 a,
footer li h2 a {
  color: blue;
}
@media screen and (min-width: 768px) {
  footer .footer-item h2,
  footer li h2 {
    color: black;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 26px 0;
  }
  footer .footer-item h2 a,
  footer li h2 a {
    color: black;
  }
}
footer .footer-item strong,
footer li strong {
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
}
footer .attribution {
  font-size: 9px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.content-wide {
  position: relative;
}
.content {
  max-width: 740px;
  margin: 100px auto 90px;
}
.content img.featured {
  width: 100%;
  margin-bottom: 72px;
}
.content h1 {
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 35px;
  line-height: 42px;
  margin-top: 52px;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .content h1 {
    font-size: 45px;
    line-height: 54px;
  }
}
.content h3 {
  font-size: 1em;
}
.content iframe {
  width: 100%;
}
@media screen and (max-width: 767.99px) {
  .content img {
    width: 100%;
    height: auto;
  }
}
.content .close {
  position: absolute;
  right: 10px;
  top: -52px;
}
.content .close:hover {
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
  transition: filter 0.5s ease;
  -webkit-transition: -webkit-filter 0.5s ease;
}
@media screen and (min-width: 768px) {
  .content .close {
    right: 30px;
  }
}
@media screen and (min-width: 920px) {
  .content .close {
    top: 0;
  }
}
