/****Form****/
.undermenu {
    
}
#farsix_EformError{

	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	background: #990000;
	color:#fff;
	font-size:12pt;
}


#form {
	position: relative;
}
#form input {
	border: 1px solid #e5e5e5;
	background:#fff;
	
	font-size:14px;
	color:#333333;
	padding:8px 3px 9px 3px;
	outline: medium none;
	width:99%;      /* 322px; */
  margin: 5px;
}

#form select {
	border: 1px solid #e5e5e5;
	background:#fff;
	
	font-size:14px;
	color:#333333;
	padding:8px 3px 9px 3px;
	outline: medium none;
	width: 100%;
  margin: 5px;
}


#form textarea {
	border: 1px solid #e5e5e5;
	background:#fff;
	
	font-size:14px;
	line-height: 18px;
	color:#333333;
	outline: medium none;
	overflow: auto;
	padding: 8px 3px 9px 3px;
	width: 99%;
	    margin: 5px;
	position: relative;
	resize:none;
}
#form input[type="radio"] {width:auto;}
#form input[type="checkbox"] {width:auto;}
#form label {
	position:relative;
	/*display: inline-block;*/
	min-height: 46px;
	overflow: hidden;
	width:100%;
	text-align:right;
}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 12px;
	line-height:20px;
	margin-top:2px;
  position: absolute;
  top: 4px;
  left: 25px;
      background-color: #fff;
    border-radius: 5px;
}
#form .error-empty {
	margin: 4px 0 0 5px !important;
	display:none;
	float:right;
	padding:5px;
}

.btns {
	position:relative;
	overflow:hidden;
}
.btns a {
	margin: 20px 0 0px 20px !important;
	cursor: pointer;
	float: right;
	background-color: #003300;
	color:#fff;
}

.btns a:hover{background-color: #009933; color:#fff;}
.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #000;
}

.form-group {direction:rtl;text-align:right;}
#form input {direction:rtl;}
#form textarea {direction:rtl;}

@media only screen and (max-width: 995px) {
  #form label {display: block;}
 #form textarea, #form input, #form select{
 width: 99%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  figure iframe{width: 100%;}
}
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
 
}