﻿@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: #ddd;
    direction: rtl;
}

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;
}
/*new*/
.insta_box {
    clear: both;
    padding-top: 62px;
}
    .insta_box .insta_header {
        display: block;
        clear: both;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        background: #fff;
        height: 62px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        -moz-box-shadow: 0 1px 5px #b1afaf;
        -webkit-box-shadow: 0 1px 5px #b1afaf;
        box-shadow: 0 1px 5px #b1afaf;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none; 
    }
    .insta_box .insta_header .insta_left{
        float:left;
    }
        .insta_box .insta_header .insta_left a{display:block}
        .insta_box .insta_header .insta_right {
            float: right;
            cursor: pointer;
            position: relative;
            -webkit-tap-highlight-color: transparent;
        }
    .insta_box .insta_header .insta_left a span, .insta_box .insta_header .insta_left a img{display:inline-block;vertical-align:top;text-align:left;}
    .insta_box .insta_header .insta_left img {
        margin-right: 10px;
        width: 190px;
        margin-top: -8px;
    }
    .insta_box .insta_header .insta_right img {
        width: 35px;
        margin-top: 4px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        cursor:pointer;
        position:relative;
        z-index:100;
    }
    .insta_box .insta_header .insta_left span {
        font-size: 20px;
        font-weight: 700;
        font-family: sans-serif;
        margin-top: 7px;
    }
.insta_box .insta_body {
    display: block;
    clear: both;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .insta_box .insta_body .img_box {
        width: 16%;
        display: inline-block;
        vertical-align: top;
        margin: 60px;
        position: relative;
        -moz-box-shadow: 1px 1px 1px 2px #ffffff;
        -webkit-box-shadow: 1px 1px 1px 2px #ffffff;
        box-shadow: 1px 1px 1px 2px #ffffff;
    }
@media (max-width: 767px) {
    .insta_box .insta_body .img_box {
        margin: 10px 5px;
    }}
        .insta_box .insta_body .img_box:hover, .insta_box .insta_body .img_box:focus {
            -moz-box-shadow: 1px 1px 1px 2px #808080;
            -webkit-box-shadow: 1px 1px 1px 2px #808080;
            box-shadow: 1px 1px 1px 2px #808080;
        }
        .insta_box .insta_body .img_box .title_box {
            position: absolute;
            bottom: 0;
            background: rgba(0, 0, 0, .8);
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            padding: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            width: 100%;
            left: 0;
            right: 0;
            max-height: 80px;
            overflow: hidden;
            border: 1px solid #c50814;
        }
.insta_box .insta_info {
    color: #757575;
}
@media (max-width: 1953px) {
    .insta_box .insta_body .img_box {
        width: 15.5%;
    }
}
@media (max-width: 1480px) {
    .insta_box .insta_body .img_box {
        width: 15.4%;
    }

}
@media (max-width: 1120px) {
    .insta_box .insta_body .img_box {
        width: 18.4%;
    }
}
@media (max-width: 900px) {
    .insta_box .insta_body .img_box {
        width: 22.4%;
    }
}
@media (max-width: 642px) {
    .insta_box .insta_body .img_box {
        width: 46.4%;
    }
        .insta_box .insta_body .img_box .title_box {
            font-size: 12px;
            line-height: 22px;
            max-height: 75px;
        }
}
@media (max-width: 400px) {
    .insta_box .insta_body .img_box .title_box {
        font-size: 10px;
        line-height: 16px;
        max-height: 60px;
    }
}
@media (max-width: 328px) {
    .insta_box .insta_body .img_box {
        width: 45.4%;
    }
}

/*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;
    }

   /*soical*/
.social_share_box {
    border: 1px solid #00000030;
    height: 45px;
    width: 0;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    right: -9px;
    z-index: 1;
    top: -1px;
    border-radius: 25px;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    padding: 0 50px 0 0;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    text-align:right;
}
.insta_box .insta_right.hoverd .social_share_box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 270px;
    background: #888;
}
@media(max-width:520px) {
    .insta_box .insta_right.hoverd .social_share_box {
        top: 53px;
        z-index: 1000;
        padding-right: 10px;
        width: 225px;
        right: 0;
        margin: 0;
    }
    body .cpylnkmsg {
        z-index: 10000;
        margin-top: -2px !important;
        margin-left: -95px;
    }
}
.insta_box .insta_right.hoverd .img_share {
    -webkit-transform: rotate( 360deg );
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transform-origin: 100%;
    -ms-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -webkit-transform-origin: 100%;
}
.insta_box .social_share_box li, .insta_box .social_share_box li a {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
}
.insta_box .social_share_box li {
    top: 0px;
    right: 0;
    background: url(/newspaper/images/footer-soc-29.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-left: 5px;
    padding: 5px;
}
    .insta_box .social_share_box li:hover, .insta_box .social_share_box li:focus {
        -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        -ms-filter: invert(100%);
        -o-filter: invert(100%);
        filter: invert(100%);
    }
        .insta_box .social_share_box li.twitter {
    background-position: -145px center;
}
.insta_box .social_share_box li.twitter.new {
    background-position: -1026px center;
}
    .insta_box .social_share_box li.facebook {
        background-position: -180px center;
    }
    .insta_box .social_share_box li.linkdin {
        background-position: -578px center;
    }
    .insta_box .social_share_box li.whatsapp {
        background-position: 6px center;
    }
    .insta_box .social_share_box li.email {
        background-position: -464px center;
    }
    .insta_box .social_share_box li.telegram {
        background-position: -540px center;
    }
    .insta_box .social_share_box li.li-copy {
        left: 0;
        right: 0;
        background: url(/newspaper/images/linkicon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: 6px center;
    }

.cpylnkmsg {
    position: absolute;
    margin-top: -48px !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;
    z-index: 100;
    width: 77px;
    margin-left: -124px;
}

    .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;
    }
/*.fakeElemTextArea {
    font-size: 0 !important;
    position: fixed !important;
}*/
