.mnv{
	width: 100% ;
	height:100px;
	float: right;
	  margin: 90px auto ;
  top: -50px;
    transition: background 0.6s ;
}
.fixed{
	position: fixed;
	top: 0 ;
	margin-top: 0;
	background: #fff;
		-webkit-box-shadow: -1px 2px 4px -1px rgba(173,168,173,1);
	-moz-box-shadow: -1px 2px 4px -1px rgba(173,168,173,1);
	box-shadow: -1px 2px 4px -1px rgba(173,168,173,1);
}
.fixed .main-nav-part{
	box-shadow: none;
}
.post{
	width: 100% ;
	height: auto; 
	float: right;
	margin: 50px 0px 0px 0px;

}
.main-post {
	overflow: hidden;
	width: 1200px ;
	height: auto ;
	margin:0 auto ;
}
.main-breadcrumb{
	width: 99% ;
	margin-right: 0.5%;
	margin-top: 5px;
	height: 40px ;
	float: right;
	background: #fff ;
	border-radius: 3px ;
	 -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    box-shadow: 1px 1px 7px rgba(0,0,0,.2)
}
#main-breadcrumb-item {
	padding: 8px ;
	float: right;
	direction: rtl;
	text-align: center;
	font:13px iransans;
	color: black ;
	background: #fff ;

}
#main-breadcrumb-item a{
	text-decoration:none ;
	color: #7f8c8d ;
	margin-left: 10px;
}
#main-breadcrumb-item a:hover {
	color: #000 ;
}
.post-content {
	width: 70% ;
	margin-right: 0.5%;
	height: auto ;
	float: right;
    margin-top: 20px ;
}
.post-main-content {
	width: 100% ;
	height: auto ;
	float: right;
	background: #fff ;
	border-radius: 3px ;
	margin-bottom: 30px;
	 -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    box-shadow: 1px 1px 7px rgba(0,0,0,.2)	;
    padding-bottom:10px ;
}
.post-title{
	width: 98% ;
	float: right;
	margin-right: 1%;
	padding: 10px 0px 5px 0px;
	font:14px iransans;
	text-align: right;
	direction: rtl;
}
.post-title a{
	text-decoration: none;
	color: #000
}
.post-detail-t {
	width: 98% ;
	height: auto ;
	float: right;
	margin:5px 1%;
	border-bottom: 1px groove
}
#post-detail-t-item {
	float: right;
	background: #ff8100 ;
	font: 11px iransans ;
	text-align: center;
	direction: rtl;
	color: #fff ;
	border-radius: 3px ;
	padding: 3px 10px ;
	margin-left:10px ;
	margin-bottom: 5px;
}
#post-detail-t-item a{
	text-decoration: none;	
}
.post-img {
	width: 26% ;
	height: 250px ;
	float: right;
	margin-right: 1%;
	margin-top: 8px;
}
.post-img img{
	width:100%;
	height:100% ;
}
.post-text {
	width:70% ;
	height: 255px ;
	float: left;
	margin-left: 1%;
	margin-top:2px;
	position: relative;
}
#post-main-text{
	width: 100% ;
	max-height:176px;
	min-height:100px;
	float: right;
	text-align: justify;
	overflow:hidden;
	direction: rtl;
	margin-top: 15px;
}
#post-main-text h3 {
	font-weight: normal;
		font:12px iransans;
			line-height: 28px ;
}
#post-text-ed {
	float: left;
	position: absolute;
	bottom: 0 ;
	left: 5px;
}
#post-text-ed a{
	width: 110px ;
	height: 35px ;
	float: left;
	border-radius: 5px ;
	padding: 8px 10px ;
	font:12px iransans;
	text-align: center;
	background: #e74c3c ;
	transition: background 0.4s ;
	text-decoration: none ;
	color: #fff ;
	position: relative;
}
#post-text-ed a:hover {
	background: #c0392b ;
	cursor: pointer;
}
#post-text-ed a:after {
  content: '\00ab';
  position: absolute;
  opacity: 0;
  top: 7px;
  left: -80px;
  transition: 0.8s;
}
#post-text-ed a:hover  {
  padding-left: 25px;
}

#post-text-ed:hover a:after {
  opacity: 1;
  right: 0;
}
.pn{
	width: 95% ;
	height:40px ;
	float: right;
	margin-top: 10px ;
	margin-bottom: 50px;
}
.pn ul {
	width: 100% ;
	height: 100% ;
	float: right;
}
.pn ul li , .pn ul span{
	float: right;
	list-style-type: none;
	margin-left: 10px ;
	padding: 12px 15px;
	color: #000 ;
	background: #fff ;
	 -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    box-shadow: 1px 1px 7px rgba(0,0,0,.2) ;
    border-radius: 3px ;	
	font:12px iransans;
	border-radius: 4px ;
	transition: background 0.3s;
	margin-bottom: 10px;
}
.pn ul li:hover {
	cursor: pointer;
	background: #e74c3c ;
	color: #fff
}







