@font-face{font-family:'WYekan';src:url(../font/WebYekan.woff) format('woff');font-weight:normal;font-style:normal}

@font-face{font-family:'droidkufi';src:url(../font/Droid-Arabic-Kufi.woff) format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:dfont;src:url(../font/Dana-Regular.eot?#iefix) format('embedded-opentype'),url(../font/Dana-Regular.woff) format('woff'),url(../font/Dana-Regular.ttf) format('truetype'),url(../font/Dana-Regular.svg#newfont) format('svg');font-weight:400;font-style:normal}
@font-face{font-family:'IRAN Sans';src:url(../font/IRAN-Sans-Light.eot);src:url(../font/IRAN-Sans-Light.eot?#iefix) format('embedded-opentype'),url(../font/IRAN-Sans-Light.woff) format('woff'),url(../font/IRAN-Sans-Light.ttf) format('truetype'),url(../font/IRAN-Sans-Light.svg#fccdc5bfa794389398b92753a275f5cb) format('svg');font-style:normal;font-weight:200}@font-face{font-family:'IRAN Sans';src:url(../font/IRAN-Sans.eot);src:url(../font/IRAN-Sans.eot?#iefix) format('embedded-opentype'),url(../font/IRAN-Sans.woff) format('woff'),url(../font/IRAN-Sans.ttf) format('truetype'),url(../font/IRAN-Sans.svg#a2ac8b5648085d6c69811dda1047c819) format('svg');font-style:normal;font-weight:400}@font-face{font-family:'IRAN Sans';src:url(../font/IRAN-Sans-Bold.eot);src:url(../font/IRAN-Sans-Bold.eot?#iefix) format('embedded-opentype'),url(../font/IRAN-Sans-Bold.woff) format('woff'),url(../font/IRAN-Sans-Bold.ttf) format('truetype'),url(../font/IRAN-Sans-Bold.svg#f4c642f706cf2bba21b8b05a1d7f7279) format('svg');font-style:normal;font-weight:700}@font-face{font-family:'IRAN Sans';src:url(../font/IRAN-Sans-Ultra-Light.eot);src:url(../font/IRAN-Sans-Ultra-Light.eot?#iefix) format('embedded-opentype'),url(../font/IRAN-Sans-Ultra-Light.woff) format('woff'),url(../font/IRAN-Sans-Ultra-Light.ttf) format('truetype'),url(../font/IRAN-Sans-Ultra-Light.svg#8d3e4be13ca12b2b2855b2a124951daa) format('svg');font-style:normal;font-weight:100}


*
{
	text-decoration:none;
	font-family:'IRAN Sans','Trebuchet MS',Tahoma,sans-serif;
	outline:none;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right:10px;
	margin-left:0px;
	z-index:999999;
	
	
	
	
}
#back-top a {
	width: 100px;
	
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #747a7c;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in ;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#back-top a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* arrow icon (span tag) */
#back-top span {
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in ;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	width: 51px;
	height: 51px;
	font-size:20px;
	padding-top:20px;
	/* rounded corners */
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:0px solid #000	000;
	z-index:1;
	color:#ffffff;
	background-color:#ffcc00;
	display:block;
	
	
}
#back-top span:hover {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in ;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	background-color:#ffa700;
	
	
}
.hidden{
	/*opacity: 0;*/
}

.visible{
	opacity: 1;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/loading2.gif) center no-repeat #ffffff;
}
.form-wrap{
    max-width: 300px;
    padding: 2px;
    background: #ffffff;
    margin: 2px auto;
    border-radius: 4px;
	text-align: center;
}
.form-wrap form{
	border-bottom: 1px dotted #ddd;
	padding: 10px;
	direction:rtl;
}
.form-wrap #output{
    margin: 10px 0;
}
.form-wrap .error{
    color: #d60000;
	direction:rtl;
	background-image:url('../images/error.png');
	background-repeat:no-repeat;
	padding-right:30px;
	background-position:center right;
	line-height:30px;
	 transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
	text-align:right;
}
.errorbox{
    color: #d60000;
	direction:rtl;
	background-image:url('../images/error.png');
	background-repeat:no-repeat;
	padding-right:30px;
	background-position:center right;
	line-height:30px;
	 transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
	text-align:right;
}
.form-wrap .images {
    width: 100%;
    display: block;
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin: 5px 0;
}
.form-wrap .thumbnails {
    width: 32%;
    display: inline-block;
    margin: 3px;
}

/* progress bar */
#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
	height: 20px;
    border-radius: 3px;
    background-color: #3aaff9;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
	top:0px;
	left:45%;
	position:absolute;
	display:inline-block;
	color: #ffffff;
	 transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}
.btnstyle2
{
	border-radius: 1px;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
    background: none repeat scroll 0 0 #4791f6;
    border: 0 none;
     border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.45rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
}
.btnstyle2:hover
{background: none repeat scroll 0 0 #0e64da;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}