﻿.row {
    font: 15px/21px BNasim;
}

.padd_main {
    background: #aeacad none repeat scroll 0 0;
    padding: 5px 10px 10px;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: maroon;
    }

    a:visited {
        text-decoration: none;
        color: maroon;
    }

h1, h4 {
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

.clear .Clear {
    clear: both;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
    padding-left:1px;
    text-align:justify;
}

.header_top {
    background-color: #006C90;
    height: 140px;
    width: 100%;
    border-bottom: 3px solid #0287B4;
}

    .header_top .container, .header_top .container .top_logo_main_section {
        padding: 0px;
    }

        .header_top .container, .header_top .container .top_logo_main_section .img-responsive {
            
        }

.logo_lg {
    height: 140px !important;
    background: transparent url("Image/header-overlay.png") no-repeat scroll right center !important;
}

.visible-lg {
    display: block !important;
}

.fix_box {
    display: block;
    height: 29px;
    position: relative;
    width: 100%;
    z-index: 999;
}

.header_bottom {
    /*height: 200px;*/
    height: 29px;
    overflow: hidden;
}

.hidden-ms {
    display: block !important;
}

.hidden-xs {
    display: block !important;
}

.nav_services {
    /*height: 200px;*/
    height: 29px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.panel {
    background-color: #ffffff;
    border-bottom: 1px dotted #dbd6d6;
    margin-bottom: 10px;
    border-radius: 0px;
   
}

.topmenu {
    margin: 0px auto;
    width: 100%;
    height: 29px;
    background-color: #31343d;
}

    .topmenu .menu {
        float: right;
        height: 29px;
        width: auto;
    }


    .topmenu .home {
        width: 45px;
        height: 29px;
        float: right;
        margin-left: 5px;
    }

        .topmenu .home a {
            background-position: center center;
            width: 25px;
            height: 29px;
            margin-right: 20px;
            display: block;
            background-image: url('Image/home.png');
            background-repeat: no-repeat;
        }

    .topmenu .links {
        float: left;
        font: bold 17px/27px BNasim;
        color: #eee;
    }

        .topmenu .links a {
            font: bold 17px/27px BNasim;
            color: #eee;
        }

.bargozide-wrapper {
    background-color: #888;
    height: 250px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 2%;
}

    .bargozide-wrapper .selectednews-box {
    }

    .bargozide-wrapper .selectednews-box {
        position: relative;
        float: right;
        height: 140px;
        width: 22%;
        margin-top: 25px;
        margin-left: 2%;
    }

        .bargozide-wrapper .selectednews-box .snimg {
            height: 140px;
            width: 100%;
        }

            .bargozide-wrapper .selectednews-box .snimg a {
                height: 140px;
                width: 100%;
                display: block;
            }

            .bargozide-wrapper .selectednews-box .snimg img {
                height: 140px;
                width: 100%;
                z-index: 1000;
            }

        .bargozide-wrapper .selectednews-box .newstitle {
            background: rgba(0, 0, 0, 0) url("Image/overlay.png") repeat scroll 0 0;
            color: #fff;
            font: bold 15px/27px BNasim;
            /*margin-top: -140px;*/
            position: absolute;
            width: 100%;
            z-index: 10000;
            text-align: justify;
            padding-left: 1%;
            padding-right: 1%;
        }

            .bargozide-wrapper .selectednews-box .newstitle a {
                color: #fff;
                font: bold 15px/27px BNasim;
            }
/*.topmenu .links .RSS {
            background-image: url('Image/rss.png');
            color: transparent;
            display: block;
            color: #333;
        }*/
/*menu*/

.navigation-menu1 ul,
.navigation-menu1 li,
.navigation-menu1 span,
.navigation-menu1 a {
    position: relative;
}

.navigation-menu1 {
    width: 100%;
    height: 29px;
    margin: 0 auto;
    /*border-bottom: 5px solid #850b25;*/
    /*text-shadow: 1px 1px #bbb;*/
}

    .navigation-menu1:after,
    .navigation-menu1 ul:after {
        content: '';
        display: block;
        clear: both;
    }


    .navigation-menu1 a {
        color: #eee;
        display: inline-block;
        padding: 0 8px;
        text-decoration: none;
        font: bold 17px/27px BNasim;
    }

    .navigation-menu1 ul {
        list-style: none;
    }

    .navigation-menu1 > ul {
        margin: 0px auto;
    }

        .navigation-menu1 > ul > li {
            float: right;
        }

            .navigation-menu1 > ul > li:hover:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                bottom: 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid #d41c1c;
                margin-left: -7px;
            }

            .navigation-menu1 > ul > li.active a {
                background: #6d6e71;
            }

            .navigation-menu1 > ul > li:hover > a {
                background: #fff;
                color: #31343d;
            }

    .navigation-menu1 .sub-menu {
        z-index: 1;
    }

        .navigation-menu1 .sub-menu:hover > ul {
            display: block;
            animation-delay: 4s;
            animation-fill-mode: backwards;
        }

        .navigation-menu1 .sub-menu ul {
            display: none;
            position: absolute;
            min-width: 145px;
            top: 100%;
            right: 0;
        }

            .navigation-menu1 .sub-menu ul li {
                *margin-bottom: -1px;
            }

                .navigation-menu1 .sub-menu ul li a {
                    background: #d41c1c;
                    border-bottom: 1px solid #eee;
                    filter: none;
                    display: block;
                    padding: 2px 10px;
                    color: #fff;
                }

                .navigation-menu1 .sub-menu ul li:hover a {
                    background: #31343d;
                    color: #fff;
                }

        .navigation-menu1 .sub-menu .sub-menu:hover > ul {
            display: block;
        }

        .navigation-menu1 .sub-menu .sub-menu ul {
            display: none;
            position: absolute;
            right: 100%;
            top: 0;
        }

            .navigation-menu1 .sub-menu .sub-menu ul li a {
                background: #850b25;
                border-bottom: 1px solid #6db2d0;
            }

                .navigation-menu1 .sub-menu .sub-menu ul li a:hover {
                    background: #333;
                    color: #eee;
                }
/*/menu*/

.padd_left1, .padd_left, .padd_left4, .padd_left2 {
    padding-left: 10px !important;
}

.lastnews-wrapper h4 a, .vije h4 a , .def-services h4 a {
    font: 15px/24px BNasim;
    text-indent: 10px;
    display: block;
    background: rgba(0, 0, 0, 0) url("Image/bullet1.png") no-repeat scroll right 12px;
}

.lastnews-wrapper h4, .vije h4 {
    padding-right: 5px;
    margin-bottom: 2px;
}

.lastnews-wrapper .captions, .lastnews-wrapper .captions ul {
    height: 43px;
    width: 100%;
}

    .lastnews-wrapper .captions ul li {
        float: right;
        width: 50%;
        color: #fff;
    }

        .lastnews-wrapper .captions ul li span {
            font: bold 17px/42px BNasim;
            padding-right: 5px;
        }

    .lastnews-wrapper .captions .lastnews-a ,.audiodiv-a , .tabon{
        background-color: #006C90;
        cursor: pointer;
        display: block;
        height: 43px;
        width: 100%;
 margin-top: 0px !important;
    }

    .lastnews-wrapper .captions .top-news-a , .filmdiv-a , .taboff{
        background-color: #919296;
        cursor: pointer;
        display: block;
        height: 39px;
        margin-top: 0px !important;
        width: 100%;
    }

.kh_v {
    background: #fff none repeat scroll 0 0;
    height: 345px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.news-box-wrapper {
    width: 100%;
}

.akhv_item {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #8f8d8e;*/
     border-bottom: 1px dotted #dbd6d6;
    margin-bottom: 10px;
    min-height: 109px;
    max-height: 182px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    width: 100%;
    text-align:justify;
}
.def-services .akhv_item {
    background: #fff none repeat scroll 0 0;   
    margin-bottom: 10px;    
    min-height: 200px;
    max-height: 300px;
    overflow:visible;
    padding: 5px;
    /*position: relative;*/
    width: 100%;
    border:none;

}
.def-services {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #8f8d8e;*/
    margin-bottom: 10px;
    /*min-height: 370px;
    max-height: 300px;
    overflow: hidden;*/
    padding-left: 10px;
    position: relative;
}

    .def-services .se-title-box {
        background-image: linear-gradient(to right, #dbd6d6 33%, rgba(255, 255, 255, 0) 0%);
        background-position: center 17px;
        background-repeat: repeat-x;
        background-size: 3px 1px;
        height: 25px;
    }

        .def-services .se-title-box .se-title {
            background-color: #fff;
            padding-right: 5px;
            padding-left: 13px;
            border-right:10px solid #FDFE00;
            float:right;
            font: bold 16px/30px BNasim;
            margin-bottom:5px;
        }

.fr_akhv {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    float: right;
    height: 107px;
    margin-left: 15px;
    width: 163px;
}
.def-services .fr_akhv {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    float: right;
    height: 55px;
    margin:0px auto;
    width: 98%;
    min-height:150px;
    margin-bottom:10px;
}

.rutitr_akhv {
    color: #747474;
    font: 13px/16px BNasim;
    padding-top: 8px;
}

.Htags {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.title4 {
    color: #000;
    direction: rtl;
    display: block;
    font: bold 18px/130% BNasim;
    text-align: justify;
    text-decoration: none;
    width: 100%;
}

.lead1 {
    color: #4a4a4a;
    font: 15px/21px BNasim;
    padding: 0 5px;
    text-align: justify;
    text-decoration: none;
}

.services_topnews {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    width: 100%;
}

.g_box_titr {
    background: #f5f5f5 none repeat scroll 0 0;
    border-right: 5px solid #006C90;
    padding: 0 7px;
}

.g_box_sar {
    background: rgba(0, 0, 0, 0) url("Image/bg_border.png") repeat-x scroll 0 0;
    height: 30px;
}

.g_box_titr a {
    color: #000000;
    font: bold 16px/30px BNasim;
}

.services_topnews .g_box_titr, .panel .g_box_titr {
    width: 60%;
}

.services_topnews .g_box_sar, .panel .g_box_sar {
    width: 40%;
}

.linear_news2 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    height: 55px;
    margin: 5px 0;
    overflow: hidden;
    padding: 8px;
}

.title {
    color: #333;
    font: bold 24px/45px BNasim;
}

.title7 {
    color: #000;
    direction: rtl;
    display: block;
    font: 15px/134% BNasim;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.title4 {
    color: #000;
    direction: rtl;
    display: block;
    font: 18px/130% BNasim;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.adv_padd {
    margin-bottom: 5px;
    background-color: #fff;
}


    .adv_padd embed {
        margin: 0px;
        width: 100%;
    }

.adv_style {
    border: 0 none;
    width: 100%;
}

.box_item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #8f8d8e;
    margin: 20px 0;
    min-height: 107px;
    padding-left: 10px;
    position: relative;
    width: 100%;
}

.list_img {
    border: 0 none;
    float: right;
    height: 107px;
    margin-left: 15px;
    width: 163px;
}

.rutitr_akhv {
    color: #747474;
    font: 13px/16px BNasim;
    padding-top: 8px;
}

.line_timic {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    font: 13px/20px BNasim;
    height: 20px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 150px;
}

.servicename {
    padding: 5px;
    width: 100%;
    font: 18px/130% BNasim;
    background-color: #fff;
    margin-top: 5px;
    border-right: 5px solid #006C90;
}

.newsdetile {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #8c8c8c;
    margin-bottom: 10px;
    width: 100%;
}

.news-content {
    padding: 5px 25px;
}

.news-toolbar {
    height: 37px;
    background-color: #747474;
    color: #fff;
}

    .news-toolbar div {
        width: 33.333%;
        float: right;
    }

.headertitle {
    color: #888;
    font: 1em/19px BNasim;
}

.leadbody {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #606060;
    font: 1.2em/23px BNasim;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
}

.news-body {
    color: #000;
    font: 17px/1.6em BNasim;
    overflow: hidden;
    text-align: justify;
}

.comment {
    font: 15px/1.6em BNasim;
}

.box-caption {
    width: 150px;
    background-color: #747474;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 5px;
    font: bold 17px/1.6em BNasim;
    color: #fff;
}

.adv_logo {
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 260px;
}

    .adv_logo a {
        height: 100px;
        width: 260px;
        display: block;
    }

    .adv_logo img {
        height: 100px;
        width: 260px;
        display: block;
    }

.col-lg-pull-1 {
    left: 0px;
}

.search_box {
    bottom: 5px;
    /*position: absolute;*/
    width: 153px;
    font: bold 15px/1.6em BNasim;
    color: #000;
}

.txtsearch {
    border: medium none;
    height: 25px;
    margin-top: 1px;
    text-align: center;
    width: 116px;
    border: 1px solid #eee;
}

.btnsearch {
    background-image: url(Image/search.png);
    width: 27px;
    height: 25px;
    border: none;
    background-color: #fff;
}

.top_box {
    top: 0px;
    position: absolute;
    width: 175px;
    font: bold 15px/1.6em BNasim;
}

#ui-datepicker-div {
    z-index: 1000000 !important;
}

.padd_left2 .links {
    background-color: #fff;
    width: 100%;
    padding: 3%;
}

    .padd_left2 .links .servicename {
        border-bottom: 1px solid #747474;
        cursor: pointer;
    }

.sublinks {
    display: block;
}

    .sublinks li {
        background-image: url("Image/bullet1.png");
        background-position: right 12px;
        background-repeat: no-repeat;
        float: right;
        margin-bottom: 7px;
        padding-right: 9px;
        width: 350px;
    }

.forms-tbl, .content-box-center {
    width: 100%;
    padding: 3%;
    background-color: #fff;
    line-height: 26px;
}

.today {
    text-align: center;
    margin-bottom: 2px;
    background-color: #333;
    color: #fff;
    width: 98%;

}
.today span
{ padding:2px; font-size:20px;}

    .today.livetime {
        direction: rtl;
    }

.advice-title {
    font: bold 16px/26px BNasim;
    padding: 5px;
    width: 100%;
    padding: 2%;
}

.captions-vije {
    width: 100%;
    text-align: center;
    font: bold 17px/42px BNasim;
    background-color: #006C90;
    color: #fff;
    height: 40px;
}

.Pager {
    width: 100%;
    height: 30px;
    background-color: #fff;
    margin-top: 5px;
    padding-top: 4px;
    text-align: center;
}

    .Pager a {
        color: #000;
    }

    .Pager .aspNetDisabled {
        color: #888;
    }

    .Pager span {
        border: 1px solid #acacac;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 8px;
    }

.new-gallery-all {
    width: 100%;
    background-position: left top;
    margin: 0px auto;
    background-color: #000;
    background-repeat: repeat;
    font-family: Tahoma;
    font-size: 13px;
    color: #fff;
}

    .new-gallery-all #middle_Div1 {
        display: none;
    }

    .new-gallery-all .desc {
        padding: 1%;
        margin-bottom: 10px;
    }

        .new-gallery-all .desc .title {
            font-size: 21px;
        }

    .new-gallery-all .photobox {
        width: 280px;
        float: right;
        height: 170px;
        background-color: #31343d;
        margin-right: 47px;
        margin-bottom: 20px;
        color: #fff;
    }

        .new-gallery-all .photobox .img {
            width: 280px;
            height: 170px;
        }

            .new-gallery-all .photobox .img img {
                width: 280px;
                height: 170px;
            }

    .gallery-wrapper .footer-wrapper, .new-gallery-all .footer-wrapper {
        background-position: left top;
        width: 100%;
        height: 50px;
        background-color: #000;
        background-repeat: repeat;
        color: #fff;
        font-family: BNasim;
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
        direction: rtl;
    }

.new-gallery .servicename {
    color: #000;
}

.pointer {
    cursor: pointer;
}

.Table {
    margin-right: 1%;
    width: 100%;
}

.allcomment {
    width: 100%;
    padding: 5px;
}

    .allcomment .komment {
        width: 745px;
        border-bottom: 1px dashed #acacac;
        margin-bottom: 5px;
    }

        .allcomment .komment .komment-author {
            width: 745px;
        }

            .allcomment .komment .komment-author .agree {
                background-position: right center;
                float: left !important;
                background-image: url('Image/agree.png');
                background-repeat: no-repeat;
                color: transparent;
                width: 85px !important;
                text-align: right !important;
            }

                .allcomment .komment .komment-author .agree span {
                    color: #3f95cd;
                    font-size: 20px;
                }

            .allcomment .komment .komment-author .alteragree {
                background-position: right center;
                float: left !important;
                background-image: url('Image/agree.png');
                background-repeat: no-repeat;
                color: transparent;
                width: 85px !important;
                text-align: right !important;
            }

                .allcomment .komment .komment-author .alteragree span {
                    color: #3f95cd;
                    font-size: 20px;
                }

            .allcomment .komment .komment-author .noagree {
                background-position: right center;
                float: left !important;
                background-image: url('Image/noagree.png');
                background-repeat: no-repeat;
                color: transparent;
                width: 85px !important;
                text-align: right !important;
            }

                .allcomment .komment .komment-author .noagree span {
                    color: #006C90;
                    font-size: 20px;
                }

            .allcomment .komment .komment-author .alternoagree {
                background-position: right center;
                float: left !important;
                background-image: url('Image/noagree.png');
                background-repeat: no-repeat;
                color: transparent;
                width: 85px !important;
                text-align: right !important;
            }

                .allcomment .komment .komment-author .alternoagree span {
                    color: #006C90;
                    font-size: 20px;
                }

        .allcomment .komment .komment-detail {
            width: 715px;
            padding-right: 30px;
        }

.txtcomment {
    width: 80%;
}

.footer-bot {
    background: #3b3b3b none repeat scroll 0 0;
    height: auto;
    overflow: hidden;
}

.footer-top {
    background: #545454 none repeat scroll 0 0;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.foot_top_bg {
    height: 40px;
    overflow: hidden;
    width: 100%;
}

    .foot_top_bg a {
        color: #fff;
        font: bold 15px/44px BNasim;
    }

.copyright {
    color: #fff;
    font: 15px/44px BNasim;
    text-align: center;
}



.viewrelated-news {
    width: 64%;
    background-color: #8c8c8c;
    margin: 0px auto;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.newsdetiletime div {
}

.newsdetiletime .Clear {
    float: none;
}

.allnote-box .newsdetile {
    border: none;
    font: bold 16px/27px BNasim;
}


@media screen and (max-width: 767px) {
    footer {
        display: none;
    }

    /*.adv-nilbarg1top, .nilbarg3top, .nilbarg3bottom,*/ .services_topnews, .topmenu .menu, .topmenu .links {
        display: none !important;
    }

    .adv_logo {
        display: none !important;
    }

    .search_box {
        display: none !important;
    }

    .selectednews-box {
        width: 45% !important;
    }

    .bargozide-wrapper {
        height: 370px !important;
    }

    .divlast34 {
        width: 100% !important;
    }

    .news-toolbar {
        height: 55px !important;
    }

        .news-toolbar div {
            width: auto !important;
        }
	    .padd_main {
        padding:0px !important;
    }
    .padd_left1, .padd_left, .padd_left4, .padd_left2 {
        padding-left:0px !important;
    }
    .comment .Table {
        margin-right: 0px !important;
    }
	.box-mini .bm-text {
        max-width:72% !important;
    }
}

.lead-slide {
    padding: 5px;
    font: normal 15px/29px BNasim;
    color: #eee;
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    display: block !important;
}

.bx-wrapper {
    margin-bottom: 25px !important;
}

.bx-viewport {
    position: static !important;
    height: 80px !important;
}

.top-note {
    overflow: hidden;
}

    .top-note .img {
        float: right;
        width: 40%;
    }

        .top-note .img img {
            margin: 0px auto;
            height: 80px !important;
        }

    .top-note .text {
        float: left;
        width: 60%;
        text-align: right;
        padding: 1%;
        overflow: hidden;
    }

.keywords-lables {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    overflow: hidden;
}
.wrapper {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.search_box {
  display: none;
}


@media screen and (max-width: 2000px) {
    .navbar {
        display:none;
    }
}
.navbar-header ,.navbar-collapse {
    font-family: BNasim;
    background-color:#31343d;
    color:#888;
}
.navbar-toggle {
    float: right;
    margin-right: 15px;
    margin-left: auto;
   
}
.time-mobile {
    float:left;
    padding:5px;
    text-align:left;
    padding-top:10px;
}



@media screen and (max-width: 767px) {
    .navbar {
        display:block;
    }
    footer {
        display: none;
    }

    /*.adv-nilbarg1top, .nilbarg3top, .nilbarg3bottom,*/ .services_topnews, .topmenu .menu, .topmenu, .links ,.topmenu ,.nav_services ,.fix_box {
        display: none !important;
    }
	.header_top {
		height:240px;
	}
    .adv_logo {
        display: block !important;
		width:100%;
		top:140px;
    }
.adv_logo a {
	margin:auto;
	}
    .search_box {
        display: none !important;
    }

    .selectednews-box {
        width: 45% !important;
    }

    .bargozide-wrapper {
        height: 370px !important;
    }

    .divlast34 {
        width: 100% !important;
    }

    .news-toolbar {
        height: 55px !important;
    }

        .news-toolbar div {
            width: auto !important;
        }
}
.links_links a
{
font-size:14px !important;
}