.horoscope-page .horoscope-item .horoscope-image {
    align-self: center;
}
.widget-group .widget.horoscope-index .horoscope-item {
    min-height: 179px;
}

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

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

    }

    .banner-left{
        z-index:99999;
        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:99999;
        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;
    }
 }

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

 .sidebar {
    top: 20px;
 }

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

 .breaking-news .news-item:nth-of-type(10) {
    display: block !important;
}

.w-25{
    width: 25%;
}

.w-75{
    width: 75%;
}

.single-news .single-news-content p a {
    color: rgb(255, 0, 0);
}

/* .billboard-2{
    min-height: 250px;
} */

 /* start for banner test */

 /* .billboard-1 p{
     margin-top: 40px;
 }

 .billboard-mobile p{
     padding-top: 15px;
     margin-top: 0;
 }

.banner_position {
    color: #fff;
    font-weight: bold;
    background-color: #017df4;
    width: 100%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.sidebar .banner_position {
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.billboard-1{
    min-height: 90px;
    width: 768px;
}

.billboard-2 p {
    margin-top: 115px;
}

.sidebar .p-desktop,  .p-desktop{
    min-height: 250px;
}

.p-desktop p {
    margin-top: 115px;
}

.sticky{
    min-height: 200px;
}

.billboard-mobile,
.p-mobile {
    display: none;
}

.intext{
    min-height: 250px;
}

.intext p{
    margin-top: 115px;
}

@media(max-width:768px){
    .p-mobile p{
        padding-top: 110px;
    }
} */

 /* end for banner test */

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

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

    /* .p-mobile {
        display: flex;
        min-height: 250px;
        justify-content: center;
        align-items: center;
        width: 340px;
    } */
    .p-mobile {
        display: block;
        min-height: 250px;
    }
}

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

}

.banner-wrapper header{
    position: static !important;
}

.single-news .single-news-content .banner-wrapper h2 a{
    color: white;
}

.breaking-news .news-item:nth-of-type(9) ~ .news-item:not(.banner) {
    display: block !important;
}

.sidebar-menu-wrapper .navbar-nav li.najdete {
    border-bottom: 1px solid rgba(255,255,255,0.38);
}
@media(max-width: 575px){
    [id^=billboard]{
        max-height: 100px !important;
    }
}
