/****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 {
    display: none;
    font-size: 11px;
    line-height: 20px;
    margin-top: 2px;
    position: absolute;
    top: -5px;
    right: 9px;
    background-color: #FD2;
    border-radius: 3px;
    color: #000;
}

.btns {
	position:relative;
	overflow:hidden;
}
.btns a {
	margin: 20px 0 0px 20px !important;
	cursor: pointer;
	float: right;
	background-color: #efb236;
	color:#000!important;
}

.btns a:hover{background-color: #333; color:#fff!important;}
.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    color: #000;
    background-color: greenyellow;
    border-radius: 5px;
}



@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) {
 
}