@media (min-width:1700px){ .container{max-width:1600px;  }
}

body {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77;
}

img { max-width:100%;}

p, .paragraph {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "Roboto Slab";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

h3.subtitle { font-size:40px; color:#1c4e93; margin-bottom:0.5em; margin-top:0.4em !important;}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}

.btn {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
}
.btn::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 100%;
  left: 0;
  bottom: 5%;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
  transform-origin: top;
  transform: scaleY(0);
}
.btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
  outline: 0;
  box-shadow: none !important;
}
.btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c4e93;
  --bs-btn-border-color: #1c4e93;
}
.btn-success:hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c4e93;
  --bs-btn-border-color: #1c4e93;
}
.btn:hover {
  --bs-btn-hover-bg: #1c4e93;
  --bs-btn-hover-border-color: #1c4e93;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  color: #333;
  background-color: #f2e55b;
}
.btn-primary::before {
  background-color: #1c4e93;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
  color: #fff !important;
  background-color: #f2e55b !important;
  border-color: #f2e55b !important;
}

.btn-outline-primary {
  color: #f2e55b;
  background-color: transparent;
  border: 1px solid #f2e55b;
}
.btn-outline-primary::before {
  background-color: #fff;
}
.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
  color: #f2e55b !important;
  background-color: #f2e55b !important;
  border-color: #f2e55b !important;
}

.btn-light {
  color: #f2e55b;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-light::before {
  background-color: #f2e55b;
}
.btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
  color: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}


ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover { color: #f2e55b; }
a.text-primary:hover { color: #f2e55b !important; }
a.text-light:hover { color: #f2e55b !important; }
h4 { transition: 0.2s ease; }
a h4:hover { color: #f2e55b; }

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}

.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1a1a37;
  opacity: 1;
  background: transparent linear-gradient(180deg, #f2e55b00 0%, #1a1a37 100%) 0% 0% no-repeat padding-box;
  
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #f2e55b !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f8f8f8;
}

.text-primary {
  color: #f2e55b !important;
}

.text-color {
  color: #5c5c77;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "Roboto Slab";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}
.custom-breadcrumb li.nasted::before {
    content: "\f054"; 
    font-family: "Font Awesome 7 Free";
    font-weight: 900; 
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    color: #fff;
    display: inline-block;
}


.list-styled {
  padding-left: 25px;
}
.list-styled li {
  position: relative;
  margin-bottom: 15px;
}
.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f2e55b;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: transform 0.2s ease;
  transform-origin: top;
  font-weight: 600;
}
.top-header.hide {
  transform: scaleY(0);
  transform-origin: top;
}


.navigation {
  background: linear-gradient(to right, transparent 50%, #f2e55b 50%);
  transition: 0.2s ease;
}
@media (max-width: 991px) {
  .navigation {
    background: #1a1a37;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #1a1a37;
    max-height: calc(100vh - 80px);
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

.navbar-nav {
  padding-left: 50px;
  padding-right:50px;
  background: #1c4e93;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
    padding-right:0;
    background: #1a1a37;
  }
}

.nav-bg {
  background-color: #1a1a37;
}
.navigation a.navbar-brand { margin-top:-50px;}
.navigation.nav-bg a.navbar-brand { margin-top:0;}
.navigation.nav-bg a.navbar-brand img { max-height:90px; }

.nav-item {
  margin: 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navigation a.navbar-brand { margin-top:0;}
  .navigation a.navbar-brand img { max-height:100px; }
}
.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto Slab";
  
}
.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media (max-width: 991px) {
  .nav-item::before {
    opacity: 0.1;
    height: 100%;
  }
}
.nav-item:hover::before, .nav-item.active::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0509803922);
}

.navbar .nav-link.dropdown-toggle::after {
  border: none !important;
  margin-left: 0; 
}

.navbar .nav-item.dropdown > .nav-link.dropdown-toggle::after {
  content: "\f078"; 
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 11px;
  margin-left: 0.35em;
  display: inline-block;
  vertical-align: 1px;
  transition: transform .25s ease;
}


.navbar .dropdown .dropdown-menu li {
  padding-top: 10px;
}
.navbar .dropdown .dropdown-menu li:last-child {
  padding-bottom: 15px;
}
.navbar .dropdown .dropdown-menu.dropdown-submenu {
  top: 0;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown-menu.dropdown-submenu li:first-child {
    margin-top: 15px;
  }
}
.navbar .dropdown .dropdown-item .dropdown-toggle {
  display: block;
  line-height: 1.8;
}
.navbar .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #f2e55b;
  padding: 0 15px;
  padding-left: 5px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    padding-left: 15px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: unset;
    margin: 0;
    border: 0;
    position: static;
  }

}
.navbar .dropdown-menu.show {
  visibility: hidden;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}
.navbar .dropdown .dropdown .dropdown-toggle, .navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: 0.2s ease;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown .dropdown-toggle, .navbar .dropdown-item {
    text-align: center;
  }
}
.navbar .dropdown .dropdown .dropdown-toggle:hover, .navbar .dropdown-item:hover {
  color: #f2e55b;
  text-decoration:underline;
  background: transparent;
}

.hero-section {
  padding: 330px 0 250px;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 250px 0 200px;
  }
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear 0.2s;
  background: transparent;
}
.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #f2e55b;
}
.hero-slider .prevArrow {
  right: 60px;
}
.hero-slider .nextArrow {
  right: 0;
}
.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0;
}
.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.hero-slider .slick-dots li.slick-active button {
  background: #f2e55b;
}
.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}
.hero-slider  .date { 
  color: #fff;
  background: rgba(28,78,147,0.9);
  font-weight: bold;
  font-size:0.9em;
  padding:5px 15px 5px 15px;
  margin-bottom:10px;
  display:inline-block;
}


.feature-icon {
  font-size: 50px;
  color: #f2e55b;
  display: inline-block;
}

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%;
}
@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}
@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
  .navigation a.navbar-brand { margin-top:0px;}
}
@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 60px;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}


.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: 0.3s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

.input-wrapper {
  position: relative;
}
.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}
.form-control:focus {
  border-color: #f2e55b;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 90px;
}

.bg-footer {
  background-color: #182b45;
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}


.newsitem { position:relative; min-height:400px;  cursor: pointer; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.newsitem .text, .newsitem .maska {  position: relative;  z-index: 2; }

.newsitem .maska {
  background: transparent linear-gradient(180deg, #f2e55b00 0%, #1a1a37 100%) 0% 0% no-repeat padding-box;
  display: block;
  width: 100%;
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0px;
}

.newsitem .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-right:15px;  
}

.newsitem .text h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  line-height: 1.1;
  font-size:35px;
  text-decoration: none;
  color: #FFFFFF !important;
}
.newsitem .text h2 a { color:#fff !important;}
.newsitem a:hover, .newsitem:hover a { text-decoration:underline}
.newsitem p { color:#ddd; margin:0;}
.newsitem .text .date { 
  color: #fff;
  background: rgba(28,78,147,0.9);
  font-weight: bold;
  font-size:0.9em;
  padding:5px 15px 5px 15px;
  margin-bottom:10px;
  display:inline-block;
}

.newsitem .bg { 
background-position: center top;
  background-repeat: no-repeat;
  background-size:cover;
  transition: transform .7s ease;
  min-height:400px;
}
.newsitem .bg {
  position: relative;
  overflow: hidden;
  min-height:400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: none;
}

.newsitem .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  transition: transform .7s ease;
}

.newsitem:hover .bg::before {
  transform: scale(1.06);
}


.social {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-right: 10px;
  text-align: center;
  padding-top: 7px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
  color: #fff; 
  font-size: 16px;
}

.social.fb { background-color: #4460a0; }
.social.yt {  background-color: #ce1312; }
.social.ig {  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social:hover {  transform: scale(1.1);  text-decoration: none; }
  
  .tabulka-blok { background:#1c4e93;
    background: transparent linear-gradient(185deg, #1c4e9300 0%, #1a1a37 100%) 0% 0% no-repeat padding-box;
  }
  .tabulka-blok h2 { font-size:28px;}
  
  table .table-primary {--bs-table-bg: #f2e55b;}
  table .table-primary td { font-weight:Bold;}
  
  footer { background:#1a1a37;}
  footer p { color:#fff; }
  footer h3 { color:#fff; font-size:30px;}
  footer ul { margin:0; padding:0;}
  footer ul li { padding-top:10px; padding-bottom:10px; }
  footer ul li a { color:#f2e55b;text-decoration:underline; }
  footer ul li a:hover { color:#fff;text-decoration:underline; }
  #footer2 { 
    background: #1c4e93; color:#fff;
  }
  #footer2 p { color:#fff;}
  #footer2 a { color:#f2e55b; text-decoration:underline; }
  #footer2 a:hover { color:#fff; } 
  
  .nextplay { background:#f2e55b; color:#000; font-size:17px; font-weight:bold; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
  #zapasy-wrapper .nextplay { font-size:16px;}
  .nextplay h2 { font-size:36px}
  .nextplay .zapaslogo { width:100px; height:100px; border-radius:100px; background:#fff; text-align:center; margin:0 auto; margin-bottom:10px;} 
  .nextplay .zapaslogo img { height:60px; margin-top:20px;}
  .nextplay .zapaslogosmall { width:80px; height:80px; border-radius:80px; background:#fff; text-align:center; margin:0 auto; margin-bottom:10px;} 
  .nextplay .zapaslogosmall img { height:50px; margin-top:15px;}
  .nextplay .cas { margin-top:15px;color:#1c4e93; font-size:20px; line-height:28px;}
  .nextplay .cas strong { font-size:30px;}
  .nextplay .cas .popis { font-size:16px; font-weight:Bold;color:#000;}
  .nextplay big { font-size:30px; font-weight:700}
  .nextplay big span { font-size:26px; font-weight:300}
  .nextplay.minuly h2 { color:#fff;}
  .nextplay.minuly { background:#1c4e93; color:#fff;}
  .nextplay.minuly .cas { color:#fff; font-size:18px}
  .nextplay.minuly .cas .popis { color:#aaa}
  .next-smaller .nextplay h2 { font-size:24px; max-width:205px;}
  .next-smaller .nextplay .cas strong { font-size:26px;}
  .load-zapasy.btn-success:active {  background-color: #1c4e93 !important;  border-color: #1c4e93 !important; }

   #hlavni { margin-top:220px;}
   #hlavni a { color:#1c4e93;}
   #hlavni h2 { margin-top:1em; margin-bottom:0.4em;}
   #hlavni h3 { margin-top:1.2em; margin-bottom:0.6em;} 
   #hlavni table { width: 100%; border-collapse: collapse; overflow-x: auto; }
   #hlavni table tr th { background:#1c4e93; color:#fff;}
   #hlavni table tr:nth-child(odd) { background-color: #ffffff; }
   #hlavni table tr:nth-child(even) { background-color: #f5f5f5; }
   #hlavni table td { padding: 8px 12px; border-bottom: 1px solid #ddd; }
   #hlavni table th { padding: 8px 12px; }
   #hlavni ul { list-style-type:disc; margin-bottom:1em;}
   #hlavni ul li { line-height:1.5; }

table#liga-tabulka { box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
#hlavni table tr td.logoklubu img, table#liga-tabulka tr td.logoklubu img { height:24px;}
@media (max-width: 991px) {
  #hlavni {
    margin-top: 155px;
  }
  #hlavni h1{
    font-size:46px;
  }
}

.partneri h2 { font-size:44px;}
.partneri h3 { font-size:36px;}
.partneri h4 { font-size:28px;}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}


.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}


.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-item:hover .gallery-big img {
    transform: scale(1.0);
}



.gallery-square {
    width: 100%;
    padding-bottom: 100%; 
    position: relative;
}


.gallery-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.side-nav {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  padding-inline-start: 0px;
  background: #f1f1f1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.side-nav li {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e7edf5;
  position: relative;
}

.side-nav li a {
  font-size: 1.2em;
  color: #000000 !important;
  display: block;
  padding: 8px 0px 8px 50px;
  background: url("../img/sipka.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: 13px 14px;
}

.side-nav li a:hover, .side-nav li a.active {
  text-decoration: underline;
  color: #1c4e93 !important;
  background: url("../img/sipka-hover.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: 13px 14px;
}

.side-nav li ul {
    list-style:circle !important;

}

.side-nav li ul li  a {
    background:none;
    font-size:1em;
    padding: 8px 0px 8px 40px;
}

.side-nav li ul li  a:hover,.side-nav li ul li  a.active {
background:none;
}

.download-box {
    transition: all 0.25s ease;
    background: #fff;
    border-radius: 0; 
}

.download-box:hover {
    transform: translateY(-4px);
    border-color: #0d6efd;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.download-box:hover a {
    color: #0d6efd;
}
.category-block {
    transition: opacity .25s ease;
}

#hraci { background:#1a1a37;}
#hraci h2 { color:#fff;}

.hraci-slider .slick-slide {
    display: flex;
    justify-content: center;
}

.hrac-box {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    width: 400px; 
    background: #000;
    margin: 0 8px;
}

#hlavni .hrac-box { width:unset; max-width:unset;}
.hrac-box:hover { box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.hrac-foto {
    width: 100%;
    padding-top: 130%;
    background-size: cover;
    background-position: center;
     transition: transform 0.35s ease; 
}

.hrac-box:hover .hrac-foto {
    transform: scale(1.06);
}

.hrac-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    transition: all .35s ease;
    display: block; 
}


.hrac-funkce {
    position:absolute;
    top:0;
    right:0;
     background:#f2e55b ;
     color:#000;
     padding:12px;
     font-weight:bold;
}

.hrac-info .cislo {
    width: 48px;
    height: 48px;
    background: #ffcc00;
    color: #000;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hrac-info .jmeno {
    font-size: 18px;
    font-weight: 600;
}


.hrac-info .info-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hrac-info .popis {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 8px;
    color:#fff;
}
.hrac-info .popis p {
    color:#fff;
    line-height:1.5;
    padding-left:10px; padding-right:10px;
}


.hrac-box:hover .hrac-info {
    padding-bottom: 10px; 
      background: rgba(0,0,0,0.75);
}

.hrac-box:hover .hrac-info .popis {
    max-height: 335px;
    opacity: 1;
}



.hraci-prev, .hraci-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    width: 48px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.hraci-prev { left: -15px; }
.hraci-next { right: -15px; }

.hraci-prev:hover,
.hraci-next:hover {
    background: rgba(0,0,0,0.8);
}
.hraci-slider .slick-list {
    overflow: hidden !important;
}



@media (max-width: 768px) {
    .hrac-box {
        width: 260px;
    }
    #hlavni table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
   }
    .next-smaller .nextplay h2 { font-size:24px; max-width:unset;}
    .hraci-next { right:0}
    .hraci-prev { left:0;}

}

.active > .page-link { color:#fff !important;}
.fade-target { opacity: 0; transition: opacity .3s ease-in-out; }
.fade-target.show {    opacity: 1;}
.navbar-toggler {  position: relative;    z-index: 9999;}
.navbar { position: relative; z-index: 999; }

@media (max-width: 520px) {
#hlavni table tr td.logoklubu, table#liga-tabulka tr td.logoklubu, #hlavni table tr th.logoklubu, table#liga-tabulka tr th.logoklubu{ display:none}
    table#liga-tabulka td, table#liga-tabulka th { font-size:12px;}
}

.kontakt-card {background: #fff; border: 1px solid #e5e5e5;    box-shadow: 0 4px 12px rgba(0,0,0,0.05);    transition: transform .25s ease, box-shadow .25s ease;} 
.kontakt-card:hover { transform: translateY(-4px);    box-shadow: 0 8px 20px rgba(0,0,0,0.12); } 
.kontakt-jmeno { font-size: 1.4rem; font-weight: 700;    margin-bottom: 5px;    margin-top:0 !important;}
.kontakt-funkce, .kontakt-funkce2 { font-size: 1rem; color: #666;}
.kontakt-info div {  margin-bottom: 4px;}
.kontakt-info a { color: #1c4e93; text-decoration: underline;  font-weight:Bold;}
.kontakt-info a:hover { text-decoration: underline; color:#000 !important;}

.live-btn-tv {
    background: #e60000;
    color: #fff;
    font-weight: 800;
    padding: 0.7rem 1.4rem;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(255,0,0,0.6);
}

.live-btn-tv:hover {
    background: #c40000;
    color: #fff;
    box-shadow: 0 0 18px rgba(255,0,0,0.8);
}

.live-btn-tv i {
       font-size: 1.2rem;
    line-height: 1;

}
