body {
 background-image: url("morotlo.png");
 background-color: #cccccc;
}

.container {
  position: relative;
  width: 50%;
}.container4 {
  position: relative;
  width: 50%;
  left: 25%;
}
.container2 {
  position: relative;
}
.container3 {
  position: center;

}

.cos{
cursor: pointer;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.middle2 {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.middle3 {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 106%;
  left: 34%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.middle4 {
  transition: .5s ease;
  opacity: 1;
  top: 1000px;
  left: 30%;
  width: 10%;
  height: auto;
  position: relative;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}



.tloGalanteria {
  background-color: #24262E;
  color: white;
  font-size: 16px;
  padding: 650px 530px;
  border-color: #000000;
  border: 0 3px 3px 0;
}
.tloGrill {
  background-color: #24262E;
  color: white;
  font-size: 16px;
  padding: 550px 530px;
  border-color: #000000;
  border: 0 3px 3px 0;
}
.tloSztucce {
  background-color: #24262E;
  color: white;
  font-size: 16px;
  padding: 550px 530px;
  border-color: #000000;
  border: 0 3px 3px 0;
}

.container:hover .image {
  opacity: 0.9;
}

.container:hover .middle {
  opacity: 1;
}

.startowe{
    background-image: url(Obraz1.png);
    position: relative; 
    top: 15px; 
    left:220px;
    width:80%;    
    height:80%;
}

.startowe:hover {
    background-image: url(obraz1klik.png);
    position: relative; 
    top: 15px; 
    left:220px;
    width:250px;    
    height:100px;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 32px;
  padding: 32px 64px;
}

.textTWO {
  background-color: #b9b9b9;
  color: white;
  font-size: 16px;
  padding: 68px 440px;
  top: 30;
}

.text3 {
 width: 1000px;
 height: 130px;
 background-image: url(moose.jpg);
 background-size: cover;
}

.tlo {
  background-color: #b9b9b9;
  color: white;
  font-size: 16px;
  padding: 120px 440px;
  top: 3000px;
}

.tloOferta {
  background-color: #b9b9b9;
  color: white;
  font-size: 16px;
  padding: 1500px 460px;
  top: 2000px;
  border-color: #000000;
  border: 0 3px 3px 0;
}
.tloGaleria {
  background-color: #24262E;
  color: white;
  font-size: 16px;
  padding: 950px 530px;
  top: 70%;
  border-color: #000000;
  border: 0 3px 3px 0;
}

p.one {
  border-style: dotted;
  border-width: thick;
}
/* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 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);
}

/* Caption text */
.text2 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.topleft {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 34px;
  font-family: 'impact';
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}