 #bigboy4 {
        background: transparent url(../images/bigboy4.jpg) bottom center no-repeat;
        padding: 10px 0px 10px 0px;
        height: 127px;
		}		
#bigboy2 {
        background: transparent url(../images/bigboy2.jpg) top right no-repeat;
        padding: 0px 360px 10px 0px;
        height: 203px;
		}	
#bigboy3 {
        background: transparent url(../images/bigboy3.jpg) bottom center no-repeat;
        padding: 10px 0px 0px 0px;
        height: 268px;
                }
#bigboy6c {
        background: transparent url(../images/bigboy6c.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 125px;
		}
#bigboy7b {
        background: transparent url(../images/bigboy7b.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 131px;
                }
#bigboy5a {
        background: transparent url(../images/bigboy5a.jpg) bottom center no-repeat;
        padding: 20px 0px 0px 0px;
        height: 180px;
                }
#slumberland {padding: 2px 10px 100px 160px;
        background: transparent top left url(../images/slumberland.jpg) no-repeat;
       }
#slumberland h3 {font-size: 16px;
           padding: 7px;
           margin: 0;}
#slumberlandobr {float: left;
           height: 160px;}
#slumberland p {font-size: 14px;
          padding: 5px;
           margin: 0;}


#slumberlandpostel {padding: 2px 250px 100px 2px;
        background: transparent top right url(../images/slumberland-postel.jpg) no-repeat;
       }
#slumberlandpostel h3 {font-size: 15px;
           padding: 7px;
           margin: 0;}
#slumberlandpostelobr {float: right;
           height: 160px;}
#slumberlandpostel p {font-size: 14px;
          padding: 5px;
           margin: 0;}




/* CSS PRO GALERII NA KLIKNUTÍ */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.popup .hidden {
  visibility: hidden;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}