 #superr6 {
        background: transparent url(../images/superr6.jpg) bottom center no-repeat;
        padding: 20px 0px 0px 0px;
        height: 300px;
        }

#productDescription p.z {
	    font-size: 14px; 
        color: #000000;
               padding-top: 10px;
      }

#productDescription h2.z {
	    font-size: 18px; 
        color: #003366;
		padding-top: 20px;
	    padding-bottom: 10px; 
}
#materassologoframe{
margin-left: auto;
margin-right: auto;
width: 465px;
max-width: 100%;
		}

#materassologo {padding: 310px 10px 10px 0px;
        background: transparent top center url(../images/logo_materasso.jpg) no-repeat;
 background-size: contain;
        padding: 50% 0px 0px 0px;
        height: 1px;
		}

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