<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Forms
---------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);

#form1 {
	position:relative;
	margin-top: 15px;
	background: rgba(0,0,0,0.21);
}	
	#form1 input {
		 border:none;
		 background: rgba(0,0,0,0);
		 color: #fff;
		 font: 14px/14px 'Droid Arabic Kufi','Open Sans';
		 font-weight: 300;
		 padding: 11px 10px 10px 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 width:100%;
		 height: 39px;
		 outline:none;		 
		 box-shadow:none;
		 margin: 0;
	}
	#form1 textarea {
		 border:1px solid #000;
		 border-radius:10px;
		 background:#CCC;
		 color:#333;
		 -moz-border-radius:10px;
		 -webkit-border-radius:10px;
		 font-size:12px;
		 line-height:1.2307em;
		 padding:5px 0 5px 10px;
		 width:300px;
		 height:100px;
		 overflow:auto;
		 outline:none;
	}
	#form1 label {
		display:inline-block;
		min-height:39px;
		width: 100%;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#form1 .error {
		position: absolute;	
		bottom: -14px;
		display:block;
		overflow:hidden;
		height:0px;
		font-size:10px;
		color:#F00;
		
		-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; 
	}
	#form1 .success {
		width:100%;
		height:34px;
		border:none;
		background: #000;
		color:#fff;
		text-align: center;
		font-size: 12px;
		line-height: 12px;
		padding-top: 12px;
		position:absolute;
		z-index:10;
		left:0;
		top:0;
	}
	.btns a{
		position: absolute;
		top: 0;
		right: 0;
		display:inline-block;
		font: 14px/14px 'FontAwesome';
		padding:13px 17px 12px;
		color:#fff;
		text-align: center;
	}
	.btns a:hover {
		background:#333;
		text-decoration:none;
	}

#form1 label.invalid .error {
	/*display: block;*/
	height:19px;
}
/* Form defaults */



@media only screen and (max-width: 767px){
	
}

/*==========================================*/

.fromResv
{
	position:relative;
	margin-top: 15px;
}
.fromResv input {
		 border:none;
		 background: rgba(f,f,f,F);
		 color: #000;
		 font: 14px/14px 'Droid Arabic Kufi','Open Sans';
		 font-weight: 300;
		 padding: 11px 10px 10px 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 width:100%;
		 height: 39px;
		 outline:none;		 
		 box-shadow:none;
		 margin: 0;
}
.fromResv input.left
{
	text-align:left;
	direction:ltr;
}
.fromResv textarea {
		 background: rgba(f,f,f,F);
		 color: #000;
		 font: 14px/14px 'Droid Arabic Kufi','Open Sans';
		 font-weight: 300;
		 line-height:1.2307em;
		 width:99%;
		 height:100px;
		 overflow:auto;
		 outline:none;
	}	
.fromResv label {
		display:inline-block;
		min-height:39px;
		width: 100%;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:10px;
	}	
.fromResv .error {
		position: absolute;	
		bottom: -14px;
		display:block;
		overflow:hidden;
		height:0px;
		font-size:10px;
		color:#F00;
		
		-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; 
	}
.fromResv .tmSelect,
.fromResv .tmSelect2 {
  border:none;
		 background: rgba(f,f,f,F);
		 color: #000;
		 font: 14px/14px 'Droid Arabic Kufi','Open Sans';
		 font-weight: 300;
		 padding: 11px 10px 10px 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 width:100%;
		 height: 39px;
		 outline:none;		 
		 box-shadow:none;
		 margin: 0;
}
.fromResv .tmSelect li,
.fromResv .tmSelect2 li {
  position: relative;
  list-style: none;
}

.fromResv .tmSelect input[type=text],
.fromResv .tmSelect2 input[type=text] {
  position: relative;
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
}
.fromResv .tmSelect:after,
.fromResv .tmSelect2:after {
  content: 'ïƒ—';
  position: absolute;
  top: 17px;
  left: 25px;
  font: normal normal 18px/18px 'FontAwesome';
  color: #F00;
  z-index: 100;
}
.fromResv .tmSelect.auto,
.fromResv .tmSelect2.auto {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 ;
  line-height: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px #ccc solid;
  color: #464646;
  background: #fff;
  font: 13px/17px 'Droid Arabic Kufi','Open Sans';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fromResv .tmSelect.auto ul,
.fromResv .tmSelect2.auto ul {
  margin: 1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #f9f9f9;
}
.fromResv .tmSelect ul,
.fromResv .tmSelect2 ul,
.fromResv .tmSelect .transformSelectDropdown,
.fromResv .tmSelect2 .transformSelectDropdown {
  position: absolute;
  width: 100%;
  max-height: 210px;
  padding: 7px 0px;
  margin: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px #ccc solid;
  color: #464646;
  background: #fff;
  font: 13px/13px 'Droid Arabic Kufi','Open Sans';
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  background: #f9f9f9;
  z-index: 10;
}
.fromResv .tmSelect ul li input[type=checkbox],
.fromResv .tmSelect2 ul li input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
/* 2nd type of select */
.fromResv .tmSelect2:after {
  content: 'ïƒ—';
}	
.fromResv .selectdate
{
	padding-right:0;
}

.fromResv .btn-feedback {
  text-align: right;
  margin-top: 12px;
  padding-right:10px;
}
.fromResv .btn-feedback a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  padding: 16px 0;
  width: 120px;
  background: #272727;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fromResv .btn-feedback .btnSend {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  padding: 16px 0;
  width: 120px;
  background: #272727;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fromResv .btn-feedback a:hover {
  text-decoration: none;
  background: #464646;
}
.fromResv .btn-feedback .btnSend:hover  {
  text-decoration: none;
  background: #464646;
}
.fromResv .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.fromResv .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.fromResv .btn-default:active,
.fromResv .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.errorString
{
    font-weight: normal;
    width: 100%;
    font-size: 10px;
    z-index: 4;
    color: #fe5353;
    font-family: 'Droid Arabic Kufi';
    position: relative;
    line-height: 1em;
    margin: 0;padding: 0;
}</pre></body></html>