/*Sirina za embed kodove*/
.embed-responsive {
    max-width:100% !important;
}

/* Sirina za embed u linesima */

.item-content iframe{
    max-width: 100% !important;
}

/* Semafor */

.semafor-table * {
    border: none !important;
    outline: 0;
    text-align: center;
    color: #fff;
}

.semafor-table table {
    margin-bottom: 20px;
}

.semafor-table tbody {
    background-image: url('/files/b92/img/score-bg.png');
}

.semafor-table tbody td {
    color: #FFCC00;
}

.semafor-table tbody .county td {
    font-size: 28px;
    line-height: 32px;
}

.semafor-table tbody .number td {
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
}

.semafor-table tfoot {
    background-color: #000;
    font-weight: 700;
    font-style: italic;
}
.semafor-table tfoot td{
    font-size: 16px;
    line-height: 18px;
}

.bottom-position + div {
    bottom:70px !important;
}

@media(min-width:992px){
    .sticky-mobile {
        display:none;
    }
    .sticky-mobile + div {
        display:none;
    }
 }

 @media(max-width:992px){
    .sticky-desktop {
        display:none;
    }
    .sticky-desktop + div {
        display:none;
    }
 }

@media(max-width:768px){
    .big-banner{
        display: none !important;
    }
 }

 @media(min-width:768px){
    .big-banner{
        display:block;
        z-index:99999;

    }

    .banner-left{
        z-index:99990;
        overflow:hidden;
        text-align:right;
        top:0px !important;
        position:fixed;
        display:block !important;
        text-align:right;
        /* width:0px; */
    }
    .banner-left *{
        margin: 0 0 0 auto !important;
    }
    .banner-right{
        right:-10px;
        z-index:99990;
        overflow:hidden;
        text-align:left;
        top:0px !important;
        position:fixed;
        display:block !important;
        /* width:0px; */
    }
    .banner-right *{
        margin: 0 auto 0 0 !important;
    }
    .banner-right img{
        float:left;
    }
    .banner-left img{
        float:right;
    }

 }

/* zbog video plejera je morao da se menja css */
#video-title{
    z-index: 0;
}

.single-video-news-lead .single-video-news-lead-player .video-naslov {
    width: unset;
    height: unset;
    top: 20px;
    left: 20px;
}
/* end */

.banner-preview {
    background: linear-gradient(0deg, rgba(238, 154, 154, 0.6), rgba(236, 8, 8, 0.8));
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-size: cover;
    background-position: center;
    padding: 90px 15px;
}

.bnr-mobile {
    display:none;
}

.single-news .single-news-content .banner.bnr-mobile{
    display:none;
}

.intext-3 {
    display:flex !important;
    gap:15px;
}

.banner-responsive {
    display:flex;
    gap:15px;
}

.banner-responsive > * {
    width:50%;
}

@media (max-width:770px) {
    .banner-responsive {
        display:block;
    }
    .banner-responsive > * {
        width:100%;
    }
    .bnr-mobile {
        display:block;
        text-align: center;
    }

    .single-news .single-news-content .banner.bnr-mobile{
        display:block;
    }
    .bnr-desktop {
        display:none;
    }

    .p1-mobile {
        display:block;
        grid-column:1/-1;
    }

    .p2-mobile {
        display:block;
        flex:0 0 100%;
    }
    .intext-3 {
        display:grid !important;
    }

}

/* .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive:not([data-socialembed="youtube"]):not([data-socialembed="instagram"]):not([data-socialembed="facebook"]):not([data-socialembed="default"]) .embed-responsive-item,.embed-responsive:not([data-socialembed="youtube"]):not([data-socialembed="instagram"]):not([data-socialembed="facebook"]):not([data-socialembed="default"]) iframe,.embed-responsive:not([data-socialembed="youtube"]):not([data-socialembed="instagram"]):not([data-socialembed="facebook"]):not([data-socialembed="default"]) embed,.embed-responsive:not([data-socialembed="youtube"]):not([data-socialembed="instagram"]):not([data-socialembed="facebook"]):not([data-socialembed="default"]) object,.embed-responsive:not([data-socialembed="youtube"]):not([data-socialembed="instagram"]):not([data-socialembed="facebook"]):not([data-socialembed="default"]) video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

/* .embed-responsive[data-socialembed="default"] iframe{
    position: unset;
} */
/* .single-news .tiktok-embed iframe{
    position: unset !important;
}


.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.single-news .embed-responsive-16by9::before {
    display: none;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.embed-responsive {
    margin-bottom: 1rem
}

.single-news .embed-responsive[data-socialembed="instagram"] iframe {
    position: relative
}

.single-news .embed-responsive[data-socialembed="facebook"] iframe {
    position: relative
}

.single-news .embed-responsive[data-socialembed="twitter"]>* {
    margin: 0 auto
}

.embed-responsive,
.embed-code-container {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed,
.embed-responsive blockquote,
.embed-responsive twitterwidget,
.embed-code-container iframe,
.embed-code-container object,
.embed-code-container embed,
.embed-code-container blockquote,
.embed-code-container twitterwidget {
    margin: 0px auto !important;
    padding: 0px auto !important;
    max-width: 100% !important;
}

.embed-responsive[data-socialembed=“twitter”] .twitter-tweet {
    margin: 0 auto;
} */

.author-info {
    margin-top: 15px !important;
}

/* blok koda koji je dodat zbog novog itema u meniju, skloniti kada se skloni tag (potraga za dankom) */
@media (min-width: 1300px) {
    .header-default-wrapper .header-default .header-wrapper .header-logo {
      margin-right: 30px;
    }
}

@media (min-width: 1300px) {
    .header-default-wrapper .header-default .header-wrapper .header-logo::after {
      right: -43px;

    }
}
/* kraj blok koda koji je dodat zbog novog itema u meniju, skloniti kada se skloni tag (potraga za dankom) */
.video-source{
    font-size: 12px;
}

@media (min-width: 992px) {
    .layout .main-content .under-article-comment-banner {
      display: block;
    }
  }

  .embed-responsive[data-socialembed="facebook"]{
    margin-left: auto;
    margin-right: auto;
  }

  .sport-special-category a.view-all span{
    color: white;
  }

  .sport-special-category a.view-all .icon svg {
    fill: #fff;
  }

  .header-sport-wrapper .header-sport.header-bg{
    background-image: url('/files/sport/img/backgrounds/header-bg.png') !important;
  }

  .show_more_button {
    padding:10px 20px;
    cursor:pointer;
    font-weight:bold;
    border-radius:36px;
    margin-bottom:60px;
    -webkit-appearance: none;
  }

  .btn-center {
    text-align:center;
  }

  .video-box.comments-enable .video-box-wrapper .news-box .news-item .news-item-image-wrapper .news-item-comments-number{
    display: flex;
}
@media(max-width:991px) {
    .prefooter-mobile-superzena{
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        position: fixed;
        z-index: 9999;
        bottom: 70px !important;
      }
    .prefooter-mobile-superzena .lupon-sticky{
        bottom: 0px !important;
      }
}


.bnr-placeholder{
    min-height: 250px;
}

.euroleague-special-class {
    background-color: #fa5b09;
    padding-left: 10px;
    padding-right: 10px;
}

.euroleague-special-class img {
    position: relative;
    top: 4px;
    height: 36px;
}

.menu-item.euroleague-special-class a::after{
    display:none !important;
}

@media(min-width:0px) {
    .euroleague-hamburger-class img{
        max-width:220px !important;
    }
}

@media(min-width:992px) {
    .euroleague-hamburger-class img{
        max-width:300px !important;
    }
}

