.km-form {
	transition: all 0.2s linear 0.3s;
	opacity: 1;
}
.hiddenform {
	opacity: 0;
}
.field-wrap .field-da {
	outline: none;
	border: none;
	width: 400px;
	max-width: 100%;
	border-bottom: 2px solid #aeaeae;
	height: 30px;
	line-height: 30px;	
}
.field-wrap textarea.field-da  {
   resize: none;
	height: 100px;
	line-height: 1.5em;
}
.field-wrap {
	position: relative;
	margin-top: 30px;
}
.field-wrap .butlbl {
    width: 0px;
    max-width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: all 0.3s linear;
}
.field-wrap.fieldtype4 .butlbl {   
    bottom: 2px;
}
.field-da  + .butlbl:after {
  content: attr(data-placeholder);
	pointer-events: none;
  display: block;
  width: 375px;
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 1em;
  color: #888888;
  line-height: 1.2;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
}
.field-wrap .field-da:focus + .butlbl:after, .field-wrap .field-val + .butlbl:after {
	top: -46px;
}
.field-wrap .field-da:focus + .butlbl, .field-wrap .field-val + .butlbl {
    width: 400px;
}
textarea.field-da  + .butlbl:after { 
	top: -95px;  
}
.field-wrap textarea.field-da:focus + .butlbl:after, .field-wrap textarea.field-val + .butlbl:after {
	top: -116px;
}
.fieldtype1 .lbltt, .fieldtype2 .lbltt, .fieldtype3 .lbltt, .fieldtype5 .lbltt,.fieldtype6 .lbltt {
	z-index: 7;
	position: relative;
	margin-left: -20px;
}
.fieldtype4 .lbltt {
	z-index: 7;
	position: relative;
	margin-left: -20px;
	top: -10px;
}
.field-wrap input::-webkit-outer-spin-button,
.field-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.field-wrap input[type=number] {
  -moz-appearance: textfield;
}
#ctl00_ContentPlaceHolderBody_lblContactFormName {
	    margin-bottom: 10px;
    display: inline-block;
}
.fieldtype7 .lbltt {
    margin-top: 5px;
    position: absolute;
    margin-left: 5px;
}
.fieldtype8 .lbltt {
    margin-left: 10px;
}
/*==================== Checkbox Single ===================*/
.fieldtype7 {    
    margin-top: 15px;
	margin-bottom: 0px;
}
.fieldtype7 label {
	font-size: 1.2em;
	zoom: 0.8;  
	padding: 0 1em 0 3.5em;
}
.fieldtype7 label:before, .fieldtype7 label:after {
	font-size: 0.8em;
}
.fieldtype7 input {
  opacity: 0;
  position: absolute;
}
.fieldtype7 label {
	position: relative;
	display: inline-block;
	color: #555;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	border-radius: 2em;
	height: 33px;
	line-height: 33px;
	padding: 0 1em 0 3.5em;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .1) inset;
	cursor: pointer;
  	text-shadow: 0 2px 2px #fff;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	overflow: hidden;
}
.fieldtype7 label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.7em;
  width: 3em;
  height: 1.2em;
  border-radius: 0.6em;
  background: #ef3f3f;
  transform: translateY(-50%);
  box-shadow: 0 1px 3px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .2) inset;
}
.fieldtype7 label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 1.4em;
  height: 1.4em;
  border: 0.25em solid #fafafa;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ddd;
  background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
  transform: translateY(-50%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}
.fieldtype7 label, label::before, label::after {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fieldtype7 label:hover, input:focus + label {
  color: black;
}
.fieldtype7 label:hover::after, input:focus + label::after {
  background-color: #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.fieldtype7 input:checked + label::before {
  background: #0063a6;
}
.fieldtype7 input:checked + label::after {
  transform: translateX(2em) translateY(-50%);
}
/*==================== Checkbox Single END ===================*/
/*==================== Checkbox Multi ===================*/
.fieldtype8 {    
    margin-top: 25px;
	margin-bottom: 0px;
}
.fieldtype8 label {
	font-size: 1.2em;
	zoom: 0.8;  
	padding: 0 1em 0 3.5em;
}
.fieldtype8 label:before, .fieldtype8 label:after {
	font-size: 0.8em;
}
.fieldtype8 input {
  opacity: 0;
  position: absolute;
}
.fieldtype8 label {
	position: relative;
	margin-top: 5px;
	display: block;
	color: #555;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	border-radius: 2em;
	height: 33px;
	line-height: 33px;
	padding: 0 1em 0 3.5em;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .1) inset;
	cursor: pointer;
  	text-shadow: 0 2px 2px #fff;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	overflow: hidden;
}
.fieldtype8 label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.7em;
  width: 3em;
  height: 1.2em;
  border-radius: 0.6em;
  background: #ef3f3f;
  transform: translateY(-50%);
  box-shadow: 0 1px 3px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .2) inset;
}
.fieldtype8 label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 1.4em;
  height: 1.4em;
  border: 0.25em solid #fafafa;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ddd;
  background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
  transform: translateY(-50%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}
.fieldtype8 label, label::before, label::after {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fieldtype8 label:hover, input:focus + label {
  color: black;
}
.fieldtype8 label:hover::after, input:focus + label::after {
  background-color: #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.fieldtype8 input:checked + label::before {
  background: #0063a6;
}
.fieldtype8 input:checked + label::after {
  transform: translateX(2em) translateY(-50%);
}
.fieldtype8 .toplbl {
	font-size: 1em;
    color: #888888;
    line-height: 1.2;
}
/*==================== Checkbox Multi END ===================*/
.fieldtype9 select {
    width: 400px;
	max-width: 100%;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #aeaeae;
	height: 30px;
	line-height: 30px;	
	color: #888888;
}
.fieldtype9 option {
	color:#000;
}
.fieldtype9 option[value="0"] { 
   color: #888888;
}
.fieldtype9 select:focus + .butlbl {
    width: 400px;
}
.fieldtype9 select.field-val {
    color: inherit;
}
.fieldtype9 select+ .butlbl:after {
	content: attr(data-placeholder);
	pointer-events: none;
  display: block;
  width: 400px;
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 1em;
  color: #888888;
  line-height: 1.2;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
	opacity: 0;
}
.fieldtype9 select.field-val + .butlbl:after { 
  	top: -46px;
	opacity: 1; 
}
.fieldtype9 .lbltt {
    z-index: 7;
    position: relative;
    margin-left: -34px;
    top: 2px;
}
.fieldtype10 {
	max-width: 400px;
	overflow: hidden;
}
.fieldtype10 img {
	max-width: 100%;
	height: auto;
}
#formsend {
    width: 100%;
    display: block;
    float: left;
}
#formsend a {
    max-width: 400px;
}
.fieldtype10 {
	max-width: 100%;
}
@media screen and (max-width: 769px){
	.fieldtype9 select {
    width: 100%;
}
	.field-wrap {
		clear: both;
	}
	.field-wrap .field-da {
	
	width: 100%;
	
}
	.field-wrap .field-da:focus + .butlbl, .field-wrap .field-val + .butlbl {
    width: 100%;
}
	#formsend a {
    width: 100%;
}
}