.un-feedback-form{
	position: relative;
}
body.rtl .un-feedback-form, 
body.rtl .un-feedback-form input,
body.rtl .un-feedback-form textarea{
	text-align: right;
}
#powered-by{
	float: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	color: #888;
	margin-right: 3px;
	font-weight: normal;
	font-weight: 300 !important;
	font-size: 10px !important;
}
body.rtl #powered-by{
	float: left;
}

#powered-by a{
	color: #444 !important;
	text-decoration: none;
	font-weight: 300 !important;
}
#powered-by a:hover{
	text-decoration: underline;
	color: black;
}
#window.helvetica-neue, 
#window.helvetica-neue input, #window.helvetica-neue textarea{
	font-family: "Helvetica Neue", 'Helvetica', Arial, sans-serif;
}

#window.helvetica, 
#window.helvetica input, #window.helvetica textarea {
	font-family: "Helvetica", Arial, sans-serif;
}

#window.verdana, 
#window.verdana textarea, #window.verdana input {
	font-family: "Verdana", Tahoma, Arial, sans-serif;
}

#window.tahoma, 
#window.tahoma input, #window.tahoma textarea {
	font-family: "Verdana", Tahoma, Arial, sans-serif;
}
#window.arial, 
#window.arial input, #window.arial textarea  {
	font-family: "Arial", sans-serif;
}
#window.georgia, 
#window.georgia input, #window.georgia textarea  {
	font-family: "Georgia", serif;
}
#window.palatino, 
#window.palatino input, #window.palatino textarea {
	font-family: "Palatino", serif;
}

#window{
	background: transparent;
	width: 100%;
	height:100%;
	max-width: 100%; 
	position: fixed;
	top: 0%; 
	left: 0%;
	overflow-y: scroll;
	margin:0 !Important;
}
/* Feedback form */
.un-feedback-form input[type=text],
.un-feedback-form input[type=password],
.un-feedback-form textarea,
#comment-form input[type=text],
#comment-form textarea{
	background: #fcfcfc;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #cecece;
	padding: 10px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 13px 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.un-feedback-form input[type=text].text-empty:hover,
.un-feedback-form textarea.text-empty:hover{
	color: #888;
}

.un-feedback-form input[type=text],
.un-feedback-form .un-types-wrapper,
.un-feedback-form textarea{
	margin-bottom: 13px;
}

.un-feedback-form .un-types-wrapper:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;	
}

.un-feedback-form .un-types-wrapper a{
	display: block;
	float: left;
	padding: 6px 11px;
	line-height: 15px;
	height: 15px;
	font-size: 13px;
	text-decoration: none;
	color: #555555;
	position: relative;
	font-weight: 300;
	background-position: 8px -28px;
	background-repeat: no-repeat !important;
	text-shadow: none !important;
}
a.un-feedback-type{
	height: auto !important;
}
body.rtl .un-feedback-form .un-types-wrapper a{
	float: right;
}
.un-feedback-form .un-types-wrapper a i{
	 font-size: 120%;
	 margin-right: 11px;
	 display: inline-block;
	 margin-top: -1px;
 }

.un-feedback-form .un-types-wrapper a.selected{
	background-color: #555555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	outline: none;
}
.un-feedback-form .un-types-wrapper a.selected:after{
	display: block;
	content: ' ';
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
	width: 0px;
	height: 0px;
	border-top: 6px solid #555;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
}

.un-feedback-form input.text-empty, 
.un-feedback-form textarea.text-empty{
	color: #aeaeae;
}

.un-feedback-form textarea{
	height: 120px;
}


a#un-button-settings,
.un-feedback-form input[type=submit]{
	display: inline-block;
	color: #f3f3f3 !important;

	border: none;
	outline: none;
	width: auto;
	float: none;
	text-shadow: -1px -1px 0px #333;
	text-decoration: none;
}
body.rtl a#un-button-settings{
	position: absolute;
	left: 16px;
	top: 30px;
}
.un-feedback-form input[type=submit]{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 9px;
	opacity: 1;
	font-size: 13px;
	-webkit-appearance: none;
	
	background-color:#ee4036;
	color:#fff !important;  
	font-family:"futura-pt", Helvetica, Arial, sans-serif !Important;
	 font-weight:bold !important;
	letter-spacing:2px;
	text-transform:uppercase; text-shadow:none;
	border-radius:none !important; font-size:13px;
	float:right; display:block;
}
.un-feedback-form input[type=submit]:hover{
	opacity: .7;
	cursor: pointer;
}

.un-feedback-form input[type=text], 
.un-feedback-form input[type=submit], 
.un-feedback-form textarea, 
#comment-form-wrapper input[type=text],
#comment-form-wrapper input[type=submit],
#comment-form-wrapper textarea,
#window.transitionEnabled{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.un-feedback-form input[type=submit], div#powered-by{
	line-height: 15px;
	font-weight: 300;
	padding-top: 9px;
}

.un-feedback-form input[type=submit].disabled, 
.un-feedback-form input[type=submit].disabled:hover{
	opacity: 0.5 !important;
	cursor: default;
}

.un-feedback-errors-wrapper{
	position: relative;
}
.un-feedback-errors-wrapper .un-errors:before,
.un-feedback-errors-wrapper .un-errors:after{
    content: '';

		width: 14px;
		height: 7px;
		display: block;
		position: absolute;
		left: 45px;
		top: 5px;
    position: absolute;
}
.un-errors{

	border-radius: 3px;
	background: #C1C6C8 !important;
	padding: 7px 12px !important;

}
.un-errors p{
	margin: 0 !important;
	font-size: 12px;
	color: #6b601f;

}
.un-feedback-errors-wrapper{
	padding-top: 11px;
	position: relative;
	top:20px;
	background-color:#C1C6C8;
	clear:both;
}
img#thankyou-image{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
#un-thankyou{
  min-height: 150px;
}
#un-thankyou{
	position: fixed;
	width: 30%;
	height: 20%;
	background: white;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-left: -15%;
	margin-top: -10%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 22px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#un-feedback-wrapper #un-thankyou{
	position: static;
	width: auto;
	top: auto;
	left: auto;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}
@media screen and (max-width: 640px){
	#un-thankyou{
		width: 280px;
		height: 120px;
		left: 50%;
		top: 50%;
		margin-left: -140px;
		margin-top: -60px;
	}
}

button.usernoise{
	background: #444 !important;
	color: white;
	border: none;
	padding: 5px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
button.usernoise:hover{
	color: white;
}


#viewport {width:100%; max-width:773px; margin:7% auto 0 auto;}
#un-feedback-wrapper {}
#un-feedback-form-wrapper a:link, #un-feedback-form-wrapper a:visited, #un-feedback-form-wrapper a:active {color:#ee4036;text-decoration:none; }
#un-feedback-form-wrapper a:hover {text-decoration:underline;}
#un-feedback-form-wrapper p {color:#fff; font-family:Georgia, sans-serif; font-size:18px; line-height:22px;  font-weight:bold; text-align:center; 
	margin:10px 0 !important;}
	
#un-feedback-form-wrapper .row {clear:both; display:block; margin:0 0 20px 0;}
#un-feedback-form-wrapper .block {display:inline-block; width:47.699%; margin:0 2% 0 0; vertical-align:top;}
#un-feedback-form-wrapper .block:nth-of-type(2) {text-align:right;margin:0 0 0 2%;}

.block label {color:#fff; font-family:"futura-pt", Helvetica, Arial, sans-serif; font-weight:bold; font-size:13px; text-transform:uppercase; margin-bottom:5px; letter-spacing:2px; display:block; text-align:left;}
.block input {background-color:transparent !Important; border:2px solid #fff !Important; color:#c0c5c7 !Important; font-size:13px !Important; border-radius:0 !Important;
	font-family:Georgia, sans-serif !Important; font-weight:bold; font-style:italic; display:block;}
	
.block textarea {background-color:transparent !Important; border:2px solid #fff !Important; color:#c0c5c7 !Important; font-size:13px !Important; border-radius:0 !Important;
		font-family:Georgia, sans-serif !Important; font-weight:bold; font-style:italic; display:block;}
	
.block select {background-color:transparent !Important; border:2px solid #fff !Important; color:#c0c5c7 !Important; font-size:13px !Important; margin-bottom:13px;
		font-family:Georgia, sans-serif !Important; font-weight:bold; font-style:italic; display:block; width:100%; border-radius:0 !Important; -webkit-appearance:inherit; padding:10px; background-image:url(arrow-down.png); background-repeat:no-repeat; background-position:97% 10px;}

.block select option {background-color:transparent !Important;}

.un-feedback-errors-wrapper {margin-bottom:20px;}
.un-feedback-form {margin-top:30px;}


@media (min-width: 0px) and (max-width: 650px){
   #un-feedback-form-wrapper .row {clear:both; display:block; margin:0 0 00px 0;}
   #un-feedback-form-wrapper .block {display:inline-block; width:100%; margin:0 0% 0 0; vertical-align:top; margin:10px 0;}
   #un-feedback-form-wrapper .block:nth-of-type(2) {text-align:left;margin:0 0 0 0%;}


#un-feedback-wrapper #un-thankyou .thankMsg {
  top: 12%;
}

}



#un-feedback-wrapper #un-thankyou .thankMsg { position: relative;
  top: 18%;
  transform: translateY(-50%);
}

#un-feedback-wrapper #un-thankyou #un-feedback-close {padding-top: 90px;  display:block;}


#un-feedback-wrapper #un-thankyou .thankMsg p {
align:center; 
}