#form1 {
    display: block;
    position: relative;
    width: 100%;
}
#form1 label {
	width: 100%;
	display: block;
    position: relative;
}
#form1 label input, #form1 label textarea {
	box-shadow: none;
	border: 1px solid #f9f9f9!important;
	border-radius: 0px;
	padding: 10px 10px;
	line-height: 30px;
	margin-bottom: 10px;
	background:#f9f9f9!important;
	width: 100%;
	/*float: right;*/
	color:#6d6d6d;
	font-size: 14px;
	font-weight: normal;
}

#form1 label textarea {
	height: 160px;
	resize: none;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#999999!important;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;	
}
#form1 label input {
    /*width: 100%;*/
}
#form1 label select {
	width: 100%!important;
	border: 1px solid #f9f9f9!important;
	padding: 6px 10px!important;
	height:50px!important;
	background:#f9f9f9!important;
	font-size: 14px!important;
	font-weight: normal!important;
	margin-bottom: 10px!important;
}
#form1 .error_wdp {
	font-size: 10px;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 3px;
    width: 98%;
	color:#CC0000;
}
#form1 .empty_wdp {
	font-size: 10px;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 3px;
    width: 98%;
	color:#CC0000;
	float:right;
}
#form1 ._label {
    width: 100%;
}
#form1 .success {
  background:rgba(0,0,0,0);
  /*position: absolute;*/
  z-index: 1;
  /*width: 100%;*/
  border-radius: 0px;
  border: 1px solid #7CBA6D;
  margin-bottom: 25px;
  padding: 5px;
  text-align: center;
}
#form1 .success > span {
    text-align: center;
    /*width: 100%;*/
    display: inline-block;
	
}
#form1 input[type="checkbox"] {
    width:15px;
    border:none;
    background:none;
	display: block!important;	
}
.privacy_accept {
	margin: 0px 0px 0px 0px;
    font-style: italic;
    font-size: 13px;
	color:#6d6d6d;
	font-weight: normal;

}
.button-wdp {
    display: inline-block;
    padding: 1.2em 2em;

	 color: #fff!important;
    background-color: #000000;
    border: none;
    text-align: center;

    /*font-family: Roboto,sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;	
	
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease-in-out;
}
.button-wdp:hover {
    color: #fff;
	background-color: #998067;
}



#submit_request {
	font-family: Montserrat, sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	outline: 0;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: .2em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	-webkit-transition: color 175ms cubic-bezier(.18,.43,.58,1), background-color 175ms cubic-bezier(.18,.43,.58,1), border-color 175ms cubic-bezier(.18,.43,.58,1);
	transition: color 175ms cubic-bezier(.18,.43,.58,1), background-color 175ms cubic-bezier(.18,.43,.58,1), border-color 175ms cubic-bezier(.18,.43,.58,1);
	padding: 12px 45px;
	color: #fff;
	border: 1px solid transparent;
	background-color: #fdbb27;
	cursor: pointer;
}
#submit_request:not(.mkdf-btn-custom-border-hover):hover {
	border-color: #303030 !important;
	background-color: #303030 !important;
	color: #fff;
}
