@import url("https://news.gooya.com/vazir/vazir.css");

.article-row:nth-of-type(even),
.article-row-more:nth-of-type(odd) {
    background: #ecf0f1 !important;
}



  body{
    font-weight:normal;
    color:#000000;
    letter-spacing:0pt;
    word-spacing:1pt;a
    font-size:18px;
  
    font-family: vazir,Arial,"Arabic Transparent",Helvetica,sans-serif !important;
    line-height:1.5;

    
    -webkit-font-smoothing: antialiased;

  
  
      text-align:right;
      
  }
  body a{
  color: #222;
  }
  .row{
     margin:0px;
  }
  .container {
	padding: 0 !important;
}

.header {
	background: #006699;
	text-align: center;
}

@media (min-width: 992px) {
	.header {
		margin-bottom: 1em;
	}
}

.nav-link {
	font-size: 1.1em;
	color: #fff;
	display: inline-block;
}

.nav-link.primary {	
    background-image: url('images/logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 290px;
}

.nav-link.secondary {	
	display: none;
}

@media (min-width: 992px) {
	.nav-link.primary {
		float: right;
		height: 90px;
	    width: 320px;
	}
	.nav-link.secondary {
		display: inline-block;
		float: left;
		margin: 20px 15px;
	}
	.nav-link {
		font-size: 1.5em;
	}
}

.nav-link:hover {
	color: #fff;
	text-decoration: none;
}

.bg-primary {
    background-color: #eaeaea !important;
    border: 1px solid #dcdcdc !important;
    color: #2b2b2b !important;
    font-size: 1.3em;
    font-weight: normal !important;
    height: auto !important;
    margin-bottom: 0.7em !important;
    padding: 5px;
    text-align: center;
}

.column-header {
    background-color: #006699 !important;
    border: 1px solid #731f1f !important;
    color: #FFF !important;
    font-size: 1.4em;
    font-weight: normal !important;
    height: auto !important;
    margin-bottom: 0.7em !important;
    padding: 5px;
    text-align: center;
}

@media (min-width: 992px) {
	.bg-primary {
		text-align: right;
	}
}

.col-xs-12 {
    padding: 0;
}

#top-data-info {
    margin: 1em;
    text-align: center;
    color: #333;
}

#top-data-info a {
	color: #006699;
}

@media (min-width: 992px) {
	#top-data-info {
		left: -390px;
		margin: 0;
		position: absolute;
		top: 60px;
		z-index: 2;
		left: -310px;
		color: #cecece;
	}
	#top-data-info a {
	    color: #99cc00;
	}
}

@media (min-width: 1200px) {
	#top-data-info {
	    left: -410px;
	}
}


button.btn.btn-success {
    width: 100%;
    margin: 10px 0;
}

.rss-feed-row {
    margin: 0.7em 0 !important;
    padding: 2px;
}

.share,
.share_bottom {
    height: 70px;
    text-align: center;
}

@media (min-width: 992px) {
  .share,
  .share_bottom {
      text-align: right;
  }
}

.share iframe,
.share_bottom iframe{
    height: 58px !important;
    width: 73px !important;
}

.vote_box {
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    display: inline-block;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    width: 73px;
}

.vote_box div {
    height: 20px;
}

.up_vote{
   background-color: #03D402;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
cursor:pointer;
}

.down_vote{
   background-color: #F00;
    border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
cursor:pointer;
}


.mt-image-none, .mt-image-right, .mt-image-left{
display: block;
    max-width: 100%;
    height: auto;
}


/* article page */

h3#page-title {
    font-size: 21px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
	h3#page-title {
	    font-size: 29px;
      margin-bottom: 30px;
	}
}

h3#page-title a {
    color: #006699;
}

.asset-content.entry-content,
h3#page-title {
    padding: 0 10px;
}

@media (min-width: 992px) {
  .asset-content.entry-content,
  h3#page-title {
      padding: 0;
  }
}

.asset-body, .asset-more{
    line-height: 28px;
    font-size: 16px;
    text-align: justify;

}
.asset-content.entry-content img {
    height: auto;
    margin: 20px 0;
    max-width: 100%;
}

@media (min-width: 992px) {
	.asset-content.entry-content img {
	    max-width: none;
	}
}

.entry-asset{
    padding-left: 20px;
}

.sidebar{
    padding:30px !important;
    background-color: #f5f5f5;
}