
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.main-menu > li > a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}

.prague-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 16px;
  z-index: 300;
  background-color: transparent;
  transition: background-color 0.3s ease-in, top 0.6s linear;
}

.main-menu .sub-menu li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  opacity: 0.9;
  color: #ffffff;
  font-weight: 400;
  transition: color 0.3s ease;
}

.main-menu .sub-menu li a:hover {
  color: #FFFF00;
  background-color: transparent;
}

.prague-footer .footer-bottom-content .footer-copyright p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #E6E6E6;
  margin-bottom: 0;
}
.prague-footer-info-block .footer-info-block-title {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 4.5px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 37px;
}

footer.prague-footer.default.s-back-switch 
  div.footer-content-outer 
  div.footer-top-content 
  div.prague-footer-info-block a {
    color: #fffff;
    text-decoration: none;
    transition: color 0.4s ease;
}

footer.prague-footer.default.s-back-switch 
  div.footer-content-outer 
  div.footer-top-content 
  div.prague-footer-info-block a:hover {
    color: #FFFF00;
}

/* Skryť footer obrázok */
footer.prague-footer img.s-img-switch {
    display: none !important;
}

/* Nastaviť pevné pozadie pre celý footer */
footer.prague-footer {
    background-image: none !important;
    background-color: #1A1A1A !important;
}

/* Zmena farby označeného textu */
::selection {
    background-color: #111; /* tmavé pozadie */
    color: #FFD700; /* tmavo žltá farba textu */
}

/* Zmena farby označeného textu - pre firefox */
::-moz-selection {
    background-color: #111;
    color: #FFD700;
}

.prague-footer .footer-content-outer {
    padding-top: 40px;
    padding-bottom: 40px; 
}