/* NAV */

.w-180 img { max-height: 180px !important; }

.navbar .navbar-brand img,
.navbar-menu-widthfix.navbar .navbar-brand img {
  max-height: 40px !important;
}
.nav > li > a {
  padding: 10px 10px
}
.navbar-inverse .icon-bar { background: #CCC !important; }
.btn.btn-inactive { background-color: #AAA !important; border-color: #AAA; }
.schedule__item .speaker { font-weight: bold; }
.schedule__item  em { color: #315e7d; }
.session.schedule__item { font-weight: bold;}
.schedule__time { width: 140px; }
.session.schedule__item .schedule__time,
.session.schedule__item .schedule__desc { color: #000;}
.subItem .schedule__desc {   }
.subItem .schedule__time {   }
.break .schedule__time,
.break .schedule__desc { font-weight: bold; color: rgb(97, 177, 218); }

.b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8 { 
  counter-reset: section;
  list-style-type: none; 
}
.b1>li, .b2>li, .b3>li, .b4>li, .b5>li, .b6>li, .b7>li, .b8>li {  position: relative; }
.text-yellow { color: #F9BE16; }
.text-red { color: #FF0000; }
.b1>li::before {
  counter-increment: section;  
  content: " 1." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b2>li::before {
  counter-increment: section;  
  content: " 2." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b3>li::before {
  counter-increment: section;  
  content: " 3." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b4>li::before {
  counter-increment: section;  
  content: " 4." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b5>li::before {
  counter-increment: section;  
  content: " 5." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b6>li::before {
  counter-increment: section;  
  content: " 6." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b7>li::before {
  counter-increment: section;  
  content: " 7." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.b8>li::before {
  counter-increment: section;  
  content: " 8." counters(section,".") ". ";
  position: absolute;
  left: -35px;
}
.navbar-nav li.active a, .navbar-nav li a:hover{
 background: #16428b !important; 
 color: #ffffff !important;
}
.fn { float: none !important; clear: both;}
.pricing__price-desc {
font-size: 0.8em;
position: relative;
top: -1em;
color: #000;
text-transform: uppercase;
}
.pricing.active { border-width: 3px; }
.pricing__content>.pricing__price-wrapper:first-child { display: none; }
.pricing__price { line-height: 1em;}
.pricing__price-wrapper { width: 100%; height: auto; display: inline-block; border-bottom: 1px solid #ecf0f1; padding-bottom: 20px; }
.pricing__price-wrapper.noBorder { border: 0px !important; }
.navbar-inverse {
 background: #16428b;
}
nav.scrolled {
}
nav.scrolled:after {
  content: "";
  background: #16428b;
  opacity: 0.100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.nav-tabs > li.active::before {
    background: #d11223;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
}

.schedule.pm .schedule__item--major {
  background: #7e93ae;
  color: #d11223;
}
.schedule.pm .schedule__time {
color: #17428b;
}


/* FOOTER */
.footer, #SyskonfLogoContainer {
background:  url(/conf-data/11SKP/images/footer/footer_2540x500_140421w3.jpg);
}

#SyskonfLogoContainer {
 background: #b21212;
}
.footer {
 color: #ffffff;
 font-weight: normal;
}

/* BODY background */

body {
 background-image: url(/conf-data/11SKP/images/background/);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left; 

}

.sponsors-cell img {
   // max-width: 200px !important;
    max-height: 120px;
width: auto;
}

.sponsors-cell-full img {
 max-height: none !important;
}




.skp-head {
 height: 1600px !important;
    background-size: inherit;
    background-position: center -30px;
    margin-bottom: -450px;
}

.mainpage-head {
 content: "";
 min-height: 500px;
 height: 1100px;
}

.mainpage-text-box {
 background-image: url("/conf-data/12SKP/images/12skp-pecherzyki.png");
 background-position: bottom center;
 background-repeat: no-repeat;
 padding-bottom: 330px;
}

.mainpage-text {
    width: 650px;
    margin: 0 auto;
    font-weight: 300;
}

.mainpage-spacer {
 margin-top: -170px;
}


.btn, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary.focus, .btn-number, .btn-trans, .btn-trans:hover, .btn-number:hover {
    background-color: #d12940 !important;
    border: 1px solid #d12940;
}
.btn.btn-inactive { background-color: #AAA !important; border-color: #AAA; }

.navbar-inverse {
    background: #ffffff;
    border: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-minor-controls > li > a {
    color: #FFF;
}

.navbar-button {
 border-radius: 8px;
 border: 0 !important;
 background-color: #315e7d !important;
}

.navbar-nav>li:hover,
.navbar-menu-widthfix .navbar-nav > li > a:hover,
.navbar-menu-widthfix .navbar-brand:hover {
   //background-color: #315e7d !important;
  background-color: #fff !important;
  color: #01648d !important;
}
nav {
  background-image: linear-gradient(to right, #ca424e, #01648d) !important;
  background-color: transpaent;
}
.page-header {
 color: #315e7d !important;
}



.section-title::after {
    background-color: #d12940;
}

.footer {
 background-color: #ffffff;
 background-image: url("/conf-data/12SKP/images/12skp-stopka-bkg.jpg");
 background-position: top center;
 background-repeat: no-repeat;
 min-height: 459px;
}

.footer__content {
    min-height: 240px;
    padding-bottom: 15px;
    padding-top: 240px;
    width: 800px;
 color: #315e7d;
}

.footer .col-xs-12, .footer [class^="col-"] {
    margin-bottom: 0px;
}

.navbar-brand:hover {
  background: none !important;
  background-color: transparent !important;
  }
  
#SyskonfLogoContainer {
 display: none;
}
  
.sponsors-row .sponsors-cell {
    border-bottom: 0 !important;
    border-right: 0 !important;
}
  
.abstrakt {
  -webkit-box-shadow: 0px 0px 37px -23px rgba(66, 68, 90, 1);
 -moz-box-shadow: 0px 0px 37px -23px rgba(66, 68, 90, 1);
 box-shadow: 0px 0px 37px -23px rgba(66, 68, 90, 1);
  }
 
.abstrakt:hover {
  -webkit-box-shadow: 0px 0px 51px -23px rgba(66, 68, 90, 1);
 -moz-box-shadow: 0px 0px 51px -23px rgba(66, 68, 90, 1);
 box-shadow: 0px 0px 51px -23px rgba(66, 68, 90, 1);
  }