﻿@import url('https://fonts.googleapis.com/css?family=PT+Mono|Ubuntu:300,400,500,700|Vollkorn:400,600,700');



/*font-family: 'Ubuntu', sans-serif;
font-family: 'Vollkorn', serif;
font-family: 'PT Mono', monospace;*/



@font-face {
    font-family: conv_sans_reg;
    src: url(fonts/Sans_Reg.eot);
    src: local('☺'),url(fonts/Sans_Reg.woff) format('woff'),url(fonts/Sans_Reg.ttf) format('truetype'),url(fonts/Sans_Reg.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_sans_bold;
    src: url(fonts/Sans_Bold.eot);
    src: local('☺'),url(fonts/Sans_Bold.woff) format('woff'),url(fonts/Sans_Bold.ttf) format('truetype'),url(fonts/Sans_Bold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Ubuntu;
    src: url(fonts/Reg.eot);
    src: local('☺'),url(fonts/Reg.ttf) format('truetype'),url(fonts/Reg.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Ubuntu;
    src: url(fonts/Bold.eot);
    src: local('☺'),url(fonts/Bold.ttf) format('truetype'),url(fonts/Bold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    background: #fff;
    background-image: url(KurdistanFlag.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-family: 'Ubuntu', sans-serif;
    direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}

a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    text-decoration: none
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.maincontainer {
    width: 100%
}

.header {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s
}

    .header.sticky {
        position: fixed;
        top: 0;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 12px;
        padding-top: 0
    }

.Hbanner {
    width: 100%;
    float: right;
    background: 0 0;
    padding: 10px 0 0
}

.bannermain {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px
}

.banner.rast {
    width: 226px;
    float: left;
    text-align: center;
    padding: 20px 0 0
}

    .banner.rast img {
        display: none
    }

    .banner.rast p {
        font-family: Ubuntu;
        font-weight: 400;
        color: #ec7414;
        font-size: 20px;
        padding: 0;
        margin: 0;
        text-align: center
    }

    .banner.rast span {
        font-family: Ubuntu;
        font-weight: 400;
        color: #000;
        font-size: 20px
    }

.banner.nawarast {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 285px;
}




    .banner.nawarast img {
        width: auto;
        height: 77px;
        display: block;
        margin: 0 auto;
        margin-bottom: 6px
    }

    .banner.nawarast p {
        font-family: Ubuntu;
        font-weight: 400;
        color: #000;
        font-size: 15px;
        padding: 0;
        margin: 0;
        text-align: center;
        width: 100%;
        float: right
    }

.banner.chap {
    width: 200px;
    float: right;
    padding: 20px 0 0
}

    .banner.chap span {
        border-bottom: 1px solid #ec7414;
        padding-bottom: 5px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
        margin-left: 8px;
    }

        .banner.chap span:hover {
            border-bottom: 1px solid #000;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            transition: .2s
        }

    .banner.chap a {
        font-family: Ubuntu;
        font-weight: 400;
        color: #000;
        font-size: 18px
    }

        .banner.chap a:hover {
            color: #ec7414
        }

    .banner.chap i {
        color: #000;
        margin: 10px 0 0 10px;
        font-size: 28px;
        float: right;
        -webkit-transition: .1s;
        -moz-transition: .1s;
        -ms-transition: .1s;
        transition: .1s
    }

        .banner.chap i:hover {
            transform: scale(1.1);
            -webkit-transition: .2s;
            -moz-transition: .1s;
            -ms-transition: .1s;
            transition: .1s
        }

.menubar {
    width: 100%;
    background: #ec7414;
    padding: 0
}

    .menubar.content {
        width: 1360px;
        margin: 0 auto;
        direction: rtl
    }

.menuicon i {
    font-size: 20px;
    color: #fff;
    margin-right: 4px;
    margin-top: 15px;
    float: left;
    cursor: pointer
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    background-color: #222;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    text-align: center;
    outline: 15px solid #222;
    outline-offset: -15px;
    box-sizing: border-box
}

    .sidenav a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: .3s
    }

        .sidenav a:hover {
            color: #f1f1f1
        }

    .sidenav .closebtn {
        position: absolute;
        top: 5%;
        left: 5%;
        font-size: 36px;
        margin-left: 50px;
    }

        .sidenav .closebtn:hover {
            color: #ec7414
        }

        .sidenav .closebtn span {
            font-size: 18px;
            text-transform: uppercase;
            position: absolute;
            top: 11px;
            right: 22px;
            font-family: Ubuntu
        }

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

        .sidenav a {
            font-size: 18px
        }
}

.pinkmenu {
    width: 100%;
    padding: 8% 5% 20px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box
}

    .pinkmenu ul {
        width: 100%;
        margin: 0 auto;
        direction: ltr;
    }

        .pinkmenu ul li {
            width: auto;
            float: left;
            color: #535353;
            box-sizing: border-box;
            padding: 0 4% 1%;
            display: inline-block;
            border-left: 1px solid #2c2b2b
        }

            .pinkmenu ul li h4 {
                font-family: Ubuntu;
                font-weight: 500;
                padding-right: 0;
                padding-top: 0;
                line-height: 22px;
                color: #fff;
                font-size: 24px;
                height: 30px;
                text-align: left;
            }

                .pinkmenu ul li h4 i {
                    margin-right: 8px
                }

            .pinkmenu ul li p {
                font-family: Ubuntu;
                font-weight: 300;
                font-size: 19px;
                color: #a4a4a4;
                padding-left: 0;
                display: block;
                line-height: 24px;
                width: 100%;
                text-align: left;
            }

                .pinkmenu ul li p a {
                    font-family: Ubuntu;
                    font-weight: 400;
                    font-size: 19px;
                    color: #fff
                }

                    .pinkmenu ul li p a:hover {
                        color: #eb7217
                    }

            .pinkmenu ul li:nth-child(1) {
                padding-left: 0
            }

            .pinkmenu ul li:nth-child(5) {
                border-right: 0
            }

            .pinkmenu ul li:nth-child(6) {
                width: 21%;
                border-right: 0;
                border-right: 1px solid #2c2b2b
            }

            .pinkmenu ul li p span {
                font-size: 17px;
                color: #ec7414;
                padding-top: 20px;
                float: left;
                width: 100%;
                font-family: Ubuntu;
                font-weight: 400
            }





.socialmedia {
    width: auto;
    position: absolute;
    right: 5%;
    bottom: 5%
}

    .socialmedia a {
        float: right;
        margin-left: 12px;
        background: rgba(255,255,255,.1);
        padding: 10px;
        border-radius: 100%;
        height: 40px;
        width: 40px;
        transition: .3s
    }

        .socialmedia a:hover {
            background: #fff;
            transition: .3s
        }

        .socialmedia a:nth-child(1) {
            background: #acc747
        }

        .socialmedia a:nth-child(2) {
            background: #a5acb7
        }

        .socialmedia a:nth-child(4) {
            background: #395693
        }

        .socialmedia a:nth-child(5) {
            background: #00a7e7
        }

        .socialmedia a:nth-child(6) {
            background: #f60002
        }

        .socialmedia a:nth-child(7) {
            background: #aa2f77
        }

    .socialmedia i {
        color: #fff;
        font-size: 20px;
        transition: .3s
    }

        .socialmedia i:hover {
            color: #000;
            transition: .3s
        }

.Separator {
    float: right;
    margin: 3px 10px 0 18px !important;
    color: #3b3a3a;
    width: 1px;
    height: 32px;
    background: #4e4e4e;
    margin-top: 5px
}

.fsocialmedia {
    width: 104px;
    position: absolute;
    right: 1%;
    top: 6%;
    text-align: center
}

    .fsocialmedia a {
        float: left;
        margin: 6px;
        background: rgba(255,255,255,.1);
        padding: 10px;
        border-radius: 100%;
        height: 40px;
        width: 40px;
        transition: .3s
    }

        .fsocialmedia a:hover {
            background: #fff;
            transition: .3s
        }

        .fsocialmedia a:nth-child(1) {
            background: #acc747
        }

        .fsocialmedia a:nth-child(2) {
            background: #a5acb7
        }

        .fsocialmedia a:nth-child(4) {
            background: #395693
        }

        .fsocialmedia a:nth-child(5) {
            background: #00a7e7
        }

        .fsocialmedia a:nth-child(6) {
            background: #f60002
        }

        .fsocialmedia a:nth-child(7) {
            background: #aa2f77
        }

    .fsocialmedia i {
        color: #fff;
        font-size: 20px;
        transition: .3s
    }

        .fsocialmedia i:hover {
            color: #000;
            transition: .3s
        }

.nawarok {
    width: 1360px;
    box-sizing: border-box;
    margin: 15px auto 0;
    padding: 0
}

.hewal1 {
    overflow: hidden;
    width: 48%;
    position: relative;
    float: left;
    margin-right: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box;
}

    .hewal1 img {
        width: 100%;
        float: right;
        margin: 20px 0
    }

    .hewal1 blockquote {
        margin: 35px 0;
        width: 100%;
        line-height: 35px;
        float: left;
        padding: 0 3% 0 0;
        box-sizing: border-box;
        font-weight: 300;
        font-size: 23px;
        color: #333;
        text-align: left;
        position: relative;
        font-family: Ubuntu;
        font-weight: 400
    }

        .hewal1 blockquote::before {
            content: open-quote;
            font-size: 2em;
            vertical-align: middle
        }

        .hewal1 blockquote::after {
            content: close-quote;
            font-size: 2em;
            vertical-align: middle
        }

.hawalisaraki {
    overflow: hidden;
    width: 100%;
    position: relative
}

    .hawalisaraki img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border: 0;
        margin: 0
    }

    .hawalisaraki h1 {
        font-size: 20px;
        font-family: Ubuntu;
        color: #fff;
        right: 0;
        bottom: 0;
        position: absolute;
        padding: 24px 20px;
        width: 100%;
        right: 0%;
        left: 0%;
        box-sizing: border-box;
        text-shadow: .5px .5px #000;
        margin: 0;
        font-weight: 500;
        background: rgba(0,0,0,.8);
        text-align: left;
        text-transform: uppercase;
    }

        .hawalisaraki h1 a {
            font-size: 20px;
            color: #fff;
            text-decoration: none;
            font-family: Ubuntu
        }

            .hawalisaraki h1 a:hover {
                color: #ec7414;
                text-decoration: none
            }

    .hawalisaraki div {
        left: 0;
        top: 0;
        position: absolute;
        width: auto;
        z-index: 100;
        padding: 15px;
        text-align: center;
        background: rgba(255,255,255,.7)
    }

        .hawalisaraki div i {
            font-size: 25px;
            color: #000
        }

.hewal1 p {
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 4px 0;
    font-family: Ubuntu;
    font-weight: 300;
    line-height: 30px;
    padding: 16px 0;
    box-sizing: border-box;
    padding-right: 20px;
    direction: ltr;
}

    .hewal1 p span {
        font-family: Ubuntu;
        display: block;
        font-size: 15px;
        color: #ec7414;
        direction: ltr;
    }

        .hewal1 p span i {
            margin-right: 8px;
        }

.hewal2 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 25px;
    background: #f1f1f1;
    margin: 0;
    direction: rtl
}

    .hewal2 p {
        font-size: 15px;
        color: #000;
        width: 100%;
        text-align: left;
        padding: 10px 16px;
        font-family: Ubuntu;
        font-weight: 300;
        line-height: 22px;
        box-sizing: border-box
    }

        .hewal2 p a {
            font-size: 14px;
            color: #ec7414;
            margin-top: 16px;
            float: left;
            font-weight: 500;
        }

            .hewal2 p a:hover {
                color: #000
            }


            .hewal2 p a i {
                float: left;
                margin: 2px 5px 0 0;
            }









.hewal2saraki {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: right
}

    .hewal2saraki img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border-bottom: 5px solid #ec7414;
        margin-bottom: 15px
    }

    .hewal2saraki h1 {
        font-size: 15px;
        color: #000;
        padding: 10px 16px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 500;
        text-align: left;
    }

        .hewal2saraki h1 a {
            font-size: 17px;
            color: #000;
            text-decoration: none;
            font-family: Ubuntu
        }

            .hewal2saraki h1 a:hover {
                color: #ec7414;
                text-decoration: none
            }

        .hewal2saraki h1 span {
            font-family: Ubuntu;
            display: block;
            font-size: 15px;
            color: #ec7414;
            direction: ltr;
        }

            .hewal2saraki h1 span i {
                margin-right: 6px
            }

.hewal3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 25px;
    margin: 0 0 0 1%;
    direction: rtl
}

    .hewal3 p {
        font-size: 17px;
        color: #000;
        width: 100%;
        text-align: right;
        padding: 10px 16px;
        font-family: Ubuntu;
        font-weight: 400;
        line-height: 22px;
        direction: rtl;
        box-sizing: border-box
    }

        .hewal3 p a {
            font-size: 17px;
            color: #ec7414;
            margin-top: 16px;
            float: right
        }

            .hewal3 p a:hover {
                color: #000
            }

    .hewal3 ul {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        float: right
    }

    .hewal3 li {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0;
        text-align: left;
        float: left;
        border-bottom: 1px solid #ece8e8;
    }

        .hewal3 li:last-child {
            border-bottom: none
        }

        .hewal3 li a {
            font-size: 18px;
            color: #000;
            text-decoration: none;
            font-family: Ubuntu
        }

            .hewal3 li a:hover {
                color: #ec7414;
                text-decoration: none
            }

.hewal3saraki {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: right
}

    .hewal3saraki img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border-top: 5px solid #000;
        margin-bottom: 15px
    }

    .hewal3saraki h1 {
        font-size: 15px;
        color: #000;
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 500;
        border-bottom: 1px solid #ece8e8;
        text-align: left;
        direction: ltr;
    }

        .hewal3saraki h1 a {
            font-size: 17px;
            color: #000;
            text-decoration: none;
            font-family: Ubuntu;
        }

            .hewal3saraki h1 a:hover {
                color: #ec7414;
                text-decoration: none
            }

.hewal2saraki h1 span {
    font-family: Ubuntu;
    display: block;
    font-size: 17px;
    color: #ec7414;
    margin-bottom: 5px
}

    .hewal2saraki h1 span i {
        margin-left: 6px
    }

.hawalibapala {
    width: 100%;
    background: #f1f1f1;
    float: left
}

.hawalibapalacontent {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 12px 0
}





.alltitles {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb
}

    .alltitles h1 {
        width: 100%;
        background-image: url(PAK_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px 20px;
        float: left
    }

        .alltitles h1 span {
            width: auto;
            border-bottom: 1px solid #f3c00d;
            float: left;
            font-size: 25px;
            color: #000;
            font-family: Ubuntu;
            font-weight: 400;
            padding: 12px 16px 12px 28px;
            margin-bottom: -1px
        }

.alltitles2 {
    margin-bottom: 20px
}

.alltitles00 {
    width: 100%;
    float: right;
    border-bottom: 1px solid #fff
}

    .alltitles00 h1 {
        width: 100%;
        background-image: url(PAK_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px 20px;
        float: left;
    }

        .alltitles00 h1 span {
            width: auto;
            border-bottom: 1px solid #f3c00d;
            float: left;
            font-size: 25px;
            color: #000;
            font-family: Ubuntu;
            font-weight: 400;
            padding: 12px 16px 12px 28px;
            margin-bottom: -1px
        }

.alltitles200 {
    margin-bottom: 10px
}

.cocktail {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px
}

    .cocktail ul {
        width: 100%;
        margin: 0;
        box-sizing: border-box
    }

    .cocktail li {
        width: 24%;
        margin: 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: left;
        text-align: right
    }

    .cocktail ul li:nth-child(1) {
        width: 74.6%;
        margin: 0 1% 1% 0;
    }

    .cocktail ul li:nth-child(2) {
        margin-right: 0;
        width: 24.2%
    }

    .cocktail ul li:nth-child(3) {
        margin-right: 1%;
        width: 24.2%
    }

    .cocktail ul li:nth-child(4) {
        margin-right: 1%;
        width: 24.2%
    }

    .cocktail ul li:nth-child(5) {
        margin-right: 1%;
        width: 24.2%
    }

    .cocktail ul li:nth-child(6) {
        margin-right: 0;
        width: 24.2%
    }

    .cocktail ul li:nth-child(7) {
        margin-right: 1%;
        width: 24.2%
    }

    .cocktail ul li:nth-child(8) {
        margin-right: 1%;
        width: 24.2%
    }

    .cocktail ul li:nth-child(9) {
        margin-right: 1%;
        width: 24.2%
    }

    .cocktail ul li:nth-child(10) {
        margin-right: 0;
        width: 24.2%
    }

.tekalakan01 {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0;
    background: #414141;
    margin: 0;
    direction: rtl
}

.text {
    font-size: 17px;
    color: #bbb;
    width: 50%;
    text-align: left;
    padding: 3%;
    font-family: Ubuntu;
    font-weight: 300;
    line-height: 22px;
    direction: ltr;
    box-sizing: border-box;
    float: left;
}

    .text h1 {
        color: #fff;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 22px;
        margin: 12px 0
    }

    .text a {
        font-size: 16px;
        color: #fff;
        margin-top: 16px;
        float: left;
        font-weight: 500;
    }

        .text a:hover {
            color: #f3c00d
        }

    .text span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #f3c00d
    }

        .text span i {
            margin-right: 8px;
        }

.tekalakan01saraki {
    overflow: hidden;
    width: 50%;
    position: relative;
    float: right;
    height: 320px;
}

    .tekalakan01saraki img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .tekalakan01saraki h1 {
        font-size: 15px;
        color: #fff;
        padding: 10px 25px;
        width: auto;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        position: absolute;
        top: 0;
        left: 0;
        background: #090909;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 17px
    }

.othernews01 {
    width: 100%;
    height: 320px;
    float: right;
    box-sizing: border-box;
    padding: 0;
    background: #f1f1f1;
    margin: 0;
    direction: rtl
}

.othernews01text {
    font-size: 17px;
    color: #bbb;
    width: 100%;
    text-align: left;
    padding: 3%;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 22px;
    direction: ltr;
    box-sizing: border-box;
    float: left;
}

    .othernews01text h1 {
        color: #000;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 300;
        font-size: 18px;
        margin: 4px 0 0
    }

    .othernews01text a {
        font-size: 17px;
        color: #fff;
        margin-top: 16px;
        float: left;
    }

        .othernews01text a:hover {
            color: #f3c00d
        }

    .othernews01text span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #ec7414
    }

        .othernews01text span i {
            margin-right: 8px
        }

.othernews02 {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 200px
}

    .othernews02 img {
        float: right;
        width: 100%;
        height: 200px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .othernews02 h1 {
        font-size: 15px;
        color: #fff;
        padding: 6px 25px;
        width: auto;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        position: absolute;
        top: 0;
        left: 0;
        background: #090909;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 17px
    }

.kurdsitani {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

    .kurdsitani ul {
        width: 100%;
        margin: 0;
        box-sizing: border-box
    }

    .kurdsitani li {
        margin: 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: left;
        text-align: left;
    }

    .kurdsitani ul li:nth-child(1) {
        width: 49%;
        margin: 0 1% 1% 0;
    }

    .kurdsitani ul li:nth-child(2) {
        margin-right: 1%;
        width: 25%
    }

    .kurdsitani ul li:nth-child(3) {
        margin-right: 0;
        width: 24%
    }





.kurdistanitxt {
    width: 50%;
    height: 320px;
    float: right;
    box-sizing: border-box;
    padding: 25px;
    background: rgba(0,0,0,.8);
    margin: 0;
    direction: ltr;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    color: #bbb;
    font-family: Ubuntu;
    text-align: left;
}

    .kurdistanitxt h1 {
        color: #fff;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 22px;
        margin: 12px 0
    }

    .kurdistanitxt a {
        font-size: 17px;
        color: #fff;
        margin-top: 16px;
        float: left;
    }

        .kurdistanitxt a:hover {
            color: #f3c00d
        }

    .kurdistanitxt span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #f3c00d
    }

        .kurdistanitxt span i {
            margin-right: 8px
        }

.kurdsitanisaraki {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 320px
}

    .kurdsitanisaraki img {
        float: right;
        width: 100%;
        height: 320px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

.kurdistani02 {
    width: 100%;
    height: 320px;
    float: right;
    box-sizing: border-box;
    padding: 0;
    background: #000;
    margin: 0;
    direction: rtl
}

.kurdistani02text {
    font-size: 17px;
    color: #bbb;
    width: 100%;
    text-align: left;
    padding: 3%;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 22px;
    direction: ltr;
    box-sizing: border-box;
    float: left;
}

    .kurdistani02text h1 {
        color: #fff;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 300;
        font-size: 17px;
        margin: 4px 0 0
    }

    .kurdistani02text a {
        font-size: 17px;
        color: #fff;
        margin-top: 16px;
        float: left;
    }

        .kurdistani02text a:hover {
            color: #f3c00d
        }

    .kurdistani02text span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #f3c00d
    }

        .kurdistani02text span i {
            margin-right: 8px
        }

.nawchaey {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

    .nawchaey ul {
        width: 100%;
        margin: 0;
        box-sizing: border-box
    }

    .nawchaey li {
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right
    }

    .nawchaey ul li:nth-child(1) {
        width: 49.5%;
        margin: 0 0 1% .5%
    }

    .nawchaey ul li:nth-child(2) {
        width: 49.5%;
        margin: 0 .5% 1% 0
    }

.hewalbalink {
    width: 100%;
    margin: 15px 0 0;
    box-sizing: border-box;
    counter-reset: my-awesome-counter;
    direction: rtl;
    float: right
}



    .hewalbalink p {
        width: 100%;
        box-sizing: border-box;
        float: left;
        text-align: left;
        margin: 0;
        counter-increment: my-awesome-counter;
        border-bottom: 1px solid #ece8e8;
        line-height: 16px;
        padding: 6px 0 6px 45px;
        position: relative
    }

        .hewalbalink p:last-child {
            border-bottom: 0
        }

        .hewalbalink p::before {
            content: "0" counter(my-awesome-counter);
            font-weight: 700;
            font-size: 30px;
            margin-left: 10px;
            line-height: 1;
            text-align: left;
            float: left;
            font-family: Ubuntu;
            font-weight: 400;
            padding-top: 17px;
            position: absolute;
            left: 0;
            top: 0;
            color: #000
        }

    .hewalbalink a {
        font-size: 17px;
        color: #000;
        margin-top: 17px;
        float: left;
        font-family: Ubuntu;
        font-weight: 300
    }

        .hewalbalink a:hover {
            color: #f3c00d
        }

.syanaka {
    width: 100%;
    background: #efefef;
    padding: 20px 0
}

    .syanaka.content {
        width: 1360px;
        margin: 0 auto
    }

        .syanaka.content ul {
            width: 100%;
            margin: 0;
            box-sizing: border-box
        }

        .syanaka.content li {
            height: auto;
            box-sizing: border-box;
            float: left;
            text-align: left;
        }

        .syanaka.content ul li:nth-child(1) {
            width: 29%;
            margin: 0 1% 1% 0;
        }

        .syanaka.content ul li:nth-child(2) {
            width: 38%;
            margin: 0 1% 1%;
        }

        .syanaka.content ul li:nth-child(3) {
            width: 29%;
            margin: 0 0 1% 1%;
        }

.dinama01 {
    width: 100%;
    height: auto;
    float: right;
    box-sizing: border-box;
    padding: 0;
    background: #f1f1f1;
    margin: 0;
    direction: rtl
}

.dinama01text {
    font-size: 17px;
    color: #bbb;
    width: 100%;
    text-align: right;
    padding: 3% 3% 3% 0;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 22px;
    direction: ltr;
    box-sizing: border-box;
    float: right;
    text-align: left;
}

    .dinama01text h1 {
        color: #000;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 16px;
        margin: 4px 0 0;
    }

    .dinama01text a {
        font-size: 17px;
        color: #fff;
        margin-top: 16px;
        float: right
    }

        .dinama01text a:hover {
            color: #f3c00d
        }

    .dinama01text span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #515151
    }

        .dinama01text span i {
            margin-right: 8px
        }

.dinama02 {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 230px
}

    .dinama02 img {
        float: right;
        width: 100%;
        height: 230px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .dinama02 h1 {
        font-size: 15px;
        color: #fff;
        padding: 6px 25px;
        width: auto;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        position: absolute;
        top: 0;
        right: 0;
        background: #090909;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 17px
    }

.dimanalist {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: left;
    float: left;
    border-top: 1px solid #fff;
    direction: ltr;
}

    .dimanalist h2 {
        font-size: 18px;
        color: #000;
        width: 60%;
        text-align: left;
        font-family: Ubuntu;
        font-weight: 400;
        box-sizing: border-box;
        float: left;
        padding: 0 0 7px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        transition: .2s
    }

        .dimanalist h2 p {
            font-size: 16px;
            color: #000;
            width: 100%;
            text-align: left;
            font-family: Ubuntu;
            font-weight: 400;
            box-sizing: border-box;
            float: left;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            transition: .2s
        }

            .dimanalist h2 p:hover {
                color: #f0a92e;
                -webkit-transition: .2s;
                -moz-transition: .2s;
                -ms-transition: .2s;
                transition: .2s
            }

        .dimanalist h2 span {
            font-size: 11px;
            color: #000;
            width: auto;
            text-align: left;
            letter-spacing: 2px;
            font-weight: 300;
            box-sizing: border-box;
            float: left;
            padding: 6px 0;
            border-bottom: 2px solid #e0b25c;
            margin-bottom: 8px
        }

    .dimanalist span {
        font-family: Ubuntu;
        display: block;
        font-size: 15px;
        color: #515151
    }

        .dimanalist span i {
            margin-right: 5px;
            font-size: 10px
        }

    .dimanalist div {
        float: left;
        width: 110px;
        height: auto;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border: 0;
        margin-right: 10px;
        position: relative
    }

        .dimanalist div img {
            width: 100%;
            height: 100%
        }

.axawtn01 {
    width: 100%;
    height: auto;
    float: right;
    box-sizing: border-box;
    padding: 0;
    background: #f1f1f1;
    margin: 0;
    direction: rtl
}

.axawtn01text {
    font-size: 17px;
    color: #bbb;
    width: 100%;
    text-align: left;
    padding: 3% 3% 3% 0;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 22px;
    direction: ltr;
    box-sizing: border-box;
    float: left;
}

    .axawtn01text h1 {
        color: #000;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 16px;
        margin: 4px 0 0
    }

    .axawtn01text a {
        font-size: 17px;
        color: #fff;
        margin-top: 16px;
        float: left
    }

        .axawtn01text a:hover {
            color: #f3c00d
        }

    .axawtn01text span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #515151
    }

        .axawtn01text span i {
            margin-right: 8px
        }

.axawtn02 {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 325px
}

    .axawtn02 img {
        float: right;
        width: 100%;
        height: 325px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .axawtn02 h1 {
        font-size: 15px;
        color: #fff;
        padding: 6px 25px;
        width: auto;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        position: absolute;
        top: 0;
        right: 0;
        background: #090909;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 17px
    }

.ragayandraw {
    width: 100%;
    background: #202020;
    padding: 20px 0
}

    .ragayandraw.content {
        width: 1360px;
        margin: 0 auto
    }

.tab {
    overflow: hidden;
    border: 1px solid #202020;
    background-color: #202020
}

    .tab button {
        background-color: inherit;
        float: right;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: .3s;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 17px;
        border-bottom: 1px solid #515151;
        color: #515151;
        margin-left: 10px
    }

        .tab button:hover {
            background-color: #202020;
            border-bottom: 1px solid #fff;
            color: #fff
        }

        .tab button.active {
            background-color: #202020;
            border-bottom: 1px solid #fff;
            color: #fff
        }

.tabcontent {
    display: none;
    padding: 20px 0;
    border: 1px solid #202020;
    border-top: none;
    text-align: right
}

.topright {
    float: left;
    cursor: pointer;
    font-size: 28px;
    display: none
}

    .topright:hover {
        color: red
    }

.raqayandrawtabs {
    width: 100%;
    margin: 0;
    box-sizing: border-box
}

    .raqayandrawtabs li {
        margin: 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: left;
        text-align: left;
    }

        .raqayandrawtabs li:nth-child(1) {
            width: 24%;
            margin: 0 1% 1% 0;
        }

        .raqayandrawtabs li:nth-child(2) {
            width: 24%;
            margin: 0 1% 1% 0;
        }

        .raqayandrawtabs li:nth-child(3) {
            width: 24%;
            margin: 0 1% 1% 0;
        }

        .raqayandrawtabs li:nth-child(4) {
            width: 24%;
            margin: 0 0 1% 1%;
        }

.peshmarga {
    width: 65%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box
}

.polling {
    width: 35%;
    float: left;
}

.raprsi {
    width: 100%;
    float: left;
    background: #202020;
    padding: 25px;
    box-sizing: border-box
}

    .raprsi h2 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #2c2c2c;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        text-align: left;
        padding-bottom: 20px
    }

.pollstyle {
    width: 100%;
    float: left;
    margin: 20px 0;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 10px
}

    .pollstyle td:first-child {
        width: 30px;
        float: left;
        text-align: right;
        padding: 10px 0
    }

    .pollstyle td:last-child {
        width: 70%;
        float: left;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding: 5px 0
    }

.poll {
    width: 100%;
    float: left;
    margin: 20px 0;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 10px;
    direction: ltr !important
}

    .poll td:nth-child(1) {
        width: 2%;
        float: left;
        text-align: left;
        padding: 10px 0;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        color: #fff
    }

    .poll td:nth-child(2) {
        width: 22%;
        float: left;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding: 5px 0 5px 1%;
    }

    .poll td:nth-child(3) {
        width: 50%;
        float: left;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding: 5px 0
    }

    .poll td:nth-child(4) {
        width: 25%;
        float: left;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding: 5px 0
    }



.loading {
    width: 95%;
    height: 20px;
    padding-bottom: 0;
    font-size: 15px;
    margin-right: 5%;
    padding-left: 5%;
    box-sizing: border-box;
    padding-top: 2px;
    position: relative;
    z-index: 100
}

.rang0 {
    height: 20px;
    background-color: #ec7414;
    margin-top: 0;
    float: right;
    position: absolute;
    top: 0;
    z-index: -1
}

.rang1 {
    height: 20px;
    background-color: #f3c00d;
    margin-top: 0;
    float: left;
    position: absolute;
    top: 0;
    z-index: -1
}

.rang2 {
    height: 20px;
    background-color: silver;
    margin-top: 0;
    float: left;
    position: absolute;
    top: 0;
    z-index: -1
}

.rang3 {
    height: 20px;
    background-color: #535353;
    margin-top: 0;
    float: left;
    position: absolute;
    top: 0;
    z-index: -1
}

.rang4 {
    height: 20px;
    background-color: #8a1226;
    margin-top: 0;
    float: left;
    position: absolute;
    top: 0;
    z-index: -1
}

.rang00 {
    background-color: #ec7414
}

.rang01 {
    background-color: #f3c00d
}

.rang02 {
    background-color: silver
}

.rang03 {
    background-color: #535353
}

.rang04 {
    background-color: #8a1226
}


.progressbar {
    width: auto;
    height: 20px;
    float: left;
    text-align: center;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 20px
}

.dangbda {
    width: 100px;
    float: left;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    text-align: center;
    padding: 5px 16px;
    background: #f3c00d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .dangbda:hover {
        color: #000;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

.anjamakan {
    width: 120px;
    float: left;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 5px 16px;
    background: #515151;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 15px
}

    .anjamakan:hover {
        color: #000;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }









.pairaw {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    margin-top: 15px
}

    .pairaw img {
        width: 100%;
        height: auto;
        border: 0
    }

.zortrin {
    width: 35%;
    float: left;
    background: #efefef;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 20px 40px
}

.zortrinh {
    width: 100%;
    float: left;
    background: #efefef;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 20px 40px
}

.homevideo {
    width: 64%;
    float: left;
    padding: 20px;
    margin-right: 1%;
    box-sizing: border-box;
    background: #464646;
    margin-top: 20px
}

.zortrintitle {
    width: 100%;
    float: left;
}

    .zortrintitle span {
        float: left;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 19px;
        color: #000;
        text-align: right;
        direction: ltr;
        border-bottom: 1px solid #000
    }

.vtext {
    font-size: 17px;
    color: #bbb;
    width: 50%;
    text-align: left;
    padding: 0;
    font-family: Ubuntu;
    font-weight: 400;
    line-height: 22px;
    direction: ltr;
    box-sizing: border-box;
    float: left;
}

    .vtext a {
        font-size: 17px;
        color: #fff;
        margin-top: 16px;
        float: left;
    }

        .vtext a:hover {
            color: #f3c00d
        }

    .vtext h1 {
        color: #fff;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 22px;
        margin: 0 0 12px
    }

    .vtext span {
        font-family: Ubuntu;
        display: block;
        font-size: 17px;
        color: #f3c00d
    }

        .vtext span i {
            margin-right: 8px
        }

.vtextsaraki {
    overflow: hidden;
    width: 50%;
    position: relative;
    float: right;
    height: 260px
}

    .vtextsaraki img {
        float: left;
        width: 100%;
        height: 260px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .vtextsaraki h1 {
        font-size: 25px;
        color: #000;
        padding: 20px;
        width: auto;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(243,192,13,.7);
        font-family: Ubuntu;
        font-weight: 400
    }

.allvideos {
    width: 260px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 3%;
    box-sizing: border-box;
    display: block
}

    .allvideos span {
        width: 150px;
        border-bottom: 1px solid #f3c00d;
        font-size: 18px;
        color: #fff;
        font-family: Ubuntu;
        font-weight: 400;
        padding: 12px 0;
        margin-bottom: -1px !important;
        margin: 0 auto
    }

.searchbar {
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 20px;
    float: left;
    margin: 25px 0
}

.searchdiv {
    width: 400px;
    margin: 0 auto
}

.gsearch {
    width: 350px !important;
    direction: rtl !important;
    height: 30px;
    float: right !important;
    padding: 3px 0 0 6px;
    box-sizing: border-box
}

.gsc-control-cse {
    font-family: Ubuntu !important;
    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;
    font-family: Ubuntu !important
}

#gsc-i-id1 {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important;
    font-family: Ubuntu !important;
    color: #2c3d43 !important;
    padding: 5px 0 !important;
    margin-top: -8px !important;
    border-radius: 3px !important;
    background: #dbdbdb !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #000 !important;
    background-image: none;
    filter: none;
    set animation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 3px !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #ec7414 !important;
        background-image: none;
        filter: none;
        set animation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important;
        border-radius: 3px !important
    }

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #2c3d43 !important;
    background-color: #ff6a01 !important;
    background-image: none !important;
    filter: none !important;
    border-radius: 4px !important;
    padding: 7px 16px !important;
    border: 0 !important
}

    .gsc-search-button-v2:hover {
        background-color: #dc5e06 !important
    }

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    width: 68px;
    vertical-align: middle;
    border: 1px solid #666;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-color: #3079ed;
    width: 65px !important
}

.gsc-input-box {
    background-position: 0% 0%;
    border: 1px solid #fff !important;
    height: 25px !important;
    margin-top: 2px !important;
    border-radius: 3px !important;
    background-image: none !important;
    font-family: Heebo !important;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: scroll
}

.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;
    font-family: gk bold,Arial !important
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important;
    font-family: gk reg,Arial !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-family: gk bold,Arial !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
}

.gsst_a .gscb_a {
    font-size: 14px !important
}

.break {
    display: none
}

.clearfix2 {
    clear: both;
    display: none
}

video {
    width: 100%;
    height: auto
}

.homeimage {
    width: 100%;
    height: auto
}

.grid {
    width: 50%;
    height: auto;
    float: left
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
    float: right;
    box-sizing: border-box;
    direction: ltr;
}

.fchap {
    width: 62%;
    background: #202020;
    position: relative;
}

.frast {
    width: 38%;
    background: #ec7414;
}

.logocopyright {
    width: 350px;
    float: left;
    background-image: url(PAK_icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0;
    text-align: center;
    margin-right: 20px;
    direction: ltr;
}

    .logocopyright h1 {
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 22px;
        color: #000;
        padding-top: 60px
    }

    .logocopyright h2 {
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        margin-top: 22px
    }

.footermenu {
    width: 100%;
    padding: 5% 5% 20px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box
}

    .footermenu ul {
        width: 100%;
        margin: 0 auto
    }

        .footermenu ul li {
            width: auto;
            float: left;
            color: #535353;
            box-sizing: border-box;
            padding: 0 4% 1%;
            display: inline-block;
            border-right: 1px solid #2c2b2b
        }

            .footermenu ul li h4 {
                font-family: Ubuntu;
                font-weight: 500;
                padding-left: 0;
                padding-top: 0;
                line-height: 22px;
                color: #ec7414;
                font-size: 20px;
                height: 30px;
                text-align: left;
            }

                .footermenu ul li h4 i {
                    margin-right: 8px
                }

            .footermenu ul li p {
                font-family: Ubuntu;
                font-weight: 300;
                font-size: 19px;
                color: #a4a4a4;
                padding-right: 0;
                display: block;
                line-height: 24px;
                width: 100%;
                text-align: left;
            }

                .footermenu ul li p a {
                    font-family: Ubuntu;
                    font-weight: 400;
                    font-size: 19px;
                    color: #fff
                }

                    .footermenu ul li p a:hover {
                        color: #eb7217
                    }

                .footermenu ul li p span {
                    font-size: 17px;
                    color: #ec7414;
                    padding-top: 20px;
                    float: left;
                    width: 100%;
                    font-family: Ubuntu;
                    font-weight: 400
                }

            .footermenu ul li:last-child {
                border-right: 0
            }



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(18,18,18,.7);
    color: #fff;
    border-radius: 3px;
    direction: rtl;
    z-index: 1;
    font-family: Ubuntu;
    font-weight: 400;
    text-align: center;
    font-size: 15px
}

    #return-to-top i {
        color: #fff;
        margin: 3px;
        position: relative;
        right: 1px;
        top: 5px;
        font-size: 19px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    #return-to-top:hover {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: rgba(236,116,20,.8)
    }

        #return-to-top:hover i {
            color: #fff;
            top: 2px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

.mnews {
    width: 100% !important
}

.hamwyan {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 25px
}

    .hamwyan ul {
        width: 100%;
        margin: 0;
        box-sizing: border-box
    }

    .hamwyan li {
        width: 32.3%;
        margin: 0 0 1% 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right
    }

.newspaper {
    width: 100%;
    float: right;
    background: #202020;
    box-sizing: border-box;
    margin-top: 15px;
    text-align: center;
    padding: 30px 0;
    position: relative
}

    .newspaper img {
        width: auto;
        height: 380px
    }

    .newspaper div {
        right: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 100;
        padding: 15px;
        text-align: center;
        background: rgba(0,0,0,.9);
        border-top: 4px solid #333
    }

        .newspaper div ul {
            width: 100%;
            float: right
        }

            .newspaper div ul li {
                width: 33%;
                float: right;
                color: #fff;
                font-size: 20px;
                font-family: Ubuntu;
                font-weight: 400
            }

                .newspaper div ul li a {
                    color: #fff
                }

                    .newspaper div ul li a:hover {
                        color: #ec7414
                    }

                .newspaper div ul li:nth-child(1) {
                    text-align: right;
                    padding-right: 10px
                }

                .newspaper div ul li:nth-child(2) {
                    text-align: center
                }

                .newspaper div ul li:nth-child(3) {
                    text-align: left;
                    padding-left: 10px
                }

#share-buttons {
    width: 100%;
    float: right;
    margin: 15px 0
}

    #share-buttons img {
        width: 35px;
        padding: 5px;
        border: 0;
        box-shadow: 0;
        display: inline
    }

.dropliststyle {
    width: 120px;
    min-width: 100px;
    padding: 8px;
    border: 1px solid silver;
    color: #000;
    margin-bottom: 10px;
    font-family: Ubuntu;
    font-weight: 400;
    float: left;
    margin-right: 2px;
    direction: ltr;
}

.butns {
    background-color: #f0a92e;
    color: #fff;
    padding: 5.5px 25px;
    font-size: 19px;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    font-family: Ubuntu;
    font-weight: 400;
    float: left;
    margin-left: 6px;
}

    .butns:hover {
        background-color: #005484
    }

.raprsistyle {
    font-family: Ubuntu !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 17px !important;
    margin: 15px 0 !important;
    float: right !important
}

#ctl00_ContentPlaceHolder1_RadioButtonList1_0 {
    margin-left: 10px !important
}

#ctl00_ContentPlaceHolder1_RadioButtonList1_1 {
    margin-left: 10px !important
}

#ctl00_ContentPlaceHolder1_RadioButtonList1_2 {
    margin-left: 10px !important
}

#ctl00_ContentPlaceHolder1_RadioButtonList1_3 {
    margin-left: 10px !important
}

#ctl00_ContentPlaceHolder1_RadioButtonList1_4 {
    margin-left: 10px !important
}

.number {
    padding: 5px;
    background-color: #333
}

.numericbutton {
    background-color: #ec9f63;
    color: #fff;
    font-family: Ubuntu;
    font-weight: 400;
    padding: 4px 7px;
    border: 0;
    font-size: 14px;
    float: right;
    margin: 0 3px;
    border-radius: 3px;
    margin-top: 15px
}

.currentpage {
    background-color: #ec7414;
    color: #fff;
    font-weight: 400;
    padding: 4px 7px;
    font-size: 14px;
    float: right;
    border-radius: 3px;
    margin: 0 3px;
    font-family: Ubuntu;
    font-weight: 400;
    margin-top: 15px
}

.nextbutton {
    background-color: #202020;
    color: #fff;
    font-family: Ubuntu;
    font-weight: 400;
    padding: 4px 7px;
    float: right;
    margin-left: 2px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 26px
}

.lastbutton {
    background-color: #202020;
    color: #fff;
    padding: 4px 7px;
    float: right;
    margin-right: 2px;
    border-radius: 3px;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px
}

@media only screen and (max-width:1400px) {
    .bannermain {
        width: 98%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 30px;
        box-sizing: border-box;
        padding: 0 1% 30px 1%;
    }

    .banner.rast {
        width: 250px;
        text-align: center;
        padding: 20px 0 0;
        box-sizing: border-box
    }

    .banner.nawarast {
        width: 301px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        box-sizing: border-box
    }

    .banner.chap {
        width: 204px;
        padding: 20px 0 0 1%;
        box-sizing: border-box
    }

    .menubar.content {
        width: 100%;
        margin: 0 auto;
        direction: rtl;
        box-sizing: border-box;
        float: right;
        padding: 0 0 6px
    }

    .menuicon i {
        margin-left: 20px
    }

    .nawarok {
        width: 100%;
        box-sizing: border-box;
        padding: 0 3.5%
    }

    .hawalibapalacontent {
        width: 100%
    }

    .syanaka {
        padding: 20px 1%;
        box-sizing: border-box
    }

        .syanaka.content {
            width: 100%
        }

    .ragayandraw.content {
        width: 100%;
        padding: 0 1.5%
    }

    .fchap {
        width: 70%;
        background: #202020;
        position: relative
    }

    .frast {
        width: 30%;
        background: #ec7414
    }

    .logocopyright {
        width: 100%;
        padding: 40px 20px;
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .pinkmenu ul li {
        width: 33%;
        min-height: 200px;
        border-right: 1px solid #2c2b2b;
        border-right: 0
    }

        .pinkmenu ul li:nth-child(1) {
            padding-left: 4%
        }

        .pinkmenu ul li:nth-child(6) {
            width: 100%;
            border-right: 0;
            border-left: 1px solid #2c2b2b;
            margin-top: 20px
        }

    .othernews02 {
        height: 150px
    }

        .othernews02 img {
            height: 150px
        }

    .tekalakan01saraki {
        height: 285px
    }

    .othernews01 {
        height: 285px
    }

    .hewalbalink p::before {
        font-size: 25px;
        padding-top: 17px
    }

    /*.hewalbalink p {
        padding: 6px 32px 6px 0
    }*/

    .dimanalist {
        display: none
    }

    .dinama02 {
        height: 200px
    }

        .dinama02 img {
            height: 200px
        }

    .axawtn02 {
        height: 200px
    }

        .axawtn02 img {
            height: 200px
        }

    .footer {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        display: inline-flex;
        flex-flow: row wrap
    }

    .fchap {
        width: 100%;
        background: #202020;
        position: relative
    }

    .frast {
        width: 100%;
        background: #ec7414
    }

    .footermenu {
        padding: 5% 0%
    }

    .logocopyright {
        width: 100%;
        padding: 10px 20px;
        margin-left: 0;
        background-image: none
    }

        .logocopyright h1 {
            display: none
        }

        .logocopyright h2 {
            margin-top: 0;
            padding: 7px 0
        }

    .hamwyan li {
        width: 48.9%
    }
}

@media only screen and (max-width:960px) {
    .menubar.content {
        padding-bottom: 12px
    }

    .Separator {
        float: right;
        margin: 3px 4px 14px !important;
        color: #3b3a3a;
        width: 32px;
        height: 1px;
        background: #4e4e4e;
        margin-top: 5px
    }

    .socialmedia {
        width: 40px;
        position: absolute;
        right: 5%;
        top: 18%;
        left: auto;
    }

        .socialmedia a {
            float: left;
            margin-left: 0;
            margin-bottom: 12px
        }

    .hewal1 {
        overflow: hidden;
        width: 100%;
        position: relative;
        float: right;
        margin-left: 0;
    }

    .hewal2 {
        width: 49%;
        float: right;
        box-sizing: border-box;
        padding: 0 0 25px;
        background: #f1f1f1;
        margin: 1% 0 1% 1%;
        direction: rtl
    }

    .hewal3 {
        width: 49%;
        float: right;
        box-sizing: border-box;
        padding: 0 0 25px;
        margin: 1% 1% 1% 0;
        direction: rtl
    }

    .cocktail ul li:nth-child(1) {
        width: 99.5%;
        margin: 0 0 1%;
    }

    .tekalakan01saraki {
        height: auto
    }

    .cocktail ul li:nth-child(2) {
        margin-right: 1%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(3) {
        margin-right: 1%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(4) {
        margin-right: 0%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(5) {
        margin-right: 1%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(6) {
        margin-right: 1%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(7) {
        margin-right: 0;
        width: 32.5%
    }

    .cocktail ul li:nth-child(8) {
        margin-right: 1%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(9) {
        margin-right: 1%;
        width: 32.5%
    }

    .cocktail ul li:nth-child(10) {
        margin-right: 0;
        width: 32.5%
    }

    .othernews01 {
        height: 295px
    }

    .othernews02 {
        height: 165px
    }

        .othernews02 img {
            height: 165px
        }

    .kurdsitani ul li:nth-child(1) {
        width: 100%;
        margin: 0 0 1%
    }

    .kurdsitani ul li:nth-child(2) {
        margin-right: .5%;
        width: 49.5%
    }

    .kurdsitani ul li:nth-child(3) {
        margin-right: .5%;
        width: 49.5%
    }




    .nawchaey ul li:nth-child(1) {
        width: 100%;
        margin: 0 0 2%
    }

    .nawchaey ul li:nth-child(2) {
        width: 100%;
        margin: 0 0 2%
    }

    .raqayandrawtabs li:nth-child(1) {
        width: 49%;
        margin: 0 0 1% .5%
    }

    .raqayandrawtabs li:nth-child(2) {
        width: 49%;
        margin: 0 .5% 1% 0
    }

    .raqayandrawtabs li:nth-child(3) {
        width: 49%;
        margin: 0 0 1% .5%
    }

    .raqayandrawtabs li:nth-child(4) {
        width: 49%;
        margin: 0 .5% 1% 0
    }

    .peshmarga {
        width: 100%;
        float: right;
        padding-left: 0;
        padding-top: 20px;
        box-sizing: border-box
    }

    .polling {
        width: 100%;
        float: right;
        padding: 20px 0
    }

    .zortrin {
        width: 100%;
        float: right;
        background: #efefef;
        margin-top: 20px;
        box-sizing: border-box;
        padding: 20px 20px 40px
    }

    .homevideo {
        width: 100%;
        float: right;
        box-sizing: border-box;
        background: #464646;
        margin-top: 0;
        margin-right: 0
    }

    .vtext {
        padding: 0 0 0 10px
    }
}

@media only screen and (max-width:768px) {
    .banner.nawarast {
        display: none
    }

    .banner.rast img {
        display: block;
        width: auto;
        height: 60px;
        float: left;
        margin: 0 20px 0 0;
    }

    .banner.rast {
        width: 60%;
        text-align: left;
    }

        .banner.rast p {
            text-align: left
        }

    .banner.chap {
        width: 40%;
        padding: 20px 0 0 20px
    }

    .bannermain {
        padding-bottom: 15px
    }

    .footermenu ul {
        display: none
    }

    .fsocialmedia {
        width: 312px;
        position: absolute;
        left: 0;
        top: 15%;
        text-align: center;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    .cocktail ul li:nth-child(1) {
        width: 99.5%;
        margin: 0 0 1%
    }

    .cocktail ul li:nth-child(2) {
        margin-right: 1%;
        width: 49.2%
    }

    .cocktail ul li:nth-child(3) {
        margin-right: 0;
        width: 49.2%
    }

    .cocktail ul li:nth-child(4) {
        margin-right: 1%;
        width: 49.2%
    }

    .cocktail ul li:nth-child(5) {
        margin-right: 0;
        width: 49.2%
    }

    .cocktail ul li:nth-child(6) {
        margin-right: 1%;
        width: 49.2%
    }

    .cocktail ul li:nth-child(7) {
        margin-right: 0;
        width: 49.2%
    }

    .cocktail ul li:nth-child(8) {
        margin-right: 1%;
        width: 49.2%
    }

    .cocktail ul li:nth-child(9) {
        margin-right: 0;
        width: 49.2%
    }

    .cocktail ul li:nth-child(10) {
        margin-right: 0;
        width: 99.3%
    }

    .othernews02 {
        height: 185px
    }

        .othernews02 img {
            height: 185px
        }

    .pinkmenu ul li h4 {
        font-size: 18px;
        height: 26px
    }

    .dinama02 {
        height: auto
    }

        .dinama02 img {
            height: auto
        }

    .axawtn02 {
        height: auto
    }

        .axawtn02 img {
            height: auto
        }

    .syanaka.content ul li:nth-child(1) {
        width: 100%;
        margin: 0 0 1%
    }

    .syanaka.content ul li:nth-child(2) {
        width: 100%;
        margin: 0 0 1%
    }

    .syanaka.content ul li:nth-child(3) {
        width: 100%;
        margin: 0 0 1%
    }

    .raqayandrawtabs li:nth-child(1) {
        width: 100%;
        margin: 0 0 1%
    }

    .raqayandrawtabs li:nth-child(2) {
        width: 100%;
        margin: 0 0 1%
    }

    .raqayandrawtabs li:nth-child(3) {
        width: 100%;
        margin: 0 0 1%
    }

    .raqayandrawtabs li:nth-child(4) {
        width: 100%;
        margin: 0 0 1%
    }

    .vtext {
        width: 100%
    }

    .vtextsaraki {
        overflow: hidden;
        width: 100%;
        position: relative;
        float: left;
        height: auto;
        margin-top: 10px
    }

        .vtextsaraki img {
            height: auto
        }

    .allvideos {
        float: right
    }

    .fchap {
        padding-bottom: 18px
    }
}

@media only screen and (max-width:550px) {
    .text {
        width: 100%;
        padding: 5%
    }

    .tekalakan01saraki {
        width: 100%;
        height: auto
    }

    .cocktail ul li:nth-child(1) {
        width: 100%;
        margin: 0 0 1%
    }

    .cocktail ul li:nth-child(2) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(3) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(4) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(5) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(6) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(7) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(8) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(9) {
        margin-right: 0;
        width: 100%
    }

    .cocktail ul li:nth-child(10) {
        margin-right: 0;
        width: 100%
    }

    .othernews01 {
        height: auto
    }

    .othernews02 {
        height: auto
    }

        .othernews02 img {
            height: auto
        }

    .kurdsitani ul li:nth-child(1) {
        width: 100%;
        margin: 0 0 1%
    }

    .kurdsitani ul li:nth-child(2) {
        margin-right: 0;
        width: 100%
    }

    .kurdsitani ul li:nth-child(3) {
        margin-right: 0;
        width: 100%
    }

    .kurdsitanisaraki {
        overflow: hidden;
        width: 100%;
        position: relative;
        float: left;
        height: auto
    }

        .kurdsitanisaraki img {
            float: right;
            width: 100%;
            height: auto;
            -webkit-transition: all .7s ease;
            transition: all .7s ease
        }

    .kurdistanitxt {
        width: 100%;
        height: auto
    }

    .kurdistani02 {
        width: 100%;
        height: auto;
        float: right;
        box-sizing: border-box;
        padding: 0;
        background: #000;
        margin: 0;
        direction: rtl
    }

    .kurdistanitxt h1 {
        color: #fff;
        width: 100%;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 17px;
        margin: 8px 0
    }

    .kurdistanitxt {
        padding: 20px;
        font-size: 15px;
        background: rgba(0,0,0,.6);
        font-weight: 300;
    }

    .tab button {
        padding: 14px 1px;
        font-size: 15px
    }

    .hamwyan li {
        width: 100%;
        margin: 0 0 2%
    }


    .banner.rast p {
        font-size: 15px;
    }

    .banner.rast span {
        font-size: 16px;
    }

    .banner.chap a {
        font-size: 14px;
    }
}







@media only screen and (max-width:490px) {
    .pinkmenu ul li {
        width: 50%;
        min-height: 170px;
        margin-bottom: 15px
    }

        .pinkmenu ul li:nth-child(5) {
            min-width: 0;
            width: 100%;
            min-height: inherit
        }

        .pinkmenu ul li:nth-child(6) {
            min-height: inherit;
            border: 1px solid #2c2b2b;
            padding: 15px
        }

    .socialmedia {
        width: 35px
    }

        .socialmedia a {
            height: 34px;
            width: 34px
        }

        .socialmedia i {
            font-size: 14px
        }

    .banner.chap i {
        font-size: 22px
    }

    .banner.chap {
        width: 164px
    }

    .banner.rast {
        width: 65%;
        text-align: left;
    }

        .banner.rast p {
            font-size: 17px
        }

        .banner.rast span {
            font-size: 16.5px
        }

    .fsocialmedia {
        width: 100%
    }

    .searchdiv {
        width: 100%
    }

    .fchap {
        padding-bottom: 40px
    }

    .fsocialmedia {
        width: 64%;
        /*right: 5%*/
    }
}




@media only screen and (max-width:489px) {
    .nawarok {
        padding: 0 2.5%
    }

    .Hbanner {
        padding: 0 0
    }

    .banner.chap {
        width: 175px;
        padding: 13px 0 0 20px;
        position: absolute;
        right: 0;
        top: 6px;
    }

        .banner.chap i {
            margin: 12px 5px 0 0;
            font-size: 20px
        }






    .banner.rast {
        width: 60%;
        text-align: left;
    }

        .banner.rast img {
            height: 50px;
            margin: 0 10px 0 10px;
        }


        .banner.rast p {
            font-weight: 500;
        }


        .banner.rast span {
            display: none;
        }


    .hewal2 {
        width: 100%;
        float: right;
        box-sizing: border-box;
        padding: 0 0 25px;
        background: #f1f1f1;
        margin: 1% 0;
        direction: rtl
    }

    .hewal3 {
        width: 100%;
        float: right;
        box-sizing: border-box;
        padding: 0 0 25px;
        margin: 1% 0;
        direction: rtl
    }
}
