@charset "utf-8";

html,body,div,input,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,aption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* iransans */

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSANSExpanded.eot?#') format('eot'), /* IE6–8 */
    url('../fonts/IRANSANSExpanded.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSANSExpanded.woff2') format('woff2');
    /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
}

/* iransans */

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSans-Bold.eot?#') format('eot'), /* IE6–8 */
    url('../fonts/IRANSans-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans-Bold.woff2') format('woff2');
    /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: bold;
}

body {
    direction: rtl;
    font-family: sans;
    font-size: 14px;
    color: #2c3e50;
    background-color: #2c3e50;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

.clear {
    clear: both;
}

a {
    cursor: pointer;
    color: #2980b9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #3498db;
    text-decoration: none;
}

.alink {
    position: relative;
}

.alink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #3498db;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.alink:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.slow3 {
    transition: all 0.3s ease-in-out;
}

.slow4 {
    transition: all 0.4s ease-in-out;
}

.slow8 {
    transition: all 0.8s ease-in-out;
}

.box {
	width: 100%;
    max-width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    margin: auto;
    margin-top: 70px;
    box-sizing: border-box;
	background-color: #ecf0f1;
	border-radius: 5px;
	box-shadow: 5px 3px 5px 0.25px rgba(54, 54, 54, 0.75);
}

.box .head {
    height: 30px;
    padding: 10px 15px;
    background-color: #bdc3c7;
    border-radius: 5px 5px 0 0;
}

.box .head .help i {
	float: left;
	font-size: 22px;
	margin-top: 4px;
	cursor: pointer;
}

.box .head .help i:hover {
	color: #2980b9;
}

.content {
    padding: 20px;
	box-sizing: border-box;
}

.form-item {
	width: 100%;
	margin-bottom: 20px;
}

.form-item span {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.form-item .sp-help {
	margin: 10px;
	color: #4f4f4f;
	font-size: 12px;
}

.form-item .me {
	float: right;
	object-fit: cover;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px #2c3e50;
}

.form-item:hover .me {
	border: solid 2px #3498db;
}

.form-item .sp-help-me {
	margin: 10px;
	color: #2c3e50;
	font-size: 12px;
	width: auto !important;
	vertical-align: top;
}

.form-item:hover .sp-help-me {
	color: #3498db;
}

input[type=text], input[type=password], textarea {
    border-radius: 25px;
	background-color: #ecf0f1;
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 20px;
	font-family: sans;
	font-size: 12px;
	border: solid 1px #2980b9;
	width: 100%;
	box-sizing: border-box;
}

textarea {
	height: 200px;
}

select {
    border-radius: 25px;
	padding: 10px 20px;
	font-family: sans;
	font-size: 12px;
	box-sizing: border-box;
	border: none;
	background: transparent;
}

.select {
	overflow: hidden;
	height: 45px;
	float: left;
	background-color: #ecf0f1;
    border-radius: 25px;
	border: solid 1px #2980b9;
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	margin-bottom: 10px;
}

.select i {
	margin-left: 20px;
	color: #2980b9;
	font-size: 22px;
	position: relative;
	top: -33px;
	float: left;
}

@media screen and (max-width: 620px) {
    .select {
        width: 100% !important;
    }
	
	select {
        width: 110% !important;
	}
}

.btnnormal {
	display: inline-block;
	background-color: #2980b9;
	color: #ecf0f1;
	padding: 10px 35px;
	margin: 5px;
	margin-top: 0;
	border-radius: 35px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.btnnormal:hover {
    background-color: #3498db;
}

.public-box {
	height: 100%;
	width: 100%;
	position: absolute;
	top: -100%;
	right: 0;
    box-sizing: border-box;
	background-color: #ecf0f1;
	box-shadow: 5px 3px 5px 0.25px rgba(54, 54, 54, 0.75);
	z-index: 1;
}

.public-box .content {
	overflow: auto;
	height: calc(100% - 50px);
}

.public-box .head {
    height: 30px;
    padding: 10px 15px;
    background-color: #bdc3c7;
}

.public-box .head .help i {
	float: left;
	font-size: 22px;
	margin-top: 4px;
	cursor: pointer;
}

.public-box .head .help i:hover {
	color: #2980b9;
}

.open-close-btn {
	display: inline-block;
	width: 160px;
    height: 60px;
	position: fixed;
	top: -10px;
	left: 30px;
    padding: 20px 15px 10px 15px;
    background-color: #bdc3c7;
    border-radius: 0 0 5px 5px;
	float: left;
	cursor: pointer;
	z-index: -1;
	box-sizing: border-box;
}

.open-close-btn:hover {
	top: 0;
    background-color: #f4f4f4;
}

.public-msg-con {
	margin-bottom: 20px;
}

.public-msg-con .title {
	font-size: 14px;
}

.public-msg-con .date {
	font-size: 10px;
	color: #4f4f4f;
}

.public-msg-con .text {
	display: block;
	font-size: 12px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	background-image: linear-gradient(to left, transparent, #2c3e50, transparent);
	border: 0;
	height: 2px;
	margin: 20px 0;
	box-sizing: content-box;
}

.send-star {
	width: 538px;
	height: 175px;
	position: absolute;
	top: -90px;
	right: -500px;
}

.send-star i {
	float: left;
	font-size: 60px;
	color: #f1c40f;
	position: relative;
	top: -80px;
	left: 80px;
}

.stars {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: -5;
}

.msgImg {
	width: 150px;
	margin-left: 20px;
	float: right;
}

.msgText {
	display: inline !important;
	vertical-align: top;
}
