/****Form****/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0; 
}


#mau-form {
	position: relative;
}

#mau-form label input[type=number],
#mau-form label input[type=text],
#mau-form label input[type=email] {
	width: 100%;
	height: 47px;
	float:left;
	background: #fdfdfd;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	border: 1px solid #e7e5e5;
    color: #908b8b;
    font: 14px/20px 'Open Sans', sans-serif;
    padding: 13px 30px 14px;
	
}

#mau-form textarea {
	width: 100%;
	height: 309px;
	background: #fdfdfd;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #908b8b;
    font: 14px/20px 'Open Sans', sans-serif;
	border: 1px solid #e7e5e5;
    padding: 13px 30px 14px;
}

#mau-form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #908b8b;
    font: 14px/20px 'Open Sans', sans-serif;
	border: 1px solid transparent;
    padding: 13px 30px 14px;
	height: 47px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
}

#mau-form ._placeholder.hidden {
	display: none;
}

#mau-form ._placeholder.focused {
	opacity: 0.3;
}


#mau-form .message ._placeholder {
	height: 100% !important;
}

#mau-form label {
    position: relative;
    display: block;
    min-height: 68px;
    float: left;
    width:100%;
    margin-right: 2.3%;
}

#mau-form label+label {
	float: left;
}

.submit {
	width:100%!important;
}

#mau-form label.message {
	width: 100%;
	position: relative;
}

#mau-form .error-message, #mau-form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 995;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#mau-form .invalid .error-message, #mau-form .empty .empty-message {
	opacity: 1;
}

.phone {
	position: relative;
}

.success_wrapper {
	position: relative;
}

.message br {
	height: 0;
	line-height: 0;
}

#mau-form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fdfdfd;
	border: 1px solid #d6d6d6;
	width: 100%;
	height: 68px;
	text-align: center;
	padding: 22px 10px;
	z-index: 990;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#mau-form.success .success-message {
	display: block;
	opacity: 1;
}
.formulario {
    display: block!important;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 5px!important;
    margin-top: 0px!important;
    overflow: hidden;
    float: right;
	}

@media only screen and (max-width: 1199px) {

#mau-form .success-message {
	width: 100% !important;
}
  .grid_13 {
	width:100%!important;
	}
}


@media only screen and (max-width: 995px) {

	#mau-form .success-message {
		border-color: #000;
	}

	#mau-form .success-message {
		width: 100%;
	}

	.btns {
		padding-right: 0;
	}

	.map figure {
		float: left !important;
		margin-right: 0px !important;
	}
}

@media only screen and (max-width: 767px) {

  .btns {
		padding-bottom: 0;  
  }
  
  #mau-form textarea {
		height: 300px !important; 
  }

			
	.grid_13 {width:100%;
		}
  
}
@media only screen and (max-width: 479px) {

  #mau-form textarea {
		height: 200px !important;  
  }
  #mau-form label input[type=number], #mau-form label input[type=text], #mau-form label input[type=email] {
  width:100%;
  
  }
}