html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
}

/*.app_root {
    height: 100%;
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
}*/
.app_root {
    font-family: 'Fira Sans',sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

    .app_root.sticky_nav {
        padding-top: 35px;
    }

    .app_root.body_ticker.sticky_nav {
        padding-top: 70px;
    }

.sitemenu {
    margin-right: 15px;
    cursor: pointer;
}

.usermenu {
    margin-left: 15px;
    cursor: pointer;
}

header {

    display: flex;
    width: 100%;
    padding: 15px;
    height: 120px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: relative;
    /*z-index: 1030;*/
}

.printheader {
    display: flex;
    width: 100%;
    padding: 15px;
    /*height: 120px;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: relative;
    /*z-index: 1030;*/
}

.fever-fm {
    width: 400px;
    margin-left: auto;
    margin-right: 15px;
    display: none;
}

.ep-cross-pro {
    width: auto;
}

    .ep-cross-pro .heading {
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .ep-cross-pro .ep {
        display: block;
        width: 100%;
    }

        .ep-cross-pro .ep a {
            display: inline-block;
            margin-right: 15px;
        }

            .ep-cross-pro .ep a:last-child {
                margin-right: 0;
            }

            .ep-cross-pro .ep a > img {
                max-height: 30px;
                max-width: 120px;
            }

.app_root.index header,
.app_root.listview header,
.app_root.fullview header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9d9;
    box-shadow: none;
}

.logo {
    width: auto;
    margin-right: 15px;
}

.printlogo {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

    .logo img {
        width: auto;
        max-height: 90px;
    }

.ads_area_728X90 {
    width: 728px;
    height: 90px;
    margin:auto;
    /*border: 1px solid #ccc;*/
    /*background-color: #f2f2f2;*/
}

.nav_action_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    padding: 5px 5px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1030;
}

.sticky_nav .nav_action_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}


/*.nav_action_bar .ic.ic_usermenu {
    vertical-align: bottom;
}*/


.nav_action_bar .list_one, .nav_action_bar .list_two {
    padding: 0;
    list-style: none;
    display: flex;
}

.nav_action_bar .list_one {
    margin: 0 auto 0 0;
}

.nav_action_bar .list_two {
    margin: 0 0 0 auto;
}

.nav_action_bar .list_one > li {
    display: inline-flex;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #606060;
}
.nav_action_bar .list_one > li#pg_download{
    border-right:none;
}

.nav_action_bar .list_two > li.li_mag_fullview {
    display: none;
}

.nav_action_bar .list_two > li {
    display: inline-flex;
}

    .nav_action_bar .list_one > li:last-child, .nav_action_bar .list_two > li:last-child {
        border-right: 0;
    }


.nav_action_bar .list_one > li .action {
    padding: 0 15px;
}

    .nav_action_bar .list_one > li .action.logo_sm {
        display: none;
    }

        .nav_action_bar .list_one > li .action.logo_sm > img {
            max-height: 20px;
        }

.sticky_nav .nav_action_bar .list_one > li .action.logo_sm {
    display: block;
}

.sticky_nav .nav_action_bar .list_one > li .action.home_label {
    display: none;
}

.nav_action_bar .list_one > li .action, .nav_action_bar .list_two > li .action {
    display: block;
    font-size: 14px;
    cursor: pointer;
    /* color: #606060; */
}
.no-padding{
    padding:0 !important
}
.nav_action_bar .list_two > li .action .btn-menu-login {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 4px;
}
    .nav_action_bar .list_two > li .action .btn-menu-login:hover {
        color: #fff;
        background-color: #448aff;
        border-color: #448aff;
    }

.issue-date {
    display:none !important;
}
    .nav_action_bar .list_one > li.issue-date #issueDates {
        height: 25px;
        line-height: 25px;
        min-width: 110px;
        font-size: 14px;
        padding: 0;
    }
.nav_action_bar .list_two > li .action {
    padding: 6px 15px;
}

    .nav_action_bar .list_two > li .action a {
        color: #000;
    }

.nav_action_bar .action_calender span {
    display: inline-block;
}

/*.nav_action_bar .ic {
    display: inline-block;
    height: 20px;
}*/

/*.nav_action_bar .action_calender .ic {
    display: inline-block;
    height: 20px;
}*/

.nav_action_bar .list_one > li .action_page {
    border: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px 0 15px;
    /* margin-right: 15px; */
    background-color: transparent;
}

.nav_action_bar .list_one > li .publist {
    border: none;
    box-shadow: none;
    cursor: pointer;
    /* height: 23px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 18px 0 15px;
    /* margin-right: 15px; */
    background-color: transparent;
    /* width: 107px; */
}

.nav_action_bar .action_search {
    width: 200px;
}

    .nav_action_bar .action_search input[type="text"] {
        width: calc(100% - 20px);
        float: left;
        padding: 2px 8px;
        height: 23px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d9d9d9;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .nav_action_bar .action_search .search_btn {
        width: 20px;
    }

.nav_action_bar .action_theme_switch {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #606060;
}

.footer-ads {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    z-index: 102;
    position: relative;
}

    .footer-ads .ad {
    }

footer {
    padding: 5px 15px;
    display: flex;
    /*height: 30px;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #595959;
}

    footer .footer_text {
        text-align: center;
    }

        footer .footer_text p {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
            margin: 0;
        }

        footer .footer_text a {
            color: rgba(255,255,255,0.8);
            font-style: italic;
        }

    footer > .footer_text > p > a:focus {
        color: #ffffff;
        text-decoration: none;
    }

    footer .disclaimer {
        text-align: center;
        color: rgba(255,255,255,0.5);
        font-size: 12px;
    }

        footer .disclaimer > p {
            margin: 0;
        }

.disclaimer .expender_link {
    display: none;
}

    .disclaimer .expender_link > a {
        color: #cc0000;
        font-weight: 700;
        font-size: 14px;
    }
    .disclaimer .expender_link .show_less {
        display: none;
    }

.pagerectangle {
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

.back-to-top {
    bottom: 15px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 9998;
    opacity: 0.5;
}

    .back-to-top:hover {
        opacity: unset;
    }

.sitecover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pagecontent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.leftside_ads_area {
    width: 190px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.rightside_ads_area {
    width: 188px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.ads_160X600 {
    width: 160px;
    height: 600px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}

.ads_728X90 {
    width: 728px;
    height: 90px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}

.ads_300X250 {
    width: 300px;
    height: 250px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}


.page_container {
    display: flex;
    width: 100%;
    min-height: calc(100% - 150px) !important;
    flex-direction: column;
    flex-grow: 1;
}

.page_title {
    background-color: #231f20;
    display: block;
    height: 60px;
    width: 100%;
}

.page_title_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
}

    .page_title_inner .back_button {
        position: absolute;
        left: 0;
    }

    .page_title_inner .home_button {
        position: absolute;
        left: 46px;
        cursor: pointer;
    }
        .page_title_inner .back_button > .si-chevron-left {
            color: #fff;
            font-size: 36px;
        }

        .page_title_inner .home_button > .si-home{
            color: #fff;
            font-size: 36px;
        }

    .page_title_inner h1 {
        font-size: 32px;
        margin: 0;
        color: #ffffff;
    }

.page_body {
    display: block;
    background-color: #f0f0f0;
    width: 100%;
    min-height: calc(100% - 60px) !important;
    flex-grow: 1;
}

    .page_body .container {
        padding: 30px 15px;
    }

    .page_body .content {
        padding: 30px 15px;
        background-color: #ffffff;
    }

        .page_body .content .panel-group .panel-heading {
            position: relative;
        }

        .page_body .content .panel-group .panel-title > a > .glyphicon {
            position: absolute;
            right: 15px;
            top: calc(50% - 8px);
        }

        .page_body .content .panel-group .panel-title > a {
            padding-right: 15px;
            display: inline-block;
        }

        .not_found_text {
            text-align: center;
            margin-bottom: 0;
        }

#div_article_image {
    margin-left: 8px;
    margin-bottom: 8px;
}

.sub_article {
    background: #ffecdd;
    padding: 8px;
    margin: 8px auto;
}

    .sub_article:last-child {
        margin-bottom: 0;
    }

.sub_article_head {
    margin-bottom: 5px;
    display: block;
    text-align: left;
    font-size: 18px;
}

.sub_article_body {
    text-align: left;
    font-size: 16px;
}

/**************************************** index page start ***********************************************/
.index .sitecover.right_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.index .image_section {
    height: 350px;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-direction: row;
    /*background: #bec3c7;*/
    background-color: #505050;
}

    .index .image_section .img_box {
        max-width: 772px;
        margin: 5px auto 0;
        display: flex;
        height: auto;
        flex-direction: column;
        cursor: pointer;
    }

        .index .image_section .img_box > img {
            max-width: 100%;
            border-width: 10px;
            border-style: solid;
            border-color: #ffffff;
            background-color: #ffffff;
        }

.index .supplement_section {
    padding: 5px 15px;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #d9d9d9;
}

    .index .supplement_section .supplements {
        display: flex;
        flex-direction: row;
    }

        .index .supplement_section .supplements .supplement {
            float: left;
            font-size: 15px;
            list-style: outside none none;
            padding: 3px 15px 3px 15px;
            margin: 0;
            cursor: pointer;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #606060;
            color: #595959;
        }

            .index .supplement_section .supplements .supplement.active {
                font-weight: 700;
            }

            .index .supplement_section .supplements .supplement:last-child {
                border-right: none;
            }

.index .thumbnails_section {
    display: flex;
    flex-direction: row;
    padding: 15px 36px;
    align-items: center;
    height: 175px;
    background-color: #505050;
}

.index .thumbnails_carousel {
    width: 100%;
}

.index .articles_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

    .index .articles_section .articles_section_header {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50px;
    }

.index.sticky_articles_section_header .articles_section .articles_section_header {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 1028;
    width: 100%;
}

.index.body_ticker.sticky_articles_section_header .articles_section .articles_section_header {
    top: 70px;
}

.index.sticky_articles_section_header .sitecover.right_verticle_ads .articles_section .articles_section_header {
    width: 100%;
}

.index.sticky_articles_section_header .sitecover.right_verticle_ads .articles_section .articles_section_header {
    width: calc(100% - 190px);
}

.index .articles_section .articles_section_header .article_actions {
    display: flex;
    flex-direction: column;
    width: calc(100% - 400px);
    justify-content: center;
    padding: 5px 15px;
    background: #d9d9d9;
}

    .index .articles_section .articles_section_header .article_actions ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: row;
        align-items: center;
    }

        .index .articles_section .articles_section_header .article_actions ul li {
            display: inline-flex;
            width: 15%;
        }

            .index .articles_section .articles_section_header .article_actions ul li .action {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

                .index .articles_section .articles_section_header .article_actions ul li .action span {
                    display: flex;
                    cursor: pointer;
                    overflow: hidden;
                    flex-direction: column;
                }

                    /*.index .articles_section .articles_section_header .article_actions ul li .action span img {
                        display: block;
                        margin: 0 auto;
                        height: 20px;
                    }*/

                    .index .articles_section .articles_section_header .article_actions ul li .action span label {
                        font-weight: 500;
                        margin: 0;
                        font-size: 12px;
                        cursor: pointer;
                    }

.index .articles_section .articles_section_header .article_list_heading {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 5px 15px;
    justify-content: center;
    background-color: #7f7f7f;
    color: #fff;
}

    .index .articles_section .articles_section_header .article_list_heading ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }

        .index .articles_section .articles_section_header .article_list_heading ul > li {
            display: inline-flex;
        }

    .index .articles_section .articles_section_header .article_list_heading .span_text,
    .index .articles_section .articles_section_header .article_list_heading .seprator {
        display: block;
        padding: 5px;
    }

.index .articles_section_body {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .index .articles_section_body .article_view {
        display: block;
        width: calc(100% - 400px);
        padding: 15px 30px;
        background-color: #fff;
    }

        .index .articles_section_body .article_view .articleimage {
            display: block;
            overflow: auto;
            margin-bottom: 15px;
        }



.index.sticky_articles_section_header .articles_section_body .article_view {
    padding-top: 65px;
}

.index .articles_section_body .article_list {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 15px;
    background-color: #d9d9d9;
}

.index.sticky_articles_section_header .articles_section_body .article_list {
    padding-top: 65px;
}

.index .articles_section_body .article_view .headline {
    display: block;
    position: relative;
}

    .index .articles_section_body .article_view .headline .urlIcon {
        position: absolute;
        right: 0;
        top: calc(50% - 16px);
    }

    .index .articles_section_body .article_view .headline .kicker {
        color: #595959;
        display: block;
        font-size: 23px;
    }

    .index .articles_section_body .article_view .headline .head_line {
        margin: 10px 0 15px;
        font-weight: 700;
        font-size: 60px;
        display: block;
        word-break: normal;
        color: #202020;
    }

    .index .articles_section_body .article_view .headline .subheadline {
        display: block;
        font-size: 26px;
    }
/*.index .articles_section_body .article_view .ads_area_headLine {
	width: 300px;
	margin: 30px auto;
	min-height: 1px;
}*/

.index .articles_section_body .article_view .byline,
.index .articles_section_body .article_view .dateline {
    background-color: #8C8C8C;
}


.index .articles_section_body .article_view #body {
    font-size: 16px;
    margin-top: 12px;
    color: #292929;
}

.index .articles_section_body .article_view .ads {
    margin: 30px auto;
    width: 300px;
    min-height: 1px;
}

.index .articles_section_body .article_view .articleimage .ar_img {
    margin-bottom: 8px;
}

    .index .articles_section_body .article_view .articleimage .ar_img > img {
        display: block;
        margin: 0 auto;
        max-width: 100% !important;
        margin-bottom: 5px;
    }

    .index .articles_section_body .article_view .articleimage .ar_img .article-image-caption {
        display: block;
        text-align: center;
    }

    /*.index .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .index .social_share_box .ssb.fb {
            background: #46629E;
        }

        .index .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

    .index .social_share_box .copy-link {
        background: #4F4F4F;
    }

    .index .social_share_box .mail {
        background: #4F4F4F;
    }

    .index .social_share_box .watsapp {
        background: #25D366;
    }

    .index .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }*/


.index .article_list > ul {
    padding-left: 0;
}

.index .article_list ul li {
    height: auto;
    list-style: outside none none;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #acacac;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

    .index .article_list ul li.active {
        background-color: #fff;
    }

    .index .article_list ul li .article_thumnail {
        float: left;
        margin: 5px 5px 5px 0;
        width: 60px;
        height: 60px;
    }

    .index .article_list ul li .urlIcon {
        position: absolute;
        right: 5px;
        top: calc(50% - 24px);
        display: block;
        width: 48px;
        height: 48px;
        z-index: 999;
    }

        .index .article_list ul li .urlIcon a {
            display: block;
        }

            .index .article_list ul li .urlIcon a img {
                width: 100%;
                height: auto;
            }

    .index .article_list ul li .article_thumnail > img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: center;
    }

    .index .article_list ul li .summarystory {
        color: #595959;
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

    .index .article_list ul li span {
        color: #232323;
        font-size: 15px;
        padding: 0;
        width: 100%;
        text-decoration: none;
    }

.index .articles_section_body .article_list .ads {
    margin: 30px auto;
    width: 300px;
    min-height: 1px;
}

.index .social_share_box_story_container {
    width: 30px;
    display: none;
    position: fixed;
    bottom: 45px;
    left: 0;

}
.index .social_share_box {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
}
.index .image_section .social_share_box_page_container {
    width: 30px;
    position: fixed;
    left: 80%;
    top: 175px;
}

.index.body_ticker .image_section .social_share_box_page_container {
    top: 210px;
}

.index .image_section .social_share_box {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    bottom:auto;
}
/**************************************** index page end ***********************************************/



/**************************************** listview page start ***********************************************/
.listview .pagecontent {
    width: 100%;
}

.listview .listview_section {
    display: flex;
    flex-direction: row;
    min-height: 512px;
}

/*.listview .col_sidebar {
    display: flex;
    flex-direction: column;
    width: 150px;
    min-height: 100%;
    background-color: #505050;
}*/

.listview .col_img {
    display: flex;
    flex-direction: column;
    width: 530px;
    align-items: center;
    position:relative;
}


    .listview .col_img .prev, .listview .col_img .next, .listview .col_article_view .prev, .listview .col_article_view .next {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        position: fixed;
        top: 400px;
        z-index: 101;
        background-color: #f5931d;
        width: 22px;
        height: 36px;
        padding: 3px 0;
        text-align: center;
    }

        .listview .col_img .prev > .si, .listview .col_img .next > .si, .listview .col_article_view .prev > .si, .listview .col_article_view .next > .si {
            font-size: 30px;
            color: #fff;
        }

    .listview .col_img .prev {
        left: 150px;
    }

    .prevProductPanel{
        left: 300px !important;
    }

    .listview .col_img .next {
        right: calc(100% - 680px);
    }

    .nextProductPanel {
        right: calc(100% - 830px) !important;
    }

.listview .listview_section .col_article_view .prev {
    left: 681px;
}
.listview .listview_section.show_product_panel .col_article_view .prev {
    left: 831px;
}

.listview .col_article_view .next {
    right: 17px;
}


.listview .col_img .ads {
    width: 100%;
    height: auto;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    position: relative;
    z-index: 102;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.listview .listview_section .col_article_view {
    border-color: #d9d9d9;
    display: flex;
    flex-direction: column;
    width: calc( 100% - 680px);
    border-width: 1px;
    border-style: solid;
    border-top-width: 0px;
}

.listview .listview_section.show_product_panel .col_article_view {
    width: calc(100% - 830px);
}

/*.listview .accordian, .listview .accordian ul, .listview .accordian li, .listview .accordian a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}

.listview .accordian {
    height: 100%;
    overflow: auto;
    width: 100%;
}

    .listview .accordian > ul > li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #b0b0b0;
    }


        .listview .accordian > ul > li:last-child {
            border-bottom: none;
        }

        .listview .accordian > ul > li > a {
            font-size: 15px;
            display: block;
            border-top: none;
            color: #fff;
        }

            .listview .accordian > ul > li > a > span {
                display: block;
                font-weight: bold;
                padding: 8px 10px;
            }

            .listview .accordian > ul > li > a:hover {
                text-decoration: none;
            }

        .listview .accordian > ul > li.active {
            border-bottom: none;
        }

        .listview .accordian > ul > li.has-sub > a span {
            background: url(../img/icon_plus.png) 96% center no-repeat;
            cursor: pointer;
        }

        .listview .accordian > ul > li.has-sub.active > a span {
            background: url(../img/icon_minus.png) 96% center no-repeat;
            cursor: pointer;
        }

    .listview .accordian ul ul {
        display: none;
        overflow: auto;
        height: 1060px;
    }

        .listview .accordian ul ul.pg_thumb {
            background-color: #505050 !important;
        }

        .listview .accordian ul ul li {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-top: medium none;
            padding: 0;
            cursor: pointer;
            background-color: #505050;
            border-bottom-color: #757575;
        }

        .listview .accordian ul ul.pg_thumb li:hover, .listview .accordian ul ul.pg_thumb li.active {
            background-color: transparent;
        }

        .listview .accordian ul ul li:hover, .listview .accordian ul ul li.active {
            background-color: #0e0f12;
        }

        .listview .accordian ul ul li:first-child {
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #252525;
        }

        .listview .accordian ul ul li:last-child {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #252525;
        }


        .listview .accordian ul ul a {
            display: block;
            font-size: 15px;
            font-weight: normal;
            padding: 8px 30px;
            color: #ffffff;
        }


            .listview .accordian ul ul a:active,
            .listview .accordian ul ul a:focus {
                font-weight: 700;
            }

            .listview .accordian ul ul a:before {
                content: '\00BB';
                position: absolute;
                left: 10px;
                color: #ffffff;
            }

        .listview .accordian ul ul.pg_thumb {
            text-align: center;
        }

            .listview .accordian ul ul.pg_thumb li {
                border-bottom-width: 0;
                display: inline-block;
            }

                

                .listview .accordian ul ul.pg_thumb li.dblpg {
                    width: 190px;
                }

                .listview .accordian ul ul.pg_thumb li:first-child {
                    border-top-width: 0;
                }

                    .listview .accordian ul ul.pg_thumb li:first-child .pg_thumb_main_div {
                        justify-content: flex-end;
                    }

                        .listview .accordian ul ul.pg_thumb li:first-child .pg_thumb_main_div .pg_thumb_ch_div {
                            margin-top: 10px;
                        }

                .listview .accordian ul ul.pg_thumb li:last-child .pg_thumb_main_div {
                    justify-content: flex-start;
                }


                .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div {
                    display: flex;
                    width: 100%;
                    text-align: right;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    padding: 0;
                }

                    .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div {
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 10px;
                    }

                        .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > img {
                            display: block;
                            padding: 2px;
                            border-width: 2px;
                            border-style: solid;
                            border-color: transparent;
                        }

                            .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > img.selected_thubm_pg,
                            .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > img:hover {
                                border-color: #f5931d;
                            }

                .listview .accordian ul ul.pg_thumb li.dblpg .pg_thumb_main_div > .pg_thumb_ch_div > img {
                    width: 185px;
                }

                .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > span {
                    display: block;
                    text-align: center;
                    font-size: 12px;
                    color: #fff;
                }*/

/*.listview .col_img .image_container {
    border-width: 10px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
}*/
.listview .col_img .image_container > img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    border-top: 1px solid #d9d9d9;
}

.listview .col_article_view .article_actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around   ;
    /*padding: 5px 15px;*/
    height: 50px;
    background-color: #d9d9d9;
}

.listview.sticky_nav .col_article_view .article_actions {
    width: calc( 100% - 680px);
    position: fixed;
    top: 35px;
    z-index: 1028;
}
.listview.sticky_nav .listview_section.show_product_panel .col_article_view .article_actions {
    width: calc( 100% - 830px);
}

.listview.body_ticker.sticky_nav .col_article_view .article_actions {
    top: 70px;
}

.listview .col_article_view .article_actions ul {
    display: flex;
    margin: 0;
    padding: 0px 10px;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
}

    .listview .col_article_view .article_actions ul li {
        display: inline-flex;
        width: 15%;
    }

        .listview .col_article_view .article_actions ul li .action {
            display: block;
            text-align: center;
            margin: 0 auto;
        }

            .listview .col_article_view .article_actions ul li .action span {
                display: flex;
                cursor: pointer;
                overflow: hidden;
                flex-direction: column;
            }

                /*.listview .col_article_view .article_actions ul li .action span img {
                    display: block;
                    margin: 0 auto;
                    height: 20px;
                }*/

                .listview .col_article_view .article_actions ul li .action span label {
                    font-weight: 500;
                    margin: 0;
                    font-size: 12px;
                    cursor: pointer;
                }

.listview .col_article_view .article_body {
    display: block;
    padding: 15px 50px 15px;
    min-height: 150px;
    background-color: #ffffff;
    max-height: 1096px;
    overflow: auto;
}
.listview .col_article_view .article_body #articleimg {
    position:relative;
}
    .listview .col_article_view .article_body #articleimg .link-image-gallery {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.listview.sticky_nav .col_article_view .article_body {
    padding-top: 65px;
}

    .listview.sticky_nav .col_article_view .article_body .articleimage {
        display: block;
    }

    .listview.sticky_nav .col_article_view .article_body #articleimg {
        display: block;
    }

.listview .col_article_view .article_body .headline {
    display: block;
    position: relative;
}

    .listview .col_article_view .article_body .headline .urlIcon {
        position: absolute;
        left: -50px;
        top: 0;
    }

    .listview .col_article_view .article_body .headline .head_line {
        margin: 10px 0 15px;
        color: inherit;
        font-size: 42px;
        display: block;
        color: #303030;
    }

    .listview .col_article_view .article_body .headline .kicker {
        margin: 10px 0 15px;
        color: inherit;
        font-size: 20px;
        display: block;
        color: #303030;
    }
/*.listview .col_article_view .article_body .ads_area_headLine {
	margin: 30px auto;
	width: 300px;
	min-height: 1px;
}*/
.listview .col_article_view .article_body .byline {
    color: #303030;
}

.listview .col_article_view .article_body .dateline {
    color: #303030;
}

.listview .col_article_view .article_body #body {
    font-size: 16px;
    margin: 15px 0;
}

.listview .col_article_view .article_body .divlinkedstory {
    font-size: 16px;
    margin: 15px 0;
}

.listview .col_article_view .article_body .ads {
    margin: 30px auto;
    width: 300px;
    min-height: 1px;
    clear: both;
}

.listview .col_article_view .article_body #body p {
    color: #303030;
}

.listview .col_article_view .article_body .articleimage .ar_img {
    margin-bottom: 8px;
}

.listview .col_article_view .article_body .articleimage .ar_big_img {
    margin-bottom: 20px;
}

.listview .col_article_view .article_body .articleimage .ar_img > img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    margin-bottom: 5px;
}


.listview .col_article_view .article_body .articleimage .ar_img .article-image-caption {
    display: block;
    font-size: 14px;
    color: #303030;
    text-align: center;
}



/*.listview .image_section #id_page_social_share_box {
    display: none;
    width: fit-content;
    position: fixed;
    left: 80%;
    top: 16%;
}*/



.social_share_box_Container .ssb.share {
    background-color: #95D03A;
}

.social_share_box_Container .ssb .si {
    color: #fff;
    font-size: 20px !important;
}

.social_share_box_Container .ssb {
    width: 30px;
    padding: 5px 6px;
    display: block;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}



/* page article view page social share start */

.listview .col_img .social_share_box_Container {
    position: fixed;
    display: block;    
    top: 165px;
    left: 615px;
    z-index: 102;
    width: 30px;
}

.listview .col_img .social_share_box_Container.show_product_panel_share {
    top: 160px !important;
    left: 795px !important;
}
.listview.body_ticker .col_img .social_share_box_Container {
    top: 200px;
}

.listview .col_article_view .social_share_box_Container {
    display: block;
    position: fixed;
    top: 215px;
    right: 25px;
    z-index: 102;
    width: 30px;
}

.listview.body_ticker .col_article_view .social_share_box_Container {
    top: 250px;
}

.listview .social_share_box {
    position: absolute;
    display: none;
    top: 35px;
    left: 0;
    z-index: 50;
    width: 30px;
}
    /*.listview .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .listview .social_share_box .ssb.fb {
            background: #46629E;
        }

        .listview .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

    .listview .social_share_box .copy-link {
        background: #4F4F4F;
    }

    .listview .social_share_box .mail {
        background: #4F4F4F;
    }

    .listview .social_share_box .watsapp {
        background: #25D366;
    }

    .listview .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }*/
    /* page article view page social share end */

    

.listview .fullads {
    width: calc( 100% - 150px);
    padding: 15px;
    text-align: center;
    display: none;
}

    .listview .fullads img {
        width: auto;
        max-width: 100%;
    }

    .listview .fullads .prev,
    .listview .fullads .next {
        border-radius: 25px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        opacity: 0.5;
        position: fixed;
        top: 400px;
        z-index: 101;
    }

        .listview .fullads .prev > img,
        .listview .fullads .next > img {
            width: 30px;
        }

    .listview .fullads .prev {
        left: 150px;
    }

    .listview .fullads .next {
        right: 0;
    }

.listview .image_container .urlIcon {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 999;
    /*left: calc(50% - 16px);
	top: calc(50% - 16px);*/
}

    .listview .image_container .urlIcon a {
        display: block;
    }

    .listview .image_container .urlIcon img {
        width: 100%;
        height: auto;
    }

/**************************************** listview page end ***********************************************/



/****************************************************** fullview start ********************************************************************/
.fullview .sitecover .pagecontent {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fullview .sitecover.Left_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.fullview .sitecover.right_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .pagecontent {
    width: calc(100% - 380px);
}

.fullview .prev, .fullview .next {
    cursor: pointer;
    position: fixed;
    top: 300px;
    z-index: 101;
    background-color: #f5931d;
    width: 22px;
    height: 36px;
    padding: 3px 0;
    text-align: center;
}

    .fullview .prev > .si, .fullview .next > .si {
        font-size: 30px;
        color: #fff;
    }

    .fullview .prev:hover, .fullview .next:hover {
        /*opacity: 0.3;*/
    }

.fullview .prev {
    left: 0px;
}

.fullview .next {
    right: 0;
}


.fullview .sitecover.right_verticle_ads.Left_verticle_ads .prev {
    left: 190px;
}

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .next {
    right: 190px;
}

.fullview .sitecover.right_verticle_ads .next {
    right: 190px;
}

.fullview .fullpage_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 15px;*/
    width: 100%;
    max-width: 100%;
    position: relative;
    /*background: #bec3c7;*/
    border: 10px solid #fff;
    min-height: 512px;
}

.fullview .image_layer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

    .fullview .image_layer > .img_jpg,
    .fullview .image_layer > .img_png {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: auto;
    }


.fullview .fullpage_img_bx.zoomin {
    cursor: zoom-in;
}

.fullview .fullpage_img_bx.zoomout {
    cursor: zoom-out;
    padding: 0;
}

.fullview .fullpage_img_bx.zoomout .image_layer {
    overflow-x: inherit;
    overflow-y: inherit;
}

.fullview .fullpage_img_bx.zoomout .image_layer > .img_jpg, .fullview .fullpage_img_bx.zoomout .image_layer > .img_png {
    width: auto;
    height: auto;
}

.social_share_box_Container {
    position: absolute;
    z-index: 1040;
    right: 0;
    top: 0;
}

.fullview .social_share_box_Container {
    display: block;
    position: fixed;
    right: 220px !important;
    top: 215px;    
    width: 30px;
}

.fullview .social_share_box {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
}

    /*.fullview .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .fullview .social_share_box .ssb.fb {
            background: #46629E;
        }

        .fullview .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

    .fullview .social_share_box .copy-link {
        background: #4F4F4F;
    }

    .fullview .social_share_box .mail {
        background: #4F4F4F;
    }

    .fullview .social_share_box .watsapp {
        background: #25D366;
    }

    .fullview .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }*/

/****************************************************** fullview end ********************************************************************/


/****************************************************** Share page and Shareimage page start ********************************************************************/

.share_page .sitecover, .shareimage_page .sitecover {
    min-height: calc(100% - 150px);
}

.share_page .pagecontent, .shareimage_page .pagecontent {
    background-color: #f0f0f0;
}

.share_page .close_button, .shareimage_page .close_button {
    opacity: 1;
}

    .share_page .close_button:hover, .shareimage_page .close_button:hover {
        opacity: unset;
    }

.share_page .close_button, .shareimage_page .close_button, .close_button > span {
    display: block;
    cursor: pointer;
}

/*.share_page .close_button span > .si, .shareimage_page .close_button span > .si {
        width: 24px;
        height: 24px;
    }*/

.share_page .articles_section_header, .shareimage_page .articles_section_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
}

    .share_page .articles_section_header .article_actions, .shareimage_page .articles_section_header .article_actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 5px 15px;
        background-color: #d9d9d9;
    }

        .share_page .articles_section_header .article_actions ul, .shareimage_page .articles_section_header .article_actions ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            flex-direction: row;
            align-items: center;
        }

        .share_page .articles_section_header .article_actions ul {
            justify-content: center;
        }

        .shareimage_page .articles_section_header .article_actions ul {
            justify-content: flex-end;
        }



            .share_page .articles_section_header .article_actions ul li, .shareimage_page .articles_section_header .article_actions ul li {
                display: inline-flex;
                width: 15%;
            }

                .share_page .articles_section_header .article_actions ul li .action, .shareimage_page .articles_section_header .article_actions ul li .action {
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                }

                    .share_page .articles_section_header .article_actions ul li .action span, .shareimage_page .articles_section_header .article_actions ul li .action span {
                        display: flex;
                        cursor: pointer;
                        overflow: hidden;
                        flex-direction: column;
                    }

                        /*.share_page .articles_section_header .article_actions ul li .action span img, .shareimage_page .articles_section_header .article_actions ul li .action span img {
                            display: block;
                            margin: 0 auto;
                            height: 20px;
                        }*/

                        .share_page .articles_section_header .article_actions ul li .action span label, .shareimage_page .articles_section_header .article_actions ul li .action span label {
                            font-weight: 500;
                            margin: 0;
                            font-size: 12px;
                            cursor: pointer;
                        }

.share_page .headline {
    display: block;
    padding: 15px 30px;
    background-color: #231f20;
}

    .share_page .headline .headline_inner {
        max-width: 1170px;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
    }

        .share_page .headline .headline_inner .urlIcon {
            position: absolute;
            right: 0px;
            top: calc(50% - 16px);
        }

    .share_page .headline .head_line {
        display: block;
        font-size: 60px;
        color: rgb(255, 255, 255);
        max-width: 1170px;
        margin: 0 auto;
    }

    .share_page .headline .kicker {
        display: block;
        font-size: 24px;
        color: rgba(255,255,255,0.8);
    }

.share_page .ads_area_headLine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .share_page .ads_area_headLine .ads {
        margin: 30px auto;
    }

.share_page .ads {
    display: flex;
    margin: 30px auto;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    clear: both;
}
/*.shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: block;
}*/
.shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    flex-wrap:wrap;
}
    .shareimage_page .articles_section_body_imgview #imageBox {
        position: relative;
    }

    .shareimage_page .articles_section_body_imgview .link-image-gallery {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
        .shareimage_page .articles_section_body_imgview .link-image-gallery img {
            max-width: 100%;
        }

    .shareimage_page .articles_section_body_imgview .urlIcon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .shareimage_page .articles_section_body_imgview #imageBox > img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }

    .shareimage_page .articles_section_body_imgview #imageBox > span {
        font-size: 16px;
        color: rgba(0,0,0,0.7);
        width: 100%;
        display: block;
    }

.share_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: none;
}

    .share_page .articles_section_body_imgview > img {
        max-width: 100%;
        width: auto;
        border-width: 10px;
        border-style: solid;
        border-color: #ffffff;
        background-color: #fff;
    }

.share_page .articles_section_body_textview {
    display: block;
    width: 100%;
    padding: 8px;
    max-width: 1170px;
    margin: 15px auto 15px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

    .share_page .articles_section_body_textview .article_date {
        /*display: block;
        clear: both;*/
        display: inline-block;
        clear: both;
    }

    .share_page .articles_section_body_textview .byline {
        display: inline-block;
        clear: both;
    }

    .share_page .articles_section_body_textview .articleimage {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

        .share_page .articles_section_body_textview .articleimage .story_body .ads {
            margin: 15px auto;
        }

.share_page .articles_section_body_textview {
    /*font-size: 14px;*/
    font-size: 16px;
}

    .share_page .articles_section_body_textview .div_article_image .main_img_Number {
        margin-bottom: 15px;
    }

        .share_page .articles_section_body_textview .div_article_image .main_img_Number > img {
            display: block;
            margin: 0 auto;
            max-width: 100% !important;
            margin-bottom: 5px;
        }

        .share_page .articles_section_body_textview .div_article_image .main_img_Number h6 {
            display: block;
            font-size: 14px;
        }


.share_page .social_share_box, .shareimage_page .social_share_box {
    display: none;
    width: 30px;
    position: fixed;
    /*left: 0;*/
    right: 6px;
    top: calc(50% + 35px);
}

.share_page .social_share_box_Container, .shareimage_page .social_share_box_Container {
    display: block;
    width: 30px;
    position: fixed;
    right: 6px;
    top: 50%;
}
    /*.share_page .social_share_box > a, .shareimage_page .social_share_box > a {
        display: block;
        cursor: pointer;
        margin: 5px 0px 5px;
    }

        .share_page .social_share_box > a > img, .shareimage_page .social_share_box > a > img {
            display: block;
            width: 28px;
            height: 28px;
        }*/
    .share_page .social_share_box .ssb, .shareimage_page .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .share_page .social_share_box .ssb.fb, .shareimage_page .social_share_box .ssb.fb {
            background: #46629E;
        }

        .share_page .social_share_box .ssb.twitter, .shareimage_page .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

        .share_page .social_share_box .copy-link, .shareimage_page .social_share_box .ssb.copy-link {
            background: #4F4F4F;
        }

        .share_page .social_share_box .mail, .shareimage_page .social_share_box .ssb.mail {
            background: #4F4F4F;
        }

        .share_page .social_share_box .ssb.watsapp, .shareimage_page .social_share_box .ssb.watsapp {
            background: #25D366;
        }

        .share_page .social_share_box .ssb .si, .shareimage_page .social_share_box .ssb .si {
            color: #fff;
            font-size: 20px !important;
        }

.share_page .prev_article, .share_page .next_article {
    display: inline-block;
    font-size: 14px;
    position: fixed;
    top: calc(50% - 18px);
    z-index: 101;
    background-color: #ff0000;
    width: 22px;
    height: 36px;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
}

.share_page .prev_article {
    left: 9%;
}

.share_page .next_article {
    right: 9%;
}

.share_page .prev_article > .si, .share_page .next_article > .si {
    font-size: 30px;
    color: #fff;
}

/****************************************************** Share page and Shareimage page end ********************************************************************/
/* ========================================  my profile ===========================================*/
.myprofile {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

    .myprofile .column_left, .myprofile .column_right {
        display: flex;
        flex-direction: column;
        width: calc(50% - 7.5px);
        padding: 15px;
        background-color: #f2f2f2;
    }

    .myprofile .column_left {
        margin-right: 15px;
    }

.btns_bx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.myfavorite_container .table {
    color: #303030;
}

.myfavorite_container .headline {
    font-size: 16px;
    /*color: #303030;*/
    color: #337ab7;
}

.myfavorite_container .table tr:hover .headline {
    /*color: #000;*/
    text-decoration: none;
}

.myfavorite_container .summary {
    font-size: 16px;
    font-weight: 500;
}

.most_pop_article_bx {
    display: block;
}

    .most_pop_article_bx .articles_list {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .most_pop_article_bx .filter_bx {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d4d4d4;
    }

        .most_pop_article_bx .filter_bx .nav-pills > li > a {
            border-radius: 0;
        }

        .most_pop_article_bx .filter_bx .nav > li.active > a {
            background-color: #337ab7;
        }


    .most_pop_article_bx .checkbox_filter > ul {
        display: inline-flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .most_pop_article_bx .checkbox_filter > ul > li {
            margin-left: 15px;
        }

            .most_pop_article_bx .checkbox_filter > ul > li label {
                cursor: pointer;
            }

                .most_pop_article_bx .checkbox_filter > ul > li label:hover {
                    color: #23527c;
                }

        .most_pop_article_bx .checkbox_filter > ul > li {
            margin-right: 30px;
        }


    .most_pop_article_bx .article {
        width: calc(50% - 7.5px);
        border-radius: 5px;
        float: left;
        margin-bottom: 15px;
    }

        .most_pop_article_bx .article:nth-last-of-type(even) {
            clear: left;
        }

        .most_pop_article_bx .article .permalink {
            display: block;
            overflow: hidden;
        }

            .most_pop_article_bx .article .permalink:hover {
                text-decoration: none;
            }

                .most_pop_article_bx .article .permalink:hover .headline,
                .most_pop_article_bx .article .permalink:hover .summary {
                    color: #000;
                }

        .most_pop_article_bx .article .headline {
            font-size: 16px;
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
            color: #505050;
        }

        .most_pop_article_bx .article .thumb {
            width: 60px;
            height: 60px;
            margin: 5px 10px 10px 0;
            float: left;
        }

            .most_pop_article_bx .article .thumb > img {
                width: 60px;
                height: 60px;
                object-fit: cover;
                object-position: center;
            }

        .most_pop_article_bx .article .article_date {
            display: block;
            margin: 10px 0 15px;
        }

        .most_pop_article_bx .article .summary {
            display: block;
            font-size: 16px;
            color: #505050;
            margin-bottom: 10px;
        }

        .most_pop_article_bx .article hr {
            width: 50%;
            float: left;
            border-color: #000;
            margin: 0;
        }

    .most_pop_article_bx .data404 {
        display: flex;
        padding: 15px;
        align-items: center;
        height: 100px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

sup {
    color: #f00;
    font-size: 16px;
    top: 0px;
}

.si {
    font-size: 20px;
    color: #333;
}

.ic-pub {
    position: relative;
    /*right: 18px;*/
    right: 3px;
    z-index: -1;
}

.ic-pages {
    position: relative;
    right: 20px;
    z-index: -1;
}

/* social share buttons*/
 .social_share_box .ssb {
    width: 30px;
    padding: 5px 6px;
    display: block;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

     .social_share_box .ssb.fb {
        background: #46629E;
    }

     .social_share_box .ssb.twitter {
        background: #55ACEE;
    }

 .social_share_box .copy-link {
    background: #4F4F4F;
}

 .social_share_box .mail {
    background: #4F4F4F;
}

 .social_share_box .watsapp {
    background: #25D366;
}

.social_share_box .ssb .si {
    color: #fff;
    font-size: 20px !important;
}

.listview .link-image-gallery .link-image-gallery-slides .item img {
    max-width: 100%;
    width: 100% !important;
}
.share_page .articles_section_body_textview .articleimage img {
    width: 100%;
}




/*toppage owl css*/

.ep_pg_thumbnails {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
    top: 15px;
}

.owlcarousel_thumb_bx {
    display: none;
    height: 198px !important;
    padding: 15px 46px;
    background-color: #606060;
    overflow: hidden;
    width: 100%;
    margin-top: -17px;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item .item {
    cursor: pointer;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item .item.selected {
    cursor: pointer;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item img {
    width: auto !important;
    max-height: 140px;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index:1;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item .item.selected .item_pg_no > span {
    background-color: #404040;
    color: #fff;
    margin-bottom: 15px;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no > span {
    background-color: #00b0f0;
    padding: 3px 5px;
    min-width: 32px;
    height: auto;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}

.owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no.dblPage > span {
    width: 70px;
    border-radius: 20px;
}

.owlcarousel_thumb_bx .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 25px;
    top: calc(50% - 18px);
    padding: 0;
    background: transparent;
}


.owlcarousel_thumb_bx .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: calc(50% - 18px);
    padding: 0;
    background: transparent;
}

.ic.ic_oc_prev, .ic.ic_oc_next {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #0489cf;
    border-radius: 50%;
    padding: 7px;
    color: #fff !important;
}

.ic.ic_oc_prev .fas, .ic.ic_oc_next .fas {
    display: block;
    font-size: 20px;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owlcarousel_thumb_bx .owl-nav {
    margin: 0;
}

/*cropped start*/
.owlcarousel_thumb_bx.clips {
    height: 180px;
}

.owlcarousel_thumb_bx.clips .clip_nav {
display: flex;
flex-direction: row;
}

.owlcarousel_thumb_bx.clips .clip_nav ul {
    display: inline-flex;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    flex-wrap: wrap;
}

.owlcarousel_thumb_bx.clips .clip_nav ul li {
margin-right: 15px;
}

.owlcarousel_thumb_bx.clips .clip_nav ul li span {
color: #ffffff;
font-size: 14px;
cursor: pointer;
}

.owlcarousel_thumb_bx.clips .clip_nav ul li span .fas {
    font-size: 16px;
    margin-right: 5px;
}

.owlcarousel_thumb_bx.clips .owl-carousel .owl-item img {
width: auto;
height: auto;
}


.close_thumb_icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.close_thumb_icon > .ic.ic_close {
display: block;
padding: 5px;
}

.close_thumb_icon > .ic.ic_close > .fas {
    display: block;
    color: #fff;
    font-size: 18px;
}

.ep_pg_cnt_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

    .ep_pg_cnt_img_bx .cnt_img_bx {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        /*overflow: auto;*/
    }

        .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            /*height: 100%;*/
            height: auto;
        }

.labelicon {
    width: 26px;
    float: left;
    padding: 10px 10px 7px 0;
}

.logIn_user {
    color: blue;
}

.landing_page .main_content, .home .main_content {
    padding-top: 75px;
}

.zoomin_lbl1 .home .action_bar, .zoomin_lbl2 .home .action_bar {
    width: 100%;
}

.zoomin_lbl1 .home .main_content, .zoomin_lbl2 .home .main_content {
    width: 100%;
}

.zoomin_lbl1 .home .sidebar, .zoomin_lbl2 .home .sidebar {
    display: none;
}

.zoomin_lbl1 .ep_pg_cnt_img_bx, .zoomin_lbl2 .ep_pg_cnt_img_bx {
    padding: 0;
}

.zoomin_lbl1 .home_ads_area, .zoomin_lbl2 .home_ads_area {
    display: none;
}

.zoomin_lbl1 footer, .zoomin_lbl2 footer {
    display: none;
}

.zoomin_lbl1 .ep_pg_cnt_img_bx, .zoomin_lbl2 .ep_pg_cnt_img_bx {
    overflow: auto;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}
  
    .zoomin_lbl1 .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .zoomin_lbl1 .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .zoomin_lbl2 .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .zoomin_lbl2 .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
        width: auto;
        height: auto;
    }

.imgTitleBelow {
    text-align: center;
    font-size: 10px;
    color: white;
}

.ic.ic_oc_prev, .ic.ic_oc_next {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #0489cf;
    border-radius: 50%;
    padding: 7px;
    color: #fff !important;
}

    .ic.ic_oc_prev .fas, .ic.ic_oc_next .fas {
        display: block;
        font-size: 20px;
    }

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owlcarousel_thumb_bx .owl-nav {
    margin: 0;
}

.owl-carousel .item.selected > img {
    border: 2px solid #fff;
    padding: 2px;
}

/*cropped start*/
.owlcarousel_thumb_bx.clips {
    height: 180px;
}

.clr-white {
    color: #fff;
}

.menu_pages {
    text-align: left;
    display: inline-block;
    position: relative;
    width: 100%;
    background: #423e3e;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .menu_pages::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.menu_pages {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .menu_pages .nav-tabs > li > a {
        color: #fff;
    }

#fullPagemenu .tab-content {
    width: 100%;
    padding:0px 25px;
}

#fullPagemenu {
    display: none;
    background: #606060;
}

    #fullPagemenu .owlcarousel_thumb_bx {
        display: block;
    }

    #fullPagemenu .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #00b0f0;
        cursor: default;
        background-color: transparent;
        border: none;
        border-bottom-color: transparent;
        font-weight: unset;
    }

    #fullPagemenu .owlcarousel_thumb_bx {
        margin-top: 0px;
        padding:0;
    }

span.si.si-menu-o {
    color: #0089cf !important;
    font-weight: 600;
}

.ic_cropwhatsapp {
    background-color: #25D366;
}

ul#SupplimentUl.nav > li > a {
    padding: 5px 5px;
    border: none;
}

ul#SupplimentUl.nav-tabs {
    border-bottom: 0;
}

ul#SupplimentUl.nav-tabs > li > a:hover {
    color: #00b0f0;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    font-weight: unset;
}

    ul#SupplimentUl.nav-tabs > li > a::after {
        content: " | ";
        color: #fff;
    }
.alert p {
    text-align: center;
    font-size: 18px;
}
.fullpage_content {
    width: calc(100% - 190px);
}
.sidebar_adds {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}
.fullpage_content .next{
    right: 195px !important;
}
@media only screen and (max-width: 1023px) {
    .ads_area_728X90 {
        display:none;
    }
}