@import url(fonts/nie-fonts.css);
*::-moz-selection {
    color: #fff;
    background-color: #b62427
}

*::selection {
    color: #fff;
    background-color: #b62427
}

body {
    background: url(/pic/bg-header.png) no-repeat scroll top center, url(/pic/all-bg.jpg) #f2f2f2 repeat-x center top;
    -webkit-font-smoothing: antialiased!important;
    font-size: 13px;
    color: #535b60;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
    direction:rtl;
    overflow-x: hidden;
}
.pages {
    text-align: center;
}
h1.main-slog {
    padding: 0;
    margin: 0;
    color: black;
}

* {
    /* font-family: wsahel; */
    font-family: iransansnumber,azarmehr;
    margin: 0;
    padding: 0;
}


a:link {
    color: #000;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none;
    outline: none;
    color: #686868;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    transition: color .5s
}

h1 {
    color: #c00;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px
}

#head {
    margin: 0 auto;
    clear: both;
    /* margin-top: 40px; */
}

.top {
    background-color: #A9BA50;
    background: linear-gradient(90deg,#a9ba51 0,#48bea9 50%,#a9ba50);
    text-align: left;
    color: #fff;
    margin: 0 auto;
    height: 7px;
    /* position: absolute; */
    width: 100%;
    /* margin-top: -40px; */
}

.navbar .container {
	
}

.container-in {
	
}

#top-head-main {
    /* background: transparent url(/pic/bg-header.png) no-repeat scroll top center; */
    width: 100%;
}
@media (max-width:768px) {
#top-head-main {
    margin-bottom:-30px
}
}

#head-main {
    margin: 0 auto;
    color: #f9f6f6;
    font-weight: 800;
    font-size: 12px;
    line-height: 200%;
}

.news-box {
    border: 1px solid #A9BA50;
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
}

.news-box h5 {
    margin: -10px;
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradient(90deg,#7c8c2b 0,#94a53e 50%,#a9ba50);
    color: #000000;
    font-weight: 600;
}

.site-footer {
	/* margin-top: 20px; */
	position: relative;
	background: #5e5c5c;
}

#main {
    background: #fff;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #cecece;
    letter-spacing: 0;
    border-radius: 4px;
}

.mmenu ul li a:hover {
    display: block;
    background: 0091dd
}

@media (min-width:768px) {
    .nav-in>li>a {
        color: #fff!important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .nav-in>li>a:hover {
        color: #000!important;
        background-color: #ece5e5!important;
    }

    .nav-in>li>a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: -2px;
        overflow: hidden;
        height: 3px;
        border-radius: 3px;
        -webkit-transition: background-color .2s ease, left .2s ease, right .2s ease;
        -moz-transition: background-color .2s ease, left .2s ease, right .2s ease;
        -o-transition: background-color .2s ease, left .2s ease, right .2s ease;
        -ms-transition: background-color .2s ease, left .2s ease, right .2s ease;
        transition: background-color .2s ease, left .2s ease, right .2s ease
    }
    .nav-in>li>a:hover:before {
        left: 0;
        right: 0;
        background-color: #000000;
    }
}

.sm2-bar-ui {
    font-size: 19px
}

.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
    background-color: #56b4cd;
    background-color: rgba(86, 180, 205, .70)
}

.sm2-main-controls {
    direction: ltr
}

.sm2-bar-ui .sm2-inline-texture {
    background: transparent
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(/pic/icon_top.png) no-repeat
}

.nav-in {
    float: right;
}

.main-nav {
    border: 0 solid!important;
    background-color: #7a4794;
    /* background-image: linear-gradient(90deg,#ff1a11 0,#f15a24 50%,#f8931e); */
    margin-bottom: 0;
    border-radius: 10px;
    z-index: 5;
}

.in-logo {
    height: 125px;
    padding-top: 10px;
    float: right;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

ul.dropdown-menu {
    right: 0;
    text-align:right;
    background: #7a4794;
}
ul.dropdown-menu li:hover {
    
}
ul.dropdown-menu li a {
    color:#ffffff;
    display:block;
    padding:10px;
}
ul.dropdown-menu li a:hover {
    background: #ece5e5;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #a877c2;
}
img.logo {
    width: 260px;
    margin: 15px;
}

@media (max-width:768px) {
img.logo {
    width: 175px;
}
}

.head-main .container {
    display: inline-block;
    margin-top: 7px;
    width: 100%;
    height: 100px;
}

.in-nav {
    float: left;
}

@media (max-width:768px) {
.in-nav  {
    float:right !important;
}
}

.search-form {
    padding: 10px 0px;
    float: left;
}

@media (max-width:768px) {
.search-form {
    display:;
}
}

.search-text {
    width: 100px !important;
    box-shadow: none !important;
    color: #b1518b !important;
    transition: all ease-in-out 0.2s;
    font-weight: 600;
    background: #ffffff;
    border-radius: 50px;
    font-family: inherit;
    text-align: right !important;
    border: navajowhite;
    padding: 5px;
}

.search-text:focus {
    width: 200px !important;
}

.slider-box {
	border: 5px solid #ffffff;
	margin: 10px auto;
	height: 400px;
	overflow: hidden;
	background: #808080;
	background: url(/pic/loading.svg) #e0e0e0;
	background-repeat: no-repeat;
	background-position: center center;
	/* box-shadow: 0 1px 4px #c7c7c7; */
	border-radius: 5px;
	/* box-shadow: 0 0 15px rgba(0,0,0,.15); */
}

#slider-main i {
    font-size: 30pt;
    color: #b2518b;
}

img.item {
    height: 100%;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 10px;
}
.owl-nav {
    position: absolute;
    top: 45%;
    width: 102%;
    font-size: 20pt;
}
.owl-prev,
.owl-next {
    font-size: 15pt;
    color: #ffffff !important;
}

.owl-prev {
    position: absolute;
    left: 35px;
}

.owl-next {
    position: absolute;
    right: 15px;
}

.slider-text {
	/* position: absolute; */
	max-width: 1170px;
	height: 100%;
	left: 20%;
	bottom: 0px;
	margin: auto;
}

.slider-text div {
    position: absolute;
    bottom: 21px;
    right: 10px;
    /* width: 20em; */
    /* height: 8em; */
    padding: 20px 40px;
    background: #ffffffd1;
    border-radius: 2px;
    color: #7a4794;
    z-index: 1000;
    text-align: center;
    font-size: 13pt;
    font-weight: 900;
    overflow:hidden;
}
.slider-text div:before {
    content: ' ';
    width: 32px;
    height: 100px;
    padding: 3px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 222;
    background: url(/pic/cor-2.png) no-repeat -79px -22px;
    background-size: cover;
    display: inline-block;
}

.slider-text div:after {
    content: ' ';
    width: 32px;
    height: 100px;
    padding: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 222;
    background: url(/pic/cor-2.png) no-repeat -29px 17px;
    background-size: cover;
    display: inline-block;
}


#slider-main .owl-item {
    height: 400px;
}

@media(min-width:576px){
   #slider-main .owl-slide img {
    width: 100% !important;
    margin: auto;
    height: 400px !important;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    height: 250px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
    cursor: pointer;
}}
button.btn.btn-default.btn-sub {
    text-shadow: none;
    z-index: 0;
    color: #ffffff;
    position: relative;
    border-right: 0px;
    font-weight: 600;
    background-repeat: repeat-x;
    background: #189092;
    margin-right: -25px;
    border: navajowhite;
    height: 35px;
    border-radius: 50px !important;
}

button.btn.btn-default.btn-sub i {
    margin-left: 3px;
    font-weight: bold;
    font-size:14pt;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #48bea9;
}

.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: 10px;
    top: -40px;
    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);
}


.page-in h1 {
    font-weight: 900;
    line-height: 200%;
    font-size: 18pt;
    color: #00bdca;
    background: #ffffff87;
    text-align: justify;
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #00bdca;
}
.search-in {
    direction: rtl!important;
    min-height: 500px;
    background: url(/pic/loading.svg) #ffffff no-repeat center center;
    background-size: 100px 100px;
}
.footer-b1 {
    /* background: linear-gradient(90deg,#663996 0,#663996 0,#6e4b93 39%,#d4619f 100%); */
    /* min-height: 100px; */
    /* background: #6d6e71; */
    /* border-top: 3px solid #25bddd; */
    /* margin-top: 50px; */
    /* padding-top: 50px; */
}
.footer-b1 .container {
    /* position: absolute; */
    /* background: url(/pic/social-bg.png) #ffffff left; */
    /* border: 3px solid #25bddd; */
    /* border-radius: 5px; */
    /* top: -35px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.footer-b2 {
    /* background: #dedede; */
    color: #850c64;
    height: 100px;
    border-bottom: 1px solid #aba0a0;
    min-height: 116px;
}

.footer-b3 {
    justify-content: center;
    border-top: 1px solid #000000;
    background-color: #353031;
    padding: 12px;
    color: #ffffff;
}

.colors-line {
    background-image: -webkit-gradient(linear,left top,right top,from(#29c2de),color-stop(25%,#0a94d6),color-stop(75%,#cf63c7),to(#e86987));
    background-image: -webkit-linear-gradient(left,#29c2de,#0a94d6 25%,#cf63c7 75%,#e86987);
    background-image: -o-linear-gradient(left,#29c2de,#0a94d6 25%,#cf63c7 75%,#e86987);
    background-image: linear-gradient(90deg,#29c2de,#0a94d6 25%,#cf63c7 75%,#e86987);
    height: 5px;
}

.ologo {

float: left;
}

.ologo ul {
    padding: 0px;
}

.ologo ul li {
    display: inline-block;
    padding: 10px;
}

.ologo ul li img {
    width: 100px !important;
}

ul.atn-box {
    margin-bottom:0px
}

ul.atn-box li {
    height: 70px;
    background-color: #f5f5f5;
    border-bottom: 3px solid #743f9c;
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 1px;
    position: relative;
}

ul.atn-box li a {
    font-weight: 600;
    display: block;
    height: 100%;
    padding: 1px 2px 0px 0px;
    display: inline-flex;
}

ul.atn-box li:hover {
    background-color: #68b9cb;
    border-bottom: 3px solid #fcf8e3;
    margin-right: 8px;
    margin-left: -8px;
}

ul.atn-box li:hover .in-ico-div h3 {
    color:#ffffff
}

ul.atn-box li a span {
    font-weight: 600;
    font-size: 8pt;
    left: 10px;
    bottom: 5px;
    position: absolute;
    padding: 10px 2px 0px 0px;
}

ul.atn-box li:hover a {
    text-decoration: none;
}
.in-ico-img {
    background-size: 10px 10px;
    background: url(/pic/banner-icon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
    /* float: right; */
}

.in-ico-div {
    /* float: left; */
    margin: -15px 10px;
    /* width: 80%; */
}

.in-ico-div h3 {
    font-size: 11pt;
    font-weight: 900;
    color: #4a90a0;
}
.in-ico-div h5 {
    font-size: 9pt;
    /* padding: 0px 50px 0 0; */
}

li.i-jobs .in-ico-img {

}

li.i-sendpic .in-ico-img {
    background-position: -128px 0px;
}

li.i-media .in-ico-img {
    background-position: -190px 0px;
}

li.i-intrs .in-ico-img {
    background-position: -252px 0px;
}

li.i-i-history .in-ico-img {
    background-position: -315px 0px;
}
.in-atn {
    margin-top: 8px;
    background: #4c92ad;
    padding: 7px;
    margin-right: -10px;
    border-radius: 5px;
    /* box-shadow: 0 0 15px rgba(119, 102, 102, 0.15); */
}

.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 {
    /* background: #F7F7F7; */
    margin: 10px;
    /* padding: 10px; */
    height: auto;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #DDDDDD; */
    /* background: #F7F7F7; */
    /* background: #ffffff; */
    border-radius: 5px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15); */
}
.in-news-top-in {
    padding: 15px;
    position: relative;
    z-index: 10;
}
.in-news-top h5 {
    color: #7a4794;
    text-align: right;
    padding: 12px 1px;
    font-size: 12pt;
    font-weight: 600;
    padding-top: 0px;
    background: url(/pic/title-bg2.png)no-repeat right bottom scroll;
}
.top-img {
    float: right;
    width: 40%;
    max-height: 220px;
}
.top-text a {
    color: #005397;
    text-align: justify;
    line-height: 200%;
    font-family: wsahel;
    display: block;
    padding-bottom: 10px;
    font-weight: 900;
    font-size: 14pt;
    text-shadow: 2px 2px #ffffff;
}
.ndate-in {

background: #56b4ce;

padding: 5px;

color: #ffffff;

border-radius: 4px;

margin-bottom: 7px;
}
.ndate-in i {
    margin-left:8px;
    font-size:12pt;
}
.top-text {
    float: left;
    width: 57%;
    text-align: left;
}
img.ppic1 {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border: 3px solid #dddddd;
}
img.ppic2 {
    vertical-align: top;
    border: 3px solid #dddddd;
}
img.ppic1, img.ppic2 {
    background: url(/pic/ilamtoday-placeholder.png) #e6e6e6 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.kholase {
    padding-top: 15px;
    font-size: 10pt;
    text-align: justify;
    display: block;
    line-height: 200%;
}
.top-img2 {
    /* width: 180px; */
    height: 108px;
    overflow: hidden;
    position: relative;
}
.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 #DDDDDD; */
    /* background: #F7F7F7; */
    /* background: #ffffff; */
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15); */
}
.in-news2 a {
    display:block;
    text-align: justify;
    margin: 10px 0;
    font-weight: 600;
    color: #7a4794;
}

.in-news2 .ndate-in {
    color: #808080;
    margin: 3px 4px 2px 0;
    text-align: left;
    display: block;
    display: none;
}
.in-news2 h5 {
    color: #0ca796;
    text-align: right;
    padding: 12px 1px;
    font-size: 12pt;
    font-weight: 600;
    padding-top: 0px;
    background: url(/pic/title-bg2.png)no-repeat right bottom scroll;
}
.in-news3 {
    /* border: 1px solid #DDDDDD; */
    /* background: #F7F7F7; */
    margin: 10px;
    padding: 10px;
    margin-right: -20px;
    height: 311px;
    /* border: 1px solid #DDDDDD; */
    /* background: #ffffff; */
    border-radius: 5px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15); */
}
.in-news3 h5 {
    text-align: right;
    color: #858585;
    padding: 12px 1px;
    font-size: 12pt;
    font-weight: 600;
    padding-top: 0px;
    background: url(/pic/title-bg3.png)no-repeat right bottom scroll;
}

.sec-in2 {
    background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
    /* margin: 0px -10px; */
    border-radius: 5px 5px 0 0;
}

a.mnews {
    border: 1px solid;
    padding:5px;
    float:left;
    display: none;
}

#news-slds .owl-dots {
    position: absolute;
    bottom: -5px;
    left: 0px;
}

#news-slds .owl-prev,
#news-slds .owl-next {
    font-size: 15pt;
    color: #48bea9 !important;
}

#news-slds .owl-prev {
    position: absolute;
    left: 5px;
}

#news-slds .owl-next {
    position: absolute;
    right: -9px;
}

#news-slds .owl-item {
    padding: 0px 20px;
}

button.navbar-toggle {
    margin-left: 0px;
    border: none;
    padding: 10px 20px;
    background-color: inherit !important;
}

.in-news2-item {
    /* border-left: 1px dashed #000000; */
    height: 200px;
}

.hotnews ul li{
   list-style: none;
   margin-bottom: 15px;
   transition:all 0.2s ease-in-out;
}
.hotnews ul li:hover {
    padding-right:10px
}
.hotnews ul li:hover:before{
    color:#56b4cd
}
.hotnews ul li:before{
   content: '\f192';
   display: inline-block;
   height: 12px;
   color: #7a4794;
   width: 13px;
   font-family: nie;
   background-size:cover;
}
.hotnews ul li a{
    font-size: 10pt;
    text-align: justify;
}
.hilght {
    color: #d02129;
}

article.in-article {
    padding: 10px;
    background: #ffffff;
    margin-top: 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    border-top: 5px solid #b0518b;
    border-bottom: 5px solid #b0518b;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

h3.in-news-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #48bea9;
    margin-bottom: 28px;
}

h5.in-news-sub {
    text-align: left;
    margin-bottom: 25px;
}

h5.in-news-sub span {
    font-weight: 600;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 7px;
}

.matn,
.matn p,
.matn span,
.matn font,
.matn a,
.matn div {
    font-size: 12pt !important;
    font-weight: normal !important;
    text-align: justify;
    line-height: 200% !important;
	margin-top: -10px;
}
.media {
    border: 1px solid silver;
    padding: 10px;
    background: #ffffff;
}

.out-news {
    width: 85%;
    border-bottom: 1px dotted #d4d5d7;
    margin: 10px auto;
}

.news-item {
    min-height: 133px;
    position: relative;
    clear: both;
}

.titro {
    font-weight: 600;
    color: #848484;
}

.news-item .ntitle {
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
}

.khol,
.khol p,
.khol font {
    font-size: 11pt !important;
    line-height: 150% !important;
    text-align: justify !important;
    padding-top: 10px;
}

.news-item .tarikh {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-weight: 600;
    color: #C3C3C3;
}

.news-kholase blockquote {
    font-weight: bold;
    margin: 2rem auto;
    font-size: 1.125em;
    color: #ffffff;
    border-top: 2px solid #397099;
    border-bottom: 2px solid #397099;
    border-right: 2px solid #397099;
    background: #397099;
    position: relative;
    padding: 3.625rem;
    max-width: 80%;
    text-align: justify;
    line-height: 180%;
}

.news-kholase blockquote:before {
    content: ' ';
    width: 100px;
    height: 100px;
    padding: 3px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 222;
    background: url(/pic/cor-1.png) no-repeat -137px -2px;
    display: inline-block;
}

.news-kholase blockquote:after {
    content: ' ';
    width: 100px;
    height: 100px;
    padding: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 222;
    background: url(/pic/cor-1.png) no-repeat 0 -9px;
    display: inline-block;
}

.in-h4-key {
    color: #ffffff;
    font-weight: 600;
}

.m-box1 {
    margin: 10px -4px;
    padding: 10px;
    background: #ffffff;
    position: relative;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.m-boxb {
    border: 1px solid #C2CBC8;
    /* border-radius: 5px; */
    margin: 10px -4px;
    padding: 10px;
    background: #ffffff;
    position: relative;
}

.m-box1 h4,
.m-box2 h4,
.m-boxb h4 {
    background: #6dbc87;
    /* height: 39px; */
    color: #ffffff;
    font-size: 12pt;
    margin: -10px;
    padding: 12px;
    margin-bottom: 10px;
}
.mbox-0 {
    border: 1px solid #C2CBC8;
    /* border-radius: 5px; */
    margin: 10px -4px;
    padding: 10px;
    background: #ffffff;
    position: relative;
}

.mbox-0 h1 {
    background: #f15822;
    /* height: 25px; */
    color: #ffffff;
    font-size: 12pt;
    margin: -10px;
    padding: 12px;
    margin-bottom: 10px;
}
.news-img {
    max-width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 10px;
    height: 170px;
	width: 230px;
}

.in-news-img {
    max-width: 100%;
    border: 1px solid #e8e8e8;
    padding: 5px;
    border-radius: 5px;
}

.btn-print {
    content: "\e045";
    font-size: 15pt;
}

.matn img {
    max-width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 10px;
    height: auto;
}
h5.com-title {
    font-size: 14pt;
    color: #397099;
    border-bottom: 2px solid #48bea9;
    padding-bottom: 9px;
    height: 42px;
}
h5.com-title span {
    font-size: 14pt;
    border-bottom: 2px solid #48bea9;
    float: left;
}
h5.com-title span:first-child {
	background: #48bea9;
	color: #ffffff;
	padding: 10px;
	margin-right: -20px;
	width: 87px;
	display: block;
	float: right;
	border-radius: 5px 5px 5px 0;
}
h5.com-title #comment-go {
    font-size: 12pt;
    float: left;
    border: 1px solid;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    color: #d90f2d;
}
.in-comment {
    /* border: 1px solid; */
    padding: 5px;
}

.in-comment h5 {
    font-size: 12pt;
    font-weight: 600;
    color: #ffffff;
    background: #56b4cd;
    padding: 14px;
    display: inline-block;
}

.in-comment .myform {
    margin: auto;
    max-width: 400px;
    display: none;
    text-align: left;
    padding: 10px;
}
.comment-date {
    float: left;
    font-size: 11pt;
    color: #bbbbbb;
}

.comment-list li {
    border-top: 2px dotted #d6d6d6;
    padding: 12px;
}

.comment-rep {
    color: #d80000;
    font-size: 10pt;
    display: block;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
}
.myform input,
.myform textarea {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.myform input[type='tel'], .myform input[type='text'], .myform input[type='email'], .myform textarea, .myform select {
    width: 90%;
    padding-top: 2px;
    padding-bottom: 0px;
    border-bottom: 2px solid #397099;
    text-align: right;
    margin-bottom: 10px;
    font-size: 10pt;
    padding: 10px;
}

.myform input:focus,
.myform textarea:focus {
    background-color: #e1eaf0;
}

.myform textarea {
    margin-top: 10px;
    border: 2px solid #397099;
}

.myform textarea {
    min-height: 120px;
}

.myform input[type='submit'] {
    width: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #397099;
    text-align: right;
    font-size: 13px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    /* float: left; */
    border-radius: 3px;
}

.myform input[type='button']:hover,
.myform input[type='submit']:hover {
    background-color: #2680d5;
}

.myform input[type='button']:active,
.myform input[type='submit']:active {
    background-color: #53a2ed;
}
.myform input#tel,.myform input#cod {
	width: 200px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

input:required,
textarea:required {
    background-image: url(/pic/star-bg2.png);
    background-position: 01% 50%;
    background-repeat: no-repeat;
    border-left:3px solid #ff2e2e;
}

select:required {
    background-position: 5% 50%;
    background-image: url(/pic/star-bg2.png);
    background-repeat: no-repeat;
    border-left:3px solid #ff2e2e;
}
/* loginform */
#loginform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#loginform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

#loginform fieldset:not(:first-of-type) {
    display: none;
}

#loginform input, #loginform textarea, #loginform select {
    padding: 22px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    padding: 5px;
    height:40px;
}

#loginform input[type=submit] {
    color: #ffffff;
}

#loginform input:focus, #loginform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

#loginform .action-button, #loginform input[type=submit] {
    width: 100px;
    background: #7a4794;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#loginform .action-button:hover, #loginform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#loginform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#loginform .action-button-previous:hover, #loginform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
form.in-button{
    margin: auto;
    text-align: center;
    padding: 27px;
}

form.in-button button{
    padding: 15px;
    font-weight: 600;
}
/*  */
.ilamtoday-age {
    padding: 20px;
    border: 20px solid #9d9d9d80;
    text-align: center;
    background: url(/pic/bg-header.png) center center;
}

.ilamtoday-age span {font-size: 12pt;padding: 7px;font-weight: 600;}

span.counter-num {
    color: #2980b9;
}

span.counter-title {
    color: #1bbb9d;
}
.news-item3 ul li{
   list-style: none;
   margin-bottom: 15px;
   transition:all 0.2s ease-in-out;
}
.news-item3 ul li:hover{
   list-style: none;
   margin-bottom: 15px;
   background:#e4e4e4;
}
.news-item3 ul li:before{
   content: '\f192';
   display: inline-block;
   height: 12px;
   color: #7a4794;
   width: 13px;
   font-family: nie;
   background-size:cover;
}
.news-item3 ul li a{
    font-size: 11pt;
    text-align: justify;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    color: #808080;
}

.news-item3 ul li a:hover {
    text-decoration: none;
}
.matn-footer> span:first-child {
    font-size: 12pt;
    margin: 4pt 0px;
    display: block;
}

.matn-footer> a {
    position:absolute;
    left: 0px;
    top: 6px;
    font-size: 11pt;
}

.matn-footer {
    position: relative;
}
.social-ico {
    float: left;
    margin: 10px;
    padding: 10px;
}
.social-ico ul{
    margin:0px;
}
.social-ico ul li {
    display: inline-block;
    top: -5px;
    transition: all 0.2s ease-in-out;
    background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    background-position:center !important;
}
.social-ico ul li a {
    display:block;
    width:100%;
    /* height: 75px; */
}
.social-ico ul li i:hover {
    border: 3px dashed #353031;
    color: #ffffff;
    /* font-size: 33pt; */
}
.social-ico ul li i {
       color: #f2f2f2;
       font-size: 27pt;
       border: 3px solid #f2f2f2;
       border-radius: 100px;
       transition:all 0.2s ease-in-out;
       width: 60px;
       height: 60px;
       padding: 8px 0px 0px 0px;
       margin-right: 7px;
}

.box.prayer-times .prayers {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 12px 0 8px;
    font-size: 0;
}

.box.prayer-times .prayers li {
    /* width: 33.333333%; */
    display: inline-flex;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    font-size: 13px;
    margin-left: 20px;
}
.box.prayer-times .prayers li:hover,
.box.prayer-times .prayers li:hover:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

.box.prayer-times .prayers li:hover {
    background-color: #ffffff73 !important;
    border: 0;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
}

.box.prayer-times .prayers li span {
    color: #ffffff;
    font-weight: 600;
}
.box.prayer-times .prayers li i {
    font-size: 33pt;
    display: inline-block;
    text-align: center;
    width: 71px;
    color: #ffffff;
}
.box.prayer-times .prayers li div {width: 66px;text-align: center;}
.box.prayer-times .prayers li .time {
    display: block;
    font-weight: bold;
    padding-top: 4px;
}

.weather-now-in {
        display: flex;
}
.prayer {
    background: #ffffff14;
    padding: 9px;
    /* height: 250px; */
    border: 1px solid #ffffff73;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
}
.prayer h5 {
    background: url(/pic/title-bg4.png)no-repeat right bottom scroll;
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 17px;
    font-size: 12pt;
    color: white;
}

.weather-now, .weather-3d {
    background: #ffffff14;
    padding: 9px;
    /* height: 250px; */
    border: 1px solid #ffffff73;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 10px;
}
.weather-3d ul {
    display: flex;
}

.weather h5 {
    background: url(/pic/title-bg4.png)no-repeat right bottom scroll;
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12pt;
    color: white;
}
.w3d-icon {
    width: 80px;
    height: 60px;
    background-size: cover !important;
    background-position: center -10px !important;
    margin: auto;
    float: right;
}

.w3d-in h5 {
    font-size: 10pt;
    background: none;
    padding-bottom: 0;
    font-weight: 200;
    text-align: center;
}

.weather-3d ul li {
    list-style: none;
    border-left: 1px solid #ffffff73;
    width: 33%;
    text-align: center;
    padding: 0 10px;
}

.weather-3d ul li:last-child {
    border-left: none;
}

.w-b3 {
    float: right;
}

.w-b2-in {
    display: block;
}

.w-b1 {
    float: right;
    padding-right: 15px;
}

.w-b3 span {
    display: block;
    font-size: 14pt;
}

.w-b3 span {
    padding: 10px;
    text-align: left;
    direction: ltr;
}

.weather-bdama {
    color: #ffb9b9;
}

.weather-kdama {
    color: #B2EBF2;
}

.owghat {
    background: linear-gradient(135deg,#1abc9c 20%,#2980b9 80%);
    padding: 50px 0;
    position:relative;
}

.owghat:before {
    background-position: 50%;
    -webkit-background-size: 600px 600px;
    background-size: 600px;
    background-image: url(/pic/icon-background.png);
    position: absolute;
    height: 100%;
    display: block;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: .05;
    pointer-events: none;
}

.weather-icon {
    max-width: 200px;
}

.weather-icon {
    width: 38% !important;
    height: 120px;
    background-size: cover !important;
    background-position: center -10px !important;
}

span.weather-cur {
    display: block;
    font-weight: 600;
    font-size: 14pt;
}

.weather-detail {
    text-align: right;
}

.w3d-dama {
    float: left;
}

span.dama {
    color: #fff900;
    margin: 7px 0;
    display: block;
    font-size: 14pt;
}
.w3d-top {
    clear: both;
}

.w3d-dama span {
    display: block;
    direction: ltr;
}
.w3d-title {
    float: right;
}
.result-box {
  margin: 20px 0 8px 0;
  /* padding:10px 10px; */
  /* border:1px solid #eee; */
  background:#f9f9f9;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
  direction: ltr;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

.rating-stars ul > li.star > i.nie-icon {
  font-size:2.5em;
  color: #1bb300;
}

.rating-stars ul > li.star.hover > i.nie-icon {
  color:#FFCC36;
}

.rating-stars ul > li.star.selected > i.nie-icon {
  color:#FF912C;
}

p.comment-title {
    background: #d4d4d4;
    padding: 10px;
}

span.comment-name {
    font-size: 13pt;
    font-weight: 600;
    color: #4d82b9;
}

p.comment-comment {
    font-size: 10pt;
    line-height: 200%;
    padding: 5px;
    text-align: justify;
    margin: 10px 13px;
}
li.respn {
    border: none !important;
    margin-top: -3px;
    background: #ededed;
    position: relative;
    margin-top: 10px;
}
li.respn:before {
    content: " ";
    border: solid 7px transparent;
    border-bottom-color: #ededed;
    position: absolute;
    top: -13px;
    right: 14px;
}
li.redmin {
    margin-right: 20px;
    border: 2px solid #bb0000;
    border-radius: 5px;
}

li.respn p.comment-title {
    background: #3d729c;
    color: #ffffff;
}

li.respn p.comment-comment {
    border-bottom: 0px;
}

li.redmin span.comment-name {
    /* color: #ffef29; */
    padding-left: 5px;
}
li.respn2 {
    border: none !important;
    margin-top: -3px;
    background: #c7c7c7;
    position: relative;
    margin-right: 30px;
    margin-top: 10px;
}
li.respn2:before {
    content: " ";
    border: solid 7px transparent;
    border-bottom-color: #c7c7c7;
    position: absolute;
    top: -13px;
    right: 14px;
}
li.redmin2 {
    margin-right: 30px;
    border: 2px solid #bb0000;
    border-radius: 5px;
}

li.respn2 .comment-date {
    color:#929292
}

li.respn2 p.comment-title {
    background: #3d729c;
    color: #ffffff;
}

li.respn2 p.comment-comment {
    border-bottom: 0px;
}

li.redmin2 span.comment-name {
    /* color: #ffef29; */
    padding-left: 5px;
}

.in-news-img ul li {
    display: inline-block;
    margin: 10px;
}
.in-news-img ul{
    text-align: center;
    background: #f7f7f7;
    margin: 5px;
    border-radius: 5px;
}
.news-ads ul {
    margin-bottom: 0px;
}

.ajax-message {
    font-size: 11pt;
    /* padding: 10px; */
    /* margin: 10px; */
    line-height: 200%;
    min-height: 500px;
    position: relative;
}
.ajax-message ul {	
}
.ajax-message ul li {
    text-align: justify;
    margin-bottom: 17px;
}
.loadingimg {
	display:none;
	background: rgba(255, 255, 255, 0.72);
	width: 100%;
	height: 100%;
	z-index: 5000;
	position: absolute;
}
.in-loading {
    color: #000000;
    font-size: 90px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 100px auto;
    background: url(/pic/loading.svg);
    background-size:cover;
    position: relative;
}

@-webkit-keyframes spin-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes spin-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
.float-right {
    float: right;
    margin-bottom: 20px;
}

.float-left {
    float: left;
    margin-bottom: 20px;
}

.container-w700 {
    max-width:700px;
    margin:auto;
}
h5.com-title {
    font-size: 14pt;
    color: #397099;
    border-bottom: 2px solid #396f98;
    padding-bottom: 9px;
    height: 42px;
}
h5.com-title span {
    font-size: 14pt;
    border-bottom: 2px solid #397099;
    float: left;
}
h5.com-title span:first-child {
	background: #397099;
	color: #ffffff;
	padding: 10px;
	margin-right: -20px;
	width: 87px;
	display: block;
	float: right;
	border-radius: 5px 5px 5px 0;
}
h5.com-title #comment-go {
    font-size: 12pt;
    float: left;
    border: 1px solid;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    color: #d90f2d;
}
.in-comment {
    /* border: 1px solid; */
    padding: 5px;
    background: #ffffff;
}

.in-comment .myform {
    margin: auto;
    max-width: 600px;
    display: none;
    text-align: left;
    padding: 10px;
}
.comment-date {
    float: left;
    font-size: 9pt;
    color: #bbbbbb;
}

.comment-list li {
    border-top: 2px dotted #56b4cd;
    padding: 12px;
    text-align: right;
    list-style: none;
}

.comment-rep {
    color: #d80000;
    font-size: 10pt;
    display: block;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
}

/* ilam map */

g#nie-logo {
    display: none;
}
svg#nie-ilam-map {
  height: auto;
  width: 90%;
  margin: auto;
  display: block;
}
path.in-prov {
    fill: #F7F7F7;
}
path.in-prov:hover {
    fill: #56b4ce!important;
    cursor: pointer;
    transition: fill .8s ease;
    -webkit-transition: fill .8s ease;
    -moz-transition: fill .4s ease;
    -o-transition: fill .4s ease;
}
path.in-prov:hover path#nie-ilam-map-province-center {
    fill: #ffffff !important;
}
path#nie-ilam-map-province-border {
    fill: #b0518b;
}
path#nie-ilam-map-in-province {
    fill: rgb(86, 179, 206);
}
g#nie-ilam-map-label {
    fill: #56b3ce;
    pointer-events: none;
}
path.in-prov:hover>g#nie-ilam-map-label {
   fill: #ffffff !important;
}

path#nie-ilam-map-province-center {
    fill: #b0518b;
    pointer-events: none;
}

/* ilam pages */

ul.list-p {
    margin: 25px;
    background: #ffffff;
    padding: 20px;
}

ul.list-p li {
    height: 60px;
    list-style: none;
}

ul.list-p li a {
    font-size: 12pt;
    border: 1px solid #9d33b7;
    padding: 10px;
    display: block;
    transition?:;
    transition: all 0.2s ease-in-out;
}

ul.list-p li a:hover {
    background: #edc6f7;
}
.page-sitemap {
    float: left;
    top: -50px;
    left: 10px;
    position: relative;
}
h1.news-title-h1 {
    color: #56b4cd;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    padding-top: 15px;
    text-shadow: 1px 1px #cfcfcf;
}
.news-ndate {
    line-height: 30px;
    color: rgb(11, 149, 186);
    font-weight: 600;
    padding-right: 6px;
}
.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 {
    text-align: justify;
    margin-right: 10px;
    margin-top: 20px;
    margin-left: 10px;
    line-height: 200% !important;
    font-size: 14px !important;
    background-color: transparent !important;
}
.news-matn img {
    max-width: 100%;
    margin: 50px auto;
    display: block;
    border: 4px solid;
    border-radius: 26px;
    position:relative;
    box-shadow: -15px 15px 0px 0px rgba(2,0,0,0.07);

}

.news-matn img:before {
    position:absolute;
    z-index:100000;
    content: 'ilamtoday.com';
    bottom: -50px;
    right: -50px;
}

.reporter {
    font-weight: 600;
    font-size: 11pt;
    padding-right: 70px;
}
span.news-print {
    float: left;
    padding-left: 10px;
    margin-top: -70px;
    z-index: 9;
    position: relative;
}
.btn-print-news {
    font-size: 24pt;
    color: rgb(26, 173, 143);
    margin-left: 5px;
}
img.btn-export {
    width: 30px;
    height: auto;
}
.news-footer {
    margin-top: 50px;
}
.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);
}

.list-item_in ul {
    list-style: none;
    margin-right: 10px;
}

.list-item_in ul li{
    border-bottom: 1px dashed #9cd1de;
    /* height: 50px; */
    padding: 10px;
}

.list-item_in ul li a {
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    display: block;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.list-item_in ul li .ndate-list{
    float: left;
    margin-top: -20px;
    color: #0c84a2;
}
.news-item {
    min-height: 133px;
    position: relative;
    clear: both;
}

.news-item .pic {
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    width: 130px;
    float: right;
}

.in-titr {
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    width: 100%;
}

.news-item2 .pic {
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    width: 90px;
    height: auto;
    float: right;
}

.news-item2 .pic2 {
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    width: 70px;
    height: 85px;
    float: right;
}

.top-news {
    border: 1px solid #C2CBC8;
    padding: 10px;
    background: #ffffff;
}

.titro {
    font-weight: 600;
    color: #848484;
}

.news-item .ntitle {
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
}

.khol,
.khol p,
.khol font {
    font-size: 11pt !important;
    line-height: 150% !important;
    text-align: justify !important;
    padding-top: 10px;
}

.news-item .tarikh {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-weight: 600;
    color: #C3C3C3;
}

.myform {
    padding: 30px;
}

#testimonial ul li {
    list-style: none;
    padding-right: 15px;
}

.card-body {
    line-height: 200%;
    background: #e3e3e3;
    padding: 20px;
}

.card-body p {
    font-size:12pt;
    font-weight:900;
}

.card-body ul li {
    height: 100%;
}

.card-body ul li:before {
    content: '\f192';
    display: inline-block;
    height: 12px;
    color: #7a4794;
    width: 13px;
    margin-left:10px;
    font-family: nie;
    background-size: cover;
}
.reg-info {
    background: #ededed;
    padding: 10px;
    margin-bottom: 15px;
    position:relative;
    width: 80%;
}
.reg-info:before {
    content: " ";
    border: solid 7px transparent;
    border-bottom-color: #ededed;
    position: absolute;
    top: -14px;
    right: 14px;
}

/* music */

.message {
    max-width: 700px;
    padding: 20px;
    margin: 20px auto;
    border: 1px solid #b1518b;
    border-radius: 10px;
}

.message ul li {
    list-style:none;
}

.message ul li:before{
   content: '\f192';
   margin-left:10px;
   display: inline-block;
   height: 12px;
   color:#b2518b;
   width: 13px;
   font-family: nie;
   background-size:cover;
}
.album-tracks ul li {
    display: inline-block;
    width: 45%;
}

.album-title {
    background: #56b4cd;
    padding: 10px;
    margin: -10px auto 10px auto;
}

.album {
    border: 1px solid #56b4cd;
    max-width: 700px;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    margin: 20px auto;
    clear: both;
    overflow: auto;
}

.album-cover {
    float: right;
    width: 20%;
}

.album-tracks {
    float: left;
    width: 75%;
}

.album-cover img {
    max-width: 100%;
}

.player-box {
    position: fixed;
    background: #b1518bb5;
    padding: 20px;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    z-index: 11;
}
.player-box .nie-icon {
    font-size: 14pt;
    color: #000000;
}

.player-box ul li {
    display: inline-block;
}

.player-box ul {
    margin: 10px;
    text-align: left;
}

/* byword */
.masal-div {
    max-width: 700px;
    margin: auto;
}

.masal-div table {
    margin-bottom: 20px;
}

tr.info td {
    background-color: #56b4cd !important;
    color: #ffffff;
}

.masal-kordi {
    font-weight: 600;
    font-family: yekanbakh;
    font-size: 14pt;
}

/* */
.in-article h2 {
    background: #56b4cd;
    padding: 10px;
    font-size: 14pt;
    margin-top: -2px;
    color: #ffffff;
}
.in-article a.show-all {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #ffffff;
}

/* ilamphoto */

.ilamphoto-97 {
    background: linear-gradient(135deg,#f30a10 20%,#2980b9 80%);
    text-align: center;
    margin: auto;
    max-width: 1140px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ilamphoto-97 img {
    margin: auto;
    /* max-width: 500px; */
}

/* vid */

img.vid-cover {
    width: 300px;
    height: 200px;
    background: #56b4cd;
}

.vid-div {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

h5.vid-title {
    font-weight: 900;
}
.vid-over {
    position: absolute;
    background: url(/css/flowplayer/img/play_white.png) center no-repeat;
    background-size: 20%;
    height: 100%;
    width: 100%;
}