@font-face {
  font-family: "Yekan";
  src: url('../fonts/Yekan.ttf');
}

@font-face {
  font-family: "traffic";
  src: url('../fonts/traffic.ttf');
}

@font-face {
  font-family: "NasimBold";
  src: url('../fonts/NasimBold.ttf');
}

@font-face {
  font-family: "Mitra";
  src: url('../fonts/Mitra.ttf');
}


body {
  color: #515151;
  font-family: NasimBold, sans-serif;
  font-weight: normal;
  font-size: 13px;
  overflow-x:hidden;
}

.entry-content img,
.comment-content img,
.widget img {
  max-width:100%;
  /* Fluid images for posts,comments,and widgets */;
}

embed,
iframe,
object,
video {
  max-width:100%;
}

.entry-content .twitter-tweet-rendered {
  max-width:100% !important;
  /* Override the Twitter embed fixed width */;
}

img.wp-smiley,
.rsswidget img {
  border:0;
  border-radius:0;
  box-shadow:none;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}

.entry-content dl.gallery-item {
  margin:0;
}

.gallery-item a,
.gallery-caption {
  width:90%;
}

.gallery-item a {
  display:block;
}

.gallery-caption a {
  display:inline;
}

.gallery-columns-1 .gallery-item a {
  max-width:100%;
  width:auto;
}

.gallery .gallery-icon img {
  height:auto;
  max-width:90%;
  padding:5%;
}

.gallery-columns-1 .gallery-icon img {
  padding:3%;
}

/* Alignment */

.alignleft {
  display:inline;
  float:left;
  margin-right:1.625em;
}

.alignright {
  display:inline;
  float:right;
  margin-left:1.625em;
}

.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}


/* Author profiles */

.author .archive-header {
  margin-bottom:24px;
  margin-bottom:1.714285714rem;
}

.author-info {
  margin:1.714285714rem 0;
  padding-top:24px;
  padding-top:1.714285714rem;
  overflow:hidden;
}
.author-info img.avatar {
  margin: 10px 0;
}

.author-description h2 {
  line-height: 18px;
}
.author-description p {
  text-align:justify;
  line-height: 18px;
}
ul.author-social {
  margin: 0 0 10px;
}
ul.author-social li {
  float: right;
  list-style: none;
}

.author.archive .author-info {
  border-top:0;
  margin:0 0 48px;
  margin:0 0 3.428571429rem;
}

.author.archive .author-avatar {
  margin-top:0;
}

.sticky h2.entry-title {
  padding-left:10px;
  padding-right:10px;
}

#page {
  margin:0px auto;
}

.nobot {
  margin-bottom:0 !important;
}

.fl {
  float:left;
}

.fr {
  float:right;
}

#header {
  padding:0 40px;
}

#headerFull {
  margin:0 auto;
  padding:0 0px;
}

#headerUp {
  padding:0 40px;
}

#headerUpFull {
  margin:0 auto;
  padding:0 0px;
}

#logo2 {
  padding:0px 0;
  width:100%;
}

#logo2 img {
  width:100%;
  max-height:150px;
}

#main {
  position: relative;
}

.entry-header h3 {
  font-weight: normal;
  margin: 0;
}

#mast-head {
  float:right;
  max-width:220px;
  width:100%;
}

#mast-ads {
  float:right;
  max-width:400px;
}

#logo2 {
  padding:0px 0;
  width:100%;
}

#logo2 img {
  width:100%;
  max-height:150px;
}

#logo {
  padding:8px 0;
}

h1, h2, h3, h4, h5 {
  font-family:NasimBold;
  font-weight:bold;
}
h1 { font-size: 24px }
h2 { font-size: 20px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }

h1.site-title {
  font-size:18px;
  line-height:1;
  margin:5px 0;
}

h2.site-description {
  font-size:14px;
  line-height:1;
  margin:0 0 10px;
}

.navbar {
        overflow: hidden;
        z-index: 1000;
    padding: 0 40px;
}

#mynavbar {
}
.mysticky {
        position: fixed;
        top: 0;
  width: 1700px;
  margin: 0 auto;
}

.navbar .nav > li > a {
  padding:10px !important;
  margin-top: 0px;
}

ul.nav > li
{
float:right;
}

/* Dropdown menu style starts */

.caret {
  display:none !important;
}


ul.sub-menu, ul.dropdown-menu,
ul.sub-menu ul.sub-menu{
	display:none;
}

ul.dropdown-menu ul.dropdown-menu {
  top:0;
  right:100%;
  display:none;
}

ul.dropdown-menu {
  width:125px;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  -o-border-radius:0;
  padding:0;
  margin-top:0;
  border:none;
}

.dropdown-menu:before,
.dropdown-menu:after {
  display:none !important;
}

ul.dropdown-menu a {
  padding-top:10px !important;
  padding-bottom:9px !important;
}

/* Dropdown menu style ends */

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display:block !important;
}

.navbar .btn,
.navbar .btn-group {
  margin-top:10px !important;
}

#headline {
  padding:10px 40px 10px 40px;
}

#headline .post {
  margin-bottom:0px;
  padding:10px;
}

#headline .post h3 {
  font-size:13px;
  font-weight:normal;
  line-height:16px;
  margin:0 0 0.1em;
}

#headline .post p {
  font-size:12px;
  margin:0;
}

#headline .post img {
  float:right;
  margin-left:10px;
  width:91px;;
  height:55px;
}

#headline .post a {
  color:#555E6B;
}

#headline .post p {
  color:#515151;
}

#headline {
  background: #ebebeb;
}

#headline .post {
  background:#FFF;
}

/* ===================== */

.newsline {
  background: #ebebeb;
  text-align:justify;
  padding:10px 10px 10px 10px;
}

.newsline .post {
  margin-bottom:0px;
  background:#FFF;
}

.newsline .post h3 {
  font-size:13px;
  font-weight:normal;
  line-height:16px;
  padding:3px 10px 0px 10px;
}

.newsline .post p {
  font-size:12px;
  margin:0;
  color:#515151;
  padding:0px 10px 3px 10px;
}

.newsline .post img {
  float:right;
  margin-left:10px;
}

.newsline .post a {
  color:#555E6B;
}


.newslinesvc {
  background: #fff;
  text-align:justify;
}

.newslinesvc .post {
  margin-bottom:0px;
  padding:10px;
  background:#ebebeb;
}



.newslinesvc .post h3 {
  font-size:13px;
  font-weight:normal;
  line-height:16px;
  padding:7px;

}

.newslinesvc .post p {
  font-size:12px;
  margin:0;
  color:#515151;
  margin-top:8px;
}

.newslinesvc .post img {
  float:right;
  margin-left:10px;
}

.newslinesvc .post a {
  color:#555E6B;
}


.newslinehome {
  background: #fff;
  text-align:justify;
}

.newslinehome .post {
  margin-bottom:0px;
  background:#ebebeb;
}



.newslinehome .post h3 {
  font-size:13px;
  font-weight:normal;
  line-height:16px;
}

.newslinehome .post p {
  font-size:12px;
  color:#515151;
  padding:0px 7px 0 7px;
}

.newslinehome .post img {
  float:right;
  margin-left:10px;
}

.newslinehome .post a {
  color:#555E6B;
}

/* intr section
****************/

#intr {
  height:41px;
  padding:0 40px;
  overflow:hidden;
}

.brnews {
  max-height:45px;
  padding:9px 0;
  width:100%;
}

.brnews a {
  color:#555E6B;
}

.brnews h3 {
  background:url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/brnews-bg1.png") no-repeat right;
  background-size:110px;
  color:#FFF;
}

.translate {
  max-height:45px;
  padding:9px 0;
}

.brnews .entry {
  display:inline-block;
}

.brnews h3 {
  float:right;
  font-size:13px;
  line-height:1;
  margin:0;
  padding:6px 7px 7px 7px;
  width:115px;
}

.brnews ul {
  float:left;
  width:170px;
}

#scroller li {
  list-style:none;
}

#scroller li .title {
  font-weight:bold;
}

#scroller li .title:after {
  content:"»";
  font-weight:normal;
  margin:0 5px 0 8px;
}

#scroller li p {
  display:inline-block;
  margin:2px 0 0 0;
  direction:rtl;
}

#intr .search {
  float:right;
}

#intr .search input[type="text"] {
  border:medium none;
  box-shadow:none;
  height:33px;
  width:77%;
}

.searchform input[type="text"] {
  height:31px;
  border-radius:0 0 0 0 !important;
  vertical-align:top;  
  box-shadow:none !important;
  transition:none !important;
}

#intr a.searchsubmit {
  position:absolute;
  left:0;
}

/* searchform */

#searchform p {
  position:relative;
}

#searchform input[type="text"] {
  border-radius:0 0 0 0;
  font-weight:normal !important;
  height:31px;
  margin:0;
}

.entry-content div#searchform {
	border-right:none;
} 

.entry-content div#searchform input[type="text"] {
  border-radius:0 0 0 0;	
  height: 31px;
  vertical-align:top;
}

.entry-content div#searchform input#searchsubmit{
	margin-right:-5px !important;
}

.widget .search div#searchform,
.footer-widget .search div#searchform {
  background:none !important;
  border-left:none;
}

a.searchsubmit {
  background:url("images/search-bg1.png") no-repeat;
  border:none;
  height:41px;
  width:44px;
  text-indent:-9999px;
}

.keySearch {
  background:url("images/search-bg1.png") no-repeat;
  border:none;
  height:41px;
  width:44px;
  text-indent:-9999px;
}

/* end searchform */

#content {
  padding:20px 40px 20px 40px;
}

#slider {
  position:relative;
  margin:0 0 2.3em;
}

.home-top {
  position:relative;
  margin:0 0 1.3em;
}

#home-bottom {
  position:relative;
  margin:0px 0 0.8em;
}

.home-middle {
  position:relative;
  margin:0 0 1em;
}

/* SLIDER */

#slider .entrySlider {
  background:rgba(61,76,84,0.8);
  position:absolute;
  bottom:0;
  padding:10px;
  width:100%;
}

#slider .entrySlider h4,
#slider .entrySlider p {
  margin:0;
  width:97%;
  text-align:right;
  direction:rtl;
}

#slider .entrySlider a {
  color:#FFF;
}

.flex-control-thumbs .flex-active {
  background:url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/thumb-active.png") no-repeat;
  background-size:cover;
  margin-top:-4%;
  padding-top:8%;
}

/* Slide right content */

.slide-right h3 {
  font-size:16px;
  font-weight:normal;
  margin:0;
  padding:5px 0;
  text-align:center;
}

.slide-right ul {
  margin:0;
  padding:5px;
  counter-reset:li;
  background:#f2f2f2;
  /* Initiate a counter */;
}

.slide-right ul li {
  background:#FFF;
}

.slide-right ul li:after {
  background:#FF8C8C;
  color:#FFFFFF;
}

.slide-right ul li {
  margin:3px 3px;
  padding:1em;
  list-style:none;
  position:relative;
  /* Create a positioning context */;
}

.slide-right ul li:last-child {
  display:none;
}

.slide-right ul li:after {
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:8%;
}

.slide-right h4 {
  font-weight:normal;
  margin:0 5px 0 5px;
}

/* BXSlider
************/

ul.bxslider,
ul.bxslider1,
ul.gallery {
  margin:0;
    direction: rtl
}

.gallery li,
.bxslider1 li,
.bxslider li {
    float: right
}

.gallery p,
.bxslider1 p,
.bxslider p {
    text-align:justify;
}

.bx-wrapper {
    direction: ltr
}

.bx-wrapper .meta {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  padding:0.5em 0;
}

.bx-controls {
  position:absolute;
  left:0;
  top:1px;
}

.bx-prev,
.bx-next {
  background:url("images/bx-bg.png") no-repeat;
  display:inline-block;
  height:27px;
  width:30px;
}

.bx-next {
  background-position:-30px;
}

.bx-wrapper h4 {
  font-weight:normal;
}

#gallery {
  position:relative;
}

.post-icon {
  float:right;
  margin-left:10px;
}

/* Tipo-tipo
*************/

h1.entry-title {
  font-size:16px;
}

h3.title,
h3.entry-title-qv,
h1.entry-title {
  font-weight:normal;
  margin:0 0 15px 0;
  line-height:2em;
}

.title span,
h3.entry-title-qv span,
h3.entry-title-qv p,
h1.entry-title span {
  padding:0 15px;
  display:inline-block;
}

h3.entry-title-qv p {
  padding:0px 5px;     
}

h4.post-title {
  margin:10px 0;
  line-height:1.3em;
  position:relative;
}

h4.post-title a {
  text-align:justify;
  font-size:16px;
}

.moretag a {
  padding:5px 25px;
  text-align:center;
  transition:all 0.8s linear 0s;
  clear: both;
}
.home .moretag, .page-template-magazine-php .moretag, .page-template-magazine-home-php .moretag {
  float: right;
  margin: 10px 0;
  padding: 5px 10px;
  width: auto;
}

.moretag a:hover,
.moretag a:focus {
  text-decoration:none;
}

/* Home
**************/

.thumb {
  width:91px;
}

.home-middle .date,
#home-bottom .date,
.latest-posts .date {
  font-weight:normal;
  left:15px;
}

.home-middle .post,
#home-bottom .post,
.latest-posts  .post {
  border-bottom:1px solid #eee;
  padding:.5em 0;
  text-align:justify;
}

.home-middle .post:first-child,
.latest-posts  .post:first-child {
  margin:0 0 0px 0;
}

#home-bottom .post:first-child {
  padding:0 0 1em 0;
}

.home-middle  .post:last-child,
#home-bottom  .post:last-child,
.latest-posts:last-child,
.latest-posts  .post:last-child {
  border-bottom:none;
}

.home-middle .post img {
  margin: 0 0 6px 0;
}

.home-middle .entry h4,
#home-bottom .entry h4,
.latest-posts .entry h4 {
  margin:0;
  text-align: justify;
}

.home-middle .entry h3,
#home-bottom .entry h3,
.latest-posts .entry h3 {
  margin:0;
  text-align: justify;
}

.home-middle .entry .date,
#home-bottom .entry .date,
.latest-posts .entry .date {
  position:static;
  color:#acacac;
}

.home-middle .entry p,
#home-bottom .entry p,
.latest-posts .entry p {
  margin:0 0 5px;
}

.home-middle .entry img,
#home-bottom .entry img,
.latest-posts .entry img {
  float:right;
  margin-left:7px;
}

/* Single post */

.entry-content {
  font-size:13px;
  padding:20px 0 40px;
}

.entry-content p {
  padding: 7px; 
  line-height: 150%; 
  font-size: 12pt; 
  text-align: justify;
  font-weight:normal;
  font-family: IRANSansLight;
}

.entry-content img {
  max-width:100%;
}

h2.entry-title {
  font-weight:normal;
  margin:0;
  position:relative;
}

.the_title {
  display:inline-block;	
  max-width:75%;  
}

.entry-cat {
  border-bottom:5px solid #FA8484;
  font-size:13px;
  font-weight:bold;
  line-height:30px;
  height: 30px;
  overflow: hidden;
  padding:0 5px;
  position:absolute;
  left:0;
  bottom:0;
  max-width: 20%;
}

.entry-pdf {
  font-size:13px;
  font-weight:bold;
  line-height:30px;
  height: 30px;
  overflow: hidden;
  padding:0 5px 7px 0;
  position:absolute;
  left:0;
  bottom:0;
  max-width: 20%;
}

.entry-meta {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  margin-bottom:10px;
}

.entry-meta ul {
  margin:0;
  list-style:none;
}

.entry-meta ul li {
  float:right;
  border-right:1px solid #eee;
  padding:10px 20px;
}

.entry-meta ul li span {
  text-align:left;
}

.entry-meta ul li p.shortlink {
  float:left;
  font-family:tahoma;
  direction:ltr;
}

.entry-meta ul li:last-child {
  border-left:0;
}

.entry-meta ul li.tagz {
    border-right: medium none;
    height: 15px;
    overflow: hidden;
    max-width: 31%;
}

.entry-meta ul li img {
  margin-left:10px;
  padding:3px 0 0;
  vertical-align:top;
}

.single-rate {
  display:none;
}

.single .entry-content .single-rate {
  display:inline-block;
  float:right;
  position:relative;
  top:-4px;
  margin-left:15px;
}

.single .entry-content .ratings {
  margin:15px 0;
}

.post-entries {
  margin:0 0 30px;
}



/* Pagination 
**************/

.magz-pagination {
  border-top:1px solid #eee;
  padding:10px 0 0;
  text-align:center;
}

.magz-pagination .page-numbers {
  margin-right:15px;
}

.magz-pagination .prev,
.magz-pagination .next {
  padding:2px 15px;
  transition:all 0.8s linear 0s;
}

.magz-pagination .prev:hover,
.magz-pagination .next:hover {
  text-decoration:none;
}

.page-link {
  margin: 10px 0;
}

.page-link .prev {
  margin-right:10px;
}

.page-link .next {
  margin-left:10px;
}

/* COMMENT */

ol.commentlist,
ol.children {
  margin:0;
  list-style:none;
}

.commentlist li {
  margin:0 0 10px;
}

.commentlist li.bypostauthor .fn span {
  padding-right:5px;
}

.children li {
  margin-left:120px;
}

article.comment {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  border-right:1px solid #eee;
  border-left:1px solid #eee;
  margin:10px 0;
  position:relative;
}

article.comment cite:after {
  content:"|";
  margin-right:3px;
}

article.comment time {
  font-size:12px;
}

.comment .reply {
  position:absolute;
  right:0;
  top:-1px;
}

.comment .reply  a {
  padding:2px 10px 3px;
}

.comment .reply  a:hover {
  text-decoration:none;
}

.comment .avatar {
  float:right;
  margin-left:20px;
}

.input_field {
  float:right;
  margin-left:4%;
  width:48%;
}

.comment-form-comment {
  clear:both;
}

.comment-form-comment textarea#comment {
  border:1px solid #eee;
  border-radius:0;
  box-shadow:none;
  width:97.6%;
}

form#commentform p {
  margin-bottom:1em;
}

form#commentform .comment-notes {
  display:none;
}

form#commentform input#author,
form#commentform input#email {
  border:1px solid #eee;
  border-radius:0;
  box-shadow:none;
  width:95%;
}

form#commentform input#submit {
  border:none;
  font-family:Noticia Text,serif;
  font-size:13px !important;
  padding:0.5em 1em;
}

article .post-like {
  margin-top:1em;
}

article .like {
  background:url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/icons.png) no-repeat 0 0;
  width:15px;
  height:16px;
  display:block;
  float:right;
  margin-left:4px;
  -moz-transition:all 0.2s ease-out 0.1s;
  -webkit-transition:all 0.2s ease-out 0.1s;
  -o-transition:all 0.2s ease-out 0.1s;
}

article .post-like a:hover .like {
  background:url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/icons.png) no-repeat -16px 0;
}

article .voted .like,
article footer .post-like .alreadyvoted {
  background-position:-32px 0;
}

/* CForm */

.contact-form label,
.contact-form input,
.contact-form textarea {
  display:block;
  margin:10px 0;
}

.contact-form label {
  font-size:larger;
}

.contact-form textarea {
  padding:5px;
  width:100%;
  font-family:Tahoma !important;
}

.contact-form input {
  padding:5px;
  width:100%;
  font-family:Tahoma !important;
}

.contact-form input.security {
  padding:5px;
  width:100%;
  text-align:center;
  font-family: tahoma;
  font-size: 18pt;
  font-weight:bold;
}
.ltr {
  direction:ltr;
}

.contact-form input#cf_website {
  margin-right:0;
}

.cform {
  float:right;
  width:46%;
  margin-left:4%;
}

.website {
  margin-right:0;
}

#cf_message {
  width:98%;
  padding:10px;
}

.cf_send {
  font-family:Yekan !important;
  font-size:14px;
  padding:1em 1.5em;
  width:auto;
}

.cf_search {
  font-family:Yekan;
  font-size:14px;
  padding:0.5em 1.5em;
  width:auto;
}

h3.kontak {
  margin:0;
  padding:0 15px;
  font-weight:normal;
}

.widget .kontak ul {
  border:0px solid #eee;
  list-style:none;
  margin:0;
  padding:0;
}

.widget .kontak ul li {
  border-bottom:0px solid #eee;
  border-top:0px solid #eee;
  padding:5px 20px 5px 20px;
}

.widget .kontak ul li.address:before,
.widget .kontak ul li.email:before,
.widget .kontak ul li.phone:before,
.widget .kontak ul li.website:before {
  content:"";
  float:right;
  height:20px;
  width:25px;
}

.widget .kontak ul li.address:before {
  background:url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/address-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.email:before {
  background:url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/mail-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.phone:before {
  background:url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/phone-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.website:before {
  background:url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/website-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.address p {
  margin:0 0 0 25px;
}

.widget .kontak h4 {
  margin:0;
}

/* Footer 
***************/

#footer-widgets {
  padding:20px 40px;
}

.footer-widget h3.title {
  margin:20px 0;
}

#site-info {
  font-size:12px;
  padding:15px 40px;
}

#site-info p {
  margin:0;
  font-family:Tahoma;
}

ul#menu-footer {
  margin:0;
}

#footer-nav li {
  list-style:none;
  float:right;
}

#footer-nav li:after {
  content:"|";
}

#footer-nav li:last-child:after {
  content:"";
}

#footer-nav li a {
  padding:0 0.5em;
  transition:all 0.8s linear 0s;
  -webkit-transition:all 0.8s linear 0s;
  -moz-transition:all 0.8s linear 0s;
  -o-transition:all 0.8s linear 0s;
}

#footer-nav li a:hover {
  text-decoration:none;
}

#footer-nav li:first-child a {
  padding-right:0;
}

#footer-nav ul.sub-menu,
#footer-nav .dropdown .caret,
#footer-nav .children {
  display:none;
}

/* Widgets
*************/

.widget {
  margin:0 0 30px;
}

.boxcolor {
  box-shadow:0px 0px #888888;
  -moz-box-shadow:0px 0px #888888;
  -webkit-box-shadow:0px 0px #888888;
  -o-box-shadow:0px 0px #888888;
}

.widget.widget_rss ul,
.widget.widget_archive ul,
.widget.widget_nav_menu ul,
.widget.widget_recent_comments ul,
.widget.widget_recent_entries ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_categories ul {
  margin:0;
  list-style:none;
}

.widget.widget_rss ul li,
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li {
  padding:10px 0;
  border-bottom:1px solid #eeeeee;
}

.widget.widget_rss ul li:first-child,
.widget.widget_archive ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_categories ul li:first-child {
  padding-top:0;
}

/* General Widgets */

.widget .searchform input {
  width: 85%;
}
.widget .searchform input#searchsubmit {
  position: absolute;
  right: 0;
}

/* tab widget */

.tabwidget ul {
  margin:0;
  list-style:none;
}

.tab-container {
  padding:0px 1px;
}

.tab-container-fill-two {
  width:50%;
}

.tab-container-fill-three {
  width:33.33%;
}

ul.tabnav li {
  float:right;
}

ul.tabnav h3 {
  font-weight:normal;
  margin:0;
}

ul.tabnav li img {
  margin-left:7px;
}

ul.tabnav li a {
  display:block;
  padding:5px 0;
  text-align:center;
}

ul.tabnav li a:last-child {
  border-right:none;
}

ul.tabnav li a:hover,
ul.tabnav li a.selected {
  text-decoration:none;
}

ul.tabnav li.tab-container a {
  display:block;
  padding:0px 10px;
  text-align:center;
}

.tab-content {
  border:1px solid #eee;
  
}

.tab-content-tabs {
  border:1px solid #eee;
  padding:10px;
}

.tab-content-news {
  border:1px solid #eee;
  padding:10px;
  text-align:justify;
}


.tab-content-news .h120 {
  height:125px;
}

.tab-content-news .a4 h4 {
  margin-top:10px;
}

.tab-content-news .post {
  padding:0;
  margin:0;
  background-color: #f1f1f1;
}

.tab-content-news .post-title {
  padding:4px 4px 0 4px;
  margin: 0;
}

.tab-content-news p {
  padding:0 4px 4px 4px;
}

ul.recent-tab li {
  padding:10px;
  border-bottom:1px solid #eee;
}

.recent-tab li:last-child {
  border-bottom:none;
}

ul.recent-tab li p {
  margin:0;
  text-align:justify;
}

ul.recent-tab img {
  float:right;
  margin-left:1em;
}

ul.recent-tab h4 {
  margin:0;
  text-align:justify;
}

#tab3 {
  padding:0;
}

#tab3 ul li {
  padding:15px;
  border-bottom:1px solid #eeeeee;
}


/* end tab widget */

.latest-post {
  border-bottom:1px solid #eee;
  padding:0.7em 0;
}

.latest-post:last-child {
  border-bottom:none;
  padding:0.7em 0 1.5em;
}

.latest-post:first-child {
  padding:0 0 0.7em;
}

.latest-post img {
  margin-left:0em;
  width:100%;
}

.latest-post h4 {
  margin:0 0 5px;
  line-height:120%;
  font-weight: normal;

}

.latest-post .excerpt {
  clear:left;
  padding:5px 0;
}

.twit-entry {
  float:right;
  width:75%;
}

.tagcloud:before,
.tagcloud:after {
  content:"";
  display:table;
  line-height:0;
}

.tagcloud:after {
  clear:both;
}

.tagcloud a {
  float:right;
  -webkit-transition:all 0.8s linear 0s;
  -moz-transition:all 0.8s linear 0s;
  -o-transition:all 0.8s linear 0s;
  transition:all 0.8s linear 0s;
  font-size:12px !important;
  margin:0 5px 5px 0;
  padding:3px 9px;
}

.tagcloud a:hover {
  text-decoration:none;
}

.socmed {
  padding:10px 0;
}

.socmed ul {
  margin:0;
  list-style:none;
}

.socmed ul li {
  border-left:1px solid #e3e3e3;
  float:right;
  text-align:center;
  width:32.7%;
}

.socmed ul li:first-child {
  margin-left:0;
  border-right:1px solid #e3e3e3;
}

.socmed ul li:last-child {
  border-right:1px solid #e3e3e3;
}

.socmed h4 {
  margin:10px 0 0;
}

.socmed p {
  font-size:13px;
}

.video-box h3 {
  margin:10px 0 30px;
}

.video-box ul {
  margin:5px 0 0 0;
  list-style:none;
}

.video-box ul li {
  float:right;
  margin-right:1.64%;
  width:23.77%;
}

.video-box ul li:first-child {
  margin-left:0;
}

.video-box iframe {
  max-width:100%;
}

.block5 .footer-logo {
  float:right;
  border-right:1px solid #e3e3e3;
  min-height:45px;
  margin-right:4%;
  padding:4% 4% 4% 4%;
  width:25.6%;
}

.block5 .footer-text {
  float:right;
  width:66%;
}

/* jPage custom style
***********************/

.holder {
  height:48px;
  margin:0 !important;
  position:relative;
}

.holder a {
  font-size:12px;
  cursor:pointer;
  margin:0 !important;
}

.holder a.jp-previous,
.holder a.jp-next {
  background:url("images/bx-bg.png") no-repeat !important;
  display:inline-block;
  height:27px;
  text-indent:-9999px;
  position:absolute;
  top:10px;
  width:30px;
  margin-right:0 !important;
}

.bx-prev:hover,
.bx-next:hover,
a.jp-previous:hover,
a.jp-next:hover {
  background:url("images/bx-bg-hover.png") no-repeat !important;
}

.bx-next:hover,
a.jp-next:hover {
  background-position:-30px center !important;
}

.holder a.jp-previous {
  margin-right:15px;
  right:40px;
}

.holder a.jp-next {
  background-position:-30px center !important;
  margin-left:15px;
  right:10px;
}

.holder a.jp-current,
a.jp-current:hover {
  font-weight:bold;
}


.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
  cursor:default;
  background:none;
}

.holder span {
  margin:0 5px;
}

.holder2 {
  height:48px;
  margin:0 !important;
  position:relative;
}

.holder2 a {
  font-size:12px;
  cursor:pointer;
  margin:0 !important;
}

.holder2 a.jp-previous,
.holder2 a.jp-next {
  background:url("images/bx-bg.png") no-repeat !important;
  display:inline-block;
  height:27px;
  text-indent:-9999px;
  position:absolute;
  top:10px;
  width:30px;
  margin-right:0 !important;
}

.holder2 a.jp-previous {
  margin-right:15px;
  right:40px;
}

.holder2 a.jp-next {
  background-position:-30px center !important;
  margin-left:15px;
  right:10px;
}

.holder2 a.jp-current,
a.jp-current:hover {
  font-weight:bold;
}

.holder2 a.jp-current,
a.jp-current:hover,
.holder2 a.jp-disabled,
a.jp-disabled:hover {
  cursor:default;
  background:none;
}

.holder2 span {
  margin:0 5px;
}

/* Bootstrap adjustment
*************************/

.dropdown .caret {
  margin-left:10px !important;
}

blockquote {
  padding:15px !important;
}

blockquote p {
  font-size:13px !important;
  font-style:italic;
}

input,
button,
select,
textarea {
  font-family:NasimBold !important;
  font-size:12px !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size:13px !important;
}

.search input,
.search button,
.search select,
.search textarea {
  color:inherit !important;
  font-weight:normal !important;
}

/* Misc */

a.image_thumb_zoom {
  position:relative;
  overflow:hidden;
  display:block;
}

a.image_thumb_zoom img {
  position:relative;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
  -o-transition:all 0.5s ease-in;
  transition:all 0.5s ease-in;
}

a.image_thumb_zoom:hover img {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}


/* Miscellaneous  */

.head-ad{
	text-align:center;
    margin-bottom: 20px;	
	padding:0 40px;
}

.side_ad,
.img_banner_ads{
	margin-bottom:47px;
}

.img_banner_ads{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.head-ad img,
.img_banner_ads img{
	max-width:100%;
	height:auto;
}

.head-ad .image_ad{
	text-align:center;
}

.image_ad{
	text-align:center;
}

.image_ad a img{
	max-width:100%;
	height:auto;
}

.single-ad .image_ad{
	margin-top:15px;
}

.singe_ad{
	margin-top:20px;
}

.ads_code{
	display:table;
	margin:0 auto;
	display:table;
	max-width:100%;	
}

.head-ad .ads_code{
	width:728px;
	max-width:100%;	
}

.side_ad .ads_code{
	width:336px;
	max-width:100%;
}

.singe_ad .ads_code{ 
	width:468px;
	max-width:100%;	
	text-align:center;	
}	

.ads_code iframe{
	max-width:100%;
}

.ads_code img{
	max-width:100%;
	height:auto;
}
.headline-ad  {
  padding: 30px 40px;
}

.page-template-magazine-home-php .flex-direction-nav a, .single-galleries  .flex-direction-nav a{
  background: url("images/bx-bg.png") no-repeat;
  opacity: 1;
  right: 0;
  margin: 0;
  top: auto;
}
.page-template-magazine-home-php .flex-direction-nav a {
  bottom: 73px;
}
.single-galleries  .flex-direction-nav a {
  bottom: 17px;
}
.page-template-magazine-home-php .flex-direction-nav .flex-next, .single-galleries  .flex-direction-nav .flex-next  {
  background-position: 93% 0;
}
.page-template-magazine-home-php .flexslider:hover .flex-next, .single-galleries .flexslider:hover .flex-next {
  right: 0;
}
.page-template-magazine-home-php .flex-direction-nav .flex-prev, .single-galleries .flex-direction-nav .flex-prev {
  opacity: 1;
  left: auto;
  right: 30px;
}
.page-template-magazine-home-php .flexslider:hover .flex-prev, .single-galleries .flexslider:hover .flex-prev {
  left: auto;
  right: 30px;
}
.page-template-magazine-home-php .flex-next:hover, .page-template-magazine-home-php .flex-prev:hover, .single-galleries .flex-next:hover, .single-galleries .flex-prev:hover {
  background: url("/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/images/bx-bg-hover.png") no-repeat;
}
.page-template-magazine-home-php .flex-next:hover, .single-galleries .flex-next:hover {
  background-position: -30px 0;
}
#slide .entry {
  padding: 18px 10px;
}

.error404 .not-found-header {
  padding: 50px 0;
}
.error404 .not-found-header h1 {
  font-size: 200px;
  line-height: 1;
}
.error404 .not-found .entry-content h1, .error404 .not-found .entry-content h3 {
  line-height: 1;
}

/* Galeri CSS */
.kontengal2, .kontengal3, .kontengal4 {
  margin: 1em 0 2em;
}
.kontengal2:nth-child(odd) {
  margin-left: 0 !important;
}
.kontengal3:nth-child(3n+1) {
  margin-left: 0 !important;
  clear: both;
}
.kontengal4:nth-child(4n+1) {
  margin-left: 0 !important;
  clear: both;
}
h3.gal-title {
  line-height: 1.5;
}

/* Twitter Widget CSS */
.widget_oauth_twitter_widget{ text-align: left; padding: 15px 0px 0px; list-style:none; }
.magz-twitter-tweet{ margin: 0 0 10px; }
#magz-twitter-widget-icon, #magz-twitter-widget-pic{ float: left; border: 0px; margin-right: 5px; }
#magz-twitter-follow-link{ text-align: center; text-transform: uppercase; letter-spacing: 1px; font: 7pt/15pt arial; }
.magz-twitter-tweet-time{ font: 9pt/12pt arial; color: #999999; margin-bottom: 10px; }
img.twit-pic {
    display: block;
    float: left;
    margin-right: 3%;
	position: relative;
	top: 5px;
    width: auto;
}


/* Archive Page */
.archive .entry-content .wp-post-image, .page-template-template-blog-php .entry-content .wp-post-image {
  margin: 0 0 10px;
}


@media (min-width:1200px) {
  .slide-right ul li:last-child {
    display:block;
  }
}

@media (min-width:980px) and (max-width:1199px) {
  #header,
  #headline,
  #intr,
  #content,
  #footer-widgets,
  #site-info {
    padding-left:15px;
    padding-right:15px;
  }
  ul.tabnav h3 {
    font-size:13px;
  }
  .navbar {
    float:right;
    width:74%;
  }
  .navbar .nav > li > a {
    padding:15px 6px !important;
    font-size:12px;
  }
  
  .fb_iframe_widget span {
    width: 620px !important;
  }
  .headline-ad {
	padding: 30px 15px !important; 
  }  
}

@media (min-width:768px) and (max-width:979px) {
  .navbar .nav > li > a {
    border-right:none;
  }
  #headline .post img {
    float:none;
  }
  #slide-left,
  .slide-right,
  #slide-bullet,
  ul.tabnav li {
    width:100%;
  }
  .slide-right {
    margin-left:0;
  }
  #slider .entry h4,
  #slider .entry p {
    font-size:11px;
  }
  .home-middle .date,
  #home-bottom .date,
  .latest-posts .date {
    position:static;
    display:block;
  }
  ul.tabnav li a {
    padding-left:15px;
    text-align:right;
  }
  .footer-widget {
    width:42.9282% !important;
  }
  .footer-widget:first-child {
    margin-left:2.76243% !important;
  }
  .block5 {
    width:100% !important;
  }
  .block5 .footer-logo {
    width:auto;
  }
}

@media (min-width:768px) and (max-width:798px) {
  #header,
  #headline,
  #intr,
  #content,
  #footer-widgets,
  #site-info {
    padding-left:10px;
    padding-right:10px;
  }
  .footer-widget {
    float:none !important;
    width:95.6% !important;
  }
  .fb_iframe_widget span {
    width: 475px !important;
  }
}

@media (min-width:798px) {
  body {
    position: inherit !important;
    width: 100% !important;
  }
}

@media (max-width:767px) {
  .navbar .nav > li > a {
    border-right:none;
  }
  #intr {
    height:auto;
  }
  .footer-widget {
    clear:both;
  }
  .block5 .footer-logo {
    width:auto;
  }
  .block5 .footer-text {
    width:auto;
  }
  #footer-nav {
    float:left;
  }
  #slider .entry p {
    display:none;
  }
  ul.tabnav li {
    width:100%;
  }
  ul.tabnav li a {
    padding-left:20px;
    text-align:right;
  }
  .attachment-post-first {
    width:100%;
  }
  
  /* Comment */
  
  .commentlist .children li {
    margin-left: 0;
  }
  
  .comment .reply {
	top:auto;
	bottom:0;
  }
  .fb_iframe_widget span {
    width: 360px !important;
  }
}

@media (max-width:479px) {

  .brnews h3 {
    float:none;
  }
  #intr .search {
    margin-top:20px;
  }
  #mast-head {
    max-width:120px !important;
  }
#mast-ads {
  max-width:300px;
}
  #slider .entry h4 {
    font-size:11px;
    line-height:14px;
  }
  .thumb {
    width:100%;
    margin-bottom:5px;
  }
  .home-middle .date,
  #home-bottom .date,
  .latest-posts .date {
    display:block;
    left:0;
    position:relative;
  }
  img.twit-pic {
    margin-bottom:10px;
  }
  .socmed ul li {
    border-right:1px solid #e3e3e3;
    width:100%;
  }
  .block5 .footer-logo {
    border-right:none;
  }
  .bx-controls {
    position:relative;
  }
  .bx-next {
    float:right;
  }
  
  
  h2.entry-title {
	position:static;
	text-align:center;
  }  
  
  .the_title {
	max-width:100%;
  } 	
  
  .entry-cat {
	position:static;
  }
  .fb_iframe_widget span {
    width: 200px !important;
  }  
}

@media (max-width:319px) {
  .fb_iframe_widget span {
    width: 120px !important;
  }  
}

#slide .entry h4, #slide .entry p {
  color: #3d4c54;
}

#content {
  background:#FFF;
}

.children li .comment {
  background:#f6f6f6;
}

.sticky h2.entry-title {
  background:#f8f8f8;
}

.author-description h2 {
  color: #656d78;
}

.sticky h2.entry-title a {
  color:#dd3333;
}

.sticky h2.entry-title a:hover,
.sticky h2.entry-title a:focus {
  color:#0088cc;
}

h1, h2, h3, h4, h5 {
  color:#939ead;
}

h1.site-title a {
  color:#eee;
}

h2.site-description {
  color:#eee;
}


#slider .entrySlider h4 a{
  color:#FFF;
}

#slider .entrySlider p {
  color:#ABB3BD;
}

h4.post-title {
  color:#555e6b;
}

h4.post-title a {
  color:blue;
  font-size: 14px;
}

.moretag a {
  color:#fff;
  background:#767b7e;
}

.moretag a:hover,
.moretag a:focus {
  color:#fff;
  background:#555;
}

.home-middle .date,
#home-bottom .date,
.latest-posts .date {
  color:#515151;
}

.meta span.date,
span.date,
.post-time {
  color:#939EAD;
}

h2.entry-title {
  color:#55656b;
  border-bottom:1px solid #eee;
}

.entry-cat a {
  color:#555f6b;
}

.entry-meta,
.entry-meta a {
  color:#8a8f90;
}

.magz-pagination .page-numbers {
  color:#767B7E;
}

.magz-pagination .current {
  color:#121212;
}

.magz-pagination .prev,
.magz-pagination .next {
  background:#767B7E;
  color:#FFFFFF;
}

.magz-pagination .prev:hover,
.magz-pagination .next:hover {
  background:#555;
}

.commentlist li.bypostauthor .fn {
  color:#fa8484;
}

article.comment cite a {
  color:#55656b;
}

article.comment cite:after {
  color:#b8bbc0;
}

.comment .reply  a {
  color:#7b818b;
  background:#d7d7d7;
}

form#commentform input#submit {
  color:#FFF;
  background:#6f9c26;
}

.cf_send {
  background:none repeat scroll 0 0 #6F9C26;
  border:medium none;
  color:#FFFFFF;
}

.cf_search {
  background:none repeat scroll 0 0 #6F9C26;
  border:medium none;
  color:#FFFFFF;
}

.latest-post h4 {
  color:#000;
}

.latest-post h4 a {
  color:#555E6B;
}

.tagcloud a {
  background-color:#fff;
  color:#555E6B;
}

.tagcloud a:hover {
  background-color:#0088CC;
  color:#FFF;
}

.socmed p {
  color:#758188;
}

.holder {
  background:#f8f8f8;
}

.holder a {
  color:#333;
}

.holder a:hover {
  background-color:#222;
  color:#fff;
}

.holder a.jp-current,
a.jp-current:hover {
  color:#FF4242;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
  color:#bbb;
}

.holder2 {
  background:#f8f8f8;
}

.holder2 a {
  color:#333;
}

.holder2 a:hover {
  background-color:#222;
  color:#fff;
}

.holder2 a.jp-current,
a.jp-current:hover {
  color:#FF4242;
}

.holder2 a.jp-disabled,
a.jp-disabled:hover {
  color:#bbb;
}

.caret {
  border-top:4px solid #FFF !important;
}

blockquote {
  background:#eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left:5px solid #78c1cf !important;
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.headline-ad  {
  background: #ebebeb;
}

#intr {
  background:#f7f7f7;
  border-bottom:1px solid #d4d4d4;
  border-top:1px solid #d4d4d4;
}

.kontengal2, .kontengal3, .kontengal4 {
  border-bottom: 1px solid #f7f7f7;
}

.navbar-inner {
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

.searchform input[type="text"] {
  border:1px solid #d4d4d4; 
}

.widget .searchform input[type="text"]:focus{
  border:1px solid #d4d4d4;  	
}

.search div {
  background:#FFF;
  border-right:1px solid #d4d4d4;
}

#slide .entry {
  background: #f8f8f8;
}

.error404 .not-found-header h2 {
  color: #ed372e;
}

.error404 .not-found .entry-content {
  border-bottom: 1px solid #e9e8e8;
  border-top: 1px solid #e9e8e8;
}

.error404 .entry-content a{
	color:#81b752;
}

h3.gal-title a {
  color: #2e383d;
}

/*
#home-bottom .title span {
  background: #e9ecee;
  color: #3e4548;
}
*/
#gallery .title span {
  background: #e9ecee;
  color: #3e4548;
}

#footer-widgets .title span {
  background:#fff;
  color:#3e4548;
}

.sidr {
  background:#3d4c54;
  color:#fff;
}

.pagination {
    padding: 10px 0 0;
    margin: -5px 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.pagination ul {
    display: inline-block;
    border-radius: 0
}

.pagination ul>li {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 5px 5px 0 0;
    vertical-align: top
}

.pagination ul>li:first-child {
    margin: 5px 0 0
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: right;
    line-height: 20px;
    display: inline-block;
    padding: 7px 0px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    font-family:Yekan;
    color: #353535;
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.pagination ul>li>a:hover,
.pagination ul>li>span:hover {
    color: #fff;
    background: #00aced;
    border: 1px solid #0080b1;
    box-shadow: none
}

.pagination ul>li.active>a,
.pagination ul>li>span.pagenav {
    color: #fff;
    background: #00aced;
    border: 1px solid #0080b1;
}

.pagination ul>li>a {
    padding: 7px 4px !important;
}

.pagination ul li.pagination-start span.pagenav,
.pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav,
.pagination ul li.pagination-end span.pagenav {
    color: #ccc;
    background: #f3f3f3;
    border: 1px solid #e6e6e6
}

.pagination ul li.pagination-start span.pagenav:hover,
.pagination ul li.pagination-prev span.pagenav:hover,
.pagination ul li.pagination-next span.pagenav:hover,
.pagination ul li.pagination-end span.pagenav:hover {
    color: #ccc;
    background: #f3f3f3;
    border: 1px solid #0080b1
}

#loading-container {
  position: relative;
  margin-right: 20%;
}


.pagination ul li.pagination-prev {
    margin-left: 15px
}

.pagination ul li.pagination-next {
    margin-right: 20px
}
p.counter {
    float: none !important;
    margin: 0 0 10px;
    text-align: center
    font-family: Yekan;
}


.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #fff;
    background: #00aced;
    border: 1px solid #0080b1
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #fff;
    cursor: default
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    cursor: default;
    border: 1px solid #e6e6e6
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: left
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 10px 35px;
    font-size: 18.98px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 7px 20px;
    font-size: 10.92px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 10px;
    font-size: 8.970000000000001px
}
.entry-meta-2 {
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee
}

.entry-meta-2,
.entry-meta-2 a {
    color: #8a8f90
}

.entry-meta-2 ul {
    margin: 0;
    list-style: none
}

.entry-meta-2 ul li {
    float: right;
    border-right: 0px solid #eee;
    padding: 2px 2px
}

.entry-meta-2 ul li:last-child {
    border-left: 0
}

.entry-meta-2 ul li.tagz {
    border-right: medium none;
    height: 15px;
    overflow: hidden;
    max-width: 31%
}

.entry-meta-2 ul li img {
    margin-left: 10px;
    padding: 3px 0 0;
    vertical-align: top
}
.entry-meta-2 span {
    border-bottom: 1px solid #fa8484;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 5px;
    margin:0 20px;
}

.entry-meta-2 span a {
    color: #555f6b;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 8px; border: solid 1px #c1c1c1; color: #717171; font-family:Yekan; font-size:16px;}
.mGrid th { padding: 6px 2px; color: #fff; background: #424242 url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid .alt { background: #fcfcfc url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #424242 url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #9f9f9f; text-decoration: none; }
.mGrid .pgr a:hover { color: #eee; text-decoration: none; }.mGrid .pgr a { color: #ccc; text-decoration: none; }
.mGrid .hs { padding:0px; }

.mGridPaper { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGridPaper td { padding: 0px; border: solid 1px #c1c1c1; color: #717171; font-family:Yekan; font-size:16px;}
.mGridPaper th { padding: 6px 2px; color: #fff; background: #424242 url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGridPaper .alt { background: #fcfcfc url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/grd_alt.png) repeat-x top; }
.mGridPaper .pgr {background: #424242 url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/grd_pgr.png) repeat-x top; }
.mGridPaper .pgr table { margin: 5px 0; }
.mGridPaper .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGridPaper .pgr a { color: #9f9f9f; text-decoration: none; }
.mGridPaper .pgr a:hover { color: #eee; text-decoration: none; }.mGrid .pgr a { color: #ccc; text-decoration: none; }
.mGridPaper .hs { padding:0px; }
area {
  border:solid 2px green;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/




.magz-toggle { margin: 0 0 2em 0; }
.magz-toggle .magz-toggle-title {
	display: block;
 font-family:Yekan;
 font-size:16px;
	padding: 10px 10px 10px 10px; 
	background: #FBFBFB;
	border: 1px solid #dfdfdf;
	outline: none;
	position: relative;
}

.magz-toggle .magz-toggle-title:hover { border: 1px solid #c5c5c5; }
.magz-toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none;
}

.magz-toggle span.ui-icon {
    background: url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/css/rtl/images/toggles/toggle-closed.html) no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -6px 0 0 0;
}

.magz-toggle .ui-state-active .ui-icon { background: url(/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/css/rtl/images/toggles/toggle-open.html) no-repeat; }

#newslist h3 {
  font-family: IRANSansBold;
  font-size:16px;
  line-height: 135%;
  text-align:justify;
  color:#000;
}

#newslist h3:hover {
  color:red;
}

#newslist .post1 {
  border-bottom:1px solid #eee;
  padding:0px 0;
}


#newslist h5 {
  font-family: IRANSansBold;
  font-size:20px;
  line-height: 140%;
  color:#000;
}

#newslist h5:hover {
  color:red;
}

#newslist .post {
  border-bottom:1px solid #eee;
  padding:1em 0;
}

#newslist h4 {
  font-family: IRANSansBold;
  font-size:24px;
  line-height: 140%;
}

#newslist h4:hover {
  color:red;
}

#newslist p {
  font-family: IRANSansLight;
  font-size:18px;
  text-align:justify;
  line-height: 130%;
}

#newslist .info {
  font-family: IRANSansLight;
  font-size:12px;
  padding-bottom:20px;
}

.bg {
  background:#eee;
}

.widget1 {
  margin:0 0 10px;
}

.widget1 h3 {
  margin:0 0 10px;
  line-height:2em;
}

.widget-inner {
  width:auto;
}

ul.widget-inner {
  font-family: IRANSansBold;
  font-size:12px;
  list-style: none;
  width:100%;
}

ul.widget-inner a {
  color:#000000;
}

ul.widget-inner a:hover {
  color:blue;
}

ul.widget-inner li {
  padding:5px 0 5px 0;
}

.widget-inner ol {
  float:left;
  margin-left:0px;
}

  ul.slides .span6 {
        margin-right: 0.564102564102564%;
        width: 49.707948717948715%
  }


@media (min-width:1200px) {
  ul.slides .span6 {
        margin-right: 0.564102564102564%;
        width: 49.707948717948715%
  }

  ul.slides .span6 .entrySlider2 {
        width: 97%
  }

  ul.slides .span6 .entrySlider4 {
  }
  
  ul.slides .span4 {
        margin-right: 0.564102564102564%;
        width: 32.954931623931625%
  }

  ul.slides .span3 {
        margin-right: 0.564102564102564%;
        width: 24.554931623931625%
  }
  
  .toppadding {
    padding-top: 5px;
  }
}

@media (min-width:980px) and (max-width:1200px) {
  ul.slides .span6 .entrySlider2 {
        width: 97%
  }

  ul.slides .span4 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  .toppadding {
    padding-top: 14px;
  }
}

@media (min-width:768px) and (max-width:979px) {
  ul.slides .span6 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  ul.slides .entrySlider2 {
        width: 97%
  }

  ul.slides .span4 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

    ul.slides .span3 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  .toppadding {
    padding-top: 0px;
  }
}

@media (max-width:767px) {
  ul.slides .span6 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  ul.slides .entrySlider2 {
        width: 97%
  }

  ul.slides .span4 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

      ul.slides .span3 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  .toppadding {
    padding-top: 0px;
  }
}

@media (max-width:480px) {
  ul.slides .span6 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  ul.slides .span4 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  ul.slides .entrySlider2 {
        width: 97%
  }

      ul.slides .span3 {
        margin-right: 0;
        width: 100%;
    padding-top: 5px;
  }

  .toppadding {
    padding-top: 0px;
  }
}

.flex-caption {
  width: 98%;
  padding: 3px 1% 3px 1%;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  direction:rtl;
  text-align:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-caption h4 a{
  color:#FFF;
}

.relslider {
    position: relative;
} 

.entrySlider2 {
  background:rgba(61,76,84,0.8);
  position:absolute;
  bottom:0px;
  padding:10px;
  text-align:right;
}

.entrySlider2 a {
  color:#FFF;
}

.entrySlider4 {
  direction:rtl;
  text-align:justify;
  padding:8px;
}


.entrySlider4 a {
  color:#000;
}

.entrySlider4 h4 {
}

.entrySlider4 p {
}

#slide-left,
#slide-bullet
{
margin: 0 0 20px 0;
}

#site-header {
  padding:5px 40px;
}

#header-nav li {
    list-style: none;
    float: right
}

#header-nav li:after {
    content: "|"
}

#header-nav li:last-child:after {
    content: ""
}

#header-nav .time {
    padding: 0 .5em;
}

#header-nav li a {
    padding: 0 .5em;
    transition: all .8s linear 0s;
    -webkit-transition: all .8s linear 0s;
    -moz-transition: all .8s linear 0s;
    -o-transition: all .8s linear 0s
}

#header-nav li a:hover {
    text-decoration: none
}

#header-nav li:first-child a {
    padding-right: 0
}

#header-nav ul.sub-menu,
#header-nav .dropdown .caret,
#header-nav .children {
    display: none
}

#header-social li {
    list-style: none;
    padding: 3px 0 0 0;
    float: left
}

#header-social li:after {
    content: ""
}

#header-social li:last-child:after {
    content: ""
}

#header-social li a {
    padding: 0px .8em;
    transition: all .8s linear 0s;
    -webkit-transition: all .8s linear 0s;
    -moz-transition: all .8s linear 0s;
    -o-transition: all .8s linear 0s
}

#header-social li a:hover {
    text-decoration: none
}

#header-social li:first-child a {
    padding-left: 0
}

#header-social ul.sub-menu,
#header-social .dropdown .caret,
#header-social .children {
    display: none
}

.h230 {
  height:230px;
}

.h260 {
  height:260px;
}

.h140 {
  height:140px;
}

.mb10 {
  margin-bottom:10px;
}

.center {  
  text-align: center;
}

h3.entry-title-qv {
  font-weight:normal;
  margin:0;
  position:relative;
}

.entry-qv {
  border-bottom:5px solid #FA8484;
  font-size:13px;
  font-weight:bold;
  overflow: hidden;
  padding:0 5px;
  position:absolute;
  left:0;
  bottom:-10px;
}

.quote-left,
.quote-right {
    display: block;
    position: relative;
}

.quote-left:after,
.quote-right:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 30px
}

.quote-left {
    padding: 10px 5px 5px 45px;
    text-align: left;
}

.quote-left:after {
    top: 0;
    left: 0;
    right: auto;
    background: url('/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/css/images/quote-left.png') no-repeat
}

.quote-right {
    padding: 10px 15px 5px 5px;
    text-align: right
}

.quote-right:after {
    bottom: 0;
    left: auto;
    right: 0;
    background: url('/web/20240129043346im_/https://www.iranmarasemnews.ir/assets/css/images/quote-right.png') no-repeat
}

#footer-social li {
    list-style: none;
    padding: 3px 0 0 0;
    float: left
}

#footer-social li:after {
    content: ""
}

#footer-social li:last-child:after {
    content: ""
}

#footer-social li a {
    font-size:18px;
    padding: 0px .5em;
    transition: all .8s linear 0s;
    -webkit-transition: all .8s linear 0s;
    -moz-transition: all .8s linear 0s;
    -o-transition: all .8s linear 0s
}

#footer-social li a:hover {
    text-decoration: none
}

#footer-social li:first-child a {
    padding-left: 0
}

#footer-social ul.sub-menu,
#footer-social .dropdown .caret,
#footer-social .children {
    display: none
}

.pt20 {
  padding-top:20px;
}

.pt30 {
  padding-top:30px;
}

.left {
  width:100%;
  text-align:left;
}

.headerAds {
  padding:10px 0 10px 0;
}

.gallery-home h3 {
  font-size:16px;
  font-weight:normal;
  margin:0;
  padding:5px 0;
  text-align:center;
}

.gallery-home ul {
  margin:0;
  padding:5px;
  background:#f2f2f2;
  /* Initiate a counter */;
}

.gallery-home ul li {
  background:#FFF;
  margin:3px 3px;
  padding:1em;
  list-style:none;
}

.radio {
  padding:0 0 10px 0;
  width:100%;
}

.radio h3 {
  font-size:16px;
  font-weight:normal;
  padding:0;
  text-align:right;
}

.radio h3.title {
  margin:0 0 10px 0;
}


.radio span {
}

audio
{
width: 100%;
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}
/*
     FILE ARCHIVED ON 04:33:46 Jan 29, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:01:37 Dec 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.593
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.01
  cdx.remote: 8.353
  LoadShardBlock: 225.457 (3)
  PetaboxLoader3.datanode: 133.092 (5)
  PetaboxLoader3.resolve: 176.674 (3)
  load_resource: 98.94
  loaddict: 34.382
*/