
/* CSS Document */


input {
    word-wrap: normal;  
}
#portmain .art-middle .vypis .vtitle .vsubj, #port-right .vypis .vtitle .vsubj, .headernadpis, h4 {
  
  font-family: "neuropol-x-light", sans-serif;
  font-size: 1.2rem;
}

@media only screen and (min-width: 923.9px) {
.flexslider .slides > li {
    animation: zoom-in-zoom-out 20s linear infinite;
  }
}


  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
