 #productDescription h2.magna {
	    font-size: 16px; 
        color: #003366;
		padding-top: 50px;
	    padding-bottom: 0px; 
        }

#productDescription h2.maga {
	    font-size: 16px; 
        color: #003366;
		padding-top: 10px;
	    padding-bottom: 0px; 
        }
#productDescription p.magna {
	    font-size: 13px; 
        color: #000000;
		padding-top: 35px;
        }

#productDescription h3.ob {
	    font-size: 14px; 
        color: #003366;
		padding-top: 10px;
	    padding-bottom: 0px; 
         }
#troplogo {
        background: transparent url(../images/troplogo.jpg) top left no-repeat;
        padding: 0px 30px 0px 0px;
        height: 62px;
	}
#sarkae {
        background: transparent url(../images/sarkae.jpg) top right no-repeat;
        padding: 20px 350px 0px 0px;
        height: 289px;
        }  
#vse {
        background: transparent url(../images/vse.jpg) bottom center no-repeat;
        padding: 130px 0px 0px 0px;
        height: 128x;
		}
#microcareb {
        background: transparent url(../images/microcareb.jpg) bottom center no-repeat;
        padding: 230px 0px 0px 0px;
        height: 220x;
		}
#sarkac {
        background: transparent url(../images/sarkac.jpg) top right no-repeat;
        padding: 20px 350px 0px 0px;
        height: 202px;
        }  

#slozenia {
        background: transparent url(../images/slozenia.jpg) bottom center no-repeat;
        padding: 0px 0px 0px 0px;
        height: 72px;
        } 
#patnact {
        background: transparent url(../images/patnact.jpg) bottom center no-repeat;
        padding: 210px 0px 30px 0px;
        height: 231x;
		}
#logotropicoframe{
}
#logotropico { 
        background: transparent url(../images/logotropico_cervene.jpg) top left no-repeat;
        float: left;
        margin-right: 15px;
        background-size: contain;
        padding: 0px 0px 0px 0px;
        width: 306px;
        height: 200px;
        max-width: 60%;
        max-height: 30%;
        }  


#hildingvyrobaframe {
}
#hildingvyrobaobr {
        background: transparent url(../images/logohildinganderes.jpg) top right no-repeat;
        float: right;
        margin-left: 15px;
        background-size: contain;
        padding: 0px 0px 0px 0px;
        width: 360px;
        height: 123px;
        max-width: 90%;
        max-height: 30%;
        }




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