 .troppristylka {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.troppristylka_nadpis {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #222;
}

.troppristylka_text {
  margin: 18px 0 24px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.troppristylka_text strong {
  font-weight: 700;
}

.troppristylka_obrazek {
  width: 100%;
  margin: 0 0 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#viscomedidry_ikony {
  background-image: url("../images/viscomedidry_ikony.jpg");
  height: 86px;
  background-position: left center;
}

#viscomedidry {
  background-image: url("../images/viscomedidry.jpg");
  height: 450px;
}

.vetsirozestup {
  margin: 0 0 28px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.vetsirozestup li {
  margin-bottom: 8px;
}

/* Tablet */
@media (max-width: 768px) {
  .troppristylka {
    padding: 18px 14px;
  }

  .troppristylka_nadpis {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .troppristylka_text,
  .vetsirozestup {
    font-size: 15px;
    line-height: 1.6;
  }

  #viscomedidry_ikony {
    height: 70px;
    background-position: center;
  }

  #viscomedidry {
    height: 330px;
  }
}

/* Mobil */
@media (max-width: 480px) {
  .troppristylka {
    padding: 16px 12px;
  }

  .troppristylka_nadpis {
    font-size: 19px;
  }

  .troppristylka_text,
  .vetsirozestup {
    font-size: 15px;
  }

  #viscomedidry_ikony {
    height: 60px;
  }

  #viscomedidry {
    height: 240px;
  }
}

#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
}