<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* VloĹľenĂˇ data */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;700&amp;display=swap');

body { font-family: 'Oxygen', sans-serif; margin: 0 0 0 0; font-weight: 300; color: #000;}

/* RozhranĂ­ pro notebook + PC */
@media screen and (min-width: 1100px) {
  .button_container {
    position: absolute;
    width: 90px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 25px;
    color: #F3F0E7;
    padding: 14px 15px 14px 50px;
    text-align: center;
    font-size: 18px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.fw.png') 0 0 no-repeat; 
    background-size: 50px;
  }
  .button_container:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 50px;
    color: #DDC796;
  }
  .button_container.active {
    position: absolute;
    width: 90px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 25px;
    color: #F3F0E7;
    padding: 14px 15px 14px 50px;
    text-align: center;
    font-size: 18px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.exit.fw.png') 0 0 no-repeat; 
    background-size: 50px;
  }
  .button_container.active:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 50px;
    color: #DDC796;
  }

  .overlay {
    position: fixed;
    background: #F3F0E7;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 110;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 1.9;
    visibility: visible;
    height: 100%;
  }

  /* Vlastni obsah */
  #navipage { width: 400px; height: 340px; text-align: left; margin: 0;}

  .navi-button-pozice { width: 400px; height: 60px; text-align: left; margin: 0 0 10px 0;}
  .navi-button { width: 340px; height: 36px; position: absolute; margin: 0; padding: 12px 0 12px 60px; font-size: 28px; font-weight: 700; text-align: left; transition: all 0.35s ease-in-out;}
  a.navi-button { color: #3F3F3F; text-decoration: none; background: url('../themes/menu.fw.png') 10px no-repeat; background-size: 40px auto;}
  a.navi-button:hover { color: #8C1535; background: url('../themes/menu.active.fw.png') 10px no-repeat; background-size: 40px auto;}
}

/* RozhranĂ­ pro tablety */
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .button_container {
    position: absolute;
    width: 90px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 25px;
    color: #F3F0E7;
    padding: 14px 15px 14px 50px;
    text-align: center;
    font-size: 18px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.fw.png') 0 0 no-repeat; 
    background-size: 50px;
  }
  .button_container:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 50px;
    color: #DDC796;
  }
  .button_container.active {
    position: absolute;
    width: 90px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 25px;
    color: #F3F0E7;
    padding: 14px 15px 14px 50px;
    text-align: center;
    font-size: 18px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.exit.fw.png') 0 0 no-repeat; 
    background-size: 50px;
  }
  .button_container.active:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 50px;
    color: #DDC796;
  }

  .overlay {
    position: fixed;
    background: #F3F0E7;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 110;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 1.9;
    visibility: visible;
    height: 100%;
  }

  /* Vlastni obsah */
  #navipage { width: 400px; height: 340px; text-align: left; margin: 0;}

  .navi-button-pozice { width: 400px; height: 60px; text-align: left; margin: 0 0 10px 0;}
  .navi-button { width: 340px; height: 36px; position: absolute; margin: 0; padding: 12px 0 12px 60px; font-size: 28px; font-weight: 700; text-align: left; transition: all 0.35s ease-in-out;}
  a.navi-button { color: #3F3F3F; text-decoration: none; background: url('../themes/menu.fw.png') 10px no-repeat; background-size: 40px auto;}
  a.navi-button:hover { color: #8C1535; background: url('../themes/menu.active.fw.png') 10px no-repeat; background-size: 40px auto;}
}

/* RozhranĂ­ pro smartphone */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .button_container {
    position: absolute;
    width: 80px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 20px;
    color: #F3F0E7;
    padding: 10px 15px 10px 40px;
    text-align: center;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.fw.png') 0 0 no-repeat; 
    background-size: 40px;
  }
  .button_container:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 40px;
    color: #DDC796;
  }
  .button_container.active {
    position: absolute;
    width: 80px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 20px;
    color: #F3F0E7;
    padding: 10px 15px 10px 40px;
    text-align: center;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.exit.fw.png') 0 0 no-repeat; 
    background-size: 40px;
  }
  .button_container.active:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 40px;
    color: #DDC796;
  }

  .overlay {
    position: fixed;
    background: #F3F0E7;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 110;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 1.9;
    visibility: visible;
    height: 100%;
  }

  /* Vlastni obsah */
  #navipage { width: 300px; height: 240px; text-align: left; margin: 0;}

  .navi-button-pozice { width: 300px; height: 40px; text-align: left; margin: 0 0 0 0;}
  .navi-button { width: 250px; height: 28px; position: absolute; margin: 0; padding: 6px 0 6px 50px; font-size: 20px; font-weight: 700; text-align: left; transition: all 0.35s ease-in-out;}
  a.navi-button { color: #3F3F3F; text-decoration: none; background: url('../themes/menu.fw.png') 10px no-repeat; background-size: 30px auto;}
  a.navi-button:hover { color: #8C1535; background: url('../themes/menu.active.fw.png') 10px no-repeat; background-size: 30px auto;}
}

/* RozhranĂ­ pro mobil */
@media screen and (max-width: 479px) {
  .button_container {
    position: absolute;
    width: 80px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 20px;
    color: #F3F0E7;
    padding: 10px 15px 10px 40px;
    text-align: center;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.fw.png') 0 0 no-repeat; 
    background-size: 40px;
  }
  .button_container:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 40px;
    color: #DDC796;
  }
  .button_container.active {
    position: absolute;
    width: 80px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 130;
    border-radius: 20px;
    color: #F3F0E7;
    padding: 10px 15px 10px 40px;
    text-align: center;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
    background: #3F3F3F url('../themes/navi.exit.fw.png') 0 0 no-repeat; 
    background-size: 40px;
  }
  .button_container.active:hover {
    background: #8C1535 url('../themes/navi.active.fw.png') 0 0 no-repeat; 
    background-size: 40px;
    color: #DDC796;
  }

  .overlay {
    position: fixed;
    background: #F3F0E7;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 110;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 1.9;
    visibility: visible;
    height: 100%;
  }

  /* Vlastni obsah */
  #navipage { width: 300px; height: 290px; text-align: left; margin: 0;}

  .navi-button-pozice { width: 300px; height: 40px; text-align: left; margin: 0 0 10px 0;}
  .navi-button { width: 250px; height: 28px; position: absolute; margin: 0; padding: 6px 0 6px 50px; font-size: 20px; font-weight: 700; text-align: left; transition: all 0.35s ease-in-out;}
  a.navi-button { color: #3F3F3F; text-decoration: none; background: url('../themes/menu.fw.png') 10px no-repeat; background-size: 30px auto;}
  a.navi-button:hover { color: #8C1535; background: url('../themes/menu.active.fw.png') 10px no-repeat; background-size: 30px auto;}
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}</pre></body></html>