div.sekcja{
 max-width:100%;

 margin:0 auto; 
 text-align:center;
    padding-top:200px;
    height:auto;
    min-height:100vh;
    
    border: 0px solid black;
    margin-top:-186px;
    z-index: 1;
}

div.sekcjaKontakt{
  
  overflow: hidden;
  min-width:100vw;
  
  margin:0 auto; 
  text-align:center;
     padding-top:20px;
     height:auto;
     border: 0px solid black;
     /* margin-top:300px; */
  z-index:-1;
 }


div#brak{
  background-color:none;      
 }

div#biala{
 background-color:#FFFFFF;      
}

div#szara{
 background-color:rgb(240,240,240);
}


div.sekcjaTrescGrid{
    
  width:auto;  
  max-width:1920px;
  width:100%;
    
  height: auto;
      
  overflow: hidden;
  float:left;
  text-align: center;      
   
  }

div.sekcjaTresc{
display: block;

width:auto;  
max-width:600px;
min-width:100px;
    
height: auto;
    
    overflow: hidden;
   float:left;
    
margin-left:100px;
margin-top:20px;
text-align:left;
    
font-size:2vh;
border:0px solid black;
    
}

@media (width<=780px){
  div.sekcjaTresc {
    display: block;
    width: auto;
    max-width: 450px;
    min-width: 100px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    text-align: left;
    font-size: 2vh;
    border: 0px solid black;
  }
}

@media (width<=500px){
  div.sekcjaTresc {
    display: block;
    width: auto;
    max-width: 300px;
    min-width: 100px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    text-align: left;
    font-size: 2vh;
    border: 0px solid black;
  }
}
div.sekcjaFoto{

    overflow:hidden;
    /* margin:0 auto; */
    
    
margin:2px;
text-align:left;
    vertical-align: baseline;
}

/* 
opinie
*/
.slideshow-container {
  position: relative;
  background:none;
}

/* Slides */
.mySlides {
  display: none;
  padding: 20px;
  text-align: center;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #FFF;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic; font-weight:bold;}

/* Add a blue color to the author */
.author {color:Black;}
/* 
EOF opinie
*/

/* animacja mySlides */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* Eof animacja mySlides */



hr.liniaSekcja{
    height:1px;
    border:0px;
    border-bottom: 0px solid black;
    max-width:200px;
    
}

