﻿@import url('../css/lightslider.css');
@import url('../css/lightgallery.css');
@import url('../css/gallery.css');
@import url('https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('../SpryAssets/SpryTabbedPanels.css');

@font-face {
    font-family: droid arabic kufi;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/DroidKufi-Regular.eot);
    src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),url(fonts/DroidKufi-Regular.woff2) format('woff2'),url(fonts/DroidKufi-Regular.woff) format('woff'),url(fonts/DroidKufi-Regular.ttf) format('truetype')
}

@font-face {
    font-family: droid arabic kufi;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/DroidKufi-Bold.eot);
    src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),url(fonts/DroidKufi-Bold.woff2) format('woff2'),url(fonts/DroidKufi-Bold.woff) format('woff'),url(fonts/DroidKufi-Bold.ttf) format('truetype')
}

body {
    margin: 0;
    padding: 0;
    font-family: droid arabic kufi;
    font-weight: 400;
    font-style: normal;
    direction: rtl;
    background-color: #e1e1e1
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}

a {
    text-decoration: none
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.number {
    font-family: open sans,sans-serif
}

.wrapper {
    width: 1300px;
    margin: 0 auto
}

.header {
    display: block;
    height: 80px;
    position: relative
}

.header-fixed {
    height: 80px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.09);
    z-index: 100;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.16)
}

.banner {
    display: block;
    height: 80px;
    background-color: #1d184e;
    position: relative
}

.logo {
    margin: 0 auto;
    border: 0;
    width: 155px
}

    .logo img {
        margin-top: 13px;
        border: 0;
        width: 100%
    }

.menu-slide {
    width: 80px;
    height: 80px;
    border-left: 1px #4d4972 solid;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

#show {
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-image: url(menu-btn.png);
    background-repeat: no-repeat;
    background-position: center center
}

#hide {
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-image: url(close.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left
}

.target {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 101;
    top: 0;
    right: -305px;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    box-shadow: -2px 2px 3px 1px rgba(0,0,0,.09)
}

.target-header {
    display: block;
    height: 80px;
    background-color: #ff9100
}

.lang {
    position: absolute;
    right: 190px;
    width: 125px;
    height: 80px;
    top: 0;
}

    .lang a {
        font-size: 12px !important;
        color: #fff;
        padding: 0 15px 0 0;
        line-height: 75px !important;
    }

.target-header-social {
    float: right;
    height: 80px;
    margin-right: 10px;
    width: 170px
}

    .target-header-social img {
        margin-right: 13px;
        margin-top: 28px;
        float: left
    }

.ul-menu {
    display: block;
    clear: both;
    margin-bottom: 15px
}

    .ul-menu li {
        display: block;
        border-bottom: 1px #ddd solid
    }

        .ul-menu li a {
            color: #00148C;
            font-size: 14px;
            font-weight: 700
        }

            .ul-menu li a span {
                padding: 10px 15px;
                clear: both;
                display: block
            }

            .ul-menu li a:hover {
                color: #ff9100
            }

.dropbtn {
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 85px;
    height: auto;
    padding: 26px 0;
    background-image: url(down.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: droid arabic kufi
}

.pshow {
    display: none
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 85px;
    text-align: center
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 1px 1px 1px #cfcfcf
}

    .dropdown-content a {
        color: #000;
        padding: 10px;
        text-decoration: none;
        display: inline-block;
        font-size: 14px
    }

        .dropdown-content a:hover {
            color: #ff9100
        }

.show {
    display: block
}

.live {
    position: absolute;
    left: 0;
    width: 120px;
    height: 80px;
    top: 0;
    border-right: 1px #4d4972 solid;
    background-color: #ff9100;
}

.social {
    position: absolute;
    right: 10px;
    width: 166px;
    height: 80px;
    top: 0;
    padding: 0 10px;
}

    .social a {
        float: left;
        padding: 30px 7px
    }

.search {
    position: absolute;
    left: 130px;
    width: 30px;
    height: 80px;
    top: 0;
}

    .search img {
        position: relative;
        top: 31px
    }

#btn {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10
}

#panel {
    display: none;
    width: 270px;
    background-color: #202020;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 10;
    left: 0;
    height: 44px;
    top: 80px;
    padding: 0 5px 5px
}

#livebtn {
    cursor: pointer;
    text-align: right;
    position: relative;
    z-index: 1000;
    background-image: url(live.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 21px 12px;
    font-size: 16px;
    color: #1d184e;
    font-weight: 400;
}

#livepanel {
    display: none;
    width: 190px;
    background-color: #00148c;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 10;
    left: 0;
    height: 40px;
    top: 80px;
    padding: 5px
}

    #livepanel a {
        display: inline-block;
        color: #fff;
        float: right;
        padding: 5px 10px;
        font-size: 14px
    }

    #livepanel img {
        margin-top: 4px
    }

.menu {
    display: none;
    height: 50px;
    background-color: #fff;
    text-align: center
}

    .menu a {
        color: #00148c;
        padding: 0 15px;
        line-height: 49px;
        font-weight: 700;
        font-size: 15px
    }

        .menu a:hover {
            color: #ff9100
        }

.lang-bnt {
    background-color: #222;
    padding: 3px 15px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 15px 0 0
}

.breking {
    display: block;
    background-color: #d70606;
    padding: 10px 0 20px
}

.breaking-news-content {
    height: auto;
    display: block;
    padding: 0
}

    .breaking-news-content h2 {
        position: absolute;
        font-size: 30px;
        color: #fff;
        font-weight: 700
    }

.ticker {
    padding-right: 150px;
    padding-top: 12px;
    font-size: 20px
}

    .ticker a {
        color: #fff
    }

.titles {
    display: block;
    position: relative;
    height: 30px
}

.titles-line {
    height: 3px;
    background-color: #ff9100;
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%
}

.titles:before {
    content: url(title-icon.png);
    margin-left: 10px;
    margin-top: 15px;
    position: absolute;
    top: 0;
    z-index: 2
}

.titles h1 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    background-color: #fff;
    padding: 0 30px 0 15px;
    width: auto;
    position: absolute;
    z-index: 1
}

.hero-section {
    background-color: #fff;
    padding: 30px 0
}

.main-section {
    display: block;
    clear: both
}

.trending {
    float: right;
    display: inline-block;
    width: 21%;
    vertical-align: top;
    height: 792px
}

    .trending ul {
        display: block;
        margin-top: 30px
    }

        .trending ul li {
            border-bottom: 1px #ddd solid;
            padding-bottom: 10px;
            width: 100%;
            display: block;
            min-height: 95px;
            padding-top: 8px
        }

            .trending ul li h2 {
                display: block;
                font-weight: 400;
                font-size: 14px;
                line-height: 26px;
                margin-bottom: 8px
            }

            .trending ul li a {
                color: #0a077e
            }

.extra-info {
    display: block;
    height: 25px
}

    .extra-info h5 {
        font-weight: 400;
        font-size: 12px;
        color: #818181;
        width: auto;
        float: right;
        margin-left: 10px;
        font-family: open sans,sans-serif;
        padding-top: 5px
    }

    .extra-info span {
        font-weight: 400;
        font-size: 12px;
        color: #ff7400;
        width: auto;
        float: right;
        margin-left: 10px
    }

.Kurdistan {
    color: #052d8c !important
}

.Iraq {
    color: #008971 !important
}

.World {
    color: #b0a14f !important
}

.Eco {
    color: #ff9100 !important
}

.Health {
    color: #5b9dc7 !important
}

.Zansty {
    color: #ec0064 !important
}

.Sport {
    color: #008f0d !important
}

.extra-info i {
    width: 13px;
    float: right;
    margin-left: 10px;
    background-image: url(photo-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
    margin-top: 4px
}

.extra-info b {
    width: 13px;
    float: right;
    margin-left: 10px;
    background-image: url(video-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
    margin-top: 4px
}

.main-news {
    float: right;
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
    margin-right: 2%;
    height: 792px
}

.top-story {
    display: block;
    height: 342px;
    position: relative;
    width: 100%;
    overflow: hidden
}

    .top-story img {
        width: 100%
    }

.top-story-bg {
    position: absolute;
    width: 100%;
    height: 35%;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 )
}

.top-story-title {
    position: absolute;
    width: 96%;
    padding: 1% 2%;
    bottom: 0;
    right: 0
}

.top-story h1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 36px
}

.more-story {
    display: block;
    margin-top: 20px
}

    .more-story ul li {
        display: inline-block;
        float: right;
        width: 48%;
        margin-left: 4%;
        height: 427px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
    }

        .more-story ul li:last-child {
            margin-left: 0
        }

.more-story-top {
    display: block;
    height: 304px;
    overflow: hidden;
    border-bottom: 1px #ddd solid
}

.more-story-top-img {
    width: 100%;
    overflow: hidden;
    height: 175px
}

    .more-story-top-img img {
        width: 100%
    }

.more-story-top h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.more-story-bottom {
    display: block;
    height: 120px;
    overflow: hidden
}

    .more-story-bottom h2 {
        font-size: 14px;
        font-weight: 400;
        color: #000
    }

.title-padding {
    width: 96%;
    padding: 10px 2%
}

.tags {
    display: block;
    margin-top: 20px
}

    .tags a {
        color: #040093;
        margin-left: 5px;
        display: inline-block;
        margin-bottom: 12px
    }

        .tags a span {
            border: 2px #ff9100 solid;
            padding: 2px 6px;
            font-size: 12px
        }

.left-section {
    float: right;
    display: inline-block;
    width: 27%;
    vertical-align: top;
    margin-right: 1.5%;
    height: 792px
}

.left-add {
    display: block;
    margin-bottom: 10px
}

    .left-add img {
        width: 100%
    }

.left-add-bottom {
    display: block
}

    .left-add-bottom img {
        width: 100%
    }

.popular {
    display: block;
    margin-top: 10px
}

    .popular ul {
        display: block;
        margin-top: 15px
    }

        .popular ul li {
            display: block;
            border-bottom: 1px #ddd solid;
            padding: 10px 0;
            min-height: 100px;
            position: relative
        }

            .popular ul li:last-child {
                border: 0
            }

            .popular ul li h1 {
                position: absolute;
                font-family: Arial;
                font-size: 38px;
                font-weight: 700;
                right: 0;
                top: 0;
                padding: 10px 0 0 10px;
                min-height: 110px;
                color: #ff7400
            }

.popular-itle {
    padding-right: 65px
}

.popular ul li h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px
}

.grey-bg {
    display: block;
    padding: 30px 0
}

.section-one {
    display: block;
    height: 465px
}

.section-one-news {
    width: 70%;
    display: inline-block;
    float: right;
    background-color: #fff;
    height: 440px;
    padding: 10px 1.5%
}

.section-one-news-big {
    width: 49%;
    margin-left: 2%;
    vertical-align: top;
    float: right;
    margin-top: 25px
}

.section-one-news-big-img {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 5px;
    overflow: hidden
}

    .section-one-news-big-img img {
        width: 100%
    }

.section-one-news-big h2 {
    display: block;
    font-weight: 700;
    color: #0a077e;
    font-size: 18px
}

.section-one-news-small {
    width: 49%;
    vertical-align: top;
    float: right
}

    .section-one-news-small ul {
        margin-top: 25px
    }

        .section-one-news-small ul li {
            display: block;
            margin-bottom: 15px;
            height: 110px;
            width: 100%
        }

            .section-one-news-small ul li:last-child {
                margin-bottom: 0
            }

.section-one-news-small-img {
    float: right;
    margin-left: 10px;
    overflow: hidden;
    width: 165px;
    height: 110px
}

    .section-one-news-small-img img {
        width: 100%
    }

.section-one-news-small ul li h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.section-one-wtar {
    width: 24%;
    display: inline-block;
    float: right;
    background-color: #fff;
    height: 440px;
    padding: 10px 1.5%;
    background-color: #f4f1ee
}

.item {
    position: relative;
    direction: ltr;
    height: 410px
}

.section-one-wtar-div {
    display: block;
    height: 105px;
    margin-top: 15px;
    width: 100%;
    direction: rtl;
    text-align: right
}

.section-one-wtar-img {
    float: right;
    width: 94px;
    height: 94px;
    margin-left: 10px;
    overflow: hidden;
    border: 2px #ff7400 solid
}

    .section-one-wtar-img img {
        width: 100%
    }

.section-one-wtar-div h2 {
    font-size: 13px;
    font-weight: 400;
    color: #000
}

.section-two {
    display: block;
    height: 480px;
    margin-top: 30px
}

.section-two-gallery {
    width: 70%;
    display: inline-block;
    float: right;
    background-color: #353331;
    height: 460px;
    padding: 10px 1.5%
}

.section-two-gallery-big {
    float: right;
    width: 69%;
    display: inline-block;
    height: 397px;
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

    .section-two-gallery-big img {
        width: 115%
    }

.gallery-bg {
    position: absolute;
    right: 0;
    top: auto;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 50%;
    bottom: 0
}

.gallery-bg-title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96%;
    padding: 2%
}

.section-two-gallery-big h2 {
    font-weight: 700;
    color: #fff;
    font-size: 20px
}

.section-two-gallery-small {
    float: right;
    width: 29%;
    display: inline-block;
    height: 397px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-right: 2%
}

    .section-two-gallery-small ul {
        display: block
    }

        .section-two-gallery-small ul li {
            display: block;
            height: 190px;
            margin-bottom: 15px;
            overflow: hidden;
            position: relative
        }

            .section-two-gallery-small ul li img {
                width: 130%
            }

            .section-two-gallery-small ul li:last-child {
                margin-bottom: 0
            }

            .section-two-gallery-small ul li h2 {
                font-weight: 400;
                color: #fff;
                font-size: 14px
            }

.section-two-social {
    width: 24%;
    display: inline-block;
    float: right;
    background-color: #fff;
    height: 460px;
    padding: 10px 1.5%
}

    .section-two-social ul {
        margin-top: 20px
    }

        .section-two-social ul li {
            display: block;
            height: 187px;
            margin-bottom: 21px;
            overflow: hidden;
            position: relative
        }

            .section-two-social ul li img {
                width: 100%
            }

            .section-two-social ul li:last-child {
                margin-bottom: 0
            }

            .section-two-social ul li h2 {
                font-weight: 400;
                color: #fff;
                font-size: 14px
            }

.section-three {
    display: block;
    margin-top: 30px
}

.section-three-news {
    width: 70%;
    display: inline-block;
    float: right;
    background-color: #fff;
    padding: 10px 1.5%;
    height: 1080px
}

.section-three-news-items {
    display: block;
    height: 360px
}

    .section-three-news-items ul {
        display: block;
        margin-top: 15px
    }

        .section-three-news-items ul li {
            width: 32%;
            margin-left: 2%;
            height: 315px;
            float: right;
            display: inline-block
        }

            .section-three-news-items ul li:last-child {
                margin-left: 0
            }

            .section-three-news-items ul li h2 {
                font-weight: 400;
                color: #000;
                font-size: 14px
            }

.section-three-news-items-img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 180px;
    margin-bottom: 10px
}

    .section-three-news-items-img img {
        width: 100%
    }

.section-three-var {
    width: 24%;
    display: inline-block;
    float: right;
    background-color: #ececec;
    padding: 10px 1.5%;
    background-color: #f4f1ee;
    height: 1080px
}

    .section-three-var ul {
        display: block;
        margin-top: 20px
    }

        .section-three-var ul li {
            display: block;
            background-color: #fff;
            width: 100%;
            overflow: hidden;
            height: 325px;
            margin-bottom: 15px
        }

.section-three-var-img {
    width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 10px
}

    .section-three-var-img img {
        width: 100%
    }

.section-three-var ul li h2 {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 10px 10px
}

.shows {
    display: block;
    background-color: #222;
    padding: 30px 0
}

.shows-date {
    display: block;
    height: 30px;
    width: 100%;
    margin-bottom: 25px;
    position: relative
}

.shows-date-picker {
    float: left;
    height: 30px;
    width: 288px;
    background-color: #222;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

    .shows-date-picker span {
        color: #ff9100;
        font-size: 12px;
        padding-right: 10px
    }

.datepicker {
    width: 99px;
    border: 1px #555 solid;
    border-radius: 20px;
    background-color: transparent;
    color: #666;
    text-align: right;
    background-image: url(date-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 5px 7px;
    background-size: 15px
}

.date-btn {
    float: left;
    padding: 6px 15px;
    background-color: #ff9100;
    border-radius: 25px;
    margin-top: 2px;
    width: 45px;
    height: 30px;
    border-radius: 20px;
    background-image: url(search.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0
}

.shows ul {
    display: block;
    margin-top: 20px
}

    .shows ul li {
        display: inline-block;
        float: right;
        width: 24%;
        margin-left: 1.3%;
        height: 240px;
        overflow: hidden;
        margin-bottom: 12px;
        background-color: #3e3e3e
    }

.shows-img {
    width: 100%;
    height: 192px;
    overflow: hidden
}

    .shows-img img {
        width: 100%
    }

.shows ul li h2 {
    display: block;
    padding: 6px 15px;
    font-size: 16px;
    color: #fff
}

.shows ul li:nth-child(4n+0) {
    margin-left: 0
}

.gallery-page {
    display: block;
    background-color: #fff;
    padding: 30px 0
}

    .gallery-page ul {
        display: block;
        margin-top: 20px
    }

        .gallery-page ul li {
            display: inline-block;
            float: right;
            width: 32%;
            margin-left: 2%;
            height: 295px;
            overflow: hidden;
            margin-bottom: 20px;
            background-color: #353331
        }

.gallery-page-img {
    width: 100%;
    height: 220px;
    overflow: hidden
}

    .gallery-page-img img {
        width: 100%
    }

.gallery-page ul li h2 {
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff
}

.gallery-page ul li:nth-child(3n+0) {
    margin-left: 0
}

.section-four {
    display: block;
    padding: 30px 0
}

.section-four-items {
    width: 29%;
    margin-left: 2%;
    background-color: #fff;
    padding: 10px 1.5%;
    float: right;
    display: inline-block;
    height: 640px
}

    .section-four-items:last-child {
        margin-left: 0
    }

.four-items-big {
    display: block;
    height: 235px;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

.four-items-big-img {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative
}

    .four-items-big-img img {
        width: 100%
    }

.section-four-items h2 {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.section-four-items ul {
    margin-top: 10px
}

    .section-four-items ul li {
        display: block;
        height: 100px;
        border-bottom: 1px #ddd solid;
        padding: 5px 0
    }

        .section-four-items ul li:last-child {
            border-bottom: 0
        }

        .section-four-items ul li h3 {
            font-size: 16px;
            font-weight: 400;
            color: #000
        }

.footer {
    display: block;
    background-color: #002373;
    overflow: auto
}

.footer-menu {
    width: 68%;
    float: right;
    height: 300px;
    background-image: url(map.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: inset 1px 0 0 0 #1a45a8;
    box-shadow: inset 1px 0 0 0 #1a45a8
}

.footer-menu-sections {
    width: 25%;
    float: right;
    display: inline-block;
    height: 175px;
    margin-top: 60px
}

    .footer-menu-sections a {
        display: block;
        font-size: 14px;
        color: #fff;
        margin-bottom: 5px
    }

.footer-extra {
    width: 32%;
    float: right;
    height: 300px
}

    .footer-extra div {
        margin-top: 60px;
        padding: 0 10%
    }

        .footer-extra div p {
            color: #fff;
            margin: 0;
            padding: 0;
            font-size: 14px;
            text-align: right
        }

        .footer-extra div img {
            width: 42%;
            margin: 15px 0 5px 10px
        }

        .footer-extra div h1 {
            font-size: 14px;
            font-family: open sans,sans-serif;
            text-transform: uppercase;
            color: #5f78af;
            text-align: right;
            clear: both;
            display: block;
            width: 100%;
            direction: ltr;
            margin-top: 30px
        }

.all-hawal {
    display: block;
    background-color: #fff
}

.all-hawal-content {
    display: block;
    padding: 30px 0
}

.dyanmic-section {
    width: 71.5%;
    display: inline-block;
    float: right;
    background-color: #fff;
    padding: 0;
    height: auto
}

.sidebar {
    float: right;
    display: inline-block;
    width: 27%;
    vertical-align: top;
    height: auto;
    margin-right: 1.5%
}

.all-hawal-news-items {
    display: block
}

    .all-hawal-news-items ul {
        display: block;
        margin-top: 20px
    }

        .all-hawal-news-items ul li {
            width: 32%;
            margin-left: 2%;
            height: 315px;
            float: right;
            display: inline-block
        }

            .all-hawal-news-items ul li:nth-child(3n+0) {
                margin-left: 0
            }

            .all-hawal-news-items ul li h2 {
                font-weight: 400;
                color: #000;
                font-size: 14px
            }

.all-hawal-news-items-img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 180px;
    margin-bottom: 10px
}

    .all-hawal-news-items-img img {
        width: 100%
    }

.wtar-page {
    display: block
}

.wtar-writer {
    display: block;
    padding: 25px 3%;
    width: 94%;
    background-color: #f9f9f9;
    margin-top: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
}

.wtar-writer-drop {
    width: 220px;
    border: 1px #ddd solid;
    padding: 3px 10px;
    font-family: droid arabic kufi;
    font-size: 12px;
    color: #000;
    float: right;
    display: inline-block;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.wtar-writer-textbox {
    width: 220px;
    border: 1px #ddd solid;
    padding: 3px 10px;
    font-family: droid arabic kufi;
    font-size: 13px;
    color: #000;
    float: right;
    display: inline-block;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.wtar-writer-btn {
    padding: 3px 30px;
    font-size: 14px;
    font-weight: 700;
    background-color: #00148c;
    color: #fff;
    position: relative;
    top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .wtar-writer-btn:hover {
        background-color: #ff7400
    }

.wtar-page ul {
    display: block;
    margin-top: 20px
}

    .wtar-page ul li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 15px;
        float: right;
        display: inline-block;
        height: 120px
    }

.detail {
    display: block
}

.detail-h1 {
    font-size: 28px;
    color: #000;
    font-weight: 700
}

.detail-info {
    display: block;
    border-top: 1px #ddd solid;
    padding: 8px 0;
    margin-top: 10px;
    height: 30px
}

.detail-info-share {
    width: 105px;
    float: left;
    direction: ltr
}

.detail-img {
    width: 100%;
    display: block
}

.deatil-text {
    display: table;
    width: 100%;
    margin-top: 25px
}

.deatil-text-related {
    display: table-cell;
    width: 26%;
    vertical-align: top
}

    .deatil-text-related ul {
        display: block;
        margin-top: 15px
    }

        .deatil-text-related ul li {
            border-bottom: 1px #ddd solid;
            padding-bottom: 12px;
            width: 100%;
            display: block;
            padding-top: 10px
        }

            .deatil-text-related ul li h2 {
                display: block;
                font-weight: 400;
                font-size: 13px;
                line-height: 26px;
                margin-bottom: 8px
            }

            .deatil-text-related ul li a {
                color: #0a077e
            }

.detail h6 {
    background-color: #f0f0f0;
    padding: 5px;
    font-weight: 400
}

.deatil-text-paragraph {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding-right: 4%
}

    .deatil-text-paragraph p {
          font-weight: 400;
        margin: 0;
        line-height: 35px;
        color: #444;
        text-align: justify
    }

    .deatil-text-paragraph img {
        max-width: 100%;
        margin: 15px 0
    }

    .deatil-text-paragraph p img {
        width: 100%;
        margin: 15px 0
    }

    .deatil-text-paragraph blockquote {
        display: block;
        padding: 0;
        width: 95%;
        font-size: 28px;
        font-style: normal;
        position: relative;
        margin: 50px 0;
        line-height: 50px;
        clear: both;
        font-weight: 700;
        color: #0a077e
    }

        .deatil-text-paragraph blockquote:before {
            content: url(qout.png);
            position: relative;
            right: 0;
            top: 0;
            margin-left: 20px;
            float: right
        }

.embed {
    display: block;
    margin-bottom: 15px
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 15px 0 10px
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.embed h3 {
    font-size: 10px;
    font-weight: 700;
    color: #666
}

.twitter-tweet {
    margin: 25px auto !important
}

.show-page {
    display: block
}

    .show-page img {
        width: 100%
    }

.show-player {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
    background-color: #fff;
    margin-bottom: 25px
}

    .show-player p {
        margin: 0;
        padding: 0 15px 15px;
        font-size: 14px;
        color: #666
    }

.show-presenter {
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
    background-color: #fff;
    width: 90%;
    padding: 10px 5%;
    text-align: center;
    margin-bottom: 20px
}

.show-presenter-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0 #ff7400 solid;
    margin: 0 auto 15px
}

    .show-presenter-img img {
        width: 100%
    }

.show-presenter h4 {
    font-weight: 400;
    font-size: 14px;
    color: #0a077e
}

.show-presenter h5 {
    font-weight: 700;
    font-size: 14px;
    color: #444;
    margin-bottom: 15px
}

.show-presenter a {
    padding: 0 7px
}

.show-page-detail {
    display: table;
    width: 100%
}

.show-page-detail-presenter {
    display: table-cell;
    width: 26%;
    vertical-align: top
}

.show-page-detail-video {
    display: table-cell;
    width: 72%;
    vertical-align: top;
    padding-right: 2%
}

.gallery-text {
    display: block;
    margin: 15px 0
}

    .gallery-text p {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        line-height: 35px;
        color: #444;
        text-align: justify;
        margin-bottom: 15px
    }

.div-prev-ep {
    display: block;
    margin-top: 20px
}

    .div-prev-ep ul li {
        display: block;
        min-height: 75px;
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
        position: relative;
        margin-bottom: 15px
    }

.div-prev-ep-date {
    width: 90px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0a077e;
    text-align: center
}

.div-prev-ep-date-no {
    width: 45px;
    height: 45px;
    background-color: #ff7400;
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    text-align: center;
    line-height: 45px;
    float: right;
    font-weight: 700
}

.div-prev-ep-date-icon {
    width: 45px;
    height: 45px;
    background-color: #353331;
    text-align: center;
    background-image: url(playicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right
}

.div-prev-ep-date span {
    color: #fff;
    font-size: 14px;
    font-family: arial;
    line-height: 30px
}

.div-prev-ep ul li h1 {
    font-size: 16px;
    font-weight: 700;
    color: #00148c;
    padding: 10px 110px 10px 10px
}

.wtar-person {
    display: block;
    background-color: #fff;
    width: 90%;
    padding: 20px 5%;
    text-align: center;
    margin-bottom: 20px
}

.wtar-person-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 2px #ff7400 solid;
    margin: 0 auto 15px
}

    .wtar-person-img img {
        width: 100%
    }

.wtar-person h4 {
    font-weight: 400;
    font-size: 14px;
    color: #ff7400
}

.wtar-person h5 {
    font-weight: 700;
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    font-family: Arial,Helvetica,sans-serif
}

.wtar-text {
    display: table;
    width: 100%;
    margin-top: 25px
}

.wtar-text-related {
    display: table-cell;
    width: 26%;
    vertical-align: top
}

    .wtar-text-related ul {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px
    }

        .wtar-text-related ul li {
            border-bottom: 1px #ddd solid;
            padding-bottom: 12px;
            width: 100%;
            display: block;
            padding-top: 10px
        }

            .wtar-text-related ul li h2 {
                display: block;
                font-weight: 400;
                font-size: 13px;
                line-height: 26px;
                margin-bottom: 8px
            }

            .wtar-text-related ul li a {
                color: #0a077e
            }

.wtar-text-paragraph {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding-right: 4%
}

    .wtar-text-paragraph p {
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        line-height: 35px;
        color: #444;
        text-align: justify
    }

    .wtar-text-paragraph img {
        max-width: 100%;
        margin: 15px 0
    }

    .wtar-text-paragraph p img {
        width: 100%;
        margin: 15px 0
    }

    .wtar-text-paragraph blockquote {
        display: block;
        padding: 0;
        width: 95%;
        font-size: 28px;
        font-style: normal;
        position: relative;
        margin: 50px 0;
        line-height: 50px;
        clear: both;
        font-weight: 700;
        color: #0a077e
    }

        .wtar-text-paragraph blockquote:before {
            content: url(qout.png);
            position: relative;
            right: 0;
            top: 0;
            margin-left: 20px;
            float: right
        }

.live-section {
    background-color: #141414;
    padding: 30px 0
}

.live-page {
    display: block;
    clear: both
}

.live-trending {
    float: right;
    display: inline-block;
    width: 21%;
    vertical-align: top
}

    .live-trending ul {
        display: block;
        margin-top: 20px
    }

        .live-trending ul li {
            border-bottom: 1px #393634 solid;
            padding-bottom: 10px;
            width: 100%;
            display: block;
            min-height: 95px;
            padding-top: 8px
        }

            .live-trending ul li h2 {
                display: block;
                font-weight: 400;
                font-size: 14px;
                line-height: 26px;
                margin-bottom: 8px
            }

            .live-trending ul li a {
                color: #dcdcdc
            }

.main-live {
    float: right;
    display: inline-block;
    width:95.5%;
    vertical-align: top;
    margin-right: 2%
}

.live-player {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden
}

.more-live {
    display: block;
    margin-top: 20px
}

.left-live {
    float: right;
    display: inline-block;
    width: 27%;
    vertical-align: top;
    margin-right: 1.5%
}

.live-add-bottom {
    display: block;
    background-color: #222;
    width: 94%;
    padding: 20px 3%;
    border-top: 3px #606060 solid
}

    .live-add-bottom h2 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 20px
    }

    .live-add-bottom p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-align: right
    }

    .live-add-bottom img {
        width: 46%;
        margin: 15px 0 5px 10px
    }

.stream {
    width: 100%;
    background-color: #fff;
    height: auto;
    margin-top: 35px;
    direction: ltr
}

.freq {
    margin-top: 15px;
    background-color: #1b1b1b;
    height: auto;
    direction: ltr;
    font-family: Arial;
    padding: 20px 2% 1px;
    display: block;
    width: 96%
}

.freq-item {
    display: block;
    margin-bottom: 20px;
    width: 100%
}

.freq-title {
    width: 27%;
    float: left;
    height: 105px;
    border-right: 1px #333 solid;
    margin-right: 2%
}

    .freq-title h2 {
        color: #ff9100;
        font-size: 16px
    }

.freq-info {
    width: 70%;
    float: left;
    height: 105px
}

    .freq-info ul li {
        display: block;
        margin-bottom: 5px;
        width: 100%
    }

        .freq-info ul li h3 {
            font-size: 14px;
            color: #fff;
            width: 50%;
            display: inline-block;
            font-weight: 400
        }

        .freq-info ul li:last-child {
            margin-bottom: 0
        }

#player_preview {
    width: 100%;
    height: 480px
}

.headlines {
    display: block;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    margin-bottom: 10px
}

    .headlines ul li {
        display: block;
        margin-bottom: 5px;
        background-image: url(dot.png);
        background-position: right 8px;
        background-repeat: no-repeat;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #000
    }

.archive {
    display: block;
    padding: 15px;
    background-color: #fff;
    margin-top: 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
    margin-bottom: 15px
}

.dropdown-archive {
    border: 1px #efefef solid;
    padding: 3px 8px;
    float: right;
    width: 17%;
    font-size: 12px;
    margin-left: 1%;
    font-family: droid arabic kufi
}

.text-inputs {
    border: 1px #efefef solid;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    clear: both;
    font-family: droid arabic kufi
}

.archive-page {
    display: block
}

    .archive-page ul {
        display: block;
        margin-top: 20px
    }

        .archive-page ul li {
            display: block;
            padding: 7px 0;
            border-bottom: 1px #ddd solid
        }

            .archive-page ul li h2 {
                font-weight: 400;
                color: #000;
                font-size: 14px
            }

.map {
    width: 100%;
    background-color: #fff;
    height: 390px
}

.map-content {
    display: block;
    direction: ltr;
    margin-bottom: 20px
}

.gsearch {
    width: 300px !important;
    direction: rtl !important;
    height: 30px;
    float: left !important
}

.gsc-control-cse {
    border-color: none !important;
    background: 0 0 !important;
    direction: rtl !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important
}

gsc-input {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important;
    height: 20px !important
}

#gsc-i-id1 {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #474747 !important;
    background-image: none;
    filter: none;
    setanimation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #eeaf06 !important;
        background-image: none;
        filter: none;
        setanimation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important
    }

.gsc-input-box {
    border: 1px solid #fff !important;
    background: none repeat scroll 0% 0% #fff;
    height: 28px !important;
    margin-top: 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
    margin-top: 1px
}

table.gsc-search-box td.gsc-input {
    padding-left: 5px !important
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-size: 12px !important
}

.gs-web-image-box img.gs-image {
    width: 150px !important;
    height: 150px !important;
    border: 2px solid silver;
    margin: 1px !important;
    padding: 1px !important
}

.gsc-branding {
    display: none !important
}

.gsc-clear-button {
    display: none !important
}

#gsc-i-id1 {
    padding: 0 !important;
    text-indent: 0 !important
}

.gsc-search-button {
    padding: 9px 10px !important;
    color: #474747 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px;
    margin-top: 0 !important;
    text-indent: 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 0 !important
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    margin-top: 0 !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-top-color: #f41010;
    border-right-color: #f41010;
    border-bottom-color: #f41010;
    border-left-color: #f41010;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
    background: #d50a0a !important
}

    .cse .gsc-search-button-v2, .gsc-search-button-v2:hover {
        background: #d50a0a !important
    }

.kandid {
    display: block;
    margin-top: 20px
}

    .kandid ul {
        display: block
    }

        .kandid ul li {
            padding: 1%;
            width: 47%;
            background-color: #f5f5f5;
            overflow: auto;
            margin-bottom: 20px;
            margin-left: 1%;
            float: right
        }

            .kandid ul li img {
                display: block;
                width: 100%;
                margin-bottom: 15px
            }

            .kandid ul li a {
                color: #1d184e;
                font-size: 20px
            }

.shar {
    display: block;
    margin-top: 20px
}

    .shar ul {
        display: block
    }

        .shar ul li {
            padding: 1%;
            width: 30%;
            background-color: #f5f5f5;
            overflow: auto;
            margin-bottom: 20px;
            margin-left: 1%;
            float: right
        }

            .shar ul li img {
                display: block;
                width: 100%;
                margin-bottom: 15px
            }

            .shar ul li a {
                color: #1d184e;
                font-size: 20px
            }

.kandidi-item {
    display: block;
    margin-top: 20px
}

    .kandidi-item ul {
        display: block
    }

        .kandidi-item ul li {
            padding: 1%;
            width: 30%;
            background-color: #f5f5f5;
            overflow: auto;
            margin-bottom: 20px;
            margin-left: 1.3%;
            float: right
        }

            .kandidi-item ul li img {
                width: 164px;
                float: right;
                margin-left: 20px
            }

            .kandidi-item ul li h2 {
                color: #1d184e;
                font-size: 18px;
                margin-bottom: 10px
            }

            .kandidi-item ul li span {
                color: #666;
                font-size: 16px
            }

            .kandidi-item ul li h3 {
                color: #f4ae1b;
                font-size: 18px;
                margin-top: 10px;
                font-weight: 400
            }

.kandidi-detail-small {
    width: 24%;
    padding: 1%;
    background-color: #f5f5f5;
    display: inline-block;
    float: right;
    margin-left: 2%;
    overflow: auto;
    margin-top: 20px
}

    .kandidi-detail-small img {
        width: 100%;
        margin-bottom: 15px
    }

    .kandidi-detail-small h2 {
        color: #1d184e;
        font-size: 20px;
        margin-bottom: 10px
    }

    .kandidi-detail-small span {
        color: #666;
        font-size: 16px
    }

    .kandidi-detail-small p {
        color: #000;
        font-size: 16px;
        line-height: 30px;
        margin: 0
    }

    .kandidi-detail-small h3 {
        color: #f4ae1b;
        font-size: 20px;
        margin-top: 10px;
        font-weight: 400
    }

.kandidi-detail-big {
    width: 68%;
    padding: 2%;
    background-color: #f5f5f5;
    display: inline-block;
    float: right;
    margin-bottom: 20px;
    margin-top: 20px
}

    .kandidi-detail-big h2 {
        color: #4b458d;
        font-size: 24px;
        margin-bottom: 10px
    }

    .kandidi-detail-big p {
        color: #333;
        font-size: 16px;
        line-height: 32px;
        margin: 0
    }

.news-page {
    display: block;
    margin-top: 15px
}

    .news-page li {
        display: inline-block;
        float: right;
        width: 31%;
        margin: 0 1% 20px;
        height: 250px
    }

        .news-page li img {
            width: 100%;
            margin-bottom: 0
        }

        .news-page li h2 {
            font-size: 14px;
            color: #444
        }

.add-top {
    display: block;
    margin-bottom: 20px
}

    .add-top img {
        width: 100%
    }

.add-2 {
    display: block;
    margin-bottom: 20px
}

    .add-2 ul {
        display: block
    }

        .add-2 ul li {
            width: 49%;
            margin-left: 2%;
            display: inline-block;
            float: right
        }

            .add-2 ul li:last-child {
                margin-left: 0
            }

            .add-2 ul li img {
                width: 100%;
                border: 0
            }

.add-3 {
    display: block
}

    .add-3 ul {
        display: block
    }

        .add-3 ul li {
            width: 32%;
            margin-left: 2%;
            display: inline-block;
            float: right
        }

            .add-3 ul li:last-child {
                margin-left: 0
            }

            .add-3 ul li img {
                width: 100%;
                border: 0
            }

.add-section {
    background-color: #fff;
    padding: 30px 0 0
}

.contact-page {
    display: block
}

    .contact-page p {
        display: block;
        margin: 30px 0;
        font-family: 16px;
        font-family: open sans,sans-serif;
        line-height: 32px;
        border-right: 3px #ff9100 solid;
        padding-right: 25px
    }

        .contact-page p b {
            font-family: droid arabic kufi
        }

.contact {
    display: block;
    margin-top: 20px;
    clear: both
}

    .contact li {
        display: inline-block;
        width: 22%;
        float: right;
        background-color: #fff;
        height: 150px;
        padding: 1%;
        margin-left: 1%;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
    }

        .contact li :last-child {
            margin-left: 0
        }

        .contact li h5 {
            font-weight: 700;
            font-size: 14px
        }

        .contact li p {
            color: #666;
            font-size: 14px;
            border: 0;
            padding: 0;
            margin: 0
        }

.kandid-ad {
    display: block;
    margin-bottom: 20px
}

    .kandid-ad ul li {
        display: inline-block;
        float: right;
        width: 24.5%;
        margin-left: .6%
    }

        .kandid-ad ul li img {
            width: 100%
        }

        .kandid-ad ul li:last-child {
            margin-left: 0
        }


.white-bg {
    background: #fff;
    display: block;
    padding: 25px 0;
}

.main-story {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

    .main-story a {
        display: block
    }

    .main-story img {
        width: 100%
    }

.top-story-bg {
    position: absolute;
    width: 100%;
    height: 35%;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 3%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 )
}

.top-story-title {
    position: absolute;
    width: 96%;
    padding: 1% 2%;
    bottom: 0;
    right: 0
}

.main-story h1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 36px
}

.main-story h3 {
    font-size: 15px;
    font-weight: 700;
    color: #ff7400;
}

.news {
    display: block;
    margin: 20px 0
}

.news-big {
    width: 66%;
    float: right;
}

.news-small {
    width: 32%;
    float: right;
    margin-right: 2%;
}

    .news-small ul {
        display: block
    }

        .news-small ul li {
            position: relative;
            width: 100%;
            margin-bottom: 15px;
        }

            .news-small ul li img {
                width: 100%;
            }

            .news-small ul li a {
                display: block
            }

            .news-small ul li h2 {
                font-weight: 400;
                color: #fff;
                font-size: 14px;
            }

.news-bottom {
    display: block;
    margin-bottom: 20px
}

    .news-bottom ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: top;
        align-content: center;
    }

        .news-bottom ul li {
            width: 32%;
            margin-left: 2%;
            position: relative;
        }

            .news-bottom ul li a {
                display: block
            }

            .news-bottom ul li img {
                width: 100%
            }

            .news-bottom ul li:nth-child(3n) {
                margin-left: 0%;
            }

            .news-bottom ul li h2 {
                font-weight: 400;
                color: #fff;
                font-size: 14px;
            }

.fixed {
    width: 200px;
    float: right;
}

.fixed-menu {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 101;
    top: 80px;
    right: 0px;
    background-color: #fff;
    box-shadow: -2px 2px 3px 1px rgba(0,0,0,.09);
}

.static {
    display: block;
    padding-right: 200px;
}

@media only screen and (max-width:1515px) {
    .wrapper {
        width: 98%
    }
}

@media only screen and (max-width:1300px) {


    .titles h1 {
        font-size: 15px;
        padding: 0 30px 0 15px
    }

    .trending ul {
        margin-top: 10px
    }

        .trending ul li {
            padding-bottom: 8px
        }

            .trending ul li h2 {
                font-size: 12px;
                line-height: 24px;
                margin-bottom: 0
            }

    .top-story {
        height: 271px
    }

    .more-story ul li {
        height: 468px
    }

    .more-story-top {
        height: 265px
    }

    .title-padding {
        width: 94%;
        padding: 10px 3%
    }

    .more-story-top h2 {
        font-size: 14px
    }

    .more-story-bottom h2 {
        font-size: 14px
    }

    .more-story-top-img {
        height: 135px
    }

    .trending {
        height: 760px
    }

    .main-news {
        height: 760px
    }

    .left-section {
        height: 760px
    }

    .section-one-news {
        width: 97%;
        display: block;
        float: none;
        margin-bottom: 20px
    }

    .section-one-wtar {
        width: 97%;
        display: block;
        float: none
    }

    .section-one {
        height: auto
    }

    .section-two {
        height: auto
    }

    .section-two-gallery {
        width: 97%;
        display: block;
        float: none;
        height: 460px;
        margin-bottom: 20px
    }

    .section-two-social {
        width: 97%;
        display: inline-block;
        float: right;
        height: 280px;
        padding: 10px 1.5%
    }

        .section-two-social ul li {
            display: inline-block;
            height: 220px;
            margin-bottom: 0;
            float: right;
            margin-left: 2%;
            width: 49%
        }

            .section-two-social ul li:last-child {
                margin-left: 0
            }

    .section-three-var-img {
        height: 145px
    }

    .section-three-news-items-img {
        height: 140px
    }

    .shows ul li {
        height: 200px
    }

    .shows-img {
        height: 152px
    }

    .four-items-big {
        height: 180px
    }

    .four-items-big-img {
        height: 180px
    }

    .all-hawal-news-items-img {
        height: 140px
    }

    .gallery-page ul li {
        height: 300px
    }

    .gallery-page-img {
        height: 200px
    }

    .kandidi-item ul li img {
        width: 130px;
        margin-left: 15px
    }
}

@media only screen and (max-width:1024px) {
    .wrapper {
        width: 768px
    }

    .fixed {
        display: none;
    }

    .static {
        padding: 0
    }

    .menu {
        display: none
    }

    .menu-slide {
        display: block
    }

    .social {
        display: none;
    }

    .lang {
        display: none
    }

    .header {
        height: 83px
    }

    .header-fixed {
        height: 83px
    }

    .main-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: top;
        align-content: center
    }

    .trending {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        order: 2;
        margin-top: 25px
    }

    .main-news {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        margin-right: 0;
        order: 1
    }

    .left-section {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        margin-right: 0;
        order: 3;
        margin-top: 25px
    }

    .top-story {
        height: 420px
    }

    .more-story-top {
        height: 320px
    }

    .more-story-top-img {
        height: 200px
    }

    .more-story ul li {
        height: 440px;
        width: 49%;
        margin-left: 2%
    }

    .trending ul li {
        min-height: inherit;
        height: auto
    }

        .trending ul li h2 {
            font-size: 14px
        }

    .section-one-news-big-img {
        height: auto
    }

    .section-two-gallery {
        width: 97%;
        display: block;
        float: none;
        height: auto;
        margin-bottom: 20px
    }

    .section-two-gallery-big {
        height: auto;
        float: none;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
        margin-bottom: 15px
    }

    .section-two-gallery-small {
        float: none;
        width: 100%;
        display: block;
        height: 280px;
        margin-top: 0;
        margin-right: 0
    }

        .section-two-gallery-small ul li {
            display: inline-block;
            height: 260px;
            margin-bottom: 0;
            float: right;
            width: 49%;
            margin-left: 2%
        }

            .section-two-gallery-small ul li:last-child {
                margin-left: 0
            }

    .section-three-news {
        width: 97%;
        display: block;
        float: none;
        background-color: #fff;
        padding: 10px 1.5%;
        height: auto;
        margin-bottom: 15px
    }

    .section-three-news-items-img {
        height: 140px
    }

    .section-three-var {
        width: 97%;
        display: block;
        float: none;
        padding: 10px 1.5%;
        background-color: #f4f1ee;
        height: auto
    }

        .section-three-var ul li {
            display: inline-block;
            background-color: #fff;
            width: 32%;
            overflow: hidden;
            height: 270px;
            margin-bottom: 15px;
            margin-left: 1.1%
        }

            .section-three-var ul li:last-child {
                margin-left: 0
            }

    .section-three-var-img {
        height: 135px
    }

    .section-three-var ul li h2 {
        font-size: 12px
    }

    .shows ul li {
        height: 235px;
        width: 49%;
        margin-left: 2%
    }

    .shows-img {
        height: 190px
    }

    .shows ul li:nth-child(2n+0) {
        margin-left: 0
    }

    .section-four-items {
        width: 97%;
        margin-left: 0;
        background-color: #fff;
        padding: 10px 1.5%;
        float: none;
        display: block;
        height: auto;
        margin-bottom: 15px
    }

    .four-items-big {
        height: auto
    }

    .four-items-big-img {
        height: 380px
    }

    .section-four-items ul li {
        height: auto;
        padding: 8px 0
    }

    .footer-menu {
        width: 100%;
        float: none;
        height: 300px;
        box-shadow: unset;
        background-size: contain
    }

    .footer-extra {
        width: 100%;
        float: none;
        height: 200px
    }

        .footer-extra div {
            margin-top: 0;
            padding: 0
        }

            .footer-extra div img {
                width: 120px;
                margin: 15px 0 5px 10px
            }

            .footer-extra div h1 {
                font-size: 12px
            }

    .dyanmic-section {
        width: 100%;
        display: block;
        float: none;
        background-color: #fff;
        padding: 0;
        height: auto
    }

    .sidebar {
        float: none;
        display: block;
        width: 100%;
        vertical-align: top;
        height: auto;
        margin-right: 0
    }

    .popular ul li {
        min-height: 70px
    }

    .gallery-page ul li {
        height: 250px
    }

    .gallery-page-img {
        height: 150px
    }

    .gallery-page ul li h2 {
        font-size: 12px
    }

    .deatil-text {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: top;
        align-content: center
    }

    .deatil-text-related {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        order: 2;
        margin-top: 25px
    }

    .deatil-text-paragraph {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        order: 1;
        padding-right: 0
    }

    .show-page-detail {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: top;
        align-content: center
    }

    .show-page-detail-presenter {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        order: 2;
        margin-top: 25px
    }

    .show-page-detail-video {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        margin-right: 0;
        order: 1
    }

    .live-page {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: top;
        align-content: center
    }

    .live-trending {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        order: 2;
        margin-top: 25px
    }

    .main-live {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        margin-right: 0;
        order: 1
    }

    .left-live {
        height: auto;
        width: 100%;
        display: block;
        clear: both;
        float: none;
        margin-right: 0;
        order: 3;
        margin-top: 25px
    }

    .stream {
        margin-top: 15px
    }

    .live-trending ul li {
        min-height: inherit
    }

    .live-add-bottom img {
        width: 130px;
        margin: 15px 0 5px 10px
    }

    .kandidi-item ul li {
        width: 47%;
        margin-left: 1%
    }

    .kandidi-detail-small {
        width: 96%;
        padding: 2%;
        display: block;
        float: none;
        margin-left: 0;
        overflow: auto;
        margin-bottom: 15px
    }

        .kandidi-detail-small img {
            width: 160px;
            float: right;
            margin-left: 20px
        }

    .kandidi-detail-big {
        width: 96%;
        padding: 2%;
        display: block;
        float: none;
        overflow: auto
    }
}

@media only screen and (max-width:768px) {
    .wrapper {
        width: 640px
    }

    .news-small {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .news-big {
        width: 100%;
        float: none;
    }

    .breking {
        display: none
    }

    .top-story {
        height: 350px
    }

    .more-story-top {
        height: 305px
    }

    .more-story-top-img {
        height: 175px
    }

    .section-one-news {
        height: auto
    }

    .section-one-news-big {
        width: 100%;
        margin-left: 0;
        vertical-align: top;
        float: none;
        margin-top: 25px;
        height: auto
    }

    .section-one-news-small {
        width: 100%;
        vertical-align: top;
        float: none;
        display: block
    }

    .section-one-news-big h2 {
        font-size: 16px
    }

    .section-two-gallery-small {
        height: 230px
    }

        .section-two-gallery-small ul li {
            height: 220px
        }

    .section-two-social {
        height: 230px
    }

        .section-two-social ul li {
            height: 180px
        }

    .section-three-news-items {
        height: 335px
    }

    .section-three-news-items-img {
        height: 120px
    }

    .section-three-news-items ul li {
        height: 290px
    }

    .section-three-var-img {
        height: 118px
    }

    .section-three-var ul li {
        height: 260px;
        margin-bottom: 0
    }

    .all-hawal-news-items ul li {
        height: 290px
    }

    .all-hawal-news-items-img {
        height: 128px
    }

    .wtar-page ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        float: none;
        display: block;
        height: 100px
    }

    .wtar-writer {
        padding: 15px 3%;
        width: 94%
    }

    .gallery-page-img {
        height: 130px
    }

    .detail-info-share {
        width: 115px
    }

    .wtar-text-related ul, .wtar-text-related > .titles {
        display: none
    }

    .detail-h1 {
        font-size: 20px
    }

    #player_preview {
        width: 100%;
        height: 400px
    }

    .contact li {
        display: block;
        width: 96%;
        float: none;
        height: auto;
        padding: 2%;
        margin-left: 0;
        margin-bottom: 10px
    }

    .lang {
        display: none
    }

    .social {
        display: none
    }

    .menu-slide {
        display: block
    }
}

@media only screen and (max-width:640px) {
    .wrapper {
        width: 96%
    }

    .news-bottom ul li {
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-bottom: 10px;
    }

    .add-section {
        padding: 20px 0
    }

    .main-story h1 {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        line-height: 24px;
    }

    .header {
        height: 63px
    }

    .header-fixed {
        height: 63px
    }

    .banner {
        height: 60px
    }

    .logo {
        width: 80px
    }

    .menu-slide {
        width: 60px;
        height: 60px
    }

    #show {
        width: 60px;
        height: 60px
    }

    .lang {
        display: none
    }

    .dropdown {
        width: 75px
    }

    .dropbtn {
        font-size: 14px;
        width: 75px;
        height: auto;
        padding: 15px 0
    }

    .live {
        width: 95px;
        height: 60px
    }

    #livebtn {
        text-align: right;
        background-position: 10px center;
        font-size: 12px;
        padding: 17px 8px
    }

    #livepanel {
        height: 35px;
        top: 60px
    }

        #livepanel a {
            padding: 0 10px;
            font-size: 14px
        }

    .search {
        left: 100px;
        width: 30px;
        height: 60px
    }

    #panel {
        width: 250px;
        height: 35px;
        top: 60px
    }

    .social {
        display: none
    }

    .search img {
        top: 24px
    }

    .target-header {
        height: 60px
    }

    #hide {
        width: 60px;
        height: 60px
    }

    .target-header-social {
        height: 60px;
        margin-right: 5px
    }

        .target-header-social img {
            margin-top: 21px
        }

    .ul-menu li a {
        font-size: 12px
    }

        .ul-menu li a span {
            padding: 5px 15px
        }

    .top-story {
        height: 320px
    }

    .more-story ul li {
        height: 410px
    }

    .more-story-top {
        height: 280px
    }

    .more-story-top-img {
        height: 155px
    }

    .hero-section {
        padding: 10px 0
    }

    .section-one-wtar {
        height: auto
    }

    .item {
        height: auto
    }

    .section-two-gallery-big h2 {
        font-size: 16px
    }

    .section-two-gallery-small {
        height: 200px
    }

        .section-two-gallery-small ul li {
            height: 190px
        }

    .section-two-social {
        height: 210px
    }

        .section-two-social ul li {
            height: 160px
        }

    .section-three-news-items {
        height: auto;
        margin-bottom: 20px
    }

        .section-three-news-items ul li {
            height: auto;
            display: block;
            width: 100%;
            margin-left: 0;
            float: none;
            clear: both;
            margin-top: 0;
            overflow: auto;
            margin-bottom: 20px
        }

    .section-three-news-items-img {
        height: auto
    }

    .section-three-news-items ul li:first-child .section-three-news-items-img {
        height: auto;
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 10px
    }

    .section-three-news-items ul li:first-child h2 {
        font-weight: 700
    }

    .section-three-news-items-img {
        float: right;
        margin-left: 10px;
        overflow: hidden;
        width: 165px;
        height: 100px;
        margin-bottom: 0
    }

    .section-three-var ul li {
        height: auto;
        margin-bottom: 15px;
        width: 100%;
        float: none
    }

    .section-three-var-img {
        height: auto
    }

    .shows ul li {
        height: 220px
    }

    .shows-img {
        height: 170px
    }

    .four-items-big-img {
        height: auto
    }

    .all-hawal-news-items ul li {
        height: 290px;
        width: 49%
    }

    .all-hawal-news-items-img {
        height: 150px
    }

    .all-hawal-news-items ul li:nth-child(3n+0) {
        margin-left: 2%
    }

    .all-hawal-news-items ul li:nth-child(2n+0) {
        margin-left: 0%
    }

    .all-hawal-content {
        padding: 10px 0
    }

    .wtar-writer-drop {
        width: 100%;
        padding: 7px 1%;
        font-size: 12px;
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 15px
    }

    .wtar-writer-textbox {
        width: 97.5%;
        padding: 7px 1%;
        font-size: 12px;
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 15px
    }

    .wtar-writer {
        padding: 15px 3% 20px
    }

    .gallery-page ul li {
        height: 240px;
        width: 49%;
        margin-left: 2%;
        margin-bottom: 15px
    }

        .gallery-page ul li:nth-child(3n+0) {
            margin-left: 2%
        }

        .gallery-page ul li:nth-child(2n+0) {
            margin-left: 0%
        }

    .gallery-page-img {
        height: 140px
    }

    .gallery-page {
        padding: 10px 0
    }

    .section-two-gallery-small ul li:last-child {
        display: none
    }

    .detail-h1 {
        font-size: 20px
    }

    .deatil-text-paragraph blockquote {
        width: 100%;
        font-size: 18px;
        margin: 30px 0;
        line-height: 40px
    }

    .wtar-text-paragraph blockquote {
        width: 100%;
        font-size: 18px;
        margin: 30px 0;
        line-height: 40px
    }

    .wtar-text-paragraph {
        display: block;
        width: 100%;
        vertical-align: top;
        padding-right: 0
    }

    .wtar-text {
        display: block;
        margin-top: 10px
    }

    .wtar-text-related {
        display: block;
        width: 100%;
        vertical-align: top;
        float: none
    }

    .wtar-person {
        display: block;
        background-color: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 0
    }

    .wtar-person-img {
        margin: 0 auto 10px
    }

    .live-section {
        padding: 10px 0
    }

    .dropdown-archive {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    .archive {
        padding: 15px 15px 25px
    }

    .kandid ul li {
        height: auto;
        display: block;
        width: 98%;
        padding-bottom: 15px
    }

        .kandid ul li a {
            font-size: 14px
        }

    .shar ul li a {
        font-size: 14px
    }

    .shar ul li {
        padding: 1%;
        width: 98%;
        margin-bottom: 10px;
        margin-left: 0;
        float: none
    }

        .shar ul li img {
            margin-bottom: 5px
        }

    .kandidi-item ul li {
        width: 98%;
        display: block;
        float: none;
        height: auto;
        overflow: auto
    }

        .kandidi-item ul li h2 {
            font-size: 16px
        }

        .kandidi-item ul li span {
            font-size: 14px
        }

        .kandidi-item ul li h3 {
            font-size: 16px
        }

    .kandidi-detail-small h2 {
        font-size: 16px
    }

    .kandidi-detail-small h3 {
        font-size: 16px;
        margin-top: 5px
    }

    .kandidi-detail-small span {
        font-size: 14px
    }

    .kandidi-detail-small p {
        font-size: 14px;
        line-height: 22px
    }

    .news-page li {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 20px;
        height: auto
    }

    .add-2 ul li {
        width: 100%;
        margin-left: 0%;
        display: block;
        float: none;
        margin-bottom: 20px
    }

    .add-3 ul li {
        width: 100%;
        margin-left: 0%;
        display: block;
        float: none;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:580px) {
    .top-story {
        height: 280px
    }

        .top-story h1 {
            font-size: 16px;
            line-height: 30px
        }

    .more-story-top-img {
        height: 135px
    }

    .more-story-top {
        height: 255px
    }

    .more-story ul li {
        height: 375px
    }

    .more-story-top h2 {
        font-size: 12px
    }

    .more-story-bottom h2 {
        font-size: 12px
    }

    .section-two-social {
        height: auto
    }

        .section-two-social ul li {
            height: 280px;
            display: block;
            width: 100%;
            margin-left: 0;
            margin-bottom: 15px
        }

    .shows ul li {
        height: 190px
    }

    .shows-img {
        height: 140px
    }
}

@media only screen and (max-width:480px) {
    .top-story {
        height: 240px
    }

    .more-story-top-img {
        height: 130px
    }

    .section-one-news-small-img {
        width: 140px;
        height: 105px
    }

    .section-one-news-small ul li h2 {
        font-size: 13px
    }

    .section-two-gallery-small {
        height: auto
    }

        .section-two-gallery-small ul li {
            height: 250px;
            width: 100%;
            float: none;
            margin-left: 0;
            margin-bottom: 15px
        }

    .section-two-social ul li {
        height: 250px
    }

    .shows ul li {
        height: 180px
    }

    .shows-img {
        height: 130px
    }

    .shows ul li h2 {
        padding: 6px 10px;
        font-size: 14px
    }

    .all-hawal-news-items ul li {
        height: 260px
    }

    .all-hawal-news-items-img {
        height: 120px;
        margin-bottom: 5px
    }

    .all-hawal-news-items ul li h2 {
        font-size: 13px
    }

    .gallery-page ul li {
        height: 230px
    }

    .gallery-page-img {
        height: 120px
    }

    .div-prev-ep ul li h1 {
        font-size: 14px
    }

    #player_preview {
        width: 100%;
        height: 300px
    }
}

@media only screen and (max-width:420px) {
    .live {
        width: 55px
    }

    #livebtn {
        padding: 30px 8px;
        font-size: 0;
        background-position: center center
    }

    .search {
        left: 55px
    }

    .lang {
        display: none
    }

    .more-story ul li {
        height: auto;
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        display: block
    }

    .more-story-top {
        height: auto
    }

    .more-story-top-img {
        height: auto
    }

    .more-story-bottom {
        height: auto
    }

    .more-story {
        margin-top: 10px
    }

    .top-story {
        height: 200px
    }

    .section-two-gallery-small ul li {
        height: 200px
    }

    .section-two-social ul li {
        height: 200px
    }

    .shows ul li {
        height: 140px
    }

    .shows-img {
        height: 100px
    }

    .grey-bg {
        padding: 10px 0
    }

    .shows {
        padding: 10px 0
    }

    .section-four {
        padding: 10px 0
    }

    .shows ul li h2 {
        font-size: 12px
    }

    .section-four-items h2 {
        font-size: 14px
    }

    .section-four-items ul li h3 {
        font-size: 14px
    }

    .footer-menu {
        height: 220px
    }

    .footer-menu-sections {
        width: 33%;
        height: 165px;
        margin-top: 20px
    }

        .footer-menu-sections a {
            font-size: 12px
        }

    .footer-extra {
        height: 175px
    }

        .footer-extra div p {
            font-size: 12px
        }

    .shows-date {
        height: 75px
    }

    .shows-date-picker {
        float: none;
        position: static;
        margin-top: 15px
    }

    .shows ul li h2 {
        font-size: 10px
    }

    .gallery-page ul li {
        height: auto;
        width: 100%;
        margin-left: 0;
        float: none;
        display: block
    }

    .gallery-page-img {
        height: auto
    }

    .detail-h1 {
        font-size: 16px
    }

    .deatil-text-paragraph p {
     
        line-height: 30px
    }

    .deatil-text {
        margin-top: 15px
    }

    .deatil-text-paragraph blockquote {
        font-size: 16px;
        margin: 20px 0;
        line-height: 34px
    }

    .wtar-text-paragraph blockquote {
        font-size: 16px;
        margin: 20px 0;
        line-height: 34px
    }

    .wtar-text-paragraph p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        line-height: 30px;
        color: #444;
        text-align: justify
    }

    .wtar-person {
        padding: 0
    }

    .section-three-news-items-img {
        width: 135px
    }

    .section-three-news-items ul li h2 {
        font-size: 12px
    }

    .footer-extra div {
        text-align: center
    }

        .footer-extra div p {
            text-align: center
        }

        .footer-extra div h1 {
            text-align: center
        }

    .kandid-ad ul li {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:360px) {
    .top-story {
        height: 180px
    }

        .top-story h1 {
            font-size: 14px;
            line-height: 28px
        }

    .section-one-news-small ul li {
        margin-bottom: 10px
    }

    .section-one-news-small-img {
        width: 115px;
        height: 105px
    }

    .section-one-news-small ul li h2 {
        font-size: 12px
    }

    .section-two-social ul li {
        height: 180px
    }

    .section-two-gallery-small ul li {
        height: 180px
    }

    .all-hawal-news-items ul li {
        height: auto;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        float: none
    }

    .all-hawal-news-items-img {
        height: auto;
        margin-bottom: 5px
    }

    .wtar-page ul li {
        margin-bottom: 15px;
        height: auto
    }
}

@media print {
    body {
        margin-right: 25px;
        background-color: #fff
    }


    .dyanmic-section {
        width: 90%;
        display: block;
        float: none;
        background-color: #fff;
        padding: 0;
        height: auto;
       
    }


    .header {
        display: none
    }

    .footer {
        display: none
    }

    .at-share-btn-elements {
        display: none !important
    }

    .deatil-text-related {
        display: none
    }

    .deatil h6 {
        display: none
    }

    .deatil-text-paragraph {
        margin-right: 0;
        padding-right: 0;
        display: block;
        float: none;
        overflow: auto;
        width: 98%;
        font-size:17px !important;
    }

        .deatil-text-paragraph p {
            text-align: right;
            text-overflow: initial;
         font-size:17px !important;
        }

    .pshow {
        float: left;
        text-align: left;
        display: block;
        font-size:17px;
        color: #000
    }

    .showtarprint {
        display: none
    }

    .addthis_inline_share_toolbox {
        display: none
    }

    .embed {
        display: none
    }

    .sidebar {
        display: none
    }

    header {
        display: none
    }
    .fixed {

        display: none;
    }
    .static {
        display: block;
        padding-right: 0;
    }
    .wtar-text-related {
        display: none;
    }
    @page {
        size: auto;
        margin: 0 25px
    }
}

.resizer {
    display: block;
    border-bottom: 1px #ddd solid;
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px #ddd solid;
}

.resizer-btns {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 16px
}