/** News view page styling start
===========================================*/

/*Breadcrumbs Start*/
#newsview-nav .breadcrumb-item+.breadcrumb-item::before{
    font-weight: 700;
    content: ">>";
}
/*-------Breadcrumbs end--------*/

#news-view-header,#news-view-shoulder{
    color: #de7a19;
}


/*------------------Body text styling Start-------------------*/

#rpt-date{
    font-size: 16px;
}
.show_more {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 8px;

}

@media screen and (max-width: 768px) {
    #rpt-date{
        font-size: 13px;
    }
}

figure a.dtl-news-img img:hover{ opacity: 0.9}

.news-element-text p{
    padding-bottom: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.events a{
    text-underline: #0c5460 !important;
    color: #337ab7;
}
.static_txt {
    background: #fffeea;
    padding: 10px;
    border-top: 2px solid #3c80b6;
    border-bottom: 2px solid #3c80b6;
    margin-bottom: 15px;
    font-style: italic;
}
/*------------------Body text styling End-------------------*/

/*------------------More news styling Start-------------------*/
@media screen and (max-width: 768px) {

    .more-news {
        background: #3b5998;
        border-bottom: none !important;
    }

    .more-news h5 {
        font-size: 18px;
        color: #ffffff;
    }
}
@media screen and (min-width: 769px) {
    .more-news {
        border-bottom: 2px solid #fe0104 !important;
    }
}
.tag-more-news {
    border-bottom: 2px solid #fe0104 !important;
}

/*------------------More news styling End-------------------*/

/*------------------Print page styling End-------------------*/
#my-print-text{
    font-size: 30px !important;
}
#bottom-footer-print p{
    font-size: 25px !important;
}
#print-caption {
    font-size: 23px !important;
}

#bottom-footer-print h5{
    font-size: 25px !important;
    color: #000000 !important;
}

.editor-link-print p span{
    font-size: 25px !important;
    color: #000000;
}
.editor-link-print p{
    font-size: 25px !important;
}
.editor-link-print p a{
    color: #000;
    text-decoration: none !important;
}

/*------------------Print page styling End-------------------*/

/*------------------Special Event More Loading styling Start-------------------*/
.loding {
    background-color: #eee;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background-image: url("../img/loading.gif");
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px; line-height:16px;
    padding-left: 20px;
}
/*------------------Special Event More Loading styling End-------------------*/

.advertisement_inner{ overflow:hidden; padding:7px 0px 7px 7px; float:right}

#myText{font-size:18px; line-height:26px; _margin-top:10px}

.IfTxty p img{max-width: 100%;}

.IfTxty p iframe{max-width: 100%;}

.IfTxty #myText .inner_img{
    display: inline-block;
}

.IfTxty #myText .inner_img > .inner_title{
    padding: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-size: 18px;
    color: #333333;
    line-height: 1.75;
}

#myText p {
    padding-bottom: 0px;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    font-family: SolaimanLipi;
}

/*===========================News view page styling End============================*/
