﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/Content/fonts/glyphicons-halflings-regular.eot);
    src: url(/Content/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/Content/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/Content/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/Content/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
/**header */
.loginForm {
    background-color: rgba(255,255,255,.95);
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.38);
    width: 400px;
    padding: 20px;
    padding-top: 40px;
    z-index: 9999;
    display: none;
    box-sizing: border-box;
    font-family: Al-Jazeera-Arabic-Bold;
    position: absolute;
    top: 39px;
    left: 57px;
    z-index: 999999999;
}

    .loginForm input {
        font-family: inherit;
        font-size: 12px;
        ;
        line-height: inherit;
        box-sizing: border-box;
    }

    .loginForm button {
        width: 100%;
        margin-bottom: 10px;
    }

#loginErrorMsg {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.89);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10%;
    padding-top: 20%;
    font-family: Al-Jazeera-Arabic-Regular;
    color: #ff0500;
    font-size: 14px;
    line-height: 30px;
}

#loginErrorText {
    color: #ff0500;
    display: none;
    font-size: 12px;
}

.loginForm .closeLink {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
}

.loginFormInput {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.loginForm .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-top: 6px;
    font-family: inherit;
    font-size: 14px;
}

    .loginForm .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.loginForm .text-left {
    text-align: left;
}

.loginForm .text-center {
    text-align: center;
}

.main-header-container {
/*    position: relative;*/
}

.pull-left {
    float: left;
}

#mobile-header {
    display: none;
}

.MobdateDiv {
    display: none;
}

#desktop-header {
    font-family: Al-Jazeera-Arabic-Bold;
    position: relative;
    margin-top: 137px;
}

header .pageWraper {
    max-width: 91%;
    margin: 0 auto;
}

header a {
    color: inherit;
}

header .logo > a {
    background-image: none;
    width: auto;
}

header .logo {
    width: 9%;
    display: inline-block;
    margin-top: 30px;
}

    header .logo img {
        height: 66px;
    }

.headerContentParent {
    /* margin-bottom: 40px; */
    position: relative;
}

.headerContent {
    background: #fff;
    /* border-bottom: solid 4px rgba(128, 128, 128, 0.22); */
    padding-bottom: 24px;
    padding-top: 3px;
    clear: both;
}

header .mainMenu {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
    float: left;
    transition: margin .5s;
}

    header .mainMenu > ul {
        margin: 0;
        padding: 0;
    }

        header .mainMenu > ul > li {
            display: inline-block;
            list-style: none;
            margin-left: 2%;
            /*font-size:18px;*/
            font-size: 16px;
            cursor: pointer;
            font-family: Al-Jazeera-Arabic-Bold;
            position:relative;
        }

    header .mainMenu ul li.selected {
        color: #FFBD00;
        background: none;
    }

        header .mainMenu ul li.selected:after {
            color: #FFBD00;
            background: none;
        }

        header .mainMenu ul li.selected > a {
            color: #FFBD00;
            background: none;
        }

    header .mainMenu > ul a {
        color: #000;
        background: transparent;
        font-size: 16px;
        text-decoration: none;
        position: relative;
    }

    header .mainMenu a:hover {
        color: inherit;
    }

.loginForm .linkBtn {
    color: #337ab7;
    font-size: 12px;
}

.loginLowerLinks .linkBtn {
    width: 32.5%;
    display: inline-block;
}

.red {
    border: solid 1px red;
}
.searchRed{
     border: solid 2px #e28a8a;
}
.mainMenu ul li:last-child {
    margin-left: 0;
}

.mainMenu ul li.pull-left img {
    max-width: 1.5vw;
    margin-left: 2px;
}

.mainMenu ul li.pull-left {
    width: 13%;
    text-align: left;
    margin-right: -1.8%;
}

    .mainMenu ul li.pull-left > div {
        display: inline-block;
        vertical-align: middle;
    }

        .mainMenu ul li.pull-left > div:first-child {
            margin-left: 10%;
        }

.liveStreamIcon {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.borderedRight {
    border-right: solid 2px #787976;
    padding-right: 15px;
}

.membershipBtn:before {
    content: "";
    width: 13px;
    height: 16px;
    display: inline-block;
    margin-left: 6px;
    transition: .2s;
}


.profileLoginImg {
    vertical-align: sub;
    margin-left: 5px;
    cursor: default;
    width: auto;
}

.loggedInMenu {
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: none;
    font-size: 14px;
}

    .loggedInMenu span {
        position: relative;
        padding-right: 11px;
        font-size:14px;
    }

        .loggedInMenu span:before {
            content: "";
            border-color: transparent #111;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #959fc0;
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            right: 0;
            top: 8px;
        }

.loggedInSub {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.38);
    z-index: 99999999999;
    background: #fff;
}

    .loggedInSub div {
        padding: 6px 20px;
        transition: .3s;
        font-size: 14px;
    }

        .loggedInSub div:hover {
            background-color: #ddd;
        }
/**header end*/
footer {
    background-color: #000000;
    color: #666666;
    font-size: 1.12vw;
    font-family: Al-Jazeera-Arabic-Bold;
    padding-bottom: 2px;
    clear: both;
}

.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: 16px;
    font-size: 23px !important;
    color: #787976;
    width: 32px;
}

.footerLinks a {
    line-height: 28px;
}

.footerLinks .pageWraper > div {
    display: inline-block;
    margin-left: 30px;
}

footer ul {
    font-family: Al-Jazeera-Arabic-Regular;
    font-size: .85vw;
    padding: 0;
    margin: 0;
}

    footer ul li {
        list-style: none;
        margin-bottom: 11px;
    }

    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;
}

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;
}

.whiteBox {
    background: #fff;
    padding: 10px;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.asideImgs > div {
    height: auto;
    height: 165px;
    height: 11.77vw;
}

.halfImgWidth > div:first-child {
    margin-right: 0;
}

.halfImgWidth > div {
    width: 47%;
    vertical-align: top;
    display: inline-block;
    margin-right: 4%;
}

.relativePos {
    position: relative;
}

.halfImgWidth img {
    width: 100%;
    vertical-align: middle;
}

header .sectionName {
    color: #3b4b4b;
    font-size: .85vw;
    line-height: 1.8vw;
}

header time {
    color: #aaaaaa;
    /* font-size: 12px; */
    font-size: .85vw;
}

.halfImgWidth h1 {
    margin-bottom: 7px;
    margin-top: 5px;
}

.asideImgsDiv > div {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.footerLinks .pageWraper > div.footerSocial {
    margin-left: 0;
}

#desktop-header {
    margin-top: 0;
    background: #f2f2f2;
}

.footerSocial > a:last-child {
    margin-left: 0;
}

.poweredBy a {
    vertical-align: middle;
}

#desktop-header .logo > a {
    height: auto;
}

.containing-block {
    width: 100%;
}

.outer-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-js {
    position: absolute;
}

.background_title {
    position: relative;
}

    .background_title h1 {
        position: absolute;
        top: 70%;
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        -o-transform: translateY(-70%);
        right: 20%;
        left: 20%;
        border: 4px solid white;
        background: rgba(0, 0, 0, 0.32);
        color: white;
        padding: 10px 10px 20px 10px;
        text-align: center;
    }

.gray_inside {
    float: right;
    width: 100%;
    background: #f2f2f2;
    padding: 10px 20px;
}


.motaaleqat {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 0px 20px;
    float: left;
    margin: 0 15px 15px 0;
}

    .motaaleqat h4 {
        font-weight: bold;
        border-bottom: 2px solid black;
        padding-bottom: 10px;
    }

    .motaaleqat ul {
        list-style: none;
        padding-right: 19px !important;
    }

        .motaaleqat ul li {
            margin: 5px 0;
            list-style: square;
            color: #337ab7;
        }

            .motaaleqat ul li a {
                font-size: 14px;
            }

.video-js .vjs-big-play-button:active, .video-js .vjs-big-play-button:focus, .video-js:active .vjs-big-play-button, .video-js:hover .vjs-big-play-button {
    background: rgba(0,0,0,.1);
}

.video-js .vjs-big-play-button {
    border: 8px solid #fff !important;
    border-radius: 0 !important;
    line-height: 1.6em;
}

header .mainMenu > ul a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    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;
}

header .mainMenu > ul a:hover:before {
    content: "";
    position: absolute;
    bottom: -5px;
    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;
}

.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 {
    width: 79.5%;
    right: 11.5%;
    height: 38px;
}

    .more > ul > li {
        display: inline-block;
        vertical-align: top;
        margin-left: 0.7%;
    }

        .more > ul > li > a {
            font-size: 17px;
            color: #333333;
            font-family: Al-Jazeera-Arabic-Regular;
        }

        .more > ul > li:after {
            content: "|";
            color: #E0E0E0;
            position: relative;
            right: 10px;
            margin-left: 10px;
        }

    .more > ul {
        text-align: right;
    }

.more_menu:after {
    content: "";
    position: relative;
    top: 3px;
    right: 4px;
    font-size: .8vw;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

.show-more i {
    font-size: 18px;
    color: white;
    text-align: center;
    padding-left: 1px;
}

.fixed-laoding {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    height: 100%;
    opacity: .7;
}

    .fixed-laoding img {
        padding-top: 200px;
        max-width: 100%;
    }

.header-date {
    border-top: 1px solid #D6D6D6;
    width: 100%;
    margin-top: 18px;
    padding-top: 5px;
    font-size: 12px;
    color: #777790;
    font-family: Al-Jazeera-Arabic-Regular;
}

.membershipBtn:before {
    content: "";
    display: inline-block;
    margin-left: 6px;
    transition: .2s;
    font-size: 16px;
    background-image: url(../images/sprite.png);
    width: 16px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: -8px -102px;
    vertical-align: middle;
}

.membershipBtn {
    color: #787976;
    font-size: 12px;
}

.membership-li {
    float: left;
    padding-top: 5px;
}

.MobdateDiv {
    display: none;
}
.mainMenu ul li.pull-left>div:first-child i {
    background: #001869;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    padding: 0;
    display: inline-block;
    right: 13px;
    background-image: url(../images/sprite.png);
    background-position: -49px -103px;
    vertical-align: middle;
}
.mainMenu ul li.pull-left>div:first-child i:before {
    line-height: 22px;
    display: inline-block;
    margin: 0;
    margin-left: 3px;
}
@media only screen and (min-width: 1850px) {
    header .logo > a {
        height: auto;
    }

    header .logo img {
        max-width: 54%;
    }
}

@media only screen and (max-width: 1024px) {
    header .mainMenu {
        width: 89%;
        margin-top: 0;
        float: none;
    }

    .headerContent {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .logo {
        width: 4%;
    }

        .logo img {
            max-width: 109px;
        }

    .headerContent {
        padding-bottom: 0;
    }

    header .mainMenu > ul > li {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 768px) {
    header .mainMenu > ul a {
        font-size: 11px !important;
    }

    .mainMenu ul li.pull-left {
        width: 17%;
        line-height: 24px;
    }

    .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;
    }

    .poweredBy {
        font-size: 12px;
    }

    .reservedRights {
        font-size: 9px;
    }

    header .mainMenu > ul > li {
        margin-left: 1%;
    }

    header .mainMenu {
        width: 92%;
    }

    header .logo {
        width: 7%;
    }

    header .logo {
        width: 6%;
    }
}

@media only screen and (max-width: 767px) {
    .more_menu:after {
        font-size: 10px;
    }

    .loggedInSub div {
        text-align: center;
        color: #000;
    }

    .MobdateDiv {
        display: block;
        font-family: Al-Jazeera-Arabic-Regular;
        margin-left: 15px;
        margin-right: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 13px;
        color: #aaaabc;
    }

    .search-header {
        position: relative;
        width: 100%;
        top: 0;
        background: #f6f6f6;
        display: none;
        z-index: 9999999;
        box-shadow: 1px 3px 12px 1px rgba(0,0,0,.38);
    }

        .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;
        }

    form#search {
        width: 100% !important;
    }

    .close-search {
        width: 24px;
        height: 26px;
        display: block;
        position: absolute;
        left: 13px;
        top: 11px;
        color: #888888;
        border: 4px solid;
        line-height: 19px;
        width: 24px;
        padding-right: 1px;
    }

    .mob-menu li.pull-left {
        display: none;
    }

    .footerLinks .pageWraper > div {
        margin-left: 23px;
    }

    .footerLabel {
        font-size: 12px;
    }

    .firstFooterLinks > div {
        margin-left: 20px;
    }

    .footerSocial > a {
        margin-left: 20px;
    }

    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: 79%;
        background: #f2f2f2;
        overflow-y: scroll;
        padding-top: 20px;
        z-index: 99999;
        width: 100%;
    }

        #direction-page a {
            color: inherit;
        }

    .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%;
    }

    .sectionName {
        color: #3b4b4b;
        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;
    }

    form#loginForm {
        left: 0 !important;
        width: 100%;
        top: 0 !important;
        position: relative;
        z-index: 999999;
    }

    header .error-text {
        padding-right: 20px;
        color: #F44336;
        font-family: Al-Jazeera-Arabic-Regular;
    }

    .membershipBtn:before, .membershipBtn:hover:before {
        width: 30px;
        height: 35px;
        font-size: 27px;
        color: #e6e8f0;
    }

    .show-search {
        color: #fff;
        font-size: 20px;
        margin-top: 8px;
    }
    /**header mob start*/
    #desktop-header {
        display: none;
    }

    .twitter-gray {
        background-position: -109px -138px;
    }

    #mobile-header {
        display: block;
        margin-top: 0;
    }

    .MobdateDiv {
        display: block;
        font-family: Al-Jazeera-Arabic-Regular;
        margin-left: 15px;
        margin-right: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 13px;
        color: #aaaabc;
    }

    .site-header {
        background: #001869;
        position: relative;
    }

    .sprite-bg {
        background-image: url('/Content/images/sprite.png');
    }
    /*header start*/
    .show-search {
        width: 24px;
        height: 28px;
        background-position: -3px 1px;
    }

    .show-more {
        width: 30px;
        height: 25px;
        background-position: 1px -26px;
        border: 1px solid #99a2c3;
    }

    .header-logo, .header-logo:hover {
        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 {
        text-align: left;
        margin-top: 14px;
    }

        .inline-header-container > div {
            display: inline-block;
            text-align: left;
            margin-right: 15px;
            vertical-align: middle;
            color: #e6e8f0;
        }

            .inline-header-container > div.loggedInMenu {
                display: none;
            }

    .more-div {
        background: #fff;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .social-header {
        background: #fff;
        box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.38);
        padding-top: 19px;
        display: none;
        position: relative;
        z-index: 9999999;
        width: 100%;
        padding-bottom: 17px;
    }

    .social-container a {
        width: 48px;
        height: 42px;
        display: block;
        margin: 0 auto;
        margin-bottom: 16px;
        background-repeat: no-repeat;
        color: #8C8C8A;
        font-size: 40px;
        text-decoration: none;
    }

    .social-container .fb-gray {
        width: 40px;
    }

    .gplus-gray {
        background-position: -54px 1px;
    }

    .rss-gray {
        background-position: -54px -46px;
    }

    .youtube-gray {
        background-position: -49px -144px;
    }

    .insta-gray {
        background-position: -55px -91px;
    }

    .fb-gray {
        background-position: -57px -192px;
    }

    .quarterImgWidth h2 {
        font-size: 16px;
    }

    .fullImgWidth h2 {
        margin-top: 5px;
    }
    /*header end*/
    footer {
        margin-bottom: 48px;
    }

    .footer > div:last-child {
        width: 100%;
        float: none !important;
        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: 4px;
        z-index: 10;
        right: 0;
        display: block;
        z-index: 9999999999;
    }

        #sticky-footer .active {
            color: #FFBD00;
        }

        #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: '\e802';
            display: block;
            text-align: center;
            height: 20px;
            width: 20px;
            width: 22px;
            height: 20px;
            font-size: 12px;
            border: 2px solid white;
            font-family: fontello;
            background-repeat: no-repeat;
            background-position: -25px -91px;
            margin: 0 auto;
            margin-top: 2px;
        }

        #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: 0px 0px;
            margin: 0 auto;
        }

        #sticky-footer .hours-24icon:before {
            content: '24';
            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: -45px -4px;
            color: #fff;
            font-size: 9px;
            padding-top: 5px;
            text-align: center;
            margin: 0 auto;
            line-height: 12px;
        }

        #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 -117px;
        }

        #sticky-footer ul.mob-menu {
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: right;
            display: block;
            position: fixed;
            background: #fff;
            bottom: 48px;
            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%;
            padding-top: 8px !important;
        }

            #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;
        }

        #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;
        }

        #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: -45px -30px;
        }

        #sticky-footer footer .active, footer .active:before, footer .active:active, 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 .drop:before {
            display: none;
        }

        #sticky-footer .direction-before.active:before {
            background-position: 0px -19px;
        }
    /*sticky footer*/
    .footer .aja-creadit {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .footerSocial > a {
        margin-left: 15px;
    }

    .footerLinks .pageWraper > div {
        display: inline-block;
        margin-left: 9px;
    }
}
/*****  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: 66%;
    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: 32%;
    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: 17px;
    position: relative;
}

    .multi-summary:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 110%;
        background-color: #FFBC00;
        top: 0;
        right: -20px;
    }

.detailed_template .gray_inside span.vidCaption {
    font-size: inherit;
}

.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;
}

.multi-source {
    color: #EAA009;
    position: absolute;
    bottom: 0;
}

    .multi-source img {
        margin-left: 15px;
        vertical-align: middle;
        width: 21px;
    }

.flex-white-box .multi-source span {
    font-size: 17px !important;
}



.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;
        }
}
/****************************************************/