﻿/*@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/IranSans.eot?#iefix") format("embedded-opentype"),url("fonts/IranSans.ttf") format("truetype");
}*/

/*@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans.eot');
    src: url('../fonts/IRANSans.eot#iefix') format('embedded-opentype'),url('../fonts/IRANSans.woff') format('woff'),url('../fonts/IRANSans.woff2') format('woff2')  ;
}*/

/*@font-face {
    font-family:IRANSans;
    src: url(../fonts/IRANSBW.woff2) format('woff2'),url(../fonts/IRANSBW.woff) format('woff');
    font-weight: 700;
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/IRANSLW.woff2) format('woff2'),url(../fonts/IRANSLW.woff) format('woff');
    font-weight: 300;
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/IRANSW.woff2) format('woff2'),url(../fonts/IRANSW.woff) format('woff');
    font-weight: 400;
}*/



@font-face {
    font-family: 'IRANSansWeb_Medium';
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix'), url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot'), url('../fonts/IRANSansWeb.ttf') format('truetype');
}
@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IRANSansWeb.eot'), url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.eot#iefix') format('embedded-opentype'),url('../fonts/yekan.woff') format('woff'),url('../fonts/yekan.ttf') format('truetype'),url('../fonts/yekan.svg#CartoGothicStdBook') format('svg');
}


a {
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

ol, ul {
    list-style: outside none none;
}

ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.8;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "IranSans","Droid Arabic Naskh",Tahoma;
    font-size: 1.4em;
    line-height: 1.8;
    background: #FFF;
    max-width: 1600px;
    margin: auto;
    color: #666;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}


.menu-top {
    position: fixed;
    top: 0;
    right: 0;
    background: #FFF;
    z-index: 9;
    box-shadow: 0 0 12px black;
    
    width: 100%;
}

    .menu-top .menu-container {
        max-width: 1600px;
        position: relative;
        margin: auto;
    }

    .menu-top .logo {
        position: absolute;
        right: 15px;
        top: -5px;
    }

    .menu-top .ribon {
        background: #ece8e9 none repeat scroll 0 0;
        height: 30px;
        border-top: 1px solid #FFF;
        padding-right: 195px;
        padding-top: 4px;
    }

        .menu-top .ribon .icons {
            background: transparent url(../../shared/images/menu-icon.png) no-repeat scroll 0 0;
            display: inline-block;
            float: left;
            height: 18px;
            margin: 0 5px;
            width: 19px;
        }

            .menu-top .ribon .icons.icons-mail {
                background-position: -18px 0;
            }

            .menu-top .ribon .icons.icons-sitemap {
                background-position: -53px 0;
            }

            .menu-top .ribon .icons.icons-instagram {
                background-position: -72px 0;
            }

            .menu-top .ribon .icons.icons-telegram {
                background-position: -90px 0;
                width: 28px;
            }

        .menu-top .ribon .weather {
            float: right;
            padding-right: 15px;
        }

            .menu-top .ribon .weather li {
                color: #aaaaaa;
                float: right;
                font-size: 1.2rem;
                text-transform: uppercase;
                padding-left: 45px;
            }

        .menu-top .ribon .live-camera {
            float: right;
        }

            .menu-top .ribon .live-camera a {
                float: right;
                font-size: 1.2rem;
                color: #aaaaaa;
            }

                .menu-top .ribon .live-camera a .icon {
                    background: transparent url(../../shared/images/live-icon.png) no-repeat scroll 0 0;
                    vertical-align: middle;
                    width: 17px;
                    height: 22px;
                    display: inline-block;
                }

    .menu-top .search-holder {
        background: #3f4a5c none repeat scroll 0 0;
        color: #fff;
        float: left;
        height: 49px;
        position: relative;
        width: 230px;
    }

        .menu-top .search-holder .inline-search-field {
            background: #303948 none repeat scroll 0 0;
            height: 49px;
            left: 51px;
            overflow: hidden;
            padding-top: 10px;
            position: absolute;
            z-index: 99;
            top: 0;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            width: 0;
            direction: ltr;
        }

            .menu-top .search-holder .inline-search-field div {
                width: 178px;
            }

            .menu-top .search-holder .inline-search-field button {
                left: 5px;
                color: #666;
                position: absolute;
                top: 12px;
                z-index: 2;
                background: none;
                border: none;
                padding: 0;
                cursor: pointer;
                height: 27px;
                width: 27px;
            }

            .menu-top .search-holder .inline-search-field input[type="text"] {
                float: left;
                height: 30px;
                margin-left: 4px;
                width: 170px;
                color: #666;
                direction: rtl;
            }

            .menu-top .search-holder .inline-search-field.open {
                width: 178px;
            }

        .menu-top .search-holder .search {
            position: absolute;
            z-index: -1;
        }

        .menu-top .search-holder .search-icon {
            display: inline-block;
            font-size: 22px;
            padding: 13px 15px;
            position: absolute;
            left: 0;
            cursor: pointer;
        }

        .menu-top .search-holder .lang-buy {
            display: inline-block;
            padding-left: 50px;
            width: 100%;
        }

            .menu-top .search-holder .lang-buy .buy-ticket {
                float: right;
                padding-left: 5px;
                padding-right: 4px;
                padding-top: 9px;
            }

            .menu-top .search-holder .lang-buy .language {
                float: left;
            }

            .menu-top .search-holder .lang-buy .search-separator {
                background: #1f2b3e none repeat scroll 0 0;
                border-right: 1px solid #505e75;
                display: inline-block;
                float: left;
                height: 49px;
                width: 2px;
            }

                .menu-top .search-holder .lang-buy .search-separator:first-child {
                    float: left;
                }

    .menu-top .menu-holder {
        height: 49px;
    }

    .menu-top ul.menu {
        float: right;
        padding-right: 200px;
    }

        .menu-top ul.menu li {
            float: right;
            border-left: 1px solid #dde6f0;
            width: auto;
        }

            .menu-top ul.menu li a {
                color: #000;
                padding: 12px 10px;
                display: inline-block;
            }

                .menu-top ul.menu li a:hover {
                    background: #eff3f8 none repeat scroll 0 0;
                    color: #0a1d3b;
                }

                .menu-top ul.menu li a.w15 + ul li {
                    width: 15.1% !important;
                }

                .menu-top ul.menu li a.w30 + ul li {
                    width: 30.1% !important;
                }

                .menu-top ul.menu li a.w18 + ul li {
                    width: 18.1% !important;
                }

            .menu-top ul.menu li ul {
                position: absolute;
                width: 100%;
                right: 155px;
                background: #002251 none repeat scroll 0 0;
                transform: perspective(1200px) rotateX(-90deg);
                transform-origin: 50% 0 0;
                transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
            }

                .menu-top ul.menu li ul.open {
                    background: #eff3f8 none repeat scroll 0 0;
                    transform: perspective(1200px) rotateX(0deg);
                }

                .menu-top ul.menu li ul li {
                    width: 18.4%;
                    border: none;
                    height: 110px;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;
                }

                    .menu-top ul.menu li ul li a {
                      background: #30414d none repeat scroll 0 0;
height: 100%;
overflow: hidden;
 padding: 0 8px 0 0;
position: relative;
transition-duration: 0.3s;
transition-property: background;
transition-timing-function: ease-out;
width: 100%;
                    }

                        .menu-top ul.menu li ul li a div {
                            display: table;
                            height: 100%;
                            position: relative;
                            transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,-webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                            padding: 20px 50px 20px 20px;
                            vertical-align: middle;
                            width: 100%;
                        }

                            .menu-top ul.menu li ul li a div .title {
                                font-size: 12px;
                                font-weight: bold;
                                color:  #EEEEEE;
                            }

                            .menu-top ul.menu li ul li a div .desc {
                                font-size: 11px;
                                color: #8d9199;
                            }

                        .menu-top ul.menu li ul li a .hover_label {
                            background: #0a1d3b none repeat scroll 0 0;
                            background: rgba(10,29,59,0.8) none repeat scroll 0 0;
                            bottom: 0;
                            color: #ffffff;
                            font-size: 11px;
                            left: 0;
                            line-height: 1;
                            margin: 0;
                            padding: 5px 10px;
                            position: absolute;
                            right: 0;
                            transform: translateY(101%);
                            transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                        }

                        .menu-top ul.menu li ul li a:hover {
                            background: #e34120 none repeat scroll 0 0;
                        }

                            .menu-top ul.menu li ul li a:hover div {
                                transform: translateY(-100%);
                            }

                            .menu-top ul.menu li ul li a:hover .hover_label {
                                transform: none;
                            }

@-webkit-keyframes animCircle {
    100% {
        stroke-dashoffset: 520px;
        stroke-dashoffset: 520px;
    }
}

@keyframes animCircle {
    100% {
        stroke-dashoffset: 520px;
        stroke-dashoffset: 520px;
    }
}

.main #aboutmilad .mainPicture {
    background-image: url("../milad-main-picture.jpg");
    max-height: 800px;
}

.mainPicture {
    background-position: center 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    min-height: 800px;
    min-width: 990px;
    position: relative;
    transform: translateZ(0px);
    will-change: background-position;
}

.fadeMainPicture {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0px);
    width: 100%;
}


/*-------------------------------------------------hajizadeh---------------------------------------------*/
.logo img {
    box-shadow: 1px 1px 6px #bebebe;
}

.weather {
    font-size: 10px;
}

.menu {
    margin-bottom: 0 !important;
}

.menu-top ul.menu li ul {
    max-width: 900px;
}

    .menu-top ul.menu li ul.open {
        padding: 0!important;
    }

    .menu-top ul.menu li ul li {
        background-size: cover;
        border: medium none;
        height: 110px;
        width: 33.33%!important;
    }

    .menu-top ul.menu li ul.open > li {
        max-width: 299px;
        min-width: 200px;
    }

#aboutmilad {
    height: 450px;
    overflow: hidden;
}

#center-menu {
    background-color:#30414D;
    height: 110px;
    overflow: hidden;
}

    #center-menu div img {
           height: 111px;
    padding-top: 8px;
    }

        #center-menu div img:hover {
            background-color: #399a9c;
        }


.artic {
    float: right;
    height: auto;
    margin: 0 -7px 0 0;
}

.artt2 {
    color: #feea6f !important;
    display: block;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: normal;
}

.artt3 {
    color: #ffffff;
    font-family: iransansweb;
    font-size: 12px !important;
    height: 121px;
    line-height: 21px !important;
    margin-bottom: 11px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -23px;
    overflow: hidden;
    padding: 10px;
    text-align: justify !important;
}

.artm {
    background-color: #2d89a0;
    border: 1px none !important;
    border-radius: 2px;
    color: #fff;
    font-family: IRANSansWeb_Medium;
    font-size: 0.8em !important;
    margin: 0 34% 9% 0;
    padding: 3px;
    width: 30%;
}

#wait {
    margin-top: 14%;
}


.carouFredSel li {
    float: right;
}

.main.none-ie {
    padding-bottom: 20px;
}

.CenterNews {
    background-color: #efefef;
    padding-top: 5px;
    text-align: center;
}


    .CenterNews .btn-group {
        padding-bottom: 5px;
    }

    .CenterNews .title {
        display: block;
        font-size: 17px;
        height: 19px;
        overflow: hidden;
    }

    .CenterNews .txt {
        display: block;
        height: 75px;
        overflow: hidden;
        padding: 0 8px;
        text-align: right;
        font-family: tahoma;
    }

    .CenterNews .btn {
        font-family: tahoma;
    }

    .CenterNews img {
        border: 1px solid #a7a7a7;
        max-width: 100%;
        padding: 2px;
    }


.part-box {
    border-radius: 0px !important;
    box-shadow: 3px 8px 10px #e0e0e0;
    margin-bottom: 5px;
    min-height: 100px;
}

.header-box {
    background-color: #2ecc71;
    min-height: 30px;
}

    .header-box h4 {
        color: white;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

.continer-box {
    border: 1px solid #f2f2f2;
    box-shadow: 1px 2px 3px #efefef;
    min-height: 100px;
}

.five_news, .gallery_box {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    margin-top: 5px;
}

    .five_news .imgs, .gallery_box .imgs {
        background-color: #EBEBEB;
        border: 1px #ABABAB solid;
        padding: 0;
    }

        .five_news .imgs .bigimg img, .gallery_box .imgs .bigimg img {
            width: 100%;
        }


        .five_news .imgs .smallimg, .gallery_box .imgs .smallimg {
            margin: 0;
            cursor: pointer;
        }

            .five_news .imgs .smallimg > div, .gallery_box .imgs .smallimg > div {
                padding: 0;
            }

            .five_news .imgs .smallimg .thumbnail, .gallery_box .imgs .smallimg .thumbnail {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                border: medium none;
                margin-bottom: 0;
            }

                .five_news .imgs .smallimg .thumbnail img, .gallery_box .imgs .smallimg .thumbnail img {
                    width: 100%;
                }



.gallery_box {
    padding-top: 0px;
    margin-top: 0;
}

    .gallery_box .imgs .bigimg {
        position: relative;
    }

        .gallery_box .imgs .bigimg .media-heading {
            background-color: rgba(0, 0, 0, 0.54);
            bottom: 0;
            color: white;
            font-family: tahoma;
            font-size: 12px;
            margin-bottom: 1px;
            margin-top: 0;
            padding: 5px;
            position: absolute;
            width: 80%;
        }





.Gallery .itemGallery {
    min-height: 275px;
}

.col-md-4.itemGallery > a {
    display: inline-block;
}

.Gallery .itemGallery img {
    width: 100%;
}

.itemGallery .item-img {
    overflow: hidden;
    padding: 3px 3px 0;
    position: relative;
}

    .itemGallery .item-img img {
        border: medium none !important;
        height: auto;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .itemGallery .item-img .Comment {
        background-color: transparent;
        background-image: url("../resources/images/Untitled-1.png");
        bottom: -100px;
        color: white;
        font-size: 14px;
        line-height: 26px;
        margin: 0;
        opacity: 0;
        padding: 5px 5px 13px;
        position: absolute;
        transition: all 0.25s linear 0s;
        width: 99%;
    }

    .itemGallery .item-img:hover .Comment {
        bottom: 0;
        opacity: 1;
    }

.itemGallery .title {
    padding-left: 3px;
    padding-right: 3px;
}

    .itemGallery .title .heading {
        background-color: #4b4b4b;
        color: white;
        font-size: 12px;
        margin: 0;
        padding: 5px 3px;
        text-align: center;
        text-shadow: 0 1px 1px black;
    }

    .itemGallery .title .Author, .itemGallery .title .DateTimeReg {
        color: #aaaaaa;
        font-family: "NAZANIN";
        font-size: 13px;
        font-weight: bold;
        padding: 5px;
    }

    .itemGallery .title .Author {
        float: right;
    }

    .itemGallery .title .DateTimeReg {
        float: left;
    }

.gallery_sidebar {
    border: 1px solid #555252;
}

    .gallery_sidebar, .gallery_sidebar .itemGallery {
        padding: 0;
    }

        .gallery_sidebar .gs_title {
            background-color: #4b79cf;
            clear: both;
            color: white;
            padding: 5px;
            text-align: center;
        }

        .gallery_sidebar .itemGallery {
            margin-bottom: 10px;
        }

.GalleryShow #GalleryShow-header {
    background-color: #4a4a4a;
    border-radius: 6px;
    margin-bottom: 5px;
}

    .GalleryShow #GalleryShow-header .news-abstract {
        background-color: #5e5e5e;
        border-radius: 0;
        color: white;
        margin-bottom: 0;
    }

.GalleryShow .content .news-title {
    color: #ffffff;
}

.GalleryShow .content .col-icon {
    border-right: medium none;
}

    .GalleryShow .content .col-icon i {
        color: white;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GalleryShow .content .col-icon * {
        color: #e3dada;
        font-size: 13px;
    }

    .GalleryShow .content .col-icon:hover {
        background-color: transparent !important;
    }

        .GalleryShow .content .col-icon:hover * {
            color: white;
        }

.GalleryShow .content .itemGallery {
    min-height: 220px;
}

.GalleryShow .content .tools {
    background-color: #e1e1e1;
    border-bottom: 1px solid rgb(85, 85, 85);
    border-radius: 5px;
    border-top: 1px solid rgb(85, 85, 85);
    margin-right: 2px;
    margin-top: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 300px;
}

#blankContiner {
    margin: 10px auto 0;
    width: 80%;
}


.col-icon {
    border-right: 2px solid #e3e3e3;
    float: right;
    margin-left: 20px;
    padding-right: 4px;
}

.news-title {
    color: #0079a9;
    font-size: 20px;
    margin-top: 0;
    padding: 0 6px 6px;
    text-align: center;
}

.news-lead {
    color: #999999;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 0;
    text-align: center;
}

.news-abstract {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 8px;
}

.news-body .news-media-object.media-object {
    float: right;
    margin-left: 17px;
    width: 100%;
}

.news-body .news-text {
    font: 15px/33px yekan;
    padding: 0;
}

.col-icon > span {
    font-size: 13px;
}

.news-text img {
    border: 1px solid #bcbcbc;
    margin: 10px;
    max-width: 100%;
    padding: 2px;
}

img.Ads {
    width: 100%;
}


.newsbox .small-list, .newsbox .bigthumbnail {
    padding-right: 0;
}


.newsbox .bigthumbnail {
    background-color: transparent;
}

    .newsbox .bigthumbnail .thumbnail {
        background-color: #f5f5f5;
        border-radius: 3px;
        /*box-shadow: 0 0 5px rgba(143, 139, 139, 0.41) inset;*/
    }


.box_header-blue {
    border-bottom-color: #25c0f4;
}

    .box_header-blue > a {
        background-color: #25c0f4;
    }


.small-list img {
    border: 1px solid #d2d0d0 !important;
    padding: 2px;
    margin: 5px;
    padding: 2px;
}

.small-list .media > .media-left {
    padding-right: 0;
}


.small-list .media {
    border-bottom: 1px solid #d2d0d0;
    box-sizing: border-box;
    margin-top: 0px;
    transition: all 0.3s ease-in-out 0s;
}

    .small-list .media:hover {
        background-color: #eeeeee;
    }



    .small-list .media img {
        height: 42px;
    }



    .small-list .media h4 {
        color: #363636;
        font-size: 12.5px;
        line-height: 19px;
        margin-bottom: 10px;
        padding-top: 4px;
        text-align: right;
        text-decoration: none;
    }

        .small-list .media h4 a {
            color: #333;
            text-decoration: none;
        }

            .small-list .media h4 a:hover {
                color: #337ab7;
            }

.small-list.centerstyle .lead {
    font-family: tahoma;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
}

.small-list.centerstyle .media h4 {
    /*font-family: NazaninBold;*/
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 5px;
}

.small-list.centerstyle .media .media-left {
    padding-right: 0;
}

.small-list.centerstyle .media img {
    height: 95px;
}

.small-list.centerstyle .media .resume {
    color: #0295c5;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    padding-right: 5px;
}

.newsbox .thumbnail .media-object {
    height: 130px;
}

.newsbox .thumbnail .caption h3 {
    font-size: 18px;
    line-height: 31px;
    margin-top: 0;
    padding-top: 0;
}

.newsbox .thumbnail .caption p {
    font-size: 14px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
}

.header-box {
    background-color: #30414D !important;
    background-image: url("../resources/images/favicon.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    border-bottom: 1px solid #595757;
    border-radius: 0;
    padding-right: 0;
}

    .header-box h4 {
        color: #fcfcfc;
        font-size: 15px;
        padding-right: 47px;
        text-align: right;
    }

.part-box {
    background-color: #efefef;
    border: 1px solid #a69b9b;
    border-radius: 0px !important;
    box-shadow: 1px 3px 5px rgba(69, 69, 69, 0.22);
    margin-bottom: 9px;
    min-height: 100px;
}

.menu-top ul.menu li {
   outline:none;
}

.menu-top ul.menu li.Parent {
    position: relative;
}

    .menu-top ul.menu li.Parent:hover > ul {
        transform: perspective(1200px) rotateX(0deg);
    }

    .menu-top ul.menu li.Parent ul {
        padding: 0 !important;
        width: 200px !important;
        position: absolute;
        right: 0;
    }


        .menu-top ul.menu li.Parent ul li {
            border: medium none;
            float: none;
            height: 28px !important;
            padding-bottom: 0 !important;
            padding: 2px;
            width: 100% !important;
             position: relative;
        }

    .menu-top ul.menu li.Parent li:hover > a {
      color: #ffffff !important;
    }



    .menu-top ul.menu li.Parent li:hover > ul {
        transform: perspective(1200px) rotateX(0deg);
        right: 80%;
        top: 10px;
        z-index: 10;
    }


.menu-top {
    background: #30414d none repeat scroll 0 0;
}
    .menu-top .ribon {
        background: #e34120 none repeat scroll 0 0;
        width: 100%; 
padding-right: 0;
    }

    .menu-top .ribon .weather {
    color: white; 
    text-align: center;width: 100%;
}
    .menu-top ul.menu li a {
        color: #FFFFFF;
    }

    .menu-top ul.menu li {
        border-left: 1px solid #0b3562;
    }

.ticker,.ticker-content {
    background-color: transparent!important;
}
.ticker .ticker-content  a{
    color: white !important;
}
.ticker-swipe {
    background-color: #e34120 !important ;
}

.ticker-title {
  background-color: transparent!important;
  color: #ffffff!important;
  font-family: iransans !important;
  font-size: 14px!important;
  font-weight: bold;
  padding-top: 0!important;
  text-transform: none !important;
}

.bjqs-caption {
  background-color: rgba(21, 21, 21, 0.45);
  color: white;
  font-family: iransans;
  font-size: 20px;
  padding: 10px !important;
}

 /*body{
     font-family:IRANSans-web;
 }*/


 .logo.left{
     right:unset;
     left: 15px;
position: absolute;
top: 0;
 }
 .logo  img{
    height: 90px!important;
 }

     .box_header-blue > a {
        background-color: unset;
    color: #ffffff;
}

    .small-list .media img[src='/resources/images/bakpicnews.png'] {
       width: 53px;
}

    .row.medias {
    width: 100%;
}


     .news-text .main * {
    text-align: right;
    display: inline;
}
.news-text .main .stats-container {
    display: block;
    
}

.rpadding{
    padding:0;
}
.rmargin{
    margin:0;
}

.rpm{
    padding:0;
    margin:0;
}

.padding2{
    padding:2px;
}