/*html-tags*/
html,body{font-family:IRANSans,sans-serif;direction: rtl;}
body {
	height: 100vh;
	background-color: #ffffff;
}

table {
	border-collapse: collapse;
}

th {
	padding: 4px;
	text-align: center;
	font-size: 14px;
	background-color: #d3dac4;
}
tr:nth-child(2n) {
	background-color: #f2f2f2;
}
td {
	text-align: center;
	padding: 4px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

option {
	font-family: IRANSans !important;
}


/*ids*/

#b {
	width: 100%;
	/*height: 100%;*/
	min-width: 100%;
	min-height: 100%;
	position: relative;
}

#b::before {
	background-size: auto;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.05;
}

#logo img {
	padding-top: 8px;
}
#logo-type {
	bottom: 0;
	position: absolute;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 19px;
	font-family: iranyekan;
	color: #3b3b3b;
}
#header {
	position: relative;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #97ad7f;
}
#topnav {
	background-color: #6C8A49;
	height: 38.5px;
	z-index: 1;
}
#topnav a {
	height: inherit;
	border-radius: 8px;
}
#topnav a:hover  {
	border-radius: 8px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}
#topnav,.w3-dropdown-hover a {
	color: #ffffff;
	text-align: right !important;
}
#search-icon {
	width: 20%;
	height: inherit;
	border-radius: 8px;
}
#search-icon-box {
	position: absolute;
	left: 10px;
	width: 50%;
	height: 32px;
	padding: 3px;
}
#search-button {
	z-index: 1;
	position: absolute;
	left: 5px;
	color: gray;
}
#main {
	text-align: center;
	float: none;
	margin: auto;
	min-height: 700px;
	/* margin-top: 20px; */
	margin-bottom: 120px;
}
#main1 {
	text-align: center;
	float: none;
	margin: auto;
	min-height: 700px;
	padding: 20px 20px;
	margin-top: 119px;
	margin-bottom: 120px;
}
#gototop {
	cursor: pointer !important;
	background-color: #97ad7f;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
	z-index: 1;
	border-radius: 50%;
}
#gototop-inner {
	position: relative;
	bottom: 1px;
}

#footer {
	font-family: iranyekan;
	color: #ffffff;
	font-size: 13px;

}
#footer-inner {
	background-color: #6C8A49;
}
#footer-top {
	padding: 16px;
}
#footer-image {
	float: left;
	width: 100px;
}
#search-form {
	height: inherit;
}
#swiper-box {
	height: 350px;
}
#karbartab li {
	padding: 4px;
	display: inline-block;
}

#karbartab li {
	float: right;
	transition: background-color .3s;  
	border: 1px solid #ddd;
}
#karbartab li a {
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}
#karbartab li a:hover {
	background-color: #e2e2e2;
}

#sanad_container {
	margin-top: 60px;
}

#check_info {
	display: none;
}

#hesab_details {
	font-size: 14px !important;
}



/*classes*/

.numbers {
	font-family: IRANSansnumber !important;
}
.numbers1 {
	font-family: iranyekannumber !important;
}
.iransans {
	font-family: IRANSans !important;
}
.iranyekan {
	font-family: iranyekan !important;
}
.card {
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.w3-animate-input1{transition:width 0.4s ease-in-out}.w3-animate-input1:focus{width:40%!important}
.w3-animate-opacity1{animation:opac 2.8s}@keyframes opac{from{opacity:0} to{opacity:1}}

.height100 {
	height: 100% !important;
}
.height100vh {
	height: 100vh !important;
}

.width100 {
	width: 100% !important;
}
.iwidth450px {
	width: 450px !important;
}
.iwidth400px {
	width: 400px !important;
}
.iwidth375px {
	width: 375px !important;
}
.iwidth350px {
	width: 350px !important;
}
.iwidth325px {
	width: 325px !important;
}
.iwidth300px {
	width: 300px !important;
}
.iwidth275px {
	width: 275px !important;
}
.iwidth250px {
	width: 250px !important;
}
.iwidth225px {
	width: 225px !important;
}
.iwidth200px {
	width: 200px !important;
}
.iwidth175px {
	width: 175px !important;
}
.iwidth150px {
	width: 150px !important;
}
.iwidth100px {
	width: 100px !important;
}
.iwidth50px {
	width: 50px !important;
}
.margin-0 {
	margin: 0px !important;
}

.text-overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.opacity4 {
	opacity: 0.4;
}


.cursor-pointer {
	cursor: pointer;
}
.cursor-none {
	cursor: default;
}
.cursor-zoom-in {
	cursor: zoom-in;
}
.cursor-zoom-out {
	cursor: zoom-out;
}
.auto-margin {
	margin: auto !important;
}
.none-float {
	float: none !important;
}
.auto-middle {
	margin: auto !important;
	float: none !important;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.fixed {
	position: fixed !important;
}
.lineheight {
	line-height: 2;
}
.lineheight2 {
	line-height: 1.7
}
.lineheight3 {
	line-height: 2.4;
}
.noneunderline-noway {
	text-decoration: none !important;
}
.noneunderline-noway:hover {
	text-decoration: none !important;
}
.noneunderline {
	text-decoration: none !important;
}
.noneunderline:hover {
	text-decoration: underline !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important; 
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.grid {
	display: grid !important;
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
.zindex-1 {
	z-index: -1;
}
.zindex0 {
	z-index: 0;
}
.zindex1 {
	z-index: 1;
}
.round-top {
	border-radius: 8px 8px 0px 0px;
}
.round-bottom {
	border-radius: 0px 0px 8px 8px;
}
.round-top-right {
	border-radius: 0px 8px 0px 0px;
}
.round-top-left {
	border-radius: 8px 0px 0px 0px;
}
.round-bottom-right {
	border-radius: 0px 0px 8px 0px;
}
.round-bottom-left {
	border-radius: 0px 0px 0px 8px;
}
.warning-shadow {
	border: 1px solid #fff;
	box-shadow: 0 1px 4px 0 #ff3232;
}
.success-shadow {
	border: 1px solid #fff;
	box-shadow: 0 1px 4px 0 #2f9603;
}
.fimgbox {
	width: 400px;
	overflow: hidden;
	margin: 20px;
	border-radius: 8px;
}
.fimgb {
	background-color: antiquewhite;
	width: 160px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border-radius: 8px;
	opacity: 80%;
	text-decoration: none;
	padding: 8px;
}
.posts-box {
	width: 280px;
	height: 380px;
}
.outer-posts-box-img {
	width: 280px;
	height: 280px;
	overflow: hidden;
}
.posts-box-img {
	width: 280px;
}
.posts-box-text {
	height: 50px !important;
	line-height: 2;
	text-align: center;
	display: grid;
}
.show_post_text {
	padding: 16px;
	text-align: right;
	font-size: 16.5px;
	color: #3a3a3a;
	line-height: 2;
	text-align: justify;
}
.show_post_nokat {
	padding: 16px;
	text-align: right;
	font-size: 17px;
	color: #303030;
	line-height: 1.8;
}
.show_post_image {
	width: 600px;
}
.button {
	background-color: #97ad7f;
	border: 0;
	padding: 4px 10px;
	width: 100px;
	border-radius: 4px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	cursor: pointer;
}
.round_padding {
	padding: 2px 10px;
}
.padding_4 {
	padding: 4px;
}

.closebtn {
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #afafaf;
	font-size: 20px;
	padding: 0 10px;
	border-radius: 5px;
	cursor: pointer;
}
/*responsive*/


@media screen and (max-width:601px){
	.fimgbox {
		width: 300px;
	}
	.fimgb {
		bottom: 10px;
		right: 10px;
	}
	#search-icon-box {
		width: 55%;
	}
	#search-icon {
		width: 55%;
	}
	.w3-animate-input1:focus{width:70%!important}
	.show_post_image {
		width: 300px;
	}
}

@media screen and (max-width:992px){

}

@media screen and (min-width:601px){

}

@media screen and (min-width:992px){

}

@media screen and (min-width: 602px) and (max-width: 992px){
	#factor_add_pri {
		margin: auto;
		float: none !important;
	}

	.fimgbox {
		width: 350px;
	}
	.fimgb {
		bottom: 20px;
		right: 20px;
	}
	#search-icon {
		width: 35%;
	}
	.w3-animate-input1:focus{width:65%!important}
}



/*colors*/
.themecolor {
	color: white!important;
	background-color: #6C8A49!important;
}
.themecolor-text {
	color: #6C8A49!important;
}
.themecolor-text-hover:hover {
	color: #6C8A49!important;
}
.lightthemecolor {
	background-color: #97ad7f;
}
.lightthemecolor-text {
	color: #97ad7f;
}
.transparent {
	background-color: transparent !important;
}
.transparent:hover {
	background-color: transparent !important;
}
.darchin-color {
	color: #b6622e;
}






/*font-weight*/
.font-weight300 {
	font-weight: 300 !important;
}
.font-weight500 {
	font-weight: 500 !important;
}
.font-weight600 {
	font-weight: 600 !important;
}
.font-weight800 {
	font-weight: 800 !important;
}



/*font-size*/
.fontsize12 {
	font-size: 12px !important;
}
.fontsize13 {
	font-size: 13px !important;
}
.fontsize14 {
	font-size: 14px !important;
}
.fontsize15 {
	font-size: 15px !important;
}
.fontsize16 {
	font-size: 16px !important;
}
.fontsize17 {
	font-size: 17px !important;
}
.fontsize18 {
	font-size: 18px !important;
}
.fontsize19 {
	font-size: 19px !important;
}
.fontsize20 {
	font-size: 20px !important;
}
.fontsize21 {
	font-size: 21px !important;
}
.fontsize22 {
	font-size: 22px !important;
}
.fontsize23 {
	font-size: 23px !important;
}
.fontsize25 {
	font-size: 25px !important;
}
.fontsize26 {
	font-size: 26px !important;
}
.fontsize28 {
	font-size: 28px !important;
}
.fontsize30 {
	font-size: 30px !important;
}




/*fonts*/

/* IRANSans */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/normal/eot/IRANSansWeb_Black.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/normal/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/normal/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/normal/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/normal/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/normal/eot/IRANSansWeb.eot');
	src: url('../fonts/normal/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb.ttf') format('truetype');
}



@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Black.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}








/* iranyekan */
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/normal1/eot/iranyekanwebbold.eot');
	src: url('../fonts/normal1/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/normal1/eot/iranyekanwebthin.eot');
	src: url('../fonts/normal1/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebthin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebthin.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/normal1/eot/iranyekanweblight.eot');
	src: url('../fonts/normal1/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanweblight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/normal1/eot/iranyekanwebregular.eot');
	src: url('../fonts/normal1/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/normal1/eot/iranyekanwebmedium.eot');
	src: url('../fonts/normal1/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebmedium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebmedium.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/normal1/eot/iranyekanwebextrabold.eot');
	src: url('../fonts/normal1/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebextrabold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebextrabold.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/normal1/eot/iranyekanwebblack.eot');
	src: url('../fonts/normal1/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebblack.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebblack.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/normal1/eot/iranyekanwebextrablack.eot');
	src: url('../fonts/normal1/eot/iranyekanwebextrablack.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebextrablack.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebextrablack.ttf') format('truetype');
}









@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/number1/eot/iranyekanwebboldfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/number1/eot/iranyekanwebthinfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebthinfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/number1/eot/iranyekanweblightfanum.eot');
	src: url('../fonts/number1/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/number1/eot/iranyekanwebregularfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/number1/eot/iranyekanwebmediumfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/number1/eot/iranyekanwebextraboldfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/number1/eot/iranyekanwebblackfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebblackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/number1/eot/iranyekanwebextrablackfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebextrablackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}