/* FACEBOOK BUTTON */
div[class*="simplesocialbuttons-float"] {
    position: fixed;
    width: 36px;
    z-index: 1000;
    text-align: center;
    z-index: 9999;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    text-align: right;
}
div.simplesocialbuttons {
    height: auto;
    margin: -5px auto 5px -5px;
    text-align: left;
    clear: left;
    font-size: 0;
    direction: ltr;
}
.simplesocialbuttons.simplesocial-round-btm-border button {
    border-radius: 3px;
    height: 38px;
    line-height: 26px;
    padding: 5px 15px 5px 20px;
        padding-right: 15px;
        padding-left: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    //padding-left: 38px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons:not(.simplesocial-simple-icons) button {
    padding-left: 34px;
    padding-right: 0 !important;
    margin: 3px 0;
}

div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) button {
    height: 36px;
    width: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share {
    -webkit-box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    color: #43609c;
}
.simplesocialbuttons button {
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Helvetica', Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    text-transform: capitalize !important;
    white-space: nowrap;
    text-shadow: none !important;
    width: auto;
    letter-spacing: 0;
    word-spacing: 0;
    overflow: visible;
}
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) button span.simplesocialtxt {
    display: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {

    border: 0;
    padding: 0;

}
button::-moz-focus-inner, input::-moz-focus-inner {

    border: 0;
    padding: 0;

}
button::-moz-focus-inner, input::-moz-focus-inner {

    border: 0;
    padding: 0;

}
button::-moz-focus-inner, input::-moz-focus-inner {

    border: 0;
    padding: 0;

}
.simplesocialbuttons button.simplesocial-fb-share::after {
    font-family: "FontAwesome"; 
    font-weight: 900; 
    content: "\f39e";  
}
  
.simplesocialbuttons button::after {    
    left: 0;
    position: absolute;
    font-size: 17px;
    top: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;

}
  
label.lt {
  text-decoration: line-through;
  color: grey;
}

.pricing__header {
        color: #01426a;
}
.pricing__header span { color: #e10404; }
  
.panel-default .panel-heading {
    background: #ffffff;
    border-color: #ffffff;
}

.panel {
     border-color: #ffffff;
}

/* SCHEDULE */

.schedule__time { color: #01426a; 
  border-top: 0px solid #ddd;
}

.schedule__item--major {
    background: #ffffff;
}

.schedule__desc {
border-top: 0px solid #ddd;
}



/* NAV */
.navbar-nav li.active a, .navbar-nav li a:hover{
 background: #01426a !important; 
 color: #ffffff !important;
}


.navbar-inverse {
 background: #01426a;
}
nav.scrolled {
}


nav.scrolled:after {
  content: "";
  background: #01426a;
  opacity: 0.100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}





/* FOOTER */
.footer, #SyskonfLogoContainer {
 background: #01426a;
}
#SyskonfLogoContainer {
 background: #b21212;
}
.footer {
 color: #ffffff;
 font-weight: normal;
}


div[id^='box_warsztat_'] label  { font-weight: bold; }
div[id^='box_warsztat_']   div.lectures-radios { margin-top: 40px; }

.banner-montessori{
 position: relative;
}
.banner__bg {
 background-size: contain;
 /*background-position: center 15%;*/
}
.banner__content{
 position: relative;
 display: block;
 width: 100%;
}
.con-logo{
 position: absolute;
 bottom: 0;
 right: 0;
}
.logo-img{
 max-width:160px;
}
.low{
 margin-top: 32%;
}
.banner__tint{
 background-color: rgba(0, 0, 0, 0);
 color: #3498db;
}
  
  
  
  .rwd-table {
 overflow-x:scroll;
}

  
  /* tabelki */
@media screen and (max-width:960px) {
 .rwd-table {
 overflow-x:scroll;
 } 
}
@media (max-width:1185px) { 
  .schedule__desc { min-width: 1000px  }
  }
  .table{
     width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
 margin-bottom: 1%;
 }


 .table td,th {
 font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 5px 12px;
    text-align: left;
    vertical-align: top;
 }
  
  
  /* ZAKLADKI */
  
 .nav-tabs {
  background-color: #fbe080;
    }
  
  .nav-tabs li.active a {
  background-color: #fcf1ca;
    }
  
  .nav-tabs li a:hover {
  background-color: #f7c666;
    }
  
  
/* <SPEAKERS> */
  .schedule__desc .speaker {
    color: #726d6a;
}
#lecture-modals-wrapper  {
  max-width: 1000px;
  }  
.cspeakers.flex-container{
 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;
}
.cspeaker-colorbox-link{
 -webkit-flex-basis: 250px;
     -ms-flex-preferred-size: 250px;
         flex-basis: 250px;
 margin-bottom: 20px;
 margin-left: 10px;
 margin-right: 10px;
}
.cspeaker{
 border: 1px solid #ddd;
 cursor: pointer;
}
.cspeaker-modal .desc{
 padding: 0 20px 
}

 .cspeaker-modal .content{
 margin: 15px 20px 20px 20px;
 text-align: justify;
}
.cb{
 height: 0;
 clear: both;
}
.cspeaker-modal .img, .cspeaker-modal .desc{
 float: left;
}


.cspeaker__img--wrapper{
 position: relative;
}
.cspeaker:hover .layer{
 opacity: 1;
}
.cspeaker:hover .layer__item{
 top: 50%;
    line-height: 36px  !important;
}
.layer__item{
 font-size: 18px;
}
.cspeaker__content{
 display: none;
}
  
  
  
/* CENNIK */
  
  .pricing__header_1 {
    color: #01426a;
}
    .pricing__header_2 {
    color: #e10404;
}

  
  h3, .h3 {
    font-size: 18px;
  color: #e10404;
  font-weight: bold;
}
  
    h6, .h6 {
    font-size: 20px;
  color: #e10404;
  font-weight: bold;
  height: 5em;
}