 #male2 {
        background: transparent url(../images/male2.jpg) bottom center no-repeat;
        padding: 30px 0px 0px 0px;
        height: 346px;
		}
#male1 {
        background: transparent url(../images/male1.jpg) top right no-repeat;
        padding: 10px 220px 0px 0px;
        height: 190px;
		}
#l1a {
        background: transparent url(../images/l1a.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 59px;
		}
#l2a {
        background: transparent url(../images/l2a.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 59px;
		}
#l3a {
        background: transparent url(../images/l3a.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 59px;
		}
#m1 {
        background: transparent url(../images/m1.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 59px;
		}

#productDescription h2.z {
	    font-size: 18px; 
        color: #003366;
		padding-top: 20px;
	    padding-bottom: 10px; 
}

#productDescription h2.za {
	    font-size: 18px; 
        color: #003366;
		padding-top: 50px;
	    padding-bottom: 20px; 
        }
#productDescription h2.zb {
	    font-size: 18px; 
        color: #003366;
		padding-top: 90px;
	    padding-bottom: 20px; 
        }
#productDescription p.magn {
	    font-size: 14px; 
        color: #000000;
         }
#logomabob {
        background: transparent url(../images/logomabob.jpg) top right no-repeat;
        padding: 10px 0px 0px 0px;
        height: 57px;
        }




#minimitch_mabo_potah {padding: 2px;
        
       }

.nadpis_hl_mabo {font-size: 15px;
           padding: 7px;
           margin: 0;}

.text_mnimitch_pr {font-size: 14px;
           padding: 5px;
           margin: 0;}

#minimitchobr {float: left;
background: transparent top left url(../images/mabo_potah_minimitch_01.jpg) no-repeat;
           width: 250px;
           height: 150px;
background-size: contain;}

#myPopup14 {width: 500px;
height: 370px;

}



#minimitch_mabo_potah {padding: 2px;
        
       }

.nadpis_hl_mabo {font-size: 15px;
           padding: 7px;
           margin: 0;}

.text_mnimitch_pr {font-size: 14px;
           padding: 5px;
           margin: 0;}

#minimitchobr {float: left;
background: transparent top left url(../images/mabo_potah_minimitch_01.jpg) no-repeat;
           width: 250px;
           height: 150px;
background-size: contain;}

#myPopup14 {width: 500px;
height: 370px;

}



#vyrobcemaboframe{margin-left: auto;
margin-right: auto;
width: 300px;
max-width: 100%;
}
#vyrobcemabo{
        background: transparent url(../images/css_vyrobcemabo.jpg) top center no-repeat;
        background-size: contain;
        padding: 50% 0px 0px 0px;
        height: 1px;
		}

#vyrobcemabo1frame{margin-left: auto;
margin-right: auto;
width: 457px;
max-width: 90%;
}
#vyrobcemabo1{
        background: transparent url(../images/vyrobcemabo3.jpg) top center no-repeat;
        background-size: contain;
        padding: 30% 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
}