 
#obrazektastickyframe {
margin-left: auto;
margin-right: auto;
width: 352px;
max-width: 100%;
		}
#obrazektasticky{height: 167px; background: transparent url(../images/dpv-tasticky.jpg) top center no-repeat;
        background-size: contain;
        padding: 45% 0px 0px 0px;
        height: 1px;
		}

 #obecneinformaceframe  {
margin-left: auto;
margin-right: auto;
width: 283px;
max-width: 100%;
		}

 #obecneinformace {height: 105px; background: transparent url(../images/obecne-informace.jpg) bottom center no-repeat; 
background-size: contain;
        padding: 35% 0px 0px 0px;
        height: 1px;
		} 


#detailtopspringviscoframe {
}
#detailtopspringvisco {height: 215px;background: transparent url(../images/zvetsenitop-spring.jpg) bottom right no-repeat;
        float: right;
        margin-left: 15px;
        background-size: contain;
        padding: 0px 0px 0px 0px;
        width: 334px;
        height: 215px;
        max-width: 30%;
        max-height: 20%;
        }












#biorytmus {padding: 2px;
               }

#biorytmus p {font-size: 14px;
          padding: 5px;
           margin: 0;}
#biorytmus h3 {font-size: 15px;
           padding: 7px;
           margin: 0;}
#biorytmusobr {float: left;
           background: transparent top left url(../images/css_dpv_biorytmus02.jpg) no-repeat;
           width: 340px;
           max-width: 33%;
           height: 200px;
           margin: 10px;
}

#biorytmus {padding: 2px;
               }

#biorytmus p {font-size: 14px;
          padding: 5px;
           margin: 0;}
#biorytmus h3 {font-size: 15px;
           padding: 7px;
           margin: 0;}
#biorytmusobr {float: left;
           background: transparent top left url(../images/css_dpv_biorytmus02.jpg) no-repeat;
           width: 340px;
           max-width: 33%;
           height: 200px;
           margin: 10px;
}

#logoresetoframe {
margin-left: auto;
margin-right: auto;
width: 550px;
max-width: 100%;
		}

#logoreseto {
        background: transparent top center url(../images/logo-reseto.jpg) no-repeat;
background-size: contain;
        padding: 20% 0px 0px 0px;
        height: 1px;
		}
       
#dpvvyrobce h3 {font-size: 16px;
           padding: 7px; strong
           margin: 0;}

#dpvvyrobce p {font-size: 14px;
           padding: 2px; strong
           margin: 0;}

#dpvvyrobceobr {float: left;
           height: 80px;}

#ryzeceskafirmaframe {
      		}
#ryzeceskafirmaobr {background: transparent url(../images/ryzeceskafirma1.jpg) top left no-repeat;
            float: left;
        margin-right: 15px;
        background-size: contain;
        padding: 0px 0px 0px 0px;
        width: 425px;
        height: 216px;
        max-width: 100%;
        max-height: 20%;
        }  
       

/* 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
}