@font-face{font-family:newfont;src:url(../font/newfont.eot?#iefix) format('embedded-opentype'),url(../font/newfont.woff) format('woff'),url(../font/newfont.ttf) format('truetype'),url(../font/newfont.svg#newfont) format('svg');font-weight:400;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:'WYekan';src:url(../font/WebYekan.woff) format('woff');font-weight:normal;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: 80px;
	right:10px;
	margin-left:0px;
	z-index:5;
	
	
	
}
#back-top a {
	width: 100px;
	
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-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: 40px;
	height: 40px;
	display: block;
	border:1px solid #000	000;
	z-index:20;
	color:#ffffff;
	font-size:15px;
	display:block;
	background-color:#f8ac09;
	border:1px solid #CCC;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	line-height:38px;
	
	
	
}
#back-top span:hover {
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in ;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	display: block;
	border:1px solid #000	000;
	background-color:#f8ac09;
	-webkit-animation: flash 3s linear infinite!important;
  -moz-animation: flash 3s linear infinite!important;
  -ms-animation: flash 3s linear infinite!important;
  -o-animation: flash 3s linear infinite !important;
  animation: flash 3s linear infinite !important;
	
	
}
.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: 900;
	background: center no-repeat #ffffff;
}

.loaderdivcontainar3{width: 100%;
	height: 100%;position:absolute;margin:auto;width:30px;margin-top:50%;
left:0px;top:0px;z-index:999999;}
.loaderdiv3 {
	position:relative;
	top:50%;
	margin:auto;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 50px;
  height: 50px;
  -moz-animation: spin 1s linear infinite; /* Safari */
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
 /* -webkit-animation: bounceIn 1s linear infinite;
  -moz-animation: bounceIn 1s linear infinite;
  -ms-animation: bounceIn 1s linear infinite;
  -o-animation: bounceIn 1s linear infinite ;
  animation: bounceIn 1s linear infinite ;*/
  
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.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;
	font-size:16px;
}
.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: #000;
	 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;
}