.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;
}
.banner-wrapper{
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .banner-content{
    position: relative;
    z-index: 2;
}

@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; }
   .banner-mobile{
    min-height: 250px;
}
}

@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(max-width:767px){

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

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

  @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: 500px;
    }
}

@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*/

.c-exchange{
    text-align: center;
    max-width: 100%;
    width: 100%;
    position: relative;
}


header .header-bottom {
    background-color: #5776b7;
    box-shadow: 0 2px 6px 0 rgba(220,220,220,.5);
  }

  .navbar #main-menu {
    background-color: #5776b7;
  }

  /* #467ec3 */

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

@media (min-width: 960px) {
    /* styles for browsers larger than 960px; */
    .comments_name{
        width: 50% !important;
    }

    .comments_email{
        width:50% !important;
    }

    .recapthca_custom_css{
        width:49% !important;
    }

    .leave_comment_button{
        width:49% !important;
    }
}

@media (min-width: 960px) {
    .trv-player-container {
        min-height: 523px !important;
    }
    .data-ayu-widget-class{
        min-height: 600px !important;
    }
    .single-news .single-news-content .twitter-tweet{
        min-height: 350px !important;
    }
}

@media (max-width: 960px) {
    .trv-player-container {
        min-height: 208px !important;
    }
    .data-ayu-widget-class{
        min-height: 750px !important;
    }
    .single-news .single-news-content .twitter-tweet{
        min-height: 350px !important;
    }
}


.single-news-inner .banner-wrapper {
    min-height: 0px !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-250-sticky {
        min-height: 250px !important;
        position: relative !important;
    }

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

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

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

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

    .right-side {
        height: 100%;
    }
    .bnr-sticky-p5 {
        position: sticky !important;
        top: 97px;
    }
    .bnr-sticky-p7 {
        position: sticky !important;
        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;
}
