@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;
}
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);
    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);
}
.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;
        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 .NavMenuFooter:before {
    content: '';
    display: inline-block;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
}
.NavMenu .NavMenuFooter {
    padding: 15px 20px;
    margin-bottom: 130px;
    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;
}
.more-link {
    color: #000;
    position: relative;
    display: inline-block!important;
    padding-left: 10px;
    padding-right: 5px;
     font-size: 13px;
    line-height: 21px;
}
.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: ""}
.HP_main_full {
    margin-bottom: 10px;
}
.HP_main_full .article100 {
    margin: 0 auto;
    width: 700px;
}
.article100 article h2 {
    position: relative;
    display: block;
}
.HP_main_full .article100 {
    padding: 0 0 33px;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
}
.HP_main_full article .icons {
    background: 0;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    position: absolute;
    bottom: 0;
    width: 100%;left:0;right:0;}
.news_body article .text ul {
    padding: 0;
    margin: 0 0 10px 25px;
}
.news_body article .text ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    margin-right: 30px;
    text-align: right;
    color: #000;
    list-style: none;
    text-indent: -1.35em;
}
.news_body article .text ul li:before {
    content: "\2022";
    color: red;
    font-size: 20px;
    margin-left: 9px;
}
.article100 .pic {
    margin-bottom: 10px;
}
.article100 .pic img {
    margin: 0 auto;
    width:100%;
}
.HP_main_full .article100 .pic {
    position: relative;
}
.news_body .icons {
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-bottom: 0;
}
/*post info*/
.comments_count, .post_date, .post_views {
    text-decoration: none;
    float: right;
    margin-left: 10px;
    display: inline-block;
    color: #666;
    line-height: 16px;
    font-size: 12px;
}
span.weekName {
    display: inline-block;
    margin-left: 5px;
}
.post_views {
    padding-right: 19px;
    background: url(/newspaper/images/view.png) right 0 no-repeat;
}
.comments_count, .post_date {
    padding-right: 15px;
}
.post_date {
    background: url(/newspaper/images/date.png) right 0 no-repeat;
}
.comments_count {
    background: url(/newspaper/images/comment.png) right 0 no-repeat;
}
/*new divs*/
.HP_main_full article .icons .post_loadmore{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.HP_main_full  article  .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: 75px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
}
.HP_main_full  article .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;
}
.article100 .pic .link-photo{
        position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border-left: 1px solid #000;
    border-top: 1px solid #4c4c4c;
    line-height: 30px;
    color: #fff;
    padding-left: 38px;
    font-weight: 700;
    font-family: sans-serif;
    background-image: url(/newspaper/images/link-photo.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-right: 5px;
}
.article100 .pic .link-video{
        position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border-right: 1px solid #000;
    border-top: 1px solid #4c4c4c;
    line-height: 30px;
    color: #fff;
    padding-left: 38px;
    font-weight: 700;
    font-family: sans-serif;
    background-image: url(/newspaper/images/link-video.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-right: 5px;
}
.waitingLoad{margin: 0 auto 10px;width: 130px}
/*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;
    padding: 0 0 5px;
    vertical-align: top;
    margin: 0;
    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-20181.png);
     background-size: 865px 22px;
    background-repeat: no-repeat;
}
.socialMedia ul li i.fa-twitter:before {
    background-position:-128px center;
}
.socialMedia ul li i.fa-facebook:before {
        background-position: -158px center;
}
.socialMedia ul li i.fa-googleplus:before {
    background-position: -786px center;
    background-size: 813px 20px;
    width: 25px;
    height: 22px;
    margin-left: -2px;
}
.socialMedia ul li i.fa-whatsapp:before {
    background-size: 1057px 26px;
    background-position: -1px center;
}
.socialMedia ul li i.fa-telegram:before {
        background-size: 895px 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: 1057px 26px;
    background-position: -528px center;
}
#page .socialMedia ul li i.fa-telegram:before {
        background-size: 1057px 26px;
    background-position: -568px center;
    margin-right: -1px;
}
#page .socialMedia ul li i.fa-email:before {
       background-size: 1057px 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;
}



@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}
}




/*qr new*/

.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: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:360px)  {
    .errorPage .text_eror span  {
    font-size:  16px;
    line-height:  30px;
}
.errorPage .text_eror p  {
    font-size:  14px;
    line-height:  26px;
}
}
.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);
}