<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Basic Styles
================================================== */
@font-face{
    font-family: "IRANSansWeb_Bold";
    src: url('IRANSansWeb_Medium.eot');
    src: url('IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        url('IRANSansWeb_Medium.woff') format('woff'),
        url('IRANSansWeb_Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "IRANSansWeb";
    src: url('IRANSansWeb_Light.eot');
    src: url('IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
        url('IRANSansWeb_Light.woff') format('woff'),
        url('IRANSansWeb_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+001D-FEFC;
}
/*@font-face {
    font-family: "nassim";
    src: url('BBCNassim.eot');
    src: url('BBCNassim.eot?#iefix') format('embedded-opentype'),
        url('BBCNassim.woff') format('woff'),
        url('BBCNassim.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+001D-FEFC;
}*/
body {
    font: 16px IRANSansWeb_Bold, tahoma, Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background-color:#d8d8d8;
}
.home.container {
    margin-top:33px;
}



/* Header Section
    ==============================================*/
.top-nav {
    background-color:#000;
    height:35px;
}
.mobile-menu-title {
    font-weight: normal !important;
}
.logo {
    height: 80px;
}
.logo &gt; img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.logo:before {
    background-color: #848484;
    bottom: 4px;
    content: "";
    height: 25px;
    left: -5px;
    position: absolute;
    width: 5px;
}
.logo:after {
    border-left: 5px solid transparent;
    border-top: 5px solid #323232;
    bottom: 0;
    content: "";
    left: -5px;
    position: absolute;
}
.header-main-menu {
    padding-right: 10px !important;
}
.header-second-menu a {
    color: #dfdfdf;
}
.header li {
    float: right;
    height: 35px;
    line-height: 35px;
    list-style: outside none none;
    margin-left: 4px;
}
.header-main-menu li {
    border-bottom: 2px solid #fff;
    margin-bottom: 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.header li a {
    display: block;
    font-size: 14px;
    padding: 0 10px;
}
.header-info-menu.right a {
    color: #aaa;
    font-size: 13px;
}
.header ul {
    margin: 0;
    padding: 0;
}
.header-top {
    float: right;
    width: 100%;
}
.header-bottom {
    background-color: #323232;
    float: right;
    position: relative;
    width: 100%;
}
.search-container input {
    border: medium none;
    height: 31px;
    margin-top: 2px;
    padding-left: 100px;
    width: 100%;
    font-family: "IRANSansWeb";
}
.search-container .button {
    color: #fff;
    font-size: 15px;
    height: 31px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 100px;
}
.small-logo {
    background-color: #be0000;
    display: none;
    float: right;
    height: 35px;
    margin-left: 10px;
    width: 198px;
}
.small-logo.t2 {
    display: block;
    float: none;
    margin: 0 auto !important;
}
.sticky-wrapper.is-sticky {
    position: relative;
    z-index: 2147483647;
}
.sticky-wrapper.is-sticky .header-top,
.sticky-wrapper.is-sticky .columns.logo { display: none;}
.sticky-wrapper.is-sticky .small-logo {display: block}
.sticky-wrapper.is-sticky .header-bottom { background-color: #000;transition: all 0.3s ease;}


.header-date {
    color: #aaa;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.header-test-version {
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.logo-2  {
    height: 100px
}
.logo-2 &gt; img {
    display: block;
    margin: 3px auto;
}
.logo-2:before {
    background-color: #a30006;
    bottom: 4px;
    content: "";
    height: 25px;
    right: -5px;
    position: absolute;
    width: 5px;
}
.logo-2:after {
    border-right: 5px solid transparent;
    border-top: 5px solid #323232;
    bottom: 0;
    content: "";
    right: -5px;
    position: absolute;
}
.is-sticky .logo-2  {
    display: none
}

.middle-side {
    margin-top: -15px;
}
.right-side, .left-side {
    background-color: #D8D8D8
}
.right-menu {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
}
.right-menu a {
    background-color: #fff;
    color: #515151;
    display: block;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    padding-right: 10px;
    width: 100%;
}

.link2news {
    font-size: 13px !important;
    height: auto !important;
    line-height: 16px !important;
    padding: 5px;
    font-family: "IRANSansWeb";
}
.right-menu &gt; li {
    margin-bottom: 6px;
    position: relative;
    width: 99%;
}
.right-menu &gt; li::before {
    border-bottom: 3px solid #000;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: -1px;
    top: -3px;
}
.right-menu &gt; li &gt; a span {
    background-color: #fff;
    color: #000;
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin-left: 4px;
    margin-top: 3px;
    text-align: center;
    width: 18px;
}
.right-menu li:hover &gt; a span, .right-menu li.active &gt; a span {
	background-color: #000;
	color: #fff;
    display: block;
}
.right-menu li:hover &gt; a, .right-menu li.active &gt; a {
	background-color: #ed1c24;
    color: #fff;
}






.right-menu ul {
    display: none;
    list-style: outside none none;
    max-height: 235px;
    overflow-y: auto;
    padding: 0 0 0 0;
}
.right-menu ul li {
    margin-bottom: 1px;
}




.rightAjaxBoxClose {
    background-color: #be0000;
    display: block;
    left: -3px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 25px;
}

.box {
    margin-bottom: 15px;
    position: relative;
}
.box-header {
    background-color: #323232;
    color: #fff;
    font-size: 14px;
    height: 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.box-header::before {
    border-bottom: 5px solid #323232;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
}
.box-header::after {
    background-color: #323232;
    content: "";
    height: 23px;
    position: absolute;
    right: -5px;
    width: 5px;
}
.box-body {
    background-color: #fff;
}

.lalink {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.lalink &gt; a {
    border-bottom: 1px solid #f2f2f2;
    color: #323232;
    display: block;
    float: right;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-family: "IRANSansWeb";
}


.newslater-container {
    border: 10px solid #c8c8c8;
    overflow: auto;
    height: 1060px;
}
.newslater-container &gt; img {
    width: 100%;
}

/* Home top news
    ==============================================*/
.box-d {
    width: 100%;
}
.box-d-header {
    height: 25px;
    position: relative;
}
.box-e-header {
    border-bottom: 2px solid #fff;
    height: 25px;
    position: relative;
}
.box-e-header.t1 {
    border-bottom:0;
    height: auto;
}
.box-e-header.t2 {
    height: 35px;
    width: 100%;
}
.box-e-header.t3 {
    border-bottom:0;
}
.box-d-header &gt; a,
.box-e-header &gt; a,
.box-e-header &gt; span {
    background-color: #be0000;
    display: block;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: -5px;
    width: 100px;
    z-index: 1;
    font-size: 14px
}
/*.box-e-header &gt; a {top: -10px}*/
.box-d-header &gt; a:before,
.box-e-header &gt; a:before,
.box-e-header &gt; span:before {
    border-bottom: 5px solid #640000;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    top: 0;
    width: 0;
    z-index: -1;
}
.box-d-header &gt; a.cPaleGreen:before,
.box-e-header &gt; a.cPaleGreen:before,
.box-e-header &gt; span.cPaleGreen:before {border-bottom-color:#477072;}
.box-d-content {
    padding: 16px;
}
.top-news-right-photo {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 61.889% 0 0 10px;
    position: relative;
    width:98%;
}
.top-news-right-photo &gt; img {
    border:1px solid #dcdcdc;
    bottom: 0;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.top-news-right-title,
.top-news-left-title {
    line-height: 20px;
    margin: 5px 0 0;
    padding-left: 10px;
}
.top-news-right-title &gt; a ,
.top-news-left-title &gt; a {
    color: #343434;
    font-size: 15px;
    font-weight: normal;
    display: block;
}
.top-news-right {
    border-left: 1px solid #dcdcdc;
/*    height: 323px;*/
}
.top-news-right-desc {
    color: #5c5c5c;
    display: block;
    font-family: tahoma;
    font-size: 11px;
    height: 75px;
    line-height: 16px;
    margin-top: 15px;
    padding-left: 10px;
}
.top-news-left-desc {display: none}
.top-news-left ul {
    margin: 0;
    padding: 0;
}
.top-news-left li {
    border-bottom: 1px solid #dcdcdc;
    list-style: outside none none;
    padding: 10px 10px 10px 0;
    width: 100%;
    float: right;
}
.top-news-left li:first-child {
    padding-top: 0;
}
.top-news-left li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.top-news-left-photo {
    display: block;
    float: right;
    margin-left: 10px;
}
.top-news-left-photo &gt; img {
    border: 1px solid #d8d8d8;
    height: 65px;
    width: 97px !important;
}
.top-news-left-title {
    margin: 0;
    padding: 0;
/*    height: 47px;*/
}
.top-news-left-title &gt; a {
    color: #404040;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    overflow: hidden;
    padding-left: 8px;
    margin-top: 7px;
}
.top-news-left-upTitle {
    color: #be0000;
    display: block;
    font-family: tahoma;
    font-size: 10px;
    max-height: 28px;
    overflow: hidden;
}
.tab-content {
    display: none;
    min-height: 363px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.tab-content.active {
    transition: all 0.4s ease;
    opacity: 1;
    display: block;
}
.box-d-tab-header {
    position: absolute;
    right: 145px;
    top: 5px;
}
.box-d-tab-header &gt; a {
    background-color: #777;
    display: block;
    float: right;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    padding:0 20px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.box-d-tab-header &gt; a.active,
.box-d-tab-header &gt; a:hover{
    background-color: #ffffff;
    color: #222;
}
.box-d-tab-header &gt; a:before {
    border-color: #222 !important;
    right: 3px !important;
}

.box-e.cGray .box-e-content.row a {
    color: #fff !important;
    font-size: 12px;
}
.box-e-content.row span {
    color: #525252;
    font-family: tahoma;
    font-size: 11px;
}

.top-news .owl-nav {
    left: -12px;
    position: absolute;
    top: 0;
}
.top-news .owl-nav &gt; div {
    background-color: #505050;
    color: #fff;
    height: 22px;
    line-height: 24px;
    margin-bottom: 2px;
    width: 22px;
}
.top-news .owl-nav i {
    display: block;
    height: 18px;
    text-align: center;
    width: 18px;
}


/* Home box news
    ==============================================*/
.widget {margin-bottom: 5px; position:relative}
.box-a-header {
    height: 40px !important;
    position: relative;
}
.box-a-header.rev2 {height: 30px !important;}
.box-a-header &gt; a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}
.box-a-header.rev2 &gt; a {height: 30px;line-height: 30px;}
.box-a,
.box-d,
.box-f,
.box-g {
    position:relative;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px #a8a8a8;
    -moz-box-shadow: 0 2px 2px #a8a8a8;
    -webkit-box-shadow: 0 2px 2px #a8a8a8;    
}
.box-a-content &gt; img {
    margin: 5px;
}
.box-a-header:before,
.box-d-header.rev:before{    
    content: "";
    height: 5px;
    position: absolute;
    right: 6px;
    top: -5px;
    width: 125px;
}
.box-a-header:after,
.box-d-header.rev:after{
    border-bottom: 6px solid;
    border-right: 7px solid transparent !important;
    content: "";
    height: 0;
    position: absolute;
    top: -5px;
    width: 0;
}
.box-a-header.rev:before,
.box-a-header.rev2:before,
.box-d-header.rev:before,
.box-d-header.rev2:before{left: 6px;right:auto}

.box-a-header.rev:after,
.box-a-header.rev2:after,
.box-d-header.rev:after,
.box-d-header.rev2:after{
    border-left: 7px solid transparent !important;
    border-right: medium none !important;
    left: 0;
}
.box-a-header.cPaleGreen:after,
.box-d-header.cPaleGreen:after{border-color:#005256}
.box-a-header.cPaleGreen:before,
.box-d-header.cPaleGreen:before{background-color: #257679;}
.box-a-header.cLip:after,
.box-d-header.cLip:after{border-color:#71121a}
.box-a-header.cLip:before,
.box-d-header.cLip:before{background-color: #97343c;}
.box-a-header.cGoldChrome:after,
.box-d-header.cGoldChrome:after{border-color:#6c511a}
.box-a-header.cGoldChrome:before,
.box-d-header.cGoldChrome:before{background-color: #8c7037;}
.box-a-header.cLightViolet:after,
.box-d-header.cLightViolet:after{border-color:#422f93}
.box-a-header.cLightViolet:before,
.box-d-header.cLightViolet:before{background-color: #6658a1;}
.box-a-header.cGray:after,
.box-d-header.cGray:after{border-color:#606060}
.box-a-header.cGray:before,
.box-d-header.cGray:before{background-color: #777;}
.box-a-header.cRed:after,
.box-d-header.cRed:after{border-color:#640000}
.box-a-header.cRed:before,
.box-d-header.cRed:before{background-color: #9b0000;}
.box-a-header.cLightGreen:after,
.box-d-header.cLightGreen:after{border-color:#004432}
.box-a-header.cLightGreen:before,
.box-d-header.cLightGreen:before{background-color: #008d67;}


.box-archive {
    bottom: 3px;
    left: -2px;
    position: absolute;
    z-index: 1;
}
.box-archive &gt; a {
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 12px;
    width: 60px;
}
.box-archive i {
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 3px;
}
/*.box-archive:before {
    border-right: 5px solid transparent;
    border-top: 8px solid #7e0000;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    top: 13px;
    width: 0;
}
.box-archive.cSilver:before {border-top-color:#4c4c4c}
.box-archive.cBrown:before {border-top-color:#302000}*/


.box-a-list {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 1px;
}
.box-a-list h2 {
    font-weight: normal;
    margin: 0;
}
.box-a-list a {
    color: #404040;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-right: 9px;
    position: relative;
}
.box-a-list a:hover {
    color: #be0000
}
.box-a-list &gt; li {
    padding: 0 10px;
    position: relative;
    margin-top: 10px;
}
.box-a-list a:before, 
.box-e-content a:before, 
.box-f-content a:before,
.box-d-tab-header &gt; a:before,
.club-sec-title &gt; a:before {
    border-bottom: 5px solid #be0000;
    border-right: 5px solid transparent !important;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 0;
}
.box-f-content.mecof a:before{
    border:none   
}
.cbPaleGreen .box-a-list a:before {border-color:#418689}
.cbLip .box-a-list a:before {border-color:#a14b52}
.cbGoldChrome .box-a-list a:before {border-color:#a3874d}
.cbLightViolet .box-a-list a:before {border-color:#5388cd}
.cbGray .box-a-list a:before {border-color:#676767}

.top-2-list-sec .box-a {
    min-height: 378px;
    padding-bottom: 8px;
}
.box-b-content {
    line-height: 16px;
    margin-top: 8px;
}
.box-content-photo {
    display: block;
    padding: 5px;
}
.top-4-single-sec .box-content-photo {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 30.9445% 0 0;
    position: relative;
    width: 50%;
}
.top-4-single-sec .box-content-photo img{
    border: 1px solid #efefef;
    bottom: 0;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.box-b-content .box-content-photo {
    float: right;
    padding: 0 5px;
}
.box-b-content .box-content-photo &gt; img {
    border: 2px solid #6b6b6b;
    height: 60px;
    width: 60px;
}
.box-b-upTitle {
    color: #222;
    font-size: 12px;    
    margin: 0;
}
.box-b-title {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
}
.box-b-title &gt; a {
    color: #777;
}
.yaddasht .box-b-upTitle{color: #777 !important}
.yaddasht .box-b-title &gt; a{color: #222 !important}
.top-4-single-sec .box-a-list a {
    display: block;
    float: right;
    height: 37px;
    margin-right: 10px;
    padding-right: 10px;
    width: 46%;
}

.box-a-header.t2 {
    height: 25px !important;
}
.box-a-header.t2 &gt; a {
    height: 25px;
    line-height: 25px;
}
.top-4-single-upTitle {
    float: right;
    font-family: tahoma;
    font-size: 11px;
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 49%;
}
.top-4-single-Desc {
    clear: right;
    font-family: tahoma;
    font-size: 11px;
    height: 65px;
    margin: 0;
    padding: 10px;
    text-align: justify;
}
/*  top-2-slider
    =========================================================== */
.top-2-slider-sec .owl-carousel {
    padding: 0 15px;
}
.box-c-content {
    padding:10px 5px 0;
}
.box-c-title {
    height: 30px;
    margin: 0;
}
.box-c-title &gt; a {
    color: #484848;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 6px;
    text-align: center;
    font-family: "nassim";
}
.top-2-slider-sec .box-c-title &gt; a {
    font-size: 11px;
    line-height: 11px;
}
.top-2-slider-sec .owl-nav &gt; div {
    color: #fff;
    height: 100%;
    padding: 10px 0 5px;
    position: absolute;
    top: 0;
    width: 10px;
}
.top-2-slider-sec .owl-prev {
    left: 5px;
}
.top-2-slider-sec .owl-next {
    right: 5px;
}
.top-2-slider-sec .owl-nav i {
    background-color: #000;
    display: block;
    height: 100%;
    width: 10px;
}
.top-2-slider-sec .owl-nav i:before {
    font-size: 19px;
    position: absolute;
    right: -7px;
    top: 47%;
}
.top-2-slider-sec .owl-next i:before {
    right: -9px;
}
.top-2-slider-sec .box-c-content-photo {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 85.71% 0 0;
    position: relative;
    width: 100%;
}
.top-2-slider-sec img {
    bottom: 0;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
/*  top-2-list-title-sec
    =========================================================== */
.box-e {
    background-color: #787878;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px #a8a8a8;
    -moz-box-shadow: 0 2px 2px #a8a8a8;
    -webkit-box-shadow: 0 2px 2px #a8a8a8;
    padding-bottom: 10px;
}
.box-e-content {
    padding-top: 10px;
}
.box-e-content.row &gt; ul {
    margin: 0;
    padding-right: 35px;
    padding-left: 10px;
    min-height: 115px;
}
.box-e-content.row li {
    position: relative;
    list-style: none
}
.box-e-content h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.box-e-content a {
    color: #cecece;
}
.box-e-content a:before {
    border-color: #000;
    right: -20px;
}
.top-2-list-title-sec li a {
    display: block;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* box-m-content  ŲØŲ±ŚÆŲ²ŪŲÆŁ‡ Ł‡Ų§
============================================== */
.box-m-content {
    border-bottom: 1px solid #ebebeb;
    padding: 8px;
    position: relative;
    float: right;
    width: 100%;
}
.box-m-content:last-child {border: none}
.box-m-content-photo.right &gt; img {
    height: 80px;/*60*/
    width: 80px;
    border: 1px solid #f2f2f2;
    padding: 3px;
}
.box-m-upTitle, .box-m-title a {
    color: #676767;
    font-size: 11px;
}
.box-m-title &gt; a {
    display: block;
    font-size: 12px;
}
.box-m-title {
    font-weight: normal;
    height: 36px;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    padding-left: 20px;
}
.box-m-content-photo {
    margin-left: 8px;
}
/*.box-m-upTitle {
    color: #ef7070;
    display: block;
    font-family: IRANSansWeb;
    height: 20px;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.box-m-upTitle {
    color: #ef7070;
    display: block;
    font-family: IRANSansWeb;
    line-height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 20px;
}
.no-service .box-m-title,
.no-service .box-m-upTitle {
    padding: 0 !important;
}
.box-m-service-title {
    font-size: 12px;
}
/*  latest News
    =========================================================== */
.box-f-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 5px solid #fff;
    height: 30px;
    position: relative;
}
.box-f-header &gt; a {
    background-color: #be0000;
    border-left: 3px solid #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 140px;
}
.box-f-content {
    padding:10px;
}
.box-f-content &gt; ul {
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.box-f-content h3 {
    margin: 0;
}
.box-f-content li a {
    font-family: tahoma;
    color: #525252;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 6px;
    padding-right: 13px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.box-f-content li a:hover,
.club-sec-title &gt; a:hover {
    background-color: #b2b2b2;
    color: #424242;
    transition: all 0.3s ease;
}
.box-f-content li {/*##*/
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 3px;
    position: relative;
}
.box-f-content li:last-child {
    border: medium none;
}

/*  accordion News
    =========================================================== */
.box-g-header {
    height: 25px;
    line-height: 25px;
}
.box-g-header.cGray {
    margin-bottom: 2px;
}
.box-g-header &gt; a {
    display: block;
    font-size: 14px;
}
/*.accordion-news .box-g-header:first-child {
    border-top: 5px solid #fff;
    height: 30px;
}*/
.box-f-content.acn {/*##*/
    padding:15px;
    display: none;
}
.box-f-content.acn.active {
    display: block;
}
#acn-your-links.box-f-content.acn {
    padding: 0;
}
#acn-your-links.box-f-content.acn &gt; ul {
    padding:15px;
}


.box-f-content.ome {
    padding:11px 15px;
}
.box-f-content.ome span {
    color: #be0000;
    margin-left: 5px;
}


.box-f-content.mecof &gt; a {
    display: block;
    height: 190px;
    width: 100%;
    padding: 0
}
.box-f-content.mecof img {
    height: 100%;
    width: 100%;
}
.box-f-content.mecof &gt; a:before {
    border: medium none !important;
}
.box-f-content.mecof &gt; span {
    display: block;
    height: 56px;
}


/*  Films
    =========================================================== */
.box-h {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px #a8a8a8;
    -moz-box-shadow: 0 2px 2px #a8a8a8;
    -webkit-box-shadow: 0 2px 2px #a8a8a8;
}
.box-h-header-con {
    height: 25px;
    position: relative;
    width: 100%;
}
.box-h-header {
    float: right;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: center;
    width: 100px;
}
.box-h-header-icon {
    width: 25px;
    height: 25px;
    background: url("images/icon-film.jpg") no-repeat;
    margin:0 0 5px 5px;
    float: right;
}
.top-clip-sec-left &gt; a,
.top-clip-sec-right &gt; a{
    display: block;    
    height: auto;
    overflow: hidden;
    padding: 62.30% 0 0;
    position: relative;
    width: 100%;
}
.top-clip-sec-left &gt; a{ margin-bottom: 5px}
.top-clip-sec-left &gt; a:last-child { margin-bottom:0}
.top-clip-sec-right img,
.top-clip-sec-left img {border: 4px solid #d8d8d8; width: 100%;}
.top-clip-sec-left img,
.top-clip-sec-right img {
    bottom: 0;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.top-clip-sec-right &gt; a {
    padding: 68.43% 0 0;
}

.top-clip-sec-left &gt; a:last-child {
    margin: 0;
}
.top-clip-sec-left h3 {
    bottom: 0;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.top-clip-sec-title &gt; h3 {
    color: #222;
    font-weight: normal;
    height: 29px;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.movie-image-hover {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
.movie-image-hover:hover {
    background-color: rgba(255,255,255,0.4);
    transition: all 0.3s ease;
}
.movie-image-hover i {
    font-size: 50px;
    margin-right: -35px;
    margin-top: -35px;
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    position: absolute;
    right: 50%;
    top: 50%;
}
.top-clip-sec-right .movie-image-hover i {
    font-size: 120px;
    margin-right: -84px;
    margin-top: -92px;
}
.top-clip-sec-title {
    min-height: 65px;
    padding-right: 5px;
}
.top-clip-sec-title p {
    margin: 0;
}
.top-clip-sec-title &gt; .top-clip-desc {
    color: #222;
    display: block;
    font-family: "IRANSansWeb";
    font-size: 12px;
    height: 65px;
}

.box-i-content img {
    height: 116px;
    width: 116px;
}
.box-i-content &gt; a {
    border: 2px solid #676767;
    display: block;
}
.box-i-content {
    padding: 3px;
}
.box-i-header {
    margin: 2px 2px 0;
    text-align: center;
}

.left-club-people img {
    border: 5px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px #a8a8a8;
    -moz-box-shadow: 0 2px 2px #a8a8a8;
    -webkit-box-shadow: 0 2px 2px #a8a8a8; 
}
/* ŲŖŲØŁ„ŪŲŗŲ§ŲŖ
============================================== */
.ads .box-i-content {
    float: right;
}
.ads .box-i-content img {
    height: auto;
    width: 100%;
}
.ads .box-i-content &gt; a {
    border: medium none !important;
}

/* Ų¹Ų¶ŁŪŲŖ Ų®ŲØŲ±Ł†Ų§Ł…Ł‡
============================================== */
.newsletter-register-container &gt; input {
    border: medium none;
    height: 35px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}
.newsletter-register-container .button {
    color: #fff;
    float: left;
    height: 25px;
    width: 100px;
}
.newsletter .box-d-content {
    padding: 10px;
}
.newsletter-register-container img {
    height: 25px;
}
.newsletter-register-container .refreshCaptcha {
    height: 25px !important;
    line-height: 25px !important;
    margin: 0;
}
.refreshCaptcha {
    margin-right: 5px !important;
    width: 30px !important;
}
.refreshCaptcha i {
    position: absolute;
    right: 0;
    width: 30px;
}
.comment-message {
    display:none;
    border-radius: 2px;
    color: #fff;
    font-family: tahoma;
    font-size: 11px;
    height: 25px;
    line-height: 22px;
    padding: 0 5px;
}
.comment-message i {
    margin-left: 5px;
}
/* ŲµŁŲ­Ł‡ ŲØŁ†ŲÆŪ
============================================== */
.pagination &gt; a {
    background-color: #b2b2b2;
    display: block;
    float: right;
    height: 40px;
    line-height: 42px;
    margin-bottom: 1px;
    margin-left: 5px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 38px;
}
.pagination &gt; a.active {background-color: #be0000;}
.pagination &gt; a:last-child {
    margin-left: 0;
}
.pagination &gt; a:hover {
    background-color: #be0000;
    transform: rotate(360deg)
}


/* footer
============================================== */
#Footer {
    background-color: #484848;
}
.copyright {
    background-color: #232323;
}
.copyright &gt; p {
    color: #a8a8a8;
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.copyright span {
    color: #fff;
}
.footer-links {
    border-left: 2px solid #232323;
    border-right: 2px solid #232323;
    min-height: 70px;
}
.footer-links &gt; ul {
    margin: 0;
    padding: 0 10px;
}
.footer-links li {
    display: inline;
    list-style: outside none none;
}
.footer-links li a {
    color: #aaa;
    font-size: 13px;
    padding: 0 6px;
    position: relative;
}
.footer-links li a:before {
    color: #fff;
    content: ".";
    left: -4px;
    position: absolute;
    top: 0;
}
.footer-links li:last-child a:before {
    content: none;
}
.footer-links &gt; a {
    display: block;
    font-family: arial;
    font-size: 32px;
    text-align: center;
}
.footer-links &gt; a span {
    color: #e1e1e1;
}
.footer-logo {
    float: right;
    height: 70px;
    margin-left: 20px;
    width: 90px;
}
.footer-logo &gt; img {
    position: absolute;
    right: 0;
    top: -10px;
}
.footer-message {
    border-right: 2px solid #232323;
    color: #fff;
    float: right;
    font-size: 14px;
    height: 70px;
    margin: 0;
    padding: 47px 20px 0 0;
}
.footer-logo-2 {
    position: absolute;
    right: 127px;
}
/*  common css
    =========================================================== */
.hidden {display:none}
.dspIB {display: inline-block;width: 100%}
.dspB {display: block}
.noPad {padding:0 !important}
.noMrg {margin: 0 !important}
.pad5 {padding:5px !important}
.pad10 {padding:10px !important}
.pad15 {padding:15px !important}
.pad20 {padding:20px !important}
.pad30 {padding:30px !important}
.padRight5 {padding-right: 5px !important}
.padLeft5  {padding-left: 5px !important}
.padTop5   {padding-top: 5px !important}
.padBottom5{padding-bottom: 5px !important}
.padRight10 {padding-right: 10px !important}
.padLeft10  {padding-left: 10px !important}
.padTop10  {padding-top: 10px !important}
.padBottom10{padding-bottom: 10px !important}
.mrg5  {margin: 5px !important}
.mrg10 {margin: 10px !important}
.mrg15 {margin: 15px !important}
.mrg20 {margin: 20px !important}
.mrg30 {margin: 30px !important}
.mrgTop5 {margin-top: 5px !important}
.mrgTop10 {margin-top: 10px !important}
.mrgTop20 {margin-top: 20px !important}
.mrgTop30 {margin-top: 30px !important}
.mrgTop40 {margin-top: 40px !important}
.mrgBottom5{margin-bottom: 5px !important}
.mrgBottom10{margin-bottom: 10px !important}
.mrgBottom20{margin-bottom: 20px !important}
.mrgLeft5{margin-left: 5px !important}
.mrgLeft10{margin-left: 10px !important}
.mrgLeft20{margin-left: 20px !important}
.mrgRight5{margin-right: 5px !important}
.mrgRight10{margin-right: 10px !important}
.mrgRight20{margin-right: 20px !important}

.brd1 {border:1px solid #000 !important}

.algR {text-align: right}
.algL {text-align: left}
.algC {text-align: center}
.algJ {text-align: justify}

.cAlpha {background-color:transparent !important}
.cBlack {background-color:#000 !important}
.cWhite {background-color:#fff !important}
.cDarkGray {background-color:#323232 !important}
.cGray {background-color:#969696 !important}
.cLightGray {background-color:#a8a8a8 !important}
.cSilver {background-color:#d8d8d8 !important}
.cRed {background-color:#be0000 !important}
.cPaleGolden {background-color:#dbd590 !important}
.cLightBlue {background-color:#73b9d9 !important}
.cLip {background-color:#a14b52 !important}
.cLipB {background-color:#97343c !important}
.cLightPurple {background-color:#c2bbc4 !important}
.cGoldChrome {background-color:#a3874d !important}
.cDarkGoldChrome {background-color:#8c7037 !important}
.cBrown {background-color:#6c511a !important}
.cPaleGreen {background-color:#418689 !important}
.cPaleGreenB {background-color:#257679 !important}
.cLightGreen {background-color:#00d299 !important}
.cDarkGreen {background-color:#008d67 !important}
.cPink {background-color:#ec5d73 !important}
.cBlue {background-color:#5388cd !important}
.cSkyBlue {background-color:#399bc8 !important}
.cLightViolet {background-color:#837ba5 !important}

.cbBlack {border-color:#000 !important}
.cbWhite {border-color:#fff !important}
.cbGray {border-color:#969696 !important}
.cbLightGray {border-color:#a8a8a8 !important}
.cbSilver {border-color:#d8d8d8 !important}
.cbRed {border-color:#be0000 !important}
.cbPaleGolden {border-color:#dbd590 !important}
.cbLightBlue {border-color:#73b9d9 !important}
.cbLip {border-color:#a14b52 !important}
.cbLipB {border-color:#97343c !important}
.cbLightPurple {border-color:#c2bbc4 !important}
.cbGoldChrome {border-color:#a3874d !important}
.cDarkGoldChrome {border-color:#8c7037 !important}
.cbBrown {border-color:#6c511a !important}
.cbPaleGreen {border-color:#418689 !important}
.cbPaleGreenB {border-color:#257679 !important}
.cbLightGreen {border-color:#00d299 !important}
.cbDarkGreen {border-color:#008d67 !important}
.cbPink {border-color:#ec5d73 !important}
.cbBlue {border-color:#5388cd !important}
.cbSkyBlue {border-color:#399bc8 !important}
.cbLightViolet {border-color:#837ba5 !important}

.cbBlack:before {border-color:#000 !important}
.cbGray:before {border-color:#969696 !important}
.cbLightGray {border-color:#a8a8a8 !important}
.cbRed:before {border-color:#be0000 !important;}
.cbPaleGolden:before {border-color:#dbd590 !important;}
.cbLightBlue:before {border-color:#73b9d9 !important;}
.cbLip:before {border-color:#a14b52 !important;}
.cbLightPurple:before {border-color:#c2bbc4 !important;}
.cbGoldChrome:before {border-color:#a3874d !important;}
.cDarkGoldChrome:before {border-color:#8c7037 !important}
.cbBrown:before {border-color:#6c511a !important}
.cbPaleGreen:before {border-color:#418689 !important;}
.cbLightGreen:before {border-color:#00d299 !important}
.cbDarkGreen:before {border-color:#008d67 !important}
.cbPink:before {border-color:#ec5d73 !important;}
.cbBlue:before {border-color:#5388cd !important;}
.cbLightViolet:before {border-color:#837ba5 !important;}
.cbDarkViolet:before {border-color:#6658a1 !important}
.cbSilver:before {background-color:#d8d8d8 !important}

.crRed {color:#be0000 !important}
.crBlack {color:#000 !important}
.crGray {color:#676767 !important}
.crWhite {color:#fff !important}
.crDarkGreen {color:#008d67 !important}
.trA4 {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.trngLB10:before {
    border-bottom: 10px solid #71121a;
    border-right: 10px solid transparent !important;
    content: "";
    position: absolute;
    right: 13px;
    top: 17px;
}
.trngLB5:before {
    border-bottom: 5px solid #71121a;
    border-right: 5px solid transparent !important;
    content: "";
    position: absolute;
    right: 13px;
    top: 17px;
}
.trngLT5:before {
    border-top: 5px solid #71121a;
    border-right: 5px solid transparent !important;
    content: "";
    position: absolute;
    right: 13px;
    top: 17px;
}

.hoverLabel {
    background: url(images/download.png) no-repeat;
    bottom: 2px;
    display: block;
    height: 67px;
    position: absolute;
    right: 2px;
    width: 67px;
}
.hoverLabel i {
    color: #fff;
    position: absolute;
    right: 4px;
    top: 23px;
}

.button {
    font-size: 13px;
    height: 35px;
    border: 0 none;
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.button.t2 {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
}
.button.t2.icon {
    padding-left: 25px;
    text-align: center;
}
.button.t2.icon i {
    height: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 25px;
}
.button.cRed:hover {background-color:#9e0000 !important}
.button:before {content:none !important}
.txtCol {
    border: medium none;
    font-size: 13px;
    height: 25px;
    padding: 7px 10px;
    width: 100%;
}
.txtCol.t2 {
    height: 25px;
}
.txtCol:focus {
    background-color: #f3f3f3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
.ltrInput {
    direction: ltr;
    font-family: Arial;
    font-size: 14px;
}
.prefix {
    background-color: #fff;
    cursor: text;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    text-align: right;
    width: 100%;
}

.selectBox select {
    height: 35px;
    width: 100%
}
.row-sep {
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #ccc;
    margin: 0; 
    padding: 0;
}
.bwWrapper {
    position:relative;
    display:block;
}
/* #Media Querie
================================================== */
.row.main {
    margin-top: 5px;
}
.ads {
    background-color: #fff;
    margin-bottom: 4px;
        border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px #a8a8a8;
    -moz-box-shadow: 0 2px 2px #a8a8a8;
    -webkit-box-shadow: 0 2px 2px #a8a8a8;
}
.side-tab-news-a {
    background-color: #888;
    height: 758px;
}
.side-tab-news-b {
    background-color: #254446;
    height: 500px;
}
.magazine {
    background-color: #fff;
}


.videoplayerContainer {
    position: relative;
}
.jp-gui {
    bottom: 0;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jp-interface {
    background-color: #151515;
    height: 30px;
    position: relative;
    width: 100%;
}
.jp-controls-holderFloat a {
    display: block;
    height: 100%;
    line-height: 33px;
    text-align: center;
    width: 100%;
}
.jp-playControl {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
    z-index: 1;
}
.jp-screenChange {
    position: relative;
    float: right;
    height: 30px;
    width: 30px;
    z-index: 1;
}
.jp-volume-holder {
    position: relative;
    float: right;
    height: 30px;
    width: 30px;
    z-index: 1;
}
.jp-volume-bar {
    position:relative;
}
.jp-volume-bar-value {
    position:absolute;
    bottom: 0;
}
.jp-time-info {
    color: #fff;
    float: right;
    font-family: "IRANSansWeb";
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 80px;
}
.jp-progress {
    bottom: 0;
    height: 30px;
    left: 0;
    padding: 0 140px 0 30px;
    position: absolute;
    width: 100%;
}
.jp-seek-bar {
    background-color: #303030;
    height: 100%;
    padding: 0 10px;
    width: 100% !important;
    position: relative;
    cursor: pointer;
}
.jp-play-bar {
    background-color: #505050;
    bottom: 0;
    height: 30px;
    left: 0;
    position: absolute;
}
.jp-jplayer &gt; img {
    cursor: pointer;
}

@media only screen {
    .film-item-con {
        margin:0%;
        width: 100%;
    }
}
@media only screen and (min-width: 40.063em) {
    .film-item-con {
        margin: 0.5% 0 0.5% 1%;
        width: 32.6%;
    }
    .film-item-con.last {margin-left:0}
}
@media only screen and (max-width: 40.063em) {
    .box-d-header &gt; a {
        width: 57px;
        font-size: 13px;
    }
    .box-d-tab-header {
        right: 76px
    }
    .box-d-tab-header &gt; a {
        padding: 0 12px;
    }
    .slideshow-title {
        font-size: 14px;
        padding: 0 10px;
    }
    .slideshow-item-uptTitle {
        font-size: 11px;
    }
    .box-i-header {
        font-size: 12px;
    }
}











#Right_Ajax_Box{

    overflow-y: scroll;
    overflow-x: hidden;
    height: 1101px;
	    direction: ltr;
}

#Div_Right_Ajax_Box{
    direction: rtl;

}





.right-menu .pdfdiv a {
	background-color: #ddd;
    color: #fff;
}


.clspdf{
        width: 22px;
    display: inline-block;
    text-align: center;
    background-color: #ED1C24;
    margin: 2px;
}


.pdf_bg{
    width: 95px;
    /*height: 104px;*/
    float: right;
    /*background-image: url("/assets/SepehrNewspaper/images/logo-big.png");*/
}
.allpdf{
background-color: #D8D8D8;
}


.newsc-body {
    font-size: 14px;
    text-align: justify;
    font-family: "IRANSansWeb";
    line-height: 30px !important;
}


.news-content {
    max-width: 100%;
    padding: 20px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 2px #a8a8a8;
    -moz-box-shadow: 0 2px 2px #a8a8a8;
    -webkit-box-shadow: 0 2px 2px #a8a8a8;
}

.newsc-title {
    color: #be0000;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin: 10px 0 20px;
}

#frmArchive_new div {
    font-family: "IRANSansWeb";
}

.newsItemRight
{
    font-family: "IRANSansWeb_Bold"
}

.searchTitle
{
    color: #be0000
}

.searchMore
{
    color: #000000;
    font-family: "IRANSansWeb";
}
.news-body
{
    color: #000000;
    font-family: "IRANSansWeb";
}
.search-nav-date {
    margin: 5px;
}

.news-date
{
    color: #000000;
    font-family: "IRANSansWeb";
}

.advanced-search-tab {
    border-bottom: 2px solid;
    margin-top: 0;
    padding: 0px;
}

.advanced-search-tab &gt; li {
    display: inline;
    list-style: outside none none;
}

.txtCol.t2 {
    height: 25px;
}
.txtCol {
    border: medium none;
    font-size: 13px;
    height: 25px;
    padding: 7px 10px;
    width: 100% !important;
}
.advanced-search-row
{
    margin: 5px !important;
}
.advanced-search-con
{
    margin: -10px;
}
#search-news
{
    font-size: 13px;
}
.fontSize16
{
    font-size: 16px !important;
}
.fontSize12
{
    font-size: 12px !important;
}

.fontSize10
{
    font-size: 10px !important;
}

</pre></body></html>