﻿@import url('../Site_Blue/Font/droidarabickufi.css');
/* CSS Mobile Reset */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p img {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

body[orient=landscape] {
    min-height: 350px;
}

body > *[selected=true] {
    display: block;
}

li {
    list-style: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote {
    padding: 0px;
    margin: 0px;
}
/* CSS Mobile Reset */


body {
    direction: rtl;
    font-family: "Droid Arabic Kufi", serif;
    background-color: #eceff1;
    padding-top: 41px;
}

a {
    color: #0d47a1;
    font-size: 14px;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
}

/* header */
.header {
    overflow: visible;
    position: fixed;
    height: 41px;
    width: 100%;
    z-index: 5000;
    top: 0;
}

    .header .headerTop {
        height: 40px;
        min-height: 40px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border-bottom: 1px solid #02204c;
        position: relative;
        z-index: 9999;
    }

        .header .headerTop .headerLeft {
            float: left;
        }

            .header .headerTop .headerLeft .date {
                text-align: left;
                font-size: 11px;
                color: black;
                float: left;
            }

            .header .headerTop .headerLeft .socialIcons {
                height: 20px;
                float: left;
                margin-top: 6px;
                margin-left: 5px;
            }

                .header .headerTop .headerLeft .socialIcons ul {
                    height: 26px;
                }

                    .header .headerTop .headerLeft .socialIcons ul li {
                        float: left;
                        margin-right: 5px;
                    }

                        .header .headerTop .headerLeft .socialIcons ul li a {
                            display: block;
                            width: 24px;
                            height: 24px;
                        }

                            .header .headerTop .headerLeft .socialIcons ul li a img {
                                width: 24px;
                                height: 24px;
                            }


        .header .headerTop .dropicon {
            float: left;
            margin-top: 0px;
            margin-left: 5px;
        }


.onclick-menu {
    position: relative;
    display: inline-block;
}

    .onclick-menu::before {
        border: 1px solid black;
        border-radius: 50%;
        content: "..";
        display: block;
        font-size: 26px;
        font-weight: bold;
        height: 24px;
        line-height: 14px;
        text-align: center;
        width: 24px;
    }

    .onclick-menu:focus {
        /* clicking on label should toggle the menu */
        pointer-events: none;
    }

        .onclick-menu:focus .onclick-menu-content {
            /*  opacity is 1 in opened state (see below) */
            opacity: 1;
            visibility: visible;
            /* don't let pointer-events affect descendant elements */
            pointer-events: auto;
        }

.onclick-menu-content {
    position: absolute;
    z-index: 1;
    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
    border: none;
    top: 35px;
}

    .onclick-menu-content li {
    }

        .onclick-menu-content li img {
            width: 32px;
            height: 32px;
        }

        .onclick-menu-content li a.wasetIcon {
            background-color: #fff;
        }

            .onclick-menu-content li a.wasetIcon img {
                width: 100%;
                height: 100%;
            }


.header a.rss {
    background-image: url(../images/mobile/fb-ico.svg);
    display: block;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    background-size: 32px 32px;
}



.header .headerTop .logo {
    width: 90px;
    height: 40px;
    float: right;
}

    .header .headerTop .logo image {
        width: 90px;
        height: 40px;
    }

.menuMain {
    width: 100%;
    background-color: #ef5350;
}

    .menuMain .menu {
        height: 36px;
        margin: 0 auto;
    }

        .menuMain .menu ul {
        }

            .menuMain .menu ul li {
                float: right;
                display: table-cell;
                margin: 0;
                padding: 0;
                height: 36px;
                line-height: 36px;
                text-align: center;
                width: 25%;
            }

                .menuMain .menu ul li a:link, .menuMain .menu ul li a:visited {
                    text-decoration: none;
                    font-weight: bold;
                    font-size: 13px;
                    display: block;
                    color: #fff;
                }

                .menuMain .menu ul li a:hover {
                    background-color: #e53935;
                    color: #fff;
                }

                .menuMain .menu ul li a.menuCurrent {
                    color: #fff;
                    background-color: #e53935;
                }

                    .menuMain .menu ul li a.menuCurrent:hover {
                        color: #fff;
                    }

.sectionSelectionMain {
    background-color: #b0bec5;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.sectionSelection {
    width: 90%;
    height: 26px;
    margin-top: 4px;
    border: 1px solid #979797;
    font-size: 13px;
    color: #000;
    font-family: Tahoma;
    padding-right: 10px;
}
/* header */

/* content */

.content {
    margin: 0 auto;
    border-right: solid 5px #eceff1;
    border-left: solid 5px #eceff1;
    background-color: #fff;
}

    .content.borderLess {
        border: none;
    }

.contentOut {
    width: 100%;
    background-color: #fff;
}



blockquote {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

    blockquote.marginless {
        padding-bottom: 10px;
    }

    blockquote h1 {
        margin: 0px;
        width: 100%;
        color: #e53935;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
    }

        blockquote h1::before {
            content: ">";
            float: left;
            background-color: #e53935;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            font-weight: bolder;
            line-height: 25px;
            font-size: 13px;
            font-family: tahoma;
            margin-top: 10px;
        }

    blockquote.borderBlock {
        position: relative;
        border-top: 1px solid #dedede;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        padding: 10px;
        padding-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    blockquote.borderBlock2 {
        position: relative;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        padding: 10px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    blockquote h1.iconless::before {
        display: none;
    }

    blockquote.borderBlock .owl-theme .owl-controls {
        position: absolute;
        top: -55px;
        left: 0;
        background-color: transparent;
        width: auto;
    }


    blockquote h1 span {
        float: left;
        margin-left: 5px;
    }

        blockquote h1 span a {
            float: left;
            height: 33px;
            background-color: #cfd8dc;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            font-weight: bold;
            font-family: tahoma;
            color: #082e68;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            margin-top: 3px;
            display: block;
        }

    blockquote .blockContent {
        margin: 0 auto;
    }

        blockquote .blockContent ul.borderNone {
        }

            blockquote .blockContent ul.borderNone li {
                border-bottom: none;
                margin-bottom: 25px;
            }

                blockquote .blockContent ul.borderNone li.moreList {
                    margin-bottom: 0px;
                }




        blockquote .blockContent.sections {
        }

            blockquote .blockContent.sections ul {
            }

                blockquote .blockContent.sections ul li {
                    border-bottom: none;
                    border-bottom: 1px solid #eceff1;
                }

                    blockquote .blockContent.sections ul li.firstItem {
                        border-bottom: none;
                        margin-bottom: 15px;
                    }

                    blockquote .blockContent.sections ul li.firstItem {
                    }

                        blockquote .blockContent.sections ul li.firstItem .image img {
                            width: 100%;
                            height: 100%;
                        }

                        blockquote .blockContent.sections ul li.firstItem .text {
                            border-right: 2px solid #072e69;
                            padding-right: 5px;
                            line-height: 22px;
                            font-weight: bold;
                        }



        blockquote .blockContent ul {
        }

            blockquote .blockContent ul li {
                margin-bottom: 10px;
                padding-bottom: 5px;
                border-bottom: 1px solid #eceff1;
            }

                blockquote .blockContent ul li:last-child {
                    margin-bottom: 0px;
                    border-bottom: none;
                }

                blockquote .blockContent ul li.readMore {
                    text-align: left;
                    border-bottom: none;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                    list-style: none;
                }

                    blockquote .blockContent ul li.readMore a {
                        font-size: 13px;
                        font-weight: bold;
                        background-color: #e53935;
                        color: #fff !important;
                        background-image: none;
                        padding: 5px;
                    }


                blockquote .blockContent ul li .left {
                    float: left;
                    margin-right: 10px;
                }

                    blockquote .blockContent ul li .left img {
                        width: 74px;
                        height: 54px;
                    }

                    blockquote .blockContent ul li .left a {
                        background-image: none;
                    }

                blockquote .blockContent ul li .right {
                }

                    blockquote .blockContent ul li .right a {
                        font-size: 13px;
                        line-height: 22px;
                        display: block;
                    }

                blockquote .blockContent ul li .rightImage {
                    float: right;
                    margin-left: 10px;
                }

                    blockquote .blockContent ul li .rightImage img {
                        -moz-border-radius: 50px;
                        -webkit-border-radius: 50px;
                        border-radius: 50px;
                    }

                blockquote .blockContent ul li .leftText {
                    margin-right: 3px;
                    /*float: right;*/
                    text-align: right;
                    direction: rtl;
                }

                    blockquote .blockContent ul li .leftText.leftText2 {
                        margin-right: 0px;
                    }

                    blockquote .blockContent ul li .leftText .articleAuthor {
                    }

                        blockquote .blockContent ul li .leftText .articleAuthor a, blockquote .blockContent ul li .rightImage .articleAuthor a {
                            font-size: 12px;
                            color: #e53935;
                            display: block;
                            text-align: right;
                        }

                    blockquote .blockContent ul li .leftText .articleName {
                    }

                        blockquote .blockContent ul li .leftText .articleName a {
                            font-size: 13px;
                            display: block;
                        }

    blockquote.articles {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    blockquote .blockContent ul li .rightImage .articleAuthor a {
        font-size: 12px;
    }

.columnBlockMore {
    font-size: 12px;
    color: #ef5350;
    line-height: 24px;
    display: block;
    font-weight: bold !important;
    border: 1px solid #ef5350;
    float: left;
    padding: 3px;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* content */

/* footer */

.footerMain {
    width: 100%;
    background-color: #0d47a1;
    text-align: center;
    padding-bottom: 10px;
}

    .footerMain .footer {
        background-color: #02204c;
        height: 31px;
        text-align: center;
    }

        .footerMain .footer a {
            color: #e53935;
            font-weight: bold;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 5px;
            text-align: center;
            height: 31px;
            line-height: 31px;
            border-left: 1px solid #0d47a1;
        }

            .footerMain .footer a.lastItem, .footerMain .footerLinks a.lastItem {
                padding-left: 0px;
                padding-right: 0px;
                border-left: none;
            }

    .footerMain .footerLinks {
        height: 31px;
        text-align: center;
    }

        .footerMain .footerLinks a {
            color: #fff;
            font-weight: normal;
            font-size: 13px;
            padding-left: 10px;
            padding-right: 5px;
            text-align: center;
            height: 31px;
            line-height: 31px;
            border-left: 1px solid #fff;
        }

    .footerMain .search {
        text-align: center;
        width: 172px;
        height: 27px;
        margin: 0 auto;
    }

        .footerMain .search a.searchButton {
            background-image: url('../images/mobile/searchButton.jpg');
            background-repeat: no-repeat;
            width: 23px;
            height: 27px;
            display: block;
            float: left;
        }

        .footerMain .search .searchTextArea {
            float: right;
            width: 149px;
            height: 25px;
            background-image: url('../images/mobile/searchTextArea.jpg');
            background-repeat: no-repeat;
            border: none;
        }

    .footerMain .shorouknews {
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
    }

        .footerMain .shorouknews a {
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: #e53935;
            color: #fff;
            font-weight: bold;
            font-size: 11px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .footerMain .cr {
        font-weight: normal;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        font-size: 11px;
    }
/* footer */

/* articlesSlider */
.sliderBullets {
    float: left;
    background-color: #4c7fa7;
    height: 18px;
    width: 85px;
    padding-top: 6px;
}

    .sliderBullets .prev {
        float: left;
        background-image: url('../images/mobile/leftArrow.gif');
        width: 5px;
        height: 9px;
        margin-left: 5px;
    }

    .sliderBullets .next {
        float: right;
        background-image: url('../images/mobile/rightArrow.gif');
        width: 5px;
        height: 9px;
        margin-right: 5px;
    }


.sliderBullets {
}

.swipe {
    direction: ltr;
}

ul.articlesnNo {
}

li.sliderItems {
    border-bottom: none !important;
    direction: rtl;
}
/* articlesSlider */


/* inners */

.content hr {
    width: 99%;
    height: 0px;
    border: 1px solid #eceff1;
}

blockquote .blockContent ul li .right .date {
    background-image: url('../images/mobile/dateBullet.gif');
    background-position: right;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #bbbdbf;
    padding-right: 15px;
    margin-top: 5px;
}

.menuMain .menuSection {
    height: 32px;
    margin: 0 auto;
}

    .menuMain .menuSection ul {
    }

        .menuMain .menuSection ul li {
            float: right;
            display: table-cell;
            margin: 0;
            padding: 0;
            background-image: url('../images/mobile/menuArrow.png');
            background-position: left;
            background-repeat: no-repeat;
            height: 32px;
            line-height: 30px;
            text-align: center;
        }

            .menuMain .menuSection ul li a:link, .menuMain .menuSection ul li a:visited {
                color: #fff;
                text-decoration: none;
                font-weight: normal;
                font-size: 13px;
                padding-left: 15px;
                padding-right: 10px;
                padding-top: 3px;
                padding-bottom: 3px;
            }

            .menuMain .menuSection ul li a.menuCurrent, .menuMain .menuSection ul li a:hover {
                color: #000;
            }

            .menuMain .menuSection ul li:last-child {
                background-image: none;
            }

            .menuMain .menuSection ul li.homeIcon {
                width: 50px;
            }

                .menuMain .menuSection ul li.homeIcon a {
                    background-image: url('../images/mobile/homeIcon.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    width: 12px;
                    height: 12px;
                    display: block;
                    margin: 0 auto;
                    margin-top: 6px;
                }

                    .menuMain .menuSection ul li.homeIcon a:link, .menuMain .menuSection ul li.homeIcon a:visited {
                        text-decoration: none;
                        padding-top: 3px;
                        padding-bottom: 3px;
                    }

                    .menuMain .menuSection ul li.homeIcon a.menuCurrent, .menuMain .menuSection ul li.homeIcon a:hover {
                        background-color: transparent;
                    }

    .menuMain .menuSection .menuBack {
        height: 32px;
        width: 32px;
        background-color: #e53935;
        float: left;
    }

        .menuMain .menuSection .menuBack a {
            background-repeat: no-repeat;
            display: block;
            width: 32px;
            height: 32px;
            background-image: url('../Images/mobile/greyArrow-l-ico.png');
            background-position: center;
        }

    .menuMain .menuSection ul li.menuBack a:hover {
        background-color: transparent;
    }

.menuMain .menuSubSection {
    height: 32px;
    margin: 0 auto;
}

    .menuMain .menuSubSection ul {
    }

        .menuMain .menuSubSection ul li {
            float: right;
            display: table-cell;
            margin: 0;
            padding: 0;
            background-position: left;
            background-repeat: no-repeat;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 92%;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
        }

            .menuMain .menuSubSection ul li a:link, .menuMain .menuSubSection ul li a:visited {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                font-size: 13px;
                padding-left: 10%;
                padding-right: 10%;
                padding-top: 3px;
                padding-bottom: 3px;
            }

            .menuMain .menuSubSection ul li a.menuCurrent, .menuMain .menuSubSection ul li a:hover {
                background-color: #0d7dd6;
            }

            .menuMain .menuSubSection ul li.homeIcon a:link, .menuMain .menuSubSection ul li.homeIcon a:visited {
                text-decoration: none;
                padding-top: 3px;
                padding-bottom: 3px;
            }

            .menuMain .menuSubSection ul li.menuBackSub {
                width: 32px;
                height: 32px;
                float: right;
            }

                .menuMain .menuSubSection ul li.menuBackSub a {
                    background-repeat: no-repeat;
                    display: block;
                    width: 26px;
                    height: 26px;
                    background-image: url('../Images/mobile/greyArrow-r-ico.png');
                    background-position: center;
                    background-color: #e53935;
                }

                    .menuMain .menuSubSection ul li.menuBackSub a:hover {
                        background-color: #cd1818;
                    }

.innerStory {
}

    .innerStory .mainStoryDate {
        text-align: right;
        font-size: 11px;
        color: #78909c;
        margin-right: 10px;
    }

    .innerStory h1 {
        font-size: 22px;
        margin: 10px;
    }

.newsInner {
    padding-right: 10px;
    padding-left: 10px;
}

    .newsInner .mainStoryDate {
        text-align: right;
        font-size: 11px;
        color: #78909c;
    }

.innerStory .mainStoryImage {
    text-align: center;
}

    .innerStory .mainStoryImage img {
        width: 100%;
        height: 100%;
    }


.content .blockContent ul li .moreSectionName {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 40%;
    text-align: center;
}

    .content .blockContent ul li .moreSectionName a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
        display: block;
    }

        .content .blockContent ul li .moreSectionName a.grey {
            background-color: #7e7e7e;
        }

        .content .blockContent ul li .moreSectionName a.red {
            background-color: #cd1818;
        }

        .content .blockContent ul li .moreSectionName a.blue {
            background-color: #0066ff;
        }

        .content .blockContent ul li .moreSectionName a.orange {
            background-color: #ff9900;
        }

        .content .blockContent ul li .moreSectionName a.green {
            background-color: #4a7801;
        }

        .content .blockContent ul li .moreSectionName a.blueLight {
            background-color: #3399ff;
        }

        .content .blockContent ul li .moreSectionName a.purple {
            background-color: #990099;
        }

        .content .blockContent ul li .moreSectionName a.greenLight {
            background-color: #009900;
        }

.menuMain .menuMore {
    height: 32px;
    margin: 0 auto;
}

    .menuMain .menuMore ul {
    }

        .menuMain .menuMore ul li {
            float: right;
            display: table-cell;
            margin: 0;
            padding: 0;
            background-position: left;
            background-repeat: no-repeat;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 33%;
        }

            .menuMain .menuMore ul li a:link, .menuMain .menuMore ul li a:visited {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                font-size: 13px;
                display: block;
            }

            .menuMain .menuMore ul li a.menuCurrent, .menuMain .menuMore ul li a:hover {
                background-color: #e53935;
            }

.innerStory .mainStoryCaption {
    text-align: center;
    font-size: 12px;
    color: #858585;
}

.socialAreaMain {
    /*padding-top: 30px;*/
    padding-bottom: 10px;
}

    .socialAreaMain .socialArea {
        margin: 0 auto;
        text-align: center;
    }

        .socialAreaMain .socialArea a {
            width: 40px;
            height: 40px;
            margin-left: 2px;
            margin-right: 2px;
        }

        .socialAreaMain .socialArea ul {
            width: 90px;
            direction: ltr !important;
        }

            .socialAreaMain .socialArea ul li {
                width: 90px;
                text-align: left;
                margin-bottom: 10px;
                direction: ltr !important;
            }

    .socialAreaMain span {
        font-size: 13px;
        color: #072e69;
    }

#___plusone_0 {
    width: 90px !important;
}

.content .newsInner {
    padding: 5px;
}

    .content .newsInner p {
        font-size: 18px;
        line-height: 29px;
    }

        .content .newsInner p object {
            width: 100% !important;
            height: 100% !important;
        }

blockquote .blockContent.no-border.no-borderBold ul li a {
    font-size: 12px;
    color: #004881;
    line-height: 19px;
    display: block;
    font-weight: bold;
}

/* inners */

.menuMain .menuNewsInner {
    width: 98%;
    height: 32px;
    margin: 0 auto;
    background-image: url('../images/mobile/menu-bg.jpg');
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .menuMain .menuNewsInner ul {
    }

        .menuMain .menuNewsInner ul li {
            float: right;
            display: table-cell;
            margin: 0;
            padding: 0;
            background-image: url('../images/mobile/menuSeprator.jpg');
            background-position: left;
            background-repeat: no-repeat;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 20%;
        }

            .menuMain .menuNewsInner ul li.currentSection {
                width: 60%;
            }

            .menuMain .menuNewsInner ul li a:link, .menuMain .menuNewsInner ul li a:visited {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                font-size: 13px;
                padding-left: 10%;
                padding-right: 10%;
                padding-top: 3px;
                padding-bottom: 3px;
            }

            .menuMain .menuNewsInner ul li.currentSection a {
                color: #000;
            }

            .menuMain .menuNewsInner ul li a.menuCurrent, .menuMain .menuNewsInner ul li a:hover {
                background-color: #c24505;
                color: White;
            }

.menuMain .menuSection ul li.homeIcon {
    width: 50px;
}

.menuMain .menuNewsInner ul li.homeIcon a {
    background-image: url('../images/mobile/homeIcon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}

    .menuMain .menuNewsInner ul li.homeIcon a:link, .menuMain .menuNewsInner ul li.homeIcon a:visited {
        text-decoration: none;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .menuMain .menuNewsInner ul li.homeIcon a.menuCurrent, .menuMain .menuNewsInner ul li.homeIcon a:hover {
        background-color: transparent;
    }

.menuMain .menuNewsInner ul li.currentColumns {
    width: 80%;
}

.content .columnistBox {
    width: 97%;
    padding: 3px;
    margin: 0 auto;
}

    .content .columnistBox .columnist-image {
        float: left;
    }

        .content .columnistBox .columnist-image img {
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

    .content .columnistBox .columnist-authorName {
        float: right;
    }

        .content .columnistBox .columnist-authorName a {
            font-size: 12px;
            font-weight: bold;
            color: #e53935;
        }

    .content .columnistBox .columnistBio {
        width: 100%;
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin: 0 auto;
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .content .columnistBox .innerStory h1, .content .columnistBox .innerStory .mainStoryDate {
        margin: 0px;
    }

blockquote .blockContent ul li .leftText .date {
    float: right;
    margin-right: 3px;
    background-image: url('../images/mobile/dateBullet.gif');
    background-position: right;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #bbbdbf;
    padding-right: 15px;
    font-family: Tahoma;
}

.content .blockContent .ArticlesMore {
    width: 100%;
    margin: 0 auto;
    height: 21px;
    text-align: center;
    background-color: #f97300;
}

    .content .blockContent .ArticlesMore a {
        width: 100%;
        height: 21px;
        text-align: center;
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        line-height: 21px;
        background-image: url('../images/mobile/ArticlesMoreBullet.gif');
        background-position: center;
        background-repeat: no-repeat;
    }

.content .columnistBox.withoutBorder {
    border: none;
}

.content .authorBack {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .content .authorBack a {
        font-size: 12px;
        color: #585858;
        line-height: 24px;
        display: block;
        font-weight: bold !important;
        border: 1px solid #585858;
        float: left;
        padding: 3px;
        padding-left: 33px;
        padding-right: 13px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: url('../Images/mobile/greyArrow-l-ico.png');
        background-position: 10%;
        background-repeat: no-repeat;
    }


.content .static {
    padding: 5px;
    margin-bottom: 10px;
}

    .content .static p {
        line-height: 26px;
        font-size: 13px;
        font-weight: normal;
    }

        .content .static p a {
        }

    .content .static .left {
        text-align: center;
    }

        .content .static .left .dropDown {
            padding: 3px;
            margin-bottom: 3px;
            width: 50%;
            margin: 0 auto;
        }

            .content .static .left .dropDown strong {
                font-size: 12px;
            }

    .content .static .prayTime {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .content .static select {
        border: 1px solid #979797;
        color: #000000;
        font-family: Tahoma;
        font-size: 13px;
        height: 22px;
        margin-top: 4px;
        padding-right: 10px;
    }

    .content .static table {
        font-weight: bold;
    }

        .content .static table tr.tableHead {
            background-color: #e53935;
        }

        .content .static table tr {
            border: 1px solid silver;
        }

            .content .static table tr th {
                color: white;
                font-size: 11px;
                font-weight: bold;
                height: 25px;
                text-align: center;
                vertical-align: middle;
            }

            .content .static table tr td {
                color: #000;
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                vertical-align: middle;
                border: 1px solid silver;
                padding-top: 10px;
                padding-bottom: 10px;
            }




.whtsShare a {
    background-image: url('../images/whtsShare.jpg');
    width: 72px;
    height: 31px;
    display: block;
}

.twitter-share-button, twitter-count-horizontal {
    width: 90px !important;
}


#alphabets {
    padding-top: 5px;
    float: right;
    border-left: 1px solid #F2F2F2 !important;
    border-right: 1px solid #F2F2F2 !important;
    padding-right: 7px;
}

a.columnistLetter, a.currentColumnistLetter {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #37474f;
    background-color: #cfd8dc;
    font-weight: bold;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 6px;
}

    a.columnistLetter:hover {
        background-color: #37474f;
        color: #cfd8dc;
    }

a.currentColumnistLetter {
    background-color: #37474f;
    color: #cfd8dc;
}

.alphabetsNamesWrap {
    border-bottom: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

ul.ulAlphabetsNames {
    background-color: #37474f;
}

    ul.ulAlphabetsNames li {
        background-color: #E1E1E1;
        float: right;
        margin-bottom: 5px;
        width: 100%;
        height: 30px;
        color: #E84304;
        list-style: none !important;
        margin-right: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

        ul.ulAlphabetsNames li a {
            font-weight: bold;
            text-decoration: none;
            padding-right: 10px;
            font-size: 12px;
            color: #555555;
            width: 100%;
            height: 30px;
            display: block;
            line-height: 30px;
        }

        ul.ulAlphabetsNames li:hover {
            background-color: #F2F2F2;
        }









.pager.listingPager {
    margin-top: 0px;
}

.pager {
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    direction: ltr;
    font-family: Tahoma;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .pager a {
        background-color: #cfd8dc;
        padding: 5px;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: normal;
        margin-right: 5px !important;
        color: #37474f;
    }

        .pager span, .pager a:hover {
            background-color: #e53935;
            padding: 5px;
            padding-left: 7px;
            padding-right: 7px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #fff !important;
            font-size: 11px;
            margin-right: 5px !important;
        }


strong.errorMsg {
    width: 80%;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    background-image: url(../images/mobile/error-ico.jpg);
    background-repeat: no-repeat;
    background-position: center 5px;
    padding-top: 80px;
}

span.errorMsg2 {
    background: #fff;
    width: 90%;
    color: #000;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

ul.errorList {
    font-size: 13px;
    font-weight: bold;
    list-style: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    ul.errorList li {
        color: #004D8B;
        margin: 0 auto 4px;
        padding: 5px;
        text-align: center;
        width: 50%;
        background: #F6F6F6;
    }

        ul.errorList li a {
            color: #004D8B;
            text-align: center;
        }


nav {
    position: relative;
    float: left;
    height: 24px;
}

    nav .prev {
        float: right;
        width: 32px;
        height: 32px;
        margin-right: 5px;
        margin-left: 10px;
        background-color: #ef5350;
        color: #fff;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../Images/mobile/greyArrow-r-ico.png');
    }

    nav .next {
        float: left;
        width: 32px;
        height: 32px;
        margin-right: 5px;
        background-color: #ef5350;
        color: #fff;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../Images/mobile/greyArrow-l-ico.png');
    }


#position {
    text-align: center;
    font-size: 27px;
    line-height: 27px;
    color: #697279;
    display: block;
    height: 24px;
}

    #position em {
        display: inline-block;
        padding: 0 2px;
        font-style: normal;
        color: #fff;
        font-family: sans-serif;
        height: 32px;
        line-height: 32px;
        font-size: 32px;
    }

        #position em.on {
            color: #ef5350;
        }

a.lastNews_more {
    font-size: 12px;
    color: #585858;
    line-height: 24px;
    display: block;
    font-weight: bold !important;
    border: 1px solid #585858;
    float: left;
    padding: 3px;
    padding-left: 33px;
    padding-right: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url('../Images/mobile/greyArrow-l-ico.png');
    background-position: 10%;
    background-repeat: no-repeat;
}




.comicSelector {
    text-align: center;
    margin-bottom: 10px;
}

    .comicSelector .comicSelection {
        border: 1px solid #979797;
        color: #000000;
        font-family: Tahoma;
        font-size: 13px;
        height: 22px;
        margin-top: 4px;
        padding-right: 10px;
        width: 70%;
    }

.comicTitleCenter {
    text-align: center;
    margin-bottom: 10px;
}


    .comicTitleCenter a {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .comicTitleCenter span {
        color: #78909c;
        font-size: 11px;
    }

.comicSocial {
    border-top: 0px !important;
}

.comicContent {
    padding-bottom: 10px;
}

    .comicContent h2 {
        margin-bottom: 10px;
        background: #e53935;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        padding-right: 5px;
        height: 32px;
        line-height: 32px;
    }

    .comicContent ul {
    }

        .comicContent ul li {
            padding: 10px;
            margin-bottom: 5px;
            border: 1px solid #dbdbdb;
            text-align: center;
        }

            .comicContent ul li img {
                width: 134px;
                height: 74px;
            }

    .comicContent .bodyTextMore {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .comicContent .bodyTextMore::before {
            content: none;
        }



.columnistNoResults {
    background-color: #FF5A00;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 8px;
    text-align: center;
    margin: 0 auto;
}

.columnistNoResults {
    margin-top: 20px;
    background-color: #37474f;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

    .columnistNoResults:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 11px solid #37474f;
        position: absolute;
        top: -10px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }

.bbcInnerFooter {
    text-align: center;
}








.cont-btn {
    margin: 0 auto;
    max-width: 300px;
    padding: 2%;
    width: 100%;
}

.btn {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #02204c;
    background-image: url('../Images/mobile/menu-ico.png');
    background-position: 5px;
    background-repeat: no-repeat;
}

    .btn:hover {
        opacity: .8;
    }

/******/
.cont-nav, .cont-navLeft, .cont-navRight {
    background-color: #02204c;
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: -7px 0px 9px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -7px 0px 9px -4px rgba(0,0,0,0.75);
    box-shadow: -7px 0px 9px -4px rgba(0,0,0,0.75);
}

.cont-navLeft {
    left: -225px;
}

.cont-navRight {
    right: -260px;
    padding-top: 45px;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

    .nav-menu .title {
        color: #fff;
        font-size: 18px;
        padding: 12px 0;
        text-align: center;
    }

    .nav-menu li {
        border-bottom: 1px solid #0c3879;
    }

        .nav-menu li.searchBlock {
            background-color: #0c3879;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }

    .nav-menu .searchBox {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        width: 70%;
        height: 30px;
        font-size: 12px;
        border: none;
        font-size: 12px;
        padding-right: 10px;
    }

    .nav-menu .searchBlock span {
        position: relative;
    }

        .nav-menu .searchBlock span .searchBtn {
            position: relative;
            right: -50px;
            background-image: url("../images/search-btn.png");
            background-repeat: no-repeat;
            border: none;
            background-color: #fff;
            width: 30px;
            top: 3px;
        }

    .nav-menu li a {
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #fff;
        padding-right: 10px;
    }


/* Push body and nav */
.push-right {
    left: 200px;
}

.openRight {
    right: 0;
    width: 70%;
    padding-top: 41px;
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
}


.breadCrumb {
    margin-right: 15px;
    margin-top: 10px;
}

    .breadCrumb ul li {
        float: right;
        margin-left: 20px;
        font-size: 11px;
        font-weight: bold;
    }

        .breadCrumb ul li a {
            font-size: 11px;
            display: block;
            color: #78909c;
        }

            .breadCrumb ul li a:hover {
                color: #e57373;
            }

        .breadCrumb ul li.selected, .breadCrumb ul li.selected a {
            color: #e57373;
        }







.mainStory {
    background-color: #072e69;
}

    .mainStory .slider .image {
        position: relative;
    }

        .mainStory .slider .image::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 30%;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,072e69+99&amp;0+0,1+100 */
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(7,46,105,0.99) 99%, rgba(7,46,105,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(7,46,105,0.99)), color-stop(100%,rgba(7,46,105,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(7,46,105,0.99) 99%,rgba(7,46,105,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(7,46,105,0.99) 99%,rgba(7,46,105,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(7,46,105,0.99) 99%,rgba(7,46,105,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(7,46,105,0.99) 99%,rgba(7,46,105,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#072e69',GradientType=0 ); /* IE6-9 */
        }

    .mainStory .slider .text {
        background-color: #072e69;
        padding: 10px;
        padding-top: 0px;
        color: #fff;
        text-align: center;
    }






























/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    direction: ltr;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}




/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    background-color: #072e69;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 8px;
            height: 8px;
            margin: 0px 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #9ec1f7;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            background: #ef5350;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../Images/mobile/AjaxLoader.gif) no-repeat center center;
}


#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #9ec1f7;
}

#progressBar {
    width: 100%;
    background-color: #eceff1;
}


.owl-pagination {
    margin-top: 0px;
}


a.newsInnerSms {
    display: block;
    background-image: url("../images/sms-ico.jpg");
    background-repeat: no-repeat;
    background-position: right;
    line-height: 27px;
    padding-right: 35px;
    font-size: 12px;
    color: #e53935;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}


blockquote.relatedBlock {
    position: relative;
    border-top: 1px solid #dedede;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-right: 0px;
    margin-left: 0px;
}


.moreNews {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

    .moreNews a {
        width: 49%;
        height: 50px;
        overflow: hidden;
        border: 1px solid #585858;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        box-sizing: border-box;
    }

    .moreNews strong {
        background-color: #585858;
        width: 20px;
        height: 50px;
        display: block;
        float: right;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .moreNews a.left strong {
        float: left;
        margin-right: 5px;
    }

    .moreNews a.right strong {
        float: right;
        margin-left: 5px;
    }

    .moreNews span {
    }

    .moreNews a.right {
        float: right;
    }

    .moreNews a.left {
        float: left;
        padding-right: 10px;
    }



.galleryAlbums {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .galleryAlbums ul li {
        float: right;
        margin-bottom: 10px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .galleryAlbums ul li a {
            display: block;
            margin: 5px;
            background-color: #fff;
            -webkit-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
            box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 240px;
            overflow: hidden;
        }

            .galleryAlbums ul li a img {
                width: 100%;
                height: 134px;
            }

            .galleryAlbums ul li a span {
                font-size: 13px;
                line-height: 22px;
                display: block;
                padding: 5px;
            }


.push-left .btn {
    background-image: url('../Images/mobile/menu-ico.png');
    background-position: -37px;
}


blockquote.borderBlock.marginless {
    margin-bottom: 20px;
}

.lisingSelect strong {
    font-size: 18px;
    font-weight: bold;
}

.lisingSelect select {
    width: 100%;
    padding: 5px;
    font-family: "Droid Arabic Kufi", serif;
    font-size: 12px;
    border: 1px solid #9ec1f7;
}

.mainStory.innerStoryCarousel {
    margin-bottom: 20px;
}

blockquote.blockList ul li {
    list-style-type: circle;
    font-size: 12px;
    margin-right: 18px;
    list-style-position: outside;
    color: #9ec1f7;
}

.seprator {
    height: 10px;
}

.mainStoryImage {
    text-align: center;
}

.imageStory {
    text-align: center;
}

    .imageStory a {
        display: block;
        height: auto;
        float: right;
        width: 100%;
    }


.imageTitle {
    background-color: #072e69;
    padding: 10px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

    .imageTitle a {
        color: #fff;
        margin-bottom: 5px;
        display: block;
    }

    .imageTitle span {
        color: #9ec1f7;
        font-size: 12px;
        font-family: Tahoma;
        display: block;
    }



.videoStory {
    text-align: center;
    height: 196px;
}

.videoTitle {
    background-color: #072e69;
    padding: 10px;
    margin-bottom: 30px;
}

    .videoTitle a {
        color: #fff;
    }

    .videoTitle span {
        color: #9ec1f7;
        font-size: 12px;
        font-family: Tahoma;
    }

.videoList li {
    margin-bottom: 20px;
}

    .videoList li a {
        display: block;
    }

    .videoList li .image {
        float: right;
        width: 150px;
        height: 100px;
        margin-left: 10px;
    }

        .videoList li .image img {
            height: 100px;
        }

    .videoList li .title {
        height: 100px;
        overflow: hidden;
    }


.subsList {
    background-color: #dde2e8;
}

    .subsList strong {
        font-weight: bold;
        background-color: #acc1df;
        display: block;
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
        color: #fff;
        position: relative;
    }

    .subsList span {
        display: block;
        float: right;
        margin-left: 10px;
        color: #fff;
    }

    .subsList a {
        margin-left: 10px;
        display: block;
        float: right;
        margin-top: 5px;
        font-size: 12px;
    }

    .subsList strong::before {
        position: absolute;
        left: -10px;
        display: block;
    }

    .subsList em {
        float: right;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #acc1df;
        margin-left: 10px;
        margin-top: 10px;
    }

.bodyText {
    position: relative;
}

a.bodyTextMore {
    margin-bottom: 15px;
    text-align: center;
    color: #e53935;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #e53935;
    padding: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

a.bodyTextLess {
    text-align: center;
    color: #072e69;
}

.bodyTextMore::before {
    content: "";
    position: absolute;
    top: -101px;
    right: 0;
    width: 100%;
    display: block;
    height: 100px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.currDiv {
    text-align: center;
}


.static.currDiv {
    text-align: center;
}

    .static.currDiv input, .static.currDiv select {
        min-width: 250px;
        margin-bottom: 10px;
    }

    .static.currDiv input {
        text-align: center;
        height: 20px;
    }

.currDiv .currGo {
    background-color: #e53935;
    border: none;
    height: 40px !important;
    line-height: 40px !important;
    min-width: 250px;
    color: #fff;
    font-weight: bold;
    font-family: 'Droid Arabic Kufi', Tahoma;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.currDiv span {
    font-size: 13px;
}




/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.searchResultTitle {
    padding: 10px;
    margin-top: 10px;
    color: #78909c;
}





.columnistBox span {
    float: right;
    margin-right: 5px;
    line-height: 40px;
    font-size: 12px;
}

.columnistBox ul.columinstIcons {
    float: right;
    margin-right: 5px;
    margin-top: 8px;
}

    .columnistBox ul.columinstIcons li {
        float: right;
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }


















.columnistBio {
    position: relative;
}

a.columnistBioMore {
    text-align: center;
    position: relative;
}

    a.columnistBioMore span {
        position: absolute;
        box-sizing: border-box;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #d1d1d1;
        background-image: url('../Images/arrow-bottom-ico.png');
        background-position: center;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        left: 0;
        bottom: 0px;
        margin: 0 auto;
        right: 0;
    }

a.columnistBioLess {
    text-align: center;
    color: #072e69;
}

.columnistBioMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.smallAd {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ad {
    display: inline-block;
}

.largeAd {
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eeeeee;
}

/*
.content .contentAd {
	margin-bottom:20px;
	text-align:center;
	
}
.footerMain .footerAd {
	margin-top:10px;
}
.adCenterMain 
{
    text-align:center;
    padding-bottom:50px;
}
.adCenter 
{
    display:inline-block;
}
.adCenter.adHomeTop 
{
    margin-top:10px;
    margin-bottom:15px;
}
*/

/*announce footer start*/

.announceFooter {
    overflow: hidden;
    position: fixed;
    height: 45px;
    width: 100%;
    z-index: 5000;
    bottom: 0;
    background-color: #02204c;
    color: white;
    text-align: center;
}

    .announceFooter div {
        margin-top: 9px;
        display: inline-flex;
        color: white;
    }

    .announceFooter div strong {
        margin-right: 10px;
    }

    .announceFooter img {
        width: 25px;
        height: 25px;
        margin-top: 2px;
        margin-right: 10px;
    }


.announceFooterBig {
    overflow: hidden;
    position: fixed;
    height: 110px;
    width: 100%;
    z-index: 5000;
    bottom: 0;
    background-color: white;
    color: white;
}
.announceFooterBigHeader {
    background-color: #02204c;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
}

    .announceFooterBigHeader .closeButton {
        float: left;
        position: relative;
        top: 1px;
        color: white;
        font-size: 24px;
        font-family: Arial;
        max-width: 30px;
    }

.spk-default-wg .sp-top-bar /*fix header padding generated from speakol*/ 
{
    padding: 2px 2px !important;
}

/*announce footer end*/
