﻿.article-loader{
    z-index:1070;
}
.article_footer .si-audio-listen, .article_footer .si-audio-pause {
    font-size: 38px;
    color: #fff;
    top: 2px;
}
.popup-article {
    z-index: 1060;
}
.popup-article .modal-dialog {
    margin: 0;
    width: 100%;
}
.popup-article .modal-header {
	/*height: 35px;
    text-align: center;
    background-color: #000000;
    padding: 5px;
    color: #fff;
    border:0;*/
    height:55px;
    padding:1px;
    background-color: #d9d9d9;

}
.popup-article .modal-header .close {
    padding: 1px;
    margin-right: 7px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    opacity: 1;
}
.popup-article .modal-header .close .si-cross {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
/*header menu */
.popup-article .articles-menu-header {
    display: flex;
    flex-direction: row;
    width: 95%;
    height: 55px;
    
}
.popup-article .articles-menu-header .article-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 5px;
}
.popup-article .articles-menu-header .article-actions ul {
    display: block;
    margin: 0;
    padding: 1px;
    list-style: none;
    flex-direction: row;
    height: 50px;
}
.popup-article .articles-menu-header .article-actions ul li {
    display: inline-block;
    width: 13%;
}
.popup-article .articles-menu-header .article-actions ul li .action {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.popup-article .articles-menu-header .article-actions ul li .action {
    display: flex;
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
}
.popup-article .articles-menu-header .article-actions ul li .action span label {
    font-weight: 500;
    margin: 0;
    font-size: 10px;
    cursor: pointer;
    display:block;
}
/*end*/
.popup-article .modal-body {
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.popup-article .modal-body .modalcontent {
    padding: 0;
    background: transparent;
}

.popup-article .modal-body .article {
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height:400px;
}
.popup-article .modal-body .divheading {
    margin-bottom: 6px;
}
.popup-article .modal-body .divheading .kicker {
    display: block;
    padding: 0px 0;
    font-family: taun_elango_abirami;
    font-size: 16px;
    line-height: 1.2;
}
.popup-article .modal-body .divheading .head_line {
    padding: 0px 0;
    font-size: 25px;
    font-family: taun_elango_abirami;
    line-height: 1.1;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.popup-article .articleimage {
    margin: 0px;
    display: block;
    text-align: center;
}
.popup-article .articleimage .main_img_Number {
    margin-top: 2px;
}
.popup-article .articleimage img {
    max-width: 100%;
}
.popup-article .articleimage h6 {
    margin: 5px 10px 10px;
}
.popup-article .div_article_image {
    margin-top: 10px;
    margin-left: 5px;
}
.popup-article .modal-body .share_article_body .div_article_image > div {
    max-width: 100%;
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 8px;
}
.popup-article .modal-body .share_article_body .div_article_image > div > img {
    max-width: 100%;
    width: auto;
    float: right;
}
.popup-article .div_article_image .main_img_Number > h6 > span {
    font-size: 12px;
    /*font-family: taun_elango_panchali;*/
}

.popup-article .modal-footer {
    background-color: #595959;
    padding: 5px 10px;
    height: 35px;
    bottom: 0;
}
.popup-article .modal-footer .si-chevron-left {
   float: left;
   color: #fff;
}
.popup-article .modal-footer .si-chevron-right {
   float: right;
   color: #fff;
}
.popup-article .modal-footer .footer_action {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.PageQue {
    color: white;
}
/*article imge view*/
.popup-article .articles-section-body-imgview {
    display: none;
    text-align: center;
}
.popup-article .articles-section-body-imgview > img{
    max-width: 100%;
    width: auto;
    margin-bottom: 15px;
}
/*end*/
/*image popup*/
.popup-img {
    z-index: 1060;
}
popup-img .img-modal-dialog {
    margin-top: 100px;
    width: 100%;
    margin: 0px !important;
}
.popup-img .modal-header {
    height:45px;
    padding:0px;
    background-color: #333333;

}
.popup-img .modal-header .close {
    padding: 1px;
    margin-right: 7px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    opacity: 1;
}
.popup-img .modal-header .close .si-cross {
    color: #fff;
    opacity: 1;
}
/*header menu */
.popup-img .img-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 5px;
    height: 45px;
}
.popup-img .img-actions ul {
   display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.popup-img .aimg-actions ul li {
   display: inline-flex;
    width: 15%;
}
.popup-img .img-actions ul li .action {
 display: block;
 text-align: center;
 margin: 0 auto;
 color:#fff;
}
.popup-img .img-actions ul li .action span{
    display: flex;
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
}
.popup-img .img-actions ul li .action span label {
    font-weight: 500;
    margin: 0;
    font-size: 10px;
    cursor: pointer;
}
/*end*/
.popup-img .modal-body {
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.popup-img .modal-body {
    padding: 0;
    background: transparent;
}

.popup-img .modal-body .article {
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height:400px;
}
.popup-img .img-section-body {
    text-align: center;
}
.popup-img .img-section-body> img{
    max-width: 100%;
    width: auto;
    padding: 3px;
    margin-top: 5px;
}

.popup-article .modal-footer {
    background-color: #595959;
    padding: 5px 10px;
    height: 35px;
    bottom: 0;
}
.popup-img .modal-footer .si-chevron-left {
   float: left;
   color: #fff;
}
.popup-img .modal-footer .si-chevron-right {
   float: right;
   color: #fff;
}
.popup-img .modal-footer .footer_action {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.PageQue {
    color: white;
}

/*end image*/
/*zoom popup*/
.article-zoom-popup{
    z-index:1060;
    margin-top: 55px;
}

.article-zoom-popup .modal-header{
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background-color: black;
    color: #fff;
    height:35px;
}
.article-zoom-popup .modal-header .title{
    text-align: center;
    height: 100%;
    padding: 4px;
}
.article-zoom-popup .close .si {
    color: #fff;
}
.article-zoom-popup .modal-header .close{
    position: relative;
    float: right;
    margin-top: -29px;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
    top:0px;
}

.article-zoom-popup .modal-body{
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.article-zoom-popup .modal-body .font-icon{
   text-align: center;
   margin-bottom: 15px;
}
.article-zoom-popup .modal-body .font-icon .font-minus{
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.article-zoom-popup .modal-body .font-icon .si-font-minus{
    color:#fff;
}
.article-zoom-popup .modal-body .font-icon .font-plus{
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 15px;
}
.article-zoom-popup .modal-body .font-icon .si-font-plus{
    color:#fff;
}
/*end*/
/*share popup*/
.share-article-popup{
    z-index:1060;
    margin-top: 55px;
}

.share-article-popup .modal-header{
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background-color: gray;
    color: #fff;
    height:35px;
    line-height:35px;
}
.share-article-popup .modal-header .title{
    text-align: center;
    height: 100%;
    padding: 0px;
    font-weight:700;
}
.share-article-popup .modal-header .close{
    position: relative;
    float: right;
    margin-top: -34px;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
}
.share-article-popup .modal-header .close .si{
    color:#fff;
}
.share-article-popup .modal-body{
    height: 120px;
    padding: 30px 15px;
    text-align: center;
}
.share-article-popup .modal-body .font-icon{
   text-align: center;
   margin-bottom: 15px;
}
.share-article-popup .modal-body .font-icon .font-minus{
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.share-article-popup .modal-body .font-icon .si-font-minus{
    color:#fff;
}
.share-article-popup .modal-body .font-icon .font-plus{
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 15px;
}
.share-article-popup .modal-body .font-icon .si-font-plus{
    color:#fff;
}
/*end*/
/*social share*/
.share-article-popup .modal-body .share-buttons .sb.facebook {
    background-color: #46629E;
}
.share-article-popup .modal-body .share-buttons .sb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 4px 6px;
    outline: none;
}
.share-article-popup .modal-body .share-buttons a {
    margin-right: 10px;
    display: inline-block;
}
.share-article-popup .modal-body .share-buttons .sb .si {
    font-size: 42px !important;
    color: #fff;
}
.share-article-popup .modal-body .share-buttons .sb.twitter {
    background-color: #55ACEE;
}

.share-article-popup .modal-body .share-buttons .sb.watsapp {
    background-color: #3cbc74;
}

    .share-article-popup .modal-body .share-buttons .sb.wteditor, .copy-link {
        background-color: #000000;
    }

    .share-article-popup .modal-body .share-buttons .sb.wteditor, .mail{
        background-color: #000000;
    }

.modal-footer .close {
    opacity: 1;
}

.modal-footer .close .si-cross {
    color: #fff;
    opacity: unset;
}

/* =============== Write to Editor popup css start ============== */

.modal-background {
    display: none;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    position: absolute;
    height: 3000px;
    width: 100%;
    z-index: 1070;
    top: 0;
}

.Popup-writeToEditor {
    display: block;
    z-index: 1080;
    top: 20%;
    padding: 5%;
}

.Popup-writeToEditor .modal-header {
    background-color: #000;
    color: white;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.Popup-writeToEditor .modal-content {
    border-radius: 0px;
}

.Popup-writeToEditor .modal-header .modal-title {
    display: inline-block;
    font-weight: bold;
}

.gallery-action {
    display: inline-block;
    margin-right: 22px;
    float: right;
}

.Popup-writeToEditor .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3px;
    margin-right: 5px;
    opacity: 1;
    color: #807979;
    background: white;
    padding: 2px;
    height: 24px;
    width: 25px;
    font-weight: bolder;
    font-size: 15px;
    border: 1px solid;
}

.Popup-writeToEditor .modal-body {
    padding: 7px 14px;
    text-align: center;
}

#btn_SendFeedback {
    background-color: #ddd;
    border-radius: 0px;
    padding: 3px 14px;
}

/* =============== Write to Editor popup css end ============== */


/* =============== article carousel css start ============== */

.article_carousel_modal .modal-dialog {
    margin: 0;
}

.article_carousel_modal .modal-content {
    border-radius: 0;
    width: 100%;
    border: 0;
}

.article_carousel_modal .modal-header {
    height: 45px;
    padding: 0px;
    background-color: #e30613;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 7px;
}

.article_carousel_modal .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    height: calc(100vh - 55px);
}

/*
.article_carousel_modal .modal-footer {
    height: 55px;
    padding: 0px;
    background-color: #e30613;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .article_carousel_modal .modal-footer .articles-menu-header {
        height: 250px;
        position: fixed;
        bottom: 20px;
        left: 22px;
        z-index: 1024;
        background: #fff;
        width: 200px;
        border: 1px solid #333;
    }
    .article_carousel_modal .modal-footer .article-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 15px;
        background: transparent;
    }
        .article_carousel_modal .modal-footer .article-actions ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .article_carousel_modal .modal-footer .article-actions ul li {
            display: block;
            width: 100%;
            margin-bottom: 12px;
        }
            .article_carousel_modal .modal-footer .article-actions ul li .action {
                display: flex;
                cursor: pointer;
                overflow: hidden;
                flex-direction: column;
                text-align: left;
            }

                .article_carousel_modal .modal-footer .article-actions ul li .action .si {
                    font-size: 22px;
                    width: 30px;
                    text-align: left;
                }
    */

.article_carousel_modal .modal-header .logo{
    max-width: 130px;
}

.modal-header .close {
    margin-top: 0px;
    right: 8px;
    padding: 0px;
    top: 10px;
}

.article_carousel_modal .modal-header .close .si {
    color: #fff;
    opacity: unset;
    font-size: 24px;
}

.article_carousel_modal .headline_box {
    display: block;
}

    .article_carousel_modal .headline_box .kicker {
        display: block;
        /*font-size: 14px;*/
        margin-bottom: 10px;
    }


    .article_carousel_modal .headline_box .headline {
        margin-bottom: 15px;
        /*font-size: 26px;*/
        display: block;
        /*font-weight: 300;*/
    }
.article_carousel_modal .item .article_para_box {
    font-size:14px;
}
.article_carousel_modal .item .article_para_box p {
    width: auto;
    /*font-size: inherit !important;*/
    color: #000;
    text-align: unset;
    margin: 0 0 10px 0;
    text-overflow: inherit;
    display: block;
    -webkit-line-clamp: initial !important;
    line-clamp: initial !important;
    -webkit-box-orient: inherit !important;
    overflow: unset !important;
}

.article_carousel_modal .article_image_box_full .main_img_Number > img {
    max-width: 100%;
}
.article_carousel_modal .article_image_box_full .main_img_Number > h6 span {
    color: #808080;
    display: block;
}

.article_carousel_modal .article_image_box_small .main_img_Number > img {
    max-width: 100%;
}
.article_carousel_modal .article_image_box_small .main_img_Number > h6 span {
    color: #808080;
    display: block;
}

.article_carousel_modal .sub_article .sub_article_body p {
    color: #000;
    width: auto;
    font-size: 14px !important;
    text-align: unset;
    display: block;
    text-overflow: unset;
    margin: 0 0 15px 0;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}

.article_carousel_modal .sub_article {
    background: #ffecdd;
    margin-bottom: 15px;
    display: block;
    clear: both;
}

    .article_carousel_modal .sub_article .sub_article_head {
        font-size: 16px;
        font-weight: 700;
    }

.article_carousel_modal .article_footer {
    background-color: #e30613;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.article_carousel_modal .article_footer .share_button {
    display: block;
}

.article_carousel_modal .article_footer .share_button img {
    width: 18px !important;
    padding:0px;
}

.article_carousel_modal .article_footer .fa {
    font-size: 26px;
    color: #fff;
    margin-top: 4px;
}
.article_carousel_modal .article_footer .fa-bookmark, .article_carousel_modal .article_footer .fa-bookmark-o{
    font-size:22px;
}
.article_carousel_modal .article {
    overflow: auto;
    padding: 10px 10px 10px 10px;
}
#articleCarousel .article_carousel_box, #articleCarousel .owl-stage-outer, #articleCarousel .owl-stage, #articleCarousel .owl-item {
    height:100%;
}
.article_carousel_modal .article_image {
    /*height: calc(100vh - 55px);*/
    overflow: auto;
    padding: 10px 10px 10px 10px;
}

    .article_carousel_modal .article_image .article_image_holder {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }


.article_carousel_modal .article_action {
    border: 1px solid #333;
    display: none;
    position: fixed;
    bottom: 20px;
    background: #fff;
    left: 20px;
    /* box-shadow: 1px 1px 10px 3px rgba(0,0,0,.2); */
    border-radius: 4px;
    width: 200px;
    z-index: 1030;
    padding: 20px 7px;
}

.article_carousel_modal .article_action .close_button {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.article_carousel_modal .article_action ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.article_carousel_modal .article_action ul li {
    display: block;
    margin-bottom: 12px;
    width: 100%;
}
.article_carousel_modal .article_action ul li:last-child {
    margin-bottom: 0;
}

.article_carousel_modal .article_action ul li span {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
}
.article_carousel_modal .article_action ul li span img {
    width: 16px !important;
    margin-right: 14px;
    padding:0px;
}
.article_carousel_modal .article_action ul li span img:hover, .article_carousel_modal .article_action ul li span img:active, .article_carousel_modal .article_action ul li span img:focus{
    padding:0px;
}
.article_carousel_modal .article_action ul li span .si {
    font-size: 22px;
    display: block;
    margin-right: 0px;
    width: 30px;
}

.article_carousel_modal .article_action ul li span .fa {
    font-size: 22px;
    margin-right: 0px;
    width: 30px;
}

.article_carousel_modal .article_action ul li span label {
    display: initial;
    font-weight: 600;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.article_carousel_modal .article_footer .article_paging {
    color: #fff;
}
/* =============== article carousel css start ============== */