@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}

.margin {
margin: auto;
}

.sponsors__cell {
    width: 100%;
    text-align: center;
    position: relative;
}
.w20 img{
width: 30%;}
.w30 img{
width: 40%;}
.w50 img{
width: 50%;}
.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;
              
}}

}}