header .sidebar-menu-inner ul li a.active-category {
    /* color: red; */
    border-top-color:inherit;
}

@media(max-width:767px){
    .billboard,
    .p-desktop {
        display:none;
    }

    .billboard-mobile {
        /* min-height: 100px; */
        display: block;
    }

    .p-mobile {
        display: block;
        /* min-height: 250px; */
    }
}

 @media(min-width:768px){
    .billboard-mobile,
    .p-mobile {
        display:none;
    }

    .billboard {
        min-height: 0px !important;
    }
}

@media(max-width:767px){

    .big-banner.banner-left{
      display: none !important;
    }

    .big-banner.banner-right{
      display: none !important;
    }
  }

  @media(min-width:768px){

    .big-banner.banner-right {
      right: -10px;
      z-index: 99990;
      overflow: hidden;
      text-align: left;
      top: 0px !important;
      position: fixed;
      display: block !important;
    }

    .big-banner.banner-left {
      z-index: 99990;
      overflow: hidden;
      text-align: right;
      top: 0px !important;
      position: fixed;
      display: block !important;
      text-align: right;
    }

    .big-banner.banner-left iframe {
        float: right;
    }

  }

  @media(max-width:767px){

    .sticky-desktop{
      display: none;
    }

    .sticky-mobile{
        position: relative;
        z-index: 1000;
    }

    .banner-four-articles{
        flex: 0 0 100%;
    }

    .banner-category-p1{
        flex: 0 0 100%;
    }
  }

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

    .sticky-desktop{
        position: relative;
        z-index: 1000;
    }

    .banner-izdvojeno{
        margin-bottom: 45px;
        margin-bottom: 40px;
    }
 }

 @media(max-width:991px) {
   .categoryToSkipOnMobile {
     display: none;
   }
   .single-news-share {
    width: 205px;
  }
 }

/* .banner-placeholder-preview {
    width: 100%;
    height:100px;
    background-color: purple;
    color: white;
    font-weight: 900;
    vertical-align: middle;
} */


#leave-comment{
    margin-top: -40px;
    margin-bottom: -40px;
}

@media(max-width:991px) {
    #leave-comment{
        margin-top: -40px;
        margin-bottom: -40px;
    }
}

@media(max-width:768px) {
    #leave-comment{
        margin-top: -30px;
        margin-bottom: -40px;
    }
}

@media(max-width:576px) {
    #leave-comment{
        margin-top: -30px;
        margin-bottom: -30px;
    }
}

.single-news .viber-telegram-box p {
    margin-bottom: 0;
}

.single-news .viber-telegram-box {
    background-color: rgba(237,241,242,0.3);
    border: 3px solid #edf1f2;
    padding: 10px;
    margin-bottom: 15px;
}

@media (min-width: 992px){
    .single-news .viber-telegram-box {
        padding: 15px;
    }
}

.copy-protection {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
