.image-plugin-description{display:none}.single-news-content .more-soon{background-color:#ed2432;color:#fff;text-align:center}.single-news-content .more-soon p{padding:10px}.single-news figure.single-news-img figcaption{position:absolute;left:0;top:100%;font-size:12px;line-height:15px;color:#000;background-color:#fff;padding:2px 5px;font-style:italic;font-size:100%}.jumbotron{margin-bottom:2rem;background-color:#e9ecef;padding:4rem 2rem;text-align:center}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.jumbotron .display-4{font-weight:600;line-height:1.2}.mceNonEditable.pluginContainer.videoPlugin.videoWrapper.youtubeVideo iframe{max-width:100%}.banner{width:100%;background-color:#eee;min-height:150px;margin-bottom:20px;color:#999;text-align:center}.banner p{margin-top:65px}.static-page-content a{color:#ed2432}.news-exchange figure{position:relative!important;overflow:hidden!important;height:auto!important}.news-exchange figure a{display:block!important;padding-top:56,65%!important}.news-exchange figure a img{position:absolute!important;max-height:none!important;top:0!important;left:0!important}


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

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

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

    /* .banner-left,
    .bnr-left {
        z-index: 99999;
        overflow: hidden;
        text-align: right;
        top: 0px !important;
        position: fixed;
        display: block !important;
        text-align: right;
        width: 0px;
        padding-right: 6px;
        background-color: white;
    }

    .banner-right,
    .bnr-right {
        right: -10px;
        z-index: 99999;
        overflow: hidden;
        text-align: left;
        top: 0px !important;
        position: fixed;
        display: block !important;
        width: 0px;
        background-color: white;
        padding-left: 5px;
    } */

    .banner-right img,
    .bnr-right img {
        float: left;
    }

    .banner-left img,
    .bnr-left img {
        float: right;
    }
}

header .navbar-brand img {
   max-height: 41px;
   max-width: 90%;
   margin: 0 auto;
}

.sidebar {
   top: 120px;
}

.banner-center{
   margin: 0 auto;
   text-align: center;
   overflow: hidden;
}

.currency-figure {
    width: 25px;
    height: 20px;
}

.cryptocurrency-value .cryptocurrency-number {
    font-weight: bold;
    float: right;
}

.cryptocurrency-number {
    font-weight: bold;
}

.single-news .single-news-header .single-news-share {
    max-width: 100%;
}

.billboard-1-cls {
    min-height: 250px;
}

.billboard-2-cls {
    min-height: 100px;
}

@media(min-width:993px){
    .p1-desktop-cls {
        min-height: 250px;
    }
}

@media(max-width:992px){
    /* .billboard-2-cls {
        min-height: 0px;
    }
    .billboard-2-cls {
        display: none;
    } */

    .p1-mobile-cls {
        min-height: 120px;
    }
}


header .info-section a.header-horoscope {
    background-image: url("assets/gemini-novi-11.svg?a=11");
}



.single-news-content .brid{
    width:100% !important;
    height:auto !important;
}

.banner > * {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

header .social a {
    margin: 0 0;
}


.next-news-item {
    position: fixed;
    bottom: 70px;
    right: -430px;
    background-color: #fff;
    width: 280px;
    z-index: 999990;
    padding: 0px;
    -webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.7), 0 2px 20px rgba(100, 100, 100, 0.75);
    box-shadow: 0 0 3px rgba(100, 100, 100, 0.7), 0 2px 20px rgba(100, 100, 100, 0.75);
    overflow: hidden;
    transition: 0.2s linear;
    border-bottom: none !important;
    display: flex;
    align-items: center;
}

.next-news-item.active {
    right: 30px;
}

.next-news-item .close-next-news {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    z-index: 20;
    justify-content: center;
    align-items: center;
}



.next-news-item .news-item-data .news-item-title {
    margin-bottom: 0 !important;
}
.next-news-item .news-item-data .news-item-title a {
    font-size: 14px !important;
    line-height: 17px !important;
    display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.next-news-item .news-item-image{
    margin-bottom: 0;
    flex: 0 0 40%;
}
.next-news-item .news-item-image:after{
    padding-top: 75%;
}
.next-news-item .news-item-data{
    padding: 10px 10px 0px 5px;
    position: relative;
    flex: 0 0 60%;
}
.next-news-item .news-item-data .next-label {
    position: absolute;
    bottom: 100%;
    right: 0;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    background-color: #ed2324;
}
.next-news-item .news-item-data .news-item-info{
    display: none;
}



footer {
    position: relative;
    z-index: 100000;
}
.swal2-html-container {
    font-size: 2rem !important;
}

.swal2-confirm{
    background: #ED2432;
    border: none;
    padding: 8px 10px;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
}

.swal2-cancel{
    border: 1px solid #000;
    padding: 8px 10px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
}

@media (min-width: 992px){
    .radio {
        color: #ed2432 !important;
    }
}

.galleryBanner1,
.galleryBanner2,
.galleryBanner3 {
    min-height: 250px;
    position: relative;
    width: 100%;
}
.galleryBanner1 > div,
.galleryBanner2 > div,
.galleryBanner3 > div  {
    position: relative;
    z-index: 1;
}
.galleryBanner1::before,
.galleryBanner2::before,
.galleryBanner3::before  {
    content: "Oglas";
    position: absolute;
    inset: 0;
    text-align: center;
    margin: auto;
    color: #999;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 250px;
    height: 250px;
    z-index: 0;
    background-color: lightgray;
}
/*
.btn-dark, .btn-primary {
    padding: 10px 15px;
    color: white;
    border-radius: 0;
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}

@media (min-width: 992px){
    header .navbar #main-menu .nav-item {
        margin-right: 2.5rem;
    }
}

.billboard-1-cls{
    margin-bottom: 7px;
}
.tab-news {
    margin-bottom:15px;
}

.breaking-news .breaking-news-slider .owl-nav .owl-prev{
    background: #ED2432;
}
.breaking-news .breaking-news-slider .owl-nav .owl-next{
    background: #ED2432;
}
*/




.single-news-recommendation .news-wrapper .news-item .news-item-data .news-item-title a {
    max-height: none !important;
}







.bnr {
    /* background-color: red; */
    /* color:white; */
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    background-color: #f8f8f8;
}

.bnr::before {
    content: attr(data-placeholder-caption) "Oglas";
    position: absolute;
    top: -7px !important;
    /* bottom: 0 !important; */
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 10px;
    /* border-bottom: 1px solid #ccc; */
    width: 100%;
    text-align: center;
    background: none;
    height: 20px;
  }

  .bnr.bnr-intext::after {
    z-index: -1;
  }

  .bnr .text-center{
    /* z-index: 10000 !important; */
    /* padding-top: 20px !important; */
    /* border-top: 1px solid #ccc; */
  }

.bnr .text-center::before{

}

.bnr-content-exchange::before {
    content: '' !important;
    display: none !important;
    background-color: white !important;
}

.bnr-content-exchange {
    background-color: white !important;
}

@media(min-width:992px){
    .bnr-vertical-content-desktop {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:992px){
    .bnr-vertical-content-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}


/* mobile */
@media(max-width:992px){
    .bnr-mobile-100 {
        min-height: 100px !important;
    }
    .bnr-mobile-280 {
        min-height: 280px !important;
    }
}

/* desktop */
@media(min-width:992px){
    .bnr-desktop-250 {
        min-height: 250px !important;
    }

    .bnr-desktop-280 {
        min-height: 280px !important;
    }

    .bnr-desktop-600-sticky {
        min-height: 600px !important;
        position: relative !important;
    }

    .bnr-desktop-600-sticky .text-center {
        position: sticky !important;
        top: 147px !important; 
    }

    .bnr-desktop-600 {
        min-height: 600px !important;
    }

    .aside-bar .aside-inner {
        height: 100%;
    }
    .bnr-sticky-p7 {
        position: sticky;
        top: 97px;
    }
}


/* #close_adhesion{
    right: 10px !important;
} */



@media (min-width: 768px) {
    .single-gallery-thumbnail {
      max-width:340px !important;
      flex: 0 0 340px;
    }
    
  }

.header-bottom, .subcategory-nav {
    /* z-index: 999999999 !important; */
}

.fixed-top {
    position: fixed !important;
}

.header-bottom {
    position: relative;
}

.zindex-bnr {
    z-index: 0 !important;
}


@media (min-width: 992px) {
    .sidebar{
        /* position: static; */
        top: 135px;
    }

    .sidebar-static{
        position: static;
    }

    .sidebar-relative{
        position: relative;
    }

    #toTop {
        bottom: 210px;
    }

    .bnr-sticky-p5 {
        position: sticky;
        top: 97px;
    }
}

@media (max-width: 992px) {
    #toTop {
        bottom: 110px;
    }
}


.bnr-no-before::before {
    content: "" !important;
}


.navbar-nav .owl-stage {
    display: flex;
}