@font-face {
    font-family: 'irsans-bold';
    src: url('../fonts/iransans-bold/iransansweb_bold.eot?') format('embedded-opentype'),url('../fonts/iransans-bold/iransansweb_bold.ttf') format('truetype'),url('../fonts/iransans-bold/iransansweb_bold.woff') format('woff'),url('../fonts/iransans-bold/iransansweb_bold.woff2') format('woff2')
}

@font-face {
    font-family: 'irsans';
    src: url('../fonts/iransans/iransansweb.eot?') format('embedded-opentype'),url('../fonts/iransans/iransansweb.ttf') format('truetype'),url('../fonts/iransans/iransansweb.woff') format('woff'),url('../fonts/iransans/iransansweb.woff2') format('woff2')
}

body {
    direction: rtl
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

a,a:visited {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
    color: #ff8000
}

.main-content {
    margin-top: 55px
}

.main-content .blur {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 998;
    opacity: .5
}

header .main-menu a,header .main-menu>li>span {
    font: 14px irsans;
    padding: 0 8px;
    white-space: nowrap !important;
    color: #fff
}

header .main-menu>li {
    position: relative
}

header .main-menu>li>a,header .main-menu>li>span {
    border-left: 1px solid #6b6b6b;
    cursor: pointer
}

header .main-menu .province div {
    right: -200px !important
}

header .main-menu .special div {
    right: -125px !important
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

header .main-menu>li>div {
    position: absolute;
    z-index: 999;
    right: 0;
    text-align: right;
    display: none;
    -webkit-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    animation: fadeIn 2.2s;
    opacity: 0;
    top: 24px
}

header .main-menu>li>div li a {
    color: #333
}

header .main-menu>li>div ul {
    margin-left: 20px !important;
    margin-top: 20px !important
}

header .nav-space {
    position: absolute;
    height: 0;
    background: #e3e3e3 !important;
    width: 100%;
    z-index: 998;
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

header .nav-space.open {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

header .search-box {
    background: #333 !important
}

header .search-box .oi-magnifying-glass {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

header .search-box .search-bar {
    z-index: 999;
    background: #333 !important;
    left: 175px;
    bottom: 0;
    -ms-opacity: 0;
    opacity: 0;
    width: 0;
    -ms-transition: width 1s,opacity .7s;
    -o-transition: width 1s,opacity .7s;
    -webkit-transition: width 1s,opacity .7s;
    transition: width 1s,opacity .7s
}

header .search-box .search-open {
    width: calc(100% - 287px);
    -ms-opacity: 1;
    opacity: 1
}

header .search-box .expander {
    cursor: pointer
}

header .search-bar .input-group-text,header .search-bar .search {
    background-color: #333 !important;
    border: none !important;
    color: #fff !important
}

header .search-bar button {
    cursor: pointer;
    background: none !important;
    border: none !important;
    color: #fff !important
}

header .search-bar .search {
    font: 14px irsans;
    background: #fff !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #000 !important
}

.nav-menu {
    padding-top: 70px !important
}

.nav-menu .search {
    direction: ltr;
    font: 18px irsans-bold
}

.nav-menu .search input {
    color: #333 !important
}

.nav-menu .search button {
    border: none !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    cursor: pointer
}

header .lang {
    line-height: 0;
    width: 20px
}

header .lang .dropdown-toggle {
    background: #333 url("/images/fars.png") -799px -27px no-repeat !important;
    border: none !important;
    padding: 0 5px;
    text-align: right;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font: 17px/20px irsans-bold;
    width: 20px;
    height: 25px;
    box-shadow: none !important
}

header .lang .dropdown-toggle::after {
    display: none !important
}

header .lang.show {
    border: none !important
}

header .dropdown-menu {
    background: #2d2424 !important;
    text-align: center;
    padding: 0 !important;
    font-size: inherit;
    line-height: 23px;
    margin: 0 !important;
    width: 90px !important;
    min-width: 90px !important
}

header .dropdown-menu .dropdown-item {
    color: #fff !important;
    border-bottom: 1px solid #818181;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font: 14px irsans
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important
}

header .dropdown-menu .dropdown-item:hover {
    background: none !important;
    color: #f94100 !important;
    -ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important
}

header .dropdown-menu .dropdown-item {
    -ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important
}

.diamond {
    font-size: 6px;
    color: #f94100;
    margin-top: 10px
}

.diamond .oi-caret-top {
    margin-top: -5px !important
}

.diamond .oi-caret-bottom {
    margin-top: -2px !important
}

.most .nav-tabs .active {
    background: #333 !important;
    color: #ff8000 !important
}

.most .nav-tabs .nav-item {
    height: 25px
}

.most .nav-tabs .nav-link {
    background: #686868;
    height: 25px;
    border: none !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #fff;
    font: 13px irsans-bold
}

.links {
    background: #404040
}

.links ul {
    list-style: none;
    text-align: right
}

.links ul li a {
    color: #fff;
    font: 14px irsans
}

.links span a {
    color: #f94100
}

.nav-menu .accordions .card {
    border: none !important
}

.nav-menu .accordions .card a {
    border: none !important;
    color: #fff;
    font-size: 14px
}

.nav-menu .accordions .card-header {
    background: #434343
}

.nav-menu .accordions .card-header a {
    color: #fff;
    font: 15px irsans
}

.nav-menu .accordions .card-body {
    background: #2e2e2e
}

.section-title .title {
    font: 18px irsans-bold;
    border-right: 2px solid #ff8000 !important;
    padding-right: 4px
}

.section-title .arrow {
    background: #e6e6e6;
    color: #ff8000
}

.news-list-small .index {
    font: 18px irsans-bold;
    color: #f94100
}

.news-list-small .title {
    font: 15px irsans-bold;
    color: #000
}

.news-list-small .publish-time {
    bottom: -12px;
    left: 0;
    color: #f94100;
    background: #fff;
    font: 15px irsans
}

.news-list-small .oi-video,.news-list-small .oi-camera-slr {
    color: #5b5b5b
}

.links div span {
    float: right;
    display: block;
    color: #f94100;
    width: 100%;
    text-align: right
}

.menu-expander {
    cursor: pointer;
    padding-top: 1px !important
}

.news-serv .service {
    display: flex;
    flex-direction: column
}

.news-serv .service ul {
    border-right: 1px solid #737171;
    padding-right: 10px !important
}

.news-serv .service span {
    padding-right: 10px !important;
    font: 14px irsans;
    margin-bottom: 3px
}

.footer {
    background: #222
}

.footer .social ul,.nav-menu .social ul {
    direction: ltr;
    display: flex
}

.footer .social li,.nav-menu .social li {
    display: inline-block;
    width: 37px;
    height: 35px;
    display: flex
}

.footer .social li a,.nav-menu .social li a {
    width: 100%
}

.footer .social .sorush,.nav-menu .social .sorush {
    background: url("/images/fars.png") -528px -23px no-repeat
}

.footer .social .eita,.nav-menu .social .eita {
    background: url("/images/fars.png") -686px -23px no-repeat
}

.footer .social .igap,.nav-menu .social .igap {
    background: url("/images/fars.png") -648px -23px no-repeat
}

.footer .social .bale,.nav-menu .social .bale {
    background: url("/images/fars.png") -723px -23px no-repeat
}

.footer .social .wispi,.nav-menu .social .wispi {
    background: url("/images/fars.png") -609px -23px no-repeat
}

.footer .social .insta,.nav-menu .social .insta {
    background: url("/images/fars.png") -568px -23px no-repeat
}

.footer .social .twitter,.nav-menu .social .twitter {
    background: url("/images/fars.png") -447px -23px no-repeat
}

.footer .social .rss,.nav-menu .social .rss {
    background: url("/images/fars.png") -758px -23px no-repeat
}

.contact-site li {
    border-left: 1px solid #ff8000;
    padding: 0 50px;
    color: #fff
}

.contact-site li a {
    color: #a3a3a2;
    font: 14px irsans-bold
}

.contact-site li:last-child {
    border-left: none
}

.copy-right .logo-left-box span {
    color: #ff8000;
    font-family: tahoma
}

.copy-right .logo-left-box span:first-of-type {
    font-size: 23px
}

.copy-right .logo-left-box span:last-of-type {
    font-size: 16px;
    line-height: 28px
}

.copy-right .logo-left {
    width: 64px;
    height: 50px;
    background: url(/images/fars.png) no-repeat -90px -10px
}

.copy-right .license * {
    font-size: 12px;
    color: #848484
}

.main-menu>li:hover>a,header .main-menu>li>span:hover,.main-menu>li div li:hover>a,.links ul li:hover a,.contact-site li:hover a,#back-to-top:hover .oi-chevron-top {
    color: #ff8000 !important;
    -ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important
}

.main-menu>li>a,.main-menu>li div li>a,.links ul li a,.contact-site li a,#back-to-top .oi-chevron-top {
    -ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important
}

.most ul li:last-child {
    border-bottom: none !important
}

.nav-menu .search input {
    height: 35px
}

@media(max-width: 768px) {
    .contact-site li {
        padding:0 10px !important
    }
}

@media(max-width: 385px) {
    .copy-right .logo-left-box span {
        display:none !important
    }
}

@media(max-width: 400px) {
    header .left-box {
        margin-left:0 !important
    }

    header .bot,header .bot .container {
        background: #f94100 !important
    }

    header .top,header .top .container {
        background: #2d2424 !important
    }
}

@media(min-width: 576px) {
    .container {
        max-width:540px !important
    }
}

@media(max-width: 576px) {
    header .left-box {
        padding-left:20px !important
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px !important
    }

    .contact-site li {
        padding: 0 20px !important
    }

    .d-md-flex-n {
        display: flex !important
    }
}

@media(min-width: 992px) {
    .container {
        max-width:986px !important
    }

    .d-l-inline-block-n {
        display: inline-block !important
    }

    .d-l-flex-n {
        display: flex !important
    }

    .d-l-none-n {
        display: none !important
    }
}

@media(min-width: 1300px) {
    .container {
        max-width:1200px !important
    }

    .d-xl-inline-block-n {
        display: inline-block !important
    }

    .main-menu .multimedia {
        display: none !important
    }
}

@media(max-width: 991px) {
    .main-menu .province,.main-menu .culture {
        display:none !important
    }

    header .logo-right {
        margin-right: 0 !important
    }
}

@media(max-width: 1000px) {
    header .logo-right,header .logo-right-small {
        margin-right:20px !important
    }
}

@media(max-width: 1300px) {
    header .logo-left,header .logo-left-small {
        display:none !important
    }

    header .left-box {
        margin-left: 0 !important
    }

    .main-menu .photo,.main-menu .video {
        display: none !important
    }

    .main-menu .multimedia {
        display: block !important
    }

    .main-menu .scientific .title,.main-menu .culture .title1 {
        display: none !important
    }

    .main-menu .culture .title2 {
        display: inline !important
    }

    header .search-box .search-bar {
        left: 90px
    }

    header .search-box .search-open {
        width: calc(100% - 202px)
    }
}

.main-menu .scientific .title,.main-menu .culture .title1 {
    display: inline
}

.main-menu .culture .title2 {
    display: none
}

@media(max-width: 1000px) {
    header .search-box .search-open {
        width:calc(100% - 222px)
    }
}

@media(max-width: 576px) {
    header .left-box .search-box {
        display:none
    }

    .nav-menu .search {
        display: block !important
    }

    .desktop .text {
        width: 84px !important
    }
}

@media(max-width: 326px) {
    .desktop .text {
        display:none !important
    }
}

@media(max-width: 1600px) {
    .man-menu-box {
        width:auto !important
    }
}

.padding-normal {
    padding-right: 6px !important;
    padding-left: 6px !important
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e9ebec;
    color: #444;
    cursor: pointer;
    border: 0;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .3s ease-out;
    -ms-opacity: 0;
    opacity: 0
}

#back-to-top:hover {
    opacity: 1 !important
}

#back-to-top.show {
    opacity: .8
}

.o-hidden {
    overflow: hidden !important
}

.shahrekhabar {
    width: 100% !important;
    height: 145px !important;
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999
}

.sh-header {
    margin-top: 145px !important
}

.sh-maincontent {
    margin-top: 200px !important
}

.sh-navmenu {
    margin-top: 140px !important
}

.desktop {
    color: #fff !important;
    font: 14px/10px irsans;
    cursor: pointer;
    z-index: 99999
}

.desktop .oi {
    font-size: 16px !important
}

@media(min-width: 992px) and (max-width:1300px) {
    .main-menu-province .fna,.main-menu-province .province {
        display:none !important
    }

    header .left-box .search-box {
        display: none !important
    }

    .nav-menu .search {
        display: block !important
    }
}

.tooltip {
    font: 13px irsans !important
}

.bottom-banner {
    right: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    z-index: 99999 !important
}

.bottom-banner .close {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 0 20px 20px 0;
    background: none !important;
    box-shadow: none !important
}

.main-menu .multimedia>div {
    margin-right: -200px !important
}

main .date {
    left: 83px;
    top: 1px;
    font: 14px irsans;
    color: #6c6c6c
}

@media(min-width: 577px) and (max-width:1300px) {
    main .date {
        left:3px !important
    }
}

@media(max-width: 576px) {
    main .date {
        left:8px !important
    }
}

.most li .index {
    background: #f1f1f1 !important;
    padding: 0 5px !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    text-align: center !important;
    width: 30px !important;
    height: 30px !important
}

.most li .text {
    width: calc(100% - 35px) !important
}

html {
    -moz-scroll-behavior: smooth;
    scroll-behavior: smooth
}

.news-list-small .title h3 {
    font: 13px irsans !important
}

.news-list-small .title {
    font: 13px irsans !important
}

main {
    background: #fff
}

.top-fars .content {
    background: #f7f6f6
}

.top-fars .content>div,.top-fars .content ul li {
    border-bottom: 1px solid #fff !important
}

.top-fars .content .top {
    font: 16px/27px irsans-bold
}

.top-fars .content ul li a {
    font: 14px irsans;
    color: #4f4d4d;
    border-color: #fff !important
}

.top-fars .content ul li:last-child {
    border-bottom: none !important
}

.nt-frame .header {
    font-family: irsans-bold
}

.nt-frame .header .category-name,.nt-frame .header .category-name a {
    font-size: 16px;
    color: #ff8000
}

.nt-frame .header .category-name a:hover {
    color: #fd9d3b
}

.nt-frame .header .print,.nt-frame .header .short-url {
    height: 19px
}

.nt-frame .header .short-url .fas,.nt-frame .header .print a {
    cursor: pointer;
    color: #f0af00
}

.nt-frame .header .short-url .fas:hover,.nt-frame .header .print a:hover,.rel-news li a:hover h4,.top-fars ul li a:hover {
    color: #ff8000 !important
}

.nt-frame .header .short-url .fa-fast-forward:hover,.nt-frame .header .short-url .fas,.nt-frame .header .print a:hover,.nt-frame .header .print a,.rel-news li a:hover h4,.rel-news li a,.tags a,.nt-frame .header .category-name a:hover,.nt-frame .header .category-name a,.nt-frame .header .cmnt-count:hover a span,.nt-frame .header .cmnt-count a span,.nt-frame .header .like-news .fas:hover,.nt-frame .header .like-news .fas,.nt-frame .header .font-size .plus-minus:hover,.nt-frame .header .font-size .plus-minus,.social-share li:hover a,.social-share li a,.top-fars .content ul li:hover a,.top-fars .content ul li a,.top-fars .content .top:hover,.top-fars .content .top,.news-list-small .title:hover a,.news-list-small .title a {
    -ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important
}

.nt-frame .header .short-url>div {
    background: #ff8000;
    color: #fff;
    width: 180px;
    padding: 10px;
    height: 40px;
    right: 0;
    font-size: 14px
}

.nt-frame .header .publish-time {
    font-size: 16px;
    color: #ff8000
}

.print-surl .btn-copy {
    width: 16px;
    height: 16px;
    color: #fff
}

.print-surl .btn-copy span {
    color: #fff !important
}

.print-surl .btn-copy:hover {
    color: #e5e5e5 !important
}

.share .btn-copy:hover {
    cursor: pointer
}

.nt-frame .header .cmnt-count:hover {
    cursor: pointer;
    color: #ff8000
}

.nt-frame .header .cmnt-count span:last-child,.nt-frame .header .like-news span:last-child {
    color: #474747;
    font-size: 22px;
    line-height: 0
}

.nt-frame .header .like-news .oi-fire {
    color: #585858;
    cursor: pointer;
    font-size: 19px;
    top: -1px
}

.nt-frame .header .like-news .oi-fire:hover {
    color: #f00
}

.nt-frame .header .font-size .plus-minus {
    color: #474747;
    font-size: 13px;
    cursor: pointer
}

.nt-frame .header .font-size .plus-minus:hover {
    color: #ff8000
}

.nt-frame .header .font-size .oi-pencil {
    top: -2px
}

.nt-frame .title {
    font: 20px/27px irsans-bold
}

.nt-frame .headline {
    font: 15px irsans-bold;
    color: #646464
}

.nt-frame .lead {
    font: 16px irsans;
    color: #646464;
    background: #f1f1f1
}

.nt-frame .nt-body {
    font: 17px irsans
}

.nt-frame .nt-body p {
    margin-bottom: 15px !important;
    text-align: justify;
    word-wrap: break-word
}

.nt-frame .nt-body a:link {
    color: #0000d9
}

.nt-frame .nt-body a:visited {
    color: #b02525
}

.nt-frame .nt-body table {
    width: 100% !important
}

.nt-frame .nt-body img {
    width: 100% !important
}

.nt-frame .nt-body ul {
    list-style: unset !important;
    margin-right: 15px !important
}

.section-title {
    background: #fff !important
}

.share>div {
    background: #e9fafc
}

.share>div a {
    color: #004ab7;
    padding-bottom: 3px
}

.newstext-visited {
    background: #fff
}

.visit-comment .tab-content {
    overflow-y: hidden
}

.most .news-list-small {
    background: #f1f1f1
}

.most .oi-chevron-bottom {
    left: 1px
}

.most ul li:last-child,.top-news ul li:last-child {
    border-bottom: none !important
}

.social-share {
    width: 100%;
    height: 83px;
    margin-top: 320px;
    z-index: 980
}

.social-share ul {
    width: 37px
}

.social-share-mob ul {
    width: 100%
}

.social-share li,.social-share-mob li {
    width: 43px;
    height: 37px;
    direction: ltr;
    display: flex;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.social-share li a,.social-share-mob li a {
    width: 100%;
    height: 100%;
    display: block
}

.social-share li:hover {
    background-position-x: 0;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tooltip {
    font: 13px irsans !important
}

.social-share .twitter,.social-share-mob .twitter {
    background: url("/Template/images/social-news.png") -46px -45px no-repeat
}

.social-share .fb,.social-share-mob .fb {
    background: url("/Template/images/social-news.png") -46px -85px no-repeat
}

.social-share .telegram,.social-share-mob .telegram {
    background: url("/Template/images/social-news.png") -46px -161px no-repeat
}

.social-share .whatsapp,.social-share-mob .whatsapp {
    background: url("/Template/images/social-news.png") -46px -5px no-repeat
}

.social-share .gmail,.social-share-mob .gmail {
    background: url("/Template/images/social-news.png") -46px -123px no-repeat
}

.top-service,.top-news {
    background: #f1f1f1
}

.top-service .title span:first-child {
    background: #f94100;
    border: none !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 2px 7px !important;
    font: 16px irsans-bold;
    color: #fff
}

.sotitr-r {
    float: right;
    border-top: solid 3px #ffdcb9;
    width: 250px;
    padding: 9px 10px;
    margin-left: 17px
}

.sotitr-l {
    float: left;
    border-top: solid 3px #ffdcb9;
    width: 250px;
    padding: 9px 10px;
    margin-right: 17px
}

.sotitr-r::before,.sotitr-l::before,.sotitr-w::before {
    font-family: "Icons";
    content: "î—";
    float: right;
    margin-top: 6px;
    margin-left: 6px;
    margin-bottom: 7px;
    width: 100%
}

.sotitr-r::after,.sotitr-l::after,.sotitr-w::after {
    font-family: "Icons";
    content: "î–";
    float: left
}

.login-edit {
    border: 1px dashed #ff8000;
    font-family: irsans
}

.login-edit h5 {
    color: #000;
    font-size: .8rem
}

.login-edit h6 {
    color: #646464;
    font-size: 13px
}

#modalChangeBody .modal-dialog {
    max-width: 1000px !important
}

#news-not-edit,#news-edit {
    font-family: irsans !important;
    max-height: 500px;
    overflow-y: scroll;
    color: #212529;
    line-height: 1.8;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100
}

#modalChangeBody {
    font-family: irsans;
    text-align: right
}

#news-not-edit::-webkit-scrollbar-track,#news-edit::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e3e3e3;
    background-color: #999
}

#news-not-edit::-webkit-scrollbar,#news-edit::-webkit-scrollbar {
    width: 2px;
    background-color: #e3e3e3;
    border-radius: 4px
}

#news-not-edit::-webkit-scrollbar-thumb,#news-edit::-webkit-scrollbar-thumb {
    background-color: #999
}

#news-not-edit,#news-edit {
    scrollbar-color: #999 #e3e3e3;
    scrollbar-width: thin
}

#modalChangeBody .time span,#modalChangeBody .status span {
    color: #f94100;
    font-size: 14px
}

#modalChangeBody .time,#modalChangeBody .status {
    color: #333;
    font-size: 14px
}

#modalChangeBody .new {
    font-size: 14px;
    font-weight: bold;
    background: #6bfcac;
    padding: 0 10px
}

#modalChangeBody .old {
    font-size: 14px;
    font-weight: bold;
    background: #fc6b6b;
    padding: 0 10px
}

.diffdel {
    background: #fc6b6b;
    text-decoration: none
}

.diffins,.diffmod {
    background: #6bfcac;
    text-decoration: none
}

.d-none-login {
    display: none
}

.fars-user {
    border-radius: 4px
}

.fars-user img {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px
}

#user-edited {
    display: none
}

#user-edited .title {
    color: #ff8000;
    font: 17px irsans-bold
}

.toast {
    font-family: irsans;
    text-align: right
}

.btns-edit span,.btns-edit button,.btns-edit a {
    white-space: nowrap
}

.suggest-home-page {
    padding: 10px;
    border-radius: 4px;
    border: 1px dashed #ff8000;
    min-height: 84px
}

.suggest-home-page i {
    font-size: 25px;
    color: #f94100;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f94100;
    border-radius: 50px
}

.suggest-home-page span {
    font-family: "irsans";
    transition: .3s;
    cursor: pointer;
    font-size: .8rem
}

.suggest-home-page span:hover {
    color: #ff8000
}

.news-data .top figure {
    min-height: 369px
}

@media(max-width: 470px) {
    .sotitr-r,.sotitr-l {
        width:100% !important
    }
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:600px !important
    }
}

@media(max-width: 600px) {
    .header .category-name,.header .publish-time {
        width:100%;
        font-size: 14px !important
    }

    .header .category-name span a {
        font-size: 14px !important
    }

    .header .publish-time {
        margin-top: 5px
    }

    .header .print-surl,.header .cmnt-other {
        width: 50%
    }

    .header .print-surl {
        -ms-flex-pack: start !important;
        -o-justify-content: flex-start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .header .cmnt-other {
        -ms-flex-pack: end !important;
        -o-justify-content: flex-end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }
}

@media(max-width: 1300px) {
    .social-share ul {
        width:24px
    }

    .news-data .top figure {
        min-height: 303px
    }
}

@media(max-width: 992px) {
    .news-data .top figure {
        min-height:362px
    }
}

@media(max-width: 575px) {
    .social-share li {
        border-bottom:none !important
    }

    .news-data .top figure {
        min-height: 173px !important
    }
}

video {
    background: #000 !important;
    margin: 0 auto;
    display: table
}

.rel-news .title,.tags .title {
    color: #ff8000;
    font: 17px irsans-bold
}

.rel-news li a,.rel-news li a h3 {
    font: 15px irsans;
    color: #0000d9
}

.tags a {
    font: 15px irsans;
    color: #3b3b3b;
    background: #e9ecef;
    padding: 0 4px
}

.tags a:hover {
    background: #ff8000 !important;
    color: #fff !important
}

.tags .special {
    font: 15px irsans;
    color: #fff;
    background: #ff8000;
    padding: 0 8px
}

.a2a_kit {
    background: #e9fafc
}

@media(min-width: 992px) and (max-width:1300px) {
    .a2a_kit .a2a_button_yahoo_mail {
        display:none !important
    }
}

@media(min-width: 576px) and (max-width:768px) {
    .a2a_kit .a2a_button_yahoo_mail,.a2a_kit .a2a_button_google_gmail {
        display:none !important
    }
}

.top-fars .content>div img {
    -ms-transition: .3s filter linear;
    -o-transition: .3s filter linear;
    -webkit-transition: .3s filter linear;
    transition: .3s filter linear
}

.top-fars .content>div:hover img {
    -webkit-filter: brightness(115%) contrast(115%);
    -moz-filter: brightness(115%) contrast(115%);
    filter: brightness(115%) contrast(115%);
    -ms-transition: .3s filter linear;
    -o-transition: .3s filter linear;
    -webkit-transition: .3s filter linear;
    transition: .3s filter linear
}

.market span {
    font: 13px irsans
}

.tooltip {
    font: 13px irsans !important
}

@media(min-width: 1300px) {
    video {
        width:640px !important;
        height: 360px !important
    }
}

@media(min-width: 992px) and (max-width:1299px) {
    video {
        width:100% !important;
        height: auto !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    video {
        width:640px !important;
        height: 360px !important
    }
}

@media(max-width: 767px) {
    video {
        width:100% !important;
        height: auto !important
    }
}

.ads-native .title-box {
    background: #87dcf9
}

.ads-native .title-box .title {
    font: 18px irsans-bold
}

.ads-native .news-list-small li {
    background: #e9fafc
}

.news-list-small li .index {
    background: #fff !important;
    padding: 0 5px !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    text-align: center !important;
    width: 30px !important;
    height: 30px !important
}

.news-list-small li .text {
    width: calc(100% - 40px) !important
}

.related-campaign {
    font: 13px irsans !important;
    background: #fff;
    box-shadow: 0 3px 10px 2px rgba(0,0,0,.07);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.09) !important
}

.related-campaign .info .sub {
    color: #666;
    font-weight: bold
}

.related-campaign .info h5 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0
}

.related-campaign .info .items {
    color: #666
}

.related-campaign .info .items i {
    color: #aaa;
    margin-left: 4px
}

.related-campaign .like {
    border: 3px solid #f1f1f1;
    width: 47px;
    height: 47px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}

.related-campaign .like img {
    width: 30px
}

.related-campaign .info i {
    color: #37c196 !important
}

.related-campaign .count {
    color: #9a9a9a;
    font-size: 16px;
    margin: 0 0 0 10px
}

.wi-srch {
    color: inherit !important
}

.img-admiration {
    min-width: 50px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    background: url("/images/admiration.png") no-repeat;
    background-size: 63%;
    background-position: center center;
    cursor: pointer
}

.img-admiration-active {
    min-width: 50px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    background: url("/images/admiration-active.png") no-repeat;
    background-size: 63%;
    background-position: center center
}

.img-wiki-edit {
    min-width: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    background: url("/images/edit-user.png") no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block
}

.info-edit {
    font-size: .8rem
}

.admiration-top {
    min-width: 25px !important;
    width: 25px !important;
    height: 50px !important;
    min-height: 50px !important;
    background: url("/images/admiration.png") no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block
}

.widgets {
    background: #fff
}

.widgets ul li {
    height: 32px;
    float: right;
    width: 32px;
    background: #333;
    padding: 6px 3px 6px;
    transition: all .2s;
    border-radius: 3px;
    cursor: pointer
}

.widgets ul li a {
    float: right;
    padding-right: 30px;
    transition: all .2s;
    background: url(/images/widgets.png) right -4px no-repeat;
    height: 22px;
    width: 24px;
    color: #000;
    margin-top: 0
}

.widgets ul li:hover {
    background: #f57f1f
}

.widgets ul li:hover a {
    color: #fff
}

.widgets .leagues a {
    background-position: -39px -48px
}

.widgets .leagues:hover a {
    background-position: -4px -48px
}

.widgets .curreny a {
    background-position: -39px -267px
}

.widgets .curreny:hover a {
    background-position: -4px -267px
}

.widgets .interior-cars a {
    background-position: -39px -222px
}

.widgets .interior-cars:hover a {
    background-position: -4px -222px
}

.widgets .gold a {
    background-position: -38px -751px
}

.widgets .gold:hover a {
    background-position: -1px -751px
}

.widgets .bource a {
    background-position: -39px -4px
}

.widgets .bource:hover a {
    background-position: -3px -4px
}

.widgets .more a {
    background-position: -39px -676px
}

.widgets .more:hover a {
    background-position: -3px -676px
}

.widgets .foreign-cars a {
    background-position: -38px -713px
}

.widgets .foreign-cars:hover a {
    background-position: -2px -713px
}

.widgets .camera a {
    background-position: -40px -180px
}

.widgets .camera:hover a {
    background-position: -4px -180px
}

.widgets .console a {
    background-position: -39px -573px
}

.widgets .console:hover a {
    background-position: -3px -573px
}

.widgets .construction a {
    background-position: -39px -398px
}

.widgets .construction:hover a {
    background-position: -3px -398px
}

.widgets .global-products a {
    background-position: -40px -92px
}

.widgets .global-products:hover a {
    background-position: -4px -92px
}

.widgets .laptop a {
    background-position: -39px -354px
}

.widgets .laptop:hover a {
    background-position: -4px -354px
}

.widgets .metal-iron a {
    background-position: -38px -312px
}

.widgets .metal-iron:hover a {
    background-position: -3px -312px
}

.widgets .mobile a {
    background-position: -39px -530px
}

.widgets .mobile:hover a {
    background-position: -4px -530px
}

.widgets .tablet a {
    background-position: -39px -442px
}

.widgets .tablet:hover a {
    background-position: -4px -442px
}

.widgets .tv a {
    background-position: -39px -135px
}

.widgets .tv:hover a {
    background-position: -4px -135px
}

.widgets .exc {
    cursor: auto !important;
    background: #fff !important
}

.comments {
    background: #fff
}

.comments .title {
    background: #ff8000;
    color: #fff;
    font: 18px irsans-bold;
    width: 138px
}

.comments {
    font: 15px irsans;
    text-align: right;
    color: #425d80
}

.comments form .input-group-text {
    border: none !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #e9e9e9 !important
}

.comments form input {
    border: none !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important
}

.comments form .form-control {
    font-size: 15px !important;
    background: #e9e9e9 !important;
    border: none
}

.show-comments .name {
    font-family: irsans-bold !important;
    color: #2f425c
}

.show-comments span {
    -ms-opacity: .8;
    opacity: .8
}

.show-comments .date {
    color: #777
}

.show-comments .cmnt {
    color: #2f425c;
    text-align: justify;
    white-space: pre-wrap
}

.show-comments .reply-btn {
    color: #d14027
}

.show-comments .reply-btn .btn {
    background-color: rgba(255,255,255,0) !important;
    padding: 0 !important;
    color: #d14027;
    font-size: 18px
}

.show-comments .reply-btn .oi-share {
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 14px;
    top: 3px
}

.show-comments .reply-item>div {
    background: #ededed;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.show-comments .reply-item .oi-caret-top {
    top: -11px;
    right: 20px;
    font-size: 15px;
    color: #ededed
}

.modal-header .close {
    margin-left: 0 !important
}

.reply-like .like-box {
    margin-top: 5px;
    color: #2f425c
}

.reply-like .like-box .oi-heart {
    cursor: pointer
}

.liked {
    color: #d14027;
    cursor: default !important
}
