 

.nadpis_mediprotect{font-size:16px;strong;
         }

.text_mediprotect{font-size:14px;
         }


#mediprotect_02 {
        background: transparent url(../images/mediprotect_02.jpg) top right no-repeat;
        padding: 40px 420px 0px 0px;
        height: 203px;
       }



#mpovyrobce {padding: 2px 10px 100px 160px;
        background: transparent top left url(../images/vyrobcempo.jpg) no-repeat;
       }
#mpovyrobce h3 {font-size: 16px;
           padding: 7px;
           margin: 0;}
#mpovyrobceobr {float: left;
           height: 160px;}
#mpovyrobce p {font-size: 14px;
          padding: 5px;
           margin: 0;}


#mpovyroba {padding: 2px 200px 100px 2px;
        background: transparent top right url(../images/mpovyroba.jpg) no-repeat;
       }
#mpovyroba h3 {font-size: 15px;
           padding: 7px;
           margin: 0;}
#mpovyrobaobr {float: right;
           height: 160px;}
#mpovyroba p {font-size: 14px;
          padding: 5px;
           margin: 0;}


#mpoeco {padding: 2px 10px 100px 160px;
        background: transparent top left url(../images/mpoeco.jpg) no-repeat;
       }
#mpoeco h3 {font-size: 15px;
           padding: 7px;
           margin: 0;}
#mpoecoobr {float: left;
           height: 183px;}
#mpoeco 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
}