/*Reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

.hidden-elem {
    display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.clearFix {
    clear: both;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: right;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
    font-weight: normal;
}

input, select {
    vertical-align: middle;
}

select {
    width: 100%;
}

    select::-ms-expand {
        display: none !important;
    }

figure, a {
    vertical-align: bottom;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 5px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}


iframe {
    margin-top: 0em;
}

input::-ms-clear {
    display: none;
}
/*End Reset */

/*General Typography*/

@font-face {
    font-family: Greta;
    src: url('../fonts/Greta_Arabic_Regular.eot');
    src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Greta_Arabic_Regular.woff') format('woff'), url('../fonts/Greta_Arabic_Regular.otf') format("opentype");
}

@font-face {
    font-family: Al-Jazeera-Arabic-Bold;
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Al-Jazeera-Arabic-Light;
    src: url('../fonts/Al-Jazeera-Arabic-Light.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Light.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Al-Jazeera-Arabic-Regular;
    src: url('../fonts/Al-Jazeera-Arabic-Regular.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Regular.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Greta, "arabic typesetting", serif;
    color: #333333;
}

body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #777;
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-weight: 400;
}

h4 {
    font-weight: 400;
}

.goldheader strong {
    border-right: 5px solid #223ba4;
    padding-right: 10px;
    text-align: right;
    margin-bottom: 10px;
    color: #242c62;
    display: block;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 22px;
    line-height: 28.8px;
}

blockquote {
    margin: 1em 0 0;
    color: #333;
    font-family: Al-Jazeera-Arabic-Light, "arabic typesetting", serif;
    font-size: 1.2em;
}

cite {
    display: block;
    font-size: 0.8em;
    font-style: normal;
}

a {
    color: #2575bc;
    text-decoration: none;
}

    a:hover {
        color: #004593;
    }

ul, ol {
    list-style: none;
}

ol {
    list-style: decimal outside;
    margin-left: 1.5em;
}
/*End General Typography*/

/*Images*/
img {
    max-width: 100%;
    width: 100%;
    /*vertical-align: bottom;*/
}

figure {
    margin: 0.8em 0;
}

figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 0.25em;
    color: #999999;
}

ul > li {
    font-family: Al-Jazeera-Arabic-Regular;
}
/*End Images*/


/*site structer css*/
.site_container {
    width: 100%;
    position: relative;
    /*to be removed
    max-width: 1350px;*/
    margin: 0 auto;
    /**/
}

.wrapper {
    margin: 0 auto;
    /*to be removed
    margin-right: 56px;
    */
    width: 79.5%;
    max-width: 1300px;
}

.header_container {
    background-color: #fff;
    /*    padding-top: 29px;*/
}

a {
    transition: 0.3s;
}

h1.header > a {
    color: #333333;
    transition: 0.3s;
}

    h1.header > a:hover {
        color: #8B8B8B;
    }

.image_a > img {
    //transform: scale(1.1);
    transition: 0.5s;
}

    .image_a > img:hover, .share:hover > .image_a > img {
        //transform: scale(1);
    }

time {
    font-size: 12px;
    font-family: Al-Jazeera-Arabic-Bold;
    color: #000;
}

.summary_p {
    font-size: 16px;
    line-height: 20px;
}

.image_a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.rightLeftContainer {
}

    .rightLeftContainer > div {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
    }

        .rightLeftContainer > div:first-child {
            margin-right: 0;
            width: 73.477%;
        }

        .rightLeftContainer > div:last-child {
            margin-left: 0;
            width: 26.5%;
        }

.wrapperExtra {
    width: 89.7341%;
    max-width: 1346px;
}

section#main_body_container {
    /* padding-top: 50px;*/
    background: #fff;
}

.blockquoteBig {
    position: relative;
    padding: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    font-family: Al-Jazeera-Arabic-Light;
    color: #333;
    margin-top: 42px;
    padding-bottom: 33px;
}

    .blockquoteBig > h1, .blockquoteBig > h2 {
        font-size: 25px;
        font-family: Al-Jazeera-Arabic-Light;
        color: #333;
    }

    .blockquoteBig:before {
        content: "";
        position: absolute;
        background-image: url(../images/imgs.png);
        background-repeat: no-repeat;
        background-position: 0px -432px;
        width: 32px;
        height: 28px;
        right: 20px;
        top: -10px;
    }

.long-main-story .column_mwadee3_container_mod {
    border-right: 3px solid #e8e8e8;
    box-sizing: border-box;
}

.blockquoteBig:after {
    content: "";
    position: absolute;
    background-image: url(../images/imgs.png);
    background-repeat: no-repeat;
    background-position: -70px -432px;
    width: 35px;
    height: 28px;
    left: 69px;
    bottom: 0;
}

.blockquotesmall {
    position: relative;
    padding: 10px;
    font-size: 22px;
    font-family: Al-Jazeera-Arabic-Light;
    color: #fff;
    margin: 0;
    padding-right: 30px;
    padding-left: 20px;
}

    .blockquotesmall:before {
        content: "";
        position: absolute;
        background-image: url(../images/imgs.png);
        background-repeat: no-repeat;
        background-position: -241px 0;
        width: 19px;
        height: 15px;
        right: 0;
        top: 0;
    }

    .blockquotesmall:after {
        content: "";
        position: absolute;
        background-image: url(../images/imgs.png);
        background-repeat: no-repeat;
        background-position: -289px 0;
        width: 19px;
        height: 15px;
        left: 0;
        bottom: 0;
    }

.purpul_slider {
    background-color: #223ba4;
    color: #fff;
}

.red_slider {
    background-color: #bf0415;
    color: #fff;
}

.purpul_slider .owl-item:nth-child(odd) {
    background-color: #1e3592;
    border-radius: 20px;
}

.red_slider .owl-item:nth-child(odd) {
    background-color: #96010E;
    border-radius: 20px;
}

.slider_container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 75px;
}

.slider_to_activate .item {
    padding: 20px;
}

.speaker_name {
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-size: 22px;
}

.slider_container .owl-prev {
    position: absolute;
    top: 35%;
    right: -100px;
    color: transparent !important;
    height: 53px;
    width: 50px;
    border-radius: 100% !important;
    background-color: rgba(255,255,255,0.1) !important;
    background-image: url(../images/imgs.png) !important;
    background-position: -395px 15px !important;
}

.slider_container .owl-next {
    position: absolute;
    top: 35%;
    left: -100px;
    color: transparent !important;
    height: 53px;
    width: 50px;
    border-radius: 100% !important;
    background-color: rgba(255,255,255,0.1) !important;
    background-image: url(../images/imgs.png) !important;
    background-position: -330px 15px !important;
}

    .slider_container .owl-prev:hover, .slider_container .owl-next:hover {
        background-color: rgba(255,255,255,0.3) !important;
    }

.bloggers_slider_container {
    margin: 0 !important;
    opacity: 0;
}

    .bloggers_slider_container .owl-item:nth-child(odd) {
        background-color: transparent;
    }

    .bloggers_slider_container > h1, .bloggers_slider_container > h2 {
        text-align: center;
        font-size: 41px;
        margin-bottom: 40px;
    }

        .bloggers_slider_container > h1 > a, .bloggers_slider_container > h2 > a {
            color: #fff;
        }

.big_Blogger_Container > img {
    border-radius: 100% !important;
    overflow: hidden !important;
    width: 132px !important;
    margin: 0 auto;
    border: solid 4px #fff;
}

.brdr {
    overflow: hidden !important;
    border-radius: 100%;
    border: solid 4px #fff;
    width: 132px !important;
    margin: 0 auto;
}

    .brdr > img {
        border-radius: 100%;
    }

.name_cntry {
    text-align: center;
    margin-top: 20px;
}

    .name_cntry > h1 > span, .name_cntry > h2 > span {
        display: block;
        font-family: Al-Jazeera-Arabic-regular;
    }

    .name_cntry > h1 > a {
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    }

.blogger_slider .name_cntry * {
    color: #fff;
}

.C25_50_25_container > div {
    display: inline-block;
    margin-right: -4px;
    margin-left: 0;
    vertical-align: middle;
}

    .C25_50_25_container > div:first-child {
        margin-right: 0;
        width: 35%;
    }

    .C25_50_25_container > div:last-child {
        margin-left: 0;
        width: 15%;
    }

    .C25_50_25_container > div:nth-child(2) {
        width: 50%;
    }

.Right_top_area_container {
    margin-right: 45px;
    -webkit-box-shadow: 85px 0px 28px -82px rgba(212,212,212,1);
    -moz-box-shadow: 85px 0px 28px -82px rgba(212,212,212,1);
    box-shadow: 85px 0px 28px -82px rgba(212,212,212,1);
}

.site_container {
    background-color: #fff;
}

.red_slider.strip_container + .short_cuts_container {
    padding-top: 25px;
}

    .red_slider.strip_container + .short_cuts_container .load_more_container {
        margin-top: -20px !important;
    }
/*End site structer css*/

/*ytsdr alan*/
.ytsdr_Article_container {
    padding-right: 15px;
}

.ytsdr_alan_container > h1, .ytsdr_alan_container > h2 {
    font-size: 33px;
    color: #404040;
    text-align: center;
    margin-bottom: 25px;
}

.ytsdr_Article > h1 > a, .ytsdr_Article > h2 > a {
    font-size: 18px;
    margin-bottom: 10px;
    color: #5a5a5a;
}

.ytsdr_Article > p {
    font-family: Al-Jazeera-Arabic-Light;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ytsdr_alan_container {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-shadow: -10px 30px 15px -27px rgba(212,212,212,1);
    -moz-box-shadow: -10px 30px 15px -27px rgba(212,212,212,1);
    box-shadow: -10px 30px 15px -27px rgba(212,212,212,1);
}

.ytsdr_Article {
    border-bottom: solid 2px #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .ytsdr_Article:last-child {
        border: none;
        margin-bottom: 0;
    }

    .ytsdr_Article:hover {
        background-color: #ce0526;
    }

        .ytsdr_Article:hover * {
            color: #fff !important;
        }

    .ytsdr_Article * {
        transition: 0s !important;
    }
/*End ytsdr alan*/

/*soot sora*/
.soot_soora_container > h1, .soot_soora_container > h2 {
    font-size: 30px;
    text-align: center;
    color: #B30D22;
    margin-bottom: 15px;
}

.ytsdr_alan_container + .soot_soora_container {
    margin-top: 60px;
}

.soot_sora_articles_container {
    padding-right: 15px;
    padding-left: 15px;
}

    .soot_sora_articles_container > .like_article > .share_athr_container {
        padding: 2.66%;
    }

        .soot_sora_articles_container > .like_article > .share_athr_container > div:last-child {
            text-align: left;
            bottom: 0;
        }

    .soot_sora_articles_container > .like_article {
        margin-bottom: 15px;
        padding: 10px;
        padding-bottom: 30px;
    }

.like_article .share_athr_container > div:nth-child(2) > h1, .like_article .share_athr_container > div:nth-child(2) > h2 {
    position: relative;
    left: 13%;
}

.soot_sora_articles_container .like_article .share_athr_container > div:nth-child(2) > h1, .soot_sora_articles_container .like_article .share_athr_container > div:nth-child(2) > h2 {
    position: relative;
    left: 0px;
}

.close_Article_container .like_article {
    padding-top: 30px !important;
}
/*End soot sora*/

/*strip css*/
.strip_header {
    font-size: 30px;
    font-size: 57px;
    color: #fff;
    overflow: hidden;
}

    .strip_header > a {
        color: #fff;
        transition: 0s !important;
    }

.tweet_strip_text {
    font-size: 28px;
    color: #fff;
    font-family: Al-Jazeera-Arabic-Regular;
    width: 85%;
    border-right: solid 1px #fff;
    line-height: 35px;
    padding-right: 5%;
}

.strip_container {
    padding-bottom: 20px;
    padding-top: 20px;
}

.strip_container_tune {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
}

    .strip_container_tune .tweet_strip_text {
        padding: 15px;
    }

    .strip_container_tune .strip_header {
        text-align: center;
    }

    .strip_container_tune .cross-sign-add-blog {
        right: 2%;
        border-radius: 50%;
        display: block;
        width: 120px;
        height: 120px;
        cursor: pointer;
        background-image: url(/Content/images/pen_icn2.png);
        background-color: #223ba4;
        background-position: center center;
        transition: 1.5s;
        box-shadow: -7px -3px 15px #363636;
        border: 1px solid #223ba4;
        background-repeat: no-repeat;
        position: fixed;
        z-index: 10;
        bottom: 20px;
    }

        .strip_container_tune .cross-sign-add-blog:hover {
            box-shadow: -2px -3px 15px #333;
            //box-shadow:0 0 0;
            animation: pulse 2s alternate infinite ease-in-out;
        }

.add_strip_to_tweet > a {
    display: block;
    background-image: url(../images/imgs.png);
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: -110px -313px;
}

.add_strip_to_tweet > div {
    font-family: Al-Jazeera-Arabic-Regular;
    color: #fff;
    font-size: 20px;
    font-size: 32px;
}

.add_strip_to_tweet {
    text-align: center;
}

.strip_container > .wrapper.wrapperExtra {
    max-width: 90%;
    width: 90%;
}

.red_slider.strip_container + .wrapper > .rightLeftContainer.bottomTL {
    margin-top: 40px;
}
/*End strip css*/

/*site header*/
.logo_container > a {
    display: block;
    height: 50px;
}

    .logo_container > a > img {
        height: 46px;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 3px;
    }

.site_menu > ul > li > a {
    font-size: 20px;
    display: inline-block;
    color: #333333;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: -3px;
    font-family: Al-Jazeera-Arabic-bold;
    font-size: 16px;
}

    .site_menu > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 50%;
        height: 3px;
        width: 0;
        background: #e6be61;
        margin-left: 0;
        border: none;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .site_menu > ul > li > a:hover:before {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 10%;
        margin-left: 0;
        height: 3px;
        width: 80%;
        background: #e6be61;
        border: none;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        text-align: left;
    }

    .site_menu > ul > li > a.activeMenu:before {
        width: 80%;
        right: 10%;
    }

.site_menu > ul > li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

    .site_menu > ul > li:first-child {
        margin-right: 0;
    }

    .site_menu > ul > li:last-child {
        margin-left: 0;
    }

.HeadSectionContainer > div:first-child {
    width: 5.954%;
}

.HeadSectionContainer > div:nth-child(2) {
    width: 79.7%;
}

.HeadSectionContainer > div:last-child {
    width: 14.28%;
    text-align: left;
}

.site_menu {
    padding-right: 0;
    padding-top: 9px;
    /*position: relative;*/
}

.liveStreamIcon {
    background-image: url(../images/livestream-icon.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.live-streaming-container {
    font-family: Al-Jazeera-Arabic-bold;
    font-size: 16px;
    color: #000;
    padding-top: 9px;
    display: inline-block;
}

ul.social_search_container > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    margin-left: 5px;
}

    ul.social_search_container > li:first-child {
        margin-right: 0;
    }

    ul.social_search_container > li:last-child {
        margin-left: 0;
    }

.social_ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/imgs.png);
    background-position: -79px 0;
    border-radius: 100%;
    color: transparent;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    background-repeat: no-repeat;
}

    .social_ico:hover {
        /*-webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);*/
    }

.fb_social {
    background-position: -160px 0;
}

.twt_social {
    background-position: -128px 0;
}

.Gp_social {
    background-position: -96px 0;
}

.yt_social {
    background-position: -64px 0;
}

.ig_social {
    background-position: -32px 0;
}

.rss_social {
    background-position: 0 0;
}

.socialContainer {
    padding-top: 30px;
    position: relative;
}

.three_parent > div {
    display: inline-block;
    vertical-align: middle;
}

    .three_parent > div:first-child {
        margin-right: 0;
        width: 9.334%;
        vertical-align: bottom;
    }

.mainLogoDiv {
    width: 65%;
}

.three_parent > div:last-child {
    margin-left: 0;
    width: 20%;
}

.burger_menu {
    text-align: center;
    cursor: pointer;
    padding-top: 38px;
    padding-bottom: 31px;
    transition: 0.3s;
}

    .burger_menu > hr {
        width: 35px;
        padding: 0;
        border-radius: 5px;
        border: solid 1px #2d55ad;
        background-color: #2d55ad;
        margin: 0 auto;
        margin-bottom: 6px;
        height: 3px;
        transition: 0.3s;
    }

.burger_menu_opend {
    background-color: #2d55ad;
}

    .burger_menu_opend > hr {
        border: solid 1px #fff;
        background-color: #fff;
    }

.mdwnat_manbar_container {
    text-align: center;
    padding-right: 22%;
}

    .mdwnat_manbar_container > h1 {
        color: #1e2986;
        font-size: 41px;
        position: relative;
        right: 29px;
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
        transition: 0.3s;
    }

        .mdwnat_manbar_container > h1 > a {
            color: #1e2986;
        }

    .mdwnat_manbar_container > span {
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
        font-size: 22px;
        color: #c00417;
        position: relative;
        right: 36px;
        top: -16px;
        transition: 0.3s;
    }

.modwnatHeader {
    border-top: 2px solid #2d55ad;
    margin-top: 3px;
}

.reg_container > ul > li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    margin-left: 32px;
    position: relative;
}

    .reg_container > ul > li:first-child {
        margin-right: 0;
        margin-left: 16px;
    }

    .reg_container > ul > li:last-child {
        margin-left: 0;
    }

    .reg_container > ul > li:first-child > span {
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
        font-size: 22px;
        color: #1E2986;
        cursor: pointer;
    }

.reg_container {
    position: relative;
    text-align: left;
}

.blogger_options {
    display: none;
    margin-left: 10px;
}

.signUp {
    width: 18px;
    height: 18px;
    background-image: url(../images/imgs.png);
    background-position: -33px -42px;
    cursor: pointer;
}

.search {
    width: 18px;
    height: 18px;
    background-image: url(../images/imgs.png);
    background-image: url(../images/imgs.png);
    background-position: 0 -42px;
    cursor: pointer;
}

.searchLoadingImg {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 45%;
    left: 45%;
    /*display:none;*/
    z-index: 9999999;
}

.load_more_container .searchLoadingImg {
    top: -40%;
    left: 48.9%;
}

.modwnat_menu_container {
    background-color: #2d55ad;
    color: #fff;
    margin-top: -1px;
}

.modwnat_menu > li > a {
    color: #fff;
    font-size: 20px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}

    .modwnat_menu > li > a:hover {
        color: #999999;
    }

a.main_modwnat {
    display: block;
}

ul.modwnat_menu {
    padding-top: 22px;
    padding-bottom: 10px;
}

    ul.modwnat_menu > li {
        display: inline-block;
        vertical-align: bottom;
        margin-right: -4px;
        margin-left: 11%;
    }

        ul.modwnat_menu > li:first-child {
            margin-right: 0;
        }

        ul.modwnat_menu > li:last-child {
            margin-left: 0;
        }

.modwnat_menu > li > a {
    display: block;
}

    .modwnat_menu > li > a:before {
        content: "";
        background-image: url(../images/imgs.png);
        display: block;
        margin: 0 auto;
        transition: 0.3s;
    }

a.main_modwnat:before {
    background-position: 0px -80px;
    width: 50px;
    height: 44px;
}

a.main_modwnat:hover:before, a.main_modwnat.activatedSelection:before {
    background-position: 0px -137px;
}

a.short_modwnat:before {
    background-position: -71px -65px;
    width: 22px;
    height: 59px;
}

a.short_modwnat:hover:before, a.short_modwnat.activatedSelection:before {
    background-position: -71px -143px;
}

a.hot_modwnat:before {
    background-position: -116px -71px;
    width: 68px;
    height: 48px;
}

a.hot_modwnat:hover:before, a.hot_modwnat.activatedSelection:before {
    background-position: -116px -136px;
}

a.seen_modwnat:before {
    background-position: -199px -85px;
    width: 34px;
    height: 32px;
}

a.seen_modwnat:hover:before, a.seen_modwnat.activatedSelection:before {
    background-position: -199px -144px;
}

a.modwnoon_modwnat:before {
    background-position: -256px -75px;
    width: 63px;
    height: 53px;
}

a.modwnoon_modwnat:hover:before, a.modwnoon_modwnat.activatedSelection:before {
    background-position: -256px -137px;
}

a.all_modwnat:before {
    background-position: -360px -66px;
    width: 65px;
    height: 56px;
}

a.all_modwnat:hover:before, a.all_modwnat.activatedSelection:before {
    background-position: -360px -135px;
}

.activatedSelection {
    color: #999999 !important;
}
/*End site header*/


/*footer styles*/
.footer {
    background-color: #4d5154;
    padding-bottom: 20px;
}

    .footer > .wrapper > div:first-child {
        width: 175px;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-right: 3px;
        margin: 0 auto;
        display: none;
    }

    .footer > .wrapper > div:nth-child(2) {
        border-bottom: solid 1px #5e6266;
        padding-bottom: 20px;
    }

.ul_footer_container > div {
    display: inline-block;
    margin-right: -4px;
    margin-left: 3.23%;
    width: 13.97%;
    vertical-align: top;
    margin-top: 22px;
}

    .ul_footer_container > div:first-child {
        margin-right: 0;
    }

    .ul_footer_container > div:last-child {
        margin-left: 0;
    }

.footer_header > a, .footer_header {
    color: #fff;
    font-size: 18px;
}

.footer_ul > li > a {
    font-size: 15px;
    display: block;
    color: #bbc5cc;
    transition: 0.5s;
}

    .footer_ul > li > a:hover {
        color: #E6BE61;
    }

h1.footer_header {
    margin-bottom: 10px;
}

.ext_pad {
    padding-top: 20px;
}

.mod_position_ftr {
    display: inline-block;
    vertical-align: top;
}

.small_footer_ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-left: 20px;
}

    .small_footer_ul > li:first-child {
        margin-right: 0;
    }

    .small_footer_ul > li > a {
        color: #bbc5cc;
        font-size: 13px;
        font-weight: normal;
    }

.search-footer-div {
    display: inline-block;
    float: left;
}

.copyright {
    position: relative;
    top: 4px;
    color: #B1BBC2;
    font-family: Al-Jazeera-Arabic-Regular;
    font-size: 13px;
}

span.by-iho > a {
    position: relative;
    top: 8px;
}

.footer > .wrapper {
    width: 90%;
}
/*End footer styles*/

/*display inline class*/
.oneLine {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.oneLineFirst {
    margin-right: 0;
    vertical-align: bottom;
}

.oneLineLast {
    margin-left: 0;
}
/*End display inline class*/



/*mobile menu css*/
.mobile_menu {
    background-color: rgb(34, 34, 34);
    width: 60%;
    position: fixed;
    left: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 9;
}

.desk_top_site {
    position: relative;
    left: 0;
    transition: left 0.5s;
    margin: 0 auto;
    z-index: 99;
}

.c_30, .c_60 {
    display: inline-block;
    vertical-align: top;
}

.c_30 {
    width: 31.563%;
}

.c_60 {
    margin-right: -4px;
    width: 68.4%;
    text-align: left;
}

.mobile_header {
    background-color: #fff;
    padding-top: 10px;
    margin-bottom: -3px;
    display: none;
}

.logo_mobile_container {
    padding-right: 20px;
}


.mobile_live_open_menu > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-left: 3%;
}

    .mobile_live_open_menu > ul > li:first-child {
        margin-right: 0;
    }

    .mobile_live_open_menu > ul > li:last-child {
        margin-left: 0;
    }

li.mobile_menu_icn > hr {
    border: none;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 4px;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
}

    li.mobile_menu_icn > hr:first-child {
        margin-top: 7px;
    }

.mobile_menu_icn {
    background-color: #eba820;
    width: 30px;
    height: 30px;
}

.mobile_menu ul li {
    border-bottom: solid 1px black;
}

li.has_child {
    position: relative;
}

    li.has_child > ul {
        position: fixed;
        left: 60%;
        transition: 0.5s;
        top: 0;
        background-color: #222222;
        height: 100%;
        overflow-y: auto;
        width: 60%;
        z-index: 9;
    }

    li.has_child span {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 14px;
        left: 20px;
    }

        li.has_child span > hr {
            border: none;
            line-height: 0;
            margin: 0;
            padding: 0;
            width: 16px;
            height: 4px;
            background-color: #fff;
            margin-right: 7px;
            margin-top: 2px;
        }

.weather_mobile_container > a, .weather_mobile_container > span {
    display: inline-block;
    vertical-align: top;
}

.weather_mobile_container {
    padding-right: 20px;
}

    .weather_mobile_container > span > a {
        font-size: 11px;
        color: #00317d;
        display: block;
    }

/*End mobile menu css*/
/*mobile header*/
.weather_mobile_container {
    width: 130px;
}

.mobSocialMenuDiv {
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 999;
    background-color: white;
    border: solid 1px #e2e2e2;
    padding: 5px;
    width: 100%;
    background-color: #e2e2e2;
}

.social_mobile_btn {
    width: 30px;
    height: 30px;
    background-image: url(../images/portal_images.png);
    background-repeat: no-repeat;
    background-position: 8px -158px;
    background-color: #E1E1E1;
}

.member_ship {
    background-color: #e2e2e2;
    color: #565656;
    padding-top: 2px;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}

    .member_ship:before {
        content: "";
        background-image: url(../images/portal_images.png);
        background-repeat: no-repeat;
        background-position: -279px 0;
        width: 18px;
        height: 24px;
        display: inline-block;
        position: absolute;
        right: 4px;
        top: 1px;
    }

.search_icon {
    width: 30px;
    height: 30px;
    background-color: #e2e2e2;
    background-image: url(../images/portal_images.png);
    background-repeat: no-repeat;
    background-position: -307px 0;
    cursor: pointer;
}

.c_30_60:nth-child(1) {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 10px;
}

.logo_mobile_container img {
    width: 85px;
}

.c_30_60 {
    width: 90%;
    margin: 0 auto;
}

/*mobile header*/


/*share css*/
.all_share_container {
    /*background-color: aquamarine;
    width: 79px;
    margin: 0 auto;
    height: 18px;*/
}

    .all_share_container > ul > li {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        margin-left: 15%;
    }

    .all_share_container > ul {
        text-align: center;
    }

        .all_share_container > ul > li:first-child {
            margin-right: 0;
        }

        .all_share_container > ul > li:last-child {
            margin-left: 0;
        }

        .all_share_container > ul > li > a {
            background-image: url(../images/imgs.png);
            background-repeat: no-repeat;
            display: block;
            transition: 0.4s;
        }

            .all_share_container > ul > li > a:hover {
                /*-webkit-transform: rotate(20deg);
    transform: rotate(20deg);*/
            }

.fb_share {
    background-position: -2px -208px;
    width: 9px !important;
    height: 19px;
}

    .fb_share:hover {
        background-position: -2px -233px;
    }

.twt_share {
    background-position: -14px -211px;
    width: 16px !important;
    height: 15px;
}

    .twt_share:hover {
        background-position: -14px -233px;
    }

.gp_share {
    background-position: -35px -208px;
    width: 18px !important;
    height: 18px;
}

    .gp_share:hover {
        background-position: -35px -232px;
    }

.whats-share {
    background-position: -53px -208px;
    width: 16px;
    height: 16px;
}

    .whats-share:hover {
        background-position: -53px -233px;
    }

.big_article .fb_share {
    background-position: -428px -314px;
}

.big_article .twt_share {
    background-position: -442px -316px;
}

.big_article .gp_share {
    background-position: -462px -313px;
}

.big_article .whats-share {
    background-position: -483px -314px;
}

.big_article .share_athr_container, .big_article article.single_article_block > h1 > a {
    position: relative;
}

    .big_article .share_athr_container > div:last-child {
        position: relative;
        right: 45px;
    }

    .big_article .share_athr_container > div:first-child {
        position: relative;
    }




.fontController {
    float: right;
    margin-top: 18px;
}

.fontUp {
    display: inline-block;
    width: 45px;
    height: 46px;
    background: url(../images/imgs.png);
    background-position: 253px 276px;
    cursor: pointer;
    transition: .3s;
}

.fontDown {
    display: inline-block;
    width: 45px;
    height: 46px;
    background: url(../images/imgs.png);
    background-position: 303px 276px;
    cursor: pointer;
    transition: .3s;
}

    .fontDown:hover {
        background-position: 303px 229px;
    }

.fontUp:hover {
    background-position: 253px 229px;
}

.blogger-info-detail .all_share_container > ul > li {
    margin-left: 7%;
}

.blogger-info-detail a.fb_share, .mobile-shareOnly a.fb_share {
    background-position: -366px -512px;
    width: 42px !important;
    height: 46px;
}

    .blogger-info-detail a.fb_share:hover, .mobile-shareOnly a.fb_share:hover {
        background-position: -366px -454px;
    }

.blogger-info-detail a.twt_share:hover, .mobile-shareOnly a.twt_share:hover {
    background-position: -408px -458px;
}

.blogger-info-detail a.twt_share, .mobile-shareOnly a.twt_share {
    background-position: -408px -511px;
    width: 42px !important;
    height: 46px;
}

.blogger-info-detail a.whats-share, .mobile-shareOnly a.whats-share {
    background-position: -452px -511px;
    width: 42px !important;
    height: 46px;
}

    .blogger-info-detail a.whats-share:hover, .mobile-shareOnly a.whats-share:hover {
        background-position: -452px -457px;
    }

.mobile-shareOnly {
    float: left;
    white-space: nowrap;
    margin-top: 10px;
}

    .mobile-shareOnly .all_share_container > ul > li {
        margin-left: 2%;
    }

.note-upload-video {
    font-size: 14px;
    color: #e02330;
}

.like_article a.whats-share {
    display: none !important;
}

.ytsdr_Article > p > a {
    color: #777;
    font-family: Al-Jazeera-Arabic-Light;
    font-size: 15px;
}

.video-js {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/video-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #151b17;
}

.bc-player-r1nIS3rK_default .vjs-big-play-button {
    font-size: 2.5em;
}

.bc-player-r1nIS3rK_default.video-js {
    background-color: #151b17;
    background-image: none;
}

#all-blogs-container {
    margin-top: 20px;
}

    #all-blogs-container #newest-blogs .long_blogs_Article_container, #all-blogs-container #most-hits-blogs .long_blogs_Article_container {
        max-width: 100%;
        margin-top: 50px;
    }

footer {
    background-color: #000000;
    color: #666666;
    font-size: 1.12vw;
    font-family: Al-Jazeera-Arabic-Bold;
}

.footerLinks {
    background-color: #222525;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerSocial > img:last-child {
    margin-left: 0;
}

.footerSocial > a {
    display: inline-block;
    background-repeat: no-repeat;
    transition: .2s;
    margin-left: 30px;
}

    .footerSocial > a:last-child {
        margin-left: 0;
    }

.footer-face {
    width: 10px;
    height: 20px;
    background: url(/Content/images/revampsprite.png);
    background-position: 0px -119px;
}

.footer-tweet {
    width: 22px;
    height: 20px;
    background: url(/Content/images/revampsprite.png);
    background-position: -13px -119px;
}

.footer-youtube {
    width: 24px;
    height: 20px;
    background: url(/Content/images/revampsprite.png);
    background-position: -36px -119px;
}

.footer-instgram {
    width: 19px;
    height: 20px;
    background: url(/Content/images/revampsprite.png);
    background-position: -62px -119px;
}

.footer-rss {
    width: 19px;
    height: 20px;
    background: url(/Content/images/revampsprite.png);
    background-position: -82px -119px;
}

.footer-google {
    width: 19px;
    height: 20px;
    background: url(/Content/images/revampsprite.png);
    background-position: -104px -119px;
}


.footerLinks .pageWraper > div {
    display: inline-block;
    margin-left: 24px;
}

footer ul {
    font-family: Al-Jazeera-Arabic-Regular;
    font-size: .85vw;
    padding: 0;
    margin: 0;
}

    footer ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    footer ul a {
        color: #666666;
    }

        footer ul a:hover {
            color: #666666;
        }

.footer {
    margin-top: 20px;
    padding-bottom: 20px;
}

    .footer > div {
        display: inline-block;
        width: 18%;
        vertical-align: top;
    }

        .footer > div:last-child {
            width: auto;
            text-align: center;
        }

            .footer > div:last-child > img {
                max-width: 55%;
                display: inline-block;
                margin-bottom: 30px;
            }

.footerLabel {
    margin-bottom: 15px;
    font-size: 1.25vw;
}

.reservedRights {
    font-size: .85vw;
    font-family: Al-Jazeera-Arabic-Regular;
}

.poweredBy {
    direction: ltr;
    margin-top: 5px;
    font-size: .89vw;
}

.ihorizonsLogo {
    margin-left: 10px;
    vertical-align: text-bottom;
}

footer .pageWraper {
    max-width: 91%;
    margin: 0 auto;
}

footer .pull-left {
    float: left;
}

.footer {
    background-color: #000000;
    margin-top: 20px !important;
    padding-bottom: 20px;
}

footer img {
    width: auto;
}

footer a:hover {
    color: inherit;
    text-decoration: underline;
}

footer a {
    color: inherit;
    text-decoration: none;
}

#sticky-footer {
    display: none;
}

.hide-on-desktop, #mobile-header {
    display: none !important;
}

#sticky-footer {
    display: none;
}

.stickeyMenu .modwnatHeader {
    border-top: 0;
}

footer .footerSocial {
    margin-left: 0 !important;
}

.service-off {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(min-width:767px) {
    .mobile-shareOnly {
        display: none;
    }

    .all_share_container > ul > li > a.whats-share {
        display: none;
    }
}

.fixed-laoding {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    height: 100%;
    opacity: .7;
}

    .fixed-laoding img {
        padding-top: 200px;
    }
/*End share css*/


/*single_article_block*/
article.single_article_block > div, article.single_article_block > h1, article.single_article_block > p, article.single_article_block > h2 {
    width: 85%;
    margin: 0 auto;
}

article.single_article_block {
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    padding-bottom: 10px;
    position: relative;
    // max-width: 320px;
    box-sizing: border-box;
}

.single_article_block .time_arr_container > div:last-child {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.share_athr_container > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

    .share_athr_container > div:first-child {
        margin-right: 0;
        width: 18.02%;
    }

    .share_athr_container > div:nth-child(2) {
        width: 46.945%;
        /*padding-right: 7%;*/
        box-sizing: border-box;
    }

    .share_athr_container > div:last-child {
        margin-left: 0;
        width: 32%;
        padding-top: 10px;
    }

    .share_athr_container > div:first-child > img {
        border-radius: 100%;
        max-width: 49px;
        position: relative;
        z-index: 8;
    }

    .share_athr_container > div:nth-child(2) > h1, .share_athr_container > div:nth-child(2) > h2 {
        color: #8b8b8b;
        padding-right: 10%;
        font-size: 14px;
    }

        .share_athr_container > div:nth-child(2) > h1 > span, .share_athr_container > div:nth-child(2) > h2 > span {
            display: block;
        }

article.single_article_block > h1 > a, article.single_article_block > h2 > a {
    font-size: 22px;
    color: #191919;
}

    article.single_article_block > h1 > a:hover {
        color: #c00417;
    }

article.single_article_block > p {
    font-family: Al-Jazeera-Arabic-Light;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.time_arr_container > div {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 50%;
}

    .time_arr_container > div:first-child {
        margin-right: 0;
    }

    .time_arr_container > div:last-child {
        margin-left: 0;
        text-align: left;
    }
/*End single_article_block*/
/*tfa3oli cotainer*/
.tfa3oli_cotainer > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    margin-left: 8px;
    position: relative;
    top: -5px;
}

    .tfa3oli_cotainer > span:first-child {
        margin-right: 0;
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
        font-size: 16px;
        direction: ltr;
    }

    .tfa3oli_cotainer > span:last-child {
        margin-left: 0;
    }

.arrImgRed > span:last-child, .arrImgblue > span:last-child {
    width: 33px;
    height: 33px;
    background-image: url(../images/interactive-sprite.png);
    background-position: -4px -51px;
    border-radius: 100%;
}

.arrImgRed {
    color: #b8001c;
}

.arrImgblue > span:last-child {
    background-position: -4px -4px;
}

.arrImgblue {
    color: #1f3b92;
}

.tfa3oli_cotainer > span:first-child > span {
    margin-left: -5px;
    font-family: monospace;
}
/*End tfa3oli cotainer*/

/*load more css*/
.load_more_container {
    text-align: center;
    position: relative;
    margin-top: 25px;
}

    .load_more_container > button {
        border: none;
        background-image: url(../images/imgs.png);
        width: 54px;
        height: 49px;
        background-repeat: no-repeat;
        background-position: -3px -365px;
        background-color: white;
        z-index: 1;
        position: relative;
        cursor: pointer;
        outline: none;
    }

        .load_more_container > button:active {
            background-color: #F7F7F7;
        }

    .load_more_container > hr {
        border: none;
        border-top: 2px solid #cccccc;
        position: absolute;
        top: 20%;
        width: 100%;
    }
/*End load more css*/

/*latest tweets*/
.tweets_main_container {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .tweets_main_container > div {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 28.5%;
        margin-left: 4%;
        -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
        -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
        box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
        border-radius: 15px;
        overflow: hidden;
        padding: 1%;
        margin-bottom: 20px;
    }

        .tweets_main_container > div:nth-child(3n+3) {
            margin-left: 0;
        }

        .tweets_main_container > div:nth-child(3n+1) {
            margin-right: 0;
        }

        .tweets_main_container > div:nth-child(n+7) {
            display: none;
        }
/**/

/*like Article*/
.like_article {
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    border-radius: 15px;
    overflow: hidden;
    padding: 2.66%;
    position: relative;
    padding-bottom: 30px;
}

    .like_article .share_athr_container > div:last-child {
        position: absolute;
        bottom: 20px;
        left: 0px;
        text-align: left;
        width: 100%;
    }

.short_cuts_container .load_more_container {
    margin-top: 50px !important;
}

.like_article .share_athr_container > div:last-child .like_icon_container {
    width: 14% !important;
    margin-right: -4px;
    position: relative;
    left: 10px;
    min-width: 65px;
}

.like_article .share_athr_container > div:last-child .all_share_container > ul {
    text-align: right !important;
    margin-top: 10px !important;
}

    .like_article .share_athr_container > div:last-child .all_share_container > ul > li {
        margin-left: 20px;
    }

        .like_article .share_athr_container > div:last-child .all_share_container > ul > li:last-child {
            margin-left: 0;
        }

.like_article .share_athr_container > div:last-child .like_icon_container > .like_Defult, .like_article .share_athr_container > div:last-child .like_icon_container > .number_likes {
    display: inline-block;
    vertical-align: middle;
}

.like_article > p {
    font-family: Al-Jazeera-Arabic-Light;
    font-size: 25px;
}

.like_article > time {
    color: #b30d22;
    font-size: 19px;
}

.like_article > .share_athr_container {
    margin-top: 11px;
}

    .like_article > .share_athr_container > div:last-child > .all_share_container, .like_article > .share_athr_container > div:last-child > .like_icon_container {
        display: inline-block;
        vertical-align: middle;
    }

    .like_article > .share_athr_container > div:last-child > .like_icon_container {
        width: 30%;
        position: relative;
        right: -15px;
    }

    .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 43%;
        width: 83%;
        position: relative;
        right: 25px;
    }

.like_article .share_athr_container > div:nth-child(2) {
    width: 80%;
}

    .like_article .share_athr_container > div:nth-child(2) > h1, .like_article .share_athr_container > div:nth-child(2) > h2 {
        color: #333333;
    }

        .like_article .share_athr_container > div:nth-child(2) > h1 > span, .like_article .share_athr_container > div:nth-child(2) > h2 > span {
            color: #cccccc;
        }
/*End like Article*/

/*like icon*/
.like_icon_container {
    direction: ltr;
}

.like_Defult {
    background-image: url(../images/imgs.png);
    width: 31px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: -115px -218px;
    cursor: pointer;
}

.like_done {
    background-position: -115px -250px;
    //cursor: default;
}

.number_likes {
    font-family: Al-Jazeera-Arabic-Bold;
    position: relative;
    left: 4px;
}
/*End like icon*/

/*notification popup*/
.popUpContainer {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.59);
    z-index: 99999999999;
}

.msgContainer {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 10%;
    text-align: center;
    font-size: 25px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}

.msgContainer_pop_UnAuthrizoneBlogge {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 10%;
    text-align: center;
    font-size: 16px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
}

.msgContainer > button {
    padding: 7px 30px;
    text-align: center;
    background-color: #0e5ffe;
    color: #fff;
    border: none;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting";
    border-radius: 3px;
    cursor: pointer;
}
/*End notification popup*/

/*popUpContainerBlog*/

.popUpContainerBlog {
    position: fixed;
    top: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .popUpContainerBlog > .close_Article_container {
        background-color: #fff;
        width: 80%;
        margin: 0 auto;
        max-width: 550px;
        position: relative;
        border-radius: 15px;
        top: 25%;
    }

.removePopUpBlog {
    position: absolute;
    border-radius: 100%;
    width: 10px;
    height: 20px;
    font-family: arial;
    left: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #C31F32;
    z-index: 999;
}
/*End popUpContainerBlog*/

/*homepage css*/
.home_Page_like_container {
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: -25px;
}

    .home_Page_like_container > .like_article {
        display: inline-block;
        width: 43.268%;
        vertical-align: top;
        margin-bottom: 30px;
        margin-right: -4px;
        margin-left: 2.7%;
        padding-bottom: 10px;
    }

        .home_Page_like_container > .like_article:nth-child(odd) {
            margin-right: 0;
        }

        .home_Page_like_container > .like_article:nth-child(even) {
            margin-left: 0;
        }

.short_cuts_container > .wrapperExtra {
    margin: 0 auto;
}

.short_cuts_container {
    margin-bottom: 50px;
}

.first_main_article > .single_article_block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 32.3%;
    margin-left: 1%;
    margin-bottom: 15px;
}

.big_article {
    margin-right: 0 !important;
    width: 65.7% !important;
}

    .big_article .share_athr_container > div:nth-child(2) > h1, .big_article .share_athr_container > div:nth-child(2) > h2 {
        color: #4c4c4c;
    }

    .big_article .share_athr_container > div:nth-child(2) {
        position: relative;
        right: -4% !important;
    }

    .big_article article.single_article_block > h1 > a {
        position: relative;
    }

.first_main_article > .single_article_block:nth-child(3) {
    margin-right: 0;
}

.first_main_article > .single_article_block:last-child {
    margin-left: 0;
}

.article-meta {
    background: rgba(255, 255, 255, 0.38);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgb(255, 255, 255));
    //background: -o-linear-gradient(rgba(76,175,80,0.1), rgb(76,175,80));
    //background: -moz-linear-gradient(rgba(76,175,80,0.1), rgb(76,175,80));
    background: linear-gradient(rgba(255, 255, 255, 0.05), rgb(255, 255, 255));
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.img-wrapper {
    width: auto !important;
    position: relative;
    margin-bottom: -75px !important;
}

.first_main_article > .single_article_block:first-child > p {
    font-size: 20px;
    /*line-height: 22px;*/
}

.img-wrapper + .share_athr_container {
    position: relative;
}

    .img-wrapper + .share_athr_container + h1 {
        position: relative;
    }

.smallRight_big_left_container > div {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

    .smallRight_big_left_container > div:first-child {
        margin-right: 0;
        width: 33.974%;
        padding-top: 30px;
    }

    .smallRight_big_left_container > div:last-child {
        margin-left: 0;
        width: 66%;
    }

.smallRight_big_left_container_MOD > div:first-child {
    padding-top: 0;
}

.singler_mwdoo3_container > h1 > a, .singler_mwdoo3_container > h2 > a {
    font-size: 25px;
    color: #333333;
}

.singler_mwdoo3_container {
    border-bottom: solid 1px #bddcff;
    margin-bottom: 13px;
}

.column_mwadee3_container > ul > li:last-child > .singler_mwdoo3_container {
    border-bottom: none;
}

.singler_mwdoo3_container > .share_athr_container {
    margin-top: 10px;
    margin-bottom: 4px;
}

.column_mwadee3_container {
    width: 72%;
    padding-right: 10px;
}

.tow_article_container > article.single_article_block {
    width: 49%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-left: 2%;
}

.tow_article_container {
    position: relative;
    right: -5px;
}

    .tow_article_container > article.single_article_block:first-child {
        margin-right: 0;
    }

    .tow_article_container > article.single_article_block:last-child {
        margin-left: 0;
    }

.mwadee3_left_area > a > h1, .mwadee3_left_area > h1, .mwadee3_left_area > a > h2, .mwadee3_left_area > h2 {
    font-size: 38px;
    color: #da1204;
    padding-right: 10%;
    margin-bottom: 26px;
}

.short_cuts_container > .wrapper > h1, .short_cuts_container > .wrapper > h2 {
    text-align: center;
    font-size: 41px;
    color: #b30d22;
}

    .short_cuts_container > .wrapper > h1 > a, .short_cuts_container > .wrapper > h2 > a {
        color: #b30d22;
    }

.first_main_article > .single_article_block:nth-child(n+7), .home_Page_like_container > .like_article:nth-child(n+5) {
    display: none;
}

#load-more-container > .like_article:nth-child(n+5) {
    display: inline-block;
}

.single_article_block:not(.big_article) .share_athr_container > div:nth-child(2) {
    /*position: relative;
    right: -7%;*/
    width: 81%;
    padding-top: 0;
}
/*.single_article_block:not(.big_article) .share_athr_container > div:last-child {
    width:100%;
}*/
/*End homepage css*/

/*time line css*/
.Right_TL_Container > h1, .Right_TL_Container > h2 {
    font-size: 33px;
    color: #B30D22;
    text-align: center;
    width: 80%;
    margin-bottom: 44px;
}

.Right_TL_Container > .single_article_block.big_article {
    width: 80% !important;
}

.R_Time_line_article {
    -webkit-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 43%;
    margin-left: 5%;
    position: relative;
}

    .R_Time_line_article:nth-child(odd) {
        margin-right: 0;
        margin-bottom: 65px;
    }

    .R_Time_line_article:nth-child(even) {
        margin-left: 0;
        margin-top: 120px;
    }

    .R_Time_line_article > .inner_container {
        padding: 10px;
        padding-top: 15px;
    }

        .R_Time_line_article > .inner_container > h1 > a, .R_Time_line_article > .inner_container > h2 > a {
            color: #28429b;
            font-size: 26px;
            /*min-height: 85px;*/
            padding-bottom: 10px;
            display: block;
        }

    .R_Time_line_article .share_athr_container > div:last-child {
        display: none;
    }

    .R_Time_line_article > .inner_container > h1 > a:hover, .R_Time_line_article > .inner_container > h2 > a:hover {
        color: #9d0716;
    }

.R_Time_line_container {
    margin-top: 40px;
    position: relative;
}

.bottomTL {
    margin-bottom: 55px;
}

.R_Time_line_container:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #0f57ff;
    right: 45.3%;
}

.R_Time_line_article:nth-child(odd):after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 21px solid white;
    position: absolute;
    top: 50px;
    left: -21px;
    transition: 0.3s;
}

.R_Time_line_article:nth-child(odd):before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #2E6AF9;
    position: absolute;
    top: 77px;
    left: -30px;
    transition: 0.3s;
}

.R_Time_line_article:nth-child(even):after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 21px solid white;
    position: absolute;
    top: 50px;
    right: -17px;
    transition: 0.3s;
}

.R_Time_line_article:nth-child(even):before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #2E6AF9;
    position: absolute;
    top: 77px;
    right: -30px;
    z-index: 1;
    transition: 0.3s;
}

article.R_Time_line_article:hover {
    // transform: scale(1.1);
    // transition: 0.3s;
}

    article.R_Time_line_article:hover:before, article.R_Time_line_article:hover:after {
        // display:none;
    }

.R_Time_line_article .share_athr_container > div:nth-child(2) > h1, .R_Time_line_article .share_athr_container > div:nth-child(2) > h2 {
    color: #000000;
}

.R_Time_line_article .share_athr_container > div:nth-child(2) {
    position: relative;
    right: -3%;
    width: 80%;
}

.time_line_blogeers > h1, .time_line_blogeers > h2 {
    font-size: 33px;
    color: #B30D22;
    text-align: center;
    width: 80%;
    margin-bottom: 35px;
}

.blogger_img_LT {
    width: 78px;
    margin: 0 auto;
}

    .blogger_img_LT > img, .blogger_img_LT > a > img {
        width: 78px;
        border-radius: 100%;
        border: 4px solid #fff;
    }

.blogger_imfo_LT {
    margin: 0 auto;
    width: 90%;
}

article.Blogeer_TL_Article {
    -webkit-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    border-radius: 15px;
    padding: 10px;
    position: relative;
    margin-bottom: 35px;
    transition: 0.3s;
}

.blogger_imfo_LT > h1, .blogger_imfo_LT > a > h1, .blogger_imfo_LT > h2, .blogger_imfo_LT > a > h2 {
    font-size: 19px;
    text-align: center;
    color: #777777;
}

.blogger_imfo_LT > a:hover > h1, .singler_mwdoo3_container > h1 > a:hover {
    color: #B5182C;
}

.blogger_imfo_LT > p {
    font-size: 19px;
    font-family: Al-Jazeera-Arabic-Light;
    text-align: center;
}

.Blogeer_TL_Article_red {
    background-color: #af0408;
}

    .Blogeer_TL_Article_red * {
        color: #fff !important;
    }

.Blogeer_TL_Article:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 21px solid white;
    position: absolute;
    top: 22px;
    right: -17px;
    transition: 0.3s;
}

.Blogeer_TL_Article_red:before {
    border-left: 21px solid #AF0408;
}

.left_Tl_container {
    position: relative;
}

    .left_Tl_container:before {
        content: "";
        width: 4px;
        height: 100%;
        position: absolute;
        background-color: #B30D22;
        right: -40px;
        top: 0;
    }

.Blogeer_TL_Article:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #B5182C;
    position: absolute;
    transition: 0.3s;
    top: 48px;
    right: -45px;
}

.Blogeer_TL_Article:hover {
    transform: scale(1.1);
}

    .Blogeer_TL_Article:hover:after {
        transform: scale(0);
        right: -9px;
    }

    .Blogeer_TL_Article:hover:before {
        //border-left: 21px solid #B5182C;
        right: -20px;
    }

.R_Time_line_article time {
    position: absolute;
    left: 10px;
    bottom: 25px;
    transition: 0.5s;
    opacity: 0;
    font-size: 10px;
    color: #9c0300;
}

.R_Time_line_article:hover time {
    opacity: 1;
    font-size: 12px;
}
/*End time line css*/


/*login*/
.membership_container {
    position: relative;
}

#login-form, #search-form {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80%;
}

.member_ship_ctrls, #login-error, .search-box-container {
    position: absolute;
    top: 30px;
    background-color: rgba(255,255,255,0.95);
    width: 330px;
    left: 0;
    padding: 20px;
    z-index: 10;
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.38);
    border-radius: 3px;
    padding-top: 10px;
    display: none;
    z-index: 9999999999;
}

.cls_member_ship_ctrls, .cls_search_ctrls {
    text-align: left;
    cursor: pointer;
    color: #2274C6;
}

.label_input_membership, .label_input_search {
    position: relative;
    text-align: right;
}

#login-form a {
    font-size: 13px;
    margin-top: 7px;
    font-weight: bold;
}

.log_in_membership, #submit-search {
    width: 100%;
    margin-top: 10px;
    font-family: Al-Jazeera-Arabic-Regular;
    background-color: #4285e1;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
}

.blogs-search-results em {
    font-style: normal;
}

.membership_ctrls > a {
    font-size: 12px;
    display: inline-block;
    margin-right: -4px;
    margin-left: 0;
    margin-left: 3%;
    width: 31.3%;
    text-align: center;
}

#login-form a {
    font-size: 13px;
    margin-top: 7px;
    font-weight: bold;
}

.forget_password {
    display: block;
    margin-top: -13px !important;
    text-align: right;
}

.membership_ctrls > a:first-child {
    margin-right: 0;
    text-align: right;
}

.membership_ctrls > a:last-child {
    margin-left: 0;
    text-align: left;
}

.label_input_membership > input, .label_input_search > input {
    width: 100%;
    padding: 10px;
    color: #777;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
}

    .label_input_membership:last-child > input, .label_input_search > input:last-child {
        margin-bottom: 0;
    }

.member_ship_ctrls .error-div {
    position: absolute;
    background: #C8231A;
    width: 94% !important;
    color: #fff;
    height: 19px !important;
    padding-right: 10px;
    display: block;
    top: 26px;
    left: -1px;
    line-height: 16px;
}

img#AccountImage {
    width: auto;
    margin-left: 1px;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 100%;
}

#account-logged {
    position: relative;
    display: none;
}

    #account-logged .nav-account {
        padding: 3px;
        padding-right: 3px;
        font-weight: bold;
        color: #999;
    }

        #account-logged .nav-account:after {
            content: '';
            border-style: solid;
            border-width: 5px 3px 0 5px;
            border-color: #999999 transparent transparent transparent;
            display: inline-block;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transition: all 0.5s;
            background: transparent;
            position: static;
            margin-right: 3px;
        }

#account-menu {
    display: none;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    position: absolute;
    left: 0px;
    width: 56px;
    top: 26px;
    margin: 0px;
    padding: 0px;
    z-index: 99999;
}

    #account-menu li {
        margin: 7px 0px !important;
        text-align: center;
        font-weight: bold;
        width: 100%;
        float: none !important;
        clear: both !important;
        font-family: Al-Jazeera-Arabic-Regular;
    }

    #account-menu a {
        color: #646464;
    }

ul.blogger_options > li > a > img {
    width: 28px;
}

ul.blogger_options > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
}

#login-error {
    position: absolute;
    top: 30px;
    background-color: rgba(255,255,255,0.95);
    width: 250px;
    left: 0;
    padding: 20px;
    z-index: 10;
    border: solid 2px #848484;
    border-radius: 3px;
    padding-top: 10px;
    display: none;
}

#login-error-image {
    width: 40px;
    height: 40px;
    float: right;
}

#login-error-text {
    float: right;
    width: 195px;
    font-size: 15px;
    margin-right: 15px;
    text-align: justify;
}

#login-error input[type='button'] {
    margin-right: 35px;
    clear: both;
    border: 0px solid #fff;
    color: #fff;
    padding: 5px 20px;
    float: right;
    background-color: #4285e1;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 16px;
}
/*End login*/

/*loading*/
.loadingMask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    top: 0;
    z-index: 9;
    right: 0;
}

    .loadingMask.fixes-postion {
        position: fixed;
        z-index: 999;
    }
/*End loading*/
/*stickey menu*/
.stickeyMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.header_container > .wrapper {
    width: 88%;
    /*    overflow: hidden;*/
}

.stickeyMenu {
    padding-top: 0;
}

    .stickeyMenu > .modwnatHeader {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(218,218,218,1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(218,218,218,1);
        box-shadow: 0px 5px 5px 0px rgba(218,218,218,1);
        margin-top: 0px;
        //overflow: hidden;
    }

    .stickeyMenu .burger_menu {
        padding-top: 20px;
        padding-bottom: 16px;
        //padding-bottom: 1000px;
        //margin-bottom: -1000px;
    }

    .stickeyMenu .mdwnat_manbar_container > h1 {
        font-size: 20px;
    }

    .stickeyMenu .mdwnat_manbar_container > span {
        font-size: 15px;
        top: 0px;
    }

    .stickeyMenu .reg_container {
        top: 0;
    }

#userNotLoggedIn {
    display: block;
    text-align: center;
}

p.stickeynewsShift {
    color: #b20c22;
    font-size: 25px;
    font-family: Al-Jazeera-Arabic-Bold;
    width: 78%;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 100px;
}

.stickeyMenu .burger_menu_opend > hr {
    /*border: solid 1px #af282a;*/
    /*background-color: #af282a;*/
}

.stickeyMenu .burger_menu_opend {
    /*background-color: #fff;*/
}
/*End stickey menu*/
#userLoggedIn, #userNotLoggedIn {
    display: none;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden !important;
}

/*#long-others-label {
    display: none;
}*/

#long-others {
    /*display: none;*/
    width: 51.4%;
    padding: 5px;
    margin-right: 7px;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
    margin-top: 10px;
}

#TopicsList {
    /*display: none;*/
    width: 51.4%;
    padding: 5px;
    margin-right: 7px;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
    margin-top: 10px;
}


.popup .popup-wrapper .input-container {
    float: right;
    width: 100%;
}

.popup .popup-wrapper .blog-title {
    clear: both;
    width: 100%;
    float: right;
    margin-bottom: 4px;
    margin-top: 14px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
}

.popup .popup-wrapper {
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
}

.error-text {
    color: #e02330;
}

.detail-blog-header {
    position: relative;
}

.blogger-info-detail .blogger-pic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    float: right;
    position: absolute;
    bottom: -9px;
    border: 4px solid #fff;
    right: 0;
    background: #fff;
}

.blogger-info-detail > ul {
    float: right;
    margin-right: 200px;
    width: 30%;
}

.blogger-info-detail {
    float: right;
    width: 100%;
    position: relative;
}

    .blogger-info-detail > ul strong {
        color: #333;
    }

        .blogger-info-detail > ul strong > a {
            color: #333;
        }

            .blogger-info-detail > ul strong > a:hover {
                color: #c00417;
            }

    .blogger-info-detail > ul li {
        font-size: 18px;
        font-family: Al-Jazeera-Arabic-Light;
        color: #333;
    }

    .blogger-info-detail .all_share_container {
        width: 16%;
        float: right;
        margin-top: 19px;
    }

    .blogger-info-detail .tfa3oli_cotainer {
        float: right;
        margin-top: 30px;
        margin-right: 5%;
    }

.ytsdr_Article time {
    color: #888a86;
}

.detail-blog-body {
    margin-top: 30px;
}

    .detail-blog-body > h1 {
        color: #223ba4;
        font-size: 40px;
        border-right: 5px solid;
        padding-right: 20px;
    }

    .detail-blog-body .detail-date {
        color: #d3d3d3;
        font-size: 20px;
        margin-top: 20px;
    }

    .detail-blog-body .body-content {
        color: #191919;
        /*font-family: Al-Jazeera-Arabic-Regular;*/
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.related-topics-container > h2 {
    color: #0f57ff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.related-topics-container > .single_article_block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 32.3%;
    margin-left: 1%;
    margin-bottom: 15px;
}

    .related-topics-container > .single_article_block:nth-child(3) {
        margin-right: 0;
    }

.related-topics-container {
    border-top: 2px solid #cccccc;
    padding-top: 20px;
    margin-top: 20px;
    clear: both;
}

.video-js.bc-body-video, .video-js.bc-body-video > video {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    top: auto;
}

.special-blog-block {
    background: #223ba4;
    color: #fff;
    width: 300px;
    position: fixed;
    bottom: 20px;
    left: 5%;
    border-radius: 12px;
    box-shadow: -3px 6px 27px 4px #000;
    padding: 15px;
    box-sizing: border-box;
    padding-top: 10px;
    display: none;
    z-index: 99;
}

    .special-blog-block a {
        color: #fff;
    }

    .special-blog-block p {
        color: #ddd;
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
        font-size: 13px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

.date-black {
    color: #000;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-size: 12px;
}

span.add-long-big {
    background: #223ba4;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
}

span.add-video-big {
    background: #bf0415;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
}

span.add-long-big {
    background: #223ba4;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
}

span.add-short-big {
    background: #223ba4;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
}

.detail-add-blog strong, .detail-add-blog span {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.detail-add-blog strong {
    color: #000000;
    font-size: 26px;
}

.detail-add-blog li {
    margin-bottom: 60px;
    cursor: pointer;
}

    .detail-add-blog li:last-child {
        margin-bottom: 0;
    }

    .detail-add-blog li img {
        width: 122px;
        height: 122px;
        margin: 0 auto;
        display: block;
    }

.video-topics-container > article {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 32.3%;
    margin-left: 1%;
    margin-bottom: 15px;
    background: #eef1ff;
    box-sizing: border-box;
    margin-bottom: 40px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.video-topics-container .like_article > .share_athr_container {
    padding: 20px;
}

.video-topics-container > article {
    padding-bottom: 30px;
}

    .video-topics-container > article:nth-child(3) {
        margin-right: 0;
    }

.strip_container_tune .cross-sign-add-blog.add-video-blog {
    background-image: url(/Content/images/play_icn2.png);
    border: 1px solid #bf0415;
    background-color: #bf0415;
}

/*brightcove*/
.outer-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End brightcove*/

#close-iframe {
    text-align: left;
    cursor: pointer;
    color: #2274C6;
}

#insert-video-mobile {
    /*display:none;*/
}

.detail-add-blog {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    width: 85%;
}

.video-topics-container {
    margin-bottom: 40px;
    padding-top: 90px;
}

.single_article_block > h1, .single_article_block > h2 {
    padding-top: 11px;
}

.insert-popup input[type='submit'].aja-btn {
    margin-top: 14px;
}


.long_blogs_Article_container > article.single_article_block {
    display: inline-block;
    vertical-align: top;
    width: 32% !important;
    margin-right: -4px;
    margin-left: 2%;
    margin-bottom: 40px;
}

    .long_blogs_Article_container > article.single_article_block:nth-child(3n+1) {
        margin-right: 0;
    }

    .long_blogs_Article_container > article.single_article_block:nth-child(3n+3) {
        margin-left: 0;
    }

.long_blogs_Article_container {
    margin-top: 100px;
}

#newest-blogs .long_blogs_Article_container, #most-hits-blogs .long_blogs_Article_container {
    margin: 0 auto;
    margin-top: 100px;
    max-width: 80%;
}

.most-recent-and-intaractive h2 {
    font-size: 38px;
}

.most-recent-and-intaractive > div {
    display: inline-block;
}

.most-recent-and-intaractive > div {
    display: inline-block;
    border-right: 3px solid #0f57ff;
    width: 49%;
    vertical-align: top;
}

.most-recent-and-intaractive ul {
    padding-right: 30px;
    min-height: 280px;
    padding-left: 10px;
}

.most-recent-and-intaractive h2, .most-recent-and-intaractive h1 {
    font-size: 38px;
    color: #0f57ff;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.most-recent-and-intaractive ul li {
    padding-bottom: 15px;
    padding-right: 4px;
    display: block;
    float: right;
    width: 100%;
}

    .most-recent-and-intaractive ul li > strong {
        font-size: 17px;
        font-family: Al-Jazeera-Arabic-bold;
    }

    .most-recent-and-intaractive ul li a {
        color: #808080;
        font-size: 20px;
        float: right;
        width: 100%;
        box-sizing: border-box;
    }

.most-recent-and-intaractive {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .most-recent-and-intaractive .blog-latest-topics {
        border-right: 3px solid #870200;
    }

        .most-recent-and-intaractive .blog-latest-topics h2, .most-recent-and-intaractive .blog-latest-topics h1 {
            color: #870200;
        }

.long_blogs_Article_container .share_athr_container > div:nth-child(2) {
    width: 47.945%;
    padding-right: 2%;
}

.long_blogs_Article_container .share_athr_container > div:last-child {
    margin-left: 0;
    width: 32%;
    padding-top: 10px;
}

.allblogs-main-articles > article {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 20px;
}

    .allblogs-main-articles > article:nth-child(even) {
        margin-right: 1%;
    }

.order-by-btns {
    width: 600px;
    margin: 0 auto;
}

    .order-by-btns li {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

#sort-articles-by-date:before {
    content: '.';
    width: 51px;
    height: 51px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/tabs_icons.png);
    background-position: -98px -4px;
}

#sort-articles-by-hits .arrImgblue > span:last-child, #sort-articles-by-hits.active-tab .arrImgblue > span:last-child {
    width: 51px;
    height: 49px;
    margin-left: 10px;
    background-image: url(../images/tabs_icons.png);
    background-color: transparent;
    background-position: 0 0;
    margin-top: 8px;
}

#sort-articles-by-hits.active-tab .arrImgblue > span:last-child {
    background-position: 0 -68px;
}

#sort-articles-by-date.active-tab:before {
    background-position: -98px -68px;
}

.all-blogs-filter.active-tab, .active-tab * {
    color: #0f57ff;
}

.all-blogs-filter {
    color: #afabbc;
    font-size: 33px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-weight: 400;
    vertical-align: middle;
}

    .all-blogs-filter:hover {
        color: #0f57ff;
    }

#sort-articles-by-hits > div {
    display: inline-block;
}

.singler_mwdoo3_container .share_athr_container > div:nth-child(2) {
    width: 80%;
    position: relative;
    right: 10px;
}

.singler_mwdoo3_container .share_athr_container > div:last-child {
    width: 0;
}

#captionTable {
    color: #ae0405;
    font-size: 18px;
    vertical-align: top;
    height: auto;
    background: #f5eded;
    margin-right: 5px;
    margin-left: 5px;
    width: 200px;
    border: 0;
}

    #captionTable td > * {
        display: inline-block;
        vertical-align: top;
        height: auto;
    }

    #captionTable .TextCaption {
        padding: 5px;
        box-sizing: border-box;
        padding-top: 0px;
    }

        #captionTable .TextCaption > label {
            display: none;
        }

.site-panel.search-panel {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: 4px solid #2575bc;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    padding-right: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb li.active {
        color: #b2b2b2;
    }

    .breadcrumb li + li:before {
        content: '/';
        padding-left: 4px;
    }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    display: inline-block;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-size: 16px;
    cursor: pointer;
}

.btn-primary.aja-hidden {
    display: none;
}

#loadMoreSearchResult {
    display: none;
}

h1.search-header.panel-title, .search-panel .load_more_container {
    display: none;
}

.site-panel.search-panel .navigation {
    text-align: center;
    margin: 15px auto;
}

.search-item {
    display: inline-block;
    width: 25%;
    padding-left: 1%;
    box-sizing: border-box;
    vertical-align: top;
    padding-bottom: 20px;
}

    .search-item:nth-child(4n+4) {
        padding-left: 0;
    }

#searchResult article.single_article_block {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 1%;
}

    #searchResult article.single_article_block:nth-child(4n+4) {
        margin: 0;
    }

.blogs-search-results {
    margin-top: 20px;
}
/*
#searchWrapper {
    position:relative;
}*/
.summary-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
}
/*KeyWords*/
.keyWord_Contaner {
    color: #8B8B8B;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-size: 16px;
    border-top: dotted 2px #8B8B8B;
    border-bottom: dotted 2px #8B8B8B;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}

    .keyWord_Contaner > span {
        margin-left: 5px;
    }

    .keyWord_Contaner > a {
        margin-left: 5px;
        color: #C00417;
    }
/*End KeyWords*/

/*---------------------AMEER---------------------*/
.area-child {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

    .area-child:first-child {
        width: 69.7%;
    }

    .area-child:last-child {
        width: 29.7%;
        border-right: 5px solid #0f57ff;
    }

        .area-child:last-child .childe-wrapper {
            padding-right: 15px;
        }

    .area-child h3.area-title {
        font-size: 28px;
        color: #0f57ff;
        padding-right: 20px;
        margin-bottom: 20px;
    }

.short-blogs-container .like_article {
    -webkit-box-shadow: -5px 0px 11px 3px rgba(212,212,212,1);
    -moz-box-shadow: -5px 0px 11px 3px rgba(212,212,212,1);
    box-shadow: -5px 0px 11px 3px rgba(212,212,212,1);
}

.short-blogs-container {
    padding-top: 80px;
}

.slider_container .other-cases .owl-prev, .slider_container .other-cases .owl-next {
    background-color: #777676 !important;
}

.short-blogs-container article.like_article {
    /*padding: 10px;
    box-sizing: border-box;
    width: 48%;
    position:relative;
    padding-bottom: 30px;*/
}

    .short-blogs-container article.like_article > .share_athr_container.align-bottom {
        position: absolute;
        width: 96%;
        bottom: 8px;
    }

.short-blogs-container .share_athr_container > div:last-child {
    /*width: 35%;*/
}

.short-blogs-container .like_article .share_athr_container > div:nth-child(2) > h1 {
    /*left: 18%;*/
}

.strip-container-long .C25_50_25_container > div:first-child {
    margin-right: 0;
    width: 25%;
    margin-left: 3%;
    line-height: 128px;
}

.strip-container-long.strip_container_tune .strip_header {
    text-align: left;
    padding-left: 4%;
}

.strip-container-long .C25_50_25_container > div:nth-child(2) {
    width: 66%;
}

.strip-container-long.strip_container_tune .tweet_strip_text {
    padding: 47px;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    padding-right: 6%;
    border-right: solid 3px #fff;
    font-size: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.strip-container-long.strip_container {
    padding-bottom: 0px;
    padding-top: 0px;
}

.strip-container-long .strip_header {
    font-size: 81px;
}

.gray-bottom-border {
    border-bottom: 2px solid #cccccc;
}

article.single_article_block.big_article > div, article.single_article_block.big_article > h1, article.single_article_block.big_article > h2, article.single_article_block.big_article > p {
    width: 93%;
}

.singler_mwdoo3_container .share_athr_container > div:nth-child(2) > h1, .singler_mwdoo3_container .share_athr_container > div:nth-child(2) > h2 {
    padding-right: 3%;
}

.column_mwadee3_container > ul > li:last-child > div {
    border: 0;
}

.all-blogs-main-container .column_mwadee3_container {
    width: 100%;
}

.long-main-story {
    margin-top: 70px;
}

.rightLeftContainer.long-main-story > div:first-child {
    width: 71.477%;
}

.rightLeftContainer.long-main-story > div:last-child {
    width: 26.5%;
    padding-right: 2%;
}

.video-topics-container .like_article .share_athr_container > div:nth-child(2) > h1 > span {
    color: #333333;
}

.video-topics-container .share_athr_container > div:nth-child(2) > h1 {
    padding-right: 0;
    left: -1%;
}

.strip-container-long .C25_50_25_container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#captionTable .all_share_container {
    width: 105px;
    float: left;
}

    #captionTable .all_share_container > ul > li {
        margin-left: 33px;
    }

.related-topics-container .share_athr_container > div:nth-child(2) > h1 {
    padding-right: 10%;
}

.blogger-info-detail > img {
    background: #fff;
}

.detail-right-left .Right_top_area_container {
    float: left;
}

.soot_soora_container .like_article .share_athr_container > div:last-child .like_icon_container {
    width: 50% !important;
}

.soot_soora_container .like_article > .share_athr_container > div:last-child > .all_share_container {
    width: 50%;
    z-index: 9999;
}



.blogs-custom-form .form-row {
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    width: 100%;
    float: right;
    text-align: left;
}

.blogs-custom-form #frmSendToFriendEmail.sendtofriendform {
    width: 500px;
}

.blogs-custom-form .form-row label {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}

.blogs-custom-form .form-row span {
    color: #e33e49;
}

.blogs-custom-form .form-row input[type='text'], .blogs-custom-form .form-row input[type='password'], .blogs-custom-form .form-row textarea {
    width: 304px;
    padding: 5px;
    background-color: #f6f6f6;
    color: #333;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    float: left;
    box-sizing: border-box;
}

.blogs-custom-form .error-div {
    display: block;
    width: 304px;
    box-sizing: border-box;
}

.blogs-custom-form .form-row.submit-row input[type='submit'], .blogs-custom-form .form-row.submit-row input[type='button'] {
    border: 0px solid #fff;
    color: #fff;
    padding: 5px 20px;
    float: right;
    background-color: #4285e1;
    font-family: Greta, "arabic typesetting", serif;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    cursor: pointer;
}

.blogs-custom-form .form-row.submit-row {
    width: 304px;
    float: left;
}

.blogs-custom-form #full-content form {
    margin-top: 10px;
    float: right;
    width: 425px;
}

.popup {
    position: relative;
    display: none;
}

    .popup .popup-overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-color: rgba(0,0,0,0.8);
        z-index: 98;
    }

    .popup .popup-wrapper {
        box-sizing: border-box;
        z-index: 999999;
        position: fixed;
        left: 14%;
        width: 70%;
        top: 20px;
        overflow: auto;
        background-color: #f8f8f8;
        border-radius: 15px;
        padding: 15px 30px;
    }

        .popup .popup-wrapper .popup-header {
            text-align: right;
        }

            .popup .popup-wrapper .popup-header input.topics-picker {
                width: 50%;
                padding: 5px;
                margin-right: 7px;
                font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
            }

        .popup .popup-wrapper .popup-content {
            text-align: right;
            padding-top: 10px;
            box-sizing: border-box;
        }

        .popup .popup-wrapper .topics-textarea {
            width: 100%;
            min-height: 250px;
            box-sizing: border-box;
            font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif;
            padding: 15px;
            font-size: 18px;
        }
/*---------------------AMEER---------------------*/
.error-page-text {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.mobile_menu {
    display: none;
}

div#close-popup {
    text-align: left;
    cursor: pointer;
    color: #2274C6;
    font-size: 20px;
    font-family: Al-Jazeera-Arabic-Regular;
}

#mobile-menu {
    display: none;
}

.capcha_container {
    width: 300px;
    float: right;
}

.memberShipCaptchaImage {
    width: 44px;
    margin-left: 10px;
}

.refresh-image {
    width: 16px;
    margin-left: 10px;
}

input#CapchaText {
    width: 100%;
}

.divCaptcha {
    display: inline-block;
}

/*captcha*/
.capcha_container {
    width: 45%;
    margin: 0 auto;
    border: solid 2px #2575BC;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

input#CapchaText {
    width: 90%;
    padding: 5px;
    margin-right: 2%;
}
/*End captcha*/
.pull-left.captcha_div {
    width: auto;
    height: auto;
    margin-bottom: 30px;
}

    .pull-left.captcha_div .g-recaptcha > div {
        float: left;
    }

.g-recaptcha.error-input > div {
    border: solid 1px red;
}

.blog-insert-live-video {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    border-left: 1px solid #A9A9A9;
    box-sizing: border-box;
    margin-left: 1%;
}

.blog-upload-video-form {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.blog-insert-live-video > object {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.text-align-center {
    text-align: center;
}

.home_Page_like_container .share_athr_container > div:first-child > img {
    margin-bottom: 10px;
}

.insert-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.49);
}

.time-aligned-bottom {
    position: absolute;
    bottom: 21px;
    right: 20px;
}

.Topics_container.topics-archive-container {
    margin-top: 8px;
}

.site_menu > ul > li > a.drop {
    padding-right: 14px;
}

.drop:after {
    content: "";
    height: 0;
    width: 0;
    border: .2em solid transparent;
    border-top-color: #333;
    display: inline-block;
    vertical-align: text-top;
    position: absolute;
    left: 0;
    bottom: 7px;
}

.more {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 9;
    background-color: #eeeeee;
    border: solid 1px #dddddd;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    padding-top: 2px;
    padding-bottom: 6px;
    margin-bottom: -6px;
    margin-right: 0;
}

    .more > ul {
        /* padding-right: 175px;*/
    }

        .more > ul > li {
            display: inline-block;
            vertical-align: top;
            margin-left: 0.7%;
        }

            .more > ul > li > a {
                font-size: 17px;
                color: #333333;
            }

            .more > ul > li:after {
                content: "|";
                color: #E0E0E0;
                position: relative;
                right: 10px;
                margin-left: 10px;
            }

.more {
    width: 79.5%;
    right: 11.5%;
}

.blogs-main-logo {
    width: 235px;
    margin-top: 3px;
    transition: 1s;
    position: relative;
    left: 20px;
}

.stickeyMenu .blogs-main-logo {
    width: 150px;
}

.body-content .related-news-topics {
    float: left;
    margin: 0 15px 15px 0;
    width: 40%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .body-content .related-news-topics.area-child h3.area-title {
        font-size: 20px;
        line-height: 24px;
        padding: 3px 0 11px 0;
        height: 1%;
        border-bottom: 2px solid #333;
        margin-top: 0px;
        color: #333;
        margin-right: 18px;
        margin-bottom: 8px;
    }

    .body-content .related-news-topics ul.news-list {
        padding-right: 35px;
    }

        .body-content .related-news-topics ul.news-list li {
            padding-top: 3px;
            padding-bottom: 7px;
            background-color: #fff !important;
            list-style: square;
            width: 100%;
            color: #004593;
            font-size: 14px;
            padding-right: 0;
        }

            .body-content .related-news-topics ul.news-list li a {
                color: #2575bc;
                font-size: 16px;
                padding-right: 0;
            }

                .body-content .related-news-topics ul.news-list li a:hover {
                    color: #004593;
                }

li.has_child {
    position: relative;
}

    li.has_child span {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 14px;
        left: 20px;
    }

    li.has_child > ul {
        position: fixed;
        left: 160%;
        transition: .5s;
        top: 0;
        background-color: #222;
        height: 100%;
        overflow-y: auto;
        width: 60%;
        z-index: 9;
    }

.mobile_menu ul li a, .back_to_prev_menu {
    line-height: 25px;
    display: block;
    padding: 10px 20px 10px 10px;
    font-family: Al-Jazeera-Arabic-Regular,"arabic typesetting",serif;
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.backArrow:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: 4%;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: rgba(255, 255, 255, 0.3);
    border-right: none;
    border-bottom: none;
    left: 22px;
}

div#userNotLoggedIn > button#login {
    margin-top: 20px;
}

.BackToTopImage {
    width: auto !important;
}

#upload-video .capcha_container {
    width: 100%;
}

.mainthumbimagetable {
    width: auto;
}

.BloggerInterActiveCount {
    text-align: center;
    padding-top: 6px;
}

/*media qrs*/

@media only screen and (min-width: 1180px) {

    /*share changes*/
    div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:first-child {
        width: 13%;
        padding-left: 2%;
    }

    div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:nth-child(2) {
        width: 31%;
    }

    div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:last-child {
        position: static;
        width: 54%;
    }

    div:not(.soot_sora_articles_container) > .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 60%;
        right: 0;
    }
    /*share changes*/
}

@media only screen and (min-width: 769px) {



    /*.home_Page_like_container .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 86%;
    }*/
}

@media only screen and (min-width: 768px) {
    .mobile_menu {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .big_article .share_athr_container > div:nth-child(2) > h1, .big_article .share_athr_container > div:nth-child(2) > h2 {
        position: relative;
        left: 15%;
    }

    .Right_TL_Container .big_article .share_athr_container > div:nth-child(2) > h1 {
        position: relative;
        left: 16%;
    }

    .column_mwadee3_container_All_Blogs > .column_mwadee3_container {
        border-right: 3px solid #e8e8e8;
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1520px) {
    p.stickeynewsShift {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1520px) {
    .site_menu > ul > li > a {
        padding-right: 10px;
        padding-left: 15px;
    }

    .HeadSectionContainer > div:nth-child(2) {
        width: 75%;
    }

    .HeadSectionContainer > div:last-child {
        width: 19%;
    }

    ul.modwnat_menu {
        text-align: center;
    }

        ul.modwnat_menu > li {
            margin-left: 8%;
        }
}

@media only screen and (max-width: 1483px) {


    .modwnat_menu_container > .wrapper {
        width: 100%;
    }

    .socialContainer {
        /*padding-top: 20px;*/
    }



    ul.blogger_options > li {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1280px) {
    .three_parent > div:last-child {
        width: 16%;
    }
    /*.reg_container > ul > li:first-child {margin-left: 5px;}
    .reg_container > ul > li {margin-left: 10px;}*/
    .reg_container {
        position: relative;
    }
}

@media only screen and (max-width: 1119px) {
    .HeadSectionContainer > div:nth-child(2) {
        width: 70%;
    }

    .HeadSectionContainer > div:last-child {
        width: 24%;
    }

    ul.modwnat_menu > li {
        margin-left: 5%;
    }
}

@media only screen and (min-width: 1025px) {
    .soot_soora_container .like_article > .share_athr_container > div:last-child > .all_share_container > ul > li:first-child {
        display: none;
    }

    .v_blogMainVideo {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .stickeyMenu .socialContainer {
        display: none;
    }

    .site_menu > ul > li > a:hover:before, .site_menu > ul > li > a.activeMenu:before {
        display: none;
    }



    .HeadSectionContainer {
        margin-top: 20px;
    }

    .blog-insert-live-video, .blog-upload-video-form > h2 {
        display: none;
    }

    .video-topics-container .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 71%;
    }

    .video-topics-container .like_article .share_athr_container > div:last-child {
        bottom: 0;
    }

    .video-topics-container .like_article .share_athr_container > div:nth-child(2) > h1 {
        right: 7px;
        left: initial;
    }

    .mdwnat_manbar_container > h1, .header_container > .wrapper, .header_container, .mdwnat_manbar_container > span, .header_container {
        transition: 0s;
    }

    .three_parent > div:last-child {
        width: 43%;
        text-align: right;
        box-sizing: border-box;
    }

    .site_menu > ul > li > a {
        font-size: 14px;
    }

    .site_menu > ul > li > a {
        padding-right: 4px;
        padding-left: 6px;
    }

    article.single_article_block > h1 > a, article.single_article_block > h2 > a {
        font-size: 18px;
    }

    .first_main_article > .single_article_block:first-child > p {
        font-size: 15px;
    }

    .ytsdr_alan_container > h1, .ytsdr_alan_container > h2 {
        font-size: 22px;
    }

    .singler_mwdoo3_container > h1 > a, .singler_mwdoo3_container > h2 > a {
        font-size: 15px;
    }

    .share_athr_container > div:nth-child(2) > h1, .share_athr_container > div:nth-child(2) > h2 {
        font-size: 12px;
    }

    .share_athr_container > div:last-child {
        width: 100%;
    }

    .blockquotesmall {
        font-size: 16px;
    }

    .speaker_name {
        font-size: 15px;
    }

    .soot_soora_container > h1, .soot_soora_container > h2 {
        font-size: 22px;
    }

    .soot_sora_articles_container > .like_article > .share_athr_container > div:last-child {
        width: 100%;
    }

    .like_article > p {
        font-size: 16px;
    }

    .like_article > time {
        font-size: 16px;
    }

    .strip_header {
        font-size: 35px;
    }

    .tweet_strip_text {
        font-size: 16px;
    }

    .add_strip_to_tweet > div {
        font-size: 16px;
    }

    .R_Time_line_article > .inner_container > h1 > a, .R_Time_line_article > .inner_container > h2 > a {
        font-size: 16px;
        min-height: 55px;
    }

    .R_Time_line_article .share_athr_container > div:last-child {
        display: none;
    }

    .R_Time_line_article:nth-child(odd):before {
        top: 51%;
        left: -27px;
    }

    .R_Time_line_article:nth-child(even):before {
        top: 51%;
        right: -23px;
    }

    .blogger_img_LT > img {
        width: 49px;
    }

    .blogger_imfo_LT > h1 {
        font-size: 16px;
    }

    .blogger_imfo_LT > p {
        font-size: 14px;
    }

    .Blogeer_TL_Article:before {
        top: 10px;
    }

    .Blogeer_TL_Article:after {
        top: 38px;
    }

    #nimbb {
        display: none;
    }

    #close-iframe {
        display: block;
    }

    #insert-video-mobile {
        display: block;
        width: 100%;
    }

    #insertVideoBlog {
        display: none;
    }

    .long_blogs_Article_container .share_athr_container > div:nth-child(2) {
        width: 75%;
    }

    .long_blogs_Article_container .share_athr_container > div:last-child {
        width: 100%;
    }

    .area-child:last-child {
        width: 100%;
    }



    .BloggersArticleContainer > article.singleBlogger {
        width: 31% !important;
    }

        .BloggersArticleContainer > article.singleBlogger:nth-child(5n+1) {
            margin-right: 4px !important;
        }

    .reg_container {
        right: 0;
    }

    .blogger_slider .brdr {
        width: auto !important;
        margin-left: 8%;
    }

    .modwnat_menu > li > a:before {
        transition: 0s;
    }

    p.stickeynewsShift {
        padding-left: 41px;
    }

    .column_mwadee3_container_All_Blogs.singler_mwdoo3_container .share_athr_container > div:nth-child(2) {
        right: 0;
    }

    .column_mwadee3_container_All_Blogs .share_athr_container > div:first-child {
        width: 7.02%;
    }

    .column_mwadee3_container_All_Blogs .singler_mwdoo3_container .share_athr_container > div:nth-child(2) > h1 {
        padding-right: 0;
    }

    .R_Time_line_article time {
        opacity: 1;
    }

    .video-theater {
        overflow: hidden;
    }

    .blogs-main-logo {
        right: 70px;
    }
}
/*portait tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1000px) {
    .mainLogoDiv {
        width: 64%;
    }

    .three_parent > div:last-child {
        width: 25%;
    }

    .blogs-main-logo {
        right: 50px;
    }

    .share_athr_container > div:nth-child(2) > h1, .share_athr_container > div:nth-child(2) > h2 {
        padding-right: 8%;
    }

    .singler_mwdoo3_container .share_athr_container > div:nth-child(2) > h1, .singler_mwdoo3_container .share_athr_container > div:nth-child(2) > h2 {
        padding-right: 13%;
    }

    .footer {
        padding-bottom: 40px;
    }

    .socialContainer {
        position: absolute;
        top: 86px;
        padding-top: 0;
    }

    .rightLeftContainer > div:first-child {
        width: 100%;
    }

    .rightLeftContainer > div:last-child {
        width: 100%;
    }

    .Right_top_area_container {
        margin: 0;
        padding: 0;
        width: 100%;
        margin-top: 40px;
    }

    .soot_sora_articles_container {
        padding: 0;
        width: 100%;
    }

        .soot_sora_articles_container > .like_article {
            box-shadow: none;
            margin: 0;
            width: 46%;
            margin-bottom: 20px;
        }

            .soot_sora_articles_container > .like_article:nth-child(odd) {
                float: right;
            }

            .soot_sora_articles_container > .like_article:nth-child(even) {
                float: left;
            }

    .strip_header {
        font-size: 19px;
    }

    .tweets_main_container > div:nth-child(3n+3) {
        margin-left: 4%;
    }

    .tweets_main_container > div {
        width: 43%;
    }

    ul.modwnat_menu > li {
        margin-left: 4%;
        zoom: 0.8;
    }

    .BloggersArticleContainer > article.singleBlogger {
        width: 32%;
    }

    .HeadSectionContainer {
        position: relative;
    }

        .HeadSectionContainer > div:nth-child(2) {
            width: 74% !important;
        }

        .HeadSectionContainer > div:last-child {
            width: 28%;
            position: absolute;
            left: 27px;
            top: 0;
            width: 167px;
        }

    .R_Time_line_article:nth-child(odd):after, .R_Time_line_article:nth-child(even):after {
        top: 41px;
    }

    .detail-right-left.rightLeftContainer > div:first-child {
        width: 72%;
    }

    .detail-right-left.rightLeftContainer > div:last-child {
        width: 25%;
    }

    .detail-add-blog li img {
        width: 100px;
        height: 100px;
    }

    .detail-blog-body > h1 {
        font-size: 24px;
    }

    .HeadSectionContainer > div:last-child {
        width: 24%;
    }
}

.popup-wrapper .input-container label {
    width: 12%;
    display: inline-block;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .popup .popup-wrapper .popup-header input.topics-picker, #TopicsList {
        width: 100%;
        margin-top: 10px;
    }

    .big_article .share_athr_container > div:nth-child(2) > h1, .big_article .share_athr_container > div:nth-child(2) > h2 {
        padding-right: 24px;
        padding-top: 4px;
    }

    .big_article .share_athr_container > div:last-child {
        right: 0;
        padding-top: 12px;
    }

    .soot_sora_articles_container .like_article .share_athr_container > div:nth-child(2) > h1, .soot_sora_articles_container .like_article .share_athr_container > div:nth-child(2) > h2 {
        padding-right: 5%;
    }

    .owl-carousel .owl-controls .owl-nav > div {
        zoom: 0.8;
    }

        .owl-carousel .owl-controls .owl-nav > div.owl-prev {
            right: -11%;
        }

        .owl-carousel .owl-controls .owl-nav > div.owl-next {
            left: -11%;
        }

    .home_Page_like_container .share_athr_container > div:nth-child(2) > h1, .home_Page_like_container .share_athr_container > div:nth-child(2) > h2 {
        padding-right: 18%;
    }

    .strip-container-long .C25_50_25_container > div:first-child {
        padding-bottom: 14px;
    }

    .strip-container-long .strip_header {
        font-size: 60px;
    }

    .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 75%;
        right: 13px;
    }

    .like_article .share_athr_container > div:last-child {
        bottom: 6px;
    }

    .ul_container > h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .popup-wrapper .input-container label {
        width: auto;
        display: block;
    }

    .area-child:first-child {
        width: 100%;
    }

    .area-child.related-news-topics {
        padding-right: 0;
        margin-right: 0;
        border: 0;
        margin-top: 20px;
    }

    .body-content .related-news-topics.area-child h3.area-title {
        padding-right: 0;
        margin-right: 0;
    }

    .body-content .related-news-topics ul.news-list {
        padding-right: 18px;
    }

    .Right_TL_Container > h1, .Right_TL_Container > h2, .Right_TL_Container > .single_article_block.big_article {
        width: auto !important;
    }

    .detail-blog-header > img {
        height: auto;
    }

    .mainthumbimagetable {
        max-width: 100%;
    }

    .big_Blogger_Container > img {
        width: 90px !important;
    }

    .site_menu {
        padding-right: 20px;
    }

    .HeadSectionContainer > div:nth-child(2) {
        width: 65%;
    }

    .HeadSectionContainer > div:last-child {
        width: 28%;
    }



    .detail-blog-body .body-content {
        padding-left: 15px;
    }

    .detail-blog-body .area-child {
        float: none;
    }

    .footer > div:last-child {
        width: 30%;
    }

    .footerLabel {
        font-size: 15px;
    }

    footer ul a {
        font-size: 11px;
    }

    .pull-left.footerSocial {
        width: 96%;
        margin-top: 20px;
    }

    .footerLinks a {
        font-size: 12px;
    }

    .footerLinks .pageWraper > div {
        text-align: center;
        margin-left: 12px;
        margin-right: 10px;
    }

        .footerLinks .pageWraper > div:last-child {
            margin-right: 0;
        }

    .poweredBy {
        font-size: 12px;
    }

    .reservedRights {
        font-size: 9px;
    }
}

@media only screen and (max-width: 767px) {

    .mainLogoDiv {
        float: right;
        width: 42%;
        position: absolute;
        right: 0;
    }

    .three_parent > div:last-child {
        width: 33%;
    }

    .blogger_options {
        margin-top: 14px;
    }

    .mobile-login-box {
        position: relative;
    }

    #login-form {
        position: relative;
        width: 100%;
    }

    .member_ship_ctrls {
        position: relative;
        top: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

    .footerSocial > a {
        margin-left: 36px;
        margin-right: 3px;
    }

        .footerSocial > a:last-child {
            margin-left: 0;
        }

    section#latest-news-page {
        position: absolute;
        top: 72px;
        height: 74%;
        background: #fff;
        overflow-y: scroll;
    }

    .whiteBox {
        background: #fff;
        padding: 12px;
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
        line-height: 24px;
        box-sizing: border-box;
    }

    section#latest-news-page, #direction-page {
        position: fixed;
        top: 72px;
        height: 75%;
        background: #f2f2f2;
        overflow-y: scroll;
        padding-top: 20px;
        z-index: 9;
    }

        #direction-page a {
            color: inherit;
        }

        section#latest-news-page .container {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px;
        }

    .halfImgWidth > div {
        width: 52%;
        display: inline-block;
        margin-right: 4%;
    }

    .relativePos {
        position: relative;
    }

    .halfImgWidth > div:first-child {
        margin-right: 0;
        float: right;
        width: 44%;
    }

    .halfImgWidth img, .quarterImgWidth img {
        width: 100%;
        display: block;
    }

    .sectionName {
        color: #26526F;
        font-size: 14px;
    }

    .whiteBox .lead18 {
        font-family: Al-Jazeera-Arabic-Bold;
        font-size: 18px;
        margin: 0;
        margin-bottom: 11px;
        line-height: 24px;
    }

    .halfImgWidth .sectionName {
        margin-top: -5px;
    }

    #mobile-header {
        display: block !important;
    }

    .hide-on-desktop {
        display: inline-block !important;
    }

    #sticky-footer ul.sub-menu {
        background: #f6f6f6;
        list-style: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        display: none;
    }

    .modwnat_menu_container {
        display: none;
    }

    table.customproppadding.body-video-container, table.customproppadding.body-video-container tr, table.customproppadding.body-video-container td, table.customproppadding.body-video-container tbody {
        float: none !important;
        width: 100%;
        display: block;
    }

    .members-header-mobile #login-form input {
        font-size: 16px;
    }

    .detail-blog-body .body-content {
        font-size: 18px;
    }

    #more_menu {
        background-color: #222222;
        position: fixed;
        top: 0;
        width: 60%;
        right: auto;
        left: 100%;
        height: 100%;
        border: none;
        padding-left: 0px;
    }

    .more {
        padding-bottom: 22px;
    }

        .more > ul > li {
            width: 100%;
        }

    .blogs-main-logo {
        width: auto;
        height: 50px;
    }

    .more > ul > li > a {
        color: #fff;
        width: 100%;
    }

    .mobile_menu .more > ul > li:after {
        content: none;
    }

    .strip_container_tune .cross-sign-add-blog {
        zoom: 70%;
    }

    .mobile-childs-inverse {
        display: table;
    }

        .mobile-childs-inverse > div:first-child {
            display: table-footer-group;
        }

        .mobile-childs-inverse > div:last-child {
            display: table-header-group;
        }

    .capcha_container {
        width: 96%;
    }

    .popUpContainerBlog > .close_Article_container {
        top: 10px;
    }

    #mobile-menu {
        display: block;
    }

    .detail-right-left .Right_top_area_container {
        float: none;
    }

    .strip-container-long.strip_container_tune .strip_header {
        text-align: center;
    }

    .strip-container-long.strip_container_tune .tweet_strip_text {
        padding: 0;
        border: 0;
    }

    .blogger-info-detail > ul {
        width: 100%; /*width was auto*/
    }

    .blogger-info-detail .all_share_container {
        width: 27%;
    }

    .detail-add-blog {
        width: 100%;
    }

    .allblogs-main-articles > article {
        width: 100%;
    }

    .mobile_header {
        display: block;
    }

    .HeadSectionContainer {
        display: none;
    }

    .header_container {
        padding-top: 10px;
    }

    .three_parent > div:last-child {
        display: none;
        margin-bottom: 10px;
    }

    .modwnatHeader {
        direction: ltr;
    }

    .three_parent > div:first-child {
        width: 20%;
    }

    .member_ship {
        background-color: transparent;
        color: #fff;
    }

        .member_ship:before {
            content: "";
            background-image: url(../images/sprite.png);
            background-position: -30px -31px !important;
            width: 24px;
            height: 28px;
            background-repeat: no-repeat;
            background-position: 0;
            position: absolute;
            top: 0px;
            right: -2px;
        }

    .member_ship_ctrls, #login-error, .search-box-container {
        top: 142px;
    }

    .modwnatHeader {
        border: 0;
        margin-top: 0;
    }

    .mdwnat_manbar_container {
        text-align: right;
        float: right;
    }

        .mdwnat_manbar_container > h1 {
            font-size: 23px;
            color: #fff;
        }

    .burger_menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .burger_menu > hr {
            width: 26px;
            height: 1px;
            margin-bottom: 4px;
        }

    .mdwnat_manbar_container > span {
        right: 65px;
        top: 0;
        font-size: 12px;
    }

    ul.modwnat_menu > li {
        width: 40%;
        margin-bottom: 20px;
    }

    .first_main_article > .single_article_block {
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }

    .share_athr_container > div:last-child {
        width: 55%;
    }

    article.single_article_block > h1 > a, article.single_article_block > h2 > a {
        font-size: 25px;
    }

    article.single_article_block > p {
        font-size: 18px !important;
        margin-bottom: 20px;
    }

    .tow_article_container {
        right: 0;
    }

    .smallRight_big_left_container > div:first-child {
        width: 100%;
        padding-top: 20px;
        margin: 0;
    }

    .column_mwadee3_container {
        width: 100%;
        padding-right: 0;
    }

    .rightLeftContainer > div:first-child, .rightLeftContainer > div:last-child {
        width: 100%;
    }

    .smallRight_big_left_container > div:last-child {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }

    .tow_article_container > article.single_article_block {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .blockquoteBig {
        padding: 40px;
    }

    .Right_top_area_container {
        margin-right: 0;
        box-shadow: none;
        margin-top: 50px;
    }

    .slider_container {
        margin-bottom: 20px;
    }

    .home_Page_like_container {
        padding: 5px;
        padding-top: 65px;
    }

    .short-blogs-container article.like_article {
        width: 100%;
    }

    .home_Page_like_container > .like_article {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

        .home_Page_like_container > .like_article > .share_athr_container > div:last-child {
            width: 100%;
        }

    .blockquotesmall {
        font-size: 22px;
    }

    .speaker_name {
        font-size: 22px;
    }

    .like_article > p {
        font-size: 25px;
    }

    .C25_50_25_container > div {
        margin-right: 0;
        margin-left: 0;
        width: 100% !important;
        text-align: center;
    }

    .strip_header {
        font-size: 57px;
    }

    .tweet_strip_text {
        font-size: 28px;
        border-right: none;
        border-top: solid 2px #fff;
        margin-top: 10px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .add_strip_to_tweet > a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    .add_strip_to_tweet > div {
        font-size: 32px;
        display: inline-block;
        vertical-align: middle;
    }

    .Right_TL_Container > h1, .Right_TL_Container > h2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .Right_TL_Container > .single_article_block.big_article {
        width: 100% !important;
    }

    .R_Time_line_container:before {
        right: 0;
    }

    .R_Time_line_container {
        text-align: left;
    }

    .R_Time_line_article:nth-child(odd) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .R_Time_line_article:nth-child(even) {
        margin-left: 0;
        margin-top: 0;
    }

    .R_Time_line_article {
        width: 85%;
        margin-left: 0;
        margin-bottom: 20px !important;
    }

        .R_Time_line_article:nth-child(odd):after {
            content: "";
            width: 0px;
            height: 0px;
            border-top: 35px solid transparent;
            border-bottom: 35px solid transparent;
            border-left: 21px solid white;
            border-right: none;
            position: absolute;
            top: 30%;
            right: -17px;
            transition: 0.3s;
        }

        .R_Time_line_article:nth-child(odd):before {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 100%;
            background-color: #2E6AF9;
            position: absolute;
            top: 51%;
            right: -51px;
            z-index: 1;
            transition: 0.3s;
        }

        .R_Time_line_article:nth-child(even):before {
            right: -51px;
        }

        .R_Time_line_article > .inner_container {
            text-align: right;
        }

            .R_Time_line_article > .inner_container > h1 > a, .R_Time_line_article > .inner_container > h2 > a {
                font-size: 22px;
                margin-bottom: 10px;
            }

    .time_line_blogeers > h1, .time_line_blogeers > h2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .left_Tl_container:before {
        right: 0;
    }

    .left_Tl_container {
        direction: ltr;
    }

    article.Blogeer_TL_Article {
        width: 85%;
        direction: rtl;
    }

    .smallRight_big_left_container_MOD > div:first-child {
        width: 33.974%;
    }

    .smallRight_big_left_container_MOD > div:last-child {
        width: 60%;
    }

    .blogger_imfo_LT > h1 {
        font-size: 19px;
    }

    .blogger_imfo_LT > p {
        font-size: 19px;
    }

    .Blogeer_TL_Article:before {
        top: 1px;
        right: -7px;
    }

    .Blogeer_TL_Article:after {
        top: 29px;
        right: -31px;
    }

    .ul_footer_container > div {
        width: 45%;
    }

    .mod_position_ftr, .search-footer-div {
        display: none;
    }

    .tweets_main_container > div {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .insert-popup.popup .popup-wrapper {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .related-topics-container > .single_article_block {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .short-blogging-top-area .area-child, .short-blogging-top-area .area-child:first-child, .short-blogging-top-area .area-child:last-child {
        width: 100%;
    }

    .video-topics-container > article {
        width: 100%;
    }

    .long_blogs_Article_container > article.single_article_block {
        width: 100% !important;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

    .most-recent-and-intaractive > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-by-btns {
        width: 100%;
    }

    #newest-blogs .long_blogs_Article_container, #most-hits-blogs .long_blogs_Article_container {
        margin-top: 40px;
    }

    #captionTable {
        width: auto;
    }

    .BloggersArticleContainer > article.singleBlogger {
        width: 100% !important;
        margin: 0;
        margin-bottom: 20px;
    }

    .latestBlogs_Blogger_container > div {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .ul_container > h1 {
        font-size: 24px !important;
    }

    .ul_container > ul > li > a, .ul_container > ul > li > div {
        font-size: 18px !important;
    }

    .BloggersArticleContainer > article.singleBlogger:nth-child(5n+1) {
        margin-right: 0 !important;
    }

    .signUp {
        background: none;
        width: auto;
        height: auto;
    }

    .big_article .share_athr_container > div:last-child {
        right: 3px;
    }

    .all_share_container > ul {
        text-align: right;
    }

    .soot_sora_articles_container > .like_article > .share_athr_container > div:last-child {
        width: 100%;
    }

    .like_article > .share_athr_container > div:last-child > .all_share_container {
        right: 20px;
    }

    .like_article .share_athr_container > div:last-child {
        /*bottom:10px;*/
        bottom: 0;
    }

    .like_article > .share_athr_container > div:last-child > .all_share_container {
        /*        width: auto!important;*/
        position: static;
        float: right;
        /*padding-right: 19px;*/
        box-sizing: border-box;
    }

    .like_article .share_athr_container > div:nth-child(2) > h1, .like_article .share_athr_container > div:nth-child(2) > h2 {
        right: 0;
        padding-right: 0;
    }

    .rightLeftContainer.long-main-story > div:first-child {
        width: 100%;
    }

    .rightLeftContainer.long-main-story > div:last-child {
        width: 100%;
        padding-right: 0;
    }

    .blockquoteBig:after {
        bottom: 14px;
    }

    .modwnat_menu > li > a:before {
        transition: 0s;
    }

    ul.modwnat_menu {
        direction: rtl;
    }

        ul.modwnat_menu > li {
            margin-right: 5%;
            margin-left: 0;
        }

    .blogger-info-detail .blogger-pic {
        width: 100px;
        height: 100px;
        top: -40px;
    }

    .blogger-info-detail > ul {
        margin-right: 116px;
    }

    .blogger-info-detail .tfa3oli_cotainer {
        float: left;
    }

    .mob-header-items {
        text-align: left;
    }

        .mob-header-items #account-logged {
            direction: ltr;
        }

        .mob-header-items ul.blogger_options {
            display: inline-block;
            position: static;
            direction: rtl;
        }

        .mob-header-items .social_mobile_btn {
            position: relative;
        }

        .mob-header-items .social_search_container .social_search_container {
            position: absolute;
            top: 32px;
            width: 172px;
            left: -74px;
            z-index: 1;
            background: #e2e2e2;
            padding: 10px;
            display: none;
        }

    #searchResult article.single_article_block {
        margin-left: 0;
        width: 100%;
    }

    .popup .popup-wrapper .popup-header input.topics-picker, #TopicsList {
        width: 96%;
        margin-right: 0;
    }

    .input-container label {
        width: 12%;
        display: inline-block;
    }

    .bloggerCardContainer > .info_container {
        display: table;
    }

        .bloggerCardContainer > .info_container > div:first-child {
            width: 100%;
            clear: both;
            display: table-footer-group;
        }

        .bloggerCardContainer > .info_container > div:last-child {
            margin-right: -4px;
            width: 100%;
            display: table-header-group;
        }

    .mob-blog-class {
        padding-left: 0 !important;
    }

    .BloggerSocialInfo > div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .BloggerSocialInfo > div:nth-child(2) {
        width: 65%;
    }

    .BloggerSocialInfo > div:last-child {
        width: 35%;
        float: none;
        margin: 0 auto;
    }

        .BloggerSocialInfo > div:last-child > div {
            padding-left: 0 !important;
        }

    .BloggerSocialInfo .totalArticlesWriter {
        padding-right: 17px;
    }

    .loadWriterArticleContainer {
        padding-left: 0 !important;
    }

    div#writerArticleContainer > .dataWriterArticle > .single_article_block {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    img#AccountImage {
        font-size: 0;
        border: 0;
        outline: 0;
    }

    .bloggerCardContainer .info_container img {
        height: auto !important;
    }

    .ui-autocomplete {
        max-height: 200px;
        overflow-y: scroll;
        width: 85% !important;
    }

    .imageDescBlogger .info_container > div:first-child {
        width: 18%;
    }

    .imageDescBlogger .info_container > div:last-child {
        width: 78%;
    }

    .imageDescBlogger .info_container > div:first-child > img {
        width: 100%;
    }

    .msgContainer > div:nth-child(2) {
        font-size: 14px;
        font-family: Al-Jazeera-Arabic-Regular;
    }

    .long-main-story .column_mwadee3_container_mod {
        border: 0;
    }

    .like_article .share_athr_container > div:nth-child(2) {
        padding-right: 10px;
        box-sizing: border-box;
    }

    .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 130px;
    }

    footer {
        margin-bottom: 70px;
    }

    .footer > div:last-child {
        width: 100%;
        float: none;
        text-align: right;
    }

        .footer > div:last-child > img {
            margin-bottom: 0;
        }

    .reservedRights {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 9px;
    }

    .poweredBy {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

    .footer > div {
        width: 48%;
    }

    footer .footerLabel:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 5px 0 5px;
        border-color: #000000 transparent transparent transparent;
        display: inline-block;
        margin-right: 8px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transition: all 0.5s;
        border-color: #666 transparent transparent transparent;
    }

    .extra-footer-col {
        display: none !important;
    }

    footer ul {
        display: none;
    }

    #footer-aja-logo {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hide-on-mob {
        display: none !important;
    }

    .pull-left.footerSocial {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        display: block !important;
        float: none;
    }
    /*sticky footer*/

    #sticky-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #001869;
        padding-top: 4px;
        padding-bottom: 3px;
        z-index: 10;
        right: 0;
        display: block;
    }

        #sticky-footer .col-5-container > div {
            width: 19%;
            padding-left: 4px;
            padding-right: 4px;
            display: inline-block;
            vertical-align: middle;
            box-sizing: border-box;
        }

        #sticky-footer .aja-icon-before:before {
            content: '*';
            display: block;
            text-align: center;
            color: #fff;
            font-size: 28px;
            line-height: 26px;
            height: 23px;
        }

        #sticky-footer .live-streaming-before:before {
            content: ' ';
            display: block;
            text-align: center;
            background-image: url(/Content/images/sprite.png);
            height: 20px;
            width: 20px;
            width: 22px;
            height: 21px;
            background-repeat: no-repeat;
            background-position: -25px -91px;
            margin: 0 auto;
        }

        #sticky-footer .direction-before:before {
            content: ' ';
            display: block;
            text-align: center;
            background-image: url(/Content/images/sprite.png);
            height: 20px;
            width: 20px;
            width: 22px;
            height: 21px;
            background-repeat: no-repeat;
            background-position: -98px -46px;
            margin: 0 auto;
        }

        #sticky-footer .direction-before.active:before {
            color: #FFBD00;
            background-position: -98px -65px;
        }

        #sticky-footer .hours-24icon:before {
            content: '24';
            display: block;
            text-align: center;
            background-image: url(/Content/images/sprite.png);
            width: 22px;
            height: 21px;
            background-repeat: no-repeat;
            background-position: 0 -89px;
            color: #fff;
            font-size: 9px;
            padding-top: 5px;
            text-align: center;
            margin: 0 auto;
            line-height: 17px;
        }

        #sticky-footer #nav-icon1 {
            width: 28px;
            height: 21px;
            position: relative;
            margin: 50px auto;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            cursor: pointer;
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 1px;
            margin: 0 auto;
        }

            #sticky-footer #nav-icon1 span:nth-child(1) {
                top: 3px;
            }

            #sticky-footer #nav-icon1 span:nth-child(2) {
                top: 9px;
            }

            #sticky-footer #nav-icon1 span:nth-child(3) {
                top: 15px;
            }

            #sticky-footer #nav-icon1 span {
                display: block;
                position: absolute;
                height: 2px;
                width: 28px;
                background: #fff;
                border-radius: 9px;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }

        #sticky-footer a {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
            width: auto;
            height: auto;
            background-image: none;
            font-family: Al-Jazeera-Arabic-Regular;
            text-indent: 1px;
        }

            #sticky-footer a:hover {
                text-decoration: none;
            }

            #sticky-footer a:active, footer a:hover {
                color: #fff;
            }

        #sticky-footer .live-streaming-before.active:before {
            background-position: -25px -113px;
        }

        #sticky-footer .mob-menu {
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: right;
            display: block;
            position: fixed;
            background: #fff;
            bottom: 52px;
            width: 100%;
            right: 0;
            display: none;
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.45);
            padding-top: 10px;
            padding-bottom: 10px;
            overflow-y: scroll;
            max-height: 75%;
        }

        #sticky-footer ul.mob-menu a {
            text-align: right;
            color: #000;
            padding-right: 20px;
            font-size: 16px;
            font-family: Al-Jazeera-Arabic-Bold;
            padding-bottom: 11px;
            padding-right: 40px;
            display: inline-block;
            min-width: 115px;
        }

        #sticky-footer ul.sub-menu {
            background: #f6f6f6;
            list-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 20px;
            display: none;
        }

        #sticky-footer .has-childs {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 5px 0 5px;
            border-color: #000000 transparent transparent transparent;
            display: inline-block;
            margin-right: 8px;
            -webkit-transform: rotate(0deg);
            /* Firefox */
            -moz-transform: rotate(0deg);
            /* IE */
            -ms-transform: rotate(0deg);
            /* Opera */
            -o-transform: rotate(0deg);
            transition: all 0.5s;
            background: transparent;
            position: static;
            margin-bottom: 11px;
        }

        #sticky-footer .arrow-90deg {
            -webkit-transform: rotate(90deg);
            /* Firefox */
            -moz-transform: rotate(90deg);
            /* IE */
            -ms-transform: rotate(90deg);
            /* Opera */
            -o-transform: rotate(90deg);
        }

        #sticky-footer .active #nav-icon1 span {
            background: #dba200;
        }

        #sticky-footer .hours-24icon.active:before {
            color: #dba200;
            background-position: -1px -115px;
        }

        #sticky-footer .active, #sticky-footer .active:before, #sticky-footer .active:active, #sticky-footer .active:hover {
            color: #dba200;
        }

        #sticky-footer .footer-items {
            background: #000;
            color: #666;
            padding-top: 20px;
            padding-bottom: 90px;
        }

            #sticky-footer .footer-items ul.sub-menu {
                background: #000;
                padding: 0;
                padding-top: 10px;
            }

            #sticky-footer.footer-items .has-childs {
                border-color: #666 transparent transparent transparent;
            }

        #sticky-footer img.aja-footer-logo {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        #sticky-footer .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        #sticky-footer .drop:before {
            display: none;
        }
    /*sticky footer*/
    /**new mobile header*/
    .site-header {
        background: #001869;
        position: relative;
    }

    #mobile-header .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    header .search-header {
        position: relative;
        width: 100%;
        top: 0;
        background: #f6f6f6;
        display: none;
        z-index: 9999;
        box-shadow: 1px 3px 12px 1px rgba(0,0,0,.38);
    }

    .social-header {
        background: #fff;
        padding-top: 20px;
        display: none;
        z-index: 9999;
        position: relative;
        width: 100%;
        box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.38);
    }

    #mobile-header .row > div {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
    }

        #mobile-header .row > div:last-child {
            width: 78%;
        }

    .inline-header-container {
        text-align: left;
    }

    .header-logo {
        color: #ffbd00;
        text-align: right;
        font-size: 35px;
        text-decoration: none;
        line-height: 55px;
        margin-top: 6px;
        display: inherit;
        font-family: Al-Jazeera-Arabic-regular;
    }

    .inline-header-container > div {
        display: inline-block;
        text-align: left;
        margin-right: 15px;
        vertical-align: text-top;
    }

    .show-more {
        width: 30px;
        height: 25px;
        background-position: 1px -26px;
        border: 1px solid #99a2c3;
    }

    .sprite-bg {
        background-image: url(/Content/images/sprite.png);
    }

    .membershipBtn {
        margin-left: 0;
        position: relative;
        cursor: pointer;
    }

    .inline-header-container > div.loggedInMenu {
        display: none;
    }

    .loggedInMenu {
        position: relative;
        z-index: 99;
        cursor: pointer;
        display: none;
    }

    .show-search {
        width: 24px;
        height: 28px;
        background-position: -3px 1px;
    }

    .membershipBtn:before {
        content: "";
        width: 13px;
        height: 16px;
        background: url(/Content/images/revampsprite.png);
        background-position: -125px -76px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 6px;
        transition: .2s;
    }

    .membershipBtn:before, .membershipBtn:hover:before {
        width: 24px;
        height: 28px;
        background-position: -30px -31px;
        background-image: url(/Content/images/sprite.png);
    }

    .profileLoginImg {
        vertical-align: sub;
        margin-left: 5px;
        cursor: default;
    }

    .loggedInMenu span {
        position: relative;
        padding-right: 11px;
    }

    .loggedInSub {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 1px 3px 12px 1px rgba(0,0,0,.38);
        z-index: 99999999999;
        background: #fff;
    }

    header a {
        color: inherit;
    }

    .loggedInSub div {
        padding: 6px 20px;
        transition: .3s;
    }

    #mobile-header .social-container .row > div {
        width: 32%;
    }

    .social-container a {
        width: 50px;
        height: 42px;
        display: block;
        margin: 0 auto;
        margin-bottom: 16px;
        background-repeat: no-repeat;
    }

    .social-container .fb-gray {
        width: 40px;
    }

    .gplus-gray {
        background-position: -54px 1px;
    }

    .rss-gray {
        background-position: -59px -46px;
        width: 40px !important;
    }

    .youtube-gray {
        background-position: -49px -144px;
    }

    .insta-gray {
        background-position: -55px -91px;
    }

    .fb-gray {
        background-position: -57px -192px;
    }

    .twitter-gray {
        background-position: -109px -138px;
    }

    header .search-header input {
        width: 93%;
        border: 0;
        display: block;
        margin: 0 auto;
        background: #f6f6f6;
        margin-top: 10px;
        height: 61px;
        font-size: 30px;
        color: #000;
        outline: 0;
        font-family: Al-Jazeera-Arabic-regular;
    }

    .close-search {
        width: 24px;
        height: 26px;
        background-position: -1px -60px;
        display: block;
        position: absolute;
        left: 13px;
        top: 11px;
    }
    /**new mobile header*/
}
/*End media qrs*/


ul.news-list {
    height: 100%;
}

    ul.news-list li {
        padding: 11.5px 0px;
    }

        ul.news-list li:nth-child(odd) {
            background-color: #e2e2e2;
        }

        ul.news-list li a {
            color: #808080;
            padding-right: 20px;
            padding-left: 20px;
            display: block;
            font-size: 23px;
        }

        ul.news-list li:hover > a {
            color: #0f57ff;
        }

.other-cases item {
    margin: 7px;
}

.more-container {
    text-align: center;
}

    .more-container a {
        color: #ccccca;
        text-decoration: none;
        font-size: 29px;
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    }

.slider_container_tune {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0;
}

h2.othr_tpcs_header, h1.othr_tpcs_header {
    font-size: 41px;
    text-align: center;
    color: #C03717;
}

.slider_container_tune .owl-stage-outer {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

a.other_img {
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    display: block;
}

.other_topics_container {
    background-color: #f2f4ec;
    padding-top: 30px;
    padding-bottom: 10px;
}

.aja-btn {
    padding: 7px 30px;
    text-align: center;
    background-color: #0e5ffe;
    color: #fff;
    border: none;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting";
    border-radius: 3px;
    cursor: pointer;
}

#textCount {
    float: left;
    padding: 5px;
    width: 50px;
    margin-top: -8px;
    text-align: center;
    background-color: transparent;
    border: none;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting";
    font-size: 18px;
}

.count-label {
    float: left;
    padding: 5px;
    margin-top: -8px;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting";
}

.active {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}


/*load more style*/
.load-more-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.48);
}

#load-more-container {
    position: relative;
}
/*load more style*/

.insert-iframe {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    visibility: hidden;
}

.reset-input-btn {
    background-image: url('../images/input_clear.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.input-container {
    position: relative;
}

.error-div {
    position: absolute;
    background-color: #e02330;
    color: #fff;
    padding: 5px;
    left: 0px;
    width: 50.3%;
    top: 1px;
    text-align: right;
    display: none;
}

.insert-blog-btn[disabled='disabled'] {
    opacity: 0.5;
    cursor: default;
}

.insert-success {
    display: none;
    text-align: center;
    min-height: 200px;
}

.blog-title-container .error-div {
    height: 35px;
    right: 0px;
    width: 100%;
    top: 13px;
    box-sizing: border-box;
}

/*animate add button*/



@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.stickyMenu {
    /*height: 50px;*/
    overflow: hidden;
}

    .stickyMenu > .wrapper {
        margin-top: -95px;
        transition: all .5s;
    }

    .stickyMenu .modwnat_menu > li > a:before {
        margin: 10px auto;
    }


.v_blogTopArea {
    position: relative;
}

    .v_blogTopArea img {
        max-height: 500px;
    }

.v_blogMainVideo {
    position: absolute;
    top: 16%;
    left: 3%;
    width: 40%;
    height: 70%;
}

.v-thumbs {
    width: 32%;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 20px;
}

    .v-thumbs:last-child {
        margin-left: 0;
    }

    .v-thumbs .like_article {
        padding: 0;
        text-align: right;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .v-thumbs .like_article > .share_athr_container > div:last-child > .all_share_container {
            width: 50%;
        }

        .v-thumbs .like_article .share_athr_container > div:last-child {
            width: 50%;
        }

    .v-thumbs .share_athr_container > div:first-child {
        margin-right: 12px;
    }

.like_article .share_athr_container > div:nth-child(2) {
    width: 50%;
}

.secondBigVideo .like_article > .share_athr_container > div:last-child > .all_share_container {
    width: 35%;
}

.v-thumbText {
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -7px;
    text-align: right;
    font-family: Al-Jazeera-Arabic-Bold;
    color: #000;
    font-size: 18px;
}

.writerImg {
    border-radius: 100%;
    max-width: 49px;
    float: right;
    margin-left: 8px;
}

.v-listing .video-topics-container {
    padding-top: 10px;
}

    .v-listing .video-topics-container > article {
        background: none;
        margin-bottom: 10px;
    }

.v-listing .share_athr_container {
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -7px;
}

.v-listing div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:nth-child(2) {
    width: 42%;
}

.v-listing div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:last-child {
    width: 43%;
}

.v-listing div:not(.soot_sora_articles_container) > .like_article > .share_athr_container > div:last-child > .all_share_container {
    width: 50%;
}

.v-middleArea {
    vertical-align: top;
}

    .v-middleArea > div {
        width: 48%;
        margin-left: 1%;
        display: inline-block;
        position: relative;
    }

    .v-middleArea .v-thumbs {
        width: 100%;
    }

.mostFav {
    color: #000;
    vertical-align: top;
    margin-left: 0;
}

    .mostFav h1, .mostFav h2 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: -5px;
    }

.mostFavBlock {
    background: #E8E8E8;
    position: relative;
    line-height: 1px;
    border-radius: 10px;
    font-family: Al-Jazeera-Arabic-Bold;
    margin-bottom: 10px;
}

    .mostFavBlock > div {
        float: right;
    }

    .mostFavBlock .like_icon_container {
        float: left;
        padding-top: 16px;
        margin-left: 20px;
        line-height: 22px;
    }

    .mostFavBlock .number_likes {
        text-align: center;
        left: auto;
    }

.mostFavVideo {
    width: 22%;
    margin-left: 1%;
}

.mostFavText {
    width: 60%;
    padding-top: 10px;
}

.mostFavBlock .witerName {
    line-height: 35px;
}

.secondAreaVideos {
    text-align: center;
    margin: 0 auto;
}

.mostLikedVidImg {
    cursor: pointer;
}

.moreRelated .share_athr_container {
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .mostFav h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .mostFavBlock {
        margin-bottom: 7px;
    }

    .v-thumbs .like_article .share_athr_container > div:last-child {
        width: 63%;
    }

    .v-listing .video-topics-container .like_article .share_athr_container > div:last-child {
        bottom: 44px;
    }

    .v-listing div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:last-child {
        width: 60%;
    }
}

@media(max-width:768px) {
    .v-middleArea > div {
        width: 100%;
    }

    .v-thumbs .like_article .share_athr_container > div:last-child {
        width: 80%;
    }

    .video-topics-container .like_article .share_athr_container > div:last-child {
        bottom: 38px;
    }

    .v-listing div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:last-child {
        width: 80%;
    }

    .secondBigVideo .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 16%;
    }

    .mostFav h1 {
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .playIcn:after {
        content: "";
        width: 26px;
        height: 26px;
        background-size: contain;
        background-image: url(/Content/images/video-icon.png);
        background-repeat: no-repeat;
        bottom: 5px;
        left: 5px;
        position: absolute;
        transition: .3s;
    }

    .hidden-xs {
        display: none;
    }

    .drop:after {
        display: none;
    }

    .fontController {
        margin-left: 6%;
        margin-right: 8%;
    }

    .blogger-info-detail .all_share_container {
        display: none;
    }

    .detail-blog-body .detail-date {
        float: right;
    }

    .v-thumbs {
        width: 100%;
    }

    .v-middleArea > div {
        width: 100%;
    }

    .mostFavVideo {
        width: 100%;
    }

    .mostFavBlock .like_icon_container {
        margin-top: 0px;
    }

    .mostFav h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .mostFavBlock {
        margin-bottom: 15px;
    }

    .v-listing div:not(.soot_sora_articles_container) > .like_article .share_athr_container > div:last-child {
        width: 55%;
    }

    .v-listing .video-topics-container .like_article .share_athr_container > div:last-child {
        bottom: 33px;
    }

    .secondBigVideo .like_article > .share_athr_container > div:last-child > .all_share_container {
        width: 50%;
    }

    .v-thumbs .like_article > .share_athr_container > div:last-child > .all_share_container {
        margin-top: -4px;
    }

    .v-thumbs .like_article .share_athr_container > div:last-child {
        width: 50%;
    }

    .v_blogMainVideo {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 200px;
        margin-top: -9px;
        margin-bottom: 30px;
    }

    .secondAreaVideos {
        width: 89.7%;
    }

    .mostFavBlock .witerName {
        font-size: 12px;
    }
}

@media(max-width:320px) {

    .footerSocial > a {
        margin-left: 24px;
    }

    .footerLinks .pageWraper > div {
        margin-left: 10px;
        margin-right: 0;
    }
}
/*****  new  embeded photo & video & photoAlbum  in detailed pages *******/
.vidClass {
    position: absolute;
}

.flex-white-box {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.multi-div {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 220px;
}

    .multi-div img {
        width: 100%;
    }

    .multi-div video {
        width: 100%;
    }

.multi-info {
    margin-right: 2%;
    width: 26%;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif !important;
}



.multi-summary {
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif !important;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
}

    .multi-summary:before {
        content: '';
        width: 5px;
        height: 100%;
        background: #2d55ad;
        position: absolute;
        right: -19px;
    }

#DynamicContentContainer p.multi-summary {
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif !important;
    min-height: auto;
}

#DynamicContentContainer span.vidCaption {
    font-family: Al-Jazeera-Arabic-Regular, "arabic typesetting", serif !important;
}

.multi-country {
    font-family: Al-Jazeera-Arabic-Bold !important;
    font-size: 22px;
}

#DynamicContentContainer div.multi-country {
    font-family: Al-Jazeera-Arabic-Bold !important;
    font-size: 22px;
}

.multi-date {
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 17px;
    color: #3F4076;
}

#DynamicContentContainer div.multi-date {
    font-family: Al-Jazeera-Arabic-Bold !important;
    font-size: 17px;
    color: #3F4076;
}

.multi-source {
    color: #EAA009;
    position: absolute;
    bottom: 0;
}

#DynamicContentContainer div.multi-source span {
    color: #EAA009 !important;
    font-family: Al-Jazeera-Arabic-Bold !important;
    font-size: 18px;
}

.multi-source img {
    margin-left: 15px;
    vertical-align: text-bottom;
    vertical-align: middle;
    width: 21px;
}

.flex-white-box .multi-source span {
    font-size: 20px;
}



.multi-albumDots {
    position: absolute;
    bottom: 0;
}

    .multi-albumDots span {
        background: #f0b708;
        height: 13px;
        width: 13px;
        display: inline-block;
        border-radius: 100%;
        margin-left: 11px;
        cursor: pointer;
        transition: .3s;
    }

        .multi-albumDots span:hover {
            background: #dca808;
        }

        .multi-albumDots span.activeDot {
            background: #8a6d3b;
        }

.inlineInfograph {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .inlineInfograph > div:first-child {
        background: #DBDBDB;
        font-family: Al-Jazeera-Arabic-Regular;
        font-size: 14px;
        padding: 2px 10px;
        color: #404040;
    }

    .inlineInfograph img {
        width: 100%;
    }

@media screen and (max-width:767px) {
    .multi-div {
        width: 100%;
        margin-bottom: 20px;
    }

    .multi-info {
        width: 100%;
    }

    .multi-source {
        position: relative;
    }

    .multi-albumDots {
        top: -23px;
    }

    .multi-albumDots {
        top: -41px;
    }

        .multi-albumDots span {
            height: 16px;
            width: 16px;
        }
}
/****************************************************/
.AdBanner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .AdBanner > div {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.marginT0 > div {
    margin-top: 0;
}
