@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/files_v2/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/files_v2/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/files_v2/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/files_v2/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/files_v2/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/files_v2/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/files_v2/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/files_v2/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/files_v2/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/files_v2/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/files_v2/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/files_v2/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('/files_v2/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/files_v2/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/files_v2/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/files_v2/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: 'icomoon';
    src:    url('/files_v2/fonts/shahrara/icomoon.eot?f22osw');
    src:    url('/files_v2/fonts/shahrara/icomoon.eot?f22osw#iefix') format('embedded-opentype'),
        url('/files_v2/fonts/shahrara/icomoon.ttf?f22osw') format('truetype'),
        url('/files_v2/fonts/shahrara/icomoon.woff?f22osw') format('woff'),
        url('/files_v2/fonts/shahrara/icomoon.svg?f22osw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
		*{
			margin: 0;
			padding: 0;
			text-align: right;
			direction: rtl;
			box-sizing: border-box;
		}
		body{
			padding: 15px;
			background-color: #ffffff;
			font-family: IRANSans;
		}
		#header{
			display: block;
			width: 100%;
			height: auto;
			border-radius: 4px;
			box-shadow: 0 1px 1px #bfbfbf;
			border-bottom: 1px solid #898989;
			margin-bottom: 0px;
		}
		.container{
			color: #6a6a6a;
		}
		a{
			color: #6a6a6a;
			text-decoration: none;
		}
		.container img{
			max-width: 90% !important;
			height: auto !important;
			display: block;
			margin: 5px auto;
			padding: 5px;
		}
		.text-container{
			padding: 14px;
			text-align: justify;
		}
		.text-container *{
			text-align: justify !important;
		}
		.title{
			color: #000;
			font-size: 20px;
			font-weight: 500;
			line-height: 25px;
			margin-bottom: 10px;
		}
		.meta{
			color: #6a6a6a;
			font-weight: 100;
			font-size: 15px;
			margin-bottom: 0px;
		}
		.title img{
			width: 30px !important;
			height: 30px !important;
			float: right !important;
			margin-left: 10px;
			margin-top: -5px;
		}
		li>span{
			margin-right: 15px;
			display: block;
		}