.phoneLnk{color: rgb(255, 255, 255); font-size: 18px; cursor: pointer; width: 250px; height: 30px; background: rgb(176, 13, 0); display: block; line-height: 30px; text-align: center; text-decoration: none}
.phoneLnk:hover, .phoneLnk:focus { text-decoration: none; color: #FFF; }
.navbar-fixed-top { top: 46px; }
.nav > .collapsed-menu-only, .navbar-collapse.collapse.in li {
      text-align: center;
}
header { background:  #000; }
.banner { margin-top: -20px !important; }
.speaker { background: #FFF; padding-top: 30px; min-height: 585px;}
.speaker__photo-wrapper {
  width: 300px;
  padding-top: 400px;
  margin-left: -150px;
}
.banner__desc span, .banner__title { font-weight: 300 !important;}
.speaker__name { 
  font-size: 1.6em;
}
.speaker__institution {
  font-size: 1.2em;
}
/*** 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: 13px;
}

 .lecturer {
 margin-bottom: 10px;
 }
 .lecturer .speaker__name {
 font-size: 1.1em;
 }
 .lecturer .speaker__institution {
 font-size: 1em;
 }
}
@media(max-width: 751px){
  .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;
 }

.ext-menu a {
  padding: 11px 5px !important;    
}
.navbar-fixed-top { top: 26px; }
.main-logo { top: 50px !important; }
}

h3 {color: #a9a9a9; font-size: 22px; text-transform: uppercase}