﻿@font-face {
    font-family: 'b mitra';
    src: url('fonts/BMitra.eot?#') format('eot'), /* IE6–8 */
    url('fonts/BMitra.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BMitra.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'b yekan';
    src: url('fonts/BYekan.eot?#') format('eot'), /* IE6–8 */
    url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'iran';
    src: url('fonts/IRAN.eot?#') format('eot'), /* IE6–8 */
    url('fonts/IRAN.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRAN.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


/*@font-face {
    font-family: "Samim";
    font-weight: normal;
    src: url("fonts/Samim-persian-digits-overwrite.eot?#iefix") format("embedded-opentype"), 
        url("fonts/Samim-persian-digits-overwrite.woff") format("woff"), 
        url("fonts/Samim-persian-digits-overwrite.ttf") format("truetype");
}
@font-face {
    font-family: "Samim";
    font-weight: bold;
    src: url("fonts/Samim-Bold-persian-digits-overwrite.eot?#iefix") format("embedded-opentype"), 
        url("fonts/Samim-Bold-persian-digits-overwrite.woff") format("woff"), 
        url("fonts/Samim-Bold-persian-digits-overwrite.ttf") format("truetype");
}*/
@font-face {
    font-family: Parastoo;
    src: url('fonts/Parastoo-persian-digits-overwrite.eot');
    src: url('fonts/Parastoo-persian-digits-overwrite.eot?#iefix') format('embedded-opentype'), url('fonts/Parastoo-persian-digits-overwrite.woff') format('woff'), url('fonts/Parastoo-persian-digits-overwrite.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Parastoo;
    src: url('fonts/Parastoo-Bold-persian-digits-overwrite.eot');
    src: url('fonts/Parastoo-Bold-persian-digits-overwrite.eot?#iefix') format('embedded-opentype'), url('fonts/Parastoo-Bold-persian-digits-overwrite.woff') format('woff'), url('fonts/Parastoo-Bold-persian-digits-overwrite.ttf') format('truetype');
    font-weight: bold;
}

a {
    text-decoration: none !important;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    table td {
        vertical-align: top;
        padding: 0;
    }

img {
    border: none;
    display: block;
}

p {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clrb {
    clear: both;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.oh {
    overflow: hidden;
}

.minw {
    width: 1%;
}

.now {
    white-space: nowrap;
}

.hidden {
    display: none;
}

h2, h3 {
    margin: 0;
}

a:focus {
    border: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    /*font:13px/20px shabnam;*/
    /*font:16px/20px b mitra;*/
    /*background-color:#eff0f1 ;*/
    background-color: #f6f5f2;
    /*font-family: Samim !important;
    font-size:15px ;*/
    font-family: Parastoo !important;
    font-size: 13px;
}

.searchbox {
    margin: 0;
    border-radius: 30px;
    background: none;
    padding: 0px 15px 0 5px;
    direction: rtl;
    border: 1px solid #6a6a84;
}

    .searchbox .sb-icon-search {
        background: #fff;
        color: #000;
    }

#search_form input[type="text"] {
    /*width: calc(100% - 26px);
    border: none;
    height: 25px;
    border-radius:5px;
    background: none;*/
    /*width:100px;*/
    color: #fff !important;
    direction: rtl;
    text-align: right;
    background: none;
    border: none;
    box-shadow: none !important;
}

    #search_form input[type="text"]:focus {
        /*border: 1px solid #cc0033;*/
    }

#search_form button[type="submit"] {
    /*background: url('/resource/images/searchicon.png')no-repeat center center;*/
    border: none;
    /*height: 16px;*/
    margin: 3px 0 0 10px;
    /*width: 16px;
    */
    background: none;
    color: #fff;
}

@media (max-width: 650px) {
    .searbox-container {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        width: 90% !important;
    }
}

.pagination {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font: 16px bnassim;
}

    .pagination > li {
        display: inline-block;
        margin: 0.25em;
    }

.loginarea {
    width: 300px;
    margin: 5px auto;
    background: #eee;
    padding: 10px;
    border: 1px solid #555;
}

    .loginarea input[type=text], .loginarea input[type=password] {
        border: 1px solid #a7a7a7;
        padding: 4px;
        margin: 5px 0;
        width: 250px;
        direction: ltr;
        text-align: left;
    }

    .loginarea input[type=text] {
        background: url('images/input-username.jpg') no-repeat 2px 3px #fff;
        padding-left: 15px;
        font: 11px arabic;
    }

    .loginarea input[type=password] {
        background: url('images/input-password.jpg') no-repeat 2px 3px #fff;
        padding-left: 15px;
        font: 11px arabic;
    }

    .loginarea input[type=submit] {
        padding: 4px;
        background-color: #018d1b;
        color: #fff;
        border: 0;
        margin: 5px 0 0 32px;
        font: 11px arabic;
    }

    .loginarea input[type=text]:focus, .loginarea input[type=password]:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    }

    .loginarea .title {
        margin-bottom: 5px;
        color: #555;
        font: bold 14px b nazanin arial;
        background-color: #0295bf;
        padding: 4px;
        border-top: 2px solid #000;
        color: #fff;
    }

.toolbaritem {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
}

    .toolbaritem.refresh {
        background: url(images/refresh.png) no-repeat 0 3px;
    }

    .toolbaritem.calendar {
        background: url(images/calendar-month.png) no-repeat 2px 2px;
    }

.button1 {
    padding: 6px 10px 7px !important;
    text-align: center;
    min-width: 89px;
    cursor: pointer;
    font: 12px arabic !important;
    float: none;
    text-decoration: none;
    border-radius: 2px;
    color: #FFF !important;
    background-color: #888;
    -border: 1px solid #555;
    border: 1px solid #555;
    display: inline-block;
    min-height: 16px;
}

    .button1:hover {
        background-color: #0282B8;
    }

.button2 {
    padding: 3px 7px 4px !important;
    text-align: center;
    min-width: 59px;
    cursor: pointer;
    font: 11px arabic !important;
    float: none;
    text-decoration: none !important;
    border-radius: 2px;
    color: #FFF !important;
    background-color: #888;
    -border: 1px solid #555;
    border: 1px solid #555;
    display: inline-block;
    min-height: 15px;
}

    .button2:hover {
        background-color: #0282B8;
    }

.minw {
    width: 1%;
}

.vm {
    vertical-align: middle;
}

.now {
    white-space: nowrap;
}

.toolbaritem3 {
    width: 16px;
    height: 12px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

    .toolbaritem3.icon1 {
        background: url(images/icon1.png) no-repeat;
    }

.archivelink1 {
    width: 28px;
    height: 6px;
    display: inline-block;
    background: url('images/bullet11.png') no-repeat;
}

.SumCount {
    margin-top: 7px;
}

.pollcontent {
    padding: 5px 0;
}

.polling_options {
    color: #636363;
    margin-top: 10px;
}

    .polling_options li {
    }

.imgcaptcha {
}

.rss_row {
    border-bottom: 1px dotted;
    margin: 10px auto;
    text-indent: 30px;
    width: 500px;
    color: #fff !important;
}

    .rss_row * {
        /*color:#fff !important;*/
    }

.rss_list_pn {
    background: url("images/rss16.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    float: right;
    font: bold 11px b nazanin,times new roman;
    padding-bottom: 5px;
    width: 150px;
}

.rss_list_link {
    color: #000000;
    direction: ltr;
    display: block;
    float: left;
    font: bold 11px times new roman;
    padding-bottom: 5px;
    text-align: left;
    text-decoration: none;
    width: 300px;
}

.archiveitem:nth-child(2n+1) {
    background-color: #EEEEEE;
    /*margin-bottom: 1px;
    padding: 4px;*/
}

.archiveitem .photo {
    padding-left: 10px;
}

.archiveitem .titr a {
    color: #0B5C91;
    font: 14px/18px bnassim;
    margin: 9px 0;
    text-decoration: none;
}

.toolbaritem3 {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
}

    .toolbaritem3.right {
        background: url('images/right3.png') no-repeat;
    }

    .toolbaritem3.left {
        background: url('images/left3.png') no-repeat;
    }

img.srotate {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

    img.srotate:hover {
        -webkit-transform: scale(1.15) rotate(-1.5deg);
        -moz-transform: scale(1.15) rotate(-1.5deg);
        -ms-transform: scale(1.15) rotate(-1.5deg);
        -o-transform: scale(1.15) rotate(-1.5deg);
        transform: scale(1.15) rotate(-1.5deg)
    }

.archivelink2 {
    display: inline-block;
}
/************menu*********************************************/
#categorytree {
    width: 300px;
    float: right;
    min-height: 186px;
    background-color: #f3f3f3;
    border-radius: 7px 7px 7px 7px;
    padding: 10px;
}

    #categorytree li span {
        cursor: pointer;
        font: 11px arabic;
    }

        #categorytree li span.active {
            background-color: #eee;
            padding: 0 4px;
            border: 1px solid #555;
        }

    #categorytree > ul span {
        color: #ea5b0c;
    }

    #categorytree > ul > li > ul span {
        color: #471c04;
    }

    #categorytree > ul > li > ul > li > ul span {
        color: #07968e;
    }

    #categorytree > ul > li > ul > li > ul > li > ul span {
        color: #00f;
    }

    #categorytree > ul > li > ul > li > ul > li > ul > li > ul span {
        color: #000;
    }

    #categorytree ul {
        margin: 0;
        overflow: hidden;
        padding-right: 20px;
        text-align: right;
    }

    #categorytree > ul > ul {
        display: none;
    }

.mebutton.add {
    cursor: pointer;
    height: 30px;
    background: url("images/add.png") no-repeat scroll 95% 2px transparent;
    border: 1px solid #AAAAAA;
    font: 11px arabic;
    padding: 3px 0;
    text-decoration: none !important;
    text-indent: 2em;
    vertical-align: middle;
    margin-bottom: 8px;
}

.mebutton.remove {
    cursor: pointer;
    height: 30px;
    background: url("images/delete2.png") no-repeat scroll 95% 2px transparent;
    border: 1px solid #AAAAAA;
    font: 11px arabic;
    padding: 3px 0;
    text-decoration: none !important;
    text-indent: 2em;
    vertical-align: middle;
    margin-bottom: 8px;
}

.mebutton.cancel {
    cursor: pointer;
    height: 22px;
    background: url("images/cancel.png") no-repeat scroll 95% 2px transparent;
    border: 1px solid #AAAAAA;
    font: 11px arabic;
    padding: 3px 0;
    text-decoration: none !important;
    text-indent: 2em;
    vertical-align: middle;
    margin-bottom: 8px;
    display: block;
    float: left;
    width: 80px;
    margin-right: 4px;
    color: #313131;
}

.link-title {
    background-color: #1D6BAD;
    border-left: 1px solid #094C90;
    border-right: 1px solid #094C90;
    border-top: 1px solid #094C90;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font: bold 14px b nazanin,times new roman;
    height: 24px;
    padding: 2px 10px 0 0;
}

.verticalmenu {
    font: bold 14px b nazanin;
    margin-right: 12px;
    /*width: auto;*/
    height: 25px;
}

    .verticalmenu a {
        text-decoration: none;
    }

.rotateblock li a {
    color: #000000;
}

/******master*******/

.page {
    /*width:980px;
    margin:0 auto ;
    font-family:bnassim ;
    background-color:#fff ;*/
}

.header {
    /*height:125px;*/
    /*background-color:#020f42;*/
}

    .header .top {
        height: 20px;
        width: 980px;
        background-color: #D9D9D9;
    }

    .header .main {
        position: relative;
        height: 160px;
        width: 980px;
        margin: 0 auto;
        background-color: #D9D9D9 !important;
    }

    .header .hmenu {
        width: 225px;
        height: 43px;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 50px;
        background: url('images/hmenu.png') no-repeat;
    }

        .header .hmenu a {
            cursor: pointer;
            display: block;
            width: 45px;
            height: 43px;
        }

        .header .hmenu td {
            height: 43px;
        }

.calendar {
    height: 25px;
    overflow: hidden;
    font-size: 13px;
    color: #666;
}

.smenu a {
    padding: 10px 18px;
    font: 16px bnassim;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
    white-space: nowrap;
    height: 22px;
}

.smenu .homeicon {
    width: 6px;
    height: 22px;
    background: url('images/homeicon.png') center center no-repeat;
    cursor: pointer;
    background-color: #9b9b9b;
}

.smenu .searchicon {
    width: 6px;
    height: 22px;
    background: url('images/searchicon.png') center center no-repeat;
    cursor: pointer;
    background-color: #9b9b9b;
}

.body {
    min-height: 400px;
}


.footer .logo {
    width: 560px;
    height: 147px;
    background: url('images/footerlogo.png') no-repeat;
    position: absolute;
    left: 40px;
    bottom: 80px;
}

.footer .rights {
    width: 390px;
    height: 33px;
    position: absolute;
    left: 230px;
    bottom: 28px;
    font: bold 17px arial;
    color: #2e2e2d;
}

.footer .tarnama {
    background: url('images/emza.png') no-repeat;
    display: block;
    width: 80px;
    height: 26px;
}

.menuactive {
    background-color: #393939;
    color: #ffcd05 !important;
}



/***** inn *****/

.loader {
    background: none repeat scroll 0 0 rgba(26, 188, 156, 0.5);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}

    .loader img {
        height: 50px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 50px;
    }

.s2-expand .s2 .sidebar-content, .s1-expand .s1 .sidebar-content {
    display: block !important;
    min-width: 260px;
}

.s2-expand .s2 .sidebar-top, .s1-expand .s1 .sidebar-top {
    height: 0;
    padding: 0;
    display: none;
}

#header, #page {
    direction: rtl;
    background: #fff;
    box-shadow: 0 5px 10px #ccc;
}

.header-top-nav {
    height: 15px;
    background: #280649;
}




.s1, .s2, .main .content {
    padding: 0;
}

.main {
    /*background: #f0f0f0;*/
}

    .main .content {
        background: #ffffff;
    }

.sidebar-top, .content > .page-title {
    height: 60px;
}

.widget {
    padding: 30px 30px 20px;
}

.flexslider {
    border: 0;
    border-radius: 0;
}

    .flexslider .flex-control-nav {
        width: 175px;
        margin: 0 auto;
        position: relative;
        bottom: auto;
    }

        .flexslider .flex-control-nav li {
            float: right;
            margin: 0 1px;
            padding: 0;
        }

            .flexslider .flex-control-nav li a {
                background: none repeat scroll 0 0 #ddd;
                border-radius: 0;
                box-shadow: none;
                height: 6px;
                overflow: hidden;
                text-indent: -999px;
                width: 33px;
            }

                .flexslider .flex-control-nav li a:hover {
                    background: none repeat scroll 0 0 #ccc;
                }

                .flexslider .flex-control-nav li a.flex-active {
                    background: none repeat scroll 0 0 #7555a0;
                }

.featured, .featured.flexslider {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.titr1 {
    display: block;
    /*font:15px b mitra;*/
    font: 12px/18px iran;
    text-decoration: none;
    padding: 0 10px;
    color: #333333;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

    .titr1:hover {
        color: #7555a0;
    }

.bullet-122 {
    height: 16px;
    background: url(/Resource/images/bullet-122.png) no-repeat right center;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    margin-bottom: 12px;
}

.footer {
    /*background:  url(/Resource/images/footer-bg.png) center center;
    background-size:cover;*/
    background-color: #fff;
    padding: 20px 0 0 0;
    direction: rtl;
    box-shadow: 0 10px 10px #ccc;
    position: relative;
}

    .footer .footer-content > div * {
        vertical-align: sub;
        display: inline-block;
    }

.footer-devider {
    width: 100%;
    height: 1px;
    background: #653fb0;
    margin: 5px 0;
}

.block-title {
    width: 100%;
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
    /*font: 18px b mitra;*/
    font: 14px/20px iran;
    color: #000000;
    margin-top: 15px;
}

    .block-title .archive {
        background: url('/resource/images/archive01.png');
        width: 37px;
        height: 10px;
        margin-top: 10px;
    }

#pollingarea .submit-btn {
    /*background: #6743af;
    border-radius: 100%;
    color: #ffffff;
    width: 35px;
    height: 35px;*/
    border: none;
}

#pollingarea .defult-btn, .defult-btn {
    border: none;
    margin: 0 7px;
    /*background: #d1d1d1;
    border-radius: 100%;
    color: #a4a4a4;
    width: 35px;
    height: 35px;
    padding: 9px 0;
    display: block;
    text-align: center;*/
}

.avatar {
    width: 100%;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -30px;
}

    .avatar img {
        border-radius: 100%;
        width: 60px;
        height: 60px;
        display: block;
        border: 2px solid #653fb0;
    }

.avatar2 img {
    border-radius: 100%;
    width: 60px !important;
    height: 60px;
    display: block;
    border: 3px solid #c6c6c6;
}

.avatar3 img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    border: 3px solid #653fb0;
}

.devider2 {
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #c6c6c6;
    margin: 3px 0;
}

.btn3 {
    width: 100%;
    height: 30px;
    background: #653fb0;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    transition: all ease-in-out 0.4s;
}

    .btn3:hover {
        background: #330066;
        color: #ffffff;
    }





.iranfarda .nav-tabs {
    background: none;
}

    .iranfarda .nav-tabs > li {
        margin-bottom: 0;
    }

        .iranfarda .nav-tabs > li > a, .iranfarda .nav-tabs.nav-justified > li > a {
            padding: 10px 8px;
            border: 0;
            margin: 0;
            color: #999999;
            border-radius: 0;
            border-bottom: 3px solid #999999;
        }

        .iranfarda .nav-tabs > li.active > a, .iranfarda .nav-tabs > li.active > a:hover, .iranfarda .nav-tabs > li.active > a:focus {
            background: none;
            color: #653fb0;
            border: none;
            border-bottom: 3px solid #653fb0;
        }

        .iranfarda .nav-tabs > li > a:hover {
            /*border: none;*/
        }

        .iranfarda .nav-tabs > li > a:hover, .iranfarda .nav-tabs > li > a:focus {
            color: #653fb0;
        }

.iranfarda .tab-content {
    border: none;
    border-top: 0;
    border-bottom: 0;
    margin-top: 15px;
}

.iranfarda .latest-li {
    height: 22px;
    overflow: hidden;
    border-right: 4px solid #cfcfcf;
    border-bottom: 0;
    padding: 2px 0;
    margin-top: 2px;
    transition: all ease-in-out 0.3s;
    position: relative;
}

    .iranfarda .latest-li:hover {
        border-right-color: #7555a0;
        border-bottom-color: #7555a0;
    }

        .iranfarda .latest-li:hover .titr1 {
            color: #0992ff;
        }

        .iranfarda .latest-li:hover:after {
            transition: all ease-in-out 0.3s;
            content: "";
            display: block;
            border: 4px solid transparent;
            border-right-color: #7555a0;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -4px;
        }

.iranfarda.homemultimedia .nav-tabs > li {
    width: 50%;
}

    .iranfarda.homemultimedia .nav-tabs > li a {
        text-align: center;
    }

.iranfarda.homemultimedia .tab-content {
    border: none;
    background: #130026;
}

.note .media:hover .avatar2 img, .note .media:hover .devider2 {
    border-color: #7555a0;
}

.note .media:hover .titr1 {
    color: #7555a0;
}

.latest-li {
    height: 47px;
    overflow: hidden;
    border-right: 4px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 2px 0;
    margin-top: 2px;
    transition: all ease-in-out 0.3s;
    position: relative;
}

    .latest-li:hover {
        border-right-color: #7555a0;
        border-bottom-color: #7555a0;
    }

        .latest-li:hover .titr1 {
            color: #0992ff;
        }

        .latest-li:hover:after {
            transition: all ease-in-out 0.3s;
            content: "";
            display: block;
            border: 6px solid transparent;
            border-right-color: #7555a0;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -6px;
        }

.latest2 .latest-li {
    height: auto !important;
    border-bottom: none;
}


.flexslider {
    margin: 0;
}

.newstypelargeicon {
    display: inline-block !important;
    height: 22px !important;
    vertical-align: middle;
    width: 22px !important;
}

.newstypesmallicon {
    display: inline-block !important;
    height: 14px !important;
    vertical-align: middle;
    width: 14px !important;
}

.date-time {
    font-size: 11px;
    color: #333333;
    margin-left: 10px;
}

/** end inn ****/
.header-date {
    color: #3e0008;
    text-align: left;
    padding: 2px 0;
}

/****940615*/
.services .topnews .lead {
    text-align: justify;
    font: 13px tahoma;
    height: 87px;
    overflow: hidden;
}

.services .topnews .titr {
    margin: 10px 0;
}

.note .writer {
    font: 11px tahoma;
    color: #646464;
    padding-right: 10px;
}

.span-title {
    color: #666666;
    margin: 25px 0;
    direction: rtl;
    text-align: right;
    font-size: 18px;
    display: block;
}

.archive-btn {
    color: #bebebf;
    transition: all ease-in-out 0.5s;
}

    .archive-btn:hover, .archive-btn:focus {
        color: #0095da;
    }

.block-header01 {
    color: #cc0033;
    font-size: 16px;
    border: 1px solid #cccccc;
    padding: 8px 10px;
}

#home-embed-video {
    width: 100% !important;
}

    #home-embed-video .jw-display-icon-container {
        border: none;
        background-color: rgba(0,0,0,0.4);
    }

.arrow-icon-01 {
    cursor: pointer;
    color: #9b9b9b;
    transition: all ease-in-out 0.4s;
}

    .arrow-icon-01:hover {
        color: #cc0033;
    }

.conductorprogramlist {
    margin-top: 10px;
}

    .conductorprogramlist li {
        /*height:80px;*/
    }

        .conductorprogramlist li a {
            color: #333333;
        }

        .conductorprogramlist li img {
            width: 70px;
            border: 5px solid #cacccd;
            border-radius: 5px;
        }

        .conductorprogramlist li > div {
            border-bottom: 1px solid #ccc;
            padding: 20px 5px;
            margin-right: 5px;
            width: calc(100% - 80px);
        }

        .conductorprogramlist li.active img {
            border-color: #cc0033;
        }

        .conductorprogramlist li.active a {
            color: #cc0033;
        }

#home-movie .sp-mask {
    border: 8px solid #2f0004;
    border-radius: 5px 5px 0 0;
}

#home-movie .sp-thumbnail-text {
    margin-right: 10px;
    border-bottom: 1px solid #352828;
    padding: 7px 90px 27px 0
}

#home-movie .sp-thumbnail-image-container img {
    border: 5px solid #2f0004;
    border-radius: 5px;
    transition: all ease-in-out 0.4s;
}

#home-movie .sp-selected-thumbnail img {
    border: 5px solid #7b0026;
}

#home-movie .thumb-titr {
    color: #666666;
    transition: all ease-in-out 0.4s;
    display: block;
    height: 42px;
    overflow: hidden;
}

#home-movie .sp-selected-thumbnail .thumb-titr {
    color: #fff;
}

#home-movie .sp-selected-thumbnail .sp-thumbnail-description {
    color: #990033;
}

.block08 {
    padding: 5px 15px 0 0;
}

    .block08 li {
        margin: 4px 0;
        text-align: right;
    }

    .block08 .glyphicon {
        color: #dfdfdf;
        font-size: 12px;
        transition: all ease-in-out 0.3s;
    }

    .block08 li:hover .glyphicon {
        color: #cc0033;
    }

    .block08 .titr {
        color: #666666 !important;
        transition: all ease-in-out 0.3s;
        font-size: 13px !important;
        margin: 0 !important;
        display: inline-block !important;
    }

    .block08 li:hover .titr {
        color: #cc0033 !important;
    }

.footer-menu li {
    float: right;
}

.footer-menu a {
    color: #323232;
    padding: 0 7px;
    border-left: 1px solid #d3d3d3;
    transition: all ease-in-out 0.5s;
}

.footer-menu li:last-child a {
    border-left: none;
}

.footer-menu a:hover, .footer-menu a.active {
    color: #cc0000;
}



.program-site {
    margin: 0 -5px;
}

    .program-site > div {
        padding: 5px;
    }

    .program-site img {
        border: 1px solid #cccccc;
        padding: 1px;
        transition: all ease-in-out 0.5s;
    }

        .program-site img:hover {
            border: 1px solid #cc0033;
        }

#lightSlider-programs .thumbnail {
    direction: rtl;
}

#lightSlider-programs .caption a {
    height: 50px;
    overflow: hidden;
    display: block;
}

.item-link01 {
    width: 24px;
    height: 16px !important;
    border-radius: 8px;
    background-color: #bababa;
    color: #fff !important;
    font-size: 17px;
    display: block;
    text-indent: 4px;
    line-height: 9px;
    transition: all ease-in-out 0.4s;
}

    .item-link01:hover {
        background-color: #cc0033;
    }

#pollingarea .polling_q {
    color: #cc0033;
}

.relatednews img {
    border: 3px solid #dddddd;
    border-radius: 5px;
}

.lSSlideOuter {
    padding: 0 50px;
    position: relative;
}

@media (max-width: 700px) {
    .lSSlideOuter {
        padding: 0;
    }

    #lightSlider-programs li {
        padding: 5px;
    }
}

.lSAction {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

    .lSAction > a {
        background: none;
        font-size: 32px;
        color: #cc0033;
    }

.lSSlideWrapper {
    padding: 0;
    /*position: a !important;*/
}

.breakingNews {
    border-color: #f44a56;
    background: #FFF;
    position: relative;
    overflow: hidden;
    font: normal 14px iran;
}

    .breakingNews > .bn-title {
        width: auto;
        display: inline-block;
        position: relative;
    }

        .breakingNews > .bn-title > h2 {
            display: inline-block;
            margin: 0;
            padding: 0px 20px 0 0;
            font-size: 12px;
            color: #770707;
            box-sizing: border-box;
        }

        .breakingNews > .bn-title > span {
            width: 0;
            position: absolute;
            right: -10px;
            top: 10px;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #860112;
        }

    .breakingNews ul {
        height: 30px !important;
        margin-right: 15px;
    }

    .breakingNews > ul > li .titr {
        color: #000;
        font: 14px iran;
        font-weight: normal;
        padding: 3px 0;
    }

.sp-caption-container {
    /*background-color: #2f0004;*/
    color: #ffffff;
    padding: 10px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}
/*****/
.topnews .sp-image {
    max-width: calc(100%) !important;
    max-height: auto !important;
    height: auto !important;
}


/*@media (max-width: 360px) {
    #search_form input[type="text"] {
        width: 100px !important;
}
}*/

@media only screen and (max-width : 480px) {
    .nicescroll {
        overflow: auto !important;
        height: auto !important;
    }
}

#home-embed-video {
    text-align: center;
    margin-top: 10px;
    position: relative;
}

    #home-embed-video img {
        margin: 0 auto;
    }

    #home-embed-video a {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        margin-top: -45px;
        left: 0;
        right: 0;
    }

    #home-embed-video span {
        color: #ffffff;
        background: #aaa;
        border-radius: 200px;
        padding: 30px;
        font-size: 35px;
        text-align: center;
    }

        #home-embed-video span:hover {
            color: #ffffff;
            background: #cc0033;
        }



.programsearchbox {
    margin: 10px;
    border: 1px solid #aaa;
    background-color: #eaeaea;
}

    .programsearchbox > form {
        padding: 30px;
    }

    .programsearchbox .title {
        background-color: #000;
        color: #fff;
        font: 13px/20px b yekan;
        padding: 7px;
    }

.date-ui select.form-control {
    width: 33%;
}

.date-ui .input-group-addon {
    /*width:auto !important;*/
}

@media (min-width: 768px) {
}

@media (min-width: 650px) {
    .lSSlideOuter .lSPager.lSpg {
        display: none;
    }
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
    left: 60px;
}

.ProgramesContent {
    border: 1px solid #ccc;
    border-top: none;
    padding: 5px;
}

.barnameha > ul > li a {
    background-color: #ccc;
    color: #000;
    padding: 3px 28px;
    cursor: pointer;
    font: 14px iran;
}

.barnameha > ul > li.active a {
    background-color: #cc0033;
    color: #fff;
}

/**Mobile Menu*****/


.site-content {
    padding-top: 66px;
}


.header__logo {
    font-weight: 700;
    padding: 0 25px;
    float: right;
}

/* MENU */
.menu {
    float: left;
}

    .menu a {
        padding: 0 10px;
    }

        .menu a:hover {
            color: #c5cae9;
        }

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
    .site-pusher,
    .site-container {
        height: 100%;
    }

    .site-container {
        overflow: hidden;
    }

    .site-pusher {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header {
        position: static;
    }

    .header__icon {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }

        .header__icon:after {
            content: '';
            position: absolute;
            display: block;
            width: 1rem;
            height: 0;
            top: 4px;
            left: 15px;
            box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
        }

    .menu {
        padding-top: 50px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #520000;
        /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
        width: 200px;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }

        .menu a {
            display: block;
            height: 40px;
            text-align: right;
            line-height: 40px;
            padding-right: 20px;
            color: #fff;
        }

        .menu li.active a, .menu li a:hover {
            /*border-bottom: 5px solid #cc0033 !important;
    color: #fff !important;
    padding-bottom: 5px !important;*/
            background: #cc0033;
            color: #fff;
        }

    .with--sidebar .site-pusher {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

nav.menu #closebtn {
    cursor: pointer;
    display: block;
    font-size: 18px;
    left: 0;
    margin: 12px auto;
    position: absolute;
    right: 0;
    text-align: center;
    opacity: 0.5;
}
/**END Mobile Menu*****/


#siteclock {
    display: inline-block;
    width: 49px;
}

.filmbox {
    padding: 0 20px 10px;
    border-radius: 10px;
    margin: 0 20px;
    background: #770707; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#770707, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#770707, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#770707, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#770707, #000); /* Standard syntax */
}


/*****/
.sp-image-container {
    width: 100% !important;
}

/****/

.brodcasttable {
    padding: 20px 30px;
}

    .brodcasttable .now-program {
        background: url(/Resource/images/seamless_paper_texture.png) !important;
        color: #cc0033 !important;
        font-size: 20px;
    }

        .brodcasttable .now-program td {
            vertical-align: middle !important;
            border: 1px solid #ccc;
            border-left: none;
            border-right: none;
        }

        .brodcasttable .now-program a {
            color: #cc0033 !important;
        }

.forcedisplay {
    display: block !important;
}

.thumb-titr {
    color: #fff;
    font-size: 1.5em;
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999 !important;
}

.topnews .sp-arrow:after, .topnews .sp-arrow:before {
    box-shadow: 0 0 2px 1px #646464;
    -webkit-box-shadow: 0 0 2px 1px #646464;
}

body.ie .topnews {
    display: none !important;
}

    body.ie .topnews.ie {
        display: block !important;
    }

body.ie .filmbox {
    display: none !important;
}

.h_iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

    .h_iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.notresult01 {
    color: #770707;
    font-size: 27px;
    text-align: center !important;
    font-weight: normal !important;
}
/***/

.btn2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 16px;
    color: #fff;
    margin: 5px 10px;
}

    .btn2 span.icon, .btn2 span.title {
        display: block;
        position: relative;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .btn2 span.left {
        float: left;
        border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px 0 0 6px;
    }

    .btn2 span.right {
        float: right;
        border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
    }

    .btn2 span.icon {
        font-size: 23px;
        background-color: #ccc;
        -webkit-box-shadow: 0 3px 0 0 #646464;
        box-shadow: 0 3px 0 0 #646464;
        text-shadow: 0px 1px 1px #888;
    }

    .btn2 span.title {
        -webkit-box-shadow: 0 3px 0 0 #ac2925;
        box-shadow: 0 3px 0 0 #ac2925;
        background-color: #d9534f;
    }

    /* arrows */
    .btn2 span.arrow-left, .btn2 span.arrow-right {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        -webkit-transition: all .15s;
        -transition: all .15s;
        -webkit-transition-property: left, right;
        transition-property: left, right;
    }

    .btn2.left span.arrow-left {
        right: 0;
        -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
        box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
        border-right: 10px solid #00cdae;
    }

    .btn2.right span.arrow-left {
        right: 0;
        -webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
        box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
        border-right: 10px solid #00967f;
    }

    .btn2.left span.arrow-right {
        left: 0;
        -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
        box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
        border-left: 10px solid #00967f;
    }

    .btn2.right span.arrow-right {
        left: 0;
        -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
        box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
        border-left: 10px solid #00cdae;
    }

    /* Slants */
    .btn2 span.slant-left, .btn2 span.slant-right {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-bottom: 35px solid transparent;
        -webkit-transition: all .15s;
        -transition: all .15s;
        -webkit-transition-property: left, right;
        transition-property: left, right;
    }

    .btn2.left span.slant-right {
        left: 0;
        -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
        box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
        border-left: 10px solid #00967f;
    }

    .btn2.right span.slant-right {
        left: 0;
        -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
        box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
        border-left: 10px solid #00cdae;
    }

    .btn2.left span.slant-left {
        right: 0;
        -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
        box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
        border-right: 10px solid #00cdae;
    }

    .btn2.right span.slant-left {
        right: 0;
        -webkit-box-shadow: 10px 0 0 0 #ccc, 10px 3px 0 0 #646464;
        box-shadow: 10px 0 0 0 #ccc, 10px 3px 0 0 #646464;
        border-right: 10px solid #ccc;
    }

    .btn2:active,
    .btn2.active {
        height: 51px;
    }

    .btn2:hover {
        color: #323232;
    }

        .btn2:hover span.arrow-left {
            right: 10px;
        }

        .btn2:hover span.arrow-right {
            left: 10px;
        }

        .btn2:hover span.slant-left {
            right: 10px;
        }

        .btn2:hover span.slant-right {
            left: 10px;
        }




/*  header : nav header*/
#nav-header.nav-container {
    background: #000033;
    z-index: 97;
    border: none;
    border-top: 1px solid #001966;
}

#nav-header .container {
    padding: 0 15px;
}

#nav-header .nav-toggle {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
}

#nav-header .nav-text {
    color: #fff;
    color: rgba(255,255,255,0.7);
}

.navbar-default .navbar-toggle {
    border: none !important;
    background: none !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #280649;
}

.navbar-nav {
    margin: 0 -15px;
}

#nav-header .nav li a {
    border-top: none !important;
    color: #fff;
    padding: 10px 12px;
    transition: all ease-in-out 0.2s;
    text-align: center;
}

#nav-header .nav li:last-child a {
    border-top: none !important;
    border-left: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #30c3c4 !important;
}

#nav-header .nav > li:hover > a {
    color: #30c3c4;
}

.nav > li, .dropdown-menu {
    font-size: 14px;
}

.dropdown-menu {
    background-color: #000033;
    border: none;
    border-radius: 0px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: rgba(0,0,0,0.1);
    }



/* end  header : nav header*/

.social-links li::before {
    content: '';
    border-left: 1px solid #ccc;
    position: absolute;
    height: 50%;
    left: 0;
    top: 25%;
}

.social-links li:last-child::before {
    content: '';
    border-left: none;
    position: absolute;
    height: 50%;
    left: 0;
    top: 25%;
}

.social-links li a span {
    color: #ccc;
    transition: all ease-in-out 0.3s;
}

.social-links li a:hover span {
    color: #00ccff;
}

.header-menu-01, .footer-menu-01 {
    direction: rtl;
}

    .header-menu-01 li, .footer-menu-01 li {
        border-right: 1px solid #ccc;
        display: inline-block;
        margin: 0 -2px;
    }

        .header-menu-01 li:nth-child(1), .footer-menu-01 li:nth-child(1) {
            border: none;
        }

.footer-menu-01 {
    text-align: center;
    position: relative;
}

    .footer-menu-01:before {
        background: url("/Resource/images/footer-bg-repeat.png") repeat-x;
        content: "";
        display: inline-block;
        height: 6px;
        position: absolute;
        right: 20px;
        top: 25%;
        width: calc(50% - 130px);
    }

    .footer-menu-01::after {
        background: url("/Resource/images/footer-bg-repeat.png") repeat-x;
        content: "";
        display: inline-block;
        height: 6px;
        position: absolute;
        left: 20px;
        top: 25%;
        width: calc(50% - 130px);
    }

    .footer-menu-01.social-links li {
        float: right;
        list-style: none;
    }

        .footer-menu-01.social-links li::before {
            border: none;
        }

.header-menu-01 {
    margin: 5px 0;
}

    .header-menu-01 li a, .footer-menu-01 li a {
        color: #959393;
        text-decoration: none;
        transition: all ease-in-out 0.3s;
        padding: 5px 8px;
    }

        .header-menu-01 li a:hover {
            color: #fff;
            background: #cccccc;
        }

        .footer-menu-01 li a:hover {
            color: #6600cc;
        }

.colborder-left {
    border-left: 1px solid #c9cacb;
}

.colborder-right {
    border-right: 1px solid #ffffff;
}

.colborder-horizontal {
    border-bottom: 1px solid #c9cacb;
    border-top: 1px solid #ffffff;
    padding: 0 !important;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.page > .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.titr02 {
    font-size: 18px;
    color: #004d99;
    transition: all ease-in-out 0.3s;
    font-weight: normal;
}

    .titr02:hover, .titr02:focus {
        color: #022e58 !important;
    }

.blockbb {
    margin-bottom: 15px;
}

.block13 {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

    .block13 h2 {
        font-size: 22px;
        margin: 0 30px 10px 0;
    }

    .block13 .titr02 {
        font-size: 18px;
        margin: 10px 0;
        display: block;
    }


.block14 {
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #eff0f1;
}

    .block14 .nav-tabs li:nth-child(1) {
        position: relative;
        border-bottom: 40px solid transparent;
        border-left: 30px solid transparent;
        display: inline-block;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .block14 .nav-tabs li:nth-child(n+2) {
        position: relative;
        /*border-top: 40px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;*/
        border-style: solid;
        border-width: 40px 30px 0 0;
        border-color: transparent;
        display: inline-block;
        height: 0;
        margin: 0 -28px 0 0;
        padding: 0 0 0 20px;
    }

        .block14 .nav-tabs li:nth-child(n+2):after {
            position: relative;
            content: '';
            border-style: solid;
            border-width: 40px 30px 0 0;
            border-color: #eff0f1 transparent;
            display: inline-block;
            height: 0;
            margin: 0;
            padding: 0;
            position: absolute;
            top: -40px;
            left: 0;
        }

    .block14 .nav-tabs > li:nth-child(1).active {
        border-bottom-color: #fff !important;
        border-bottom-style: solid !important;
    }

    .block14 .nav-tabs > li:nth-child(n+2).active {
        border-color: #fff transparent;
    }

    .block14 .nav-tabs > li.active span {
        color: #00ccff;
    }

    .block14 .nav-tabs a {
        background: none !important;
        border: none !important;
        color: #323232 !important;
        border-radius: 0;
        padding: 13px;
    }

    .block14 .nav-tabs > li:nth-child(n+2) a {
        margin-top: -44px;
    }

    .block14 .nav-tabs > li:nth-child(1) a {
        margin-top: -4px;
    }



    .block14 .tab-content {
        background: #fff !important;
        padding: 15px;
    }

/***home media**/
.carousel .carousel-cell {
    width: 20%;
}

@media (max-width: 769px) {
    .carousel .carousel-cell {
        width: 40%;
    }
}

@media (max-width: 361px) {
    .carousel .carousel-cell {
        width: 80%;
    }
}

.carousel .carousel-cell .titr02 {
    font-size: 13px;
    color: #aaa;
    text-align: center;
    width: 80%;
}

.carousel .carousel-cell img {
    margin: 0 auto;
    width: 90%;
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.carousel .carousel-cell.is-selected img {
    opacity: 1;
    width: 100%;
}

.carousel .carousel-cell.is-selected .titr02 {
    font-size: 22px;
    color: #00ccff;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5px 0;
}
/***end home media*/


.block15 {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

    .block15 li {
        margin-bottom: 7px;
    }

    .block15 h2 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }

    .block15 .titr02 {
        font-size: 15px;
        color: #004d99;
    }

    .block15 span {
        color: #004d99;
        vertical-align: middle;
    }

.homenewsfolder .titr02 {
    font-size: 22px;
    display: block;
    margin: 10px 0;
    /*color:#323232;*/
    color: #004d99;
}

.homenewsfolder img {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
}

.inner-content {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

.item-devider01 {
    margin: 10px -15px;
    width: calc(100% + 30px);
    height: 2px;
    background: #eff0f1;
}

.item-devider02 {
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}

.flickity-viewport {
    min-height: 120px !important;
}

.topnews .sp-bottom-thumbnails {
    padding: 3px 0 0 0;
    border: 1px solid #0095da;
    border-radius: 15px;
    margin: 8px 0 0 0;
    width: auto !important;
}

.topnews .sp-thumbnail-container {
    padding-bottom: 10px;
    overflow: hidden !important;
    margin: 0 15px !important;
}

.topnews .sp-bottom-thumbnails .sp-selected-thumbnail {
    border-bottom: 5px solid #0095da;
}

    .topnews .sp-bottom-thumbnails .sp-selected-thumbnail img {
        width: 100% !important;
    }

.topnews .sp-bottom-thumbnails img {
    border-radius: 5px !important;
    display: block;
    overflow: hidden;
}

.topnews .sp-thumbnail-arrow {
    background: #0095da none repeat scroll 0 0;
    display: block !important;
    height: 112px;
    margin: -44px 0;
    width: 30px;
}

.topnews .sp-previous-thumbnail-arrow::before, .topnews .sp-previous-thumbnail-arrow::after, .topnews .sp-next-thumbnail-arrow::before, .topnews .sp-next-thumbnail-arrow::after {
    background-color: #fff;
    content: "";
    height: 16px;
    position: absolute;
    width: 4px;
}

.topnews .sp-next-thumbnail-arrow::before {
    right: 30%;
    top: 40px;
    transform: skew(35deg, 0deg);
}

.topnews .sp-previous-thumbnail-arrow::before {
    left: 30%;
    top: 40px;
    transform: skew(145deg, 0deg);
}

.devider01 {
    background: rgba(0, 0, 0, 0) url("/Resource/images/footer-bg-repeat.png") repeat-x scroll 0 0;
    display: block;
    height: 6px;
    width: 100%;
    margin: 10px 0;
}

.block20 img {
    /*border-radius: 5px !important;*/
    display: block;
    overflow: hidden;
}

.block20 .media {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

    .block20 .media :last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.block20 .media-body {
    font-size: 12px;
}

    .block20 .media-body .media-heading {
        font-size: 15px;
        margin-top: 5px;
    }

.block21 .nav.nav-tabs {
    border: 1px solid #0095da;
    /*border-radius: 8px 8px 0 0;*/
    overflow: hidden !important;
}

    .block21 .nav.nav-tabs li a {
        /*border-color:#0095da;*/
        border: none;
        margin: 0 !important;
        transition: all ease-in-out 0.3s;
        border-radius: 0 !important;
        padding: 5px;
        text-align: center;
        color: #0095da;
    }

    .block21 .nav.nav-tabs li {
        margin: 0 !important;
        width: 50%;
        display: block;
    }

.block21 .nav-tabs > li.active > a, .block21 .nav-tabs > li.active > a:hover, .block21 .nav-tabs > li.active > a:focus, .block21 .nav-tabs > li > a:hover {
    background: #0095da !important;
    color: #fff;
}

.block21 .nav-tabs > li > a:hover {
    background: #eee !important;
    color: #0095da;
}

.block21 .tab-content {
    border: 1px solid #cfcfcf;
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding: 15px 10px 3px 3px;
}

    .block21 .tab-content .tab-pane .nicescroll {
        height: 220px;
        padding-left: 12px;
    }

    .block21 .tab-content ul li {
        margin-bottom: 5px;
    }

        .block21 .tab-content ul li a {
            position: relative;
            padding-right: 15px;
            font-size: 12px;
        }

            .block21 .tab-content ul li a:before {
                position: absolute;
                right: 0;
                top: 5px;
                content: "*";
                font-size: 17px;
            }

.titr {
    color: #000;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

    .titr:hover, .titr:focus {
        color: #6600cc;
    }




.block23 .bl-header {
    border: 1px solid #0095da;
    /*border-radius: 8px 8px 0 0;*/
    overflow: hidden !important;
    padding: 5px 15px 5px 15px;
    text-align: right;
    color: #fff;
    background: #0095da;
}


.block23 .bl-content {
    border: 1px solid #cfcfcf;
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding: 15px 10px 3px 10px;
}

    .block23 .bl-content .nicescroll {
        height: 220px;
        padding-left: 12px;
    }

    .block23 .bl-content .media {
        margin: 0 0 8px 0;
    }

    .block23 .bl-content .media-body {
        padding: 5px 0 0 0;
    }

    .block23 .bl-content .media img {
        border: 5px solid #fff;
        border-radius: 100%;
        box-shadow: 0 0 1px 1px #cdcdcd;
        display: block;
        margin: 2px;
        overflow: hidden;
        transition: all ease-in-out 0.3s;
    }

    .block23 .bl-content .media:hover img {
        -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
        /*border-color:#0095da ;*/
        box-shadow: 0 0 1px 1px #0095da;
    }

.slider1 .slider-pro img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.slider1 .slider-pro a {
    display: block;
    overflow: hidden;
    height: 42px;
    margin-top: 8px;
    text-align: center;
}

.slider1 .slider-pro .sp-arrow {
    background: rgba(107,107,137,0.8);
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

    .slider1 .slider-pro .sp-arrow:before, .slider1 .slider-pro .sp-arrow:after {
        background-color: #fff;
        content: "";
        height: 10px;
        position: absolute;
        width: 4px;
        right: 50%;
    }

.slider1 .slider-pro .sp-previous-arrow:before {
    right: 50%;
    top: 5px;
}

.slider1 .slider-pro .sp-next-arrow:before {
    right: 40%;
    top: 5px;
}

.slider1 .slider-pro .sp-next-arrow:after {
    right: 40% !important;
}

.slider1 .slider-pro .sp-arrow:hover:before, .slider1 .slider-pro .sp-arrow:hover:after {
    background: #0095da;
}

.slider-pro#sl3 .sp-slide > div {
    border: 1px solid #48487b;
    border-radius: 10px;
    padding: 10px;
}

.slider-pro#sl3 img {
    display: block;
    overflow: hidden;
    /*border-radius: 10px;*/
    -webkit-filter: grayscale(100%) brightness(135%) contrast(120%);
    filter: grayscale(100%) brightness(135%) contrast(120%);
    transition: filter 0.3s, box-shadow 0.3s;
    -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
}

.slider-pro#sl3 a {
    display: block;
    overflow: hidden;
    height: 50px;
    margin-top: 8px;
    text-align: right;
    line-height: 24px;
    font-size: 15px;
    color: #666699;
}

.slider-pro#sl3 h3 {
    color: #666699;
    margin-top: 20px;
}

    .slider-pro#sl3 h3 span {
        margin-left: 5px;
    }

.slider-pro#sl3 .sp-slide:hover h3 span {
    color: #0095da !important;
}

.slider-pro#sl3 .sp-slide:hover a {
    color: #fff !important;
}

.slider-pro#sl3 .sp-slide:hover img {
    filter: none;
}

.btnsend {
    background: #32cccc;
    border-radius: 0;
    color: #fff;
    border: none !important;
}

.img-r {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}


.topnews .sp-thumbnails {
    margin: 0 auto !important;
    width: 95% !important;
}

.block27 {
    background: #e6e6e6;
    padding: 15px 0;
}

    .block27 .b27 {
        background: #fff;
        padding: 5px;
        height: 180px;
    }

        .block27 .b27 h4 {
            margin-top: 8px;
        }

.topnews .topdesc {
    min-height: 150px;
    background: rgba(230,230,230,0.8);
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 8px;
}

.siteheader-img {
    width: 100%;
}

@media (min-width: 768px) {
    .px-md-5 {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

.card-with-text {
    position: relative;
}

    .card-with-text img {
        width: 100%;
    }

    .card-with-text .content-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
        width: 100%;
        padding: .5rem 1rem;
    }

        .card-with-text .content-wrapper p, .card-with-text .content-wrapper h3 a {
            color: #fff !important;
        }

            .card-with-text .content-wrapper h3 a:hover {
                color: #6600cc !important;
            }

.home-top-left-col h3, .home-top-left-col h3 a {
    font-size: 13px !important;
}

.home-top-left-col {
    margin-bottom: 1rem;
}

.topnews .swiper-button-prev, .topnews .swiper-button-next {
    color: #fff;
}

@media (max-width: 576px) {
    .home-top-left-col:first-of-type {
        margin-top: 1rem;
    }

    .topnews .swiper-button-prev, .topnews .swiper-button-next {
        display: none !important;
    }
}
.p-0{
    padding:0 !important;
}
.panel-gray:hover
{
    background-color: lightgray;
    transition-duration: 0.5s;
}
