/********************* GLOBAL *******************/
html, body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #F8FBF8;
}
a {
    color: #fff
}

a:hover {
    color: #fff
}

.btn {
    padding: 15px 32px;
    font-family: Muli;
    font-size: 14px;
    color: #F8FBF8;
    background: #00963F;
    box-shadow: inset 0px 17px 20px rgba(255, 255, 255, 0.12), inset 0px 4px 4px rgba(255, 255, 255, 0.08);
    border-radius: 1px;
    transition: .2s all ease-in-out;
}

.btn:hover {
    color: #e3eae3;
}


@media only screen and (max-width: 992px) {
  h2, h3 {
        font-size: 24px !important;
    } 

}



h2, h1 {
     font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
}

h1 {
    font-size: 36px
}

/********************* NAVBAR *******************/
nav {
    background-color: #00963F;
    height: 64px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
}


nav .logo {
    top: -8px;
    z-index: 1000;
    left: -33px
}

nav .navbar-collapse {
    z-index: 100;
    background-color: #00963F;
}

nav ul {
    margin-left: 30px;
}

nav ul li {
    margin-left: 28px;
}

nav ul li a {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.5625px;
    color: #F8FBF8;
}


nav .socials .separator {
    margin-right: 24px;
    margin-left: 24px;
}

nav .socials .facebook,
nav .socials .instagram {
    margin-right: 16px;
}

nav .socials form button {
    background: none;
    border: none;
}

nav .socials form input {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.searchicon:hover~.search, .search:hover, .search:focus{
    display: inline;
    opacity: 1;
}

@media only screen and (max-width: 1310px) {
    nav .search   {
        display: none
    }
    
    nav .separator {
        display: none
    }
    
    nav .video {
        margin-left: 16px
    }
}

@media only screen and (max-width: 992px) {
    nav {
        height: 100%;
    }

    nav ul {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }  

    nav ul li{
        margin-left: 0;
        margin-bottom: 12px
    }
    
   
}
/********************* HEADER *******************/
header {
    
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding-bottom: 125px
}

header .overlay {
    background: linear-gradient(270deg, rgba(248, 251, 248, 0.0001) 0%, #F8FBF8 90%);
    height: 100%;
    position: absolute;
    width: 100%;
}

header .hp-article-text {
    padding-top: 175px;
    width: 40%;
    padding-left: 32px;
    position: relative;
}

header .hp-article-text h1 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

header .hp-article-text p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #1E1E1F;
    margin-bottom: 24px;
}


@media only screen and (max-width: 992px) {
    header {
        height: auto;
        padding-bottom: 20px;
    }
    
    header h1 {
        font-size: 36px !important;
    }

    header .overlay {
        background: linear-gradient(270deg, rgba(248, 251, 248, 0.0001) 0%, #F8FBF8 50%);
    }

    header .hp-article-text {
        padding-top: 88px;
        width: 80%;
        padding-left: 0;
        position: relative;
    }
}
/********************* HP ARTICLES *******************/
.articles h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
}

.novinky {
    padding-top: 64px;
}

.articles .articles-list {
    border-bottom: 1.5px solid #C4C4C4;
    padding-top: 36px;
    padding-bottom: 64px
}

.articles .novinky {
    padding-top: 24px;
}

.articles a.btn {
    margin-top: 32px;
} 

.articles .card {
    border:none;
    background-color: transparent;
}

.articles .card .card-img {
    height: 210px;
    border-radius: 1px;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.articles .card .card-body {
    padding: 0 8px;
} 

.articles .card .card-body .card-info,
.articles .card .card-body .card-title  {
    margin-bottom: 8px;
}

.articles .card .card-body .card-info .article-place {
    font-family: Muli;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00963F;
} 

.articles .card .card-body .card-info .article-date {
    font-family: Muli;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1F;
} 

.articles .card .card-body .card-title {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -1px;
    color: #000
}

.articles .card .card-body .card-text {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #1E1E1F;
}

/********************* HP MATCHES *******************/
.hp-matches {
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1.5px solid #C4C4C4;
} 

.hp-matches h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 24px;
}

.hp-matches .hp-match-date {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #1E1E1F;
}

.hp-matches .hp-match-date span {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.hp-matches .hp-match-info {
    padding: 32px 65px;
    background: #F2F2F2;
}

.hp-matches .hp-match-info .hp-match-score-info {
    margin-bottom: 24px;
}

.hp-matches .hp-match-info .hp-match-score-info .score {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    color: #00963F;
    margin-right: 24px;
    margin-left: 24px;
}

.hp-matches .hp-match-info .hp-match-teams {
    margin-bottom: 16px;
}

.hp-matches .hp-match-info .hp-match-teams .team1,
.hp-matches .hp-match-info .hp-match-teams .team2 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -1px;
}

.hp-matches .hp-match-info .hp-match-teams .vs {
    font-family: Muli;
    font-style: normal;
    font-size: 24px;
    letter-spacing: -1px;
}

.hp-matches .hp-match-info .hp-match-place {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #1E1E1F;
    margin-bottom: 32px;
}

@media only screen and (max-width: 992px) {
    .hp-articles a.btn {
        margin-top: 0;
    }

    .hp-match-score-info img {
        width: 66px;
        height: auto;
    }  
    
    .hp-matches .hp-match-info {
        padding: 32px 12px
    } 
}

@media only screen and (max-width: 280px) {
    .hp-match-score-info img {
        width: 33px;
        height: auto;
    }  
}

@media only screen and (max-width: 350px) {
    
    .hp-matches .hp-match-info .hp-match-score-info .score {
        font-size: 32px
    }
}

/*************** HP STATS *****************/
.hp-stats {
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1.5px solid #C4C4C4;;
}


.hp-stats .tabulka {
    padding: 32px 24px;
    background: #F2F2F2;
    border-radius: 1px;
}

.hp-stats .tabulka h3 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    color: #212121;
    margin-bottom: 12px
}

.hp-stats .table {
    margin-bottom: 24px;
}

.hp-stats .table thead {
    border-bottom: .5px solid #00963F;;
}

.hp-stats .table tr:nth-child(odd) {background-color: #F8FBF8;}

.hp-stats .table tr {
    padding: 0 8px 0
}

.hp-stats .table tr:hover td:first-child {
    box-shadow: 4px 0px 0px #00963F inset;
    transition: .2s all ease-in-out;
}

.hp-stats .table tr td,
.hp-stats .table tr th {
    padding: 8px 8px 12px;
    text-align: center;
    border: none
}

.hp-stats .table tr td,
.hp-stats .table tr th {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; 
}

@media only screen and (max-width: 992px) {
    .hp-stats .tabulka {
        padding: 0;
        margin-bottom: 24px;
    }    
}
/****************** HP SOCIAL FEEDS *********************/
.hp-social-feeds {
    padding-top: 64px;
    padding-bottom: 64px
}

.hp-social-feeds h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.hp-social-feeds .feed {
    margin-bottom: 24px;
}

.hp-social-feeds .feed .feed-photo {
    width: 100%;
    height: 312px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 24px;
}

.hp-social-feeds .feed .feed-text {
    padding-top: 46px
}

.hp-social-feeds .feed .feed-text .feed-date {
    font-family: Muli;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #00963F;
    margin-bottom: 8px;
}

.hp-social-feeds .feed .feed-text .feed-info {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #1E1E1F;
}

@media only screen and (max-width: 992px) {
    .hp-social-feeds .feed .feed-photo {
        margin-right: 0;
    }
    
    .hp-social-feeds .feed .feed-text {
        padding-top: 20px
    }


}
/********************* HP YOUTUBE FEEDS ********************/
.hp-youtube-feeds {
    padding-bottom: 64px;
    border-bottom: 1.5px solid #C4C4C4;
}

.hp-youtube-feeds h2{
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.hp-youtube-feeds .yt-feed .yt-feed-video {
    height: 403px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-youtube-feeds .yt-feed-body {
    padding: 24px 24px 0
}

.hp-youtube-feeds .yt-feed-body .yt-feed-title {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 16px;
    color: #000
}

.hp-youtube-feeds .yt-feed-body .yt-feed-text {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #1E1E1F;
    margin-bottom: 16px;
}

@media only screen and (max-width: 992px) {
    .hp-youtube-feeds .yt-feed:first-child {
        margin-bottom: 20px
    }
 }
/********************** SPONSORS *********************/

.sponsors {
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1.5px solid #C4C4C4;
}

.sponsors h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.sponsors .box {
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 2px 26px 0 rgba(0,0,0,0.1);
    height: 150px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .sponsors .sponsor {
        margin-bottom: 20px
    }
 }
/********************* FOOTER **********************/

footer {
    padding-top: 24px;
    padding-bottom: 30px;
}

footer img {
    margin-bottom: 24px;
}

footer p {
    font-size: 14px;
}

footer .copy-rights {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

footer .copy-rights a {
    color: #000
}

/********************* MATCH PAGE **********************/
.article-header {
    padding-top: 64px;
    padding-bottom: 40px;
    background-color: #F8FBF8;
}

.article-header .article-info .cat {
    font-family: Muli;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    color: #00963F;
}

.article-header .article-info .date {
    font-family: Muli;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1F;
}

.article-header .title {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #1E1E1F;
    margin-bottom: 40px;
}

.article-header .article-thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.match {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F2F2F2;
}

.match .title {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #1D1D1C;
    margin-bottom: 13px;
}

.match .match-score-info {
    padding-top:15px;
    padding-bottom:15px;
    border-bottom: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
} 

.match .match-score-info .team1 img,
.match .match-score-info .team2 img{
    margin-bottom: 24px;
}

.match .match-score-info .team1 {
    margin-right: 80px;
    width: 20%;
}

.match .match-score-info .team2 {
    margin-left: 80px;
    width: 20%;
}

.match .match-score-info .team1 h4,
.match .match-score-info .team2 h4 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.147692px;
    color: #1D1D1C;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}


.match .match-score-info .score .main-score {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    color: #1D1D1C;
    letter-spacing: -0.369231px;
    margin-bottom: -10px;
}

.match .match-score-info .score .sub-score {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #1D1D1C;
}

.match h5{
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #212121;
}

.match .branky {
    margin-bottom: 15px;
}

.match .branky p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.match .branky span {
    color: #00963F
}

.match .statistiky {
    margin-bottom: 55px
} 

.match .statistiky span.main {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #212121;
}

.match .statistiky span.sub {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #212121;
}

@media only screen and (max-width: 992px) {
    .match .match-score-info .team2 {
        width: 100%;
    }

    .match .match-score-info .team1 {
        width: 100%;
    }

    .article-header .article-thumbnail {
        height: 200px;
    }
    
}

@media only screen and (max-width: 768px) {
    .match .match-score-info .team1 {
        margin-right: 0;
    }

    .match .match-score-info .team2 {
        margin-left: 0;
    }

    .match .match-score-info .team1 img,
    .match .match-score-info .team2 img{
        width: 50PX;
    }

    .match .match-score-info .team1 h4,
    .match .match-score-info .team2 h4{
        font-size: 16px;
    }
  Ⰰը}   血حҰ      }   血حҰ      }   血حҰ      }   血حҰ       … 血حҰ      }   血ح䍘q偘͍ A  Ç   血حҰ       … 血حҰ  End If  血حҰ      }   血حҰ          血حҰ      }   血حҰ          血حҰ      }   血حҰ  trenér  血حҰ  Michal  血حҰ 
}
@media only screen and (max-width: 500px) {
    .d-inline-block .time {
        display: none;
    }
}

.article-body {
    background-color: #F8FBF8;
    padding-top: 40px;
    padding-bottom: 64 px;
}

.article-body a {
    color: #000
}

.article-body .article-text p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

/********************* MATCHES PAGE *******************/
.pointers {
    padding-top: 40px;
    padding-bottom: 32px;
}

.pointers .pointer {
    color: #00963F;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.matches-season .year {
    margin-right: 200px;
}

.matches-season .year h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    color: #212121;
    letter-spacing: -1px;
    margin-bottom: 16px
}

.matches-season .year .select {
    position: relative;
}

.matches-season .year select {
    background-color: transparent;
    border: none;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #212121;
    padding: 24px 7px 7px;
    width: 100%;
    position: relative;
}

.matches-season .year .vybersez {
   /* content: "Vybrat sezonu"; */
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    background-color: #F1F1F1;
    border-radius: 1px;
    padding: 4px 8px 8px
}

.matches-season .type a{
    padding: 36px;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    transition: 0.1s all  ease-in-out ;
    color: #000000;
    text-decoration: none;
}

.matches-season .type a:hover {
    border-bottom: 2px solid #00963F;
}

.matches {
    padding-top: 40px;
    padding-bottom: 64px;
    border-bottom: 1.5px solid #C4C4C4;
}

.matches .match-list {
    padding: 4px 48px;
    
}

.matches .match-list:nth-child(odd) {
    background-color: #E8E8E8;

}

.matches .match-list .left {
    width: 80%
}

.matches .match-list .info {
    width: 20%;
}

.matches .match-list .teams-logo {
    width: 25%;
}

.matches .match-list .teams {
    width: 35%;
}

.matches .match-list .score {
    width: 5%;
    text-align: center;
}


.matches .match-list .info .type {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4px;
}

.matches .match-list .info .date {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.matches .match-list .teams-logo .logo1 {
    margin-right: 10px;
}

.matches .match-list .teams .team1 {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #00963F;
    margin-bottom: 0;
}

.matches .match-list .teams .team2 {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
}

.matches .match-list .score .column {
    color: #00963F;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

.matches .match-list .score .score1 {
    color: #00963F;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;

}

.matches .match-list .score .score2 {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #00963F;
    margin-bottom: 0;
}

.matches .match-list a {
    background-color: transparent;
    border: 1px solid #00963F;
    box-sizing: border-box;
    box-shadow: inset 0px 17px 20px rgba(255, 255, 255, 0.12), inset 0px 4px 4px rgba(255, 255, 255, 0.08);
    border-radius: 1px;
    color:#00963F;
    height: 100%;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}  

@media only screen and (max-width: 992px) {


    .matches .match-list .info {
        width: 100%;
    }
    
    .matches .match-list .teams-logo {
        width: 100%;
    }
    
    .matches .match-list .teams {
        width: 100%;
    }
    
    .matches .match-list .score {
        width: 100%;
        text-align: center;
    }
    
    .matches .match-list {
        padding: 24px 12px;
        
    }

    .matches .match-list .teams .team1 {
        font-size: 16px;
    }

    .matches .match-list .teams .team2 {
        font-size: 16px;
    }

    .matches-season .year {
        margin-right: 0;
    }
    
    .matches-season .type a{
        padding: 12px;        
    }
    
}

@media only screen and (max-width: 1200px) {
    .matches .match-list .left {
        width: 100%
    }
    
}

/********************* PLAYERS PAGE *******************/
.players {
    padding-top: 40px;
    padding-bottom: 64px;
    border-bottom: 1.5px solid #C4C4C4;
}

.players .margin-b-26 {
    margin-bottom: 26px;
}

.players h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
    color: #00963F;
    margin-bottom: 16px
}

.players .player .player-photo {
    height: 200px;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.players .player .name {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.5625px;
    color: #212121;
}

.players .player .number {
    font-style: italic;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -0.5625px;
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00963F;
}

.players .player .info span {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.5625px;
    color: #212121;
}

.five-cols .column-md-1,
    .five-cols .column-sm-1,
    .five-cols .column-lg-1  {
      width: 100%;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 24px;
    }


@media (min-width: 400px){
    .five-cols .column-md-1,
    .five-cols .column-sm-1,
    .five-cols .column-lg-1  {
        width: 50%;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px){
    .five-cols .column-md-1,
    .five-cols .column-sm-1,
    .five-cols .column-lg-1  {
      width: 50%;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 24px;
    }
  }
  
  @media (min-width: 992px) {
    .five-cols .column-md-1,
    .five-cols .column-sm-1,
    .five-cols .column-lg-1 {
      width: 33%;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 24px;
    }
  }
  
  @media (min-width: 1200px) {
    .five-cols .column-md-1,
    .five-cols .column-sm-1,
    .five-cols .column-lg-1 {
      width: 20%;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 24px;
    }
  }

/********************* PLAYER PAGE *******************/
.player {
    padding-bottom: 80px;
    border-bottom: 1.5px solid #C4C4C4;
}

.player .player-header {
    margin-bottom: 56px;
}

.player .player-header .player-photo {
    height: 310px;
    width: 310px;
    margin-right: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.player .player-header .player-text {
    padding-top: 30px;
}

.player .player-header .player-text .number {
    font-style: italic;
    font-weight: 800;
    font-size: 72px;
    letter-spacing: -0.5625px;
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00963F;
    margin-bottom: -10px;
}

.player .player-header .player-text .name {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -1px;
    color: #212121;
    margin-bottom: 40px;
}

.player .player-header .player-text .player-info {
    padding-left: 24px;
}

.player .player-header .player-text .player-info > div {
    margin-right: 96px;
    text-align: center;
}

.player .player-header .player-text .player-info > div:last-child {
    margin-right: 0;
}

.player .player-header .player-text .player-info p {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.5625px;
    color: #00963F;
    margin-bottom: 0;
}

.player .player-header .player-text .player-info span {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.5625px;
    color: #212121;
}

.player .player-stats {
    margin-bottom: 56px;
    padding: 24px 0;
    background-color: white;
}

.player .player-stats h3 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
    color: #00963F;
    margin-bottom: 24px;
}

.player .player-stats .stats {
    padding-left: 120px;
    padding-right: 120px;
}

.player .player-stats .stats > div {
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 12px;
    text-align: center;
}

.player .player-stats .stats > div:last-child {
    margin-right: 0;
}

.player .player-stats .stats p {
    letter-spacing: -0.5625px;
    color: #00963F;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px; 
    margin-bottom: 0;
}

.player .player-stats .stats span {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.5625px;
    color: #212121;
}

.player .player-latest-stats h3 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
    color: #00963F;
    margin-bottom: 12px;
}

.player .player-latest-stats .table th{
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #212121;
    padding: 12px 0;
}

.player .player-latest-stats .table th{
    text-align: center ;
    border: none
}


.player .player-latest-stats .table td {
    padding: 12px 0;
    vertical-align: middle;
    border: none
}

.player .player-latest-stats tbody tr:nth-child(odd) {
    background-color: #fff;
}

.player .player-latest-stats .table td:last-child {
    padding-right: 112px;
}

/* .player .player-latest-stats .table th:last-child {
    padding-right: 112px;
} */

.player .player-latest-stats .table td:first-child {
    padding-left: 112px;
    padding-right: 12px;
}

.player .player-latest-stats .table td:nth-child(2) {
    padding-right: 24px;
}

.player .player-latest-stats .table td:nth-child(3) {
    padding-right: 10px;
}

.player .player-latest-stats .table td:nth-child(4),
.player .player-latest-stats .table td:nth-child(5),
.player .player-latest-stats .table td:nth-child(6),
.player .player-latest-stats .table td:nth-child(7),
.player .player-latest-stats .table td:nth-child(8) {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #212121;
    padding-left: 20px;
    padding-right: 20px;

}

.player .player-latest-stats .table td p.team1{
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #00963F;
    margin-bottom: 0
}

.player .player-latest-stats .table td p.team2{
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0
}

@media only screen and (max-width: 992px) {
    .player .player-header .player-photo {
        margin-right: 0;
    }

    .player .player-header .player-text .number {
        margin-bottom: 16px;
    }

    .player .player-header .player-text .name {
        margin-bottom: 24px;
    }

    .player .player-header .player-text .player-info > div {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .player .player-stats .stats {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .player .player-stats .stats > div {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .player .player-latest-stats .table th {
        font-size: 16px;
    }

    /* .player .player-latest-stats .table th:last-child {
        padding-right: 12px;
    } */

    .player .player-latest-stats .table td:first-child {
        padding-left: 12px;
        padding-right: 12px;
    }

    .player .player-latest-stats .table td:last-child {
        padding-right: 12px;
    }

    .player .player-latest-stats .table td:nth-child(4),
     .player .player-latest-stats .table td:nth-child(5), 
     .player .player-latest-stats .table td:nth-child(6), 
     .player .player-latest-stats .table td:nth-child(7), 
     .player .player-latest-stats .table td:nth-child(8) {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 16px;
    }

    .player .player-latest-stats .table td img {
        width: 48px;
    }

    .player .player-latest-stats .table td p {
        font-size: 16px !important;
    }
    
    .player .player-header .player-text .player-info {
        padding-left: 0;
    }
}

/********************* ROZCESTNIK PAGE *******************/
.rozcestnik {
    padding-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1.5px solid #C4C4C4;
}

.team-card {
    height: 400px;
    margin-bottom: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 1px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.rozcestnik .team-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 60%), url(Image.png);
    border-radius: 1px;
}

.rozcestnik .team-card .card-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    height: 40%
}

.others .team-card .card-text {
    height: auto
}

.rozcestnik .team-card h3 {
    font-family: Muli;
    font-style: italic;
    font-weight: 800;
    font-size: 32px;
    color: #212121;
    margin-bottom: 12px;
}

.rozcestnik .team-card .card-text a {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
    color: #00963F;
    text-decoration-line: underline;
    display: block;
    margin-bottom: 8px;
}

.rozcestnik .team-card .card-text a:last-child {
    margin-bottom: 12px;
}


/********************* FANSHOP PAGE *******************/
.sub-page {
    border-bottom: 1.5px solid #C4C4C4;
    padding-bottom: 64px;
}

.items .item-card {
    padding:8px 16px 16px ;
    background-color: #fff;
    margin-bottom: 24px;
}

.items .item-card .item-thumbnail {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}

.items .item-card h3 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #212529;
    margin-bottom: 0;
}

.items .item-card .item-number {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #212529;
    margin-bottom: 12px;
}

.items .item-card .select {
    position: relative;
    margin-bottom: 8px;
}

.items .item-card select {
    background-color: transparent;
    border: none;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #212121;
    padding: 24px 7px 7px;
    width: 100%;
    position: relative;
}

.items .item-card .select::before {
    content: "Varianta";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    background-color: #F1F1F1;
    border-radius: 1px;
    padding: 4px 8px 8px
}

.items .item-card .pocet {
    padding: 4px 8px 8px;
    background-color: #F1F1F1;
    border-radius: 1px;
    margin-bottom: 16px;
}

.items .item-card .pocet p {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    margin-bottom: 0;
}

.items .item-card .pocet .signs .number {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; 
    color: #212121;
    margin: 0 16px;
    background: none;
    border: none;
    width: 14px;
}

.items .item-card .price {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #00963F;
    margin-bottom: 12px;
}

aside {
    padding: 132px 48px 0 24px;
    background: #FFFFFF;
    height: 100%;
}

aside .kos {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #212121;
    margin-bottom: 24px;
} 

aside .checkout-items {
    padding: 16px 12px;
    position: relative;
    background-color: #F1F1F1;
    border-radius: 1px;
    margin-bottom: 24px;
}

aside .checkout-items img {
    position: absolute;
    right: 12px;
    top: 12px;
}

aside .checkout-items > div {
    margin-bottom: 14px;
}

aside .checkout-items > div:last-child {
    margin-bottom: 0;
}

aside .checkout-items span {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    color: #00963F;
}

aside .checkout-items p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #212529;
    margin-bottom: 0;
}

aside .checkout-items .checkout-item-number {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #212529;
    margin-bottom: 0;
}

aside .full-prices {
    margin-bottom: 40px;
}

aside .full-prices span {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    color: #00963F;
}

aside .full-prices p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #212529;
    margin-bottom: 0;
}

aside .formular {
    font-family: Muli;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #212121;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

aside .personal-info {
    margin-bottom: 16px;
}

aside .personal-info h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px; 
    margin-bottom: 8px;
    color: #212529;
}

aside .personal-info input {
    border: none;
    background-color:#F1F1F1;
    border-radius: 1px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    outline: none;
}

aside .personal-info input:last-child {
    margin-bottom: 0;
}

aside .personal-info input::placeholder {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    text-align: center;
}

aside .doruceni {
    margin-bottom: 16px;
}

aside .doruceni h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px; 
    margin-bottom: 8px;
    color: #212529;
}

aside .doruceni input {
    border: none;
    background-color:#F1F1F1;
    border-radius: 1px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    outline: none;
}

aside .doruceni input:last-child {
    margin-bottom: 0;
}

aside .doruceni input::placeholder {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    text-align: center;
}

aside .platba {
    margin-bottom: 16px;
}

aside .platba h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px; 
    margin-bottom: 8px;
    color: #212529;
}

aside .platba .select {
    position: relative;
}

aside .platba select {
    background-color: transparent;
    border: none;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #212121;
    padding: 24px 7px 7px;
    width: 100%;
    position: relative;
}

aside .platba .select::before {
    content: "Forma platby";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    background-color: #F1F1F1;
    border-radius: 1px;
    padding: 4px 8px 8px
}

aside .note {
    margin-bottom: 16px;
}

aside .note h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px; 
    margin-bottom: 8px;
    color: #212529;
}

aside .note input {
    border: none;
    background-color:#F1F1F1;
    border-radius: 1px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    outline: none;
}

aside .note input::placeholder {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #00963F;
    text-align: center;
}

aside .souhlas {
    margin-bottom: 32px;
}

aside .souhlas input {
    margin-top: 3px;
    margin-right: 12px;
    transform: scale(1.3);  

}

aside .souhlas span {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 14px; 
}


.container-fluid {
    margin-left:auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
} 

@media only screen and (max-width: 992px) {
    aside {
        padding: 24px;
        background: #FFFFFF;
        height: 100%;
    } 
}

@media (min-width: 576px) {
  .container-fluid {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
      max-width: 720px;
  }
}

@media (min-width: 992px)  {
    .container-fluid {
        max-width: 960px;
       
    }
}

@media (min-width: 1200px)  {
    .container-fluid {
        max-width: 100%;
        padding-left: 64px;
        padding-right: 64px
    }
}
@media only screen and (max-width: 992px) {
    section {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }
}


/***************atchiv and photogallery************/
.item-list--photogallery .item-list__item:hover .item-list__image,
.item-list__image {
    position: relative;
}

.item-list__header,
.item-list__type {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    -webkit-font-kerning: normal;
    text-transform: uppercase;
}

.item-list--photogallery,
.item-list--videogallery,
.magazin__item,
.partners_main__row {
    text-align: center;
}

.item-list__item {
    border-bottom: 1px solid #ccc8c8;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.item-list--photogallery .item-list__item,
.item-list--videogallery .item-list__item {
    border-bottom: 0;
}
.item-list__image {
    display: block;
    line-height: 0;
    background-color: transparent;
    padding-bottom: 16px;
}
@media (min-width: 576px) {
    .item-list__image {
        padding-bottom: 0;
    }
}
.item-list__image img {
    width: 100%;
}
.item-list__date {
    font-size: 12.4px;
    font-size: 0.775rem;
    line-height: 1.5em;
}
.item-list__type {
    font-size: 15.7px;
    font-size: 0.981rem;
    line-height: 1.5em;
    color: #fff;
    background: #00963F;
    position: absolute;
    padding: 4px 16px;
    bottom: 12px;
    left: -12px;
    font-weight: 600;
    font-kerning: normal;
}
.item-list__type:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #022f0e;
    border-left: 12px solid transparent;
}
.item-list__header {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.33em;
    color: #40403f;
    font-weight: 500;
    font-kerning: normal;
}

.item-list__button,
.offline__header {
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-kerning: normal;
}
@media (min-width: 576px) {
    .item-list__header {
        font-size: 1.25rem;
    }
}
.item-list__header:before {
    display: none;
}
.item-list__header a {
    color: #40403f;
    text-decoration: none;
}
.item-list__header a:hover {
    color: #40403f;
    text-decoration: underline;
}
.item-list__button a,
.magazin__item,
.social_media__header a {
    text-decoration: none;
}
.item-list__button {
    color: #00963F;
    font-kerning: normal;
    font-size: 17.01px;
    font-size: 1.063rem;
}
.item-list__button a {
    padding-right: 20px;
    color: #00963F;
    background-image: url(../../build/image/ico-double-arrow_red.png);
    background-position: right 4px;
    background-size: 13px 12px;
    background-repeat: no-repeat;
}
.item-list__perex {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13.81px;
    font-size: 0.863rem;
    line-height: 1.6em;
}
.item-list--photogallery .item-list__text,
.item-list--videogallery .item-list__text {
    padding-top: 16px;
}
.item-list--photogallery .item-list__item .item-list__image,
.item-list--videogallery .item-list__item .item-list__video {
    padding-bottom: 0;
}
.item-list--photogallery .item-list__item:hover .item-list__image:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../build/image/ico-camera.svg);
    background-repeat: no-repeat;
    background-size: 40px 35px;
    background-position: center center;
    background-color: rgb(8, 107, 35, 0.75);
    z-index: 5;
}
.item-list--videogallery .item-list__video {
    line-height: 0;
}




@media (min-width: 620px) {
    .historic_calendar_slider {
        margin-bottom: 80px;
    }
    .historic_calendar_slider--subpage {
        margin-bottom: 0;
    }
}
.historic_calendar_slider--subpage {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #40403f;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .historic_calendar_slider--subpage {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}



.subpage--main,
.wrapper,
body,
h1,
h2,
html {
    position: relative;
    
}

.subpage {
    padding: 0;
    margin-bottom: 24px;
}
@media (min-width: 576px) {
    .subpage {
        padding: 0 16px;
        margin-bottom: 40px;
    }
}
@media (min-width: 890px) {
    .subpage {
        padding: 0 32px;
    }
}
.subpage > .row {
    margin-left: 0;
    margin-right: 0;
}
.subpage > .row > div {
    padding: 0 16px;
}
.subpage--margin_top {
    margin-top: 0;
}
@media (min-width: 890px) {
    .subpage--margin_top {
        margin-top: 32px;
    }
}
@media (min-width: 1200px) {
    .subpage--margin_top {
        margin-top: 64px;
    }
}
.subpage--margin_top-half {
    margin-top: 0;
}
@media (min-width: 1200px) {
    .subpage--margin_top-half {
        margin-top: 32px;
    }
}
.subpage--main {
    padding: 32px 0 16px;
}
@media (min-width: 890px) {
    .subpage--margin_top-half {
        margin-top: 32px;
    }
    .subpage--main {
        padding: 32px 0;
    }
}
.subpage--aside {
    padding: 16px 0;
}
@media (min-width: 890px) {
    .subpage--aside {
        padding: 32px 0;
    }
}
.subpage--aside .rennab {
    margin-bottom: 24px;
    clear: both;
    text-align: center;
    line-height: 0;
}

.subpage--aside .rennab img {
    width: 100%;
    max-width: 242px;
}

.historic_calendar,
.historic_calendar .subpage--main {
    background: 0 0;
}


.filter_form {
    padding: 0;
    margin-bottom: 16px;
}
.filter_form button,
.filter_form input,
.filter_form select {
    width: 100%;
    margin: 0 0 8px;
}
.filter_form input {
    padding-top: 6px;
    padding-bottom: 5px;
}

.filter_form--border_bottom {
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc8c8;
}




.button:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #40403f;
    text-decoration: underline;
    color: #fff;
}
.btn--no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.button {
    background-color: #00963F;
    border-radius: 18px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    line-height: 1.5;
    padding: 8px 24px;
    margin: 8px 0;
    z-index: 1;
    box-sizing: border-box;
}

.button,
i.ico {
    display: inline-block;
}

.button,
.button:hover,
.nav-link:focus,
.nav-link:hover,
.tooltip {
    text-decoration: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    outline: 0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: grey !important;
    opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: grey !important;
    opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: grey !important;
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: grey !important;
    opacity: 1;
}

.strankovani {
    margin: 16px auto;
    padding: 0 16px;
    text-align: center;
}
.strankovani .nextPages {
    display: none;
}
.strankovani a,
.strankovani span {
    display: inline-block;
}
.strankovani a {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.2em;
    border-radius: 3px;
    padding: 6px 8px 4px;
    border: 1px solid #ccc8c8;
    margin: 0 4px 8px;
    text-decoration: none !important;
    color: #000
}
.strankovani a.strankovaniVyrazne {
    background: #00963F;
    border: 1px solid #00963F;
    color: #fff;
}
.strankovani a.strankovaniVyrazne:hover {
    background: #00963F;
    color: #fff;
}
.strankovani a.strankovaniVyrazne:focus {
    border: 1px solid #00963F;
}
.strankovani a:hover {
    background: #ccc8c8;
}
.strankovani a:focus {
    border: 1px solid #ccc8c8;
}

.heading {
    margin: 0 0 24px;
    padding-bottom: 16px;
}

.heading:before {
    position: absolute;
    width: 130px;
    height: 3px;
    background-color: #00963F;
    left: 0;
    content: "";
    bottom: 0;
}

.layout a {
    color: #000000 !important
}

.card .crop-text-2 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
}

@media only screen and (max-width: 1199px) {
    .hp-matches .hp-match-info .hp-match-teams .team1,
     .hp-matches .hp-match-info .hp-match-teams .team2 {
        margin-left: -100%;
        margin-right: -100%;
        text-align: center;
    }
}

.bottom_links .partner {
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 2px 26px 0 rgba(0,0,0,0.1);
    height: 160px;
}

.loss p,
.loss span{
    color: red !important
}

.feed-caption {
    color: #000
}

.header_top {
    height: 64px;
    padding: 7px 0;
    position: relative;
    z-index: 999;  
}

.header_top .header_top_game .date .day {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: Muli
}

.header_top .header_top_game .date .month {
    font-size: 10px;
    line-height: 12px;
    font-family: Muli
}

.header_top .header_top_game .teams {
    margin-left: 16px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Muli;
    font-weight: 700;
}

.header_top .header_top_game .teams .PRI {
    color: #00963F;
    font-weight: bold;
    font-family: Muli;
}

.header_top .header_top_game .time {
    margin: 0 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: Muli;
}

@media (min-width: 1360px) {
    .header_top .header_top_game .time {
        margin: 0 80px;
    }
}


.header_top .header_top_game:first-child {
    border-right: 1px solid rgba(0,0,0,0.4);
    padding-right: 10px;
}


.header_top .header_top_game .logos img {
    height: 50px;
}

.btn-secondary.header_tickets_btn {
    background: transparent;
}

@media (min-width: 1360px) {
    .header_top .btn {
        width: 182px;
    }
}

.btn-secondary {
    border: 1px solid #D31217;
    background: #fff;
    color: #D31217;
    cursor: pointer;
    font-weight: 500;
    border-radius: 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 32px;
    box-shadow: 0 9px 23px 0 rgba(0,0,0,0.12), 0 1px 10px 0 rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.header_top .date {
    line-height: 20px;
    color: #D31217;
    font-weight: 500;
}

.header_top .header_top_game .date {
    margin-right: 17px;
    color: #000;
}

.header_top .header_top_game:nth-child(2) .date {
    margin-left: 20px;
}

@media (min-width: 1360px) {
    .header_top .header_top_game:nth-child(2) .date {
        margin-left: 80px;
    }
}

.zobraz a {
    color: #000 !important
}

.article-text img {
   max-width: 100%;
}

#real_tym tbody tr td {
vertical-align: inherit;
border: none;

}

#real_tym tbody tr td {

}

#real_tym tbody tr td img {
max-width: 200px;
height:auto;
margin-left: auto;
}

.tabLiga {
    background-color: transparent !important;
}
.tabLiga a {
    color: #000;
}
