/* Large Devices, Wide Screens */



@media only screen and (max-width: 1600px) {
body.skyAdActive {
    /* -moz-transform: scale(0.90, 0.90); */
    zoom: 0.90;
    zoom: 90%;
}

}
@media only screen and (max-width: 1400px) {
.sky-ad {
        display: none;
    }
    body.skyAdActive {
        -moz-transform: scale(1, 1);
        zoom: 1;
        zoom: 100%;
    }
    .skyAdActive .ads-container {
        padding: 0;
    }

}

@media only screen and (max-width: 1200px) {

    .videoFullWidth .custom-thumb-carousel-dots button.owl-dot {
    width: calc(50% - 10px);
}
    .topstories-block.topstories-block-lg {
        width: 100%;
        border-bottom: 4px #fff solid;
    }

    .topstories-block {
        width: 50%;
    }
    .topstories-gp a:nth-child(4), .topstories-gp a:nth-child(5) {
        border-bottom: 4px #fff solid !important ;
    }
    .topstories-gp a:nth-child(2), .topstories-gp a:nth-child(4) {
        border-left:0;
    }
    

a.topstories-block.topstories-block-sm .section-name-gp {
    display: none;
}

}



/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
        .videoFullWidth .custom-thumb-carousel-dots button.owl-dot span {
    display: none;
}
.videoFullWidth .videoThumbImg {
    width: 100%;
}
.col-xl-3.sidebar-col .news-block-1 span, .article-content span, .col-lg-4 .col-sm-6 .news-block-1 span {
    font-size: 1.2em;
}
.videoFullWidth .custom-thumb-carousel-dots button.owl-dot img {
    width: 100%;
    min-height: 90px;
}
    body{
        font-size: 14px;
    }
    
   .navbar-collapse {
        text-align: right;
    }
    .menu-area .dropdown-menu {
        background: rgba(255, 255, 255, .95);
        border-radius: 0;
    }
.side-ads-970{
    display: none!important;
}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .side-ads {
    display: none !important;
}
.article-info > div {
    width: 100%;
}

.article-info {
    flex-wrap: wrap;
}

.article-info > div:first-child {
    margin-bottom: 15px;
}
.sction-big-news.section a.news-block-2{
    width: 100%;
    margin-left: 0;
}
.sction-big-news a.news-block-2 img{
    max-width: 150px;
}
a.news-block-2 img {
    width: 100%;
}
.topstories-block {
    min-height: 200px;
}
.custom-section-tabs {
    position: absolute;
    bottom: -45px;
}

.section-tabs .section-head {
    margin-bottom: 60px;
    position: relative;
}
footer span {
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
}
 body{
        font-size: 13px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 576px) {
.board-memeber-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.board-memeber-block img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 190px;
}

.board-memeber-contnet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.board-memeber-contnet > div {
    width: 100%;
    margin: 10px 0;
}
 body{
        font-size: 12px;
    }
}