:root {
  --primary-color: #1251a0;
}
body {
  line-height: 180%;
}
#agenda-forum, #konferencja-ekspercka,  .speaker__infobox, #prezentacja-sprzetu, #warsztaty-specjalistyczne {
    text-align: justify;
}
.speaker__infobox .speaker__name,
.speaker__infobox .speaker__institution {
    text-align: center;
}
.gwardia img {
max-width: 350px;
}
.logo_wysowianka img { max-width: 400px; }
.IPA img { max-width: 50%; }
@media (max-width: 550px) {
    .sponsors__cell { width: 100%; }
    .IPA img { max-width: 50%; }

.banner_subdesc { bottom: 10px;}
}
@media (max-width: 350px) {
    .banner__desc { line-height: 125%; }
.content-box { margin-bottom: 30px;}
.banner_subdesc { margin-bottom: 10px;}
}
@media (min-width: 768px) {
.gallery__item {
width: 50% !important;
        margin: auto;
        display: block;
        float: none;
}
}
.speaker__photo-wrapper {
    display: none;
}
.content-box {
    min-height: 140px;
}
.content-box--icon-boxed .content-box__icon-col {
    padding-top: 40px;
}
.content-box__head {
    margin-bottom: 5px;
    min-height: 80px !important;
}
.content-box--icon-boxed {
    padding-bottom: 15px;
}
h3:not(.content-box__subtitle) {
    text-align: center;
    color: #1251a0;
    margin-top: 1.5em;
}
h3:not(.content-box__subtitle):after {
  content: ' ';
  display: block;
  height: 2px;
  width: 60px;
  background: var(--primary-color);
  margin: 10px auto 1.5em auto;
}
.content-box__title {
  font-size: 1.1em;
}
h2.content-box__title:after {
  content: ' ';
  display: block;
  height: 2px;
  width: 60px;
  background: var(--primary-color);
  margin: 10px auto 10px auto;
}
.section-title {
    text-transform: uppercase;
}
.nav>li>a {
    padding: 10px 8px;
    font-size: 13px;
}
.blueGradient {
  background: linear-gradient(180deg, rgba(154,215,247,1) 0%, rgba(255,255,255,1) 100%);
}
.speaker__name {
color: #1251a0;
    font-size: 1.4em;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    text-transform: uppercase;
    color: #1251A0;
    font-weight: bold;
}
.banner__content {
  position: relative;
}
.banner__desc {
    max-width: 80%;
}
.banner_subdesc {
  position: absolute;
  bottom: 50px;
}
.btn {
    border-radius: 15px;
}
.section-title-wrapper {
    margin: auto;
    width: fit-content;
    border: 1px solid #1251A0;
    background: #1251A0;
    border-radius: 25px;
    padding: 11px 20px;
    font-size: 1.2em;
}
.section-title {
    font-size: 1.2em;
    color: #FFF;
}
.section-title:after {
    display: none;
}
.content-box--icon-boxed {
    background: transparent;
}
.content-box__head {
  min-height: 97px;
}


/* FORMULARZ */
#commentsBox {
  display: none;
}



/* PROGRAM */
.schedule__time {
    color: #1251A0;
  display: none;
}
.schedule__desc {
    color: #009FE3;
    font-weight: 600;
}

.schedule__desc em {
    color: #1251A0;
    font-weight: 400;
}


.footer>.container {
    background: linear-gradient(180deg, rgba(154,215,247,1) 0%, rgba(177,223,249,1) 100%);
    color: #FFF;
    display: none;
}
@media (max-width: 750px) {
   .banner__content {
     padding-top: 60px !important;
     height: 90vh;
   }
   .banner_subdesc {
      line-height: 120%;
      bottom: 30px;
    }
    .content-box {
      min-height: 120px;
    }
    .content-box--icon-boxed .content-box__icon {
      height: 50px;
      width: 50px;
      line-height: 47px;
      top: -37px;
      margin-left: -25px;
      border: 2px solid #fff;
    }
    .content-box--icon-boxed {
      margin-top: 15px;
    }
    #konferencja-ekspercka .content-box {
      margin-bottom: 0px;
    }
    #konferencja-ekspercka h3 {
      font-size: 16px;
    }
    .speaker {
      margin-bottom: 0px;
    }
}

@media (max-width: 550px) {
 
.banner_subdesc { bottom: 10px;}
}
@media (min-width: 800px) {
  .logoWKS img {
    max-width: 35%
  }
  .logoIPA img {
   max-width: 200px;
  }
    .container {
        width: 800px;
    }
}
@media (min-width: 900px) {
    .container {
        width: 880px;
    }
}
@media (min-width: 1000px) {
    .container {
        width: 980px;
    }
}
@media (min-width: 1100px) {
    .container {
        width: 1080px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}