.blue { color: #005CAA; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #15A5D9;
}
.navbar-default .navbar-nav > li > a {
  color: #005CAA;
}
.section-title {
  font-size: 27px;
}
.section-title-wrapper {
  text-align: left;
}
.section-title::after {
  background-color: #fdee0f;
}
.section-title::after {
  height: 4px;
  width: 260px;
  background: #fcef0a;
  margin: 0;
  margin-top: 3px;
}
.page-header {
  background-image: url('/conf-data/pspe/images/baner_pspe.png');
  background-position: top;
  color: #005CAA;
}
/* MAIN */
.section-title{
 font-size: 32px;
}
.nav-tabs > li.active::before {
  background: #365F91;
}
.schedule__item--major {
  background: #F2F2F2;
}

.schedule__item--major .schedule__time,
.schedule__item--major .schedule__desc {
  font-weight: bold; 
  color: #000;
}
.schedule__desc em {
color: #365F91;
}
.blue{
 color: #377EB3;
}
.w-img50 img{
 width: 50%;
}
.w-img40 img {
 width: 40%;
}
.w-img30 img {
 width: 30%;
}
.w-img20 img {
 width: 20%;
}

/* NAV */
.navbar{
 transition: all .3s;
}
.komitet .speaker__photo-wrapper {
    padding-top: 250px;
}
/* BANNER */
.banner-posRelative{
 position: relative;
}
.banner{
 color: #005caa;
}
.banner__bg{
 background-position: top center;
}
.img-banner{
 /*position: absolute;
 bottom: 0;
 left: 0;*/
 margin: 0 auto;
}

/* PAGEHEAD */
.page-header{
 margin-bottom: 20px;
}
.page-header .page-header__title{
 text-transform: uppercase;
}


@media(min-width:768px){
 .w-img40 img{
 width: 40%;
 }
 .w-img30 img{
 width: 30%;
 }

 .page-header .page-header__title{
 font-size: 50px;
 }
}
@media(min-width:992px){
 .scrolled-top{
  padding: 10px;
 //height: 100px;
 }
 .navbar-menu-widthfix.navbar .navbar-brand img{
 
 }
 .scrolled{
 //height: 90px;
  padding: 10px;
 }
 .navbar-menu-widthfix.navbar.scrolled .navbar-brand img{
 max-height: 60px;
 }
}
.footer {
  background: #15A5D9;
  color: #005CAA;
}
/* ============= PRELEGENT ============= */
.cspeaker-container{
 display: flex;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: space-around;
 -ms-flex-pack: distribute;
 justify-content: space-around;
}
.pointer{
 cursor: pointer;
}
.cspeaker{
 //width:100%;
 margin: 10px 0px;
 border: 0px solid #ddd;
 /*cursor: pointer;*/
}
.cspeaker-content{
 margin: 10px;
}
.cspeaker__img{
 position: relative;
height: 300px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.cspeaker__photo {
 margin: 0 auto;
 width: 300px;
 height: 300px;
}
.cspeaker__desc{
 position: relative;
 margin: 10px 0;
}
.cspeaker__desc i{
 font-weight: 700;
}
.cspeaker__institution {
 font-size: 14pt;
}
.cspeaker-modal{
 padding: 10px;
 min-width: 250px;
 max-width: 1000px;
}
.cspeaker-modal__header{
 display: flex;
}
.cspeaker-modal__photo{
 width: 200px;
 height: 200px;
 margin-right: 15px;
}
.cspeaker-modal__photo img{
 width: 200px;
 /*height: 200px;*/
 border-radius: 5px;
}
.cspeaker-modal__name {
  font-weight: bold;
  font-size: 18pt;
  }
.cspeaker-modal__desc{
 width: auto;
 /*margin: 0 25px 0 10px;*/
}
.cspeaker-modal__content{
 padding: 10px 0;
}