﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    direction: rtl;
    font-family: 'Droid Arabic Kufi',Tahoma
}

a {
    text-decoration: none
}

li {
    list-style: none
}

.clear {
    clear: both
}

.firstMenu {
    border-top: 1px solid #cdcdcd
}

.container:before, .container:after {
    display: table;
    content: " ";
}

.container-navigation {
    float: right;
    position: relative;
    direction: rtl;
    width: 100%;
    direction: rtl;
    padding: 0
}

.NewGrayBarTop {
    background: #434343
}

.date-header {
    height: 24px;
    background: #434343;
    color: #fff;
    line-height: 24px;
    width: 300px;
    margin: auto
}

.DateBtw2etcairo {
    float: right;
    width: 150px
}

    .DateBtw2etcairo i {
        float: right;
        margin-top: 4px;
        color: #fff;
        font-size: 15px
    }

    .DateBtw2etcairo p {
        float: right;
        line-height: 24px;
        margin: 0 6px 0 0;
        font-size: 11px;
        color: #fff;
        direction: rtl
    }

.MainMenu {
    width: 14%;
    float: right;
    text-align: center
}

    .MainMenu .fa.fa-bars {
        color: #ed1b24;
        font-size: 26px
    }

.logOAndChef {
    width: 58% !important;
    margin-right: 2%;
    float: right;
    text-align: center;
    margin-left: 3%
}

    .logOAndChef .logoImg {
        float: right
    }

        .logOAndChef .logoImg img {
            max-width: 95px;
            display: block;
            text-align: center;
            margin: 0
        }

    .logOAndChef .chief {
        max-width: 140px;
        display: inline;
        text-align: center;
        margin: auto;
        margin-top: -4px;
		margin-left: -18px;
    }

.SearChBlockIcon {
    width: 8.333333333333332%;
    text-align: center;
    margin-left: 3%;
    float: right
}

    .SearChBlockIcon i {
        font-size: 22px;
        color: #df292a;
        margin-top: 5px
    }

.DesktopV {
    width: 8.333333333333332%;
    float: right
}

    .DesktopV .full-v {
        margin-top: 6px;
        display: block;
        text-align: center
    }

    .DesktopV .fa.fa-desktop {
        color: #ed1b24;
        font-size: 26px
    }

.MainHeaderTop {
    padding: 6px 0 0 0;
    border-bottom: 1px solid #434343;
    background: #fff;
    max-width: 960px;
    margin: auto
}

.SearchAreaForm {
    background: #f6f6f6;
    direction: rtl;
    text-align: right;
    padding: 10px 15px;
    clear: both;
    display: none
}

.SearchQuery {
    width: 80%;
    float: right;
    padding: 5px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    height: 27px;
    display: block;
    height: 34px;
    font-family: 'Droid Arabic Kufi',Tahoma
}

.SeaRchBtn {
    border-radius: 0;
    width: 20%;
    background: #df2829;
    color: #fff;
    font-weight: 700;
    border: 1px solid #ed1b24;
    padding: 6px;
    outline: none;
    border: none;
    float: right;
    height: 34px;
    line-height: 1.5;
    font-family: 'Droid Arabic Kufi',Tahoma
}

    .SeaRchBtn:hover {
        background: #B10101;
        color: #FFF;
        cursor: pointer
    }

.c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 999
}

.c-mask {
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
    transition: opacity .3s,width 0s .3s,height 0s .3s
}

.c-menu--push-right.is-active {
    z-index: 9999
}

.c-button, .c-menu__close {
    box-shadow: none;
    cursor: pointer;
    height: 44px
}

    .c-button:focus, .c-menu__close:focus {
        outline: 0
    }

#carbonads, .c-mask, .c-menu {
    position: fixed
}

.o-wrapper {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.o-container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 960px
}

@media all and (min-width:480px) {
    .o-container {
        padding: 0 24px
    }
}

@media all and (min-width:720px) {
    .o-container {
        padding: 0 48px
    }
}

.o-header {
    margin: 0;
    padding: 0
}

.o-header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2D2D2D
}

.o-header-nav__link {
    padding: 12px;
    color: #fff
}

    .o-header-nav__link:hover {
        color: #fff;
        background-color: #ED1B24
    }

.o-header__title {
    margin: 24px;
    padding: 0;
    color: #818181;
    font-size: 28px;
    font-weight: 300;
    text-align: center
}

@media all and (min-width:480px) {
    .o-header__title {
        margin: 36px;
        font-size: 42px
    }
}

.o-sub-nav {
    margin: 0 0 24px;
    padding: 0
}

.o-sub-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.o-sub-nav__item {
    margin: 0;
    padding: 4px
}

.o-sub-nav__link {
    display: block;
    margin: 0;
    padding: 4px 24px
}

    .o-sub-nav__item.active .o-sub-nav__link, .o-sub-nav__link:hover {
        color: #fff;
        background-color: #2D2D2D
    }

.o-footer {
    padding: 12px 0;
    text-align: center
}

@media all and (min-width:480px) {
    .o-footer {
        padding: 24px 0
    }
}

@media all and (min-width:720px) {
    .o-sub-nav {
        margin: 0 0 48px
    }

    .o-footer {
        padding: 48px 0
    }
}

.c-menu {
    z-index: 200;
    background-color: #2D2D2D;
    border-left: 2px solid #ED1B24;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-menu__items h2 {
    padding: 10px;
    font-size: 16px;
    text-align: right;
    height: 38px;
    line-height: 18px;
    font-weight: normal
}

    .c-menu__items h2 a {
        font-family: 'Droid Arabic Kufi',Tahoma;
        color: #ccc;
        font-size: 16px;
        text-align: right
    }

        .c-menu__items h2 a:hover {
            color: #ed1b24
        }

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-menu--push-left, .c-menu--push-right, .c-menu--slide-left, .c-menu--slide-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

@media all and (min-width:320px) {
    .c-menu--push-left, .c-menu--push-right, .c-menu--slide-left, .c-menu--slide-right {
        width: 200px
    }
}

.c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item, .c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item {
    display: block;
    text-align: center;
    border-bottom: solid 1px #CCC
}

    .c-menu--push-left .c-menu__item:first-child, .c-menu--push-right .c-menu__item:first-child, .c-menu--slide-left .c-menu__item:first-child, .c-menu--slide-right .c-menu__item:first-child {
        border-top: none
    }

    .c-menu--push-left .c-menu__item:last-child, .c-menu--push-right .c-menu__item:last-child, .c-menu--slide-left .c-menu__item:last-child, .c-menu--slide-right .c-menu__item:last-child {
        border-bottom: none
    }

.c-menu--push-left .c-menu__link, .c-menu--push-right .c-menu__link, .c-menu--slide-left .c-menu__link, .c-menu--slide-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #fff
}

.c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close, .c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%;
    font-family: 'Droid Arabic Kufi',Tahoma
}

.c-menu--push-left, .c-menu--slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width:320px) {
    .c-menu--push-left, .c-menu--slide-left {
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.c-menu--push-left.is-active, .c-menu--slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-menu--push-right, .c-menu--slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width:320px) {
    .c-menu--push-right, .c-menu--slide-right {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px)
    }
}

.c-menu--push-right.is-active, .c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-menu--push-bottom, .c-menu--push-top, .c-menu--slide-bottom, .c-menu--slide-top {
    vertical-align: middle;
    width: 100%;
    height: 60px;
    text-align: center;
    overflow-x: scroll
}

.c-mask, body.has-active-menu {
    overflow: hidden
}

.c-menu--push-bottom .c-menu__items, .c-menu--push-top .c-menu__items, .c-menu--slide-bottom .c-menu__items, .c-menu--slide-top .c-menu__items {
    display: inline-block;
    text-align: center
}

.c-menu--push-bottom .c-menu__item, .c-menu--push-top .c-menu__item, .c-menu--slide-bottom .c-menu__item, .c-menu--slide-top .c-menu__item {
    display: inline-block;
    line-height: 60px
}

.c-menu--push-bottom .c-menu__link, .c-menu--push-top .c-menu__link, .c-menu--slide-bottom .c-menu__link, .c-menu--slide-top .c-menu__link {
    display: block;
    padding: 0 4px;
    color: #fff
}

.c-menu--push-bottom .c-menu__close, .c-menu--push-top .c-menu__close, .c-menu--slide-bottom .c-menu__close, .c-menu--slide-top .c-menu__close {
    display: inline-block;
    margin-right: 12px;
    padding: 0 24px;
    height: 60px;
    line-height: 60px
}

.c-menu--push-top, .c-menu--slide-top {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

    .c-menu--push-top.is-active, .c-menu--slide-top.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.c-menu--push-bottom, .c-menu--slide-bottom {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

    .c-menu--push-bottom.is-active, .c-menu--slide-bottom.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.o-wrapper.has-push-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width:320px) {
    .o-wrapper.has-push-left {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px)
    }
}

.o-wrapper.has-push-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width:320px) {
    .o-wrapper.has-push-right {
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.o-wrapper.has-push-top {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.o-wrapper.has-push-bottom {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.c-menu__close {
    color: #fff;
    background-color: #ED1B24;
    font-size: 14px;
    border: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-mask {
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
    transition: opacity .3s,width 0s .3s,height 0s .3s
}

    .c-mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        z-index: 999
    }

.c-buttons {
    margin-bottom: 48px;
    text-align: center;
    margin-top: 8px
}

.carbon-img, .carbon-wrap {
    margin: 0 0 4px;
    display: block
}

.c-button {
    display: inline-block;
    background: 0 0;
    border: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .c-button:disabled {
        opacity: .3;
        cursor: not-allowed
    }

#carbonads {
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    padding: 24px 12px 12px;
    width: 154px;
    background-color: #fff;
    line-height: 1.1;
    border: 1px solid #e7e7e7
}

.carbon-img {
    padding: 0;
    width: 130px;
    height: 100px
}

.carbon-text {
    color: #818181;
    font-size: 12px
}

.carbon-poweredby {
    font-size: 10px;
    font-style: italic
}

.carbonad__close {
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    height: 24px;
    font-size: 11px;
    line-height: 24px
}

@media all and (max-width:660px) {
    #carbonads {
        display: none
    }
}

.a-menu-new-link {
    display: inline-block;
    margin: 5px;
    width: 35px
}

    .a-menu-new-link img {
        display: block;
        height: auto;
        max-width: 100%
    }

.IconsInmenu {
    height: 55px;
    background: #f0f0f0;
    padding: 10px 0
}

.IconsInmenuIN {
    width: 198px;
    margin: auto;
    display: flex;
    flex-direction: row;
    direction: rtl
}

    .IconsInmenuIN a {
        margin-left: 30px
    }

        .IconsInmenuIN a:nth-child(2) {
            margin-left: 0
        }

.header-social {
    padding: 10px 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: solid 1px #CCC;
    text-align: center;
    direction: rtl
}

.smallAdBlock1 {
    width: 320px;
    min-height: 100px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.smallAdBlock2 {
    width: 320px;
    min-height: 100px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.smallAdBlock3 {
    width: 320px;
    min-height: 100px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.sameAdBlock1 {
    max-width: 300px;
    min-height: 250px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.sameAdBlock2 {
    max-width: 336px;
    min-height: 250px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.sameAdBlock3 {
    max-width: 336px;
    min-height: 250px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.sameAdBlock4 {
    max-width: 336px;
    min-height: 250px;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    border: 2px solid #f7f7f7;
    background: #fff
}

.ADFParagraph {
    width: 300px;
    min-height: 250px;
    text-align: center;
    clear: both;
    display: block;
    margin: auto auto 16px !important;
    border: 2px solid #f7f7f7
}

.body-cont {
    border-right: 3px solid #ED1B24;
    border-left: 3px solid #ED1B24;
    width: 100%
}

.o-wrapper {
    max-width: 960px;
    margin: auto
}

.BottomFotter {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    display: none;
    min-height: 61px;
    padding: 0;
    width: 100%
}

.mobileAdvFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-right: 3px solid #ed1b24;
    border-left: 3px solid #ed1b24;
}

.mobileAdvFooterIcons {
    position: absolute;
    bottom: 0
}

    .mobileAdvFooterIcons a {
        margin: 0 10px
    }

.footer-logo, .footer-menu {
    padding: 15px;
    border-bottom: 1px solid #4b4b4b
}

.footer-logo {
    text-align: center;
    background: #3A3A3A
}

.footer-menu {
    background: #3A3A3A
}

    .footer-menu div {
        text-align: right
    }

    .footer-menu h2 {
        font-size: 14px;
        margin: 0 0 9px
    }

        .footer-menu h2 a {
            color: #ccc;
            font-family: "Droid Arabic Kufi",Tahoma;
            font-weight: normal;
            min-width: 50px;
            display: inline-block
        }

.TwoColl {
    float: right;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

    .TwoColl h2 {
        height: 15px;
        font-size: 14px;
        margin: 0 0 9px;
        line-height: 15px
    }

    .TwoColl:nth-child(2) {
        border-right: 1px solid #4b4b4b
    }

.social-new-ico {
    text-align: center;
    background: #3A3A3A;
    padding: 10px;
    direction: rtl
}

    .social-new-ico a {
        margin: 0 3px
    }

footer {
    color: #ccc;
    font-size: 12px;
    font-family: 'Droid Arabic Kufi',Tahoma;
    text-align: Center;
    padding: 10px 10px 70px;
    background: #2D2D2D;
    display: block
}

.ButtonsOnbottomFoter {
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    right: 8px;
    top: -12px
}

    .ButtonsOnbottomFoter:nth-child(2) {
        width: 30px;
        height: 30px;
        background-color: red;
        border-radius: 50%;
        position: absolute;
        text-align: center;
        left: 8px;
        top: -12px;
        right: auto
    }

        .ButtonsOnbottomFoter:nth-child(2) img {
            margin-top: 3px;
            margin-right: 2px
        }

.arrow-to-top {
    max-width: 15px;
    margin: 0;
    margin-top: 3px;
    margin-right: 2px
}

.clicksegypt p {
    text-align: right;
    float: right;
    margin-top: 12px
}

.clicksegypt img {
    text-align: right;
    float: left;
    display: block;
    width: 100px
}

.clicksegypt {
    width: 260px;
    margin: auto
}

.AboveSticky {
    height: 50px;
    background: #fff;
    border-radius: 10px
}

.AboveStickyContainer {
    width: calc(100% - 6px);
    height: 50px;
    margin: auto
}

.Youm7Interestial {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000057;
    display: flex;
    align-items: center;
    display: none
}

.Youm7InterestialContainer {
    width: 350px;
    margin: auto;
    min-height: 250px;
    max-height: 480px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.CloseYoum7Interestial {
    width: 100%;
    height: 50px;
    background: #2e2c2d;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 0;
}

    .CloseYoum7Interestial p {
        color: #fff;
        display: block;
        text-align: left;
        font-size: 1.7rem;
        margin-left: 3%;
    }

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 960px !important;
    background: #fcfcfc
}

{
}

.swiper-coverflow {
    overflow: hidden;
}

    .swiper-coverflow .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px !important;
        height: 300px !important
    }

.swiper-container-top-stories .swiper-button-prev {
    right: 10px;
    left: auto
}

.minHeight {
    min-height: 300px;
}

.adv320x100, .adv320x50 {
    min-height: 100px;
}

.more a, .showMore input, .showMoreNew {
    font-size: 16px;
    font-weight: bold;
}

.mobileAdvFooterImg {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block
}
/*Search page*/
#showorhide {
    display: none;
}

.adv-search-cont {
    background: #F7F7F7;
    margin-top: 15px;
    padding: 15px
}

.totalresult {
    color: #ed1b24;
    font-weight: 700;
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 15px;
    direction: rtl
}

.pager li > a, .pager li > span {
    padding: 2px 9px !important;
    border-radius: 0 !important
}

.simple-pagination {
    width: 100% !important
}

    .simple-pagination li {
        float: none !important;
        display: inline-block;
        margin-bottom: 5px
    }

.light-theme a:hover {
    background: #e03030 !important;
    border: 1px solid #e03030 !important
}

.ellipse {
    background: 0 0 !important
}

.displayBlock {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Droid Arabic Kufi',Tahoma;
}

#elmazeed {
    border-radius: 0 !important;
    margin: 0;
    width: 100%;
    padding: 4px 15px;
    font-weight: 700;
    background: #2d2d2d;
    font-size: 14px;
    font-family: 'Droid Arabic Kufi',Tahoma
}

    #elmazeed:hover {
        background: #ed1b24
    }

.tr {
    margin-top: 10px
}

    .tr .searchTxt {
        width: 100%;
        float: none
    }

.backToHome, .flag, .pull-right, .superkora-banner-big {
    float: right
}

.chosen-container-multi .chosen-results {
    width: 100% !important
}

.SearchAreaForm {
    background: #f6f6f6;
    direction: rtl;
    text-align: right;
    padding: 10px 15px;
    clear: both;
    display: none;
}

.SearchQuery {
    width: 80%;
    float: right;
    padding: 5px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    height: 27px;
    display: block;
    height: 34px;
}

.SeaRchBtn {
    border-radius: 0;
    width: 20%;
    background: #df2829;
    color: #fff;
    font-weight: 700;
    border: 1px solid #ed1b24;
    padding: 6px;
    outline: none;
    border: none;
    float: right;
    height: 34px;
    line-height: 1.5
}

    .SeaRchBtn:hover {
        background: #B10101;
        color: #FFF;
        cursor: pointer
    }

.tr .searchbtn {
    padding: 5px;
    text-align: center;
    display: inline-block;
}

.tr label {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Droid Arabic Kufi',Tahoma;
}

.more a, .most-read h3 a, .showMore input, .showMoreNew {
    font-size: 14px;
    font-family: 'Droid Arabic Kufi',Tahoma
}

.searchBig {
    float: left;
}

.searchTxt {
    width: 80%;
    float: right;
    padding: 5px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-family: 'Droid Arabic Kufi',Tahoma
}

.searchbtn {
    border-radius: 0;
    width: 20%;
    background: #df2829;
    color: #fff;
    font-weight: 700;
    border: 1px solid #ed1b24;
    padding: 6px;
    outline: none;
    border: none;
    float: right;
    height: 34px;
    line-height: 1.5
}

.searchBig {
    float: left
}

.moremore, .searchBig {
    width: 40%;
    margin-top: 5px
}

.chosen-select option {
    font-size: 14px;
    font-family: 'Droid Arabic Kufi',Tahoma
}
/*Search page*/
@media only screen and (max-width: 500px) {
    .logOAndChef .chief {
        width: 130px
    }
}


.swiper-paginationNEWVOTE {
    width: 360px;
    padding: 10px 3% 10px 0;
    background-color: #3b3b3b;
    margin: auto;
}

.swiper-paginationNEWVOTE .swiper-pagination-bullet {
    margin: 0 5px;
    width: 24px;
    height: 24px;
    border: solid 1px #bfbdbd;
    background-color: #3b3b3b;
    color: #fdfafa;
    text-align: center;
    line-height: 22px;
}


.HeadeR_VotE {
    height: 54px;
    background: #f6f6f6;
    padding: 4px 0px;
    width: 99%;
    margin: auto;
    position: relative;
}


.header_UL li {
    border: 1px solid #f0f0f0;
    float: right;
    text-align: center;
    width: 50px;
    height: 42px;
    line-height: 42px;
    color: #3b3b3b;
    text-decoration: none;
}

.header_UL .active {
    background: #de2323;
    border: 1px solid #de2323;
    color: #fff;
}


.VotE_ContenT {
    background: #3b3b3b;
}

.swiper-NEWVOTE {
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
}

.VotE_ContenT_NewS {
    background: url('../img/shape-614.png')65% 0.5% no-repeat;
    position: relative;
    background-size: 90%;
}

    .VotE_ContenT_NewS h3 {
        color: #fff;
    }

.YeaRNuM2017 {
    width: 170px;
    height: 107px;
    margin: auto;
    padding: 20px 0;
}

    .YeaRNuM2017 img {
        max-width: 170px;
    }

.SlideR_VotE_ContenT {
    width: 100%;
    margin: auto;
    background: #434343;
}

.Img_Right_VotE_AreA {
    width:100%;display:block
}
.Img_Right_VotE_AreA img{
    width: 100%;
    display: block
}

.LefT_VotE_AreA {
    float: right;
    width: 380px;
    padding: 10px;
}

    .LefT_VotE_AreA a {
        color: #fff;
    }

    .LefT_VotE_AreA h3 {
        margin-bottom: 20px;
        font-family: 'Droid Arabic Kufi';
        font-size: 18px;
        line-height: 1.4;
        height: 50px;
        overflow: hidden;
    }

    .LefT_VotE_AreA p {
        font-size: 12px;
        max-height: 100px;
        overflow: hidden;
        line-height: 1.7;
    }

.swiper-Vote-prev, .swiper-Vote-next {
    width: 41px;
    height: 32px;
    position: absolute;
    top: 52%;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
    line-height: 32px;
    padding-right: 4px;
    box-sizing: border-box;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-Vote-next {
    left: 0;
    background: #de2323 url('../img/arrow-Voteleft.png')50% no-repeat;
}

.swiper-Vote-prev {
    right: 0;
    background: #de2323 url('../img/arrow-Voteright.png')55% no-repeat;
}

    .swiper-Vote-prev.swiper-button-disabled, .swiper-Vote-next.swiper-button-disabled {
        opacity: 0.6;
    }

.strap-Right_vote {
    position: absolute;
    background-color: #de2323;
    padding: 2px 10px;
    height: 24px;
    text-align: center;
    top: 20px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strap-Right_vote {
    font-family: "Droid Arabic Kufi";
    font-size: 14px;
    color: #fff;
}



/*votefooter*/
.Footer_VotE {
    height: 54px;
    background: #f6f6f6;
    padding: 4px 0px;
    width: 99%;
    margin: auto;
    position: relative;
}

.Footer_UL li {
    border: 1px solid #f0f0f0;
    float: right;
    text-align: center;
    width: 50px;
    height: 42px;
    line-height: 42px;
    color: #3b3b3b;
    text-decoration: none;
}


.Footer_UL .active {
    background: #de2323;
    border: 1px solid #de2323;
    color: #fff;
}


.GrayVotE {
    background: #d7d7d7;
}

.YeaRNuM2017red {
    width: 170px;
    height: 107px;
    margin: auto;
    padding: 20px 0;
}

    .YeaRNuM2017red img {
        max-width: 170px;
    }

.VotE_ContenT_NewS2 {
    background: url('../img/shape-614white.png')65% 0.5% no-repeat no-repeat;
    position: relative;
    background-size: 90%;
}

.OneOFGraYTOP {
    width: 100%;
    background-color: #434343;
    position: relative;
    padding: 5px;
    display:flex;flex-direction:column;
}

.flexVote{display:flex;flex-wrap: wrap;}
.OneOFGraY {
    width: 100%;
    background-color: #434343;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}

    .OneOFGraY:nth-child(2) {
        margin-left: 0px;
    }

.TtilEOneGray a {
    color: #fff;
    font-family: "Droid Arabic Kufi";
    font-size: 14px;
    line-height: 1.4;
}

.TENnews {
    width: 100%;
    margin: auto;
    padding: 0 10px;
    clear: both;
    margin: auto;
}

.TtilEOneGray {
    padding: 0 10px;
    overflow: hidden;
    margin:10px 0;
}

    .TtilEOneGray h3 {
        line-height: 0.9;
    }

.eightpotsVote {
    width: 49%;
    background-color: #f0f0f0;
    position: relative;
    padding: 8px 8px 8px 8px;

    margin-left: 2%;
    margin-bottom: 20px;
}

    .eightpotsVote:nth-child(2n+0) {
        margin-left: 0;
    }

    .eightpotsVote .numdiv {
        position: relative;
        margin-bottom: 7px;
        width: 100%;
    }

        .eightpotsVote .numdiv img {
            margin: auto;
        }

.OneOFGraY .span-Se-vot {
    position: absolute;
    background-color: #de2323;
    height: auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
    padding: 3px 9px;
    text-align: right;
}

.OneOFGraYTOP .span-Se-vot {
    position: absolute;
    background-color: #de2323;
    height: auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
    padding: 3px 9px;
    text-align: right;
}

.eightpotsVote .span-Se-vot {
    position: absolute;
    background-color: #de2323;
    height: auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
    padding: 3px 9px;
    text-align: right;
}

.eightpotsVote .titlebottom2 {
    height: 65px;
    overflow: hidden;
    width: 100%;
}

    .eightpotsVote .titlebottom2 h3 {
        padding: 0;
        margin: 0px;
        font-size: 14px;
        line-height: 1.5;
    }

        .eightpotsVote .titlebottom2 h3 a {
            font-family: "Droid Arabic Kufi";
            font-size: 14px;
            color: #434343;
        }

.swiper-NEWVOTE-Months {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper-NEWVOTE-Months2 {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper-Months-prev, .swiper-Months-prev2 {
    width: 14px;
    height: 20px;
    color: #000;
    position: absolute;
    top: 20%;
    z-index: 10;
    cursor: pointer;
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
    line-height: 32px;
    padding-right: 4px;
    box-sizing: border-box;
    right: 0;
}

.swiper-Months-next, .swiper-Months-next2 {
    width: 14px;
    height: 20px;
    color: #000;
    position: absolute;
    top: 20%;
    z-index: 10;
    cursor: pointer;
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
    line-height: 32px;
    padding-right: 4px;
    box-sizing: border-box;
    left: 0;
}
/*most-read*/
.most-read {
    background: #F7F7F7;
    padding: 10px;
}
.most-read h3 {
    padding-top: 5px;
}
.most-read h3 a {
    background: url(../images/most-read.png) right top no-repeat rgba(0, 0, 0, 0);
    color: #333;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-family: 'Droid Arabic Kufi', Tahoma;
    font-weight: normal;
    padding: 0 25px 10px 10px;
    display: block;
}

/*most-read*/
