@font-face {
    font-family: 'ArticleText Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(/newspaper/fonts/DroidNaskh-Regular.eot);
    src: url(/newspaper/fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(/newspaper/fonts/DroidNaskh-Regular.woff2) format('woff2'), url(/newspaper/fonts/DroidNaskh-Regular.woff) format('woff'), url(/newspaper/fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'ArticleText Arabic Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(/newspaper/fonts/DroidNaskh-Bold.eot);
    src: url(/newspaper/fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'), url(/newspaper/fonts/DroidNaskh-Bold.woff2) format('woff2'), url(/newspaper/fonts/DroidNaskh-Bold.woff) format('woff'), url(/newspaper/fonts/DroidNaskh-Bold.ttf) format('truetype');
}
/*page setup*/
a, body, form, h1, h2, h3, html, li, span, ul {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    font-size: 100%
}

body {
    font-family: 'ArticleText Arabic Naskh', serif;
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    background: #fcfcfc;
    direction: rtl;
    padding-top: 46px;
    padding-bottom: 36px;
}

a {
    color: #000;
    text-decoration: none;
}

#main, h2 {
    clear: both;
}

    h2, h2.page-title {
        font-size: 18px;
        text-align: right;
        color: #8A0000;
        font-weight: 700;
        line-height: 29px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

img {
    vertical-align: top;
    max-width: 100%;
    width: auto;
    height: auto;
    border: 0;
}

article, header, img, nav, section {
    display: block;
}

    article h2 {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .Text_Bold, article h2 {
        font-weight: 700;
    }

    article .text {
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .post-image, article .pic {
        line-height: 0;
    }

    article h2 {
        font-size: 14px;
        line-height: 22px;
    }

h2 {
    font-size: 18px;
    line-height: 29px;
}

ul {
    list-style: none;
}

article .pic {
    width: auto;
    height: auto;
}
/*menu*/
.NavMenu-checkbox {
    display: none;
}

.NavMenu, .overlayNavMenu {
    position: fixed;
    height: 100%
}

.NavMenu, body.notMove, html.notMove {
    overflow: hidden;
}

.overlayNavMenu {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 100000;
}

.NavMenu {
    top: 46px;
    right: 0;
    z-index: 10000000;
    visibility: hidden;
    width: 250px;
    background: rgba(43, 43, 43, .9);
    color: #fff;
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    padding: 10px;
    text-align: right;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
}

.NavMenu-btn {
    background-color: transparent;
    border: 0;
    color: #222;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.6em;
    position: relative;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.NavMenu-checkbox:checked ~ .overlayNavMenu, .overlayNavMenu.openNavMobile {
    display: block;
}

.NavMenu-checkbox:checked ~ .NavMenu, .NavMenu.openNavMobile {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.NavMenu .NavMenuHeader {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
}

    .NavMenu .NavMenuHeader span {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 2px;
        white-space: nowrap;
    }

    .NavMenu .NavMenuHeader ul {
        list-style: none;
        margin: 0;
        padding: 0;
        direction: rtl;
        text-align: center;
        white-space: nowrap;
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px
    }

        .NavMenu .NavMenuHeader ul li, .NavMenu .NavMenuHeader ul li a {
            display: inline-block;
            vertical-align: top;
        }

        .NavMenu .NavMenuHeader ul li {
            margin-right: 5px;
        }

            .NavMenu .NavMenuHeader ul li:first-of-type {
                margin-right: 0;
            }

            .NavMenu .NavMenuHeader ul li img {
                max-width: 100%;
                width: 35px;
                height: auto;
            }

.NavMenu .NavMenuList {
    list-style: none;
    margin: 85px 0 0;
    padding: 0 10px;
    overflow: scroll;
    position: fixed;
    height: 100%;
    right: 0;
    left: 0;
    width: 230px;
}

    .NavMenu .NavMenuList span {
        color: #fff;
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .NavMenu .NavMenuList a {
        text-decoration: none;
    }

    .NavMenu .NavMenuList li > ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 20px;
        right: -100px;
        position: relative;
        font-size: 15px;
        line-height: 24px;
    }

    .NavMenu .NavMenuFooter:before, .NavMenu .NavMenuList li.shown > span.more:before {
        content: '';
        display: inline-block;
        left: -10px;
        right: -10px;
        top: 0;
        bottom: 0;
    }

    .NavMenu .NavMenuList li > span.more {
        background: url(/newspaper/images/right_arrow.png) 0 center no-repeat;
    }

    .NavMenu .NavMenuList li.shown > span.more {
        background: url(/newspaper/images/left_arrow.png) 0 center no-repeat;
        position: relative;
    }

        .NavMenu .NavMenuList li.shown > span.more:before {
            background: rgba(221, 221, 221, .19);
            position: absolute;
        }

.NavMenu .NavMenuFooter:before {
    content: '';
    display: inline-block;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
}

.NavMenu .NavMenuFooter {
    padding: 15px 20px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

    .NavMenu .NavMenuFooter:before {
        background: #323131;
        position: absolute;
    }

    .NavMenu .NavMenuFooter img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
/*sec menu*/
body .site-header .top-center .alanbaMobileSecMenu {
    display: inline-block;
}
/*new*/
.alanbaMobileArc {
    float: left;
}

.form_searchMob {
    position: relative;
    margin-bottom: 10px;
}

.searchbtnMob {
    background: #ddd;
    width: 100% !important;
    height: 35px !important;
    border: none !important;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -khtml-border-radius: 15px !important;
    font-family: 'ArticleText Arabic Naskh', serif;
    font-weight: 400 !important;
    text-align: right;
    padding: 7px 7px 7px 40px !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.form_searchMob .searchbtn {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 30px;
}

.alanbaMobilePDF {
    float: left;
    margin-left: 10px;
}

    .alanbaMobilePDF img {
        max-height: 35px;
        margin-top: 3px;
    }

.alanbaMobileSecMenu {
    float: left;
}

    .alanbaMobileSecMenu img {
        max-height: 20px;
        padding: 4px 10px 0 0;
        -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;
    }

.alanbaMobileArc img.selected {
    max-height: 40px;
    margin-top: 2px;
}

.NavMenu-checkboxSEC {
    display: none;
}

.NavMenuSEC, .overlayNavMenuSEC {
    position: fixed;
    height: 100%;
}

.NavMenuSEC {
    overflow: hidden;
}

.overlayNavMenuSEC {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 1000000;
}

.NavMenuSEC {
    top: 46px;
    left: 0;
    z-index: 10000000;
    visibility: hidden;
    width: 250px;
    background: rgba(43,43,43,.9);
    color: #fff;
    transform: translate3d(100%, 0, 0);
    padding: 0 10px 10px;
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    box-sizing: border-box;
    bottom: 0;
}

.NavMenu-btnSEC {
    background-color: transparent;
    border: 0;
    color: #222;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.6em;
    position: relative;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.NavMenu-checkboxSEC:checked ~ .overlayNavMenuSEC, .overlayNavMenuSEC.openNavMobileSEC {
    display: block;
}

.NavMenu-checkboxSEC:checked ~ .NavMenuSEC, .NavMenuSEC.openNavMobileSEC {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


.NavMenuSEC .NavMenuHeaderSEC ul li, .NavMenuSEC .NavMenuHeaderSEC ul li a {
    display: inline-block;
    vertical-align: top;
}

.NavMenuSEC .NavMenuHeaderSEC ul li {
    margin-right: 5px;
}

    .NavMenuSEC .NavMenuHeaderSEC ul li:first-of-type {
        margin-right: 0;
    }

.NavMenuSEC .NavMenuListSEC {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: scroll;
    position: fixed;
    height: 100%;
    right: 10px;
    left: 0;
    overflow-x: hidden;
    width: 230px;
}

    .NavMenuSEC .NavMenuListSEC span {
        color: #fff;
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .NavMenuSEC .NavMenuListSEC .archiveLi .hasDatepicker span {
        color: #000;
        text-shadow: 1px 1px 1px #fff;
        padding: 0;
    }

    .NavMenuSEC .NavMenuListSEC a {
        text-decoration: none;
    }

    .NavMenuSEC .NavMenuListSEC li {
        padding-right: 7px;
        padding-left: 7px;
        text-shadow: 1px 1px 1px #000;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .NavMenuSEC .NavMenuListSEC li > ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0 20px;
            right: -100px;
            position: relative;
            font-size: 15px;
            line-height: 24px;
        }

.NavMenuSEC {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NavMenuSEC {
    -webkit-transform: translate3d(100%, 0, 0);
}

.NavMenu-btnSEC {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.NavMenu-checkboxSEC:checked ~ .NavMenuSEC, .NavMenuSEC.openNavMobileSEC {
    -webkit-transform: translate3d(0, 0, 0);
}

.NavMenuSEC .NavMenuListSEC li.archiveLi {
    border: none;
    padding: 10px 0 0;
}

    .NavMenuSEC .NavMenuListSEC li.archiveLi .spanarchiveLi {
        padding: 0;
        text-align: center;
        background: #ffffff;
        color: #000;
        text-shadow: 1px 1px 1px #c7c7c7;
        padding-top: 3px;
        padding-bottom: 0px;
        border-radius: 5px;
    }

.NavMenuSEC .NavMenuListSEC .archiveLi .hasDatepicker {
    padding-top: 0;
    margin-top: 2px;
}

.NavMenuSEC .NavMenuFooter:before, .NavMenuSEC .NavMenuListSEC li.shown > span.more:before {
    content: '';
    display: inline-block;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
}

.NavMenuSEC .NavMenuListSEC li > span.more {
    background: url(/newspaper/images/right_arrow.png) 0 center no-repeat;
}

.NavMenuSEC .NavMenuListSEC li.shown > span.more {
    background: url(/newspaper/images/left_arrow.png) 0 center no-repeat;
    position: relative;
}

    .NavMenuSEC .NavMenuListSEC li.shown > span.more:before {
        background: rgba(221, 221, 221, .19);
        position: absolute;
    }

.NavMenuSEC .NavMenuListSEC li:last-of-type {
    margin-bottom: 55px;
}

.NavMenuSEC .NavMenuListSEC li ul li:last-of-type {
    margin-bottom: 0;
}


.alanbaMobileSecMenu, .alanbaMobileSecMenu *,
.alanbaMobileLogo, .alanbaMobileLogo *,
.alanbaMobileSubMenu, .alanbaMobileSubMenu * {
    -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;
}
/*header*/

#header .top {
    background: #ecebeb;
    background: linear-gradient(#ecebeb, #fff, #ecebeb);
}

header .top .top-center, #main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}

#header .top > *, .top {
    top: 0 !important;
}

#header {
    margin-bottom: 10px;
}

    #header .top {
        padding-bottom: 8px;
        height: 37px;
        z-index: 10000;
        text-align: center;
        border-bottom: 1px solid #d2d4d5;
        background: #ecebeb;
    }

.top {
    position: fixed !important;
    z-index: 100;
    left: 0;
    width: 100%
}

#header .top .top-center {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-top: 9px;
    display: block;
    padding-left: 10px;
}

.site-header .top-center .alanbaMobileLogo {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .site-header .top-center .alanbaMobileLogo img {
        width: auto;
        height: 35px;
    }

.site-header .top-center .alanbaMobileSubMenu {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
    margin-left: 15px;
}

    .site-header .top-center .alanbaMobileSubMenu img {
        width: auto;
        height: 20px;
    }

#main {
    padding: 0 10px;
}
/*body*/
.clearboth:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}
/*new*/

.videoLandin {
    border: 1px solid #ddd;
    background-color: #f6f7f9;
    margin-bottom: 20px;
    border-bottom: 1px solid #5f5f5f;
    display: block;
    clear: both;
    overflow: hidden;
}

.videoLandinthumb {
    border: 1px solid #ddd;
    background-color: #f6f7f9;
    margin-bottom: 10px;
    border-bottom: 1px solid red;
    display: block;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    padding: 4px 4px 0;
}

    .videoLandinthumb img {
        max-height: 174px
    }

.iframe_container.iframeVideoAdd {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
    background: url('/newspaper/images/loadanba20171.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.iframeVideoAdd iframe.video_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden
}





.videoLandin h1 {
    font-size: 17px;
    font-weight: 700;
    color: #8A0000;
    line-height: 27px;
    clear: both;
    padding: 0 5px 10px;
}



.videoLandinthumb .picLandin {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    margin-bottom: 4px;
    float: right;
    position: relative;
}

.videoLandinthumb .title_txt {
    padding: 5px;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 4px 0;
}


.videoLandinthumb .v_link {
    background: url(/newspaper/images/playimg.png) no-repeat;
    margin: 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 3px;
    left: 3px;
}

.videoLandin .icons .link-photo {
    background-color: #e2dcdc;
    padding: 0;
    color: #000;
    background-image: url(/newspaper/images/link-photoB.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-right: 5px;
    float: left;
    display: inline-block;
    vertical-align: top;
    height: 28px;
    margin: 0 0 0 10px;
    margin-top: 0 !important;
    cursor: pointer;
    padding-left: 37px;
    font-size: 14px;
    line-height: 29px;
    font-weight: 700;
    background-size: 22px;
    border: 1px solid #696767;
}
/*.imgLandinthumb a{float:left;display:inline-block;vertical-align:top;width:48.5%;margin-bottom:10px;clear:left}
   .imgLandinthumb a:nth-last-of-type(2n){float:right;clear:right}*/
.imgLandinthumb {
    margin-bottom: 20px
}

    .imgLandinthumb a {
        clear: both;
        margin-top: 10px;
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        width: 100%;
        background: #ecebeb;
        border: 1px solid #000;
        padding: 2px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

        .imgLandinthumb a img {
            max-height: 300px;
            margin: 0 auto
        }

body #html5box-html5-lightbox .html5-text {
    text-align: right;
    font-family: 'ArticleText Arabic Naskh';
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
}

#html5box-html5-lightbox ~ .html5-nav .html5-nav-container {
    direction: ltr
}

#html5box-html5-lightbox .html5-text .html5-title-prefix {
    font-family: sans-serif;
    font-weight: 700;
    margin-left: 7px;
}




.main_content {
    width: 700px;
    margin: 0 auto
}

@media(max-width :740px) {
    body .main_content {
        width: 100%
    }
}
/*ERROR*/

.errorPage .top_text {
    font-size: 150px;
    line-height: 150px;
    font-family: sans-serif;
    font-weight: 700;
    display: block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}

.errorPage {
    box-sizing: border-box;
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #cfcfcf;
    display: inline-block;
    width: 100%;
    clear: both;
}

    .errorPage .top_img img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .errorPage .top_img {
        margin-bottom: 20px;
        display: block;
    }

    .errorPage .text_eror {
        text-align: center;
    }

        .errorPage .text_eror span {
            font-size: 35px;
            line-height: 60px;
            font-weight: 700;
            color: #757575;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px;
        }

        .errorPage .text_eror p {
            font-size: 16px;
            line-height: 32px;
            font-weight: 500;
            color: #333;
        }

@media (max-width:736px) {
    .errorPage .text_eror span {
        font-size: 30px;
        line-height: 50px;
    }
}

@media (max-width:568px) {
    .iframe_container.iframeVideoAdd {
        padding-bottom: 52.25%;
    }
}

@media (max-width:533px) {
    .errorPage .top_text {
        text-align: center;
    }

    .errorPage .top_text {
        font-size: 115px;
        line-height: 115px;
        margin-bottom: 30px;
    }

    .errorPage .text_eror span {
        font-size: 19px;
        line-height: 33px;
    }
}

@media (max-width:480px) {
    body .videoLandin .icons {
        padding-bottom: 45px
    }

        body .videoLandin .icons .link-photo {
            position: absolute;
            right: 7px;
            bottom: 6px;
            box-sizing: border-box;
            display: block;
            margin: 0 auto;
            left: 7px;
            max-width: 100%;
            height: 30px
        }
}

@media (max-width:414px) {
    .iframe_container.iframeVideoAdd {
        padding-bottom: 51.25%;
    }
}

@media (max-width:360px) {
    .errorPage .text_eror span {
        font-size: 16px;
        line-height: 30px;
    }

    .errorPage .text_eror p {
        font-size: 14px;
        line-height: 26px;
    }

    .iframe_container.iframeVideoAdd {
        padding-bottom: 50.25%;
    }
}

/*icons*/
.videoLandin .icons {
    padding: 7px;
    border-top: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    clear: both;
    overflow: hidden;
    background: #fff;
    position: relative
}

    .videoLandin .icons li {
        font-size: 12px;
        line-height: 13px;
        padding-right: 15px;
        padding-top: 2px;
        margin-top: 8px;
        float: right;
        margin-right: 10px;
        margin-left: 10px;
        display: inline-block;
        color: #666;
    }

    .videoLandin .icons .post_date {
        background: url(/newspaper/images/date.png) right 0 no-repeat;
        margin-right: 0;
    }

    .videoLandin .icons .post_views {
        padding-right: 22px;
        background: url(/newspaper/images/view.png) right 0 no-repeat;
    }

    .videoLandin .icons .post_loadmore {
        float: left;
        margin: 0;
        padding: 0;
    }

        .videoLandin .icons .post_loadmore a {
            padding: 0;
            margin: 0;
            display: inline-block;
            position: relative;
            background: #8A0000;
            color: #FFF;
            text-decoration: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 66px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
        }

            .videoLandin .icons .post_loadmore a:after {
                content: '';
                display: block;
                position: absolute;
                right: 12px;
                bottom: 100%;
                width: 0;
                height: 0;
                border-bottom: 7px solid #8A0000;
                border-top: 7px solid transparent;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
            }

.videoboxhtml5 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

/*grid*/
.imgLandinthumb .grid li {
    width: 48%;
    float: right;
}

/*footer*/
#footer {
    border-top: 3px solid #e8e8e8;
    background: #010c16;
    margin-bottom: 36px;
    width: 100%;
    clear: both;
    display: inline-block;
    vertical-align: top;
}

#footer_menu {
    overflow: hidden;
    margin: 4px auto 0;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

#footer #footer_menu li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding-left: 10px;
    margin-right: 7px;
}

    #footer #footer_menu li:first-of-type {
        margin-right: 0;
    }

    #footer #footer_menu li a {
        color: #919191;
    }

    #footer #footer_menu li:after {
        content: "/";
        display: inline-block;
        width: auto;
        height: auto;
        position: absolute;
        padding-right: 6px;
        color: #B0B0AB;
    }

    #footer #footer_menu li:last-of-type:after {
        content: none
    }

/*social media*/
#page .socialMedia {
    right: 0;
    bottom: 0;
    text-align: center;
    direction: rtl;
    width: 100%;
    display: block;
    background: #fff;
    border-top: 1px solid #ddd;
    position: fixed;
    left: 0;
    z-index: 1000;
}

.socialMedia ul {
    padding: 0;
    margin: 0;
}

#page .socialMedia ul li {
    display: block;
    float: right;
    width: 20%;
    text-align: center;
    height: 30px;
    transition: all 0s;
    -ms-transition: all 0s;
    -webkit-transition: all 0s;
    padding: 0 0 5px;
    vertical-align: top;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

    #page .socialMedia ul li:last-of-type {
        margin-left: 0;
    }

    #page .socialMedia ul li i {
        float: none;
        margin: 6px auto !important;
        padding: 0;
        display: block;
        background: 0;
        color: #000;
        width: 20px;
        height: 20px;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }

body #page .socialMedia ul li a {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.socialMedia ul li i.fa:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    top: 6px;
    left: 7px;
    background: url(/newspaper/images/footer-soc-29.png);
    background-size: auto 22px;
    background-repeat: no-repeat;
}

.socialMedia ul li i.fa-twitter:before {
    background-position: -133px center;
}

.socialMedia ul li i.fa-twitter.new, .socialMedia ul li.li-twitter.new {
    background: #000;
}

    .socialMedia ul li i.fa-twitter.new:before {
        background-position: -909px center;
    }

.socialMedia ul li i.fa-facebook:before {
    background-position: -164px center;
}

.socialMedia ul li i.fa-googleplus:before {
    background-position: -786px center;
    background-size: auto 20px;
    width: 25px;
    height: 22px;
    margin-left: -2px;
}

.socialMedia ul li i.fa-whatsapp:before {
    background-size: auto 26px;
    background-position: -1px center;
}

.socialMedia ul li i.fa-telegram:before {
    background-size: auto 22px;
    background-position: -482px center;
}

#page .socialMedia ul li i.fa:before {
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
}

#page .socialMedia ul li i.fa-viber:before {
    background-size: auto 26px;
    background-position: -528px center;
}

#page .socialMedia ul li i.fa-telegram:before {
    background-size: auto 26px;
    background-position: -568px center;
    margin-right: -1px;
}

#page .socialMedia ul li i.fa-email:before {
    background-size: auto 26px;
    background-position: -489px center;
}

body .socialMedia ul li i.fa-whatsapp:before, body .socialMedia ul li i.fa-facebook:before, body .socialMedia ul li i.fa-googleplus:before,
body .socialMedia ul li i.fa-twitter:before {
    margin-right: -2px
}

body .socialMedia ul li i.fa-pdf:before, body .socialMedia ul li i.fa-email:before {
    margin-right: -1px
}

#page .socialMedia ul li.li-viber {
    background: #7b519d;
}

.socialMedia ul li i.fa-twitter, .socialMedia ul li.li-twitter {
    background: #5ea9dd;
}

.socialMedia ul li i.fa-facebook, .socialMedia ul li.li-facebook {
    background: #4a6eaa;
}

.socialMedia ul li i.fa-whatsapp, .socialMedia ul li.li-whatsapp {
    background: #169e0e;
}

.socialMedia ul li:focus i.fa, .socialMedia ul li:hover i.fa {
    background-color: #444546;
}

.socialMedia ul li i.fa-googleplus, .socialMedia ul li.li-googleplus {
    background: #dc4a38;
}

.socialMedia ul li.li-telegram {
    background: #08c;
}

@media(max-width :1120px) {
    .HP_main_full .article100 {
        width: 100%
    }
}

@media (max-width: 568px) {
    #footer .ft_section_2 #footer_menu li, #footer .ft_section_2 .copyright {
        font-size: 10px;
    }
}

@media(max-width :480px) {

    #footer .ft_section_2 #footer_menu, #footer .ft_section_2 #footer_menu li {
        display: inline-block;
        float: none;
    }

    #footer .ft_section_2 #footer_menu {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
    }

        #footer .ft_section_2 #footer_menu li {
            padding-left: 15px;
            margin-right: 0;
        }

    #footer .ft_section_2 .copyright {
        float: none;
        display: block;
        width: 100%;
    }
}

@media(max-width :425px) {
    h2, h2.page-title {
        font-size: 16px;
        line-height: 25px
    }

    .article100 .text {
        font-size: 13px;
        line-height: 22px
    }

    .article100 h2 {
        margin-bottom: 7px
    }
}

/*copy linked*/
#page .socialMedia ul li.li-copy {
    background: #8a0000;
    position: relative;
    cursor: pointer;
    font-size: 0
}


    #page .socialMedia ul li.li-copy:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        z-index: 1;
        top: 7px;
        margin: 0 auto;
        left: 0;
        right: 0;
        vertical-align: top;
        background: url(/newspaper/images/linkicon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
    }

.cpylnkmsg {
    position: fixed;
    margin-top: -40px !important;
    margin-right: 0;
    font-family: sans-serif;
    font-weight: 700;
    color: #4c4b4b;
    direction: ltr;
    text-align: left;
    display: inline-block;
    background: #c2e1f5;
    vertical-align: top;
    padding: 0px 5px;
    left: 0;
}

    .cpylnkmsg:before {
        top: auto;
        left: 0;
        bottom: -19px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #c2e1f5;
        border-width: 10px;
        margin-top: 0;
    }

.BlackANDWhite {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/newspaper/images/resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/*links*/

html.linksPage {
    background: #ecebeb; /* fallback for very old browsers */
    background: -moz-linear-gradient(top, #ecebeb 0%, #fff 50%, #ecebeb 100%); /* Firefox old */
    background: -webkit-linear-gradient(top, #ecebeb 0%, #fff 50%, #ecebeb 100%); /* Chrome/Safari old */
    background: linear-gradient(to bottom, #ecebeb 0%, #fff 50%, #ecebeb 100%); /* Standard (all modern browsers) */
    height: 100%;
    background: url("/newspaper/images/white-triangle.jpg");
}

    html.linksPage body {
        background: transparent;
    }
    html.linksPage #header,
    html.linksPage .linkHeaderBox {
        transition: opacity 0.6s ease, visibility 0.6s ease;
    }
    html.linksPage #header {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
    }
    html.linksPage .linkHeaderBox {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
   

    html.linksPage .linksBox {
        text-align: center;
    }
        html.linksPage .linksBox .linkHeaderBox  a{
            display: inline-block;
            vertical-align: top;
        }

        html.linksPage .linksBox .linkHeaderBox img {
            margin: 0 auto;
            width: 250px;
        }

        html.linksPage .linksBox .linkHeaderAr, html.linksPage .linksBox .linkHeaderEn {
            margin: 0 0 0;
            font-size: 2em;
            font-weight: 700;
            text-shadow: 1px 1px 1px #c7c7c7;
            line-height: 2em;
        }

        html.linksPage .linksBox .linkHeaderEn {
            font-family: sans-serif;
        }

        html.linksPage .linksBox .linkHeaderAr {
            margin: 0px 0 0;
            font-size: 1.2em;
            line-height: 1.2em;
        }

        html.linksPage .linksBox .linkURL {
            text-shadow: 1px 1px 1px #b7b7b7;
            margin: 1.5em auto 0;
            background: #ffffff;
            background-color: #ffffff;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            position: relative;
            padding-right: 50px;
            padding-left: 50px;
            color: #000000;
            -webkit-transition: box-shadow 0.3s, background-color 0.2s;
            -moz-transition: box-shadow 0.3s, background-color 0.2s;
            -o-transition: box-shadow 0.3s, background-color 0.2s;
            transition: box-shadow 0.3s, background-color 0.2s;
            min-height: 56px;
            -webkit-box-shadow: #000 2px 3px 0px;
            -moz-box-shadow: #000 2px 3px 0px;
            box-shadow: #000 2px 3px 0px;
            border: 1px solid #000;
            display: block;
            clear: both;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 40%;
            overflow: hidden;
        }
            html.linksPage .linksBox .linkURL:hover, html.linksPage .linksBox .linkURL:focus {
                background: transparent;
                -webkit-box-shadow: #eb1c15 2px 3px 0px;
                -moz-box-shadow: #eb1c15 2px 3px 0px;
                box-shadow: #eb1c15 2px 3px 0px;
                border: 1px solid #eb1c15;
            }
        html.linksPage .linksBox .linkURL:last-of-type {
            margin-bottom: 20px;
        }

        html.linksPage .linksBox .linkURL .imgBox {
            display: inline-block;
            width: 46px;
            height: 46px;
            position: absolute;
            left: 10px;
            top: 3px;
        }

            html.linksPage .linksBox .linkURL .imgBox:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                display: inline-block;
                width: 46px;
                height: 46px;
                
            }

            html.linksPage .linksBox .linkURL .imgBox.website:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: 0px 1px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.pdf:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 42px;
                background-position: -101px 3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.mulhak:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 42px;
                background-position: -1393px 3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.images:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 42px;
                background-position: -209px 3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.writters:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -288px 0;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.play:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 42px;
                background-position: -316px 3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.apple:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 42px;
                background-position: -367px 2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.huawei:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 38px;
                background-position: -1131px 4px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.app:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 42px;
                background-position: -418px 3px;
                background-repeat: no-repeat;
            }

            html.linksPage .linksBox .linkURL .imgBox.prayer:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -521px 0;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.weather:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -573px 0;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.alwafiyat:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -710px 0;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.cartoon:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 41px;
                background-position: -147px 5px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.dist:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 39px;
                background-position: -538px 4px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.bbc:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 41px;
                background-position: -692px 2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.studio:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -1014px 0;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.about:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -1083px 0;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.podcast:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -1151px 1px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.mkt:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 46px;
                background-position: -1209px 1px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.contact:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 36px;
                background-position: -668px 6px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.more:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 36px;
                background-position: -730px 6px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.topic:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 36px;
                background-position: -1003px 7px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.sitemap:before {
                background: url(/newspaper/images/website_links_icons.png?v=2);
                background-size: auto 36px;
                background-position: -1134px 7px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.youtube:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 40px;
                background-position: -1501px 4px;
                background-repeat: no-repeat;
            }

            html.linksPage .linksBox .linkURL .imgBox.alanbatv:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 56px;
                background-position: -2019px -3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.instagram:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 56px;
                background-position: -1935px -3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.map:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 56px;
                background-position: -902px -3px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.youtube2:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 56px;
                background-position: -81px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.whatsapp:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 52px;
                background-position: -1px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.email:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 46px;
                background-position: -862px 2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.telegram:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 52px;
                background-position: -1136px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.viber:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 52px;
                background-position: -1056px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.call:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 52px;
                background-position: -897px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.rss:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 52px;
                background-position: -455px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.linkedin:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 46px;
                background-position: -1074px 1px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.x:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 46px;
                background-position: -1902px 1px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.tiktok:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 52px;
                background-position: -2302px -2px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.facebook:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 46px;
                background-position: -349px 1px;
                background-repeat: no-repeat;
            }
            html.linksPage .linksBox .linkURL .imgBox.threads:before {
                background: url(/newspaper/images/footer-soc-invert.png);
                background-size: auto 50px;
                background-position: -2144px 1px;
                background-repeat: no-repeat;
            }

        html.linksPage .linksBox .linkURL .title {
            direction: ltr;
            font-size: 1.2em;
            line-height: 1.2em;
            margin-top: 14px;
            margin-bottom: 14px;
        }

        html.linksPage .linksBox .linkURL .engtxt {
            font-family: sans-serif;
        }
    html.linksPage #page .socialMedia ul li {
        width: 16.6667%;
    }
html.linksPage .socialMedia ul li.qrcodebox {
    background: #000;
}
    html.linksPage #page .socialMedia ul li .qrcode {
        float : none;
        margin: 6px auto !important;
        padding: 0;
        display: block;
        background: 0;
        color: #000;
        width: 20px;
        height: 20px;
        text-align: center;
        position: relative;
        vertical-align: middle;
        display: block;
        width: 100%;
        text-align: center;
        cursor:pointer;
    }
    html.linksPage .socialMedia ul li .qrcode:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        z-index: 1;
        top: 2px;
        background: url(/newspaper/images/footer-soc-29.png);
        background-size: auto 22px;
        background-repeat: no-repeat;
        left : 0;
        right: 0;
        margin: 0 auto;
    }
    html.linksPage #page .socialMedia ul li .qrcode:before {
        background-size: auto 22px;
        background-position: -722px center;
        
    }
    html.linksPage .qrcodeShow {
        display: none;
        padding:20px;
    }
    html.linksPage .qrcodeShow img{margin:15px auto 0;width:300px;}
    @media(max-width :1600px) {
        html .linksPage .linksBox a.linkURL {
        width: 60%;
    }
}
@media(max-width :1120px) {

    html.linksPage .linksBox a.linkURL {
        width:90%;
    }
}
@media(max-width :640px) {

    html.linksPage .linksBox a.linkURL {
        width: 98%;
    }
}
@media(max-width :400px) {

    html.linksPage .linksBox a.linkURL {
        width: 100%;
    }
    html.linksPage .linksBox .linkURL{
        padding-right:20px;
    }
        html.linksPage .linksBox .linkURL .title {
            text-align: right;
        }
}