

/* Sekcja 1  Typ sekcji HTML Widok Sekcja HTML */

#section1 {
margin-top: 0 !important;
}


/* Sekcja 2  Typ sekcji Client Widok Registration Form */

#section2 {
h3.sectionTitle {
 
  text-align: center;

  
}

.form-group{
  margin-bottom: 4px;
}
}


/* Sekcja 5  Typ sekcji Galeria zdjęć Widok Siatka zdjęć */

#section5 {
.container{
padding: 60px auto !important;
max-width: 1920px;
}

.tab-pane{
max-height: 1000px !important;
}

@media only screen and (min-width: 1200px){
  .images a{
height: auto !important;
width: 25% !important;
   
    img{
       aspect-ratio: 3/2 !important;
      height: auto !important;
    object-fit: contain;
      margin-bottom: 10px !important;
    }
}
}

.images img{
  border-radius: 4px;

  /* filter: grayscale(0.5); */
  transition: 0.3s;

  &:hover{
     filter: grayscale(0);
  }
}

.page-item{
color: black;
}
}


/* Sekcja 6  Typ sekcji HTML Widok Sekcja HTML */

#section6 {
.pb-button{
margin-top: 0 !important;
}


}


/* Sekcja 11  Typ sekcji Prelegenci Widok Siatka prelegentów */

#section11 {
#PrelegenciGrid {
    background-color: transparent;
}

.speakerCompany {
    display: block;
}

h3.sectionTitle {
    text-align: center;
    margin-bottom: 60px;
}

.speakerName strong {
    font-weight: 600;
}

.speakerName {
    margin-top: 20px;
}

.speakerInfo {
    margin-top: 0 !important;
}

.speakerImg {
    margin-top: 30px;
    border-radius: 50%;
}

.prelegentContainer {
    justify-content: space-around;
}

#speaker_18 {
    display: none;
}

}


/* Sekcja 14  Typ sekcji Agenda Widok Agenda Grid */

#section14 {
background-color: transparent;

#AgendaGridView{
  padding: 10px 0 60px 0;
}

.agendaSpeakerList{
  line-height: 16px;;
}

h3, div, strong, span, a{
  color: #313131 !important;
}

.header{
display: none !important;
}

.agendaDay p, h3.sectionTitle{
  text-align: center;

}
.agendaDay, h3.sectionTitle{
  padding-top: 10px !important;
}

.agendaItem{
  border-color: rgb(206, 212, 218) !important;
}

a.speakerDetails{
  display: block;
  font-weight: 500;
  margin-top: 16px;
}

.company{
  font-size: 12px;
  line-height: 12px;
  color: rgb(146, 152, 158) !important;
}

.agendaDay{
display: none;
}


}
