/*\FEEDBACK FORM\*/
#form-elements {text-align: center;}
#btn-feedback-form {cursor:pointer; position:relative; top:0; left:0; }
#btn-feedback-form > span {font-family: 'Roboto', sans-serif; cursor: pointer; display:inline-block; font-size: 15px; color: #FFF; text-decoration: none; padding-top: 8px; padding-bottom: 8px; padding-left: 23px; padding-right: 30px; background:#58983c; }
#btn-feedback-form > span.closed:after, #btn-feedback-form > span.open:after {content: ''; position: absolute; top: 32%; right: 12px; background-repeat:no-repeat; background-position:center bottom; height:11px; }

#btn-feedback-form > span.closed:after {background-image:url(img/sidebar-menu-arrow.png); width:8px; top:3px;}
#btn-feedback-form > span.open:after {background-image:url(img/sidebar-menu-arrow-down.png); width:11px; }
#feedback-form-overlay {display:none; position:fixed; top:0; width:100%; height:100%; /*background-color:black; opacity:0.5;*/ z-index:10; background: rgba(0,0,0,0.6);}

#inc-question-form input[type="submit"], #fm_form_submit {margin-right:10px; width:60px; height:10px;}
#inc-question-form button {display:block; margin-top:10px; width:60px; height:30px;}
#inc-question-form input, #inc-question-form textarea {width:100%; box-sizing: border-box;} 
.show {display:block !important;}
#form-content {margin-top:30px;}
#fm-form-1 input[type="submit"] {border:none; background-color:#0456a9; color:white; background-image:url('../images/background-menu-box.png'); background-repeat: no-repeat; font-family: Helvetica, Arial}
.form-first-box {display:inline-block; width:100%; vertical-align:top;}
.form-first-box input {margin:6px 0px; padding:10px;border:none}

.form-second-box {display:block; vertical-align:top;}
.form-second-box textarea {margin:6px 0px; padding:10px; height:128px}
#form-inner form {margin-top:25px;}
#form-inner input[type="text"] {display:block; background-color: #fff; border:1px solid #9E9E9E; width:264px; height:36px; padding:0 15px 0 15px; font-size: 14px; font-style: italic; margin-bottom:15px; outline: none; font-family: 'Roboto', sans-serif; color: #6f838a; }
button#question-sent {display:block; cursor: pointer; font-size: 15px; color: #FFF; text-decoration: none; padding-left: 23px; padding-right: 23px; background:#8cba33; outline: none; border: 0; width:auto; height:63px; font-size:16px;}
#form-inner textarea {
	width:547px; height:124px; resize:none; background-color: #fff; border:1px solid #9E9E9E; font-size: 14px; font-style: italic;
	outline: none;
	font-family: 'Roboto', sans-serif;
	color: #6f838a;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
	padding-right:15px; 
}
.form-heading-h2 {font-size: 16px; margin-bottom: 16px;}
#btn-close { position:absolute; width:22px; height:23px; background-image:url(../images/btn-close-form.png); background-repeat: no-repeat; right:17px; top:17px; cursor:pointer;}
.success-response {display:none; color: black; font-size: 25px; /* line-height: 219px; */ position: relative;}

::placeholder {
	color: white;
	opacity: 1;
  }








