@import url(fontiran.css);
* {
    box-sizing: border-box !important;
	margin:0;
	padding:0;
	font-family: IRANSans;
}

html,body {
	font-size:16px;
	font-family: IRANSans;
	background-color: #F6F6F6;
}
body {
	font-size:62.5%;
	line-height: 1.6875;
	font-family:IRANSans, Tahoma;
}
.pointer {
	cursor: pointer;
}

.font6 {
	font-size:.6em !important;
}
.font7 {
	font-size:.7em !important;
}
.font8 {
	font-size: .8em !important;
}
.font9 {
	font-size: .9em !important;
}
.font10 {
	font-size:1em !important;
}
.font11 {
	font-size:1.1em !important;
}
.font12 {
	font-size:1.2em !important;
}
.font13 {
	font-size:1.3em !important;
}
.font14 {
	font-size:1.4em !important;
}
.font15 {
	font-size:1.5em !important;
}
.font16 {
	font-size:1.6em !important;
}
.font20 {
	font-size:2em !important;
}
.width100 {
    width:100%;
	clear: both;
}
.width100:after {
    content: "";
    clear: both;
    display: block;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
.row-normal:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: right;
	text-align:right;
	direction:rtl;
    padding: 5px;
}
[class*="fcol"] {
	float: none;
	margin:0 auto;
	padding: 5px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.fcol-1 {width: 8.33%;}
.fcol-2 {width: 16.66%;}
.fcol-3 {width: 25%;}
.fcol-4 {width: 33.33%;}
.fcol-5 {width: 41.66%;}
.fcol-6 {width: 50%;}
.fcol-7 {width: 58.33%;}
.fcol-8 {width: 66.66%;}
.fcol-9 {width: 75%;}
.fcol-10 {width: 83.33%;}
.fcol-11 {width: 91.66%;}
.fcol-12 {width: 100%;}
.col-m8 {width: 12.5%;}
.col-blog {
    width: 30%;
}
img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	.hiddenMin {
		display:none !important;
	}
	.minMarginTop{
		margin-top:0px !important;
	}
	.col-min-1 {width: 8.33%;}
	.col-min-2 {width: 16.66%;}
	.col-min-3 {width: 25%;}
	.col-min-4 {width: 33.33%;}
	.col-min-5 {width: 41.66%;}
	.col-min-6 {width: 50%;}
	.col-min-7 {width: 58.33%;}
	.col-min-8 {width: 66.66%;}
	.col-min-9 {width: 75%;}
	.col-min-10 {width: 83.33%;}
	.col-min-11 {width: 91.66%;}
	.col-min-12 {width: 100%;}


	.fcol-min-1 {width: 8.33%;}
	.fcol-min-2 {width: 16.66%;}
	.fcol-min-3 {width: 25%;}
	.fcol-min-4 {width: 33.33%;}
	.fcol-min-5 {width: 41.66%;}
	.fcol-min-6 {width: 50%;}
	.fcol-min-7 {width: 58.33%;}
	.fcol-min-8 {width: 66.66%;}
	.fcol-min-9 {width: 75%;}
	.fcol-min-10 {width: 83.33%;}
	.fcol-min-11 {width: 91.66%;}
	.fcol-min-12 {width: 100%;}
    .col-min-blog {
        width: 46%;
    }
}
@media only screen and (max-width: 500px) {
    /* For mobile phones: */
	.hiddenMin {
		display:none !important;
	}
	.minMarginTop{
		margin-top:0px !important;
	}
	.col-x-min-1 {width: 8.33%;}
	.col-x-min-2 {width: 16.66%;}
	.col-x-min-3 {width: 25%;}
	.col-x-min-4 {width: 33.33%;}
	.col-x-min-5 {width: 41.66%;}
	.col-x-min-6 {width: 50%;}
	.col-x-min-7 {width: 58.33%;}
	.col-x-min-8 {width: 66.66%;}
	.col-x-min-9 {width: 75%;}
	.col-x-min-10 {width: 83.33%;}
	.col-x-min-11 {width: 91.66%;}
	.col-x-min-12 {width: 100%;}



	.fcol-x-min-1 {width: 8.33%;}
	.fcol-x-min-2 {width: 16.66%;}
	.fcol-x-min-3 {width: 25%;}
	.fcol-x-min-4 {width: 33.33%;}
	.fcol-x-min-5 {width: 41.66%;}
	.fcol-x-min-6 {width: 50%;}
	.fcol-x-min-7 {width: 58.33%;}
	.fcol-x-min-8 {width: 66.66%;}
	.fcol-x-min-9 {width: 75%;}
	.fcol-x-min-10 {width: 83.33%;}
	.fcol-x-min-11 {width: 91.66%;}
	.fcol-x-min-12 {width: 100%;}
}
@media only screen and (min-width: 769px) {
	/*i increase min-width 1px for solution gap tommarow set 769px*/
	.row {
		max-width:1200px !important;
		margin:0 auto;
	}
	.hiddenMax {
		display:none !important;
	}
}
a {
	outline: 0;		
    text-decoration:none;
}
footer {
	width:100%;
    box-sizing: border-box !important;	
}
.clear {
	clear: both;
}
.centeralize {
	margin: 0 auto;
}