@charset "utf-8";
/* CSS Document */

/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#contact-form label {
  display: block;
  min-height: 45px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 313px;
  display: block !important;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
  border: 1px solid #a3a3a3;
  background: url(../images/tail-input.png);
  padding: 5px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 20px !important;
  color: #b0adac;
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform:none;
}
#contact-form input {
  height: auto;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  overflow: auto;
 
}
#contact-form .success {
	font-family: "Montserrat", sans-serif;
	border: 2px solid #000000;
	background: #cccccc;
	display: none;
	position: absolute;
	left: 0;
	top: 20;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-transform: none;
	width: 100%;
	z-index: 20;
	padding: 25px 25px 25px 25px;
	border-radius:0px;
}
#contact-form .success span {
  display: block;
  text-align: center;
  padding: 26px 10px;
}
#contact-form .success strong {
  font-weight: normal;
  display: block;
  color: #807c79;
}
#contact-form .error,
#contact-form .empty {
	font-family: "Montserrat", sans-serif;
	color: #ef97cc;
	font-size: 11px;
	line-height: 1.27em;
	display: none;
	overflow: hidden;
	padding: 2px 4px 0px 0;
	text-transform: none;
	position: absolute;
	bottom: 28px;
	left: 223px;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 22px;
  left:0;
}
.buttons-wrapper {
  position: relative;
}
.buttons-wrapper a {
  margin-right: 48px;
  cursor: pointer;
}

