.page-not-found {
    text-align: center;
    margin-bottom: 10px;
    padding: 30px;
    background-color: #f7f7f7;
    text-shadow: 1px 1px;
}

.default-banner {
    background: #eee;
    text-align: center;
    min-height: 250px;
    max-width: 300px;
    color: #999;
    padding-top: 125px;
    margin-bottom: 15px;
}

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

    .default-bilbord {
        background: #eee;
        min-width: 90%;
        min-height: 250px;
        color: #999;
        padding-top: 125px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .p-mobile {
        display: block;
    }
}

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

    .default-bilbord {
        background: #eee;
        min-width: 90%;
        min-height: 100px;
        color: #999;
        padding-top: 50px;
        margin-bottom: 15px;
    }

}

@media(min-width:768px) {

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

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

}

.news-list-box .news-list .news-item {
    flex: 0 0 100%;
    width: 100%;
}

/* intext embed fix start*/

.single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
    width: 100%;
    min-height: 200px;
}

@media (min-width: 576px) {
    .single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
        width: 100%;
        min-height: 300px;
    }
}

@media (min-width: 768px) {
    .single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
        width: 100%;
        min-height: 400px;
    }
}

@media (min-width: 1265px) {
    .single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
        width: 100%;
        min-height: 400px;
    }
}

@media (min-width: 576px) {
    .single-news .embed-responsive-16by9 iframe {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 768px) {
    .single-news .embed-responsive-16by9 iframe {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 1265px) {
    .single-news .embed-responsive-16by9 iframe {
        width: 100%;
        height: 500px;
    }
}

/* intext embed fix end*/

.custom-category {
    background-color: #ED1B2E !important;
    color: #FFFFFF !important;
    border-color: #ED1B2E !important;
}

.screen-on {
    display: block !important;
}

.single-news .single-news-header .screen-on .checkbox-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
}

.single-news .single-news-header .screen-on .fake-checkbox {
    background-color: white;
}

.single-news .single-news-header .screen-on {
    background-color: #ED1B2E;
}

.embed-responsive blockquote {
    min-width: 100% !important;
}

.banner .banner-center {
    position: relative;
    z-index: 1;
}

.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-250-sticky {
        min-height: 250px !important;
        position: relative !important;
    }

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

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

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

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

    .right-side {
        height: 100%;
    }

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

    .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;
    }

    .sidebar {
        display: block;
        flex: 0 0 315px;
        max-width: 315px;
        position: sticky;
        position: -webkit-sticky;
        top: 10px;
        align-self: flex-start;
    }

    .sidebar-static {
        position: static;
    }

    .sidebar-relative {
        position: relative;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-left: auto;
        height: auto;
        right: 0px;
        overflow-y: visible !important;
    }

    #back-to-top {
        bottom: 250px;
    }
}

@media (max-width: 992px) {
    #back-to-top {
        bottom: 150px;
    }
}


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


.dz-sticky {
    position: sticky !important;
    top: 82px !important;
}
