.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;
}
.standard {
	width: 100% ;
	height: auto ;
	float: right;
	margin-top: 50px;
}
.main-standard {
	width:1200px ;
	margin: 0px auto ;
	height: auto ;
	margin-bottom: 20px;
}
.main-breadcrumb{
	width: 99% ;
	margin-top: 5px;
	height: 40px ;
	float: right;
	margin-right: 0.5%;
	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) ;
    margin-bottom: 50px;
}
#main-breadcrumb-item {
	padding: 8px ;
	float: right;
	direction: rtl;
	text-align: center;
	font:13px iransans;
	color: black ;
	background: #fff ;

}
.main-breadcrumb h2{
	font: 13px iransans;
	margin:0;
	height: 0
}
#main-breadcrumb-item a{
	text-decoration:none ;
	color: #7f8c8d ;
	margin-left: 10px;
}
#main-breadcrumb-item a:hover {
	color: #000 ;
}

.ms-item {
	width: 30% ;
	float: right;
	height: auto ;
	margin-right: 2.5%;
	margin-bottom: 30px;
	border-right: 3px ;
	border:1px solid #eee;
}
#msi-img{
	width: 100% ;
	height: 400px ;
	float: right;
	overflow: hidden;
}
#main-msi-img img{
	width: 100%;
	height: 100%;
	border-top-right-radius: 3px ;
	border-top-left-radius: 3px ;
}
.msi-content{
	width: 100% ;
	height: auto;
	float: right;
	padding-bottom: 10px;
	background: #fff
}
#msi-c-title{
	width: 98% ;
	float: right;
	height: auto ;
	text-align: center;
	padding: 10px 0px ;
	font:14px iransans;
}
#msi-c-title a{
	text-decoration: none ;
	color: #34495e;
	transition: all 0.4s ;
}
#msi-c-title a:hover {
	color: #000 ;
}
#msi-c-text{
	width: 96% ;
	float: right;
	margin-right: 2%;
	height: auto ;
	text-align: justify;
	direction: rtl;
	font:12px iransans;
	line-height: 25px;
	background: #fff
}
#msi-c-text a{
	text-decoration: none;
	color: #000;
}