/*

	www.nie.ir

*/

@import url("fonts/nie-fonts.css");
body {
    background-color: #e8e8e8;
    font-family: yekanbakh, tahoma;
    font-size: 12.4px;
    overflow-x: hidden;
    background: #fff url() no-repeat scroll top center;
}

.main-in {
    margin: 0;
    /* background-image: linear-gradient(#efefef, white); */
}

a:link {
    font-size: 10pt;
    color: #000000;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.header-in {
    margin: 0 auto;
    /* padding-bottom: 50px; */
    /* background-size: cover; */
}

.back_all {
    max-width: 100%;
    text-align: center;
    clear: both;
    margin: auto;
    margin-top: 50px;
}

.old-browser {
    background: #fcc433;
    font-family: iransansnumber, wsahel, Tahoma;
    font-size: 10pt;
    font-weight: 600;
    padding: 16px;
    text-align: center;
}

#old-site {
    text-decoration: none;
    color: #942305!important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 600;
    color: #ffffff;
    height: 50px;
    width: 190px;
    background: #06A7A2;
    position: fixed;
    top: 250px;
    left: -71px;
    padding: 10px;
    margin-left: 0px;
    border-radius: 0px 0px 10px 10px;
    transition: all ease-in-out 0.5s;
    border: 1px solid #ED6743;
    background-color: #F4CF67;
    border-bottom-width: 10px;
    z-index: 9999;
    display: none;
}

#old-site a {
    text-decoration: none;
    color: #942305!important;
}

div#old-site:hover {
    background-color: aliceblue;
}

.en-site {
    height: 33px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 7px 10px;
    /* background-color: rgba(242, 248, 252, 0.45); */
    z-index: 999;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    float: right;
    margin: auto 7px;
    background: #282a35;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 5;
    -ms-transition-animation-duration: 5s;
}

.en-site a {
    font-family: wsahel;
    font-weight: 600;
    text-decoration: none;
    font-size: 10pt;
    color: rgb(255, 255, 255);
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.fa-site {
    right: 30px;
    position: absolute;
    border: 2px solid #44C9F6;
    border-top: 0px solid #00A3E0;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 10px;
    background-color: rgba(242, 248, 252, 0.48);
    font-weight: bold;
    z-index: 999;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.en-site:hover,
.fa-site:hover {
    background-color: rgb(0, 189, 202);
    padding-top: 10px;
    height: 44px;
    margin-top: -5px;
    animation-iteration-count: unset;
}

.top-box {
    padding: 6px;
}

.home-ico, .rss-icon, .telegram-icon {
    position: relative;
    float: right;
    /* left: 0px; */
    top: 5px;
    height: 33px;
    z-index: 999;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.home-ico a {
    height: 35px;
    display: block;
    border: 0px solid #50bcd9;
    width: 35px;
    top: 0px;
    border-radius:100px;
    transition: all 0.2s ease-in-out;
    background: url(/pic/telegram-ico.png);
    background: url(/pic/home-ico.png);
    background-size: 100%;
}

.home-ico a:hover, .rss-icon a:hover, .telegram-icon a:hover {
    border: 3px solid #1a214d;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 10;
    display: none;
    text-indent: -9999px;
    background: url('../pic/icon_top.png') no-repeat;
}

.marginBottom-0 {
    margin-bottom: 0;
}

ul.dropdown-menu li {
    position: relative;
    height: 30px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #04556B;
    border-color: #337ab7;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    margin: 10px auto;
    /* line-height: 200%; */
    white-space: nowrap;
    text-align: right;
    color: #FFFFFF;
    font-size: 12pt;
}

.dropdown-menu {left: auto;background: #00bdca;}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 50%;
    width: 100%;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    background: #00bdca;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    border-right-color: #cccccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-right-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-collapse {
    max-width: 1000px;
    margin: auto;
    float: none;
}

#eservice {
    background-color: rgb(68, 201, 246);
    overflow: hidden;
    border-bottom: 2px solid #0C96BB;
}

#eservice-ico {
    background: rgb(68, 201, 246);
    border-radius: 0px 0px 5px 5px;
    color: rgb(8, 97, 121);
    font-family: iransansnumber, wsahel;
    font-size: 12px;
    line-height: 20px;
    float: left;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 12px;
    width: 200px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: -2px;
    border: 2px solid #0C96BB;
    border-top: 2px solid #44C9F6;
}

#eservice-ico:hover {
    background-color: rgb(12, 150, 187);
    color: #ffffff;
}

.eserv {
    margin: auto;
    text-align: center;
    /* border: 2px solid #EEE7D4; */
    background-color: rgba(255, 255, 255, 0.51)!important;
    border-radius: 10px;
    min-height: 380px;
    margin-top: 15px;
    /* overflow: hidden; */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.eserv img {
    border-radius: 20px;
    width: 167px;
    border: 1px solid;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 3px #BBB;
    -moz-box-shadow: 0 3px #BBB;
    /* box-shadow: 0 3px #BBB; */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    background-color: #DACA99;
}

.eserv.srv1 {
    width: 300px;
}

.eserv.srv2 {
    width: 300px;
}

.eserv.srv3 {
    width: 300px;
}

.eserv.srv1:hover>img,
.eserv.srv2:hover>img,
.eserv.srv3:hover>img {
    border-radius: 10%;
}

.eserv h5 {
    font-weight: 600;
    font-size: 14pt;
    background-color: rgba(255, 255, 255, 0.5);
    height: 37px;
    margin-top: 0px;
    border-radius: 8px 8px 0 0;
    padding-top: 10px;
    background: url(/pic/title-bg.png)no-repeat center bottom scroll;
    text-align: center;
    padding: 8px;
    color: #0da896;
    margin-bottom: 12px;
}

ul.eserv-in {
}

.eserv-in>li {
    display: inline-block;
    margin: 5px;
    font-family: iransansnumber, wsahel;
    border: 1px solid #07928a;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    background-color: #1dc6bc !important;
    border-radius: 8px;
    width: 217px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 217px;
}

.eserv-in>li:hover {
    background-color: #00909a;
    -webkit-box-shadow: 0px 0px 13px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 13px 5px rgba(50, 50, 50, 0.75);
    /* box-shadow: 0px 0px 13px 5px rgba(50, 50, 50, 0.75); */
}

.eserv-in>li>a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}

.eserv-in>li>a:hover {
    color: #FFEB3B;
}
.eserv-in>li:hover,
.eserv-in>li:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

.eserv-in>li.spc-i {
    background-color: #ad9c76 !important;
    border: 0;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #3ee0d7;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #3ee0d7;
  }
}

.inl-div {
    max-width: 1170px;
    text-align: center;
    margin: auto;
}

.title_bar {
    background: #17B0D9;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 10px;
    font: 14px wsahel, tahoma;
}

#custom-search-form {
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

#custom-search-form .search-query {
    width: 32px;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 0;
    /* font-weight: 600; */
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    /* border: 2px solid #ffffff; */
    height: 35px;
    font-size: 10pt;
    /* background: rgb(255, 255, 255); */
    text-align: right;
    position: initial;
}

#custom-search-form button {
    background: none;
    padding: 5px 10px;
    position: relative;
    width: 35px;
    left: 1px;
    float: left;
    top: -35px;
    height: 35px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    background-color: rgb(80, 186, 216);
    overflow: hidden;
}
#custom-search-form button i {font-size: 14pt;color: #ffffff;}
#custom-search-form button:hover {
    background-color: rgb(167, 2, 2)!important;
}

.span12 {
    float: left;
    position: absolute;
    /* top: 4px; */
    z-index: 1000;
    left: -9px;
    margin: 0px;
    /* padding-top: 2px; */
}

.input-append.span12:hover .search-query {
    width: 300px!important;
    border-color: rgb(167, 2, 2);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(79, 141, 179, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(79, 141, 179, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1);
    color: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(79, 141, 179, 0.6);
}

.input-append.span12:hover .advn-srch {
    display: inline!important;
}

span.search-v {
    color: rgb(13, 152, 190);
}

span.advn-srch {
    display: none;
    float: left;
    position: absolute;
    left: 40px;
    top: 4px;
}

.advn-srch img {
    width: 30px;
    height: auto;
}

.advanced-form {
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
}

.search-in {
    direction: rtl!important;
    min-height: 500px;
    background: url(/pic/loading-1.GIF) no-repeat center center;
    background-size: 100px 100px;
}

.gsc-adBlock {
    display: none !important;
}

input#gsc-i-id1 {
    font-family: 'byekan'!important;
    font-size: 12pt!important;
}

table.gsc-search-box {
    display: none!important;
}

.gsc-control-cse div {
    float: right;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    border: 1px solid;
    padding: 5px;
    min-width: 35px;
    border-radius: 5px;
    text-align: center;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #ffffff !important;
    border: inherit !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: #c78ccd;
}

.cse .gsc-cursor-box, .gsc-cursor-box {
    border: none !important;
}

input#gsc-i-id1 {
    background: #ffffff!important;
}

table.gsc-table-result {
    direction: rtl!important;
}

.gcsc-branding {
    display: none!important;
}

.gsc-above-wrapper-area {
    display: none!important;
}

a.gs-title {
    font-family: iransans-web!important;
    padding-right: 15px!important;
    font-size: 11pt!important;
}

.gs-bidi-start-align.gs-snippet {
    font-family: iransans-web!important;
    text-align: right!important;
    padding-right: 15px!important;
    line-height: 200% !important;
}

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    font-family: iransans-web!important;
    text-align: left!important;
    font-size: 11pt!important;
    padding-right: 15px!important;
}

.gsc-cursor-box.gs-bidi-start-align {
    direction: rtl!important;
    font-family: jaam;
    font-size: 14pt;
}

.gs-fileFormat {
    padding-bottom: 10px!important;
    padding: 10px!important;
}

table.gsc-search-box {
    direction: rtl!important;
}

.gsc-webResult.gsc-result {
    border-bottom: 1px solid #DBDBDB!important;
    margin: 10px!important;
    transition: all 0.2s ease-in-out;
}

span#adv-search {
    float: left;
    position: relative;
    left: 5px;
    top: -34px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(204, 0, 0);
    cursor: hand;
}

.search caption {
    direction: rtl;
    text-align: right;
    font-size: 10pt;
    font-family: iransansnumber, wsahel;
    border-bottom: 1px dotted;
    padding-bottom: 0px;
}

td.in-title {
    background: rgb(144, 144, 144);
    text-align: left;
    padding: 10px 10px 10px 10px;
    width: 30%;
    font-family: wsahel;
    font-weight: 600;
    font-size: 10pt;
    color: white;
}

.search tr {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

td.desc {
    text-align: right;
    padding: 10px 10px 10px 10px;
    font-family: iransansnumber, wsahel;
    font-size: 10pt;
    font-weight: 600;
    background: rgb(228, 228, 228);
}

td.in-model {
    text-align: left;
    padding: 10px 10px 10px 10px;
    font-family: iransansnumber, wsahel;
    font-size: 10pt;
    font-weight: 600;
    background: rgb(228, 228, 228);
}

.main-title span {
    font-size: 11pt;
    font-weight: 600;
    position: relative;
    left: 400px;
    bottom: -10px;
    color: rgb(15, 157, 196);
}

.search input {
    font-family: iransansnumber, wsahel;
    font-size: 10pt;
}

.search input[type=submit] {
    float: left;
    margin: 10px;
    padding: 10px;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.top {
    height: 40px;
    background: #592b85;
    background: #2d2d2d;
    /* margin-bottom: 60px; */
}

.cus-ico {
    height: 33px;
    border: 2px solid #fff;
    float: right;
    border-radius: 5px;
    padding: 7px 10px;
    /* background-color: rgba(242, 248, 252, .45); */
    z-index: 999;
    cursor: hand;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.cus-ico:hover {
    background-color: #00BDCA;
    padding-top: 10px;
    height: 44px;
    margin-top: -5px;
}

.cus-ico a {
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
}

.cust {
    height: 50px;
    color: #ffffff;
    background: #00BCD4;
    z-index: 10000;
    padding: 10px;
    left: 0px;
    position: absolute;
    display: none;
}

.ndate {
    margin: auto;
    z-index: 2;
    float: right;
    font-family: yekanbakh,iransans;
}

ul.ndate-in-top {
    color: #ffffff;
    margin-bottom: 0px;
}

ul.ndate-in-top li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-right: 1px dashed #ffffff61;
    text-align: center;
}

ul.ndate-in-top li:first-child {
    border-right: 0px;
}

ul.ndate-in-top li span {
    display: inline-block;
    font-size: 12pt;
}
ul.ndate-in-top li:last-child span {
    font-size:10pt !important;
}
.right-nav {
    padding: 0px 7px;
    float: left;
    z-index: 3;
    margin-top: -8px;
}

.footer {
    color: #000;
    margin-top: -10px;
    text-shadow: 1px 1px 0 #0A0A0A;
    border-top: 2px solid #a1a1a1;
}

.footer .secone {
    line-height: 32px;
    background: #747474;
    position: relative;
}

.page-center {
    /* max-width: 960px; */
    margin: 0 auto;
    /* background: #1783ac; */
}

.footer-nav {
    float: left;
    position: relative;
    margin-top: 15px;
    padding-bottom: 8px;
    /* background: #b4b4b4; */
    transition;
    all 0.2s ease-in-out;
}
.footer-nav:hover li {
    filter: blur(2px);
}

.footer .sectwo {
    line-height: 25px;
    /* height: 230px; */
    background: #592b85;
    background-image: linear-gradient(to top, #6a6a6a 0%, #ebebeb 85%);
    padding-top: 10px;
}

.footer-nav li {
    padding-right: 15px;
    display: inline;
    padding-left: 15px;
    border-left: 1px solid #ffffff;
    transition;all 0.2s ease-in-out;
}

.footer-nav li:hover {
    filter: blur(0px);
}
.footer-nav li a,
#footer-nav li a:visited {
    display: inline-block;
    margin: 0 8px;
    color: #FFFFFF;
    font-family: wsahel, tahoma;
    font-size: 13px;
    text-shadow: 0 1px 0 #000;
}
.footer-nav li:last-child {
    border: 0px;
}
.sec-bot {
    /* margin: 14px auto 0 auto; */
    padding-top: 16px;
    text-shadow: none;
    color: #ffffff;
    /* border-top: 3px solid #898989; */
    font-weight: 600;
}
.footer-nav li a,
#footer-nav li a:visited {
    display: inline-block;
    margin: 0 8px;
    font-size: 13pt;
    color: #FFFFFF;
    font-family: yekanbakh;
    text-shadow: 0 1px 0 #000;
    font-weight: 600;
}
.footer-nav li a:hover {
    color: #ffeb00;
}
.copyright-in {
    height: 30px;
    font-size: 13pt;
    color: #000000;
    font-weight: 600;
    text-shadow: none;
}
.last-update {
    color: #5e5e5e;
    text-align: right;
    display: block;
    /* border-left: 1px solid #2A2A2A; */
    padding-left: 15px;
    text-shadow: none;
    margin: 0px;
}
.last-update-page {
    font-family: wsahel;
    font-weight: 600;
    font-size: 10pt;
    position: relative;
    top: -30;
}
#nav {
    height: 50px;
    background: #2A3440
}
.navigation {
    direction: rtl;
    float: right;
    width: 595px;
}
.navigation li a span {
    float: right;
    height: 33px;
    margin: 23px 0 0;
    width: 100%;
}
.navigation li ul {
    background: none repeat scroll 0 0 #EB4200;
    border-radius: 0 0 5px 5px;
    display: none;
    float: right;
    position: absolute;
    right: 0;
    top: 89px;
    width: 200px;
    z-index: 100;
}
.navigation li ul li {
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    margin: 5px 10px 3px 0;
    padding: 0;
    width: 180px;
}
.navigation li a {
    color: #b5c1d0;
    float: right;
    min-width: 33px;
    text-align: center;
    text-shadow: 1px 1px #000000;
    border-bottom: 1px solid #086179;
}
.navigation li a:hover {
    color: #FEFEFE;
    float: right;
    font-family: wsahel;
    font-size: 13px;
    height: 84px;
    min-width: 33px;
    text-align: center;
    text-shadow: 0 0 1px #000000;
}
.navigation li {
    line-height: 20px;
    float: left;
    padding: 0 15px;
    position: relative;
    font-family: wsahel, tahoma;
    font-size: 13px;
}
.navigation li a span.text {
    float: right;
    height: auto;
    margin: 27px 0 0;
}
#nav .signupbtn {
    margin-top: 18px;
    float: left;
    width: 70px;
    height: 37px;
    background-color: #ec4f4f;
    transition: all 0.5s ease 0s;
}
#nav .signupbtn:hover {
    background-color: #696969;
}
#logo {
    /* position: relative; */
    z-index: 99999;
    width: 100%;
    margin: auto;
    height: 200px;
    background: linear-gradient(150deg, rgba(139, 195, 74, 0.78), #ffffff);
    background-position: bottom;
    background-image: url('/pic/page_body_img.jpg');
    background-position: left top;
    overflow: hidden;
}
@media (max-width: 520px) {
#logo {
height:auto;
padding-bottom:20px;
}
}
#logo-in {
    max-width: 100%;
    margin: auto;
}
#logo-in img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
.navbar-inverse {
    font-family: iransansnumber, yekanbakh;
    text-indent: 6px;
}
nav.navbar.navbar-inverse {
    background-image: linear-gradient(to right, #50bcd9 0, #592b85 100%);
    background: #455A64;
    border-color: #086179;
    margin-bottom: 0px;
}
.head-men.stick {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ffffff;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav>li:first-child>a {
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 13pt;
    font-weight: 900;
    /* padding: 18px 14px; */
    /* border-left: 1px solid rgb(22, 174, 215); */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.11);
    /* height: 49px; */
    transition: all 0.2s ease-in-out;
}
.flag {
    background-repeat: no-repeat;
    background-size: contain;
    width: 206px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 100;
}

/* en site */
.en-p {
    direction: ltr;
    text-align: justify;
    font-family: opensans;
    font-size: 12pt;
    line-height: 150%;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.49);
    margin-bottom: 20px;
}
.en-page {
    direction: ltr;
    text-align: justify;
    font-family: opensans;
    font-size: 12pt;
    line-height: 150%;
}
.news-title-en {
    vertical-align: top;
    text-align: justify;
    direction: ltr;
}
.news-footer-en {
    padding-top: 20px;
    float: left;
}
.news-matn-en,
.news-matn-en h2,
.news-matn-en p,
.news-matn-en p span,
.news-matn-en span .news-matn-en font,
.news-matn-en>p>font {
    font-family: opensans !important;
    text-align: justify;
    direction: ltr;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 200% !important;
    font-size: 14px !important;
    background-color: transparent !important;
}
.in-news-item {
    background: #f3f3f3;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    height: 350px;
    /* box-shadow: inset 0px -64px 21px -12px #d0d0d0; */
    /* box-shadow:  0 0 10px rgba(0, 0, 0, 0.2) inset; */
    /* border: 1px solid #9a9a9a; */
    margin-bottom: 15px;
}
.in-news-item:hover {
    /* height: 350px; */
}
.in-news-item:hover .ppic2 {
    /* height: 130px; */
}
.in-news-item:hover .ndate-in {
    top: 110px;
}
.ppic2 {
    width: 100%;
    border-bottom: 3px solid #23ddca;
    border-radius: 8px 8px 0 0;
    height: 290px;
    background-size: cover !important;
    background-position: center !important;
    transition: all 0.3s ease-in-out;
}
.in-news-title {
    font-size: 16pt;
    line-height: 150%;
    display: block;
    text-align: justify;
    font-weight: 900;
    color: #0b95ba;
}
.in-news-item2 {
    height: 160px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    /* box-shadow: inset 0px -64px 21px -12px #000000; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset; */
    border: 1px solid #9a9a9a;
}
.ndate-in {
    position: absolute;
    top: 125px;
    left: 17px;
    font-weight: 900;
    width: auto;
    color: #ffffff;
    background: #d6d6d6;
    padding: 5px 6px;
    transition: all 0.3s ease-in-out;
}
.ppic4 {
    background-size: cover !important;
    background-position: center center !important;
    height: 100px;
    margin: -10px;
    border-bottom: 3px solid #23ddca;
}
.ndate-in2 {
    position: absolute;
    top: 92px;
    left: 23px;
    color: #ffffff;
    background: #23ddca;
    background: #23ddcaa6;
    padding: 5px 6px;
    transition: all 0.3s ease-in-out;
}
.in-news-item2 .in-news-title {
    font-weight: 600;
    margin-top: 15px;
}
.kholase {
    line-height: 170%;
    text-align: justify;
}
.flag-en {
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 14px;
    z-index: 100;
}
ul.nav.navbar-nav-en {
    float: left !important;
    font-family: verdana !important;
}
.sec-bot-en {
    direction: ltr !important;
}
.in-counter-en {
    float: right !important;
    font-family: 'opensans';
}
.copyright-in-en {
    padding-left: 20px !important;
}
.qrcode-en {
    float: left !important;
}

/*  */
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
    color: #2A3440;
    background-image: linear-gradient(to bottom, #FFFFFF 0, #D8D8D8 100%);
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #066179;
    background: #FFFFFF;
}
#MainMenu {
    text-align: right;
    width: 100%;
    float: right;
}
#MainMenu .list-group-item-success {
    background-color: #0A84A5;
    color: white;
}
.list-group-item-me {
    background-color: #0A84A5 !important;
    color: white !important;
}
a.list-group-item.list-group-item-me2 {
    background-color: #14A9D1;
    color: #ffffff;
}
a.list-group-item.list-group-item-me3 {
    background-color: #4DD0F3;
}
.Div-slide {
    width: 100%;
    /* border-top: 3px solid #ED6743; */
    /* border-bottom: 3px solid #ED6743; */
    /*  margin-bottom: 10px; */
    /*  min-height: 331px; */
    height: auto !important;
    max-width: 100%;
    width: 100%;
    position: relative;
    direction: ltr;
    height: 600px !important;
    /* overflow: hidden; */
}
.callbacks_container ul li {
    transition: all 500ms ease-in-out !important;
}
.callbacks_container ul li:hover {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#f2f2f2)";
    -moz-box-shadow: 0px 4px 0px #f2f2f2;
    -webkit-box-shadow: 0px 4px 0px #f2f2f2;
    box-shadow: 0px 4px 0px #f2f2f2;
}
.nivo-controlNav {
    display: none;
}
.left-men {
    float: left;
    border: 1px solid rgb(177, 178, 179);
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 5px;
    /* margin-right: 20px; */
}
.main-menu .panel.panel-primary {
    margin-top: 0px;
    text-align: right;
    border: 0;
    border-radius: 0px;
    margin-bottom: 0px;
}
.main-menu .panel-heading {
    font-size: 10pt;
    font-weight: 600;
}
.div-lv-1 {
    background: url(/pic/boxpattern_dark.png) #dbdbdb;
    background-image: url(/pic/k2.jpg),repeating-radial-gradient(ellipse farthest-corner at left bottom,rgb(243, 239, 21) 0%,rgb(0, 152, 133) 100%);
    background-repeat-y: no-repeat;
    background-position: top center;
    background-repeat: repeat;
    background-attachment: fixed;
    min-height: 300px;
    padding: 110px 0;
    /* -webkit-box-shadow: inset 0px 0px 40px 6px #ABABAB; 
  -moz-box-shadow: inset 0px 0px 40px 6px #ABABAB;
  -o-box-shadow: inset 0px 0px 40px 6px #ABABAB;*/
    position: relative;
}
.div-lv-2 {
    background-color: #ffffff;
    /* background: url('/pic/bg-pattern.jpg'); */
    padding: 0 0 50px 0;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    overflow: hidden;
    height: auto;
    position: relative;
}
.div-lv-3 {
    background: #ffffff;
    min-height: 472px;
    padding: 91px 0 60px 0;
    /* -webkit-box-shadow: inset 0px 0px 40px 6px #ABABAB; 
  -moz-box-shadow: inset 0px 0px 40px 6px #ABABAB;
  -o-box-shadow: inset 0px 0px 40px 6px #ABABAB;*/
    margin-top: -50px;
}
.main-menu .tab-content>.tab-pane {
    padding-top: 10px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}
#my-tab-content {
    /* background: linear-gradient(to bottom, #FFFFFF 0, transparent 20%); */
    padding-top: 20px;
    /* height: 450px; */
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0px solid #989898;
}
.nav-tabs>li>a {
    background-color: rgb(255, 255, 255);
    font-weight: 600;
}
.nav-tabs>li>a:hover {
    background: #003885;
    color: #ffffff;
}
ul#tabs li.active>a,
ul#tabs li.active>a:hover,
ul#tabs li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: inherit;
    border: inherit;
    border-bottom-color: transparent;
    font-size: 12pt;
}
ul#tabs li.active {
    background: #003885;
}
ul#tabs li {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    border-radius: 8px;
    border: none;
}
ul#tabs li.active:after {
      content: '';
      position: absolute;
      border: 6px solid;
      border-color: #003885 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
      right: 50%;
      margin-right: -3px;
      top: 100%; }
.nav-tabs.nav-justified>li>a {
    border-radius:8px;
}
.nav-tabs.nav-justified>li>a:hover {
    border:0px;
}
.footer-news .pull-right {
    float: left !important;
}
.news-title {
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
}
.news-item {
    padding: 10px;
    padding: 4px 4px 15px 4px;
    margin: 0px;
    margin: 20px auto;
    border-bottom: 1px dashed #8b8c8d;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.news-item:hover {
    background: #ffffff;
    box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.64);
}
.news-item a {
    font-size: 12pt;
    line-height: 200%;
    font-weight: 400;
    color: #0A84A5;
    font-family: iransansnumber, wsahel;
}
.news-item a:hover {
    color: #690;
}
.rev-img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.ppic {
    border: 5px solid #FFF;
    border-radius: 35px;
    width: 80px;
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px #fff, 0 1px 2px #7283BC;
    -moz-box-shadow: inset 0 1px #fff, 0 1px 2px #7283BC;
    box-shadow: inset 0 1px #fff, 0 1px 2px #7283BC;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
li.news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.panel-heading {
    background-color: #50BCD9 !important;
}
.right-men {
    position: relative;
    float: right;
    min-width: 200px;
}
.right-men.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.panel-news {
    position: relative;
    max-width: 780px;
    margin-top: 0px !important;
    float: right;
    margin-right: 20px;
}
.panel-title-news {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
    font-weight: 600;
}
.panel-body-news {
    padding: 15px;
    /*  max-width: 720px; */
}
.page-in {
    margin: 0px auto;
    margin-top: 10px;
    max-width: 1000px;
    margin-bottom: 70px;
    min-height: 500px;
    padding: 10px;
    background: #ffffff52;
    position: relative;
}
.news-img-in {
    text-align:center;
}
.news-img {
    max-width: 99%;
    margin: auto;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    height: auto;
    background-color: white;
}

.fimg {
    display: inline;
    float: left;
    margin: 0px 10px 10px 10px;
    border-color:#00bdca;
    max-width: 50%;
}
@media (max-width: 520px) {
.fimg {

display: inline;

float: inherit;

margin: 0px 10px 10px 10px;

border-color: #00bdca;

max-width: 100%;
}}
.matn p,
.matn span,
.matn a,
.matn font {
    font-family: wsahel !important;
    font-size: 11pt !important;
    line-height: 200% !important;
    font-weight: 600;
}
h1.news-title-h1 {
    color: #0a99ce;
    font-family: iransansnumber, wsahel;
    font-weight: 800;
    font-size: 17px;
    line-height: 30px;
    border-bottom: 1px dotted;
}
.news-body {
    background-color: #e8e8e8;
    font-family: wsahel;
    font-size: 12.4px;
    /* background: url('/pic/news-bg.jpg'); */
}
.news-ndate {
    background: #584091;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 29px;
    position: absolute;
    left: 7px;
    color: #13c0ff;
    top: 53px;
    margin-right: 12px;
}
@media (max-width: 520px) {
.news-ndate {
    position:relative;
    margin-top: -62px;
    margin-bottom: 59px;
}
}
.news-matn, .news-matn h2, .news-matn p, .news-matn p span, .news-matn span, .news-matn font, .news-matn font div, .news-matn>p>font {
    font-family: iransansnumber, wsahel !important;
    text-align: justify;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 200% !important;
    font-size: 16px !important;
    background-color: transparent !important;
    overflow: auto;
}
.reporter {
    font-family: wsahel;
    font-weight: 600;
    font-size: 11pt;
    /* padding-right: 70px; */
    background: #583b8e;
    padding: 4px;
    color: #ffffff;
    margin-bottom: 6px;
    border-radius: 5px;
    display: inline-block;
}
.cat-in div {
    display: inline-block;
    margin-left: 14px;
}

.cat-in div a {
    color: #007b84;
}
span.news-print {
    float: left;
    padding-left: 10px;
    margin-top: -59px;
}
.btn-print {
    content: "\e045";
    font-size: 15pt;
}
.btn-print-news {
    font-size: 24pt;
    color: rgb(72, 72, 72);
    margin-left: 5px;
}
img.btn-export {
    width: 30px;
    height: auto;
}
.news-footer {
    padding-top: 20px;
    border-top: 1px solid;
}
.links-fp > ul {
    margin-top: 10px;
}
.links-fp > ul li {
    padding-bottom: 5px;
    display: inline-block;
    margin: 10px;
}
.links-fp > ul li img {
    border: 1px solid #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.3s ease-in-out;
}
.links-fp > ul li img:hover {
    border: 1px solid #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, .2);
}
.main-menu {
    margin-top: 0px;
    margin-bottom: 0px;
}
.first-p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.links-show {
    height: 100px !important;
        margin-top: 40px !important;
}
ul.news-rs {
    text-align: right;
    padding: 20px;
    padding-right: 30px;
    background: #ffffff5e;
    border-radius: 10px;
    height: 100px;
}
ul.news-rs > li {
    font-size: 14pt;
    height: 70px;
    margin-bottom: 10px;
    padding: 15px;
    transition:all 0.2s ease-in-out;
    color:#fcd26e;
    text-shadow:3px 3px #0a0a0a, -1px 0 #0a0a0a, 0 -1px #0a0a0a, 0 1px #0a0a0a, 1px 0 #0a0a0a
}
ul.ads-in {
    text-align: right;
    padding: 20px;
    padding-right: 30px;
    list-style-image: url('/pic/box_01.gif');
}
ul.ads-in li {
    border-bottom: 1px solid #1782ab;
    padding: 10px 5px;
    transition: all 0.2s ease-in-out;
}
ul.ads-in li:hover {
    background-color: #F5F5F5;
    ;
}
ul.ads-in li > a {
    font-weight: 600;
    color: rgb(10, 132, 165);
}
.pages-in {
    text-align: center;
}
span.news-ndate {
    font-size: 10pt !important;
    color: rgb(0, 0, 0) !important;
    font-weight: normal !important;
    border: 1px solid;
    left: 10px;
    bottom: 7px;
    position: absolute;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 5px;
}
.form-control {
    display: inline;
    width: 30%;
}
.footer-news {
    float: left;
    margin-top: 30px;
}
.archive {
    border: 1px solid #003885;
    padding: 10px;
    border-radius: 5px;
    background-color: #23ddca;
    font-weight: 600;
    font-size: 10pt !important;
    color: rgb(0, 56, 133) !important;
}
.archive:hover {
    background-color: #ffffff;
}

.rss-icon a {
    height: 35px;
    display: block;
    border: 0px solid #ffffff;
    width: 35px;
    top: -5px;
    border-radius:100px;
    transition: all 0.2s ease-in-out;
    background: url(/pic/rss-ico.png?);
    background-size: 100%;
}
.telegram-icon a {
    height: 35px;
    display: block;
    border: 0px solid #ffffff;
    width: 35px;
    top: -5px;
    border-radius:100px;
    transition: all 0.2s ease-in-out;
    background: url(/pic/telegram-ico.png);
    background-size: 100%;
}
.rss-icon img {
    width: 30px;
    height: 30px;
    margin: 10px;
}
.qrcode {
    float: right;
    width: 70px;
    margin: -6px 0 0 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.qrcode:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.stat {
    text-align: right;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 80%;
    height: 220px;
    background: url(/pic/stat-icon.png) #ffffff57;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
}
.prayer {
    text-align: right;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 80%;
    height: 250px;
    background: #ffffff;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
}
.weather {
    text-align: right;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 80%;
    height: 250px;
    background: #ffffff;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}
.w-b1 {}

.w-b2 {
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 80%;
    margin: auto;
}

.w-b3 {
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 130px;
    margin: auto;
    direction: rtl;
    position: absolute;
    right: 7px;
    top: 163px;
}

.box.prayer-times .form-group {
    height: 36px;
    margin: 8px 0
}

.box.prayer-times .form-group .control-label {
    line-height: 36px;
    margin: 0
}

.box.prayer-times .form-group .form-control {
    color: #333;
    background: #fff;
    border-radius: 0
}

.box.prayer-times .prayers {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 16px 0 8px;
    font-size: 0
}

.box.prayer-times .prayers li {
    width: 33.333333%;
    display: inline-block;
    text-align: center;
    height: 92px;
    font-size: 13px
}

.box.prayer-times .prayers li:before {
    display: block;
    content: '';
    width: 33px;
    margin: 8px auto;
    background: url('/pic/prayers-icons.png?') no-repeat 0 center transparent;
    height: 33px;
}

.box.prayer-times .prayers li .time {
    display: block;
    font-weight: bold;
    padding-top: 4px
}

.box.prayer-times .prayers li[data-type=dhuhr]:before {
    background-position: -33px center
}

.box.prayer-times .prayers li[data-type=maghrib]:before {
    background-position: -66px center
}

.box.prayer-times .prayers li[data-type=sunrise]:before {
    background-position: -132px center
}

.box.prayer-times .prayers li[data-type=sunset]:before {
    background-position: -99px center
}
.box.prayer-times .prayers li[data-type=night]:before {
    background-position: -165px center;
}
.pray-foot {
    text-align:center;
    display: block;
    margin-top: 16px;
    color: #b5b5b5;
    display: none;
}
.prayer h5,
.stat h5,
.weather h5 {
    color: #0b95ba;
    font-weight: 600;
    background-color: rgb(222, 222, 222);
    height: 40px;
    margin-top: 0px;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
    text-align: center;
    font-size: 14pt;
}
.weather-icon {
    font-family: weathericons;
    font-size: 100pt;
    color: rgb(11, 149, 186);
    float: right;
    padding: 0px 15px;
    margin-top: -31px;
    width: 45%;
    text-align: left;
}
.weather-detail {
    float: left;
    width: 50%;
    margin-top: 15px;
    direction: ltr;
}
span.dama {
    display: block;
    text-align: center;
    font-size: 30pt;
    font-family: iransansnumber, wsahel;
    color: rgb(242, 97, 9);
}
.weather-div {
    font-family: iransansnumber, wsahel;
    font-size: 9pt;
}
span.weather-now {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 12pt;
    border-radius: 5px;
    color: rgb(0, 150, 6);
    padding: 5px 10px 5px 0;
    background: #dedede;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
span.weather-title {
    /* direction: ltr; */
    
    padding: 10px;
}
span.weather-bdama {
    color: red;
    font-weight: 600;
}
span.weather-kdama {
    color: rgb(11, 149, 186);
    font-weight: 600;
}
.stat-div {
    font-family: iransansnumber, wsahel;
    line-height: 200%;
    padding-top: 15px;
    /* font-weight: 600; */
}
span.stat-title {
    float: right;
    padding-right: 20%;
}
span.stat-num {
    float: left;
    padding-left: 20%;
    color: rgb(50, 111, 8);
}
.payam-div {
    padding: 40px 0;
}
.payam-div h3 {
    position: absolute;
    left: 77px;
    z-index: 3;
    bottom: 42px;
    font-weight: 600;
    color: #056184;
}
.poll-div {
    border-right: 1px solid #ED6743;
    padding: 40px 0;
}
b.caret {
    margin: 4px;
}
.poll-div ul li a {font-size: 12pt;font-weight: 600;border: 1px solid #ed6743;padding: 7px;background: rgba(255, 255, 255, 0.54);border-radius: 4px;}
.poll-div ul li {padding: 9px;margin-bottom: 10px;}
.relation-in {}
div.ticker {
    background-color: #1783ac;
    border: 1px solid #0b546f;
    border-radius: .5em;
    box-shadow: inset 0 1px 9px hsla(0, 0%, 0%, .25), 0 -2px 2px hsla(0, 0%, 0%, .05), 0 2px 2px hsla(0, 0%, 100%, .75);
    height: 4em;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    max-width: 90%;
    margin: auto;
}
div.ticker:after {
    border-radius: .5em;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.ticker li {
    list-style-type:none;
    font-weight:600;
    color: #fff;
    font-size: 12pt;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px hsla(0, 0%, 0%, .25);
    white-space: nowrap;
    padding:8px;
    text-shadow: 3px 3px #0a0a0a, -1px 0 #0a0a0a, 0 -1px #0a0a0a, 0 1px #0a0a0a, 1px 0 #0a0a0a;
}
div.ticker-inner {
    position: relative;
}
.div-lv-2-marq {
    min-height: 300px;
    background: url('/pic/bg-in-dv.png');
    background-attachment: fixed;
    padding: 75px 0;
    text-align: center;
}
.div-lv-2-marq h3 {
    margin-top: 0px;
    font-family: iransansnumber, wsahel;
    font-weight: 600;
    font-size: 12pt;
    color: rgb(13, 153, 191);
}
.in-counter {
    /* float: left; */
    text-shadow: none;
    font-weight: 600;
    color: #5e5e5e;
    font-size: 12pt;
}
.print-bottom {
    top: 9px;
    font-size: 17pt;
    cursor: pointer;
}
.ads-box {
    border: 1px solid #ED6743;
    border-radius: 5px;
    background-color: rgba(20, 170, 210, 0.5);
    padding: 18px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.ads-box:hover,
.ads-box2:hover {
    background-color: rgb(12, 151, 189);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ads-box a {
    font-size: 12pt;
    font-weight: 600;
    color: rgb(10, 10, 10);
}
.ads-box2 {
    border: 1px solid rgb(237, 103, 67);
    border-radius: 5px;
    background-color: rgba(20, 170, 210, 0.498039);
    padding: 0px;
    margin: auto auto 20px;
}
.ads-box2 img {
    width: 128px;
}

/* sitemap */
div#treeContainer {
    padding: 30px;
    text-align: right;
    background-color: #ffffff;
    padding-right: 80px;
    padding-bottom: 50px;
}
#treeContainer p {
    padding: 20px;
}
#link_expandAllButton {
    font-weight: 600;
    font-size: 12pt;
    color: rgb(8, 97, 121);
}
#link_collapseAllButton {
    font-weight: 600;
    font-size: 12pt;
    color: rgb(8, 97, 121);
}
i.fa.fa-folder-open {
    font-size: 1.2em;
}
ul.sitemap {
    margin-left: -30px;
    font-size: 11pt;
    font-weight: 600;
}
.sitemap li {
    padding: 7px 11px 0 15px;
    color: #0C97BC;
    margin-left: -15px;
    list-style-type: none;
    cursor: pointer;
}
.sitemap li ul {
    display: none;
    margin-top: 3px;
    margin-left: -25px;
    margin-bottom: 20px;
}
.sitemap > li > ul > li {
    border-right: 1px dotted #cccccc;
}
.sitemap li a {
    color: #000000;
}
.sitemap li a.selectedDoc {
    background-color: #e3e3e3;
}
.sitemap li span.pipe {
    color: #cccccc;
}
.div-lv-2 h2 {
    background: url(/pic/title-bg.png)no-repeat center bottom scroll;
    text-align: center;
    padding: 10px;
    color: #0da896;
    margin-bottom: 26px;
}
/* pages */
.breadcrumb-page i.glyphicon.glyphicon-home {
    font-size: 12pt;
}
.breadcrumb-page .breadcrumb>li+li:before {
    content: "\00a0 > \00a0";
    font-size: 14pt;
    font-weight: 600;
}
.breadcrumb-page a {
    font-family: byekan;
    font-weight: 600;
    font-size: 11pt;
    color: #565656;
}
.breadcrumb-page .breadcrumb>.active {
    font-family: byekan;
    font-size: 11pt;
    font-weight: 600;
    color: rgb(0, 189, 202);
}
.page-sitemap {
    float: left;
    top: -50px;
    left: 10px;
    position: relative;
}
.page-sitemap a {
    color: rgb(0, 189, 202);
    font-size: 10pt;
}
.page-sitemap a:hover {
    color: rgb(0, 0, 0);
}
.shadow {
    -moz-box-shadow: 1px 1px 5px black;
    box-shadow: 1px 1px 5px black;
}
.year-slogan {
    text-align: left;
}
.year-slogan img {max-width: 200px;}
.nie {
    width: 118px;
    height: 37px;
    position: absolute;
    bottom: 14px;
    right: 10px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.nie-logo2 {
    position: absolute;
    bottom: 0px;
    background: #a476d0;
    transition: all 0.2s ease-in-out;
}

.nie-logo1 {
    display: none;
    position: absolute;
    bottom: 0px;
    background: #3F51B5;
}

.nie:hover .nie-logo2 {
    background: #FF9800;
}
.nie:hover {
    height:97px;
}
.nie:hover .nie-logo1 {
    display: block !important;
    position:relative;
}
.modal-dialog {
    width: 600px;
}
.thumbnail {
    margin-bottom: 6px;
}
.blur {
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
    transform: scale(0.9);
    opacity: 0.6;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.gallery-cat {
    margin: 30px auto;
    text-align: center;
}
.gallery-in-col {
    margin: 10px auto;
}
.gallery-in {
    margin: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
.gallery-title h5 {
    color: #cc0000;
    font-family: iransansnumber, wsahel;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px dotted;
}
.gallery-title > a {
    float: left;
    margin-top: -32px;
    color: rgb(222, 155, 155);
}
.gallety-img {
    text-align: center;
    padding: 20px;
}
.gallety-img img {
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    background-color: white;
}
.logo-ov {
    position: fixed;
    z-index: 999;
    bottom: -11px;
    left: 0px;
    max-width: 30%;
}
.map-div h5 {
    font-size: 11pt;
    font-family: iransansnumber, wsahel;
    color: rgb(6, 167, 162);
}
.map-nav {
    position: fixed;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 200px;
    width: 40%;
    text-align: right;
    bottom: 14px;
    padding: 10px;
    border-radius: 10px 0px 0px 0px;
    font-family: iransansnumber, wsahel;
    font-size: 8pt;
}
.map-nav span {
    color: white;
}
.map-nav img {
    width: 20px;
    margin-left: 7px;
    background-color: white;
}
.map-nav li {
    height: 29px;
}
#mapcat {
    margin-left: 7px;
}
span.in-label {
    color: rgb(7, 167, 162);
    font-weight: 600;
    font-family: b yekan;
    font-size: 9pt;
}
span.in-kb {
    color: rgb(0, 43, 182);
    font-weight: 600;
}
span.out-kb {
    color: rgb(82, 136, 0);
    font-weight: 600;
}
.button {
    position: fixed;
    z-index: 1000;
    right: 0px;
    bottom: 0px;
}
.reveal {
    background-color: #EDEDED;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: url('linear-gradient(top,%20#eee, #ccc');
    border: 1px solid #777;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .1em;
    -webkit-border-radius: .1em;
    border-radius: .1em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    font-variant: normal;
    font-weight: 600;
    line-height: 2em;
    font-size: 9pt;
    font-family: iransansnumber, wsahel;
    height: 30px;
    border-bottom: 3px solid #787878;
    max-width: 200px;
    width: 40%;
}
.reveal:hover {
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: url('linear-gradient(top,%20#fafafa, #ddd');
    border-bottom: 2px solid;
}
.gm-style-mtc > div {
    font-family: iransansnumber, wsahel !important;
    font-size: 12pt !important;
    top: 60px;
}
.news-footn {
    margin-top: 20px;
    background: #ffffff;
    height: 59px;
    padding: 15px;
    font-weight: 600;
}
.news-footn .btn-print {
    padding: 7px !important;
    margin-top: -19px !important;
}
.big-link ul li a {
    background: #ffffff;
    padding: 18px;
    color: #000000;
    font-size: 15pt;
    font-weight: 600;
    border: 2px solid;
    transition: all 0.2s ease-in-out;
}
.big-link ul li {
    display: inline-block;
    padding: 33px;
}
.big-link ul li a:hover {
    font-size: 18pt;
    color: #FFFFFF;
    background: #000000;
}
.special {
    min-height: 300px;
    background: url(/pic/pt0.png) #1783ac;
    border-top: 2px solid #00bdca;
    /* background-size: cover; */
    border-bottom: 3px solid #040404;
    background-position: bottom right;
    padding-bottom: 50px;
}
.special h5 {
    margin-top: 0px;
    padding: 30px;
    font-family: iransansnumber, wsahel;
    font-size: 14pt;
}
.owl-wrapper {
    margin-top: 0px;
    margin: auto;
    text-align: center;
}
.owl-buttons .glyphicon {
    font-size: 18pt;
}
.owl-pagination {
    margin-top: 12px;
}
.owl-theme .owl-dots .owl-dot span {
    background:#00!important;
    border: 0px solid!important;
    width: 13px!important;
    height: 13px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00bdca!important;
    border:0px!important;
}
.owl-slide {
    height: 300px !important;
}
.support-serv h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 3px 3px #0a0a0a, -1px 0 #0a0a0a, 0 -1px #0a0a0a, 0 1px #0a0a0a, 1px 0 #0a0a0a;
}

#sup-slds:hover, #spc-slds:hover, #icon-slds:hover {
    cursor: url('/pic/drag.png') 16 9, ew-resize !important;
}

#sup-slds:hover .owl-item {
    opacity:0.5;
    transition:all 0.2s ease-in-out;
}

.owl-controls {
    left: 0px;
    position: absolute;
    top: -50px;
}

.owl-nav {
    margin-left: 14px;
    position: relative;
    width: 41px;
    left: 0px;
    height: 28px;
    float: left;
}

.owl-dots {
    margin-left: 10px;
    float: left;
}

.owl-prev {
    position: absolute;
    top: -7px;
    left: 5px;
}

.owl-next {
    position: absolute;
    top: -7px;
    left: 24px;
}

#spc-slds .owl-nav .owl-prev,
#spc-slds .owl-nav .owl-next,
.support-serv .owl-nav .owl-prev,
.support-serv .owl-nav .owl-next {
    font-size: 14pt;
    color: #ffffff;
}
.owl-item:hover {
    opacity: 1 !important;
}
.owl-item .in-item {
    margin: 25px 10px;
    border-radius: 10px;
    padding: 20px;
    height: 200px;
    border: 2px solid #056F6A;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
#icon-slds .owl-item .in-item {
    margin: auto;
    border-radius: 10px;
    padding: 10px;
    height: 150px;
    border: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
#icon-slds.owl-carousel .owl-item img {display: inline;}
.supp-ico {
    background: #00c2d2;
    border: 0px solid !important;
    transition: all 0.2s;
}
.supp-ico:hover {
    margin: 6px 0px;
    height: 240px;
    box-shadow: 0px 0px 13px 0px rgba(0,0,1,0.5);
}
.owl-theme .owl-controls .owl-buttons div {
    background: none !important;
    color: #F1F1F1 !important;
    opacity: 0.7 !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #FFFFFF;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFFFFF;
    opacity: 1;
}
.in-item h3 {
    font-family: iransansnumber, wsahel;
    /* font-weight: 200; */
    font-size: 14pt;
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 1px solid #27C5BD;
    color: #ffffff;
    background: #23ddca91;
    margin: -20px;
    font-weight: 900;
    padding: 20px;
    margin-bottom: 7px;
    text-shadow: 3px 3px #0a0a0a, -1px 0 #0a0a0a, 0 -1px #0a0a0a, 0 1px #0a0a0a, 1px 0 #0a0a0a;
}
.in-item ul li {
    font-family: iransansnumber, wsahel;
    text-align: right;
    line-height: 230%;
}
.in-item ul li a {
    display: block;
    padding: 2px 0px;
    transition: all 0.2s ease-in-out;
}
.in-item ul li a:hover {
    background: rgba(46, 204, 196, 0.54);
    padding-right: 10px;
}
.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='2');
}
.ann-icon,
.bill-icon,
.blin-icon,
.ebook-icon,
.gallery-icon,
.user-icon {
    background: url('/pic/slide-icons.png') #ffffff no-repeat;
}
.ann-icon {
    background-position: -0px -0px;
    height: 202px;
}
.bill-icon {
    background-position: -305px -0px;
    height: 202px;
}
.blin-icon {
    background-position: -0px -202px;
    height: 202px;
}
.ebook-icon {
    background-position: -305px -202px;
    height: 202px;
}
.gallery-icon {
    background-position: -0px -404px;
    height: 202px;
}
.user-icon {
    background-position: -305px -404px;
    height: 202px;
}
a.ahelp {
    float: left;
    position: absolute;
    left: 30px;
    top: 60px;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 600;
}
a.aflow {
    float: left;
    position: absolute;
    right: 10px;
    top: 60px;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 600;
}
.adirc {
    padding: 50px;
    margin: auto;
    text-align: center;
}

.adirc a {
    background: #8BC34A;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.adirc a:hover {
    background: #009688;
}
.phform {
    margin: 20px auto;
    width: 50%;
    border: 1px solid #2b7c92;
    padding: 15px;
    background: #ffffff;
}

.phform a {
    font-weight: 600;
}
table.in-tb > tbody > tr > td img {
    padding: 5px;
}

.cus-size li {
    display: inline-block;
    font-weight: 600;
}
.cus-col li {
    display: inline-block;
    font-weight: 600;
}
.cus-col li a {
    color: #ffffff;
    padding: 0px 7px;
    cursor: hand;
    cursor: pointer;
    border: 1px solid;
    padding: 4px;
    margin-right: 5px;
    border-radius: 4px;
    text-decoration: none;
}

.cust span {
    float: right;
    padding: 5px;
    margin-top: 0px;
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
    font-weight: 600;
}

.cus-col {
    float: right;
    border-right: 1px solid;
    padding: 8px;
    padding-left: 8px;
    margin-right: 8px;
}

.cus-size {
    float: right;
    border-right: 1px solid;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
}

.cus-size li button {
    color: #000000;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
}

.contactlist {
    min-height:50px;
}
.contactlist a {
    float: left;
    padding: 10px;
    background: #ffa500;
    border: 1px solid;
    border-radius: 5px;
}

ul.lvl1 li {
    background: #00BCD4;
    font-size: 14pt;
    font-weight: 600;
    padding: 15px;
    color: rgb(255, 238, 88);
    min-height: 50px;
}

ul.lvl1 li .addforum {
    float: left;
    color: #ffffff;
}

ul.lvl12 li, ul.lvl13 li {
    background: #ffffff;
}
.lvl13 {
    min-height: 500px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
}
.lvl13 h3 {
    background: #00BCD4;
    padding: 20px;
    color: #ffffff;
    font-size: 14pt;
    font-weight: 600;
}

a.addforum {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
    color: #FFF176;
}

ul.lvl13 li {
    padding: 10px;
    font-size: 10pt;
    font-weight: 600;
    display: block;
    min-height: 200px;
    position: relative;
}
.forumdate {
    float: left;
    color: #54ccf3;
    font-size: 10pt;
}

.forumdeta {
    color: #d0d0d0;
    font-size: 10pt;
    margin: auto 10px;
    padding: 0px 10px;
}

.lvl13 .forumdate {
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.lvl13 .forumdeta {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.tag-in {
    padding: 10px;
    font-size: 10pt;
    font-weight: 600;
    border-top: 1px dashed #00bdca;
    border-bottom: 1px dashed #00bdca;
    color: #00bdca;
}

.special-div {
    background: url(/pic/div-custom-bg.jpg?v);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.special-div h5 {
    margin-top: 30px;
    font-size: 14pt;
    text-align: justify;
    font-weight: 600;
    line-height: 200%;
    padding-top: 20px;
    font-family: iransans;
}

.special-div .row {
    margin-top: 58px;
}
#slider-main {
    /* background: url(/pic/loading-1.GIF) #ffffff; */
    height: 235px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 200px; */
    cursor: -webkit-grab;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing !important;
}

.Div-slide {
    max-width: 100%;
    padding: 40px;
    height: 500px;
    /* width: 100%; */
    /* border: 1px solid rgb(177, 178, 179); */
    position: relative;
    direction: ltr;
    overflow: hidden;
    background: url(/pic/k1.jpg);
}
.slider-over {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 67px;
    z-index: 10;
    background: url();
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  position: absolute;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  bottom: 0px;
  z-index: 100;
}
.top-bar {
    background: url(/pic/top-bar.png) center 0 no-repeat;
    width: 100%;
    height: 95px;
    z-index: 10;
    position: absolute;
    top: 0;
}

.bottom-bar {
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 1;
    width: 100%;
    /* height: 62px; */
}
.bottom-bar2 {
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding-top: 0px;
    z-index: 1;
    position: absolute;
    top: 0;
}
.top-bar2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 620px;
    background: url(/pic/top-bar2.png) 50% 100% no-repeat;
}
.slider-text {
	position: absolute;
	max-width: 1170px;
	/* width: 100%; */
	height: 100%;
	left: 20%;
	bottom: 0px;
	margin: auto;
}

.slider-text div {
    position: absolute;
    bottom: 4em;
    left: 2em;
    width: 20em;
    /* height: 8em; */
    padding: 1em;
    background: rgba(255, 255, 255, 0.67);
    border-radius: 4px;
    z-index: 1000;
    text-align: center;
    font-size: 13pt;
}

#slider-main .owl-item {
    height: 400px;
    background: url(/pic/loading.svg) #ffffff7a;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-size: 100px 100px;
    background-repeat: no-repeat;
}

@media(min-width:576px){
   #slider-main .owl-slide img {
    width: 100% !important;
    margin: auto;
    height: 400px !important;
    cursor: -moz-grab;
    object-fit: cover;
    cursor: -webkit-grab;
}}

#slider-main .owl-controls {
    top: 12px;
}

.container.rel{
    position:relative;
    z-index: 10;
}

.mes-dec {
    background: #1783ac;
    position: relative;
}
#cus, #ads, #eve, #news-niroo {
    background: #ffffff;
    background: #ffffff96;
    min-height: 400px;
}
.main-linx {
    /* margin: 20px auto; */
    padding: 20px 0;
    background: #fff url() no-repeat bottom;
}

.row.main-links {
    background: #ffffff;
    background: #ffffff6b;
    border-radius: 10px;
    padding: 20px;
}

.main-links2 {
    text-align: center;
    transition: all 0.2s ease-in-out;
    padding: 10px 0;
}

.main-links2:hover {
    background:#f1f1f1;
    background: #0000002e;
    border-radius:5px;
}

.main-links2 img {
    width: 80px !important;
    margin-bottom: 10px;
}

.main-links2 h4 {
    margin-bottom: 0px;
    font-size:12pt;
    font-weight: 600;
}
.page-in h1 {
    font-weight: 900;
    line-height: 200%;
    font-size: 18pt;
    color: #592d86;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #584091;
}
.list1 {
    border: 1px solid;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
}

.list1 h1 {
    background: #23ddca;
    margin: -10px;
    margin-bottom: 10px;
    padding: 10px;
    color: white;
    font-weight: 600;
    font-size: 14pt;
}

.list1 ul li a {
    padding: 5px;
    border-radius: 5px;
    font-size: 11pt;
    transition: all 0.2s ease-in-out;
    display: block;
}

.list1 ul li {
    margin: 10px auto;
}

.list1 ul li a:hover {
    background: #00bdca;
    color: #ffffff;
}
.navbar-nav {
    float: right !important;
    margin: 0;
}
.cus-ico-img {
    border-radius: 10px;
    width: 200px;
}

img.slogan-in {
    margin-top: 32px;
    opacity: 1;
}

.in-news-top:before {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    content: ' ';
    opacity: 0.1;
    position: absolute;
    z-index: 0;
}
.in-news-top {
    border: 1px solid #0aa9a9;
    background: #ffffff;
    margin-bottom: 14px;
    padding: 10px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.in-news-top-in {
    padding: 20px;
    position: relative;
    z-index: 10;
}
.in-news-top h5 {
    color: #ffffff;
    text-align: right;
    font-family: iransans;
    padding: 12px;
    font-size: 14pt;
    display: table;
    font-weight: 900;
    margin-top: -30px;
    /* border-bottom: 2px solid#0aa9a9; */
    background: #0aa9a9;
}
.top-img {
    float: right;
    width: 40%;
    max-height: 220px;
}
.top-text a {
    color: #005397;
    font-family: iransans;
    text-align: justify;
    display: block;
    padding-bottom: 8px;
    font-weight: 900;
    font-size: 16pt;
    line-height: 200%;
    text-shadow: 2px 2px #ffffff;
}

a.event-t2 {
    font-size: 14pt;
    font-weight: 900;
    color: #005297;
    text-align: justify;
    display: block;
    padding-top: 10px;
}

a.mnews {
    float: left;
    border: 1px solid #317ee0;
    padding: 5px;
    font-size: 13pt;
    /* border-left: #ffffff; */
    margin-left: -11px;
    margin-bottom: -11px;
    background: #e7fdf7;
}
.date1 {
    text-align:left;
    margin-bottom:5px;
    position: absolute;
    right: 0px;
    width: 100px;
    top: -70px;
}
.date1 .ndate-in {
    font-weight: 600;
    color: #ffffff;
    background: #0aa9a9;
    padding: 5px;
    border-radius: 5px;
    display:inline;
}

.ndate-in {
}
.top-text {
    float: left;
    width: 57%;
}
img.ppic1 {
    width: 100%;
    vertical-align: top;
    border: 3px solid #dddddd;
}
img.ppic2 {
    vertical-align: top;
    border: 3px solid #dddddd;
}
.kholase {
    font-size: 11pt;
    text-align: justify;
    display: block;
    font-family: iransans;
    line-height: 200%;
}
.top-img2 {
    /* width: 240px; */
    /* height: 160px; */
    overflow: hidden;
    position: relative;
}
.top-img2 .ppic1 {
    width: 240px;
    height: 160px;
}
.in-news2 ul li {
    display: table-cell;
    width: 200px;
    position: relative;
    text-align: center;
    padding: 15px;
    padding-bottom: 0px;
    transition: all 0.3s ease-in-out;
}
.in-news2 ul li:hover {
    background: rgba(255, 255, 255, 0.51);
}
.in-news2 ul li:hover a.event-t2 {
    color: #067570;
}
.in-news2 {
    border: 1px solid #0aa9a9;
    background: #ffffff;
    /* margin: 5px; */
    padding: 10px;
}
.in-news2 .ndate-in {
    color: #067570;
    margin: 10px 4px 0 0;
}
.in-news2 h5 {
    color: #0aa9a9;
    text-align: right;
    padding: 5px;
    font-size: 14pt;
    font-family: iransans;
    font-weight: 600;
    padding-top: 0px;
    /* border-bottom: 1px solid #327cdf; */
}
.in-news3 {
    border: 1px solid #0aa9a9;
    background: #ffffff;
    margin-top: 10px;
    padding: 10px;
    height: 100%;
}
.in-news5 {
    border: 1px solid #307ddf;
    background: #ffffff;
    margin-left: -15px;
    padding: 10px;
    /* height: 100%; */
    height: 360px;
}
.payam-rooz {
    border: 1px solid #036363;
    background: #0aa9a9;
    /* margin: 10px; */
    padding: 7px;
    /* margin-right: -20px; */
    height: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 14pt;
    line-height: 100%;
    overflow: hidden;
}
.payam-rooz marquee {
    width: 100%;
    padding: 20px;
}
.tz3 {
    background: url(/pic/box-bg2.png);
    border: 2px solid #0d98bd;
    /* display: table; */
}
.in-news3 h5,.in-news5 h5 {
    color: #0aa9a9;
    font-family: iransans;
    text-align: right;
    padding: 5px;
    font-size: 12pt;
    font-weight: 600;
    padding-top: 0px;
    border-bottom: 1px solid #0aa9a9;
}
.top-text2 {
    margin-top: -50px;
    position: absolute;
    text-align: right;
    padding: 5px;
    background: rgba(0, 0, 0, 0.54);
}
.top-text2 a {
    color: #ffffff;
}
.tazeha {width: 90%;}
.top-img3 {
    /* width: 140px !important; */
    height: auto !important;
    /* background: #ffffff; */
}
.rev-img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.ppic {
    border: 5px solid #FFF;
    border-radius: 35px;
    width: 80px;
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px #fff, 0 1px 2px #7283BC;
    -moz-box-shadow: inset 0 1px #fff, 0 1px 2px #7283BC;
    box-shadow: inset 0 1px #fff, 0 1px 2px #7283BC;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}


@media print {
    body {
        width: 1000px !important;
    }
    
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        box-shadow: none!important;
    }
    
    input,
    button,
    select,
    textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    
    button,
    input,
    select[multiple],
    textarea {
        background-image: none;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")"
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    
    .right-men {
        display: none;
    }
    
    #old-site {
        display: none;
    }
    
    .btn-print {
        display: none;
    }
    
    .quick-link {
        display: none;
    }
    
    .en-site,
    .fa-site {
        display: none;
    }
}

/*   */
@media(max-width: 767px) {
    .panel-news {
        margin-right: 0px !important;
        min-width: 100%;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFFFFF;
    }
}

/*   */
@media(min-width: 768px) and (max-width:991px) {
    .panel-news {
        margin-right: 0px !important;
        min-width: 100%;
    }
}

/*   */
@media(min-width: 992px) and (max-width:1199px) {
    .panel-news {
        position: relative;
        float: right;
        margin-right: 15px;
        min-width: 720px;
    }
    
    ul.news-rs > li {
        float: left;
        width: 50%;
    }
}

/*   */
@media(min-width: 1200px) {
    .panel-news {
        position: relative;
        float: right;
        margin-right: 15px;
        min-width: 720px;
    }
}

article.box.box1 {
    padding: 25px;
    text-align: center;
    background: #ffffff7a;
    border-radius: 15px;
    box-shadow: 0 10px 30px 0 rgba(211, 215, 221, 0.4);
    box-sizing: border-box;
    margin: 120px 40px 40px 40px;
    /* min-height: 280px; */
    transition: all 0.4s ease;
}
.box1 .icon {
    background-color: #e2f9f9;
    box-shadow: 5px 9px 20px 0px rgba(251, 94, 109, 0.4);
    -moz-box-shadow: 5px 9px 20px 0px rgba(251, 94, 109, 0.4);
    -webkit-box-shadow: 5px 9px 20px 0px rgba(251, 94, 109, 0.4);
}
.box .icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 88px;
    margin: -70px auto 20px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.box .icon img {
	max-width: 69px;
}
#about_section .box .icon span {
    font-size: 50px;
    color: #fff;
    line-height: 88px;
}

h3.title a {
    font-weight: 900;
    font-size: 18pt;
}

.box  .btn-info {
	font-size: 14pt;
	background: #369151;
	border: #ffffff;
	color: #c3ea21;
	margin-top: 20px;
}

.chanslr {
	width: 230px;
	margin: auto;
	display: block;
	margin-bottom: 6px;
	box-shadow: rgb(187, 187, 187) 0px 3px;
	background-color: rgb(218, 202, 153);
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
	transition: all 0.2s ease-in-out 0s;
}
img.chanslr:hover {
    transform: scale(1.15);
}
.news-matn img {
    max-width: 100%;
}