div.sekcja{
 background-color: rgba(255,255,255,1); 
 max-width:100%;
 margin:0 auto; 
 /* text-align:center; */
    padding-top:120px;
    min-height:100vh;
    border: 0px solid black;
    margin-top:-20px;
  
}
@media screen and (min-width: 796px) {
div.sekcjaTlo{
  background: url(../img/parallax/poznajnas-parallax.jpg) no-repeat bottom;
  max-width:100vw;
  height: auto;
  margin:0 auto; 
  /* text-align:center; */
     padding-top:120px;
     min-height:110vh;
     border: 0px solid black;
     margin-top:-30px;
 }
}
 @media screen and (max-width: 795px) {
 div.sekcjaTlo{
  background: url(../img/parallax/poznajnas-parallax.jpg) no-repeat bottom;
  max-width:100vw;
  height: auto;
  margin:0 auto; 
  /* text-align:center; */
     padding-top:120px;
     min-height:250vh;
     border: 0px solid black;
     margin-top:-30px;
 }
 }
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:100vw;
    
  height: auto;
      
  overflow: hidden;
  margin:0 auto;
  text-align: center;      
   
  }

div.sekcjaTresc{

  display: inline-block;
 

width:95vw;
min-width:100px;
    
height: auto;
    
    overflow: hidden;
    margin:0 auto;
    
margin:10px 25px 10px 25px;
text-align:left;

    vertical-align: top;
    border:0px solid black;
}

div.sekcjaTrescKontakt{

display: block;
 
width:auto;
max-width:95vw;
min-width:100px;
    
height: auto;
    
    overflow: hidden;
    float:right;
    margin:0 auto;
    
margin:10px 25px 10px 25px;
text-align:left;

    
    border:0px solid black;
}

div.sekcjaFotoTresc{
  background-color: rgba(255,255,255,0.8);
  display: block;
   
  width:auto;  
  width:70vw;
  min-width:100px;
      
  height: auto;
      
      overflow: hidden;
      float:right;
      margin:0 auto;
      
  margin:10px 25px 10px 25px;
  text-align:right;
  
      border:0px solid black;
  }


div.sekcjaFoto{
  background-color: rgba(255,255,255,1);
display: block;
overflow:hidden;
float:left;
margin:0 auto;
padding-left:20px;    
margin:2px;
text-align:left;
    
}



/* 
opinie
*/
.slideshow-container {
  position: relative;
  background:#FFFFFF;
}

/* Slides */
.mySlides {
  display: none;
  
  padding: 20px;
  text-align: center;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* 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;
    
}

