form#contactForms{
	margin: 0 auto;
}

form#feedbackForms #contactMail, form#contactForms #contactMail {
  color: #55bf99;
  font-size: 15px;
  font-weight: bold;
}

.input, textarea {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Nariko */
.input--nariko {
	overflow: hidden;
	padding-top: 40px;
	margin: 0;
}

#textAreaBox.input--nariko {
	padding-top: 35px;
}

.input__field--nariko {
	width: 100%;
	background: #3853a2;
	opacity: 0;
	z-index: 100;
	color: #ffffff;
  top: 0px;
  padding: 8px 15px;
  font-size: 16px;
}

.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	color: #8E9191;
	padding: 0 0.5em;
	margin: 0;
}

#textAreaBox .input__label--nariko {
    bottom: 57px;
}

#textAreaBox .input__label--nariko::before{
	height: 0;
	border-top: 3px solid #55bf99;
}

#textAreaBox.input--filled .input__label--nariko::before{
	border-top: 4px solid #55bf99;
}

.input__label--nariko::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4em;
	top: 100%;
	left: 0;
	background: #fff;
	border-top: 4px solid #55bf99;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--nariko {
	padding: 0.5em 0;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	font-size: 14px;
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	transition: opacity 0s 0.4s;
} 

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -3em, 0);
	transform: translate3d(0, -3em, 0);
}


.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
	color: #6B6E6E;
	font-size: 17zpx;
    padding: 0;
	-webkit-transform: translate3d(0, -3em, 0) scale3d(0.81, 0.81, 1);
	transform: translate3d(0, -3em, 0) scale3d(0.81, 0.81, 1);
}

.top-burst-wrap {
    padding-bottom: 50px;
    border-bottom: 0;
}

#textAreaBox label{
	position: absolute;
}

textarea.input__field  {
  font-family: arial;
  background: #3853a2;
  margin: 0;
  right: 1px;
  height: 100px;
	max-height: 100px;
  width: 100%;
  padding: 5px 3% 0;
  top: 5px;
	font-size: 15px;
	transition: all 0.5s ease;
}

#feedbackForms input[type="submit"], #contactForms input[type="submit"]{
	background: #55bf99;
    border: 0;
    margin: 30px 0 0;
    padding: 12px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: bold;
	max-width: 170px;
}

.shoe{
	position: absolute;
	width: 100%;
	bottom: 0;
}

form#feedbackForms label.error, form#contactForms label.error {
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #55bf99;
  font-size: 14px;
	transition: all 0.5s ease;
}

form#feedbackForms .input--filled label.error, form#contactForms .input--filled label.error {
  bottom: 40px;
  font-size: 13px;
	transition: all 0.5s ease;
}

@media (max-width:1600px){
	
	.shoe{
		position: relative;
		width: 100%;
		bottom: 0;
	}
	
}