i.ico.ico-arrow-left {
    background-image: url(../../img/icnos/ico-arrow-left.svg)
}

i.ico.ico-arrow-right {
    background-image: url(../../img/icnos/ico-arrow-right.svg)
}
.typography iframe, .subpage_game_content iframe {
	width: 100%;
}
.row.level_2 {
	padding-left: 42px;
	background: #f8f9fa;
  border-left: 1px solid grey;
}
#header-fixed {
    position: fixed;
    top: 0px; display:none;
    background-color:white;
}
.my_table td.team {
	padding-right: 29px;
}

table.my_table tr.LMI td.team{background-image:url('../../znaky/LMI.png')}
.subpage_roster_content.photo_roster .photo_roster_row .photo_roster_item{height:279px;}

@media (min-width: 992px) {
    .vision {display: none;}
}
@media (max-width: 992px) {
    .vision2 {display: none;}
}
table.my_table tr td.team{
    background: none !important;
    padding-left: 8px !important;
}
table.my_table tr td.team .logo_table{
    width: 18px;
    margin-right: 8px;
}

.hp-social-item > img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.subpage_article_content {
    h1, h2, h3, h4, h5, h6 {
        font-family: ff-meta-web-pro-condensed,sans-serif !important;
    }
}

/* modal start */
.modal {
    top: 10vh;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: min(1000px, 75vw);
    }
}
/* modal end */
.ticket-header-container {
    flex: 1;
    justify-content: center;
    margin-right: 71px;
}

.ticket-header-container a {
    display: grid;
    place-items: center;
    border-radius: 50%;
    padding: .5rem;
    background-color: #ffda1a;
}

.header_menu .header_menu_icons {
    padding-right: 0;
    display: flex;
}

.header_menu .header_menu_icons .header_menu_search {
    top: unset;
    margin-left: 15px;
}

.header_menu .header_menu_icons .header_menu_search:hover input[type='text'] {
    top: -3px;
}

.header_menu_search_container {
    display: none;
}

@media (min-width: 1400px) {
    .header_menu_search_container {
        display: flex;
    }
}


.photogallery-list {
    position: relative;
    margin-top: 24px;
    max-width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    z-index: 12;
    background-color: #fff
}

@media (min-width: 992px) {
    .photogallery-list {
        margin:0 0 0 15px;
        padding: 0 10px 0 20px;
        max-width: 100vw;
        position: relative
    }
}

.photogallery-list>.row {
    margin-top: 16px
}

.photogallery-list>.row>div {
    line-height: 0;
    padding-bottom: 30px
}

.photogallery-list>.row>div a {
    display: block;
    position: relative;
    background-color: transparent
}

.photogallery-list>.row>div a img {
    width: 100%
}
.d-flex{display:flex !important;}
.justify-content-end{justify-content:end !important;}

@media (max-width: 700px) {
    .match .match-status{padding-top:unset !important; flex-wrap:wrap;}
    .tv-logo-divider{display:none;}
}
.tv-logo-divider{margin:bottom:0 !important;}