body {
  overflow-x: hidden;
}

.navbar-collapse.collapse.in {
  background: #fff;
}

.homepage-cb-1,
.homepage-cb-2,
.homepage-cb-3,
.homepage-cb-4{
  border: none;
}

.homepage-cb-1 .content-box__icon,
.homepage-cb-2 .content-box__icon,
.homepage-cb-3 .content-box__icon,
.homepage-cb-4 .content-box__icon {
  font-size: 24px;
  background: none;
  box-shadow: none;
}

.homepage-cb-1 .content-box__icon { color: #4c17a0; border: 1px solid #4c17a0; }
.homepage-cb-2 .content-box__icon { color: #0db7d6; border: 1px solid #0db7d6; }
.homepage-cb-3 .content-box__icon { color: #d11772; border: 1px solid #d11772; }
.homepage-cb-4 .content-box__icon { color: #f88a73; border: 1px solid #f88a73; }



.navbar-menu-widthfix.scrolled-top .brand-pzb-wrapper {
  height: 60px;
}

.separated-lang-menu .item-lang {
  color: #555;
}

.banner__icons {
  margin-bottom: 1rem;
}

.banner__icons .fa {
  color: #e74c3c;
  margin: 0 16px;
}

.organizers-carousel img {
  filter: grayscale(1);
  opacity: .7;
}


.intro-bold-text {
  text-align: left;
  color: #15093a;
  font-weight: bold;
  font-size: 1.2em;
}

.intro-bold-text a {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: normal;
  display: inline-block;
}

.intro-president .speaker__name {
  color: #15093a;
}

.intro-president .speaker__institution {
  color: inherit;
}

@media (min-width: 500px) {

  .intro-president {
    position: relative;
  }

  .intro-president .speaker__photo-wrapper {
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .intro-president .speaker__infobox {
    text-align: left;
    left: 200px;
    margin-left: 10px;
    position: absolute;
  }

}




@media (min-width: 768px) {
  .page-header__content-wrapper {
    height: 100px;
  }

.pricing__content {
    padding: 10px 1px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    min-height: 11em;
   }

.page-header {
  background: #ffffff;
  background-size: cover !important;
  background-position: left;
}


.programme-button-download {
  display: block;
}

.inclined-edge-1 {
  display: block;
  height: 100px;
  width: 102%;
  background: #ddeef1;
  transform: rotate(-2deg);
  margin-bottom: -7em;
  margin-top: 3em;
  margin-left: -1%;
}

.inclined-edge-2 {
  display: block;
  height: 100px;
  width: 102%;
  background: #ddeef1;
  transform: rotate(1deg);
  margin-left: -1%;
}

.inclined-edge-3 {
  display: block;
  height: 100px;
  width: 102%;
  background: #fff;
  transform: rotate(-1deg);
  margin-left: -1%;
}


.programme-speaker-wrapper {
  background: #fafbfb;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 0;
}

.programme-speaker-wrapper .content-box__head {
  display: none;
}

.programme-speaker-wrapper p {
  margin-bottom: 0;
}

.programme-speaker-wrapper em {
  color: #ccc;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1rem;
  position: relative;
  top: 7px;
  margin-right: 15px;
}

.programme-speaker-wrapper .speaker__infobox {
  line-height: 1em;
  left: 70px;
}

.programme-speaker-wrapper .speaker__photo-wrapper {
  width: 60px;
  padding-top: 60px;
}



/*
.cennik {
    background: #fff;
    border-radius: 6px;
    text-align: center;
    margin-top: 1em;
    border: 1px solid #ecf0f1;
}

.cennik--fav {
    margin-top: 0;
}

    .cennik ul {
        margin: 0;
    }

    .cennik__header {
        border-bottom: 1px solid #ecf0f1;
        margin-bottom: 1.5em;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #fafafa;
        color: #287ab1;
    }

    .cennik--fav .cennik__header {
        background-color: #f1c40f;
        color: #fff;
    }

        .cennik__title {
            font-size: 16px;
            font-weigt: bold;
            margin: 0;
            padding: 1.5em 20px;
            display: inline-block;
            line-height: 1.5em;
            color: inherit;
        }

        .cennik--fav .cennik__title {
            padding-top: 2.5em;
        }


    .cennik__price-box {
        margin-bottom: 1.5em;
    }

        .cennik__price {
            display: block;
            font-size: 32px;
            font-weight: 900;
        }

        .cennik__price-desc {
            display: block;
            color: #7f8c8d;
        }

    .cennik__footer {
        border-top: 1px solid #ecf0f1;
        padding: 1.5em 0;
        margin-top: 1.5em;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .cennik--fav .cennik__footer {
        padding-bottom: 2.5em;
    }

        .cennik__btn {

        }

*/



.cennik {
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 3px;
}

    .cennik__header {
        height: 5em;
        width: 1%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        color: #222;
    }


    .cennik__content {
        padding: 10px 15px;
        border-top: 1px solid #ecf0f1;
        border-bottom: 1px solid #ecf0f1;
        min-height: 10em;
    }

        .cennik__price-wrapper {
            height: 6em;
            width: 1%;
            display: table-cell;
            vertical-align: middle;
        }

            .cennik__price {
                font-size: 2em;
                line-height: 2em;
                color: #222;
            }

            .cennik__price-unit {
                margin-left: 3px;
                position: relative;
                top: -1em;
                color: #95a5a6;
                text-transform: uppercase;

            }


    .cennik__footer {
        height: 5em;
        width: 1%;
        display: table-cell;
        vertical-align: middle;
    }


h1,h2,h3 {

}

h1 {
  color: #008676;
    font-size: 40px;
    letter-spacing: 5px;
font-weight: 600;
text-shadow: 2px 2px 8px white;

}

h2 {
  color: #008676;
  font-size: 26px;
font-weight: 600;
text-shadow: 2px 2px 8px white;

}

h3 {
color: #008676;
  line-height: 36px;
font-weight: 600;
text-shadow: 2px 2px 8px white;
}

p {

    font-size: 18px;
    line-height: 36px;
}

 .banner__tint {
        width: 100%;
        height: 100%;  /* Z: height: 100vh; */
        background-color: rgba(0, 0, 0, .0);
    }

      .banner__content {
        display: table-cell;
        vertical-align: middle;
        height: 80vh;
        width: 1%;
        padding-top: 51px;
        text-align: center;
      }

.schedule__time  {
color: #727477;
}