 #velfont-acarsan400_01frame{
}
#velfont-acarsan400_01 {
        background: transparent url(../images/velfont-acarsan400_01.jpg) top right no-repeat;
        float: right;
        margin-left: 15px;
        background-size: contain;
        padding: 0px 0px 0px 0px;
        width: 378px;
        height: 250px;
        max-width: 30%;
        max-height: 20%;
        }



#velfont-acarsan400_02frame{
margin-left: auto;
margin-right: auto;
width: 471px;
max-width: 100%;
		}
#velfont-acarsan400_02 {
        background: transparent url(../images/velfont-acarsan400_02.jpg) bottom center no-repeat;
        background-size: contain;
        padding: 40% 0px 0px 0px;
        height: 1px;
		}


#vyrobcevelfont h3 {font-size: 16px;
           padding: 7px;
           margin: 0;}

#vyrobcevelfont p {font-size: 14px;
           padding: 2px;
           margin: 0;}


#logo_velfont{
        background: transparent url(../images/logovelfont.jpg) top left no-repeat;
        padding: 2px 2px 2px 10px;
        height: 190px;
        width: 100px;
float: left;
		}

/* 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
}