@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1500px) {
    .container {
        width: 1460px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1560px;
    }
}
.page-55795 {
    text-wrap: auto;
    max-width: 175px;
    text-align: center;
}
.nav.navbar-right {
  display: flex;
  vertical-align: middle;
}
.navbar-nav > li > a {
  font-size: 14px;
  padding: 10px 10px
}
.nav.navbar-right li:not(.collapsed-menu-only), .nav.navbar-right li .btn {

  display: flex !important;              /* Umożliwia centrowanie treści w pionie */
  align-items: center;        /* Centrowanie w pionie */
  justify-content: center;

}
.margin {
margin: auto;
}

.schedule__item.blue,
.schedule__item.blue .schedule__time {
  background: #0B3C86;
  color: #FFFFFF;
}
.schedule__item.lightblue {
  background: #D9EBF5;
}

.schedule__item--major .schedule__desc {
  color: red;
}
.schedule__item--major .schedule__desc em {
  color: #000;
}
.schedule__desc i {
  color: #4170fc;
}
.sponsors__cell {
    width: 100%;
    text-align: center;
    position: relative;
}
.w20 img{
width: 30%;}
.w30 img{
width: 40%;}
.w50 img{
width: 50%;}
@media (max-width: 600px) {
  .w20 img,
  .w30 img,
  .w50 img {
    width: 100%;
  }
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: auto;
}
.schedule__time {
    color: #4170fc;
}.panel-title > a {
    text-decoration: none;
    color: #fff;
    background-color: #0a1c42eb;
}.footer {
    background: #0A1C42;
    color: #ddd;
}
.footer__content {
    min-height: 0px;
    padding-bottom: 15px;
}
.navbar-inverse {
    background: #0A1C42;
}


@media(max-width: 499px){
.speaker {
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: auto;
}}
.text-main {
  line-height: 185%;
  font-size: 1.1em;
}
.speaker-margin{
    margin-top: 0px;
    margin-left: 200px;
}
@media(max-width: 499px){
.speaker-margin {
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: auto;
}}
.page-header {
    background: #0a1c42d1;
    color: #FFF;
}
.section-title {
    font-size: 36px;
    color: #4170FC;
    text-transform: uppercase;
}
.section-title::after {
    background-color: #4170FC;
    width: 70%;
}
.page-header .page-header__title {
    text-transform: uppercase;
}
.btn-bottom { position: absolute; 
              bottom: 25%;
              margin-left: 750px;
              margin-right: auto;
              width: 200px;
  }
.btn-bottomm { position: absolute; 
              bottom: 25%;
              margin-left: 980px;
              margin-right:auto;
              width: 200px;
  }
  .btn { border-radius: 25px; }
@media(max-width: 1024px){ 
.btn-bottom { position: absolute; 
              bottom: 28%;
              left: 0;
              right: 0;
              margin-left: auto;
              margin-right: auto;
              width: 195px;
        padding-bottom: inherit;
        padding-top: inherit;
             
}}
@media(max-width: 1024px){ 
.btn-bottomm { position: absolute; 
              bottom: 16%;
              left: 0;
              right: 0;
              margin-left: auto;
              margin-right: auto;
              width: 195px;
        padding-bottom: inherit;
        padding-top: inherit;
              
}}

}}