 #logowarm {
        background: transparent url(../images/logowarm.jpg) top right no-repeat;
        padding: 0px 0px 0px 0px;
        height: 62px;
        }

#bezovawarmh {
        background: transparent url(../images/bezovawarmh.jpg) bottom center no-repeat;
        padding: 30px 0px 20px 0px;
        height: 480px;
        }
#vsechnywarmhugyv {
        background: transparent url(../images/vsechnywarmhugyv.jpg) top right no-repeat;
        padding: 0px 450px 0px 0px;
        height: 300px;
        }
#vsechnywarmhugyw {
        background: transparent url(../images/vsechnywarmhugyw.jpg) bottom center no-repeat;
        padding: 20px 0px 20px 0px;
        height: 132px;
        }
#vsechnywrmhugyx {
        background: transparent url(../images/vsechnywrmhugyx.jpg) top left no-repeat;
        padding: 20px 0px 20px 500px;
        height: 300px;
        }
#vsechnywarmhugyy {
        background: transparent url(../images/vsechnywarmhugyy.jpg) top right no-repeat;
        padding: 0px 490px 0px 0px;
        height: 300px;
        }

#bezovawarmhx {
        background: transparent url(../images/bezovawarmhx.jpg) bottom center no-repeat;
        padding: 20px 0px 40px 0px;
        height: 300px;
        }
#vyrobcedormeo p {font-size: 14px;
          padding: 5px;
           margin: 0;}
#vyrobcedormeo h3 {font-size: 16px;
           padding: 7px; strong
           margin: 0;}
#vyrobcedormeoobr {float: left;
           height: 200px;}
#logodormeo {background: transparent url(../images/logo_dormeo_bile.jpg) top center no-repeat; height: 150px; 
            }


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