@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb(FaNum).woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/ttf/IRANSansWeb(FaNum).ttf")
    format("truetype");
}
html {
    /*width: auto !important;*/
    /*overflow-x: hidden !important;*/
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
body {
    background-color: #e9e9e9;
    font-family: IRANSans !important;
    font-weight: 300;
    overflow-x: hidden !important;
    direction: ltr;
}
body:before {
    display: none;
}
body:after {
    display: none;
}
header {
    padding: 15px;
    background-color: white;
    /*background-color: #25282a !important;*/
    color: #000!important;
    box-shadow: 0 2px 0px #c3c3c3;
    direction: rtl;
}
button:focus {
    outline: none !important;
}
.main_logo {
    width: 140px;
}
.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}

#top_search_bar {
    padding: 10px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    min-height: 78px;
    padding-top: 19px;
}
#top_search_bar_input {
    width: 100%;
    min-height: 40px;
    padding-right: 7px;
    border: 0;
}
#top_search_bar_input:focus {
    outline: none;
}

#top_search_bar .fa-search {
    font-size: 15pt;
    margin-top: 10px;
    cursor: pointer;
    color: #868686;
    margin-left: 10px;
}
#top_search_bar .fa-search:hover {
    color: black;
}

#top_search_bar .fa-times {
    font-size: 15pt;
    margin-top: 10px;
    cursor: pointer;
    color: #868686;
    margin-left: 10px;
}
#top_search_bar .fa-times:hover {
    color: red;
}

#show_top_search_bar {
    font-size: 15pt;
    margin-top: 10px;
    cursor: pointer;
    color: #868686;
    /*color: #fff!important;*/
    margin-left: 10px;
}

#show_main_menu {
    color: #525252;
}

.hide {
    display: none;
}

#main_menu_sheet {
    border-top: solid 1pt #797979;
    margin-top: 15px;
    padding: 15px;
    padding-top: 30px;
}

#main_menu_sheet h6 {
}
#main_menu_sheet ul {
    font-size: 14pt;
    line-height: 25pt;
    list-style: square;
    color: #eb5b32;
}
#main_menu_sheet ul li {
}
#main_menu_sheet a {
    color: #767676;
    /*color: #fff!important;*/
    text-decoration: none;
    /*word-spacing: -3pt;*/
}
#main_menu_sheet a:hover {
    color: #438332;
}

.slidetop {
}
.slidetop .bigpagetopimage {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 3px #7b7b7b;
    position: relative;
}

.slidetop .bigpagetopimage .titlesection {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 110px 30px 30px 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.slidetop .bigpagetopimage .titlesection p {
    font-size: 22pt;
    font-weight: 500;
    color: white;
    /*word-spacing: -3pt;*/
    margin-bottom: 0;
}

.midlevelnews {
}

.midlevelnews .midlevelnewsitem {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 3px #7b7b7b;
    position: relative;
}
.midlevelnews .midlevelnewsitem .titlesection {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.midlevelnews .midlevelnewsitem .titlesection p {
    font-size: 13pt;
    font-weight: bold;
    color: white;
    /*word-spacing: -1pt;*/
    margin-bottom: 0;
    text-shadow: 0 0 10px black;
}

.namayandelinks {
    text-align: center;
}
.namayandelinks .namayandeitem {
    /* margin: 5px; */
}
.namayandelinks .namayandeitem img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .namayandelinks .namayandeitem img {
        height: auto;
    }
}

.namayandelinks .ishot img {
    width: 80px;
    height: 80px;
}
.namayandelinks .ishot {
    border: solid 2pt #eb5b32;
    padding: 10px;
}

.namayandepagedetails {
    padding-top: 15px;
    margin-bottom: 30px;
}
.namayandepagedetails .namayandeitem {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    border: solid 2pt #438332;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    padding-top: 8px;
}
.namayandepagedetails .namayandeitem img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.namayandepagedetails .cityname {
    margin-top: 7px;
    color: #eb5b32;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 11pt;
}
.namayandepagedetails .votecount {
    font-weight: 400;
    color: gray;
    font-size: 12pt;
    margin-bottom: 0;
}
.namayandepagedetails .fullname {
    font-size: 14pt;
    font-weight: 600;
}
.namayandepagedetails .tahsilat {
    font-size: 13pt;
    font-weight: 300;
    margin-bottom: 0;
}

.medialast_mod {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 3px #7b7b7b;
}
.medialast_mod .icondiv {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    /* width: 40px; */
    padding-right: 11px;
    padding-left: 11px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}
.medialast_mod .icondiv span{
    font-size: 10pt;
    vertical-align: top;
    margin-right: 5px;
    /*word-spacing: -3px;*/
}
.medialast_mod .titlediv {
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 60px 20px 20px 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.medialast_mod .titlediv p {
    text-align: right;
    color: white;
    font-size: 13pt;
    /*word-spacing: -2pt;*/
    font-weight: 600;
    margin-bottom: 0;
}

.newsitemdefimg {
    height: 120px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .newsitemdefimg {
        height: 270px;
    }
}

@media screen and (max-width: 350px) {
    .newsitemdefimg {
        height: 190px;
    }
}

.live-badge {
    background-color: red;
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    font-size: 10pt;
}
.rotitr {
    margin-bottom: 5px;
    /*word-spacing: -2pt;*/
}
.titr {
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
    /*word-spacing: -1pt;*/
    text-decoration: none;
    font-size: 13pt;
}
.minitext {
    /*word-spacing: -2pt;*/
}

.moreitemsbtn {
    border-radius: 30px;
    border: 0;
    padding: 5px 38px;
    background-color: green;
    color: white;
}

.sidebox {
    background-color: white;
    box-shadow: 0 0 3px #bdbdbd;
    background-repeat: no-repeat;
    background-position: left top;
}
.sidebox .titlebadge {
    background-color: #ea5a31;
    display: inline-block;
    padding: 8px;
    padding-left: 20px;
    padding-right: 30px;
    border-radius: 30px 0 0 30px;
    color: white;
    /*word-spacing: -3pt;*/
    font-weight: 900;
}

.sidebox .morebadge {
    background-color: green;
    padding: 8px;
    padding-right: 20px;
    padding-left: 30px;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    color: white;
    float: left;
}
.sidebox .morebadge a {
    color: white;
}

.horenrow {
    background-color: white;
    box-shadow: 0 0 3px #bdbdbd;
    background-repeat: no-repeat;
    background-position: left top;
    direction: rtl;
}

.horenrow .titlebadge {
    background-color: #ea5a31;
    display: inline-block;
    padding: 8px;
    padding-left: 20px;
    padding-right: 30px;
    border-radius: 30px 0 0 30px;
    color: white;
    /*word-spacing: -3pt;*/
    font-weight: 900;
}
.horenrow .horenrowtabslist {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 7px;
}
.horenrow .horenrowtabslist .active {
    background-color: green;
    color: white;
}
.horenrow .horenrowtabslist li {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #ececec;
    padding-right: 7px;
    padding-left: 7px;
    cursor: pointer;
    color: #ea5a31;
    border-radius: 6px;
    padding-top: 1px;
    padding-bottom: 2px;
}
.horenrow .morebadge {
    background-color: green;
    padding: 8px;
    padding-right: 20px;
    padding-left: 30px;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    color: white;
    float: left;
}
.horenrow .morebadge a {
    color: white;
}
.horenrow .horenrowboxitem {
    padding: 30px;
}
.horenrow .horenrowboxitem .horenrowdefimg {
    height: 250px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.horenrow .horenrowboxitem .horenrowdeftitle {
    text-align: right;
    /*word-spacing: -2pt;*/
    font-weight: 600;
    color: black;
}
.horenrow .horenrowboxitem .authorname {
    font-size: 10pt;
    margin-bottom: 0;
    color: #ea5a31;
    font-weight: 600;
}
.horenrow .horenrowboxitem a {
    text-decoration: none;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    width: 10px;
    height: 10px;
    background-color: #b5b5b5;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots .slick-active {
    width: 20px;
    background-color: #6d6d6d;
    border-radius: 20px;
}
.slick-dots li button {
    font-size: 0;
    border: 0;
    padding: 0;
}
*/ #tommorownews_beforeday {
       margin-bottom: 0;
       display: inline-block;
       cursor: pointer;
       text-decoration: underline;
   }
#tommorownews_activeday {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}
#tommorownews_nextday {
    margin-bottom: 0;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
}
.deactiveball {
    background-color: #ddd;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    z-index: 5;
    position: relative;
}
.activeball {
    background-color: #ea5a31;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-shadow: 0 0 10px orange;
    z-index: 5;
    position: relative;
    float: none;
    margin: 0 auto;
}
.nextnewstimeline {
    margin-bottom: -7px;
    z-index: 0;
    position: relative;
}
#targetAppendTommorowNewsContent {
}
#targetAppendTommorowNewsContent img {
    max-width: 100%;
    max-height: 300px;
}
#targetAppendTommorowNewsContent p {
}
.tommorownews_dayitemslist {
    line-height: 25pt;
    color: green;
    margin-top: 50px;
}
.tommorownews_dayitemslist .tommorownews_dayitem {
    cursor: pointer;
}
.tommorownews_dayitemslist .active {
    color: #ea5a31;
    cursor: auto;
    list-style-type: square;
    font-weight: 600;
}

.verkarshenas {
    background-color: white;
    box-shadow: 0 0 10px #bdbdbd;
    padding-top: 30px;
    background-size: 300px;
}
.verkarshenas .vkheader {
    background-color: #20ae8c75;
    border-radius: 0 20px 20px 0;
    margin-right: 30px;
    padding: 5px;
    position: relative;
    margin-bottom: 15px;
    padding-right: 13px;
}
.verkarshenas .vkheader span {
    font-weight: 600;
    /*word-spacing: -2pt;*/
    color: #065468;
    margin-left: 5px;
    vertical-align: text-top;
}
.verkarshenas .vkheader {
}
.verkarshenas .vkheader a {
    color: #065468;
}
.verkarshenas .vkheader img {
    position: absolute;
    height: 50px;
    top: -7px;
    left: 30px;
}
.verkarshenas .vkauthor {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 15px;
}
.verkarshenas .vkauthor img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: solid 1pt #ea5a31;
}
.verkarshenas .vkauthor span {
    font-size: 10pt;
    font-weight: 500;
}
.verkarshenas .vkmedia {
    text-align: center;
    margin-bottom: 15px;
}
.verkarshenas .vktitle {
    margin-right: 30px;
    margin-left: 30px;
}
.verkarshenas .vktitle p {
    font-weight: bold;
    /*word-spacing: -1pt;*/
}
.verkarshenas hr {
    margin-right: 30px;
    margin-left: 40%;
}
.verkarshenas .vkdesc {
    padding: 0 30px 15px 30px;
}
.verkarshenas .vkdesc p {
    /*word-spacing: -1pt;*/
}

.fastaccesslink {
    background-color: white;
    border-radius: 30px;
    margin-bottom: 5px;
    transition: all 0.5s;
    box-shadow: 0 0 3px #c5c5c5;
}
.fastaccesslink:hover {
    box-shadow: 0 0 10px #bdbdbd;
    transition: all 0.5s;
}
.fastaccesslinklist a {
    text-decoration: none;
    color: black;
}
.fastaccesslink .icobox {
    width: 64px;
    height: 40px;
    background-color: #f77954;
    padding: 7px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
.fastaccesslink .icobox svg {
    vertical-align: middle;
}
.fastaccesslink .icobox img {
    width: 30px;
    height: 20px;
}
.fastaccesslink_only_icobox {
    width: 64px;
    height: 40px;
    background-color: #f77954;
    padding: 7px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.fastaccesslink_only_icobox svg {
    vertical-align: middle;
}
.fastaccesslink_only_icobox img {
    width: 30px;
    height: 20px;
}

.fastaccesslink span {
    font-weight: 400;
}

.gssec {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gssec .gstitle {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 30px;
    bottom: 0;
    color: white;
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.gssec .gstitle p {
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 5px;
}
.gssec .gstitle a {
    color: white;
    text-decoration: none;
}
.gsmaintitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 61px;
    z-index: 2000;
    text-align: center;
    background-image: url("../img/gplay.png");
}
.gsmaintitle p {
    background-color: #ea5a31;
    display: inline-block;
    padding: 8px 13px 8px 13px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    margin-bottom: 0;
}
.gssec .gstitle hr {
    margin-right: 30%;

    margin-left: 30%;

    height: 2px;

    background-color: white;

    opacity: 1;

    margin-top: 0;
}

.mainroutes {
    background-color: white;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 18px;
    box-shadow: 0 0 3px #bdbdbd;
}
.mainroutes .deactive {
    color: #848484;
}
.mainroutes .fa-chevron-left {
    color: #878787;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}
.mainroutes .active {
    /*word-spacing: -2pt;*/
    color: green;
    font-weight: 400;
}

.svmitem {
}
.svmitem .svmicobox {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #e9e9e9;
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
    margin-left: 8px;
}
.svmitem .svmicobox img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: 12px;
}
.svmitem .svmdetails {
    display: inline-block;
    text-align: right;
}
.svmitem .svmdetails h6 {
    color: black;
    margin-bottom: 3px;
}
.svmitem .svmdetails p {
    color: #656565;
    /*word-spacing: -2pt;*/
    text-decoration: none;
}
.svmitem .svmdetails p span {
}

.mainpaginationsheet .pagination {
    display: inline-flex;
}
.mainpaginationsheet {
}
.mainpaginationsheet .pagination li {
}
.mainpaginationsheet .pagination .page-item {
    margin-right: 5px;
    margin-left: 5px;
}
.mainpaginationsheet .pagination .page-item .page-link {
    background-color: #e2e2e2;
    border: 0;
    border-radius: 9px;
    color: green;
}
.mainpaginationsheet .pagination .disabled {
}
.mainpaginationsheet .pagination .disabled .page-link {
}
.mainpaginationsheet .pagination .active {
}
.mainpaginationsheet .pagination .active .page-link {
    background-color: green;
    color: white;
}

.smpsheet {
    margin-top: 30px;
}
.smpsheet h5 {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: solid 1pt #ddd;
    padding-bottom: 15px;
    color: #ea5a31;
}
.smpsheet h6 {
    margin-bottom: 30px;
    margin-right: 45px;
    margin-left: 45px;
}
.smpsheet video {
    margin-bottom: 15px;
}
.smpsheet audio {
}

.smvsheet {
    margin-top: 30px;
}
.smvsheet h5 {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #ea5a31;
}
.smvsheet .smvitemsbox {
    padding: 0 30px 0 30px;
    text-align: right;
    max-height: 450px;
    overflow-y: scroll;
    border-radius: 11px;
    direction: ltr;
    margin-right: 30px;
    margin-left: 30px;
    border: solid 1pt #ddd;
}
.smvsheet .smvitemsbox .smvitem {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1pt #ddd;
    direction: rtl;
}
.smvsheet .smvitemsbox .smvitem .icobox {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background-color: #ddd;
    border-radius: 50%;
    padding-top: 14px;
    color: green;
    vertical-align: top;
    margin-top: 8px;
}
.smvsheet .smvitemsbox .smvitem .icobox svg {
}
.smvsheet .smvitemsbox .smvitem .details {
    display: inline-block;
    margin-right: 7px;
}
.smvsheet .smvitemsbox .smvitem .details .author {
    margin-bottom: 0;
    font-size: 10pt;
}
.smvsheet .smvitemsbox .smvitem .details .title {
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}
.smvsheet .smvitemsbox .smvitem .details .datelocation {
    font-size: 10pt;
}
.smvsheet .smvitemsbox .smvitem .details .datelocation span {
    margin-left: 5px;
}
.smvsheet .smvitemsbox .smvitem .details .datelocation .divider {
    color: #ea5a31;
    font-weight: bold;
}

#targetAppendTommorowNewsContentImg {
    text-align: center;
}
#targetAppendTommorowNewsContentImg img {
    max-width: 450px;
    max-height: 450px;
}
.horenrowboxitem a:focus {
    outline: none;
}
.horenrowboxitem:focus {
    outline: none;
}

.parvandeh_list_item {
}
.parvandeh_list_item img {
    border-radius: 10px;
}
.parvandeh_list_item p {
    padding: 10px;
    font-weight: 600;
    /*word-spacing: -2pt;*/
}
.parvandeh_list_item p:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: orangered;
    border-radius: 50%;
    margin-left: 7px;
}

.newsdetails {
    margin-bottom: 15px;
}
.newsdetails .ndimg {
    min-height: 500px;
    border-bottom: solid 3pt #f7941d;
    background-position: center;
    background-size: cover;
}
.newsdetails h3 {
    text-align: right;
    /*word-spacing: -2pt;*/
    font-size: 13pt;
    /*letter-spacing: -1pt;*/
    font-weight: 300;
}
.newsdetails h6 {
    text-align: right;
    /*word-spacing: -1pt;*/
    font-size: 11pt;
    margin-bottom: 16px;
    background-color: #f3f3f3;
    padding: 7px;
}
.newsdetails h6 .space {
    width: 13px;

    content: "";

    display: inline-block;
}
.newsdetails h1 {
    text-align: right;
    /*word-spacing: -2pt;*/
    font-size: 19pt;
    /*letter-spacing: -1pt;*/
    line-height: 32pt;
    margin-bottom: 12px;
}
.newsdetails .ndlead {
    text-align: right;

    color: #6d6d6d;

    font-size: 11pt;
}
.newsdetails .ndcontent {
    font-size: 13pt;

    padding: 15px;
}
.newsdetails .ndcontent video{
    width:inherit;
    max-width:100%;
}
.newsdetails .ndcontent strong {
    font-weight: bold;
}
.newsdetails .ndcontent img {
    max-width: 100% !important;
}

.mediauniformsheet {
    background-color: #1d1d1d;

    padding-top: 30px;
    padding-bottom: 30px;
}
.mediauniformsheet .fotorama__wrap {
    margin: 0 auto;
    margin-top: 30px;
}
.mediauniformsheet a {
    text-decoration: none;
}
.mediauniformsheet p {
    color: white;
}
.mediauniformsheet .pagination {
    margin-bottom: 0;
    text-align: center;
    display: inline-flex;
    padding-bottom: 30px;
    padding-top: 30px;
}
.lastphotosalbum_img {
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

@media screen and (max-width: 500px) {
    .lastphotosalbum_img {
        min-height: 200px;
    }
}
.lastphotosalbum_title {
    direction: rtl;
    text-align: center;
    font-size: 21pt;
    margin-top: 10px;
    margin-bottom: 60px;
    /*word-spacing: -5pt;*/
    color: #fff;
    font-weight: 600;
}
.photosalbumsitem_img {
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.photosalbumsitem_title {
    direction: rtl;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 30px;
    /*word-spacing: -3pt;*/
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.gallerystyle {
    background-color: black !important;
    box-shadow: none;
}
.gallerystyle p {
    color: #ddd;
}
.albumpagetitle {
    direction: rtl;
    text-align: right;
    font-size: 17pt;
    color: #fff !important;
    /*word-spacing: -4pt;*/
    font-weight: 600;
}

.mediapagedetails {
    color: #fff;
}
.mediapagedetails video {
    width: 100%;
}
footer {
    background-color: #fff !important;
    padding: 15px 15px 1px 15px;
    transition: all 0.5s;
    text-align: center;
    direction: rtl;
    font-size: 10pt;
    /*word-spacing: -2pt;*/
}

.mainmenu_quick_items {
    display: inline-block;
    list-style: none;
}
.mainmenu_quick_items li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.mainmenu_quick_items li a {
    text-decoration: none;
    color: #505050;
    /*color: #fff!important;*/
}
.mainmenu_quick_items li a:hover {
    color: green;
}

.pagetoptabssheet {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 3px #7b7b7b;
}

.fastaccesslinklist_a {
    text-decoration: none;
    color: black;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    /*background-color: #25282a !important;*/
    direction: rtl;
    text-align: right;
    border-radius: 10px 10px 0 0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #828282;
    /*color: #fff!important;*/
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
    /*background-color: #fff;*/
    /*color: #000!important;*/
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #e2e2e2;
    /*background-color: #eb5b32;*/
    border-bottom: solid 2pt #eb5b32;
    color: green;
    font-weight: 600;
    /*color: #fff!important;*/
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border-top: none;
    height: 394px;
    overflow-y: auto;
    direction: ltr;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent ul {
    line-height: 26pt;
    direction: rtl;
}
.tabcontent ul li {
}
.tabcontent ul li a {
    text-decoration: none;
    color: #4e4e4e;
}
.tabcontent ul li a:hover {
    color: green;
    text-shadow: 0 0 1px #696969;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.newsarchivesection {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 3px #7b7b7b;
    margin-bottom: 15px;
}
.newsarchiveitemsection {
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 3px #bdbdbd;
}

/* start */

.gardeshgari_item_in_archive {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    transition: all 2s;
    /*box-shadow: 0 0 10px #7b7b7b;*/
}
.gardeshgari_item_in_archive:hover {
    background-position: top;
}
.gardeshgari_item_in_archive .icondiv {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}

.gardeshgari_item_in_archive .icondiv2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 67px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}
.sd {
}

.gardeshgari_item_in_archive .titlediv {
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.gardeshgari_item_in_archive .titlediv p {
    text-align: right;
    color: white;
    font-size: 15pt;
    /*word-spacing: -2pt;*/
    font-weight: 600;
    margin-bottom: 0;
}

.mashahir_item_in_archive {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*border-radius: 10px;*/
    transition: all 2s;
    /*box-shadow: 0 0 10px #7b7b7b;*/
}
/*.mashahir_item_in_archive:hover{*/
/*    background-position: top;*/
/*}*/
.mashahir_item_in_archive .icondiv {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}

.mashahir_item_in_archive .icondiv2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 67px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}
.sd {
}

.mashahir_item_in_archive .titlediv {
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    /*border-radius: 0 0 10px 10px;*/
}
.mashahir_item_in_archive .titlediv p {
    text-align: right;
    color: white;
    font-size: 15pt;
    /*word-spacing: -2pt;*/
    font-weight: 600;
    margin-bottom: 0;
}
.mashahir_item_in_archive .titlediv h6 {
    text-align: right;
    color: white;
    font-size: 12pt;
    /*word-spacing: -2pt;*/
    font-weight: 300;
    margin-bottom: 0;
}

.gardeshgari_item_in_sidebar {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    transition: all 2s;
    /*box-shadow: 0 0 10px #7b7b7b;*/
}
.gardeshgari_item_in_sidebar:hover {
    background-position: top;
}
.gardeshgari_item_in_sidebar .icondiv {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}

.gardeshgari_item_in_sidebar .icondiv2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 67px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}
.sd {
}

.gardeshgari_item_in_sidebar .titlediv {
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.gardeshgari_item_in_sidebar .titlediv p {
    text-align: right;
    color: white;
    font-size: 15pt;
    /*word-spacing: -2pt;*/
    font-weight: 600;
    margin-bottom: 0;
}

.mashahir_item_in_sidebar {
    height: 350px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*border-radius: 10px;*/
    transition: all 2s;
    /*box-shadow: 0 0 10px #7b7b7b;*/
}
/*.mashahir_item_in_sidebar:hover{*/
/*    background-position: top;*/
/*}*/
.mashahir_item_in_sidebar .icondiv {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}

.mashahir_item_in_sidebar .icondiv2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 67px;
    text-align: center;
    line-height: 33pt;
    border-radius: 5px;
}
.sd {
}

.mashahir_item_in_sidebar .titlediv {
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    /*border-radius: 0 0 10px 10px;*/
}
.mashahir_item_in_sidebar .titlediv p {
    text-align: right;
    color: white;
    font-size: 15pt;
    /*word-spacing: -2pt;*/
    font-weight: 600;
    margin-bottom: 0;
}

.mashahir_item_in_sidebar .titlediv h6 {
    text-align: right;
    color: white;
    font-size: 12pt;
    /*word-spacing: -2pt;*/
    font-weight: 300;
    margin-bottom: 0;
    background: none;
}

/*
 * First create a file filters.svg with the following contents
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
  <filter id="grayscale">
    <feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/>
  </filter>
</svg>
*/
.mashahir_avatar_in_details_box {
    position: relative;
}
.mashahir_avatar_in_details_box .mashahir_avatar_in_details {
    height: 250px;
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    background-repeat-y: no-repeat;
    opacity: 0.5;
    background-position: center;
    background-size: contain;
}
.mashahir_avatar_in_details_box .mashahir_avatar {
    margin: 0 auto;
    max-width: 300px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 250px;
    background-size: cover;
    top: 0;
}



.medialast_mod_custom_height {
    height: 250px;
}
@media screen and (max-width: 600px) {
    .medialast_mod_custom_height {
        height: 300px;
    }
}

#photosgallery{
    width: 100%!important;
    max-width: 100%!important;
}
