@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i&display=swap);
* {
  margin: 0;
  padding: 0;
  font-family: Lato; }

img {
  max-width: 100%; }

.frontPageSlider {
  position: relative;
  padding: 0;
  margin: 0; }
  .frontPageSlider > .slick-list > .slick-track > .slick-slide {
    position: relative;
    margin: 0;
    padding: 0;
    height: 560px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: center; }
  .frontPageSlider > .slick-dots {
    list-style-type: none;
    position: absolute;
    top: 500px;
    left: 213px; }
    .frontPageSlider > .slick-dots > li {
      display: inline-block;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: solid white 1px;
      cursor: pointer;
      margin-right: 3px; }
      .frontPageSlider > .slick-dots > li > button {
        display: none; }

.frontPageSliderCaptionContainer {
  position: absolute;
  display: block;
  width: 300px;
  text-align: center;
  top: 150px;
  color: white;
  left: 100px; }
  .frontPageSliderCaptionContainer > h1 {
    font-family: "Lobster Two";
    font-weight: bold;
    font-style: italic; }
  .frontPageSliderCaptionContainer > a {
    color: white;
    text-decoration: none;
    display: inline-block;
    background-color: #E60202;
    border: solid 1px white;
    padding: 5px 45px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }
    .frontPageSliderCaptionContainer > a:hover {
      background-color: white;
      border: solid 1px #E60202;
      color: #E60202; }

.frontPageSliderIconsContainer {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }
  @media screen and (max-width: 576px) {
    .frontPageSliderIconsContainer {
      top: 65%; } }
  .frontPageSliderIconsContainer > a {
    display: block;
    margin: 20px; }
    .frontPageSliderIconsContainer > a > img {
      width: 50px; }
      @media screen and (max-width: 576px) {
        .frontPageSliderIconsContainer > a > img {
          width: 40px;
          height: auto; } }
@media screen and (max-width: 768px) {
  .frontPageSliderIconsContainer {
  top: 65%;
  }
}
.slick-active {
  background-color: #fff; }
@media screen and (max-width:768px){
  .frontPageSlider > .slick-dots {
    list-style-type: none;
    position: absolute;
    top: 500px;
    left: 50%; 
    transform: translateX(-50%);
}
}
.statisticsWrapper {
  text-align: center;
  margin: 60px auto; }
  .statisticsWrapper > h5 {
    text-transform: uppercase;
    display: inline-block;
    margin: 35px 0;
    color: #5B5B5B;
    font-weight: 600;
    font-size: 25px; }
  .statisticsWrapper > .row > .statisticContainer {
    margin: 0 auto;
    display: block; }
    .statisticsWrapper > .row > .statisticContainer > img {
      height: 60px; }
    .statisticsWrapper > .row > .statisticContainer > p {
      text-align: center;
      font-size: 13px;
      display: inline-block;
      width: 80px; }
    .statisticsWrapper > .row > .statisticContainer > h5 {
      display: block;
      margin: 25px auto 0 auto;
      color: #E60202;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 700; }

.frontPageArticlesWrapper {
  background-color: #F3F3F3;
  padding: 80px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .frontPageArticlesWrapper > div {
    width: 100%;
    position: relative;
    margin: auto; }
    .frontPageArticlesWrapper > div h5 {
      font-weight: 600;
      color: black;
      text-transform: uppercase;
      text-align: center;
      font-size: 17px;
      margin: 30px auto;
      line-height: 22px; }
    .frontPageArticlesWrapper > div p {
      color: #888888;
      font-weight: 500;
      margin: 0 auto 30px auto;
      text-align: justify; }
    .frontPageArticlesWrapper > div a.readMore {
      color: #44C0EE;
      text-decoration: none;
      position: absolute;
      bottom: 15px;
      right: 30px; }
    .frontPageArticlesWrapper > div > div {
      margin: 0 auto 0 auto; }
      .frontPageArticlesWrapper > div > div > div {
        padding: 15px 30px 40px;
        text-align: center; }
      .frontPageArticlesWrapper > div > div > div:nth-child(1) {
        border-right: 3px #CCCCCC solid; }
      .frontPageArticlesWrapper > div > div > div:nth-child(2) {
        border-right: 3px #CCCCCC solid; }
  .frontPageArticlesWrapper .image {
    max-height: 240px;
    min-height: 240px; }
  .frontPageArticlesWrapper a.articleBtn {
    display: inline-block;
    text-align: center;
    margin: 30px auto;
    background-color: #888888;
    color: white;
    border: 2px solid white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 30px; }
    .frontPageArticlesWrapper a.articleBtn:hover {
      background-color: white;
      color: #888888;
      border: 2px solid #888888; }

.questionsIconsWrapper {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 70px auto; }
  .questionsIconsWrapper > .questionBlock {
    text-align: center; }
    .questionsIconsWrapper > .questionBlock > a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      background-color: #35C2F8;
      padding: 5px 10px 5px 10px;
      margin: 0 auto;
      width: 100%;
      max-width: 110px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
      border: 2px white solid; }
      .questionsIconsWrapper > .questionBlock > a:hover {
        background-color: white;
        color: #35C2F8;
        border: 2px #35C2F8 solid; }
    .questionsIconsWrapper > .questionBlock > img {
      height: 60px; }
    .questionsIconsWrapper > .questionBlock > h5 {
      display: block;
      margin: 17px auto;
      font-size: 15px;
      color: #6B6B6B;
      text-transform: uppercase;
      font-weight: 600; }

.partnersWrapper > .row > .ambassadors {
  background-color: #00B9F2;
  position: relative; }
  .partnersWrapper > .row > .ambassadors > .fa-chevron-right {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: white;
    font-size: 50px; }
  .partnersWrapper > .row > .ambassadors > .fa-chevron-down {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: white;
    font-size: 50px; }

.partnersWrapper > .row > .partners {
  background-color: #7A7A7A;
  position: relative; }
  .partnersWrapper > .row > .partners > .fa-chevron-left {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: white;
    font-size: 50px; }
  .partnersWrapper > .row > .partners > .fa-chevron-up {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: white;
    font-size: 50px; }

.partnersWrapper > .row > div {
  padding: 0;
  height: 360px; }
  .partnersWrapper > .row > div > .partnersDescription {
    width: 310px;
    position: absolute;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .partnersWrapper > .row > div > .partnersDescription > h1 {
      display: inline-block; }
    .partnersWrapper > .row > div > .partnersDescription > p {
      display: inline-block; }
    .partnersWrapper > .row > div > .partnersDescription > a {
      color: white;
      text-decoration: none;
      display: inline-block;
      background-color: #7A7A7A;
      border: solid 1px white;
      padding: 5px 45px;
      font-weight: 700;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
      .partnersWrapper > .row > div > .partnersDescription > a:hover {
        background-color: white;
        border: solid 1px #7A7A7A;
        color: #7A7A7A; }
  .partnersWrapper > .row > div > .ambassadorsDescription {
    width: 310px;
    position: absolute;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .partnersWrapper > .row > div > .ambassadorsDescription > h1 {
      display: inline-block; }
    .partnersWrapper > .row > div > .ambassadorsDescription > p {
      display: inline-block; }
    .partnersWrapper > .row > div > .ambassadorsDescription > a {
      color: white;
      text-decoration: none;
      display: inline-block;
      background-color: #00B9F2;
      border: solid 1px white;
      padding: 5px 45px;
      font-weight: 700;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
      .partnersWrapper > .row > div > .ambassadorsDescription > a:hover {
        background-color: white;
        border: solid 1px #00B9F2;
        color: #00B9F2; }

.partnersWrapper > .row > .ambassadorsImage {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.partnersWrapper > .row > .partnersImage {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 992px) {
  .frontPageSlider > .slick-list > .slick-track > .slick-slide {
    position: relative;
    margin: 0;
    padding: 0;
    height: 560px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: 30%; } }

@media only screen and (max-width: 767px) {
  .partnersWrapper > .row > .ambassadors > .fa-chevron-right {
    display: none; }
  .partnersWrapper > .row > .ambassadors > .fa-chevron-down {
    display: inline-block; }
  .partnersWrapper > .row > .partners > .fa-chevron-left {
    display: none; }
  .partnersWrapper > .row > .partners > .fa-chevron-up {
    display: inline-block; } }

@media only screen and (max-width: 991px) {
  .frontPageArticlesWrapper > div > div > div:nth-child(1) {
    border-right: none; }
  .frontPageArticlesWrapper > div > div > div:nth-child(2) {
    border-right: none; }
  .questionBlock {
    margin: 30px 0; } }

.actual-title {
  font-size: 29px;
  margin: 0 auto 45px;
  color: #404040; }

.ambasadors_container {
  background-color: #00B9F2;
  color: white;
  width: 100%;
  display: block;
  height: 100%;
  position: relative; }
  .ambasadors_container.grey {
    background-color: #7a7a7a; }
  .ambasadors_container .fas.fa-chevron-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
    font-size: 36px;
    -webkit-animation: 2000ms ltr infinite ease;
       -moz-animation: 2000ms ltr infinite ease;
         -o-animation: 2000ms ltr infinite ease;
            animation: 2000ms ltr infinite ease; }
  .ambasadors_container .fas.fa-chevron-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50px;
    font-size: 36px;
    -webkit-animation: 2000ms rtr infinite ease;
       -moz-animation: 2000ms rtr infinite ease;
         -o-animation: 2000ms rtr infinite ease;
            animation: 2000ms rtr infinite ease; }
  .ambasadors_container .fas.fa-chevron-down {
    display: none; }
  .ambasadors_container:hover .kafel_btn {
    color: #00B9F2;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    border: solid 1px white;
    padding: 5px 45px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }

.ambasadors .ambasadors_container.grey .kafel_btn {
  color: white;
  text-decoration: none;
  display: inline-block;
  background-color: #7a7a7a;
  border: solid 1px white;
  padding: 5px 45px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

.ambasadors .ambasadors_container.grey:hover .kafel_btn {
  color: #7a7a7a;
  text-decoration: none;
  display: inline-block;
  background-color: white; }

.ambasadors .ambasadors_container.grey:hover .fas.fa-chevron-left {
  color: #030303; }

.ambasadors .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.partners_slider .item {
  padding: 100px 0; }
  .partners_slider .item_link img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease; }
  .partners_slider .item_link:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.kafel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  .kafel_title {
    width: 310px;
    text-align: center;
    color: white; }
  .kafel_btn {
    color: white;
    text-decoration: none;
    display: inline-block;
    background-color: #00B9F2;
    border: solid 1px white;
    padding: 5px 45px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }

@-webkit-keyframes ltr {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-moz-keyframes ltr {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0); }
  50% {
    -moz-transform: translateX(25px);
         transform: translateX(25px); }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes ltr {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0); }
  50% {
    -o-transform: translateX(25px);
       transform: translateX(25px); }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes ltr {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(25px);
       -moz-transform: translateX(25px);
         -o-transform: translateX(25px);
            transform: translateX(25px); }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes rtr {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-moz-keyframes rtr {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0); }
  50% {
    -moz-transform: translateX(-25px);
         transform: translateX(-25px); }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes rtr {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0); }
  50% {
    -o-transform: translateX(-25px);
       transform: translateX(-25px); }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes rtr {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-25px);
       -moz-transform: translateX(-25px);
         -o-transform: translateX(-25px);
            transform: translateX(-25px); }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@media only screen and (max-width: 767px) {
  .ambasadors .kafel_title {
    color: black; }
  .ambasadors .ambasadors_container.grey .kafel_btn {
    background-color: #00B9F2; }
  .ambasadors .flex-row-reverse .kafel {
    margin-top: 70px; }
  .ambasadors .ambasadors_slider {
    margin-top: 70px; }
  .ambasadors .partners_slider {
    margin-top: 80px; } }

body {
  overflow-x: hidden; }

footer {
  width: 100%;
  text-align: center;
  background-color: #4B5258;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 340px; }
  footer > .container > .row > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100px; }
    footer > .container > .row > div > p {
      color: white;
      display: block;
      -webkit-transform: translateY(50%);
         -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
           -o-transform: translateY(50%);
              transform: translateY(50%); }
  footer > .container > .row > .socialMediasBlock > a > img {
    width: 30px;
    margin: 0 5px; }
  footer > .container > .row > .logoBlock > img {
    max-width: 100%;
    height: auto; }

footer .myNavbar__navigation--normal > ul > li > .sub-menu {
  display: block;
  position: absolute;
  top: 70px;
  left: 0; }

footer .myNavbar__navigation--normal {
  display: inline-block;
  position: relative;
  right: 0px;
  top: 57px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%; }

footer .myNavbar__navigation--normal > ul > li {
  display: inline-block;
  padding: 25px 26px 0px 0;
  margin: 0;
  position: relative;
  color: #595A59; }

footer .myNavbar__navigation--normal > ul > li > .sub-menu {
  display: block !important;
  position: absolute;
  top: 70px;
  left: 0;
  text-align: left; }

footer .myNavbar__navigation--normal > ul {
  list-style-type: none;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

footer .myNavbar__navigation--normal > ul > li > .sub-menu > li {
  background-color: #4B5258;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  line-height: 5px;
  display: block;
  width: 164px;
  border: 1px solid #4b5258; }

footer .myNavbar__navigation--normal > ul > li > .sub-menu > li > a {
  text-transform: uppercase;
  color: #cccaca;
  text-decoration: none;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 0px 6px 5px;
  width: 100%;
  display: block; }

footer .myNavbar__navigation--normal > ul > li > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 13px;
  text-decoration: none;
  color: #45b9e8;
  display: inline-block;
  text-transform: uppercase;
  pointer-events: none; }
  footer .myNavbar__navigation--normal > ul > li > a:hover {
    color: #45b9e8; }
  footer .myNavbar__navigation--normal > ul > li > a:after {
    display: none; }

footer .current-menu-item {
  border: 1px solid #E9E9EA !important; }

footer .myNavbar__navigation--normal > ul > li > .sub-menu > li:hover {
  background-color: #4B5258;
  border: 1px solid #E9E9EA !important; }

footer a:hover {
  color: white !important; }

@media only screen and (max-width: 992px) {
  #beneficiariesListPageContainer > .beneficiariesListIconsBlock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  footer {
    padding: 20px 0; }
  /* style.css | http://172.58.128.6/wp-content/themes/millenium%20theme/assets/css/style.css */
  footer .myNavbar__navigation--normal > ul {
    /* flex-flow: row; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: row wrap;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .myNavbar__navigation--normal {
    right: unset;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    top: unset; }
  footer > .container > .row > div {
    height: unset; }
  footer > .container > .row > div {
    height: unset; }
  #beneficiariesListPageContainer #provinceSelect {
    width: 100% !important; }
  footer .myNavbar__navigation--normal > ul > li > .sub-menu {
    display: block !important;
    position: relative;
    top: unset;
    text-align: center; }
  #beneficiariesListPageContainer::after {
    display: none !important; }
  /* Element | http://172.58.128.6/beneficjenci/lista-beneficjentow/# */
  div.col-md-3:nth-child(1) {
    max-width: 100%;
    height: auto; }
  /* Element | http://172.58.128.6/beneficjenci/lista-beneficjentow/# */
  div.col-md-3:nth-child(3) {
    padding-top: 24px; }
  /* bootstrap.min.css | https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css */
  footer > .container > .row > div {
    height: auto !important; } }

@media screen and (max-width: 768px) {
  footer .myNavbar__navigation--normal > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; } }

@media screen and (max-width: 768px) {
  footer .myNavbar__navigation--normal > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; } }

@media only screen and (max-width: 576px) {
  footer > .container > .row > div {
    height: 50px; }
  footer > .container > .row > .logoBlock > img {
    width: auto;
    height: 100%;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px); }
  footer .myNavbar__navigation--normal > ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

/* NAVBAR NORMAL NAVBAR NORMAL NAVBAR NORMAL */
.navContainer {
  margin: 0 auto;
  position: relative; }

.myNavbar {
  width: 100%; }
  .myNavbar__wrapper {
    margin: 0 auto; }
  .myNavbar__navigation--normal.header-menu {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 57px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .myNavbar__navigation--normal.header-menu > ul {
      list-style-type: none;
      font-weight: 700; 
      -webkit-font-smoothing: antialiased;}
      .myNavbar__navigation--normal.header-menu > ul > li {
        display: inline-block;
        margin: 0;
        position: relative;
        color: #595A59; }
        .myNavbar__navigation--normal.header-menu > ul > li:hover > .sub-menu {
          display: block !important; }
        .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu {
          display: none;
          position: absolute;
          top: 70px;
          left: 0; }
          .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu:hover {
            display: block !important; }
        .myNavbar__navigation--normal.header-menu > ul > li > a {
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          font-size: 13px;
          text-decoration: none;
          color: #434444;
          display: inline-block;
          text-transform: uppercase;
          padding: 25px 30px 25px 0; }
          .myNavbar__navigation--normal.header-menu > ul > li > a:hover {
            color: #E60202; }
          .myNavbar__navigation--normal.header-menu > ul > li > a::after:hover {
            border-color: #E60202 transparent transparent transparent; }
          .myNavbar__navigation--normal.header-menu > ul > li > a::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 4.5px 0 4.5px;
            border-color: #434444 transparent transparent transparent;
            position: absolute;
            top: 35px;
            right: 18px; }
            .myNavbar__navigation--normal.header-menu > ul > li > a::after:hover {
              border-color: #E60202 transparent transparent transparent; }
        .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu {
          list-style-type: none; }
          .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu > li {
            background-color: #fff;
            -webkit-transition: .2s;
            -o-transition: .2s;
            -moz-transition: .2s;
            transition: .2s;
            line-height: 5px;
            display: block;
            width: 200px; }
            .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu > li:hover {
              background-color: #E9E9EA; }
            .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu > li > a {
              text-transform: uppercase;
              color: #7E7F73;
              text-decoration: none;
              line-height: 20px;
              font-size: 13px;
              padding: 15px 10px 15px 10px;
              width: 100%;
              display: block; }
        .myNavbar__navigation--normal.header-menu > ul > li > .sub-menu > li > a {
          line-height: 14px;
          font-size: 12px; }

.header-menu .current_page_item {
  background-color: #E9E9EA !important; }

.myNavbar__navigation--normal.header-menu > ul > .current-page-parent > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: red transparent transparent transparent;
  position: absolute;
  top: 35px;
  right: 18px; }

.menu-menu > li > ul {
  display: none !important; }

@-webkit-keyframes subMenu {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes subMenu {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes subMenu {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes subMenu {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*DROPDOWN DROPDOWN DROPDOWN*/
.sub-menu {
  list-style-type: none; }

/* NAVBAR BURGER NAVBAR BURGER NAVBAR BURGER*/
.burger {
  display: none;
  position: absolute;
  right: 10px;
  top: 50px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer; }
  .burger .fa-times {
    color: white; }

.burger--off {
  display: none; }

.burgerMenu {
  z-index: 3;
  top: -900px;
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .burgerMenu--toggle {
    top: 80px; }
  .burgerMenu > ul {
    list-style-type: none; }
    .burgerMenu > ul > li {
      background-color: white;
      display: block;
      padding-top: 3px;
      width: 300px;
      font-size: 1.5rem; }
      .burgerMenu > ul > li:hover > .sub-menu {
        display: block !important; }
      .burgerMenu > ul > li:hover {
        background-color: #E9E9EA; }
        .burgerMenu > ul > li:hover:last-of-type {
          padding-bottom: 0px; }
      .burgerMenu > ul > li:last-of-type {
        padding-bottom: 7px; }
      .burgerMenu > ul > li > a {
        color: black;
        text-decoration: none;
        font-size: 13px;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase; }
      .burgerMenu > ul > li > .sub-menu {
        display: none;
        padding-top: 10px;
        font-size: 2rem; }
        .burgerMenu > ul > li > .sub-menu > li {
          background-color: #fff;
          padding: 7px 5px 7px 5px;
          -webkit-transition: .1s;
          -o-transition: .1s;
          -moz-transition: .1s;
          transition: .1s;
          line-height: 5px;
          display: block;
          width: 300px; }
          .burgerMenu > ul > li > .sub-menu > li:last-of-type {
            padding-bottom: 7px; }
          .burgerMenu > ul > li > .sub-menu > li:hover {
            background-color: #E9E9EA; }
          .burgerMenu > ul > li > .sub-menu > li > a {
            text-transform: uppercase;
            color: #7E7F73;
            text-decoration: none;
            line-height: 20px;
            font-size: 13px; }

.blackBg::after {
  content: '';
  background-color: black;
  opacity: 0.5;
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1; }

@media only screen and (max-width: 991px) {
  .burger {
    z-index: 3;
    display: inline-block;
    position: absolute; } }

@media only screen and (max-width: 576px) {
  .myNavbar .navbar__logo {
    margin-left: -15px; }
  .myNavbar .burger {
    padding-right: 20px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.zespolPageParagraph {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 45px auto;
  padding: 0 15px;
  text-align: center;
  color: #5B5B5B;
  font-size: 16px; }
  .zespolPageParagraph p {
    text-transform: uppercase;
    font-weight: unset;
    font-size: 20px; }

.ambasadorstxt {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 45px auto;
  padding: 0 15px;
  text-align: center;
  color: #5B5B5B;
  font-size: 16px; }
  .ambasadorstxt.width-100 {
    max-width: 100%; }
  .ambasadorstxt p {
    text-transform: uppercase;
    font-weight: unset;
    font-size: 20px;
    line-height: 35px; }

.zespolPageCaption {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 60px;
  font-size: 20px; }

.zespolPageTeamContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0;
  text-align: center; }
  .zespolPageTeamContainer > div {
    overflow: hidden;
    padding: 30px 15px; }
    .zespolPageTeamContainer > div > h5 {
      color: #45C0EF;
      font-weight: 600;
      margin-top: 20px; }
    .zespolPageTeamContainer > div > p {
      color: #919294; }
  .zespolPageTeamContainer.ambasador > div {
    overflow: hidden;
    padding: 30px 15px; }
    .zespolPageTeamContainer.ambasador > div > h5 {
      color: #919294;
      font-weight: 600;
      margin-top: 20px; }
    .zespolPageTeamContainer.ambasador > div > p {
      color: #919294; }

.coordinators {
  margin: 0;
  padding: 80px 130px;
  background-color: #F3F3F3; }
  .coordinators > div > h5 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px; }
  .coordinators > div > p {
    color: #6E6E6E;
    font-weight: 600; }

@media only screen and (max-width: 992px) {
  .zespolPageParagraph {
    font-size: 18px;
    margin: 30px auto; }
  .coordinators {
    padding: 50px 15px;
    text-align: center; } }

.blueButton {
  color: white;
  text-decoration: none;
  display: inline-block;
  background-color: #00B9F2;
  border: solid 1px white;
  padding: 5px 45px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }
  .blueButton:hover {
    background-color: white;
    border: solid 1px #00B9F2;
    color: #00B9F2;
    text-decoration: none; }

.sidePageFrontImage {
  display: block;
  height: 390px;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center; }
  @media screen and (max-width:768px){
  .sidePageFrontImage {
    height: 190px;
  }
  .sidePageSliderIconsContainer > a > img {
    width: 34px !important;
  }}
  .sidePageSliderIconsContainer > a > img:hover{
    transform: scale(1.1);
  }
  footer > .container > .row > .socialMediasBlock > a > img:hover{
    transform: scale(1.1);
  }
.sidePageSliderIconsContainer {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }
  .sidePageSliderIconsContainer > a {
    display: block;
    margin: 20px; }
    .sidePageSliderIconsContainer > a > img {
      width: 50px; }

.sidePageNameIndicator {
  color: #979797;
  text-align: right;
  text-transform: uppercase;
  padding: 35px 10px 35px 0; }
  .sidePageNameIndicator .breadcrumbs {
    list-style: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .sidePageNameIndicator .breadcrumbs li {
      padding: 5px; }
  .sidePageNameIndicator .item-current {
    color: #45C0EF; }
  .sidePageNameIndicator .item-home > a,
  .sidePageNameIndicator .item-parent > a {
    color: #979797;
    text-decoration: none; }
  .sidePageNameIndicator .item-parent a:hover {
    color: #979797 !important; }

.lightBlue {
  color: #45C0EF; }

.headingCentered > p {
  margin: 0 auto;
  display: block;
  font-size: 16px !important;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
  margin-bottom: 40px; }

.paragraphCentered > p {
  line-height: 30px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  text-align: center;
  width: 100%;
  font-weight: 500;
  margin-bottom: 40px; }

.imagesWithDescriptionContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0; }
  .imagesWithDescriptionContainer > div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .imagesWithDescriptionContainer > div > .descriptionBlock {
      text-align: left;
      width: 50%;
      position: relative;
      padding: 60px 80px;
      background-color: #F3F3F3; }
      .imagesWithDescriptionContainer > div > .descriptionBlock > p {
        line-height: 30px;
        margin: 0 auto;
        display: block;
        font-size: 16px;
        color: #5b5b5b;
        width: 100%;
        font-weight: 500;
        margin-bottom: 40px; }
    .imagesWithDescriptionContainer > div > .imageBlock {
      width: 50%;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-position: center; }

@media only screen and (max-width: 992px) {
  .sidePageNameIndicator {
    text-align: center; }
  .imagesWithDescriptionContainer .reverseOnMobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .imagesWithDescriptionContainer div > .descriptionBlock {
    width: 100%;
    height: auto;
    padding: 40px 40px; }
    .imagesWithDescriptionContainer div > .descriptionBlock > p {
      line-height: 26px;
      margin: 0 auto;
      display: block;
      font-size: 16px;
      color: #5b5b5b;
      width: 100%;
      font-weight: 500;
      margin-bottom: 40px; }
  .imagesWithDescriptionContainer div > .imageBlock {
    width: 100%;
    height: 350px;
    min-height: 0; } }

.headingCentered > p {
  font-size: 18px; }

.sidePageHeading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  color: #00B9F2;
  text-align: center; }
  .sidePageHeading.lightBlue {
    color: #00B9F2; }
  .sidePageHeading.noborder {
    font-size: 26px; }
    .sidePageHeading.noborder::after {
      border-bottom: none; }

#beneficiariesListPageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  #beneficiariesListPageContainer > div {
    width: 100%;
    max-width: 440px; }
  #beneficiariesListPageContainer > .beneficiariesListIconsBlock {
    position: relative;
    height: 350px; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div {
      width: 49%;
      display: inline-block;
      text-align: center; }
      #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div > img {
        height: 75px; }
      #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div > h4 {
        text-transform: uppercase;
        width: 160px;
        margin: 15px auto;
        color: #5B5B5B;
        font-family: 'Lato';
        font-size: 16px; }
      #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div > a {
        text-decoration: none;
        color: white;
        display: block;
        border: 1px white solid;
        background-color: #45C0EF;
        text-align: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        margin: 0 auto;
        width: 120px;
        padding: 5px 0;
        font-size: 20px; }
        #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div > a:hover {
          background-color: white;
          border: 1px #45C0EF solid;
          color: #45C0EF; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div:nth-child(1) {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div:nth-child(2) {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px; }
  #beneficiariesListPageContainer > .beneficiariesListDropdownBlock {
    padding-left: 50px;
    padding-right: 70px;
    top: -30px;
    position: relative; }
    #beneficiariesListPageContainer > .beneficiariesListDropdownBlock p {
      color: #5B5B5B;
      font-size: 16px;
      font-family: 'Lato'; }
    #beneficiariesListPageContainer > .beneficiariesListDropdownBlock > a {
      text-decoration: none;
      color: white;
      display: block;
      background-color: #45C0EF;
      border: 1px white solid;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
      padding: 5px 0;
      width: 120px;
      font-size: 20px; }
      #beneficiariesListPageContainer > .beneficiariesListDropdownBlock > a:hover {
        background-color: white;
        border: 1px #45C0EF solid;
        color: #45C0EF; }
  #beneficiariesListPageContainer .beneficiariesListDescriptionBlock > h2 {
    color: #45C0EF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 24px; }
  #beneficiariesListPageContainer .beneficiariesListDescriptionBlock > p {
    color: #5B5B5B;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 30px; }
  #beneficiariesListPageContainer .beneficiariesListMapBlock {
    top: -100px;
    position: relative; }
    #beneficiariesListPageContainer .beneficiariesListMapBlock > svg {
      height: 100%;
      fill: #e0e0e0; }
      #beneficiariesListPageContainer .beneficiariesListMapBlock > svg > path:hover {
        fill: #45C0EF !important;
        cursor: pointer; }
  #beneficiariesListPageContainer .provinceNumber {
    color: white;
    font-size: 55px;
    cursor: pointer; }
  #beneficiariesListPageContainer #provinceSelect {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 14px;
    width: 320px;
    color: #878787;
    border: none;
    border: 2px solid #e0e0e0;
    position: relative;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    cursor: pointer;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  #beneficiariesListPageContainer:after {
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    color: #45C0EF;
    font-size: 24px;
    margin-left: 800px;
    margin-top: 130px;
    cursor: pointer;
    pointer-events: none;
    position: absolute; }

@media only screen and (max-width: 1199px) {
  #beneficiariesListPageContainer::after {
    margin-left: 700px; } }

@media only screen and (max-width: 992px) {
  #beneficiariesListPageContainer > div {
    text-align: center;
    max-width: 100%;
    padding: 30px; }
  #beneficiariesListPageContainer:after {
    margin-left: 240px;
    margin-top: 1245px; }
  #beneficiariesListPageContainer .beneficiariesListDescriptionBlock > h3 {
    font-size: 30px; }
  #beneficiariesListPageContainer .beneficiariesListDescriptionBlock > p {
    font-size: 18px; }
  #beneficiariesListPageContainer .beneficiariesListDescriptionBlock > h3 {
    color: #5B5B5B;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px; }
  #beneficiariesListPageContainer .beneficiariesListDescriptionBlock > p {
    color: #5B5B5B;
    font-size: 23px;
    font-weight: 500; }
  .beneficiariesListDropdownBlock {
    text-align: center; }
    .beneficiariesListDropdownBlock > a {
      margin: 0 auto !important; }
  #beneficiariesListPageContainer > .beneficiariesListIconsBlock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div {
      width: auto;
      position: relative; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div:nth-child(1) {
      top: 30%;
      position: relative; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div:nth-child(2) {
      top: 30%;
      position: relative; } }

@media only screen and (max-width: 767px) {
  #beneficiariesListPageContainer:after {
    margin-top: 1130px; } }

@media only screen and (max-width: 575px) {
  #beneficiariesListPageContainer:after {
    margin-top: 1130px; } }

@media only screen and (max-width: 413px) {
  #beneficiariesListPageContainer > .beneficiariesListIconsBlock {
    height: 560px; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div:nth-child(1) {
      top: 10%;
      margin-bottom: 20px; }
    #beneficiariesListPageContainer > .beneficiariesListIconsBlock > div:nth-child(2) {
      top: 20%;
      right: 0px; } }

.bottomLeft {
  position: absolute;
  bottom: 0;
  right: 0; }

.punktyZbiorek {
  display: none; }

.personalDataAccept {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-transform: translateX(-80%);
     -moz-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
       -o-transform: translateX(-80%);
          transform: translateX(-80%); }

.punktyZbiorek {
  text-align: center;
  margin-top: 30px; }
  .punktyZbiorek input {
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px; }
  .punktyZbiorek > p {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .punktyZbiorek > p:nth-last-child(2) > input {
    width: 150px;
    padding: 8px 0;
    background-color: #35C2F8;
    border: 2px solid white;
    color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 40px; }
    .punktyZbiorek > p:nth-last-child(2) > input:hover {
      background-color: white;
      border: 2px solid #35C2F8;
      color: #35C2F8; }

.zglosBrakKsiazek input {
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px; }

.zglosBrakKsiazek {
  text-align: center; }
  .zglosBrakKsiazek > p {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .zglosBrakKsiazek > p:nth-last-child(2) > input {
    width: 150px;
    padding: 8px 0;
    background-color: #35C2F8;
    border: 2px solid white;
    color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 40px; }
    .zglosBrakKsiazek > p:nth-last-child(2) > input:hover {
      background-color: white;
      border: 2px solid #35C2F8;
      color: #35C2F8; }

.zglosBiblioteke {
  text-align: center; }
  .zglosBiblioteke input {
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px; }
  .zglosBiblioteke > p {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .zglosBiblioteke > p:nth-last-child(2) > input {
    width: 150px;
    padding: 8px 0;
    background-color: #35C2F8;
    border: 2px solid white;
    color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 40px; }
    .zglosBiblioteke > p:nth-last-child(2) > input:hover {
      background-color: white;
      border: 2px solid #35C2F8;
      color: #35C2F8; }

.zglosBajkoterapie {
  text-align: center; }
  .zglosBajkoterapie input {
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px; }
  .zglosBajkoterapie > p {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .zglosBajkoterapie > p:nth-last-child(2) > input {
    width: 150px;
    padding: 8px 0;
    background-color: #35C2F8;
    border: 2px solid white;
    color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 40px; }
    .zglosBajkoterapie > p:nth-last-child(2) > input:hover {
      background-color: white;
      border: 2px solid #35C2F8;
      color: #35C2F8; }

.zglosPlacowkeSzkolenie {
  text-align: center; }
  .zglosPlacowkeSzkolenie > p:nth-last-child(2) > input {
    width: 150px;
    padding: 8px 0;
    background-color: #35C2F8;
    border: 2px solid white;
    color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 40px; }
    .zglosPlacowkeSzkolenie > p:nth-last-child(2) > input:hover {
      background-color: white;
      border: 2px solid #35C2F8;
      color: #35C2F8; }

label {
  color: #777777; }

.formToggle {
  display: block; }

.formButton {
  display: inline-block;
  width: 320px;
  height: 60px;
  margin-bottom: 20px; }

.formButtonContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

#singlePostContainer {
  min-height: 100vh;
  margin-bottom: 30px;
  text-align: center; }
  #singlePostContainer > div {
    width: 80%; }
    #singlePostContainer > div > h5 {
      margin-top: 10px;
      font-weight: 600;
      font-size: 25px;
      color: #5B5B5B; }
    #singlePostContainer > div > p {
      font-weight: 500;
      font-size: 17px; }
    #singlePostContainer > div > img {
      width: 100%; }
  #singlePostContainer > div > div {
    margin: 0 auto;
    width: 100%;
    
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.newsBox {
  margin: 30px 0;
  position: relative; }
  .newsBox::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    border-bottom: 3px solid #CCCCCC;
    margin-top: 20px; }
  .newsBox:nth-last-child(1)::after {
    border-bottom: none; }

.newsBoxTitle > h2 {
  font-weight: 600; }

.newsBoxTitle > div {
  color: #888888;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .newsBox {
    text-align: center; }
    .newsBox::after {
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      border-bottom: 3px solid #CCCCCC;
      margin-top: 20px;
      left: 0; }
    .newsBox .newsBoxTitle {
      margin-top: 25px; }
    .newsBox .blueButton {
      position: relative;
      margin-top: 15px; } }



.provincesList {
  list-style-type: none; }
  .provincesList > li {
    font-weight: 600;
    font-size: 30px;
    color: #5B5B5B;
    position: relative;
    text-align: center; }
    .provincesList > li::after {
      content: '';
      width: 50%;
      position: absolute;
      border-bottom: 3px #CCCCCC solid;
      bottom: 0;
      left: 25%; }
  .provincesList > ul {
    list-style-type: none; }
    .provincesList > ul > li {
      text-align: center;
      width: 100%;
      margin: 15px 0;
      color: #5B5B5B;
      font-size: 25px;
      font-weight: 600; }
    .provincesList > ul > ul {
      list-style-type: none; }
      .provincesList > ul > ul > li {
        text-align: left;
        color: #707070;
        margin-left: 50%;
        font-weight: 500;
        margin-bottom: 7px; }

.bib-tytul {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  color: #00B9F2; }

.textc {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500;
  margin-bottom: 40px; }

.biblioteki {
  padding-bottom: 80px; }

.bib {
  padding-right: 40px; }

.cele-tyt {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  color: #00B9F2;
  text-align: center; }

.cele-txt {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px; }

.cele-txtimg {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500;
  margin-bottom: 40px; }

.img-cale .col-md-6 {
  padding-bottom: 50px; }

.kon-tyt {
  font-size: 24px;
  text-transform: uppercase;
  color: #5B5B5B;
  font-weight: 500;
  display: block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  color: #00B9F2;
  text-align: center; }

.mail {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .mail::before {
    content: '';
    background-image: url(../img/Kontakt_06.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    left: -20px;
    top: 8px; }

.tel {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 90%;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .tel::before {
    content: '';
    background-image: url(../img/Kontakt_03.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    left: 0px;
    top: 7px; }

a:hover {
  color: #5b5b5b !important;
  text-decoration: none !important; }

.kont-dane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px; }

.kon-txt {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500;
  text-align: center; }

.kon-mail {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .kon-mail::before {
    content: '';
    background-image: url(../img/Kontakt_06.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    left: 28%;
    top: 8px; }

.media img {
  width: 300px; }

.media-txt {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px; }

.media-naglowek {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }

.media-c {
  text-align: center;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 40px;
  margin-bottom: 20px; }

.ikonki-c {
  text-align: center; }

.ikonki_ikon {
  padding: 0; }

.program-tyt {
  text-transform: uppercase;
  font-size: 24px;
  color: #45b9e8;
  font-family: "Lato";
  font-weight: 500;
  text-align: left; }

.ikonki_ikonk {
  padding: 30px; }

.program-txt {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500; }

.program1-txt {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  font-weight: 500;
  padding-top: 20px; }

.tresc-listy {
  line-height: 21px; }

.tytul-listy::first-letter {
  color: #45b9e8;
  font-family: "Lato";
  font-weight: 700;
  font-size: 20px; }

.tytul-listy {
  text-transform: uppercase;
  font-size: 20px;
  color: black;
  font-family: "Lato";
  font-weight: 600;
  text-align: left; }

.img-prog {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  height: 600px;
  padding: 0; }

.prog-pa {
  padding: 30px; }

.seg-tyt {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  color: #00B9F2;
  text-align: center; }

.seg-txt {
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px; }

.seg-iko {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }

.seg-img {
  height: 45px;
  width: 45px;
  position: relative;
  top: -9px;
  left: -12px; }

.seg-pole {
  padding-top: 30px;
  background-color: #F3F3F3; }

.sidePageNameIndicator .breadcrumbs {
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px; }

.buttuo {
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .buttuo:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
    .buttuo:hover .btn_kontakt {
      color: white !important; }

.btn_kontakt {
  background-color: #45b9e8;
  padding: 20px;
  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
          border-radius: 17px;
  color: white; }

.button-kontakt {
  padding: 50px 0; }

.wpcf7-form-control {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  padding: 5px 9px !important;
  border: 1px solid #00bff7 !important; }

.zglosBajkoterapie > p:nth-child(6) {
  padding: 12px 0; }

.wpcf7-acceptance {
  border: unset !important; }

input[type="submit"]:disabled {
  opacity: 0.5; }

.search-field {
  padding: 6px 10px;
  border: 1px solid #000; }

svg {
  height: 17px;
  width: auto;
  margin-top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #fff; }

@media screen and (max-width: 1200px) {
  .mail::before {
    left: 24px; }
  .tel::before {
    left: 35px; }
  .kon-mail::before {
    left: 102px; }
  .kont-dane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; } }


.unt_desk{
  display: none;
}
@media screen and (max-width:768px){
  .unt_desk{
    display: flex;
  }
  .desk{
    display: none;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    width: 100%;
    }
}
@media screen and (max-width: 991px) {
  .kont-dane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .mail::before {
    left: -28px; }
  .tel::before {
    left: -10px; }
  .kon-mail::before {
    left: 43px; } }

@media screen and (max-width: 768px) {
  .frontPageSlider > .slick-list > .slick-track > .slick-slide {
    position: relative;
    margin: 0;
    padding: 0;
    height: 580px;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;

}
.lead {
  column-count: 1;
}
.frontPageSliderCaptionContainer {
  position: absolute;
  display: block;
  width: 300px;
  text-align: center;
  top: auto150px;
  color: white;
  left: 50%; 
  top: 40px;
  transform: translateX(-50%);
}
  .tel::before {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tel {
    width: 90%; }
  .kont-dane {
    display: block;
    padding: 0 40px; }
  .kon-mail::before {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .kon-mail {
    width: 77%;
    margin-top: 15px; }
  .mail::before {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .sidePageNameIndicator {
    font-size: 15px; }
  .ambasadorstxt {
    padding: 0 5px;
    font-size: 14px; }
  .ambasadorstxt p {
    font-size: 16px; }
  .imagesWithDescriptionContainer div > .descriptionBlock > p {
    text-align: center; }
  .img-bib {
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; }
  .cele-txtc {
    padding: 0 10px; }
  .mobi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; }
  .seg-iko {
    padding: 20px 19px; } }

    
      .ambasadors_slider.owl-carousel.owl-rtl .owl-item {
        transform: translateX(-2px);
      }
      .frontPageSliderIconsContainer a:hover{
      transform: scale(1.1);

      }

      .aktualnosci.menu-item a::after{
        display: none;
      }
      .lead {
        column-count: 2;
        font-weight: 500;
        font-size: 17px;
        
      }
      .lead h3{
        color: #00bff7;
    }
    .tworzenie_stron_www, span{
      color: #6c6f71;
    }
/*# sourceMappingURL=style.css.map*/