@charset "UTF-8";
/*
Theme Name: FDDS dla rodziców
*/
/*$reflex-md: 768px !default;
$reflex-lg: 1280px !default;
$reflex-xlg: 1920px !default;*/
.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px; }
  .container .grid,
  .container-full .grid {
    margin-right: -40px;
    margin-left: -40px; }

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none; }
  .grid::before, .grid::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  [class*="col-"]::before, [class*="col-"]::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal; }
  [class*="col-"] .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: -40px; }

.grid {
  padding: 0 20px; }

.col-8 {
  width: 100%;
  *width: 99.9%; }

.col-7 {
  width: 87.5%;
  *width: 87.4%; }

.col-6 {
  width: 75%;
  *width: 74.9%; }

.col-5 {
  width: 62.5%;
  *width: 62.4%; }

.col-4 {
  width: 50%;
  *width: 49.9%; }

.col-3 {
  width: 37.5%;
  *width: 37.4%; }

.col-2 {
  width: 25%;
  *width: 24.9%; }

.col-1 {
  width: 12.5%;
  *width: 12.4%; }

@media (min-width: 600px) {
  [class*="col-"] {
    padding: 0 20px; }
  .col-md-8 {
    width: 100%;
    *width: 99.9%; }
  .col-md-7 {
    width: 87.5%;
    *width: 87.4%; }
  .col-md-6 {
    width: 75%;
    *width: 74.9%; }
  .col-md-5 {
    width: 62.5%;
    *width: 62.4%; }
  .col-md-4 {
    width: 50%;
    *width: 49.9%; }
  .col-md-3 {
    width: 37.5%;
    *width: 37.4%; }
  .col-md-2 {
    width: 25%;
    *width: 24.9%; }
  .col-md-1 {
    width: 12.5%;
    *width: 12.4%; } }

@media (min-width: 1000px) {
  .col-lg-8 {
    width: 100%;
    *width: 99.9%; }
  .col-lg-7 {
    width: 87.5%;
    *width: 87.4%; }
  .col-lg-6 {
    width: 75%;
    *width: 74.9%; }
  .col-lg-5 {
    width: 62.5%;
    *width: 62.4%; }
  .col-lg-4 {
    width: 50%;
    *width: 49.9%; }
  .col-lg-3 {
    width: 37.5%;
    *width: 37.4%; }
  .col-lg-2 {
    width: 25%;
    *width: 24.9%; }
  .col-lg-1 {
    width: 12.5%;
    *width: 12.4%; } }

@media (min-width: 1500px) {
  .grid {
    padding: 0 75px; }
  [class*="col-"] {
    padding: 0 25px; }
  .col-xlg-8 {
    width: 100%;
    *width: 99.9%; }
  .col-xlg-7 {
    width: 87.5%;
    *width: 87.4%; }
  .col-xlg-6 {
    width: 75%;
    *width: 74.9%; }
  .col-xlg-5 {
    width: 62.5%;
    *width: 62.4%; }
  .col-xlg-4 {
    width: 50%;
    *width: 49.9%; }
  .col-xlg-3 {
    width: 37.5%;
    *width: 37.4%; }
  .col-xlg-2 {
    width: 25%;
    *width: 24.9%; }
  .col-xlg-1 {
    width: 12.5%;
    *width: 12.4%; } }

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto; }

@media (min-width: 600px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1000px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1500px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

@media only screen and (min-width: 600px) {
  .order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 1000px) {
  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 1500px) {
  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

.offset-7 {
  margin-left: 87.5%;
  *margin-left: 87.4%; }

.offset-6 {
  margin-left: 75%;
  *margin-left: 74.9%; }

.offset-5 {
  margin-left: 62.5%;
  *margin-left: 62.4%; }

.offset-4 {
  margin-left: 50%;
  *margin-left: 49.9%; }

.offset-3 {
  margin-left: 37.5%;
  *margin-left: 37.4%; }

.offset-2 {
  margin-left: 25%;
  *margin-left: 24.9%; }

.offset-1 {
  margin-left: 12.5%;
  *margin-left: 12.4%; }

@media only screen and (min-width: 600px) {
  .offset-7-md {
    margin-left: 87.5%;
    *margin-left: 87.4%; }
  .offset-6-md {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-5-md {
    margin-left: 62.5%;
    *margin-left: 62.4%; }
  .offset-4-md {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-3-md {
    margin-left: 37.5%;
    *margin-left: 37.4%; }
  .offset-2-md {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-1-md {
    margin-left: 12.5%;
    *margin-left: 12.4%; }
  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1000px) {
  .offset-7-lg {
    margin-left: 87.5%;
    *margin-left: 87.4%; }
  .offset-6-lg {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-5-lg {
    margin-left: 62.5%;
    *margin-left: 62.4%; }
  .offset-4-lg {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-3-lg {
    margin-left: 37.5%;
    *margin-left: 37.4%; }
  .offset-2-lg {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-1-lg {
    margin-left: 12.5%;
    *margin-left: 12.4%; }
  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1500px) {
  .offset-7-xlg {
    margin-left: 87.5%;
    *margin-left: 87.4%; }
  .offset-6-xlg {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-5-xlg {
    margin-left: 62.5%;
    *margin-left: 62.4%; }
  .offset-4-xlg {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-3-xlg {
    margin-left: 37.5%;
    *margin-left: 37.4%; }
  .offset-2-xlg {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-1-xlg {
    margin-left: 12.5%;
    *margin-left: 12.4%; }
  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%; } }

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .no-wrap [class*="col-"] {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .align-end [class*="col-"] {
    vertical-align: bottom; }

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .align-center [class*="col-"] {
    vertical-align: middle; }

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }
  .align-content-end [class*="col-"] {
    vertical-align: bottom; }

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .justify-start.grid {
    text-align: left; }

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .justify-end.grid {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right; }
    .justify-end.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .justify-center.grid {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center; }
    .justify-center.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .justify-space-between.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify; }
    .justify-space-between.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .justify-space-around.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify; }
    .justify-space-around.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.grid-bleed [class*="col-"] {
  padding: 0; }

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .col-grid.direction-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

.col-bleed {
  padding: 0; }

.col-bleed-x {
  padding: 40px 0; }

.col-bleed-y {
  padding: 0 40px; }

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto; }

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }
  .flex-footer > :last-child {
    margin-bottom: 0; }

@media (max-width: 599px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 600px) and (max-width: 999px) {
  .hidden-md {
    display: none; } }

@media (min-width: 1000px) and (max-width: 1499px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 1500px) {
  .hidden-xlg {
    display: none; } }

.front-card .readmore > ::after, .search-results .link div::after, .pagination a.next::after, .pagination a.prev::after, .singular .reveal span::after, .front-card .readmore > ::before, .search-results .link div::before, .pagination a.next::before, .pagination a.prev::before, .singular .reveal span::before {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 0;
  color: #009DC5;
  border-color: currentColor;
  border-style: solid;
  border-width: 0px; }

.front-card .readmore > ::before, .search-results .link div::before, .pagination a.next::before, .pagination a.prev::before, .singular .reveal span::before {
  height: 0px;
  width: 20px;
  right: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0.5px);
  -moz-transform: translateY(0.5px);
  -ms-transform: translateY(0.5px);
  transform: translateY(0.5px); }

.front-card .readmore > ::after, .search-results .link div::after, .pagination a.next::after, .pagination a.prev::after, .singular .reveal span::after {
  width: 13px;
  height: 13px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/**
 * Typography
 */
@font-face {
  font-family: 'Abril Fatface';
  src: url("_fonts/3702A1_0_0.eot");
  src: url("_fonts/3702A1_0_0.eot?#iefix") format("embedded-opentype"), url("_fonts/3702A1_0_0.woff2") format("woff2"), url("_fonts/3702A1_0_0.woff") format("woff"), url("_fonts/3702A1_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Abril Fatface';
  src: url("_fonts/3702A1_1_0.eot");
  src: url("_fonts/3702A1_1_0.eot?#iefix") format("embedded-opentype"), url("_fonts/3702A1_1_0.woff2") format("woff2"), url("_fonts/3702A1_1_0.woff") format("woff"), url("_fonts/3702A1_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

html {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

input {
  font-family: inherit; }

a.block-level-link {
  text-decoration: none;
  color: inherit; }

.abril {
  font-family: "Abril Fatface", cursive; }

.bold {
  font-weight: 700; }

/**
 * Components
*/
/***** Komponenty */
/* Front page card */
.front-card {
  line-height: 1.666666667em;
  font-size: 15px; }
  .front-card .image {
    width: 100%;
    padding-bottom: 67.03%;
    position: relative; }
    .front-card .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1;
      transition: .2s opacity linear; }
  .front-card .text {
    margin: 20px 20px 0; }
  .front-card .type {
    font-size: 12px;
    line-height: .75em;
    text-transform: uppercase;
    color: #009DC5; }
  .front-card .date {
    font-size: 12px;
    letter-spacing: .17px;
    line-height: 21px; }
  .front-card .headline {
    font-family: "Abril Fatface", cursive;
    font-size: 20px;
    margin: 12px 0;
    line-height: 1.25em;
    font-weight: normal; }
    .front-card .headline.italic {
      font-style: italic; }
  .front-card .content {
    margin-top: 24px;
    line-height: 1.666666667em;
    font-size: 15px;
    letter-spacing: 0.0099em; }
  .front-card p {
    margin: 1.666666667em 0; }
  .front-card .readmore > * {
    font-size: 15px;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: block; }
  @media (min-width: 600px) {
    .front-card .image {
      padding-bottom: 56.25%; }
    .front-card .text {
      white-space: nowrap;
      vertical-align: top;
      margin: 20px 40px 0; }
      .front-card .text > * {
        white-space: normal; }
    .front-card .type {
      line-height: 13px; }
    .front-card .date {
      line-height: 18px;
      margin-bottom: 31px; }
    .front-card .content {
      margin-top: 0px; }
      .front-card .content > *:first-child {
        margin-top: -3px; }
    .front-card .headline {
      font-size: 30px;
      line-height: 35px;
      margin: 0;
      padding-right: 20px; } }
  @media (min-width: 600px) and (max-width: 999px) {
    .front-card .headline, .front-card .content {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      box-sizing: border-box; }
    .front-card .content {
      padding-left: 20px; }
    .front-card .readmore {
      display: block;
      margin-top: 4px; } }
  @media (min-width: 1000px) {
    .front-card {
      padding: 0 20px;
      min-height: calc(80vh - 80px);
      position: relative; }
      .front-card .image {
        padding: 0;
        position: absolute;
        z-index: 0;
        left: 40px;
        right: 0;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        width: auto; }
        .front-card .image img, .front-card .image::after {
          width: 62.5%;
          margin-left: 37.5%; }
        .front-card .image::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          border: 40px solid #009DC5;
          box-sizing: border-box;
          opacity: 0;
          transition: .2s opacity linear; }
      .front-card.image-left .image {
        left: 0;
        right: 40px; }
        .front-card.image-left .image img, .front-card.image-left .image::after {
          margin: 0; }
      .front-card .text {
        width: 37.5%;
        margin: 0;
        box-sizing: border-box;
        padding: 40px 20px;
        position: relative;
        z-index: 1;
        height: calc(80vh - 80px);
        display: table; }
        .front-card .text > * {
          display: table-row;
          vertical-align: top; }
      .front-card.image-left .text {
        margin: 0 0 0 62.5%; }
      .front-card .type {
        line-height: 10px; }
      .front-card .date {
        line-height: 20px; }
      .front-card .headline {
        height: 99%;
        font-size: 40px;
        line-height: 45px; }
        .front-card .headline > * {
          padding: 33px 0 45px 0;
          display: table-cell; }
      .front-card .content {
        vertical-align: bottom; }
      .front-card .readmore {
        margin: 44px 0 0;
        letter-spacing: 0px; }
      .front-card.image-left .readmore {
        text-align: right; }
        .front-card.image-left .readmore > *::after, .front-card.image-left .readmore > *::before {
          right: auto;
          left: 0; }
        .front-card.image-left .readmore > *::before {
          right: auto;
          left: 1px; }
        .front-card.image-left .readmore > *::after {
          border-right-width: 0px;
          border-left-width: 1px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -ms-transform-origin: left bottom;
          -webkit-transform-origin: left bottom;
          transform-origin: left bottom; } }
  @media (min-width: 1500px) {
    .front-card {
      padding: 0 75px;
      min-height: calc(80vh - 100px); }
      .front-card .image {
        left: 150px; }
        .front-card .image img, .front-card .image::after {
          width: 62.5%;
          width: calc(50px + 62.5%);
          margin-left: calc(37.5% - 50px); }
      .front-card.image-left .image, .front-card.image-left::after {
        right: 150px; }
      .front-card .text {
        padding: 50px 25px;
        height: calc(80vh -100px); }
      .front-card .type {
        font-size: 15px;
        line-height: 7px; }
      .front-card .date {
        font-size: 15px;
        line-height: 39px; }
      .front-card .headline {
        font-size: 55px;
        line-height: 60px; }
      .front-card .content {
        font-size: 20px;
        line-height: 30px; }
      .front-card .readmore {
        margin: 66px 0 0; }
        .front-card .readmore > * {
          font-size: 20px;
          line-height: 19px; } }

a:hover .front-card .image::after {
  opacity: .5; }

a:hover .front-card .image img {
  opacity: .8; }

a:hover .front-card .headline {
  color: #009DC5; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  4% {
    transform: scale(0.9); }
  8% {
    transform: scale(1); }
  12% {
    transform: scale(0.9); }
  16% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

.menu-bar {
  color: #fff;
  width: 100%;
  position: relative; }
  .menu-bar ul, .menu-bar li {
    margin: 0;
    padding: 0; }
  .menu-bar li {
    display: block; }
  .menu-bar a {
    text-decoration: none;
    color: inherit; }
  .menu-bar header {
    padding: 10px 20px 10px;
    position: relative;
    z-index: 3; }
    .menu-bar header .logo {
      text-transform: uppercase;
      font-size: 12px;
      white-space: nowrap;
      letter-spacing: .0333333333333em; }
      .menu-bar header .logo > * {
        display: inline-block;
        vertical-align: middle; }
      .menu-bar header .logo img {
        height: 30px;
        margin-right: 8px;
        margin-left: 1px; }
    .menu-bar header button {
      display: none; }
  .menu-bar .menu-container > * {
    margin: 40px 0px; }
  .menu-bar .menu-container ul li {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    padding: 6px 0px 8px;
    font-weight: 700;
    border-top: 1px solid #fff;
    letter-spacing: .5px; }
    .menu-bar .menu-container ul li a:hover, .menu-bar .menu-container ul li.active {
      color: #80CEE2; }
    .menu-bar .menu-container ul li.help {
      background-color: #e83f4b;
      border-top-color: #e83f4b; }
      .menu-bar .menu-container ul li.help a {
        display: inline-block;
        background: url(_img/serce.svg) left center no-repeat transparent;
        padding-left: 25px;
        padding-right: 8px;
        background-size: 15px 15px; }
  .menu-bar .menu-container .searchform {
    position: relative; }
    .menu-bar .menu-container .searchform input[type="text"] {
      width: 100%;
      font-size: 15px;
      line-height: 25px;
      font-weight: 300;
      padding: 7px 52px 8px 52px;
      border: none;
      color: #009DC5;
      text-align: center;
      box-sizing: border-box; }
    .menu-bar .menu-container .searchform input[type="submit"] {
      background: url(_img/lupka_mobil.svg) center center transparent no-repeat;
      background-size: 15px;
      border: none;
      display: block;
      -webkit-appearance: none;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 37px;
      cursor: pointer;
      color: transparent; }
  .menu-bar button {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer; }
  @media (max-width: 999px) {
    .menu-bar header {
      background-color: #009DC5; }
      .menu-bar header button {
        right: 20px;
        top: 10px;
        width: 30px;
        height: 30px;
        display: block; }
        .menu-bar header button::before, .menu-bar header button::after {
          content: '';
          position: absolute;
          height: 9px;
          top: 0px;
          border-bottom: 2px solid #fff;
          width: 100%;
          left: 0; }
        .menu-bar header button::after {
          top: 10px; }
    .menu-bar .menu-container {
      position: absolute;
      z-index: 1;
      top: 0;
      height: 100%;
      height: 100vh;
      width: 100%;
      background-color: #009DC5;
      box-sizing: border-box;
      padding: 60px 20px;
      transition: 0.4s transform ease-in;
      -webkit-transform: translate(100%);
      -moz-transform: translate(100%);
      -ms-transform: translate(100%);
      transform: translate(100%); }
      .menu-bar .menu-container.show-nav {
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%); } }
  @media (min-width: 600px) {
    .menu-bar header {
      padding: 20px 40px 20px; }
      .menu-bar header .logo {
        font-size: 15px;
        line-height: 25px; }
        .menu-bar header .logo img {
          height: 40px;
          margin-right: 19px; }
      .menu-bar header button {
        right: 40px;
        top: 25px; }
    .menu-bar .menu-container {
      padding: 85px 40px; }
      .menu-bar .menu-container > * {
        margin: 55px 0px; }
      .menu-bar .menu-container ul li {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 0px 12px; }
        .menu-bar .menu-container ul li.help a {
          padding-left: 32px;
          padding-right: 10px; }
      .menu-bar .menu-container .searchform input[type="text"] {
        font-size: 20px;
        line-height: 30px;
        padding: 13px 52px 12px 52px; }
      .menu-bar .menu-container .searchform input[type="submit"] {
        width: 36px; } }
  @media (min-width: 1000px) {
    .menu-bar {
      min-height: initial;
      height: auto;
      background-color: #009DC5;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0;
      margin: 0 auto;
      /*&::after {
            content: '';
            height: 0px;
            display: block;
            position: absolute;
            bottom:0;
            left:0;
            right: 0;
            border-bottom: 1px solid #fff;
            z-index: 2;
        }*/ }
      .menu-bar .menu-container {
        padding: 0 80px 0 0; }
        .menu-bar .menu-container > * {
          margin: 0px;
          position: relative;
          z-index: 2;
          background-color: #009DC5; }
        .menu-bar .menu-container ul {
          text-align: right; }
          .menu-bar .menu-container ul li {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            line-height: 35px;
            padding: 0 18px;
            border: none; }
            .menu-bar .menu-container ul li a {
              display: inline-block; }
            .menu-bar .menu-container ul li.active a {
              position: relative;
              color: #fff; }
              .menu-bar .menu-container ul li.active a::after {
                content: '';
                position: absolute;
                border-bottom: 1px solid #fff;
                height: 7px;
                top: 100%;
                width: 100%;
                left: 0; }
            .menu-bar .menu-container ul li.help {
              margin-left: 20px;
              box-sizing: border-box;
              line-height: 80px;
              height: 80px;
              padding: 0;
              background: none; }
              .menu-bar .menu-container ul li.help a {
                min-width: 171px;
                background-color: #e83f4b;
                position: relative;
                overflow: hidden;
                background-image: none;
                padding-left: 60px;
                padding-right: 24px; }
                .menu-bar .menu-container ul li.help a::before, .menu-bar .menu-container ul li.help a {
                  box-sizing: border-box;
                  background-origin: content-box; }
                .menu-bar .menu-container ul li.help a::before {
                  padding-left: 30px;
                  padding-right: 4px;
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  bottom: 0;
                  right: 0;
                  background-size: 15px 15px;
                  background-position: left center; }
                .menu-bar .menu-container ul li.help a::before, .menu-bar .menu-container ul li.help a::after {
                  background-repeat: no-repeat;
                  background-image: url(_img/serce.svg); }
                .menu-bar .menu-container ul li.help a:hover::after {
                  -webkit-transform: scale(1);
                  -moz-transform: scale(1);
                  -ms-transform: scale(1);
                  transform: scale(1);
                  opacity: 1; }
                .menu-bar .menu-container ul li.help a::after {
                  content: '';
                  background-color: inherit;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: 30px;
                  position: absolute;
                  top: 0;
                  left: 0;
                  bottom: 0;
                  right: 0;
                  height: 100%;
                  border: none;
                  -webkit-transform: scale(4);
                  -moz-transform: scale(4);
                  -ms-transform: scale(4);
                  transform: scale(4);
                  opacity: 0;
                  transition: 0.4s opacity ease-in-out, 0.4s transform ease-in-out; }
              .menu-bar .menu-container ul li.help.active a::after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                opacity: 1;
                animation-name: pulse_animation;
                animation-duration: 2000ms;
                animation-iteration-count: infinite;
                animation-timing-function: linear; }
        .menu-bar .menu-container::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-color: #009DC5;
          z-index: 1; }
        .menu-bar .menu-container .searchform {
          position: absolute;
          background-color: #009DC5;
          left: 0;
          right: 0;
          padding: 40px 20px;
          bottom: 0;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          transition: 0.4s transform ease-in-out;
          z-index: 0; }
          .menu-bar .menu-container .searchform > div {
            margin: 0 25%;
            padding: 0 20px; }
            .menu-bar .menu-container .searchform > div > div {
              position: relative; }
          .menu-bar .menu-container .searchform input[type="text"] {
            font-size: 30px;
            line-height: 35px;
            padding: 7px 52px 13px 52px; }
          .menu-bar .menu-container .searchform input[type="submit"] {
            width: 43px;
            background-size: 20px; }
        .menu-bar .menu-container.show-search .searchform {
          -webkit-transform: translate3d(0, 100%, 0);
          -moz-transform: translate3d(0, 100%, 0);
          -ms-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
        .menu-bar .menu-container #show-search {
          position: absolute;
          top: 0;
          right: 0;
          height: 80px;
          width: 80px;
          background: url(_img/lupka.svg) center center transparent no-repeat;
          background-size: 15px;
          transition: 0.2s background ease-in-out;
          border-bottom: 1px solid transparent; }
          .menu-bar .menu-container #show-search:hover {
            background-color: #80CEE2; } }
  @media (min-width: 1500px) {
    .menu-bar header {
      padding-left: 100px; }
      .menu-bar header .logo {
        font-size: 20px;
        line-height: 30px; }
        .menu-bar header .logo img {
          height: 59px;
          margin-right: 40px; }
    .menu-bar .menu-container {
      padding-right: 100px; }
      .menu-bar .menu-container ul li {
        font-size: 15px;
        line-height: 45px;
        padding: 0 24px; }
        .menu-bar .menu-container ul li.help {
          margin-left: 12px;
          line-height: 100px;
          height: 100px; }
          .menu-bar .menu-container ul li.help a {
            padding-left: 75px;
            padding-right: 46px;
            min-width: 220px; }
            .menu-bar .menu-container ul li.help a::before {
              padding-left: 40px;
              padding-right: 11px;
              background-size: 20px; }
            .menu-bar .menu-container ul li.help a::after {
              background-size: 30px; }
      .menu-bar .menu-container .searchform {
        padding: 50px 75px; }
        .menu-bar .menu-container .searchform > div {
          margin: 0 25%;
          padding: 0 25px; }
        .menu-bar .menu-container .searchform input[type="text"] {
          font-size: 40px;
          line-height: 45px;
          padding-right: 74px;
          padding-left: 74px; }
        .menu-bar .menu-container .searchform input[type="submit"] {
          width: 74px;
          background-size: 29px; }
      .menu-bar .menu-container #show-search {
        height: 100px;
        width: 100px;
        background-size: 15px; }
        .menu-bar .menu-container #show-search:hover {
          background-color: #80CEE2; } }

.footer {
  background-color: #009DC5;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 20px;
  padding-top: 40px; }
  .footer a {
    color: inherit;
    text-decoration: none; }
  .footer .logo {
    text-align: center;
    padding-bottom: 40px; }
    .footer .logo img {
      height: 68px; }
  .footer ul {
    margin: 0px 0;
    padding: 0;
    display: block;
    text-transform: uppercase; }
    .footer ul li {
      margin: 0;
      padding: 0;
      display: block;
      font-weight: 700;
      padding: 15px 0 16px;
      letter-spacing: .05em; }
      .footer ul li span {
        padding-right: 7px; }
      .footer ul li span ~ a, .footer ul li.turbodizel a {
        text-transform: none;
        padding-left: 5px;
        letter-spacing: -.1px; }
      .footer ul li.turbodizel {
        padding-top: 20px; }
      .footer ul li.turbodizel a {
        padding: 0; }
      .footer ul li.social {
        margin-bottom: 5px; }
    .footer ul a.social {
      padding: 0 9px; }
      .footer ul a.social img {
        height: 20px;
        margin-bottom: -5px; }
  .footer .ue {
    width: 60px; }
  .footer .text {
    margin-top: 40px;
    line-height: 20px;
    letter-spacing: .007em; }
    .footer .text p {
      margin: 15px 0; }
    .footer .text ~ .text {
      margin-top: 30px; }
  @media (min-width: 600px) {
    .footer {
      padding-bottom: 6px; }
      .footer .logo {
        text-align: left;
        padding-bottom: 10px; }
      .footer ul {
        margin: 15px 0; }
        .footer ul li span ~ a {
          padding-left: 2px; }
        .footer ul li.social {
          margin-bottom: 0px; }
      .footer .text {
        margin-top: 0; }
        .footer .text ~ .text {
          margin-top: 35px; } }
  @media (min-width: 1000px) {
    .footer {
      padding-bottom: 2px; }
      .footer > div {
        white-space: nowrap; }
        .footer > div > div {
          margin-top: 0;
          vertical-align: top;
          white-space: normal;
          display: inline-block;
          width: 50%;
          box-sizing: border-box; }
          .footer > div > div:last-child {
            padding-left: 20px; }
        .footer > div ul {
          margin-top: 0; }
        .footer > div li {
          padding: 20px 0; }
          .footer > div li.social {
            padding-bottom: 26px; }
          .footer > div li:first-child span {
            padding-right: 15px; }
        .footer > div li:first-child {
          padding-top: 0; }
        .footer > div .turbodizel {
          position: absolute;
          left: 20px;
          top: 98px; }
        .footer > div .text, .footer > div .text ~ .text {
          margin-top: 0px; }
        .footer > div .text p:first-child {
          margin-top: -5px; } }
  @media (min-width: 1500px) {
    .footer {
      padding-bottom: 2px;
      padding-top: 50px;
      font-size: 15px;
      line-height: 25px; }
      .footer .logo img {
        height: 100px; }
      .footer > div > div {
        margin-top: 0; }
        .footer > div > div:last-child {
          padding-left: 25px; }
      .footer > div ul {
        margin-top: -8px; }
      .footer > div li {
        padding: 25px 0; }
        .footer > div li.social span {
          padding-right: 2px; }
      .footer > div .turbodizel {
        left: 25px;
        top: 122px; }
      .footer > div .text p:first-child {
        margin-top: -8px; }
      .footer .ue {
        width: 75px; }
      .footer .text {
        line-height: 25px; } }

.newsletter_form {
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
  color: #009DC5;
  position: relative;
  overflow: hidden; }
  .newsletter_form input, .newsletter_form button {
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    outline: none; }
  .newsletter_form button {
    cursor: pointer;
    position: relative; }
    .newsletter_form button::after {
      content: '\00a0→'; }
    .newsletter_form button:hover {
      color: #000; }
  .newsletter_form > *, .newsletter_form > button {
    text-align: center;
    white-space: normal;
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 34px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.4s transform ease-in; }
  .newsletter_form form, .newsletter_form .thank-you {
    position: absolute;
    left: 0;
    margin-left: -100%;
    width: 100%;
    top: 0;
    margin-bottom: 0; }
  .newsletter_form input[type="email"] {
    border-bottom: 1px solid #009DC5;
    width: 50%;
    display: inline;
    line-height: 20px;
    font-size: 15px;
    text-align: center; }
  .newsletter_form input[type="submit"] {
    display: block;
    width: 50px;
    margin: 12px auto 0;
    font-size: 26px;
    padding-right: 3px;
    cursor: pointer; }
    .newsletter_form input[type="submit"]:hover {
      color: #000; }
  .newsletter_form.show-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .newsletter_form.show-form form {
    position: static;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .newsletter_form .loader {
    display: none; }
  .newsletter_form.submitting::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
    z-index: 3; }
  .newsletter_form.submitting .loader,
  .newsletter_form.submitting .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em; }
  .newsletter_form.submitting .loader {
    display: block;
    font-size: 10px;
    padding: 0;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    margin: -2.5em;
    text-indent: -9999em;
    border-top: 2px solid rgba(0, 157, 197, 0.2);
    border-right: 2px solid rgba(0, 157, 197, 0.2);
    border-bottom: 2px solid rgba(0, 157, 197, 0.2);
    border-left: 2px solid #009DC5;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  .newsletter_form.submitting-successful form {
    position: absolute;
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0); }
  .newsletter_form.submitting-successful .thank-you {
    position: static;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  @media (min-width: 600px) {
    .newsletter_form {
      font-size: 30px;
      line-height: 35px; }
      .newsletter_form > *, .newsletter_form > button {
        padding: 35px 40px 35px; }
      .newsletter_form input[type="submit"] {
        display: inline;
        margin: 0; }
      .newsletter_form input[type="email"] {
        width: 195px;
        font-size: 20px;
        line-height: 26px; }
      .newsletter_form label {
        padding: 0 15px 0 50px; } }
  @media (min-width: 1500px) {
    .newsletter_form > *, .newsletter_form > button {
      padding: 40px 50px 45px; } }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.reaguj {
  background: url(_img/_reaguj/small.jpg) center center no-repeat #009DC5;
  background-size: cover;
  color: #fff;
  padding: 35px 20px 36px;
  text-align: center;
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s opacity linear; }
  .reaguj:hover {
    opacity: .8; }
  .reaguj div:first-child {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 700; }
  @media (min-width: 600px) {
    .reaguj {
      background-image: url(_img/_reaguj/medium.jpg); }
      .reaguj div:first-child {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 29px; } }
  @media (min-width: 1000px) {
    .reaguj {
      background-image: url(_img/_reaguj/large.jpg);
      padding: 32px 40px 34px; }
      .reaguj div:first-child {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 29px; } }
  @media (min-width: 1500px) {
    .reaguj {
      background-image: url(_img/_reaguj/xlarge.jpg);
      padding: 44px 100px 42px; }
      .reaguj div:first-child {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 34px; }
      .reaguj div:last-child {
        font-size: 20px;
        line-height: 30px; } }

.filter {
  background-color: #009DC5;
  color: #fff;
  padding-bottom: 12px;
  border-top: 1px solid #fff; }
  .filter .title {
    padding: 20px 20px 16px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300; }
  .filter.miasta {
    padding-bottom: 6px; }
    .filter.miasta .title {
      padding: 16px 20px 16px; }
  .filter ul li {
    font-weight: 700;
    margin: 15px 0; }
    .filter ul li a {
      text-decoration: none;
      padding-left: 40px;
      position: relative; }
      .filter ul li a::before, .filter ul li a::after {
        content: '';
        position: absolute;
        left: 0;
        border-radius: 50%; }
      .filter ul li a::before {
        width: 18px;
        height: 18px;
        border: 1px solid #fff; }
      .filter ul li a::after {
        width: 10px;
        height: 10px;
        background-color: #fff;
        background-clip: content-box;
        border: 5px solid transparent;
        opacity: 0;
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        transition: 0.2s opacity linear, 0.2s transform linear; }
      .filter ul li a:hover::after, .filter ul li a.active::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .filter ul li a:hover::after {
        opacity: .3; }
  @media (min-width: 600px) {
    .filter.miasta, .filter {
      padding-bottom: 44px; }
    .filter .title, .filter.miasta .title {
      padding: 35px 40px 14px;
      text-align: center; }
    .filter ul li {
      text-align: center;
      font-size: 40px;
      line-height: 45px; }
      .filter ul li a {
        text-align: center;
        text-align-last: center;
        padding-left: 0;
        padding-bottom: 29px;
        display: block; }
        .filter ul li a::before, .filter ul li a::after {
          left: 50%;
          margin-left: -7.5px;
          bottom: 0; }
        .filter ul li a::before {
          width: 13px;
          height: 13px; }
        .filter ul li a::after {
          width: 7px;
          height: 7px;
          border: 4px solid transparent; }
    .filter.miasta ul li {
      font-size: 15px;
      line-height: 25px; } }
  @media (min-width: 1000px) {
    .filter {
      padding-bottom: 66px; }
      .filter .title {
        padding: 35px 40px 32px; }
      .filter.miasta .title {
        font-size: 16px;
        padding: 30px 40px 20px; }
      .filter ul li {
        font-size: 55px;
        line-height: 60px; }
        .filter ul li a {
          padding-bottom: 31px; }
          .filter ul li a::before, .filter ul li a::after {
            left: 50%;
            margin-left: -10px;
            bottom: 0; }
          .filter ul li a::before {
            width: 18px;
            height: 18px; }
          .filter ul li a::after {
            width: 10px;
            height: 10px;
            border: 5px solid transparent; }
      .filter.miasta ul li {
        font-size: 20px;
        line-height: 30px; }
        .filter.miasta ul li a {
          padding-bottom: 34px; }
          .filter.miasta ul li a::before, .filter.miasta ul li a::after {
            left: 50%;
            margin-left: -7.5px;
            bottom: 0; }
          .filter.miasta ul li a::before {
            width: 13px;
            height: 13px; }
          .filter.miasta ul li a::after {
            width: 7px;
            height: 7px;
            border: 4px solid transparent; } }
  @media (min-width: 1500px) {
    .filter {
      padding-bottom: 86px; }
      .filter .title, .filter.miasta .title {
        font-size: 21px;
        line-height: 30px;
        padding: 43px 100px 35px; }
      .filter.miasta .title {
        padding: 43px 100px 19px; }
      .filter ul li {
        font-size: 80px;
        line-height: 90px; }
        .filter ul li a {
          padding-bottom: 31px; }
      .filter.miasta {
        padding-bottom: 59px; }
        .filter.miasta ul li {
          font-size: 25px;
          line-height: 35px; } }

.search-results {
  overflow: auto; }
  .search-results article {
    font-size: 15px;
    line-height: 25px;
    position: relative; }
    .search-results article::before {
      content: '';
      top: 0;
      left: 0;
      background-color: #009DC5;
      background-clip: content-box;
      height: 1px;
      width: 100%;
      box-sizing: content-box; }
  .search-results a:first-child article::before {
    background-color: transparent; }
  .search-results a:hover article {
    color: #009DC5; }
  .search-results .term {
    margin: 44px 20px 45px;
    font-weight: 700;
    color: #009DC5;
    font-size: inherit;
    line-height: inherit;
    text-align: center; }
  .search-results .meta {
    font-size: 12px;
    line-height: 15px;
    margin: 18px 0 15px;
    position: absolute;
    top: 0; }
  .search-results .type {
    text-transform: uppercase;
    color: #009DC5; }
  .search-results .title {
    font-family: "Abril Fatface", cursive;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin: 63px 0 25px; }
    .search-results .title.italic {
      font-style: italic; }
  .search-results p {
    margin: 25px 0; }
  .search-results .link {
    margin: 18px 0; }
    .search-results .link div {
      position: relative;
      height: 20px; }
  .search-results.warsztaty-lista .header {
    font-weight: 700;
    margin: 32px 0 0; }
  .search-results.warsztaty-lista .title {
    margin: 30px 0 24px; }
  .search-results.warsztaty-lista .type {
    color: inherit;
    text-transform: none; }
  .search-results.warsztaty-lista .link {
    margin-top: 9px; }
  @media (max-width: 599px) {
    .search-results p:first-child {
      margin-top: 0; }
    .search-results p:last-child {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .search-results .term {
      font-size: 30px;
      line-height: 35px;
      margin: 56px 40px 54px; }
    .search-results article > div:first-child {
      border-top: none; }
    .search-results article::before {
      padding: inherit; }
    .search-results .meta {
      position: static;
      margin-top: 31px; }
    .search-results .title {
      margin: 37px 0 25px; }
    .search-results .entry {
      margin-top: 12px; }
    .search-results p:last-child {
      margin-bottom: 0; }
    .search-results .link {
      margin: 12px 0 20px; }
    .search-results.warsztaty-lista article {
      padding-bottom: 34px;
      padding-top: 0px; }
      .search-results.warsztaty-lista article::before {
        padding-bottom: 12px;
        padding-top: 0; }
      .search-results.warsztaty-lista article.first::before {
        padding-bottom: 17px;
        height: 0; }
    .search-results.warsztaty-lista .header {
      margin: 18px 0 0; }
      .search-results.warsztaty-lista .header p {
        margin: 0; }
      .search-results.warsztaty-lista .header span:first-child {
        font-size: 30px;
        line-height: 35px;
        min-height: 74px;
        display: block; }
    .search-results.warsztaty-lista .title {
      font-size: 30px;
      line-height: 35px;
      margin: 11px 0 22px; }
    .search-results.warsztaty-lista .link {
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .search-results .term {
      margin: 52px 40px 48px; }
    .search-results article {
      margin-bottom: 40px; }
    .search-results .meta {
      margin-top: 28px;
      margin-bottom: 0; }
    .search-results .title {
      font-size: 30px;
      line-height: 35px;
      margin-top: 35px; }
    .search-results .entry {
      margin-top: 8px; }
    .search-results .link {
      margin: 29px 0 0 0;
      /*position: absolute;*/
      right: 0;
      bottom: 0; }
    .search-results.warsztaty-lista article {
      margin-bottom: 0; }
    .search-results.warsztaty-lista .link {
      position: static;
      margin-top: 17px; }
    .search-results.warsztaty-lista .title {
      margin-top: 16px;
      margin-bottom: 6px; }
    .search-results.warsztaty-lista .header span:first-child {
      min-height: 58px; } }
  @media (min-width: 1500px) {
    .search-results .term {
      margin: 58px 100px 62px;
      font-size: 40px;
      line-height: 45px; }
    .search-results article {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 44px; }
      .search-results article::before {
        padding: 0 25px; }
    .search-results .meta {
      margin-top: 28px;
      font-size: 15px;
      line-height: 25px; }
    .search-results .title {
      font-size: 40px;
      line-height: 45px;
      margin-top: 47px; }
    .search-results .entry {
      margin-top: 11px; }
    .search-results p {
      margin: 30px 0; }
    .search-results .link {
      margin: 40px 0 0 0; }
    .search-results.warsztaty-lista .header {
      margin: 26px 0 0; }
      .search-results.warsztaty-lista .header span:first-child {
        min-height: 70px;
        font-size: 40px;
        line-height: 45px; }
    .search-results.warsztaty-lista .title {
      font-size: 40px;
      line-height: 45px;
      margin-top: 20px; }
    .search-results.warsztaty-lista article {
      padding-bottom: 41px; } }

.brak {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }
  .brak.grid p {
    text-align: center;
    text-align-last: center; }
  .brak p {
    margin: 25px 0; }
  .brak a {
    color: #009DC5; }
  @media (min-width: 600px) {
    .brak {
      font-size: 30px;
      line-height: 35px;
      margin-top: 40px;
      margin-bottom: 40px; }
      .brak p {
        margin: 35px 0; } }
  @media (min-width: 1000px) {
    .brak {
      margin-top: 38px;
      margin-bottom: 38px; } }
  @media (min-width: 1500px) {
    .brak {
      margin-top: 16px;
      margin-bottom: 78px;
      font-size: 40px;
      line-height: 45px; }
      .brak p {
        margin: 45px 0; } }

.pagination {
  padding: 35px 20px 45px;
  color: #009DC5; }
  .pagination > div .links {
    text-align: center;
    text-align-last: center;
    position: relative; }
  .pagination a, .pagination span {
    text-decoration: none;
    padding: 0 10px; }
  .pagination .current {
    font-weight: 700; }
  .pagination a.next::before, .pagination a.prev::before {
    content: none; }
  .pagination a.prev::after {
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0;
    border-right-width: 0;
    right: auto;
    left: 0; }
  @media (min-width: 600px) {
    .pagination {
      padding: 74px 20px 75px; }
      .pagination a, .pagination span {
        padding: 0 6px; }
      .pagination .next, .pagination .prev {
        position: relative;
        padding-left: 31px;
        margin-left: 7px; }
      .pagination .prev {
        margin-left: 0px;
        margin-right: 7px; } }
  @media (min-width: 600px) and (max-width: 999px) {
    .pagination span.next, .pagination span.prev {
      padding: 0px 2px;
      margin: 0; } }
  @media (min-width: 1000px) {
    .pagination {
      padding: 79px 20px 80px; } }
  @media (min-width: 1500px) {
    .pagination {
      font-size: 20px;
      line-height: 30px;
      padding: 92px 20px 92px; }
      .pagination a, .pagination span {
        padding: 0 8px; }
      .pagination .next {
        margin-left: 14px; }
      .pagination .prev {
        margin-right: 14px; } }

.karta {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #009DC5;
  line-height: 25px; }
  .karta.related {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0; }
  @supports (object-fit: cover) {
    .karta .image {
      padding-bottom: 66.6666666667%;
      height: 0px;
      position: relative; }
      .karta .image img {
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; } }
  .karta .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    border: 10px solid #009DC5;
    opacity: 0;
    transition: .2s opacity linear; }
  .karta .image img {
    opacity: 1;
    transition: .2s opacity linear; }
  .karta .headline {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin: 14px 0 17px 0; }
    .karta .headline:first-child {
      margin: 17px 0; }
    .karta .headline + .content {
      margin-top: 25px; }
  .karta .meta {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    margin-top: 20px; }
    .karta .meta:first-child {
      margin-top: 16px; }
      .karta .meta:first-child .type {
        text-transform: uppercase;
        color: #009DC5; }
  .karta .content {
    margin-top: 20px; }
    .karta .content > * {
      margin: 25px 0; }
  @media (min-width: 600px) {
    .karta {
      margin-top: 40px;
      margin-bottom: 0;
      padding-bottom: 8px; }
      .karta .headline:first-child {
        margin: 16px 0; }
      .karta .meta:first-child {
        margin-bottom: 31px; }
      .karta.glowna {
        font-size: 20px;
        line-height: 30px;
        overflow: hidden; }
        .karta.glowna .headline {
          margin: 39px 0 26px 0;
          font-size: 40px;
          line-height: 45px;
          text-transform: uppercase; }
        .karta.glowna .meta {
          margin-top: 26px; } }
  @media (min-width: 600px) and (max-width: 999px) {
    .karta.glowna .text {
      margin: 0 -20px; }
      .karta.glowna .text > * {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0 20px; } }
  @media (min-width: 1000px) {
    .karta .headline {
      margin: 18px 0; }
      .karta .headline:first-child {
        margin: 18px 0; }
    .karta .meta {
      margin-top: 31px; }
      .karta .meta:first-child {
        margin-top: 20px; }
    .karta.glowna .headline {
      margin: 39px 0 20px 0; }
    .karta.glowna .meta {
      margin-top: 23px; }
    .karta.glowna .image::after {
      border-width: 20px; } }
  @media (min-width: 1500px) {
    .karta {
      margin-top: 50px;
      padding-bottom: 12px;
      font-size: 20px;
      line-height: 30px; }
      .karta .headline {
        font-size: 30px;
        line-height: 35px;
        margin: 19px 0; }
      .karta .meta {
        font-size: 15px;
        line-height: 25px; }
        .karta .meta:first-child {
          margin-top: 15px;
          margin-bottom: 38px; }
      .karta .content {
        margin-top: 35px; }
        .karta .content > * {
          margin: 30px 0; }
      .karta.glowna {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 7px; }
        .karta.glowna .headline {
          font-size: 55px;
          line-height: 60px;
          margin: 43px 0 26px 0; }
        .karta.glowna .meta {
          margin-top: 26px; }
        .karta.glowna .content {
          margin-top: 31px; }
          .karta.glowna .content > * {
            margin: 35px 0; }
            .karta.glowna .content > *:first-child {
              margin-top: 31px; } }

.related-title {
  height: 95px;
  text-align: center; }
  .related-title > * {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    font-weight: 300; }
  @media (min-width: 600px) {
    .related-title {
      height: 100px; }
      .related-title > * {
        font-size: 30px;
        line-height: 35px; } }
  @media (min-width: 600px) {
    .related-title {
      height: 130px; }
      .related-title > * {
        font-size: 40px;
        line-height: 45px; } }

.related-container .grid-item:not(.first) .karta {
  border-top: 1px solid #009DC5;
  padding-top: 40px; }

@media (min-width: 600px) {
  .related-container .grid-item.first + .grid-item .karta {
    border-top: none;
    padding-top: 0px; } }

@media (min-width: 600px) {
  .related-container {
    margin-bottom: 40px; }
    .related-container .grid-item:not(.first) .karta {
      border-top: none;
      padding-top: 0; } }

.share {
  text-align: center;
  color: #009DC5;
  font-weight: 700;
  text-transform: uppercase;
  height: 90px;
  border-bottom: 1px solid #009DC5; }
  .share h2 {
    font-size: inherit;
    display: inline;
    padding: 0 7px; }
  .share img {
    height: 20px;
    margin-bottom: -4px; }
  .share a {
    padding: 0 7px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: baseline; }
  @media (min-width: 600px) {
    .share {
      height: 170px; } }
  @media (min-width: 1500px) {
    .share {
      font-size: 20px;
      line-height: 30px;
      height: 215px; }
      .share a {
        line-height: inherit; }
      .share img {
        height: 24px;
        margin-bottom: -5px; } }

a:hover .karta .headline {
  color: #009DC5; }

a:hover .karta .image {
  position: relative; }
  a:hover .karta .image::after {
    opacity: .5; }
  a:hover .karta .image img {
    opacity: .8; }

a:hover .karta.glowna .image::after {
  border-width: 20px; }

.singular {
  line-height: 25px; }
  .singular h1, .singular h2, .singular h3 {
    text-align: center;
    text-align-last: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px; }
  .singular h1 {
    margin: 38px 0 31px; }
  .singular h2 {
    margin: 30px 0 25px;
    font-family: "Abril Fatface", cursive; }
  .singular h3 {
    margin: 18px 0 23px; }
  .singular h4 {
    margin: 25px 0; }
  .singular p {
    margin: 23px 0; }
  .singular ul {
    list-style: none; }
    .singular ul li::before {
      content: "•";
      color: #009DC5;
      display: inline-block;
      width: 18px;
      margin-left: -18px;
      font-weight: 700; }
  .singular.pomoc .select-list ul, .singular .select-list ul, .singular .collapse .select-list ul, .singular.pomoc .collapse .select-list ul {
    padding-left: 0; }
    .singular.pomoc .select-list ul li, .singular .select-list ul li, .singular .collapse .select-list ul li, .singular.pomoc .collapse .select-list ul li {
      margin: 0; }
      .singular.pomoc .select-list ul li::before, .singular .select-list ul li::before, .singular .collapse .select-list ul li::before, .singular.pomoc .collapse .select-list ul li::before {
        content: none; }
  .singular ul, .singular ol {
    padding-left: 13px;
    margin-bottom: 57px; }
    .singular ul li, .singular ol li {
      padding-left: 7px;
      margin: 25px 0; }
  .singular .index {
    text-transform: uppercase;
    color: #009DC5;
    font-size: 20px;
    line-height: 25px;
    margin: 35px 0 0px; }
    .singular .index + h1 {
      margin-top: 33px; }
  .singular .bold {
    font-weight: normal;
    font-family: "Abril Fatface", cursive; }
  .singular h1 + p.bold {
    margin: -6px 0 24px; }
  .singular .main {
    margin-bottom: 10px; }
    .singular .main h3 {
      margin-top: 15px; }
  .singular .collapse {
    border-top: 1px solid #009DC5; }
    .singular .collapse p:last-child {
      /*margin-bottom: 0;*/ }
    .singular .collapse.collapsed {
      cursor: pointer; }
      .singular .collapse.collapsed h3 {
        margin-bottom: 0px; }
      .singular .collapse.collapsed h3:hover {
        color: #009DC5; }
    .singular .collapse:last-child {
      border-bottom: 1px solid #009DC5; }
    .singular .collapse a {
      color: inherit;
      text-decoration: underline; }
  .singular .reveal {
    height: 52px;
    padding-left: 50%;
    padding-top: 13px;
    box-sizing: border-box; }
    .singular .reveal span {
      height: 20px;
      width: 20px;
      margin-left: -10px;
      display: block;
      position: relative;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .singular .extend {
    display: none; }
  .singular .uncollapsed .reveal {
    height: 52px; }
    .singular .uncollapsed .reveal span {
      cursor: pointer;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .singular .uncollapsed .extend {
    display: block; }
  .singular blockquote {
    font-weight: normal;
    color: #009DC5;
    padding: 0;
    margin: 47px 0 49px;
    font-family: "Abril Fatface", cursive; }
    .singular blockquote b, .singular blockquote strong {
      font-weight: normal !important; }
  .singular .text-center p {
    text-align: center;
    text-align-last: initial; }
  @supports (object-fit: cover) {
    .singular .image {
      padding-bottom: 66.6666666667%;
      height: 0px;
      position: relative; }
      .singular .image img {
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; } }
  .singular .wp-caption {
    height: auto;
    max-width: 100%;
    margin: 31px 0; }
    .singular .wp-caption .wp-caption-text {
      font-size: 12px;
      line-height: 15px;
      margin: 5px 0 0; }
  .singular.pomoc {
    margin-bottom: 40px; }
    .singular.pomoc .main {
      margin-bottom: 8px; }
    .singular.pomoc .collapse > p:first-child, .singular.pomoc .collapse h3 span {
      display: block;
      text-align: center;
      font-weight: 700;
      font-family: "Lato", sans-serif;
      font-size: 20px;
      line-height: 25px;
      margin-top: 15px;
      margin-bottom: 27px; }
    .singular.pomoc .collapse ul {
      padding-left: 13px; }
      .singular.pomoc .collapse ul li {
        padding-left: 7px;
        margin: 25px 0;
        list-style: initial; }
        .singular.pomoc .collapse ul li::before {
          content: none; }
    .singular.pomoc h3 {
      margin-bottom: 0px;
      letter-spacing: .03em; }
      .singular.pomoc h3 > * {
        letter-spacing: initial; }
    .singular.pomoc .collapsed h3:hover {
      color: inherit; }
    .singular.pomoc .uncollapsed h3 {
      margin: 17px 0 25px; }
  .singular .red {
    color: #fff;
    background-color: #e83f4b; }
  .singular .blue {
    color: #fff;
    background-color: #009DC5;
    border-top: 1px solid #fff; }
  .singular .red .collapse, .singular .blue .collapse {
    border-top: none; }
  .singular .red .reveal span::before, .singular .red .reveal span::after, .singular .blue .reveal span::before, .singular .blue .reveal span::after {
    color: #fff; }
  .singular .red p, .singular .blue p {
    font-weight: normal; }
  .singular.wiedza .image-container:empty + div .summary:not(.end) h2:first-child {
    margin-top: 0px; }
  .singular.wiedza .meta {
    margin: 33px 0 25px;
    text-align: center;
    text-align-last: center; }
    .singular.wiedza .meta + h1 {
      margin-top: 28px; }
    .singular.wiedza .meta .bold {
      font-family: "Lato", sans-serif; }
  .singular.wiedza .autor {
    margin-bottom: 31px;
    text-align: center;
    text-align-last: center; }
    .singular.wiedza .autor:empty {
      margin-top: 0;
      height: 0; }
  .singular.wiedza .summary {
    color: #009DC5;
    margin-bottom: 66px; }
    .singular.wiedza .summary h2 {
      margin-bottom: 31px; }
    .singular.wiedza .summary:not(.end) h2 {
      font-size: inherit;
      line-height: inherit;
      font-family: inherit;
      font-weight: 700; }
    .singular.wiedza .summary ul {
      padding-left: 20px; }
      .singular.wiedza .summary ul li {
        padding-left: 0;
        margin: 0 0; }
    .singular.wiedza .summary.end {
      border-top: 1px solid currentcolor;
      border-bottom: 1px solid currentcolor;
      margin: 37px 0 31px; }
      .singular.wiedza .summary.end h2 {
        margin: 32px 0 25px; }
      .singular.wiedza .summary.end ol {
        margin-bottom: 32px; }
  .singular.wiedza .oautorze h2 {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: 700; }
  @media (min-width: 600px) {
    .singular {
      font-size: 20px;
      line-height: 30px; }
      .singular p, .singular ul li, .singular ol li {
        margin: 30px 0; }
      .singular h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 77px 0 49px; }
        .singular h1 + p.bold {
          margin: 20px 0 27px; }
          .singular h1 + p.bold + p {
            margin-top: 27px; }
      .singular .text-center h1 {
        margin: 77px 0 41px; }
      .singular h2 {
        margin: 62px 0 58px; }
      .singular h3, .singular h2 {
        font-size: 30px;
        line-height: 35px; }
      .singular h3 {
        margin: 33px 0 30px; }
      .singular .index {
        font-size: 40px;
        line-height: 45px;
        margin: 72px 0 0; }
        .singular .index + h1 {
          margin-top: 31px; }
      .singular .main:last-child {
        margin-bottom: 44px; }
        .singular .main:last-child h3 {
          margin: 35px 0 57px; }
      .singular .main {
        margin-bottom: 42px; }
      .singular .collapse {
        padding-bottom: 42px;
        position: relative;
        padding-top: 28px; }
        .singular .collapse.collapsed h3 {
          max-width: calc(75% + 40px);
          box-sizing: border-box;
          padding: 0 20px;
          margin: 0 auto; }
        .singular .collapse.collapsed {
          padding: 34px 0 29px; }
          .singular .collapse.collapsed .reveal {
            position: absolute;
            top: 0px;
            right: 0;
            height: 59px; }
        .singular .collapse:last-child {
          margin-bottom: 40px; }
      .singular .reveal {
        height: 54px;
        position: relative; }
        .singular .reveal span {
          position: absolute;
          right: 0;
          bottom: 0; }
      .singular .uncollapsed {
        white-space: nowrap; }
        .singular .uncollapsed > h3, .singular .uncollapsed > .extend {
          white-space: normal;
          display: inline-block;
          width: 50%;
          box-sizing: border-box;
          vertical-align: top; }
        .singular .uncollapsed .extend > *:first-child {
          margin-top: 2px; }
        .singular .uncollapsed h3 {
          margin-top: 5px;
          padding-right: 20px;
          text-align: left;
          text-align-last: left; }
        .singular .uncollapsed .extend {
          font-size: 15px;
          line-height: 25px;
          padding-left: 20px; }
          .singular .uncollapsed .extend > * {
            margin: 25px 0; }
          .singular .uncollapsed .extend .select-list {
            margin-top: 32px; }
      @supports (object-fit: cover) {
        .singular .image {
          padding-bottom: 56.25%; } }
      .singular .wp-caption {
        max-width: none;
        margin: 41px 0;
        margin-left: -20px;
        margin-right: -20px; }
        .singular .wp-caption > *, .singular .wp-caption .wp-caption-text {
          max-width: none;
          width: 133.33333333%;
          width: calc(133.33333333% - 40px);
          margin-left: -16.66665%;
          margin-right: -16.66665%;
          margin-left: calc(-16.66665% + 20px);
          margin-right: calc(-16.66665% + 20px); }
        .singular .wp-caption .wp-caption-text {
          margin-top: 19px; }
      .singular.pomoc {
        margin-bottom: 80px; }
        .singular.pomoc .main {
          margin-bottom: 42px; }
        .singular.pomoc .blue .collapse {
          margin-top: 0px;
          margin-bottom: 31px; }
          .singular.pomoc .blue .collapse.uncollapsed {
            margin-bottom: 40px; }
        .singular.pomoc .blue .collapsed {
          padding: 32px 0 0px; }
        .singular.pomoc .collapse {
          padding: 18px 0 0px;
          margin-bottom: 30px; }
          .singular.pomoc .collapse > p:first-child, .singular.pomoc .collapse h3 span {
            font-size: 40px;
            line-height: 45px;
            margin-bottom: 39px; }
          .singular.pomoc .collapse:last-child {
            border-bottom: none; }
          .singular.pomoc .collapse.collapsed .reveal {
            height: 65px; }
        .singular.pomoc .uncollapsed h3 span {
          margin-top: 0; }
        .singular.pomoc .uncollapsed .extend > *:first-child {
          margin-top: 14px; }
        .singular.pomoc .reveal {
          height: 36px; }
        .singular.pomoc .blue .collapsed .reveal {
          height: 57px; }
      .singular blockquote {
        font-size: 25px;
        line-height: 35px;
        margin: 69px 0 75px;
        padding: 73px 0 68px;
        position: relative; }
        .singular blockquote::before, .singular blockquote::after {
          content: '';
          width: 100%;
          width: calc(100% + 80px);
          height: 0;
          border-top: 1px solid #009DC5;
          position: absolute;
          left: -40px; }
        .singular blockquote::before {
          top: 0; }
        .singular blockquote::after {
          bottom: 0; }
      .singular.wiedza .meta {
        font-size: 15px;
        line-height: 25px;
        margin: 51px 0 25px; }
        .singular.wiedza .meta + h1 {
          margin-top: 31px;
          margin-bottom: 20px; }
      .singular.wiedza .autor {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 50px; }
      @supports (object-fit: cover) {
        .singular.wiedza .image {
          padding-bottom: 66.6666666667%; } }
      .singular.wiedza .summary {
        font-size: 15px;
        line-height: 25px;
        color: #009DC5;
        margin-bottom: 68px;
        margin-top: 20px; }
        .singular.wiedza .summary h2 {
          margin-bottom: 31px;
          margin-top: 49px; }
        .singular.wiedza .summary.end {
          font-size: 20px;
          line-height: 30px;
          margin: 76px 0 31px; }
          .singular.wiedza .summary.end h2 {
            margin: 75px 0 56px; }
          .singular.wiedza .summary.end ul, .singular.wiedza .summary.end ol {
            padding-left: 19px; }
          .singular.wiedza .summary.end li {
            padding-left: 21px; }
          .singular.wiedza .summary.end ol {
            margin-bottom: 73px; }
      .singular.wiedza .oautorze h2 {
        font-size: 15px;
        line-height: 25px;
        font-family: inherit;
        font-weight: 700;
        margin-top: 72px; } }
  @media (min-width: 1000px) {
    .singular h1 {
      margin-bottom: 64px; }
    .singular .uncollapsed {
      margin-bottom: 0px;
      padding-bottom: 30px; }
      .singular .uncollapsed > h3, .singular .uncollapsed > .extend {
        width: 37.5%; }
      .singular .uncollapsed .extend {
        margin-left: 12.5%; }
    .singular .collapse {
      margin-top: 0px;
      padding-top: 32px; }
    .singular .collapsed {
      padding-bottom: 31px; }
    .singular .reveal {
      position: absolute;
      width: 12.5%;
      top: 0px;
      right: 0;
      height: 59px;
      padding: 0; }
    .singular .main {
      margin-bottom: 41px; }
    .singular .main:last-child h3 {
      margin: 40px 0 57px; }
    .singular .text-center h1 {
      margin: 73px 0 53px; }
    .singular .index {
      margin: 63px 0 0; }
      .singular .index + h1 {
        margin-top: 31px; }
    .singular ul {
      padding-left: 32px; }
      .singular ul li::before {
        width: 39px;
        margin-left: -39px; }
    .singular blockquote {
      margin: 76px 0 75px; }
      .singular blockquote::before, .singular blockquote::after {
        width: 100%;
        left: 0; }
    @supports (object-fit: cover) {
      .singular .image {
        padding-bottom: calc(80vh - 80px); } }
    .singular .wp-caption {
      margin: 73px 0 40px;
      margin-left: -20px;
      margin-right: -20px; }
      .singular .wp-caption > *, .singular .wp-caption .wp-caption-text {
        max-width: none;
        width: 150%;
        width: calc(150% - 40px);
        margin-left: -25%;
        margin-right: -25%;
        margin-left: calc(-25% + 20px);
        margin-right: calc(-25% + 20px); }
      .singular .wp-caption .wp-caption-text {
        margin-top: 7px; }
      .singular .wp-caption + * {
        margin-top: 52px; }
    .singular.pomoc {
      margin-bottom: 80px; }
      .singular.pomoc .main {
        margin-bottom: 44px; }
      .singular.pomoc .collapse {
        margin-bottom: 30px; }
        .singular.pomoc .collapse > p:first-child, .singular.pomoc .collapse h3 span {
          font-size: 55px;
          line-height: 60px;
          margin-bottom: 30px; }
        .singular.pomoc .collapse:last-child {
          border-bottom: none; }
        .singular.pomoc .collapse.collapsed .reveal {
          height: 60px; }
      .singular.pomoc .blue .collapse {
        margin-bottom: 31px; }
        .singular.pomoc .blue .collapse.uncollapsed {
          margin-bottom: 16px; }
      .singular.pomoc .uncollapsed .extend > *:first-child {
        margin-top: 19px; }
      .singular.pomoc .uncollapsed .extend .select-list {
        margin-top: 37px; }
      .singular.pomoc .reveal {
        height: 60px; }
      .singular.pomoc .blue .collapsed .reveal {
        height: 60px; }
    .singular.wiedza .meta {
      margin: 71px 0 25px; }
    .singular.wiedza .autor {
      margin-bottom: 73px; }
    @supports (object-fit: cover) {
      .singular.wiedza .image {
        padding-bottom: 66.6666666667%; } }
    .singular.wiedza .summary {
      font-size: 15px;
      line-height: 25px;
      color: #009DC5;
      margin-bottom: 65px;
      margin-top: 20px; }
      .singular.wiedza .summary h2 {
        margin-bottom: 29px;
        margin-top: 68px; }
      .singular.wiedza .summary ul {
        padding-left: 40px; }
        .singular.wiedza .summary ul li::before {
          width: 38px;
          margin-left: -38px; } }
  @media (min-width: 1500px) {
    .singular {
      font-size: 25px;
      line-height: 35px; }
      .singular h1 {
        font-size: 55px;
        line-height: 60px;
        margin: 96px 0 81px; }
        .singular h1 + p.bold {
          margin-bottom: 31px; }
          .singular h1 + p.bold + p {
            margin-top: 27px; }
      .singular h2 {
        margin: 76px 0 64px; }
      .singular h3, .singular h2 {
        font-size: 40px;
        line-height: 45px; }
      .singular h3 {
        margin: 47px 0 37px; }
      .singular p, .singular ul li, .singular ol li {
        margin: 35px 0; }
      .singular blockquote {
        font-size: 30px;
        line-height: 35px;
        margin: 88px 0 98px;
        padding: 96px 0 90px; }
      .singular .collapse.collapsed h3 {
        max-width: calc(75% + 50px);
        padding: 0 25px; }
      .singular .collapsed {
        padding: 46px 0 38px; }
      .singular .uncollapsed {
        padding-bottom: 42px; }
        .singular .uncollapsed > h3, .singular .uncollapsed > .extend {
          width: 37.5%; }
        .singular .uncollapsed h3 {
          margin-top: 16px; }
        .singular .uncollapsed .extend {
          margin-left: 12.5%;
          font-size: 20px;
          line-height: 30px;
          padding-left: 25px; }
          .singular .uncollapsed .extend > * {
            margin: 30px 0; }
          .singular .uncollapsed .extend > *:first-child {
            margin-top: 10px; }
      .singular .main {
        margin-bottom: 77px; }
      .singular .main:last-child {
        margin-bottom: 55px; }
        .singular .main:last-child h3 {
          margin: 58px 0 66px; }
      .singular .reveal {
        height: 70px; }
      .singular .text-center h1 {
        margin: 96px 0 73px; }
      .singular .index {
        font-size: 55px;
        line-height: 60px;
        margin: 88px 0 0; }
        .singular .index + h1 {
          margin-top: 39px; }
      @supports (object-fit: cover) {
        .singular .image {
          padding-bottom: calc(80vh - 100px); } }
      .singular .wp-caption {
        margin-top: 92px;
        margin-bottom: 40px; }
        .singular .wp-caption .wp-caption-text {
          font-size: 15px;
          line-height: 25px;
          margin-top: 15px; }
        .singular .wp-caption + * {
          margin-top: 52px; }
      .singular.pomoc .main {
        margin-bottom: 56px; }
      .singular.pomoc .collapse {
        margin-bottom: 35px; }
        .singular.pomoc .collapse > p:first-child, .singular.pomoc .collapse h3 span {
          font-size: 80px;
          line-height: 90px;
          margin-bottom: 45px; }
        .singular.pomoc .collapse.collapsed .reveal {
          height: 70px; }
      .singular.pomoc .blue .collapse.uncollapsed {
        margin-top: 13px; }
      .singular.pomoc .red .uncollapsed {
        margin-top: 32px; }
      .singular.pomoc .red .collapsed {
        margin-bottom: 37px; }
      .singular.pomoc .uncollapsed .extend > *:first-child {
        margin-top: 10px; }
      .singular.wiedza .meta, .singular.wiedza .autor, .singular.wiedza .summary {
        font-size: 20px;
        line-height: 30px; }
      .singular.wiedza .meta {
        margin: 132px 0 25px; }
      .singular.wiedza .autor {
        margin-bottom: 90px;
        margin-top: 29px; }
      @supports (object-fit: cover) {
        .singular.wiedza .image {
          padding-bottom: 66.6666666667%; } }
      .singular.wiedza .summary {
        margin-bottom: 90px;
        margin-top: 20px; }
        .singular.wiedza .summary h2 {
          margin-bottom: 29px;
          margin-top: 86px; }
        .singular.wiedza .summary ul {
          padding-left: 40px; }
          .singular.wiedza .summary ul li::before {
            width: 38px;
            margin-left: -38px; }
        .singular.wiedza .summary.end {
          margin: 92px 0 31px;
          font-size: 25px;
          line-height: 35px; }
          .singular.wiedza .summary.end h2 {
            margin: 98px 0 65px; }
          .singular.wiedza .summary.end ol {
            margin-bottom: 91px; }
      .singular.wiedza .oautorze h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 91px;
        margin-bottom: 31px; } }

.warsztaty-header {
  line-height: 25px;
  color: #fff;
  background-color: #009DC5;
  border-top: 1px solid #fff; }
  .warsztaty-header .image {
    padding-bottom: 77%; }
    @supports (object-fit: cover) {
      .warsztaty-header .image {
        padding-bottom: 66.6666666667%;
        height: 0px;
        position: relative; }
        .warsztaty-header .image img {
          object-fit: cover;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute; } }
  .warsztaty-header .header {
    margin: 17px 0; }
  .warsztaty-header h1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    margin: 36px 0 24px;
    font-style: italic; }
  .warsztaty-header .type {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px; }
  .warsztaty-header .info {
    font-weight: 700;
    margin-bottom: 25px; }
  .warsztaty-header .info2 {
    margin-bottom: 32px; }
  @media (min-width: 600px) {
    .warsztaty-header .image {
      padding-bottom: 59%; }
    .warsztaty-header .header {
      margin: 23px 0 32px; }
    .warsztaty-header .content {
      padding: 0; }
      .warsztaty-header .content > * {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 0 20px; }
      .warsztaty-header .content .meta {
        width: 37.5%;
        margin-left: 12.5%;
        margin-top: 66px; }
    .warsztaty-header .info2 {
      margin-bottom: 35px; }
    .warsztaty-header h1 {
      font-size: 30px;
      line-height: 35px;
      margin: 31px 0 0; } }
  @media (max-width: 999px) {
    .warsztaty-header .image {
      margin: 0 -20px;
      width: calc(100% + 40px); } }
  @media (min-width: 1000px) {
    .warsztaty-header .image {
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
      .warsztaty-header .image img {
        left: 20px;
        width: calc(100% - 20px); }
    .warsztaty-header .content {
      margin: 40px 0 0; }
      .warsztaty-header .content > *, .warsztaty-header .content .meta {
        width: 100%;
        margin: 0; }
      .warsztaty-header .content .meta {
        padding: 0;
        margin-top: 101px; }
        .warsztaty-header .content .meta > * {
          width: 50%;
          float: left;
          box-sizing: border-box;
          padding: 0 20px; }
    .warsztaty-header .type {
      font-size: 15px;
      line-height: 25px; }
    .warsztaty-header h1 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 29px; }
    .warsztaty-header .info {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 34px; }
    .warsztaty-header .info2 {
      line-height: 30px;
      margin-top: 2px;
      margin-bottom: 30px; } }
  @media (min-width: 1500px) {
    .warsztaty-header .image img {
      left: 25px;
      width: calc(100% - 25px); }
    .warsztaty-header .content {
      margin-top: 47px; }
      .warsztaty-header .content .meta > *, .warsztaty-header .content > * {
        padding: 0 25px; }
      .warsztaty-header .content .meta {
        margin-top: 121px; }
    .warsztaty-header .type {
      font-size: 20px;
      line-height: 30px; }
    .warsztaty-header h1 {
      font-size: 55px;
      line-height: 60px;
      margin-top: 40px; }
    .warsztaty-header .info {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 43px; }
    .warsztaty-header .info2 {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 40px; } }

.warsztaty h2 {
  font-weight: normal;
  text-align: left;
  text-align-last: left;
  font-size: inherit;
  margin-top: 50px; }
  .warsztaty h2:first-child {
    margin-top: 32px; }

.warsztaty p {
  margin: 25px 0; }

.warsztaty .secondary-image {
  margin: 9px 0 50px;
  /* 50px odleglosci od formularza */
  margin: 9px 0 0px; }

@media (min-width: 600px) {
  .warsztaty {
    margin-top: 40px; }
    .warsztaty h2 {
      margin-top: 56px;
      margin-bottom: 28px; }
      .warsztaty h2:first-child {
        margin-top: 30px; }
    .warsztaty .secondary-image {
      margin-top: 43px;
      margin-bottom: 80px;
      /* 50px odleglosci od formularza */
      margin-bottom: 0px; }
    .warsztaty p {
      margin: 30px 0; } }

@media (min-width: 1000px) {
  .warsztaty h2 {
    margin-top: 56px;
    margin-bottom: 28px; } }

@media (min-width: 1500px) {
  .warsztaty {
    margin-top: 60px; }
    .warsztaty h2 {
      margin-top: 65px; }
    .warsztaty .secondary-image {
      margin-bottom: 100px;
      /* 50px odleglosci od formularza */
      margin-bottom: 0px; } }

.js .show-form + .wpcf7,
.js .show-form + .formularz-container {
  display: none; }

.wpcf7 {
  background-color: #009DC5;
  color: #fff;
  line-height: 25px;
  font-weight: normal; }
  .wpcf7 h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 35px 0 32px; }
  .wpcf7 label, .wpcf7 input {
    display: block; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    color: inherit;
    font-family: inherit;
    margin-top: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 2px 10px 1px;
    width: 100%;
    line-height: inherit; }
  .wpcf7 select:not([multiple]) {
    position: relative;
    background-image: url(_img/select.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box; }
    .wpcf7 select:not([multiple]) option {
      color: #000; }
  .wpcf7 textarea {
    height: 90px; }
  .wpcf7 input[type="submit"] {
    background-color: #fff;
    color: #009DC5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-align-last: center;
    margin: 40px 0;
    padding: 7px 0 6px;
    cursor: pointer; }
  .wpcf7 .field {
    margin-bottom: 37px; }
  .wpcf7 small, .wpcf7 p {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px; }
  .wpcf7 p {
    margin: 15px 0; }
  .wpcf7 form {
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .wpcf7 {
      padding-top: 41px; }
      .wpcf7 h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 35px 0 67px; }
      .wpcf7 .info {
        margin-top: 77px;
        margin-bottom: 74px; }
      .wpcf7 p {
        line-height: 20px;
        margin: 31px 0; }
      .wpcf7 input[type="submit"] {
        margin: 70px 0 0; }
      .wpcf7 form {
        padding-bottom: 80px; } }
  @media (min-width: 1000px) {
    .wpcf7 {
      padding-top: 36px; }
      .wpcf7 h2 {
        text-align: center;
        text-align-last: center; } }
  @media (min-width: 1500px) {
    .wpcf7 {
      padding-top: 58px;
      font-size: 20px;
      line-height: 30px; }
      .wpcf7 h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 85px; }
      .wpcf7 .field {
        margin-bottom: 41px; }
      .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
        margin-top: 13px;
        padding: 4px 10px 4px; }
      .wpcf7 small, .wpcf7 p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px; }
      .wpcf7 p {
        margin: 25px 0; }
      .wpcf7 .info {
        margin: 90px 0; }
        .wpcf7 .info > * {
          float: left;
          width: 50%;
          box-sizing: border-box; }
          .wpcf7 .info > *:nth-child(2n + 1) {
            padding-right: 25px; }
          .wpcf7 .info > *:nth-child(2n) {
            padding-left: 25px; }
      .wpcf7 input[type="submit"] {
        padding: 11px 0 12px;
        margin: 90px 0 0; }
      .wpcf7 form {
        padding-bottom: 100px; } }
  .wpcf7 span.wpcf7-not-valid-tip {
    color: #000; }
  .wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing {
    color: #000;
    border: none; }
  .wpcf7 div.wpcf7-response-output {
    color: #000;
    margin: 0;
    padding: 0;
    border: none; }

.formularz-container {
  background-color: #009DC5;
  color: #fff; }
  .formularz-container h2 {
    font-size: 20px;
    line-height: 30px; }
  @media (min-width: 600px) {
    .formularz-container h2 {
      font-size: 30px;
      line-height: 35px;
      margin: 40px 0; } }
  @media (min-width: 1000px) {
    .formularz-container h2 {
      margin: 75px 0; } }
  @media (min-width: 1500px) {
    .formularz-container h2 {
      font-size: 40px;
      line-height: 45px;
      margin: 90px 0; } }

.show-form-warsztat .select-list {
  background-color: #009DC5;
  color: #fff;
  transition: .1s background-color  linear; }
  .show-form-warsztat .select-list:hover {
    background-color: #80CEE2; }

.vertically-centered-tab {
  box-sizing: border-box;
  display: table;
  width: 100%;
  vertical-align: top; }
  .vertically-centered-tab > * {
    display: table-cell;
    vertical-align: middle; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body, html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  height: auto; }

html {
  overflow: auto; }

a {
  color: inherit;
  text-decoration: none; }

article a {
  color: #009DC5; }

.menu-main-container {
  top: 0;
  z-index: 2;
  position: fixed;
  left: 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .menu-main-container {
      position: relative; } }

@media (max-width: 599px) {
  body {
    padding-top: 50px; } }

@media (max-width: 999px) {
  body {
    padding-top: 80px; } }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

input {
  border-radius: 0; }

input, textarea, select {
  box-sizing: border-box; }

/* Masonry */
.masonry::after {
  content: "";
  clear: both;
  display: table; }

.masonry .grid-item, .masonry .grid-sizer {
  width: 100%; }

@media (min-width: 600px) {
  .masonry {
    margin: 0 -20px; }
    .masonry .grid-item, .masonry .grid-sizer {
      float: left;
      width: 50%;
      padding: 0 20px;
      box-sizing: border-box; }
    .masonry .grid-item--width2 {
      width: 100%; } }

@media (min-width: 1000px) {
  .masonry .grid-item, .masonry .grid-sizer {
    width: 25%; }
  .masonry .grid-item--width2 {
    width: 50%; } }

@media (min-width: 1500px) {
  .masonry {
    margin: 0 -25px; } }

.select-list, .singular .select-list, .singular .collapsed .select-list {
  background: #fff;
  color: #009DC5;
  margin-top: 33px;
  margin-bottom: 7px;
  text-align: center;
  font-weight: bold; }
  .select-list > *:first-child, .select-list li, .singular .select-list > *:first-child, .singular .select-list li, .singular .collapsed .select-list > *:first-child, .singular .collapsed .select-list li {
    display: block;
    margin: 0;
    padding: 7px 10px 8px; }
  .select-list > *:first-child, .select-list > h3, .singular .select-list > *:first-child, .singular .select-list > h3, .singular .collapsed .select-list > *:first-child, .singular .collapsed .select-list > h3 {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit; }
    .select-list > *:first-child::after, .select-list > h3::after, .singular .select-list > *:first-child::after, .singular .select-list > h3::after, .singular .collapsed .select-list > *:first-child::after, .singular .collapsed .select-list > h3::after {
      content: '';
      position: absolute;
      right: 11px;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #009DC5;
      top: 50%; }
  .select-list.no-select > *:first-child::after, .select-list.no-select > h3::after, .singular .select-list.no-select > *:first-child::after, .singular .select-list.no-select > h3::after, .singular .collapsed .select-list.no-select > *:first-child::after, .singular .collapsed .select-list.no-select > h3::after {
    content: none; }
  .select-list.show-form > *:first-child::after, .singular .select-list.show-form > *:first-child::after, .singular .collapsed .select-list.show-form > *:first-child::after {
    content: none; }
  .select-list a, .singular .select-list a, .singular .collapsed .select-list a {
    text-decoration: none; }
  .select-list ul, .singular .select-list ul, .singular .collapsed .select-list ul {
    display: none;
    margin: 0;
    padding: 0; }
    .select-list ul li, .singular .select-list ul li, .singular .collapsed .select-list ul li {
      border-top: 1px solid #009DC5;
      margin: 0; }
  .select-list.show ul, .singular .select-list.show ul, .singular .collapsed .select-list.show ul {
    display: block; }
  .select-list.show > *:first-child::after, .singular .select-list.show > *:first-child::after, .singular .collapsed .select-list.show > *:first-child::after {
    border-bottom: 4px solid #009DC5;
    border-top: 0px; }
  @media (min-width: 600px) {
    .select-list, .singular .select-list, .singular .collapsed .select-list {
      margin-top: 40px;
      margin-bottom: 7px; } }
  @media (min-width: 1000px) {
    .select-list > *:first-child, .select-list li, .singular .select-list > *:first-child, .singular .select-list li, .singular .collapsed .select-list > *:first-child, .singular .collapsed .select-list li {
      padding: 7px 10px 8px; } }
  @media (min-width: 1500px) {
    .select-list > *:first-child, .select-list li, .singular .select-list > *:first-child, .singular .select-list li, .singular .collapsed .select-list > *:first-child, .singular .collapsed .select-list li {
      padding: 12px 10px 13px; } }

/*# sourceMappingURL=style.css.map */