<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HP TOP*/ 
.dropdown-item:active {
  background: #005f48!important;
}

/* Slider */
.hp-article {
  background: black;
}
.hp-matches .container {
margin-top: 30px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; 

  }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden {
    display: none; }
  
  /* Slider */
  .slick-loading .slick-list {
    background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }
  
  /* Icons */
  @font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; }
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-family: "slick";
      font-size: 20px;
      line-height: 1;
      color: white;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  
  .slick-prev {
    left: -25px; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
    .slick-prev:before {
      content: "â†"; }
      [dir="rtl"] .slick-prev:before {
        content: "â†’"; }
  
  .slick-next {
    right: -25px; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
    .slick-next:before {
      content: "â†’"; }
      [dir="rtl"] .slick-next:before {
        content: "â†"; }
  
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slick-dots li button:hover, .slick-dots li button:focus {
          outline: none; }
          .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 1; }
        .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "â€˘";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
        .news-slider {
            margin-left: auto;
            margin-right: auto; }
            .news-slider button.slick-arrow {
              width: 45px;
              height: 45px;
              background-color: #006d52;
              box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.13);
              z-index: 10; }
            .news-slider .slick-prev {
              left: 0px; }
              .news-slider .news-thumb:hover{
                flex-grow:3}
              .news-slider .news-thumb:hover img.img-fluid{
                transform:scale(1);z-index:10}

                @media (min-width: 1200px){
                  .news-slider .slick-track{height:55vh;flex-direction:row;min-height:500px;display:flex;flex-wrap:wrap;flex-direction:row}
                  .news-slider .news-thumb{
                    display:flex;
                    flex:1;
                    height:100% !important;
                    -webkit-transition:all 0.5s ease-in-out;
                      -o-transition:all 0.5s ease-in-out;
                      transition:all 0.5s ease-in-out
                  }
                  .news-slider .news-thumb picture{width:100%;height:100%}
                  .news-slider .news-thumb picture img{width:100%;height:100%;object-fit:cover}
                  .news-slider .news-thumb:hover {
                    flex-grow:3,  
                    -webkit-transition:all 0.6s ease-in-out;
                      -o-transition:all 0.6s ease-in-out;
                      transition:all 0.6s ease-in-out}
                  .news-slider .news-thumb:hover img.img-fluid{transform:scale(1);z-index:10}}
                  .event-slider{margin-left:auto;margin-right:auto}
                  .event-slider button.slick-arrow{width:30px;height:30px;background-color:#0e3a7e;box-shadow:0px 2px 24px rgba(0,0,0,0.13);z-index:10}
                  .event-slider .slick-prev{left:-40px}
                }


              @media (max-width: 991px) {
                .news-slider .slick-prev {
                  left: 10px; } }
              .news-slider .slick-prev:before {
                content: "";
                width: 24px;
                height: 16px;
                background: url("../img/arrow-left.svg") no-repeat;
                background-position: 0px 0px;
                display: block;
                margin-left: 12px; }
            .news-slider .slick-next {
              right: 0px; }
              @media (max-width: 991px) {
                .news-slider .slick-next {
                  right: 10px; } }
              .news-slider .slick-next:before {
                content: "";
                width: 24px;
                height: 17px;
                background: url("../img/arrow-right.svg") no-repeat;
                background-position: 0px 0px;
                display: block;
                margin-left: 11px; }
            @media (max-width: 767px) {
              .news-slider button.slick-arrow {
                width: 30px;
                height: 30px; }
              .news-slider .slick-prev {
                left: 0px; }
                .news-slider .slick-prev:before {
                  height: 8px;
                  background: url("../img/arrow-left-small.svg") no-repeat; }
              .news-slider .slick-next {
                right: 0px; }
                .news-slider .slick-next:before {
                  height: 8px;
                  background: url("../img/arrow-right-small.svg") no-repeat; } }
.news-thumb {
    position: relative; }
    .news-thumb:before {
      content: "";
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.43) 62%, rgba(0, 0, 0, 0.73) 99%);
      display: block;
      position: absolute; }
    .news-thumb img {
      width: 100%; }
    .news-thumb .tag-wrap {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 44px 46px;
      text-align: left; }
      .news-thumb .tag-wrap .date,
      .news-thumb .tag-wrap .category {
        margin-bottom: 15px;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        font-family: refrigerator-deluxe, sans-serif;
        display: inline-block;
        margin-right: 15px; }
      .news-thumb .tag-wrap h1 {
        color: #fff;
        margin-bottom: 26px;
        max-width: 550px; }
      .news-thumb .tag-wrap h1 a {
        color: #fff;
        font-family: refrigerator-deluxe, sans-serif;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        margin-right: 30px;
        margin-bottom: 10px;
        vertical-align: middle;
        display: inline-block; }
        .news-thumb .tag-wrap a {
            color: #29a35c;
            font-size: 16px;
        }
        .news-thumb .tag-wrap a img {
          width: 14px;
          margin-right: 8px;
          margin-top: -5px;
          display: inline-block; }
        .news-thumb .tag-wrap a:hover {
          text-decoration: none; }
      .news-thumb .tag-wrap .result {
        display: inline-block;
        vertical-align: middle; }
        .news-thumb .tag-wrap .result img,
        .news-thumb .tag-wrap .result .score {
          display: inline-block;
          margin-right: 9px;
          width: auto;
          vertical-align: middle; }
        .news-thumb .tag-wrap .result img:last-child {
          margin-right: 0px; }
        .news-thumb .tag-wrap .result .score {
          font-family: refrigerator-deluxe, sans-serif;
          font-size: 29px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff; }
          .event-slider {
            margin-left: auto;
            margin-right: auto; }
            .event-slider button.slick-arrow {
              width: 30px;
              height: 30px;
              background-color: #006d52;
              box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.13);
              z-index: 10; }
            .event-slider .slick-prev {
              left: -40px; }

              
              @media (max-width: 991px) {
                .event-slider .slick-prev {
                  left: 10px; } }
              .event-slider .slick-prev:before {
                content: "";
                width: 12px;
                height: 8px;
                background: url("../img/arrow-left-small.svg") no-repeat;
                background-position: 0px 0px;
                display: block;
                margin-left: 12px; }
            .event-slider .slick-next {
              right: -40px; }
              @media (max-width: 991px) {
                .event-slider .slick-next {
                  right: 10px; } }
              .event-slider .slick-next:before {
                content: "";
                width: 12px;
                height: 8px;
                background: url("../img/arrow-right-small.svg") no-repeat;
                background-position: 0px 0px;
                display: block;
                margin-left: 11px; }
            .event-slider .slick-track .slick-active {
              
              border-left: 1px solid #e7edf5; 
            }
            .event-slider .slick-track .slick-current  {
              border-left: none;
            }
            @media (max-width: 500px) {
              .event-slider .slick-prev,
              .event-slider .slick-next {
                top: 16%; } }
          
          .slick-disabled {
            background-color: #2f2929 !important; }
            .slick-disabled:before {
              opacity: 1 !important; }
          
          .slick-track {
            display: flex !important; }
          
          .slick-slide {
            height: inherit !important; }
          
          .event {
            text-decoration: none;
            position: relative;
            color: #000;
            padding: 0px 30px;
            margin: 30px 0px;
            text-align: center; }
            .event:hover {
              text-decoration: none;
              color: #000; }
            .event .logo {
              text-align: center; }
              .event .logo img {
                display: block;
                margin-bottom: 16px; }
            .event .score {
              background: #006d52;
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce2a37", endColorstr="#006d52", GradientType=1);
              font-family: refrigerator-deluxe, sans-serif;
              font-weight: bold;
              font-size: 40px;
              letter-spacing: normal;
              margin-bottom: 22px;
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent;
              background-clip: text; }
            .event .result {
              font-family: refrigerator-deluxe, sans-serif;
              font-weight: bold;
              font-size: 20px;
              padding: 11px 16px;
              letter-spacing: normal;
              margin-bottom: 22px;
              color: #fff;
              background-color: #27b85a; }
            .event .teams {
              font-family: refrigerator-deluxe, sans-serif;
              font-size: 20px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              text-align: center;
              margin-bottom: 10px; }
              .event .teams span {
                font-weight: bold;
                color: #cbd4d9; }
            .event .date {
              font-family: refrigerator-deluxe, sans-serif;
              font-size: 60px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 1;
              letter-spacing: normal;
              color: #29a35c;
              margin-right: 10px;
              margin-bottom: 30px; }
            .event .day {
              color: #006d52;
              font-size: 24px;
              font-weight: bold;
              line-height: 1.2;
              text-align: left; }
            .event .month {
              color: #29a35c;
              font-size: 18px;
              font-weight: bold;
              line-height: 0.92;
              text-align: left; }
            .event .info {
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.43;
              letter-spacing: normal;
              text-align: center;
              color: #cbd4d9;
              margin-bottom: 10px; }
            .event .btn.btn-grey {
              display: block;
              margin: 6px auto;
              
            background-color: #ccc;
            width: 40%;
            padding: 1px;
         } @media (max-width: 405px) {
          .event .btn.btn-grey {
            width: 70%;
          }
         }


         
              .event .btn.btn-grey img, .event .player-page .player__header__box .btn-grey.label img, .player-page .player__header__box .event .btn-grey.label img {
                max-height: 12px;
                margin:0; 
              }
              .slick-slide .buttons img {
                display: inline;
                padding-bottom: 3px;
              }
              .slick-track .event:first-child {
                padding-bottom: 0;
              }
            @media (max-width: 500px) {
              .event .logo img {
                max-width: 40px; }
              .event .score {
                font-size: 30px; }
              .event .result {
                font-size: 18px; }
              .event .date {
                font-size: 40px; }
              .event .day {
                font-size: 18px; }
              .event .month {
                font-size: 16px; } }
            .event.side {

              padding: 30px;
              margin: 0px;
              margin-top: -1px; }
              

           }
              @media all and (min-width: 992px) and (max-width: 1199px) {
                .event.side .logo img {
                  max-width: 40px; }
                .event.side .score {
                  font-size: 30px; }
                .event.side .result {
                  font-size: 18px; }
                .event.side .date {
                  font-size: 40px; }
                .event.side .day {
                  font-size: 18px; }
                .event.side .month {
                  font-size: 16px; } }



/* GALLERY ---------------------------------------------------GALLERY */

.photogallery-window {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.gallery-title {
    position: relative;
    top: -50px;
    color: #fff;
    padding-left: 4%;
    font-weight: bold;
}
.photogallery .table {
    font-size: 10px;
}
.photogallery .table td, .photogallery .table th {
    padding: 1px 0 0!important;
    vertical-align: middle;
}
.photogallery .table img {
  width: auto;
}
/* HP FANSHOP */
.hp-eshop {
  border-bottom: 2px solid #006d52;
}
.hp-fanshop, .social-menu {
  text-align: left;
}
.hp-fanshop h2, .social-menu h2 {
  text-transform: uppercase;
  color: #ccc;
  font-size: 18px;

}
.hp-eshop, .fb-post {
  padding: 2%;
  background: #edf2f5;
}
.fanshop img {
  width: 90px;
}
/*HP SOCIAL MEDIA */
.social-menu {
  font-family: refrigerator-deluxe, sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #cbd4d9;
  max-width: 130px;
  text-transform: uppercase; }
  .social-menu a {
    display: inline-block;
    padding: 10px;
    font-family: refrigerator-deluxe, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    margin-bottom: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .social-menu a:hover {
      text-decoration: none;
      -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
      transform: scale(1.025); }
    .social-menu a img {
      margin-top: -5px;
      margin-right: 7px; }
.social {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #2f2929; }
  .social:hover {
    text-decoration: none;
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
    color: #2f2929; }
  .social .image img {
    width: 100%; }
  .social .content p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    margin: 0px; }
  .social .content h3 {
    font-size: 20px;
    color: #2f2929; }
  .social .content .head {
    padding-left: 25px;
    padding-top: 11px;
    font-size: 14px;
    font-family: refrigerator-deluxe, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 9px; }
    .social .content .head.fb {
      background: url("../img/fb-small.svg") no-repeat;
      background-position: 0px 12px;
      color: #4460a0; }
    .social .content .head.insta {
      background: url("../img/insta-small.svg") no-repeat;
      background-position: 0px 12px;
      color: #fe4162; }
    .social .content .head.tt {
      background: url("../img/insta-small.svg") no-repeat;
      background-position: 0px 12px;
      color: #000000; }
    .social .content .head.yt {
      background: url("../img/yt-small.svg") no-repeat;
      background-position: 0px 12px;
      color: #ce1312; }
    .social .content .head.tw {
      background: url("../img/tw-small.svg") no-repeat;
      background-position: 0px 12px;
      color: #00aaec; }
.fb {
  background-color: #4460a0; }

.tw {
  background-color: #00aaec; }

.yt {
  background-color: #ce1312; }

.insta {
  background-image: radial-gradient(circle at 15% 100%, #ffb140, #ff5445 25%, #fc2b82 58%, #8e40b7 97%); }
.tt {
  background-color: #000000;}

/* FOOTER PLAYERS */
.img-fluid {
  max-width: 100%;
  height: auto; 
}
  .player {
    position: relative;
    text-align: center; }
    .footer_hraci .player:before {
      content: "";
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.43) 62%, rgba(0, 0, 0, 0.73) 99%);
      display: block;
      position: absolute; }
    .player .img-fluid {
      width: 100%; }
    .player .info {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 6px; }
      .player .info .number {
        font-family: refrigerator-deluxe, sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #f0be56;
        text-align: right;
       }
      .player .info .name {
        font-size: 18px;
        color: #ffffff; }
        .player .info .name div {
          font-size: 14px;
          margin-top: -5px; }
          .footer_hraci .slick-slider .slick-track, .footer_hraci .slick-slider .slick-list {
            height: 109px;
          }

/* FOOTER */
footer {
  background-color: #006d52;
  padding: 2px;
}
footer&gt; img {
  position: absolute;
  opacity: .08;
  bottom: 25px;
  left: 46px;
  width: 9%;
}
.footer_list li {

  list-style: none;

  margin-left: 0;
}
.footer_list li a {
  color: #fff;
  font-size: 14px;
}
.footer_list li:first-child {
  font-weight: 900;
  font-size: 18px;
}
.footer_list li img {
  max-width: 90px;
}
.footer_menu {
  margin-left: 20%;
}
.small_footer {
  display: none;
  text-align: center;
  padding: 30px 0;
}
.copyrights {
  margin-bottom: 20px;
  color: #F5F5F5;
}
.small_footer .socials {
  margin: 20px 0;
}
.small_footer .socials a {

  padding: 15px;
}
@media (max-width: 1230px) { 
  .footer_menu {
    margin-left: 10%;
}
}
@media (max-width: 990px) { 
  .footer_list li:first-child {
    font-weight: 700;
    font-size: 14px;
  }
  .footer_list li a {
    font-size: 12px;
  }
  .footer_menu {
    margin-left: 0%;
}
.footer_list img {
  display: none;
}
}
@media (max-width: 770px) { 
  .footer_list {
    display: none;
  }
  .small_footer {
    display: block;
  }
  footer&gt; img {
    bottom: 20px;
    left: 46px;
    width: 14%;
    opacity: .2;
  }
  
}
@media (max-width: 570px) { 

  footer&gt; img {
    bottom: 20px;
    left: 30px;
    width: 16%;
  }
  
}



/* NAVBAR MENU */
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.89);
  background-color: #006d5267;
  z-index: 999;
}
.navbar-toggler:hover {
  background-color: #006d52e7;
}
@media (max-width: 770px) {
  .navbar-toggler {
    position: fixed;
    top: 11px;
    right: 15px;
  }
  /*.navbar-toggler  {
    border: 1px solid rgba(0, 0, 0, 0.89)!important;
    
  }
  .navbar-toggler span i {
    color: rgba(0, 0, 0, 0.89);
  }*/
}</pre></body></html>