form[name="feedback_form_modal"] fieldset{padding: 0;
    border: 0;}
form[name="feedback_form_modal"] fieldset.radio .radio-button {
	display: inline-block;
	margin: 0 20px 0 0;
}
form[name="feedback_form_modal"] fieldset .radio-button label {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 0;
}
form[name="feedback_form_modal"] fieldset .radio-button.error input + label {
	border-color: red;
}
form[name="feedback_form_modal"] fieldset .radio-button input {
	display: none;
}
form[name="feedback_form_modal"] fieldset .radio-button input + label{
	position:relative;
	padding-left:24px;
	text-align: left;
	width: 100%;
	font-weight: 400;
}
form[name="feedback_form_modal"] fieldset .radio-button input + label:before {
	position:absolute;
	top:0;
	left:0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	content: "";
	border-radius: 50%;
	background: #38596c;
	box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 9px #fff;
	transition:all .2s;
}
form[name="feedback_form_modal"] fieldset .radio-button input:checked + label:before {
	box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 4px #fff;
}

form[name="feedback_form_modal"] fieldset.checkbox .radio-button {
	margin-bottom: 10px;
	display: block;
}
form[name="feedback_form_modal"] fieldset.checkbox .radio-button label {
	font-size: 0.9em;
}

form[name="feedback_form_modal"] fieldset.checkbox .radio-button input + label:before{
	border-radius: 4px;
}

label.policy_label_for_form.error{color:red !important;}
input:checked + label.policy_label_for_form.error{color:inherit !important;}



.inputtextarea.error, .inputtext.error, .inputselect.error {
	border-color: red!important;
	color: #000;
}
.ajax-web-form {
	font-size: 1.2em;
	border-radius: 4px;
	max-width: 500px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
}
.ajax-web-form .close-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 37px;
	width: 37px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	opacity: 0.7;
}
.ajax-web-form .close-icon span {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	position: relative;
}
.ajax-web-form .close-icon span:before,
.ajax-web-form .close-icon span:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	background: #fff;
}
.ajax-web-form .close-icon span:before {
	margin-top: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.ajax-web-form .close-icon span:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.ajax-web-form .close-icon:hover {
	opacity: 1;
}

.ajax-web-form .title {
	padding: 9px 20px 10px;
	background: #335466;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.ajax-web-form .fields {
	padding: 25px 15px;
}

.ajax-web-form .fields:after {
	content: "";
	display: block;
	clear: both;
}
.ajax-web-form .field {
	margin: 0 0 20px 0;
}
.ajax-web-form .field:after {
	content: "";
	display: block;
	clear: both;
}
.ajax-web-form label {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	color: #000;
	display: inline-block;
	width: 20%;
	padding: 6px 15px 0 0;
	text-align: right;
	float: left;
	box-sizing: border-box;
}
.ajax-web-form label.full-label {
	width: 100%;
	padding: 0 0 10px 0;
	text-align: left;
	color: #335466;
	font-weight: bold;
}
.ajax-web-form .input {
	width: 80%;
	float: left;
}
.ajax-web-form input[type="text"],
.ajax-web-form input[type="email"],
.ajax-web-form textarea {
	border: 1px solid #aab1b4;
	background: #edf0f4;
	padding: 7px 8px;
	width: 100%;
	box-sizing: border-box;
}
.ajax-web-form .captcha-block img.captcha_img {
	float: left;
	cursor: pointer;
}
.ajax-web-form .captcha-block label {
	width: 140px;
	padding-top: 2px;
}
.ajax-web-form .captcha-block .captcha {
	float: right;
	width: 130px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.ajax-web-form .captcha-block:after {
	content: "";
	display: block;
	clear: both;
}
.ajax-web-form textarea {
	resize: none;
	height: 150px;
}
.ajax-web-form input[type="submit"] {
	cursor: pointer;
	float: right;
	border: 0;
	border-radius: 4px;
	padding: 7px;
	font-size: 1.1em;
	background: #a92400;
	color: #fff;
	text-align: center;
	font-weight: bold;
	min-width: 160px;
	box-sizing: border-box;
}
.ajax-web-form input[type="submit"]:hover {
	background: #c5320a;
}
.ajax-web-form .form-ajax-loader {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.5);
}
.ajax-web-form .success {
	padding: 50px;
	text-align: center;
	color: green;
	font-size: 1.3em;
	line-height: normal;
}

/*-------- LOADER ---------*/

.sk-fading-circle {
  position: absolute;
  display: block;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}



@media (min-width: 576px) {
	.ajax-web-form .fields {
		padding: 25px 35px;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}