#main {
    width: 1080px;
    margin: 0 auto;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    padding: 10px;
    background: #fff;
}

#main {
    clear: both;
}

@media (max-width: 1120px) {
    #main {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 10px;
        padding-left: 10px;
    }
}

ul.breadcrumbs {
    overflow: hidden;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
    clear: both;
    border-bottom: 1px solid #808080;
}

    ul.breadcrumbs li {
        font-size: 15px;
        line-height: 25px;
        white-space: nowrap;
        list-style: none;
        float: right;
        text-align: center;
        padding: 0;
        margin-left: 5px;
    }

        ul.breadcrumbs li:after {
            content: '/';
            display: inline-block;
            font-size: 22px;
            line-height: 22px;
            vertical-align: top;
            margin-top: 3px;
            color: #a2a9ae;
        }

        ul.breadcrumbs li.current:after, ul.breadcrumbs li:last-of-type:after {
            content: none;
        }

        ul.breadcrumbs li a {
            text-decoration: none;
            vertical-align: top;
            display: inline-block;
            margin-left: 5px;
            color: #000;
        }

        ul.breadcrumbs li.current {
            padding-left: 0;
            background: 0 0;
            margin: 0;
            color: #8A0000;
            font-weight: 700;
        }

            ul.breadcrumbs li.current span {
                font-size: 15px;
                line-height: 25px;
            }

.authorlistbox #recent_posts {
    margin-bottom: 10px;
    margin-top: 10px;
}
    .authorlistbox #recent_posts .section_title {
        border-bottom: 3px solid #a2a9ae;
        margin-bottom: 0;
        padding: 8px 0;
        font-size: 18px;
        line-height: 29px;
        font-weight: 700;
        color: #8a0000;
        clear: both;
    }



/*new*/
input, select {
    font-family: 'Droid Arabic Naskh';
}
    .dropListWritterBox {
    background: #e3e3e3;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dropListWritterBox .searchAuthor {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        font-size: 16px;
        background-image: url('/images/search_BarButtonHQ.png');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: top 4px left 5px;
        padding-left: 35px;
    }

.authorlistBox {
    text-align: center
}

    .authorlistBox li {
        display: inline-block;
        vertical-align: top;
        -webkit-box-shadow: 1px 2px 3px #adadad;
        box-shadow: 1px 2px 3px #adadad;
        padding: 5px 10px 5px 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        margin: 5px;
        width: 31%;
        border-top: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        clear: both;
        overflow: hidden;
        text-align: right;
    }

        .authorlistBox li:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 5px;
            height: 100%;
            background: #e3e3e3;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .authorlistBox li:after {
            content: '';
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 100%;
            background: #e3e3e3;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .authorlistBox li:hover, .authorlistBox li:focus {
            border-top: 1px solid #828282;
            border-left: 1px solid #828282;
        }

            .authorlistBox li:hover:before, .authorlistBox li:hover:after,
            .authorlistBox li:focus:before, .authorlistBox li:focus:after {
                background: #828282;
            }

            .authorlistBox li:hover .writter_name, .authorlistBox li:hover .writter_name {
                color: #000
            }

        .authorlistBox li a {
            display: block;
        }

    .authorlistBox img {
        max-width: 100px;
        max-height: 60px;
        display: inline-block;
        vertical-align: top;
        float: right;
    }

    .authorlistBox .writter_name {
        font-size: 13px;
        line-height: 19px;
        text-align: right;
        font-weight: 700;
        color: #8a0000;
        padding-top: 15px;
        padding-bottom: 7px;
    }
/*paging*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-family: sans-serif;
    padding:0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: right;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #8a0000;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #000;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #8a0000;
        border-color: #8a0000;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*datatables*/
.dataTables_wrapper .row:first-of-type {
    background: #e3e3e3;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
}

    .dataTables_wrapper .row:first-of-type .col-sm-6 {
        display: inline-block;
        vertical-align: top
    }

        .dataTables_wrapper .row:first-of-type .col-sm-6:first-of-type {
            float: left;
        }

.dataTables_wrapper .dataTables_length select {
    height: 38px;
}

.dataTables_wrapper .dataTables_filter input {
    outline: 0;
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #6d6d6d;
    line-height: 26px;
    padding: 5px 6px;
    resize: none;
    box-shadow: inset 1px 1px 3px rgb(0 0 0 / 4%);


    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    background-image: url(/images/search_BarButtonHQ.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 4px left 5px;
    padding-left: 35px;
    height: 38px;
    font-family: 'Droid Arabic Naskh';
}

.dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
    width: 92%;
}

.dataTables_wrapper .dataTable {
    width: 100%;
}

.dataTables_wrapper .dataTables_info {
    font-size: 13px;
    color: #565656;
}

.dataTables_wrapper .row:nth-of-type(2) .col-sm-7, .dataTables_wrapper .row:nth-of-type(2) .col-sm-5 {
    display: inline-block;
    vertical-align: top
}

.dataTables_wrapper .row:nth-of-type(2) {
    clear: both
}

    .dataTables_wrapper .row:nth-of-type(2) .col-sm-5 {
        margin: 21px 0;
        float: left;
    }

.authorlist #dt_a thead {
    color: #fff;
    display: none !important;
    height: 0;
    font-size: 0px;
}

.authorlist #dt_a tbody {
    display: block !important;
}

.authorlist #dt_a, .authorlist #dt_a tr, .authorlist #dt_a td {
    display: inline-block !important;
    vertical-align: top !important;
}

.authorlist #dt_a {
    text-align: right;
}

    .authorlist #dt_a tbody tr {
        display: inline-block;
        vertical-align: top;
        -webkit-box-shadow: 1px 2px 3px #adadad;
        box-shadow: 1px 2px 3px #adadad;
        padding: 5px 10px 5px 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        margin: 5px 3px;
        width: 31.8%;
        border-top: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        clear: both;
        overflow: hidden;
        text-align: right;
        cursor: pointer;
    }

        .authorlist #dt_a tbody tr .rsstd {
            position: absolute;
            left: 1px;
            top: 1px;
            z-index: 1
        }

            .authorlist #dt_a tbody tr .rsstd img {
                width: 18px;
            }

    .authorlist #dt_a tbody[role=alert] tr {
        width: 32.3%;
    }

    .authorlist #dt_a tbody tr:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        height: 100%;
        background: #e3e3e3;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .authorlist #dt_a tbody tr:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background: #e3e3e3;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .authorlist #dt_a tbody tr:hover, .authorlist #dt_a tbody tr:focus {
        border-top: 1px solid #828282;
        border-left: 1px solid #828282;
    }

        .authorlist #dt_a tbody tr:hover:before, .authorlist #dt_a tbody tr:hover:after,
        .authorlist #dt_a tbody tr:focus:before, .authorlist #dt_a tbody tr focus:after {
            background: #828282;
        }

        .authorlist #dt_a tbody tr:hover .writter_name, .authorlist #dt_a tbody tr:hover .writter_name {
            color: #000
        }

    .authorlist #dt_a tbody tr img, .authorlist #dt_a tbody tr .writter_img {
        max-width: 100px;
        max-height: 60px;
        display: inline-block;
        vertical-align: top;
        float: right;
    }

    .authorlist #dt_a tbody tr .writter_name {
        font-size: 13px;
        line-height: 19px;
        text-align: right;
        font-weight: 700;
        color: #8a0000;
        padding-top: 15px;
        padding-bottom: 7px;
        display: block !important;
        overflow: hidden;
    }

.authorlist .dt_a_info tr {
    width: 100%
}

.authorlist #dt_a .writter_order {
    display: none !important
}

.authorlist #dt_a .dataTables_empty {
    width: 100%;
    text-align: center;
}

.dropListWritterBox.hide {
    display: none !important
}

@media(max-width:1070px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 90%;
    }
}

@media(max-width:900px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 88%;
    }
}

@media(max-width:870px) {
    .authorlist #dt_a tbody[role=alert] tr {
        width: 48%;
    }

    .dataTables_wrapper .row:nth-of-type(2) .col-sm-5 {
        float: none;
        display: block;
        margin: 10px 0 5px;
    }

    .pagination {
        margin: 10px 0 5px;
        display: block;
    }

    .authorlist #dt_a tbody tr {
        width: 47%;
    }
}

@media(max-width:768px) {
    .authorlist #dt_a tbody[role=alert] tr {
        width: 49%;
    }
}

@media(max-width:640px) {
    .authorlist #dt_a tbody[role=alert] tr {
        width: 48%;
    }
}

@media(max-width:575px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 86%;
    }
}

@media(max-width:500px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 84%;
    }
}

@media(max-width:480px) {
    .authorlist #dt_a tbody tr, .authorlist #dt_a tbody[role=alert] tr {
        width: 99%;
        margin: 5px auto;
    }

        .authorlist #dt_a tbody tr .writter_name {
            font-size: 14px;
            line-height: 21px;
        }
}

@media(max-width:430px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 82%;
    }
}

@media(max-width:390px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 78%;
    }
}

@media(max-width:340px) {
    .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
        width: 76%;
    }
}

@media(max-width:320px) {
    .dataTables_wrapper .row:first-of-type {
        padding: 10px;
    }

        .dataTables_wrapper .row:first-of-type .col-sm-6:nth-of-type(2) {
            width: 74%;
        }
}

.topicslist .authorlist #dt_a tbody tr {
    padding: 10px;
}

    .topicslist .authorlist #dt_a tbody tr .writter_name {
        padding-top: 0;
        padding-bottom: 0;
    }


.topicslist .tagsNames {
    border: 1px solid #656565 !important;
    padding: 3px 5px 3px 45px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 4px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    -moz-box-shadow: 1px 1px 1px #656565 !important;
    -webkit-box-shadow: 1px 1px 1px #656565 !important;
    box-shadow: 1px 1px 1px #656565 !important;
    font-weight: 700 !important;
    white-space: normal !important;
    display: inline-block !important;
    vertical-align: top !important;
    color: #656565 !important;
    font-size: 10px !important;
    line-height: 20px !important;
    background: #f5f5f5;
}

.topicslist .authorlist #dt_a tbody tr:before, .topicslist .authorlist #dt_a tbody tr:after {
    content: none
}

.topicslist .authorlist #dt_a tbody tr .writter_img {
    background: #656565;
    color: #fff;
    font-size: 13px;
    float: left;
    vertical-align: top !important;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    min-width: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
}

.topicslist .authorlist #dt_a tbody[role=alert] tr, .topicslist .authorlist #dt_a tbody tr {
    width: 48.5%;
}

.topicslist .dataTables_wrapper .row:first-of-type {
    margin-bottom: 5px;
}

.topicslist .authorlist #dt_a tbody tr:hover .writter_img, .topicslist .authorlist #dt_a tbody tr:focus .writter_img {
    background: #000;
}

.topicslist .tagsNames:hover, .topicslist .tagsNames:focus {
    border: 1px solid #000 !important;
    background: #fff;
}

@media(max-width:800px) {
    .topicslist .authorlist #dt_a tbody[role=alert] tr, .topicslist .authorlist #dt_a tbody tr {
        width: 48%;
    }
}

@media(max-width:600px) {
    .topicslist .authorlist #dt_a tbody[role=alert] tr, .topicslist .authorlist #dt_a tbody tr {
        width: 100%;
    }
}



/*author*/




.latest-articles.iso-call .news-post {
    width: 48%;
    margin: 0 5px 10px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    background: #fff;
}


.masonry-box .boxText h2 a, .masonry-box .boxText h2 {
    font-size: 18px;
    text-align: right;
    color: #8A0000;
    font-weight: 700;
    line-height: 29px;
    margin:0;
}
/*.masonry-box .boxText h2{margin-bottom:10px;}*/
.masonry-box .post-gallery img {
    display: block;
    margin: 0 auto 10px;
}



.latest-articles.iso-call .news-post .bbcsource {
    float: left;
    margin-top: 5px;
}

    .latest-articles.iso-call .news-post .bbcsource img {
        width: 52px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
.latest-articles.iso-call .news-post a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.masonry-box .boxText .icons {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}



#loadmoreDiv {
    background: #8A0000;
    text-align: center;
    border: 3px solid #cacaca;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 17px;
    line-height: 23px;
    display: block;
    width: 180px;
    margin: 10px auto 30px;
    cursor: pointer;
}

    #loadmoreDiv:hover, #loadmoreDiv:focus {
        background: #f1f1f1;
        color: #8A0000;
        text-shadow: 1px 1px 1px #c7b3b3;
        border: 3px solid #8A0000;
    }

.imgMobBBC {
    display: none;
    padding-bottom: 10px
}




@media(max-width:768px) {
    body #loadmoreDiv {
        width: 97%
    }

    body .latest-articles.iso-call .news-post {
        margin: 0 0 10px;
        width: 100%;
    }

    body .imgMobBBC {
        display: block;
        width: 100%;
    }

    body .imgDeskBBC {
        display: none
    }
}


#page {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    #page.active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.imgDeskBBCFooter {
    width: 100%
}

@media(max-width:1120px) {
    .latest-articles.iso-call .news-post .whatsapp {
        display: inline-block;
        margin-left: 5px;
    }

    .latest-articles.iso-call .news-post .twitter, .latest-articles.iso-call .news-post .facebook, .latest-articles.iso-call .news-post .whatsapp {
        width: 31px;
        height: 31px;
        background-size: 1242px 31px;
    }

    .latest-articles.iso-call .news-post .twitter {
        background-position: -147px center;
        background-size: 1017px 25px;
    }

    .latest-articles.iso-call .news-post .facebook {
        right: 45px;
        background-position: -200px center;
        background-size: 1139px 28px;
    }

    .latest-articles.iso-call .news-post .whatsapp {
        background-position: 3px center;
        background-size: 1139px 28px;
    }

    body .latest-articles.iso-call .news-post .btnCopyMulti {
        margin-left: 5px;
    }

    .latest-articles.iso-call .news-post .bbcsource, .latest-articles.iso-call .news-post .post_date {
        margin-top: 10px;
    }
}

.latest-articles.iso-call .news-post .btnCopyMulti {
    margin-left: 5px;
    background: #8a0000;
    position: relative;
    cursor: pointer;
    font-size: 0 !important;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
}


    .latest-articles.iso-call .news-post .btnCopyMulti:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        z-index: 1;
        top: 0;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        vertical-align: top;
        background: url(/newspaper/images/linkicon.png);
        background-size: 16px 16px;
        background-position: center center;
        background-repeat: no-repeat;
    }

.latest-articles.iso-call .news-post .cpylnkmsg {
    position: absolute;
    margin-top: -1px !important;
    margin-right: 0;
    font-family: sans-serif;
    font-weight: 700;
    margin-left: 40px;
    color: #4c4b4b;
    direction: ltr;
    text-align: left;
    display: inline-block;
    background: #c2e1f5;
    vertical-align: top;
    padding: 0px 5px;
    left: auto;
    z-index: 100;
    overflow: visible;
    bottom: 36px;
    right: 30px;
}

    .latest-articles.iso-call .news-post .cpylnkmsg:before {
        top: auto;
        left: 0;
        bottom: auto;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        margin-left: 33px;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #c2e1f5;
        border-width: 10px;
        margin-top: 24px;
    }

.fakeElemTextArea {
    font-size: 0 !important;
    position: fixed !important;
}

@media(max-width :1120px) {
    body .latest-articles.iso-call .news-post .btnCopyMulti {
        width: 31px;
        height: 31px;
    }

        body .latest-articles.iso-call .news-post .btnCopyMulti:before {
            width: 31px;
            height: 31px;
            background-size: 22px 22px;
            background-position: center center;
        }

    .latest-articles.iso-call .news-post .cpylnkmsg {
        margin-right: 30px;
    }
}



/*new*/
ul.breadcrumbs {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
}

    ul.breadcrumbs li {
        font-size: 15px;
        line-height: 25px;
        white-space: nowrap;
        list-style: none;
        float: right;
        text-align: center;
        padding: 0;
        margin-left: 5px;
    }

        ul.breadcrumbs li:after {
            content: '/';
            display: inline-block;
            font-size: 22px;
            line-height: 22px;
            vertical-align: top;
            margin-top: 3px;
            color: #a2a9ae;
        }

        ul.breadcrumbs li.current:after, ul.breadcrumbs li:last-of-type:after {
            content: none;
        }

        ul.breadcrumbs li a {
            text-decoration: none;
            vertical-align: top;
            display: inline-block;
            margin-left: 5px;
        }

        ul.breadcrumbs li.current {
            padding-left: 0;
            background: 0;
            margin: 0;
            color: #8A0000;
            font-weight: 700;
        }

     

              

        ul.breadcrumbs li a {
            text-decoration: none;
            vertical-align: top;
            display: inline-block;
            margin-left: 5px;
        }

.home_category_news {
    margin-bottom: 10px;
    overflow: hidden;
}

    .home_category_news .border-top {
        height: 3px;
        background: #a2a9ae;
        margin-bottom: 10px;
    }

    .home_category_news h1.block-title {
        color: #8A0000;
        font-size: 18px;
        line-height: 29px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .home_category_news .block_home_post.first-post {
        margin: 0 0 10px;
        width: auto;
        float: none;
        background: #fff;
        border: 1px solid #e3e3e3;
        padding: 10px 10px 0;
    }

    .home_category_news .block_home_post .post-body {
        overflow: visible;
        padding-bottom: 10px;
    }

    .home_category_news .border-bottom {
        height: 3px;
        background: #a2a9ae;
        margin-top: 0;
    }

.select2-container {
    width: 100% !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

    .select2-container .select2-selection--single {
        height: 35px !important;
        line-height: 35px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left !important
}

.writter_lastarticle:hover h2, .writter_lastarticle:focus h2 {
    color: #000
}

.writter_lastarticle:hover .floatL span, .writter_lastarticle:focus .floatL span {
    color: #8A0000;
}

.writter_lastarticle a {
    display: block
}

.writter_lastarticle .floatR, .writter_lastarticle .floatL {
    display: inline-block;
    vertical-align: top;
}

.writter_lastarticle .floatL {
    width: 45%;
    margin-top: 5px;
    margin-right: 10px;
}

    .writter_lastarticle .floatL h2 {
        margin-bottom: 10px;
    }

    .writter_lastarticle .floatL span {
        color: #757575;
    }

    .writter_lastarticle .floatL h3 {
        display: inline-block;
        vertical-align: top;
    }

    .writter_lastarticle .floatL .icons {
        margin-top: 60px
    }


.latest-articles.iso-call .news-post .post_date {
    margin-top: 0
}

.latest-articles.iso-call .news-post:hover, .latest-articles.iso-call .news-post:focus {
    border: 1px solid #a2a9ae;
}

    .latest-articles.iso-call .news-post:hover h2, .latest-articles.iso-call .news-post:focus h2,
    .latest-articles.iso-call .news-post:hover h3, .latest-articles.iso-call .news-post:focus h3 {
        color: #000;
    }

    .latest-articles.iso-call .news-post:hover .more-link, .latest-articles.iso-call .news-post:focus .more-link {
        color: #8A0000
    }

    .latest-articles.iso-call .news-post:hover .comments_count, .latest-articles.iso-call .news-post:hover .post_date,
    .latest-articles.iso-call .news-post:hover .post_format, .latest-articles.iso-call .news-post:hover .post_source,
    .latest-articles.iso-call .news-post:hover .post_views, .latest-articles.iso-call .news-post:focus .comments_count,
    .latest-articles.iso-call .news-post:focus .post_date,
    .latest-articles.iso-call .news-post:focus .post_format, .latest-articles.iso-call .news-post:focus .post_source,
    .latest-articles.iso-call .news-post:focus .post_views {
        color: #000;
    }

.latest-articles.iso-call .news-post:hover, .latest-articles.iso-call .news-post:focus {
    background: #f9f9f9;
}

@media (max-width:1010px) {
    .writter_lastarticle .floatR {
        display: block;
        margin: 0 auto;
    }

    .writter_lastarticle .floatL {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

        .writter_lastarticle .floatL .icons {
            margin-top: 5px;
        }

            .writter_lastarticle .floatL .icons .comments_count, .writter_lastarticle .floatL .icons .post_date,
            .writter_lastarticle .floatL .icons .post_format, .writter_lastarticle .floatL .icons .post_source,
            .writter_lastarticle .floatL .icons .post_views {
                float: none
            }

        .writter_lastarticle .floatL h3 {
            text-align: center;
        }
}

.dropListWritterBox.rightpanel {
    background: #e3e3e3;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0;
    height: auto;
}

.dropListWritterBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    height: 35px;
}

    .dropListWritterBox .select2-container {
        direction: rtl;
        text-align: right;
    }

    .dropListWritterBox .select2-search--dropdown .select2-search__field {
        font-size: 16px;
    }

@media (max-width: 568px) {
    .author .latest-articles.iso-call .news-post .post_date, .author .latest-articles.iso-call .news-post .post_views, .author .latest-articles.iso-call .news-post .comments_count {
        background-position: right 1px top 3px;
    }

    .writter_lastarticle .floatL .icons .comments_count, .writter_lastarticle .floatL .icons .post_date, .writter_lastarticle .floatL .icons .post_format,
    .writter_lastarticle .floatL .icons .post_source, .writter_lastarticle .floatL .icons .post_views {
        background-position: right 1px top 3px;
    }
}



.more-link {
    color: #000;
    position: relative;
    display: inline-block !important;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 17px;
}

    .more-link span, .more-link span:after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 4px 4px 0;
        position: absolute;
    }

    .more-link span {
        top: 4px;
        left: 0;
        border-color: transparent #000;
    }

        .more-link span:after {
            top: -4px;
            right: -5px;
            border-color: transparent #fff;
            content: ""
        }

    .more-link:hover {
        color: #8a0000;
    }

        .more-link:hover span {
            border-right-color: #8a0000;
        }

.masonry-box .boxText h3 a, .masonry-box .boxText h3 {
    color: #565656;
}


.author h1.block-title {
    clear: both;
}
.author .masonry-box .boxText span {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
.latest-articles.iso-call .news-post:hover span, .latest-articles.iso-call .news-post:focus span {
    color: #8A0000;
}
.author .byline {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

/*topicslist*/


.topicslistbox #recent_posts {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .topicslistbox #recent_posts .section_title {
        border-bottom: 3px solid #a2a9ae;
        margin-bottom: 0;
        padding: 8px 0;
        font-size: 18px;
        line-height: 29px;
        font-weight: 700;
        color: #8a0000;
        clear: both;
    }

/*topics*/
.news_style6_body .posts_wrapper article .field_group .icons .weekName {
    display: none;
}

.news_style6_body .posts_wrapper {
    overflow: hidden;
}

    .news_style6_body .posts_wrapper .row-container {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
        text-align: center;
        margin-top: 10px;
    }

        .news_style6_body .posts_wrapper .row-container .two-container {
            display: inline-block;
            vertical-align: top;
        }

            .news_style6_body .posts_wrapper .row-container .two-container:first-of-type {
                margin-left: 10px;
            }

    .news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
        width: 185px;
        overflow: hidden;
    }

    .news_style6_body .posts_wrapper article {
        float: right;
        margin: 0 10px 0 0;
        overflow: hidden;
    }

    .news_style6_body .posts_wrapper .row-container article:first-of-type {
        margin-right: 0;
        clear: right;
    }

    .news_style6_body .posts_wrapper .row-container article:nth-of-type(4) {
        clear: left;
    }

    .news_style6_body .posts_wrapper article .field_group {
        padding: 10px 10px 33px;
        height: 100%;
        overflow: hidden;
    }

    .news_style6_body .posts_wrapper article:before {
        content: '';
        box-sizing: border-box;
        bottom: 0;
        display: block;
        position: absolute;
        top: 0;
        border: 1px solid #e3e3e3;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        pointer-events: none;
    }

    .news_style6_body .posts_wrapper article .field_group h3 {
        margin-top: 0;
        color: #8A0000;
        margin-bottom: 10px;
        text-align: center;
        font-size: 13px;
        line-height: 21px;
    }

        .news_style6_body .posts_wrapper article .field_group h3 a {
            color: #8A0000;
            text-decoration: none;
            display: inline-block;
        }

    .news_style6_body .posts_wrapper article .field_group .icons {
        margin: 0 -10px;
        background: 0 0;
        padding: 10px;
        bottom: 0;
        position: absolute;
        border-top: 1px solid #e3e3e3;
        box-sizing: border-box;
        line-height: 0;
        text-align: right;
        list-style: none;
    }

        .news_style6_body .posts_wrapper article .field_group .icons li {
            margin-bottom: 0;
            line-height: 0;
        }

    .news_style6_body .posts_wrapper article .link-icon {
        background: url(/images/img-small-icon.png) center center no-repeat;
    }

.news_style6_body .border-bottom {
    height: 3px;
    background: #8A0000;
    margin-right: 18px;
    margin-top: -3px;
}

.news_style6_body .block-title {
    padding: 3px 20px;
    display: inline-block;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    background: #8A0000;
}

.news_style6_body {
    margin-bottom: 20px;
}

    .news_style6_body .posts_wrapper .row-container:last-of-type {
        margin-bottom: 0;
    }

    .news_style6_body .border-bottom.sec {
        margin-right: 0;
        margin-top: 0;
        height: 6px;
    }

    .news_style6_body.themeGreen .block-title, .news_style6_body.themeGreen .border-bottom {
        background: #059d38;
    }

    .news_style6_body.themeYellow .block-title, .news_style6_body.themeYellow .border-bottom {
        background: #d18b12;
    }

    .news_style6_body.themeRed .block-title, .news_style6_body.themeRed .border-bottom {
        background: #eb1c15;
    }

    .news_style6_body.themeCommunity .block-title, .news_style6_body.themeCommunity .border-bottom {
        background: #00391c;
    }

    .news_style6_body.themeCulture .block-title, .news_style6_body.themeCulture .border-bottom {
        background: #4587af;
    }

    .news_style6_body.themeOpinion .block-title, .news_style6_body.themeOpinion .border-bottom {
        background: #1458dd;
    }

    .news_style6_body.themeArabic .block-title, .news_style6_body.themeArabic .border-bottom {
        background: #81436a;
    }

    .news_style6_body.themeEconomy .block-title, .news_style6_body.themeEconomy .border-bottom {
        background: #1aad98;
    }

    .news_style6_body.themeSport .block-title, .news_style6_body.themeSport .border-bottom {
        background: #e06718;
    }

    .news_style6_body.themeReport .block-title, .news_style6_body.themeReport .border-bottom {
        background: #986d34;
    }

    .news_style6_body.themeWorld .block-title, .news_style6_body.themeWorld .border-bottom {
        background: #ba337f;
    }

    .news_style6_body.themeLast .block-title, .news_style6_body.themeLast .border-bottom {
        background: #cba912;
    }

    .news_style6_body.themeBlack .block-title, .news_style6_body.themeBlack .border-bottom {
        background: #000;
    }

    .news_style6_body .posts_wrapper article .field_group .pic {
        margin: 0 auto 10px;
    }

    .news_style6_body article .pic, .news_style6_body article .pic a {
        width: 165px;
        height: 101px;
    }

        .news_style6_body article .pic a img, .news_style6_body article .pic img {
            max-width: 165px;
            max-height: 101px;
        }


@media (max-width:1200px) {
    .news_style6_body .posts_wrapper article .field_group .icons {
        padding: 10px 5px;
    }

    .widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
        font-size: 12px;
        padding: 8px 8px 7px;
    }

    .news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
        width: 23.7%
    }

    .news_style6_body article .pic, .news_style6_body article .pic a {
        width: auto;
        height: auto;
    }

    .news_style6_body .posts_wrapper .row-container .two-container {
        width: 49%
    }

    .news_style6_body .posts_wrapper article {
        width: 48% !important;
    }
}

@media (max-width:1024px) {

    .news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
        max-height: 92px;
    }

    .news_style6_body .posts_wrapper article .field_group .icons {
        padding: 10px 4px;
    }
}

@media (max-width:949px) {


    .news_style6_body .posts_wrapper article .field_group .icons li a {
        font-size: 10px;
    }

    .news_style6_body .posts_wrapper article .field_group {
        padding: 10px 10px 42px;
    }

        .news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
            width: 23.5%
        }

            .news_style6_body .posts_wrapper article .field_group .icons {
                padding: 7px;
            }

    .news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
        max-height: 82px;
    }

    .news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
        margin-top: 3px;
    }

    .news_style6_body .icons li:nth-child(2) {
        clear: right;
    }
}

@media (max-width:800px) {

    .news_style6_body .posts_wrapper article .field_group .icons li a {
        font-size: 11px;
    }

    .news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
        max-height: 67px;
    }
}

@media (max-width:768px) {

    .news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
        max-height: 96px;
    }

    .news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
        margin-top: 0;
    }

    .news_style6_body .icons li:nth-child(2) {
        clear: none;
    }

    .news_style6_body .posts_wrapper article .field_group {
        padding: 10px 10px 29px;
    }
}

@media (max-width:720px) {

    .news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
        margin-top: 3px;
    }

    .news_style6_body .icons li:nth-child(2) {
        clear: right;
    }

    .news_style6_body .posts_wrapper article .field_group {
        padding: 10px 10px 42px;
    }
}

@media (max-width:568px) {

    .news_style6_body .posts_wrapper .row-container .two-container {
        width: 48%
    }

    .news_style6_body .posts_wrapper article {
        width: 47% !important;
    }

}


@media (max-width:533px) {

    .news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
        width: 23.2%
    }
}

@media (max-width:480px) {
    .news_style6_body .posts_wrapper .row-container .two-container {
        width: 100%;
        position: relative;
    }

        .news_style6_body .posts_wrapper .row-container .two-container:first-of-type {
            margin-left: 0;
        }

        .news_style6_body .posts_wrapper .row-container .two-container div[class$=Land].pic, .news_style6_body .posts_wrapper .row-container .two-containerdiv[class$=Port].pic, body .news_style6_body .posts_wrapper .row-container .two-container article .pic, body .news_style6_body .posts_wrapper .row-container .two-container article .pic a {
            width: 100% !important;
            height: 100% !important;
            max-width: 100% !important;
            max-height: 100% !important;
        }

    .news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
        max-height: 100%
    }

    .news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
        width: 48%;
        margin: 0;
    }

    .news_style6_body .posts_wrapper article {
        width: 48% !important;
    }

        .news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article:before {
            margin: 0 0 10px;
        }

    .news_style6_body .posts_wrapper .row-container .two-container article:first-of-type, .news_style6_body .posts_wrapper .row-container .two-container article:first-of-type:before {
        margin-left: 10px;
    }

        .news_style6_body .posts_wrapper .row-container .two-container article:first-of-type .field_group .icons {
            right: 0;
        }

    .news_style6_body .posts_wrapper .row-container .two-container article:nth-of-type(2) .field_group .icons {
        left: 0;
    }

    .news_style6_body .posts_wrapper .row-container .two-container article:nth-of-type(2) {
        float: left;
    }

    .news_style6_body .posts_wrapper .row-container .two-container:first-of-type {
        margin-bottom: 10px;
    }

    .news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
        margin-top: 0;
    }

    .news_style6_body .icons li:nth-child(2) {
        clear: none;
    }

    .news_style6_body .posts_wrapper article .field_group {
        padding: 10px 10px 18px;
    }
}

@media (max-width:360px) {

    .news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
        margin-top: 3px;
    }

    .news_style6_body .icons li:nth-child(2) {
        clear: right;
    }

    .news_style6_body .posts_wrapper article .field_group {
        padding: 10px 10px 42px;
    }

}

























    .topics .news_style6_body {
        margin-bottom: 10px
    }

        .topics .news_style6_body article .pic img {
            margin: 0 auto;
        }

        .topics .news_style6_body article .pic, .topics .news_style6_body article .pic a {
            width: 258px;
            height: 158px;
        }

            .topics .news_style6_body article .pic a img, .topics .news_style6_body article .pic img {
                max-width: 258px;
                max-height: 158px;
                display:block;
            }

        .topics .news_style6_body .posts_wrapper article, .topics .news_style6_body .posts_wrapper article .field_group .icons, .topics .news_style6_body .posts_wrapper article:before {
            width: 265px;
        }

            .topics .news_style6_body .posts_wrapper article .field_group {
                padding: 4px 4px 30px;
            }

        .topics .news_style6_body .posts_wrapper .row-container .two-container:first-of-type {
            margin-left: 3px;
        }

        .topics .news_style6_body .posts_wrapper .row-container .two-container {
            margin-left: 3px;
        }

            .topics .news_style6_body .posts_wrapper .row-container .two-container:last-of-type {
                margin-left: 0;
            }

        .topics .news_style6_body .posts_wrapper article {
            margin: 0 7px 0 0;
        }

            .topics .news_style6_body .posts_wrapper article .field_group .icons {
                margin: 0 -4px;
            }

        .topics .news_style6_body a {
            position: unset !important
        }
        .topics .news_style6_body a {
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            outline: none;
        }
        .topics .news_style6_body .posts_wrapper article .field_group .pic {
            position: relative
        }

        .topics .news_style6_body .posts_wrapper article .field_group .icons li {
            font-size: 11px;
            line-height: 12px;
            padding-right: 18px;
            padding-top: 2px;
            margin-left: 3px;
        }

    @media (max-width: 1200px) {
        .topics .news_style6_body .posts_wrapper .row-container .two-container {
            width: 49%;
        }

        .topics .news_style6_body .posts_wrapper article, .topics .news_style6_body .posts_wrapper article .field_group .icons, .topics .news_style6_body .posts_wrapper article:before {
            width: 23.7%;
        }

        .topics .news_style6_body article .pic, .topics .news_style6_body article .pic a {
            width: 100%;
            height: 100%;
            max-height: 100%;
        }
    }

    @media (max-width: 568px) {
        .topics .news_style6_body .posts_wrapper .row-container .two-container {
            width: 100%;
            margin-left: 0 !important;
            margin-bottom: 10px !important;
            position: relative;
        }

        .topics .news_style6_body .posts_wrapper article, .topics .news_style6_body .posts_wrapper article .field_group .icons, .topics .news_style6_body .posts_wrapper article:before {
            width: 48% !important;
        }

            .topics .news_style6_body .posts_wrapper article .field_group .icons {
                margin: 0;
            }

        .topics .news_style6_body .icons li {
            clear: none !important
        }

            .topics .news_style6_body .icons li a {
                margin-top: 0 !important
            }

        .topics .news_style6_body .posts_wrapper .row-container .two-container article:first-of-type,
        .topics .news_style6_body .posts_wrapper .row-container .two-container article:first-of-type:before {
            margin-left: 0px;
        }

        .topics .news_style6_body .posts_wrapper .row-container {
            margin-bottom: 0
        }
    }

    /*loadmore*/
    #loadmoreDiv {
        background: #8A0000;
        text-align: center;
        border: 3px solid #cacaca;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        font-size: 17px;
        line-height: 23px;
        display: block;
        width: 180px;
        margin: 10px auto 30px;
        cursor: pointer;
    }

        #loadmoreDiv:hover, #loadmoreDiv:focus {
            background: #f1f1f1;
            color: #8A0000;
            text-shadow: 1px 1px 1px #c7b3b3;
            border: 3px solid #8A0000;
        }



    @media(max-width:768px) {
        body #loadmoreDiv {
            width: 97%
        }
    }

    .finshText {
        text-align: center
    }

        .finshText span {
            display: inline-block;
            vertical-align: top;
            color: #14860c;
        }

    body.topicsb #page .socialMedia .li-pdf, body.topicsb #page .socialMedia .li-email {
        display: none;
    }

    body.topicsb #page .socialMedia ul li {
        width: 16.666%
    }

    @media (max-width: 480px) {
        .topics .news_style6_body article .pic, .topics .news_style6_body article .pic a, .topics .news_style6_body article .pic a img, .topics .news_style6_body article .pic img {
            max-height: 115px;
        }
    }

    @media (max-width: 380px) {
        .topics .news_style6_body article .pic, .topics .news_style6_body article .pic a, .topics .news_style6_body article .pic a img, .topics .news_style6_body article .pic img {
            max-height: 100px;
        }
    }

    .topics .v_link {
        background: url(/images/playimg.png) no-repeat;
        position: absolute;
        transition: all ease .52s;
        margin-left: -19px;
        z-index: 399;
        top: auto;
        bottom: 2px;
        left: 1px;
        margin: 0;
        background-size: 25px;
        width: 25px;
        height: 25px;
    }
    img{max-width:100%!important;}
.topicsb .icons .post_date {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: url(/images/dateBtn.png) right 0 no-repeat;
    background-size: 13px;
    padding-right: 18px;
    vertical-align: top;
    display: inline-block;
    float: right;
}