@import url("fonts/nie-fonts.css");
@import url("fonts/font-awesome.min.css");
@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) ")"
    }
}

@media(max-width: 767px) {}


/*   */

@media(min-width: 768px) and (max-width:991px) {}


/*   */

@media(min-width: 992px) and (max-width:1199px) {}


/*   */

@media(min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/*   */

body {
    background: #e8e8e8;
    font-family: yekannie, tahoma;
    font-size: 12.4px;
    background-size: cover;
}

#top-head {
    height: 156px;
    margin: auto;
    text-align: center;
    background: url(/pic/head-bg.png) #0c9ebd center center;
}
@media only screen and (max-width: 600px) {
#top-head {
    height:auto;
  }
}
#page-in {
    /* margin-top: -20px; */
}

.row {
    margin: 10px;
}

#top-men {
    background-color: #d02129;
}

.iran-flag {
    position: absolute;
    padding: 25px;
    top: 10px;
}

#main-logo {
    margin: auto;
    /* background: #0c9ebd; */
    padding-top: 20px;
    position: relative;
    max-width: 100%;
}

#main-logo > a > img {
    float: right;
    max-width: 70%;
}

ul.menu-top {
    /* display: inline-block; */
    margin-bottom: 0px;
    float: right;
}

ul.menu-top li {
    width: 150px;
    display: inline-block;
    /* height: 44px; */
    font-size: 12pt;
    font-weight: 600;
    /* padding: 11px 20px; */
    border-left: 1px solid #ffffff;
    transition: all 0.2s ease-in-out;
}

#top-men a {
    /* height: 100% !important; */
    text-align: center;
    width: 100% !important;
    display: inline-block !important;
    text-decoration: none;
    color: #ffffff;
    padding-right: 1px;
    padding-left: 1px;
}

ul.menu-top li:hover {
    background-color: #EA860C;
    color: white;
}

ul.menu-top li:last-child {
    border-left: none;
}

ul.menu-top li:last-child:hover {
    background-color: #d02129;
}

.search-form {
    position: absolute;
    left: 0px;
    top: 50px;
}

#top-men a:hover {
    color: white;
}

#top-men::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-style: solid;
    border-width: 10px 17px 0;
    border-color: #d02129 transparent;
    display: none;
    width: 0;
    z-index: 50;
}

#top-men::before {
    content: "";
    position: absolute;
    bottom: 41px;
    left: 50%;
    border-style: solid;
    border-width: 10px 17px 0;
    border-color: #0180DF transparent;
    display: none;
    width: 0;
    z-index: 100;
}

.navbar-default {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    background-image: -webkit-linear-gradient(top, #FEEF0C 0, #FEEF0C 100%);
    background-image: -o-linear-gradient(top, #FEEF0C 0, #FEEF0C 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FEEF0C), to(#FEEF0C));
    background: #d02129;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-sub {
    text-shadow: none;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #F1A74F 0, #E8840C 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #E8840C;
    border-color: #E8840C;
}

.in-widget h4:first-child {
    background: #0C84A2;
    height: 39px;
    color: #FEEF0C;
    font-family: iransans;
    font-size: 12pt;
    margin: 0px;
    padding: 12px;
    margin-bottom: -10px;
}

.in-widget {
    margin: -15px;
    margin-top: 2px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #0059BE;
    background-position: 0 0px;
}

.fa-rss {
    font-size: 18pt;
    position: absolute;
    color: #E98813;
}

.fa-rss:hover {
    color: #FFFFFF;
}

#mdate {
    float: left;
    position: absolute;
    padding-top: 7px;
    padding-left: 14px;
    padding-bottom: 0px;
    padding-right: 19px;
    color: rgb(255, 255, 255);
    font-size: 10pt;
    font-weight: 600;
    background: rgba(208, 33, 41, 0.5);
    z-index: 90;
    top: 0px;
    left: 0px;
}

#mdate:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    border-style: solid;
    border-width: 51px 40px 0px 0px;
    border-color: rgba(208, 33, 41, 0.5) transparent transparent rgba(208, 33, 41, 0.5);
    display: none;
    width: 0;
    z-index: -100;
}

#head {
    margin: auto auto;
    max-width: 100%;
    position: relative;
    background: #0058BA;
}

.clear {
    margin: 0px auto;
    padding: 0px;
    clear: both;
}

.old-browser {
    background: #fcc433;
    font-family: yekannie, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    padding: 16px;
    text-align: center;
}

.hr1 {
    border-bottom: #cecece 3px solid;
    max-width: 1000px;
    clear: both;
    padding-top: 30px;
    margin-bottom: 20px;
}

.bn-title {
    display: inline;
    width: 98px;
    background: #b00;
    color: white;
    padding: 10px;
    margin-right: -10px;
    font-weight: 600;
    position: absolute;
    border-radius: 0px 4px 4px 0px;
    top: 1px;
    right: 21px;
}

.ticker div {
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
    overflow: hidden;
}

.ticker {
    width: 100%;
    margin-right: 60px;
    padding-top: 4px;
    display: inline-block;
    overflow: hidden;
    /* padding: 10px; */
}

.search-text {
    width: 100px !important;
    box-shadow: none !important;
    border: 1px solid #EA8E1F;
    color: #E98611 !important;
    transition: all ease-in-out 0.2s;
    font-weight: 600;
}

.search-text:focus {
    width: 150px !important;
}

.sarkhat {
    border: 1px solid silver;
    /* padding: 4px; */
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin: auto -5px;
}

.page-in .sarkhat {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.page-in .bn-title {
    right: 10px;
    top: 0px;
}

.page-in .bn-title span {font-size: 11pt;line-height: 100%;}

.page-in .ticker {
    height: 32px;
}

.bn-title:after {
    border-left-width: 20px;
    border-right-width: 10px;
    border-left-color: rgba(187, 0, 0, 0) !important;
    border-right-color: #BB0000 !important;
    right: 93px;
    top: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(187, 0, 0, 0);
    border-left-color: #b00;
    border-width: 18px;
    margin-top: 0px;
    z-index: 90001;
    border-left-width: 10px;
}

.hr2 {
    border-bottom: #06a7a2 2px solid;
    width: 100%;
    clear: both;
    padding-top: 5px;
    margin-bottom: 5px;
}

.ppic {
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    padding: 0px;
    border: solid 4px #ffffff;
    margin: 0px 10px;
}

.div-cen {
    text-align: center;
}

.main-menu {
    max-width: 700px;
    margin-top: 6px;
    float: left;
    margin: 0 auto;
}

#my-tab-content {
    padding: 5px;
}

.in-news {
    float: right;
    max-width: 465px;
    padding: 10px;
}

.in-news > ul li {
    display: inline-block;
    padding-bottom: 15px;
    height: 75px;
    overflow: hidden;
    padding-top: 10px;
}

a.event-t {
    font-size: 14px;
    color: #347AB7;
    font-family: Yekan;
    line-height: 150%;
    font-weight: 600;
}

a.event-t:hover {
    color: #7EAACF;
    text-decoration: none;
}

span.ndate-in {
    display: block;
    font-weight: 600;
    color: rgb(5, 145, 138);
}

.kholase {
    font-family: iransans;
    font-size: 8pt;
    color: #8B8B8B;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

a.event-t2 {
    color: #7C7C7C;
    font-weight: 600;
    font-family: iransans;
    font-size: 8pt;
}

a.event-t2:hover {
    color: #7EAACF;
    text-decoration: none;
}

.more-news {
    float: left;
    max-width: 200px;
    padding: 10px;
}

.more-news > ul li {
    height: 65px;
    margin-bottom: 20px;
    overflow: hidden;
}

#my-tab-content {
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
}

.tab-pane > ul li {
    padding-top: 9px;
    font-family: iransans;
    font-size: 8pt;
}

.nivo-controlNav {
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 10;
    top: 280px;
}

.theme-chavir .nivoSlider {
    position: relative;
    text-align: center;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    padding: 0px;
    border: solid 6px #ffffff;
}

.Div-right2 > img {
    margin-bottom: 5px;
}

#my-tab-content {
    height: 410px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#latest > span {
    float: left;
    margin-bottom: 0px;
    border: 1px solid #DDDDDD;
    border-bottom: 0;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab-content>.tab-pane {
    position: relative;
    background-color: #ffffff;
}

#menu-bottom {
    width: 100%;
    height: 125px;
    background: #b3b3b3;
    border-top: 4px solid #d02129;
}

#menu-bottom-in {
    max-width: 1000px;
    margin: auto;
    display: table;
    height: 100%;
}

#menu-bot-right {
    float: right;
}

#menu-bot-left {
    display: table-cell;
    vertical-align: middle;
    font-size: 12pt;
}

#menu-bot-left ul li {
    display: inline-block;
    padding: 0px 17px;
    border-left: 1px solid #7b7b7b;
}

#menu-bot-left ul li a {
    font-weight: 600;
    font-size: 10pt;
    color: #000000;
}

.footnt {
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.logo-bot {
    width: 189px;
    height: 120px;
    background-image: url('/pic/logo-bot.png?');
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.logo-bot:hover {
    /* background-image: url(''); */
    /* transform: rotateY(360deg); */
    /* transform-style: preserve-3d; */
}

.ads-in {
    display: block;
}

.ads-in> a > img {
    padding-bottom: 6px;
}

#MainMenu {
    width: 100%;
    font-size: 10pt;
}

.right-men {
    position: relative;
    float: right;
    min-width: 200px;
}

.panel-news {
    position: relative;
    float: right;
    margin-right: 15px;
    width: 100%;
}

.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: 1200px;
    min-height: 350px;
    position: relative;
    padding: 10px;
}

#mainmenu .list-group-item-me {
    background: #06A7A2;
    color: #ffffff;
}

#mainmenu .list-group-item-success {
    background: #06A7A2;
    color: #ffffff;
}

.news-img {
    max-width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 10px;
    height: auto;
}

.matn p,
.matn span,
.matn a,
.matn font {
    font-family: BNazanin Bold !important;
    font-size: 11pt !important;
    line-height: 200% !important;
    font-weight: 600;
    text-align: justify;
}

.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;
}


/*
.matn > img, .matn > p > img, .matn > Table td tr > img {
}
*/

.matn > span {}

.event-alert {
    max-width: 1000px;
    margin: auto;
    min-height: 70px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.alert-in {
    max-width: 1000px;
    margin: 10px auto;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0, #FFEB00 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0, #FFEB00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFEB00));
    background-image: linear-gradient(to bottom, #FFFFFF 0, #FFEB00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFEB00', GradientType=0);
    text-align: center;
}

.alert-in a {
    color: #000000 !important;
    font-size: 11pt !important;
    font-weight: 600 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.alert-in span {
    font-size: 12pt;
}

.alert-in a.close {
    font-size: 25pt !important;
    margin-top: -5px !important;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.ticker a {
    color: #BB0000;
    text-decoration: none;
    font-weight: 600;
    font-family: iransans;
}


/* owl car */

.my_controls,
.my_controls2 {
    position: absolute;
    top: 3px;
    left: 20px;
    height: 20px;
    padding-left: 15px;
}

.my_nav_container,
.my_nav_container2 {
    width: 30px;
    float: left;
    height: 20px;
    margin-right: 8px;
}

.my_dots,
.my_dots2 {
    float: left;
    height: 18px;
    margin-top: 2px;
    text-align: left;
    direction: ltr;
}

.owl-theme .my_dots .owl-dot,
.owl-theme .my_dots2 .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .my_dots .owl-dot span,
.owl-theme .my_dots2 .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
    background: #c5c5c5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .my_dots .owl-dot.active span,
.owl-theme .my_dots .owl-dot:hover span,
.owl-theme .my_dots2 .owl-dot.active span,
.owl-theme .my_dots2 .owl-dot:hover span {
    background: #fe4737;
}

.my_nav_container .owl-next,
.my_nav_container2 .owl-next {
    background: url('/client/themes/fa/moharam/img/btn_slideshow_next.gif') no-repeat;
    height: 20px;
    float: right;
    width: 13px;
    z-index: 999;
}

.my_nav_container .owl-prev,
.my_nav_container2 .owl-prev {
    background: url('/client/themes/fa/moharam/img/btn_slideshow_prev.gif') no-repeat;
    float: left;
    height: 20px;
    width: 13px;
    z-index: 999;
}

.my_controls3 {
    height: 33px;
}

.my_nav_container3 {
    width: 70px;
    height: 33px;
    margin: 0 auto;
}


/* slider */

.owl-buttons {
    /* float: left; */
}

.owl-pagination {
    /* float: left; */
}

.owl-theme .owl-controls .owl-buttons div {
    color: #869791;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    margin-top: 0px;
    padding: 0px;
    font-size: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0);
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.m-box1 {
    border: 1px solid #C2CBC8;
    /* border-radius: 5px; */
    margin: 10px -4px;
    padding: 10px;
    background: #ffffff;
    position: relative;
}

.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: #0C84A2;
    /* height: 39px; */
    color: #FEEF0C;
    font-family: iransans;
    font-size: 12pt;
    margin: -10px;
    padding: 12px;
    margin-bottom: 10px;
}

.list-item_in ul {
    list-style-image: url('data:image/gif;base64,R0lGODlhBAAHALMAAP+goP/z8/8TE/+env82Nv+1tf/8/P+zs/8CAv+Cgv8AAP///wAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkE5RTk5QUUxQUM4QUUxMTFCMTI0ODNBRkVGQTExQTZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJEQjk5MkQ1QTk1NzExRTE5RDM0ODVDMjJFQUY0NzZBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJEQjk5MkQ0QTk1NzExRTE5RDM0ODVDMjJFQUY0NzZBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDY5MDkxNzY1NEE5RTExMUExOUM5NTBBRUIwQTREQTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTlFOTlBRTFBQzhBRTExMUIxMjQ4M0FGRUZBMTFBNkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABAAHAAAEEHAtA2RB4RA1BFJLooAhGUYAOw==');
    margin-right: 10px;
}

.list-item_in ul li {
    border-bottom: 1px dashed #9cd1de;
    height: 50px;
    padding: 10px;
}

.list-item_in ul li a {
    font-family: wsahel;
    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;
}

.m-box1 .archive-in {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    font-family: wsahel;
    font-weight: bold;
}

.m-box2 {
    border: 1px solid #C2CBC8;
    /* border-radius: 5px; */
    margin: 0px -4px;
    padding: 10px;
    /* background: #ffffff; */
}

.news-ads ul li img {
    max-width: 100%;
    margin-bottom: 5px;
}

.news-item2 .titro {
    font-family: BNazanin;
    font-weight: bold;
    font-size: 9pt;
    color: #808080;
}

.news-item2 .ntitle {
    font-family: wsahel;
    font-weight: bold;
    font-size: 10pt;
    color: #0C84A2;
    text-decoration: none;
    display: block;
}

.news-item2 {
    min-height: 66px;
    position: relative;
    clear: both;
    transition: all 0.2s linear;
    display: table;
    width: 100%;
}

.in-img {
    vertical-align: middle;
    display: table-cell;
}

.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: 67px;
    height: 67px;
    float: right;
}

.top-news {
    border: 1px solid #C2CBC8;
    padding: 10px;
    background: #ffffff;
}

.news-item .pic {
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    width: 130px;
    float: right;
}

.news-item3 ul {
    list-style-image: url('data:image/gif;base64,R0lGODlhBAAHALMAAP+goP/z8/8TE/+env82Nv+1tf/8/P+zs/8CAv+Cgv8AAP///wAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkE5RTk5QUUxQUM4QUUxMTFCMTI0ODNBRkVGQTExQTZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJEQjk5MkQ1QTk1NzExRTE5RDM0ODVDMjJFQUY0NzZBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJEQjk5MkQ0QTk1NzExRTE5RDM0ODVDMjJFQUY0NzZBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDY5MDkxNzY1NEE5RTExMUExOUM5NTBBRUIwQTREQTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTlFOTlBRTFBQzhBRTExMUIxMjQ4M0FGRUZBMTFBNkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABAAHAAAEEHAtA2RB4RA1BFJLooAhGUYAOw==');
    margin-right: 8px;
}

.news-item3 ul li a {
    font-family: wsahel;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    display: block;
    border-radius: 5px;
    text-align: justify;
    transition: all 0.2s ease-in-out;
}

.news-item3 ul li a:hover {
    background: #feef0c;
    text-decoration: none;
}

.news-item2:hover {
    border-left: 3px solid #feef0c;
    background: #f7f7f7;
}

.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-family: wsahel;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
}

.khol,
.khol p,
.khol font {
    font-family: wsahel !important;
    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-family: yekannie;
    font-weight: 600;
    color: #C3C3C3;
}

.news-kholase blockquote {
    position: relative;
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
    text-align: justify;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    border: 1px solid #4ab9cf;
    font-family: wsahel;
    font-weight: bold;
    font-size: 15px;
    min-height: 80px;
    padding: 21px 45px 21px 45px;
}

.news-kholase blockquote::before {
    position: absolute;
    content: '«';
    font-family: Georgia, "Times New Roman";
    top: 24px;
    right: -10px;
    background-color: #4ab9cf;
    color: #ffffff;
    width: 30px;
    height: calc(100% - 46px);
    font-size: 40px;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 56px;
}

.news-kholase blockquote::after {
    position: absolute;
    content: '»';
    font-family: Georgia, "Times New Roman";
    top: 24px;
    left: -10px;
    background-color: #4ab9cf;
    color: #ffffff;
    width: 30px;
    display: table-cell;
    height: calc(100% - 46px);
    font-size: 40px;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 56px;
    vertical-align: bottom;
}

.in-h4-key {
    color: #ffffff;
    font-weight: 600;
}

.hilght {
    color: #d02129;
}

article.in-article {
    padding: 10px;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #848484;
}

h3.in-news-title {
    text-align: center;
    font-family: wsahel;
    font-size: 20px;
    font-weight: bold;
    color: #0c84a2;
}

h5.in-news-sub {
    text-align: center;
    font-weight: 600;
}

.matn,
.matn p,
.matn span,
.matn font,
.matn a,
.matn div {
    font-family: wsahel !important;
    font-size: 12pt !important;
    font-weight: normal !important;
    text-align: justify;
    line-height: 200% !important;
}

.in-serv-head {
    height: 20px;
    background: #0c84a2;
    margin-bottom: 10px;
    border-radius: 5px;
}

.in-serv {
    background: url(/pic/head-bg.png) #0c84a2 center center;
    margin-top: -10px;
    height: 215px;
    border-radius: 0px 0px 5px 5px;
}

.in-serv1 {
    height: 50px;
    font-weight: 600;
    padding: 13px;
    padding-top: 80px;
    font-size: 12pt;
    color: #ffffff;
}

.in-serv2 {
    padding: 13px;
    font-weight: 600;
    font-family: iransans;
    font-size: 16pt;
    color: #feef0c;
    text-align: center;
}

.myform input,
.myform textarea {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    outline: none;
}

.myform input[type='tel'],
.myform input[type='text'],
.myform input[type='email'],
.myform textarea {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #CAE9EE;
    text-align: right;
    margin-bottom: 12px;
    font-family: iransans;
    font-size: 11px;
    padding-right: 5px;
}

.myform input:focus,
.myform textarea:focus {
    background-color: #F5FFFE;
}

.myform textarea {
    margin-top: 10px;
    border: 2px solid #CAE9EE;
}

.myform textarea {
    min-height: 120px;
}

.myform input[type='submit'] {
    width: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #38B2C5;
    text-align: right;
    font-size: 13px;
    margin-bottom: 12px;
    font-family: iransans;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    float: left;
    border-radius: 3px;
    margin-left: 40px;
}

.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;
}

.lof-main-item-desc a:hover {
    text-decoration: none;
}

.slider-title2 {
    margin-right: 10px;
    font-family: wsahel;
    font-weight: 900;
    font-size: 13pt;
    color: #ffffff;
    display: block;
    line-height: 180%;
    margin-bottom: 0px;
    text-align: justify;
}

.lof-main-item-desc p {
    color: #FFF;
    margin: 0 10px;
    padding: 8px 0;
    font-family: wsahel;
    text-align: justify;
    line-height: 160%;
    text-decoration: none;
    font-size: 11pt;
}

lof-main-item-desc a:hover,
lof-main-item-desc a {
    text-decoration: none;
}

.in-comment {
    border: 1px solid;
    padding: 5px;
}

.in-comment h5 {
    padding: 0px;
    margin-top: -25px;
    font-size: 12pt;
    font-weight: 600;
}

.in-comment .myform {
    margin: auto;
    max-width: 400px;
}

span.text {
    font-weight: 600;
    display: block;
    text-align: center;
    color: #9aa4a7;
}

.in-news-img ul li {
    display: inline-block;
    margin: 10px;
}

.in-news-img ul {
    text-align: center;
    background: #f7f7f7;
}

.news-ads ul {
    margin-bottom: 0px;
}
ul.news-rs li {
    padding: 5px;
    font-size: 10pt;
    line-height: 150%;
    font-family: wsahel;
    font-weight: 600;
}

ul.news-rs {
    background: #ffffff;
	height: 260px;
	overflow-y: auto;
}

.owl-item {
    position: ab!important;
    height: 300px;
}

.owl-carousel .owl-item img {
    height: 300px;
}

.slider-text div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color:#ffffff;
    font-size:14pt;
    padding: 22px;
    background:#000000;
    background: #00000099;
}

.owl-controls {
    left: 0px;
    position: absolute;
    top: 0px;
}

div#slider-main {
    border: 3px solid #0c9ebd;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d02129!important;
}