.cbColor { color: #668ab0; }
.cbColor .content-box__icon { color: #668ab0; }


.loader { display: none !important; }
.navbar-fixed-top { top: 46px; }
.banner { margin-top: -20px !important; }
.nav > .collapsed-menu-only, .navbar-collapse.collapse.in li {
      text-align: center;
}

@media (max-width:1200px) {
 nav .container {
  width:100% !important;
 }
 .nav > li > a { padding: 10px 8px; font-size: 14px; }
}
@media (min-width:1200px) {
 nav .container {
  width:1200px !important;
 }
}
.banner__desc span, .banner__title { font-weight: 300 !important;}

.blue{
 color: #3498db;
}
.fs-up{
 font-size: 27px;
}

.speaker { background: #FFF; padding-top: 30px; min-height: 585px;}
.speaker__photo-wrapper {
  width: 300px;
  padding-top: 400px;
  margin-left: -150px;
}
.speaker__name { 
  font-size: 1.6em;
}
.speaker__institution {
  font-size: 1.2em;
}

.s-small.speaker { 
  background: #FFF; 
  padding-top: 10px; 
  margin-top: 10px; 
  min-height: 430px;
  margin-bottom: 40px
}
.s-small .speaker__photo-wrapper {
    width: 200px;
    padding-top: 300px;
    margin-left: -100px;
}
.s-small .speaker__name {
font-size: 1.1em;
}
.s-small .speaker__institution{
font-size: 1em;
margin-bottom: 0px;
}
.s-small .speaker__about {
font-size: 0.8em;
}
.s-small .speaker__infobox {
padding: 0px;
}

@media (max-width:1440px) {
.s-small .speaker__photo-wrapper {
    width: 180px;
    padding-top: 270px;
    margin-left: -90px;
}
  .s-small.speaker {
    min-height: 385px;
  }
}
@media (max-width:1275px) {
  .s-small .speaker__photo-wrapper {
    width: 140px;
    padding-top: 210px;
    margin-left: -70px;
  }
  .s-small .speaker__name {
    font-size: 0.95em;
  }
  .s-small .speaker__institution{
    font-size: 0.85em;
  }
  .s-small.speaker {
    min-height: 330px;
  }
  .s-small .speaker__about {
    line-height: 1.2;
  }
  .s-small .speaker__about {
     font-size: 0.7em;
  }
}
@media (max-width:1000px) {
  .s-small.speaker {
    max-width: 200px;
    margin: auto;
  }
}
/*** PROGRAM ***/
.lectures{
 position: relative;
 //display: none;
}
.lecturer{
 min-height: auto;
 margin-bottom: 0px;
 padding-top: 10px;
 width: 60%;
}
.lectures>.col-xs-12:nth-child(even) .lecturer {
    background: #EAEAEA;
}

.lecturer .speaker__photo-wrapper{
 width: 60px;
 padding-top: 70px;
 left: 33%;
}
.lecturer .speaker__infobox{
 position: relative;
 left: 20%;
 width: auto;
    text-align: left;
    padding: 0 10px;
}
.lecturer .speaker__name {
 font-size: 1em;
}
.lecturer .speaker__institution {
 font-size: .9em;
    margin-bottom: 0px;
}
/** MEDIA **/
@media(max-width: 991px){

.ext-menu-cont {
  padding-left: 0px !important;
}
.ext-menu a {
  padding: 16px 9px !important;
  font-size: 12px;
}

 .lecturer {
 margin-bottom: 10px;
 }
 .lecturer .speaker__name {
 font-size: 1.1em;
 }
 .lecturer .speaker__institution {
 font-size: 1em;
 }
}
@media(max-width: 898px){
  .ext-menu-cont {
    display: none;
  }
  .navbar-fixed-top { top: 0px; }
}
@media(max-width: 600px){
 .lecturer .speaker__photo-wrapper{
 /*width: 120px;
 padding-top: 120px;*/
 left: 35%;
 }
}
@media(max-width: 500px){
 .lecturer{
 min-height: 250px;
 }
 .lecturer .speaker__infobox{
 left: 0;
 width: 100%;
 }
 .lecturer .speaker__photo-wrapper{
 margin-left: 0;
 left: 20px;
 }
}