/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#form1 {
  position: relative;
}
#form1 label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
}
#form1 label.email { }
#form1 label.message {
  margin-bottom: 18px;
}
#form1 fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#form1 ._placeholder {
  width: calc(100% - 20px) !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 29px;
  font-size: 14px;
  padding: 0 0 0 20px;
  cursor: text;
  color: #727070;
  font-family: 'Open Sans', sans-serif;
}
#form1 ._placeholder.focused {} 
#form1 ._placeholder.hidden {
  display: none;
}
#form1 .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#form1 input[type='text'] {
  width: calc(100% - 20px);
  background: #fff;
  line-height: 29px;
  font-size: 13px;
  padding: 0 0 0 20px;
  outline: none;
  height: 29px;
  margin: 0;
  color: #727070;
  border: 1px solid #c8c2c2;
  font-family: 'Open Sans', sans-serif;
}
#form1 input[type='text']:focus {
}
/* Contact Form File Input 
========================================================*/
#form1 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#form1 input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#form1 .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#form1 .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#form1 .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#form1 .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#form1 input.form-control,
#form1 .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#form1 .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#form1 .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#form1 .btn {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 60px 0 0;
  width: 139px;
}
#form1 .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#form1 .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#form1 .btn-default:active,
#form1 .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#form1 textarea {
  width: calc(100% - 30px);
  background: #ffffff;
  line-height: 24px;
  font-size: 13px;
  padding: 0;
  outline: none;
  resize: none;
  height: 156px;
  border: 1px solid #c8c2c2;
  color:#606465;
  padding: 11px 10px 10px 20px;
  font-family: Arial, Helvetica, sans-serif;
}
#form1 textarea:focus {}
/* Contact Form Error messages
========================================================*/
#form1 .empty-message,
#form1 .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: #fa5555;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
  font-family: 'Open Sans', sans-serif;
}
#form1 .invalid .error-message,
#form1 .empty .empty-message {
  height: 20px;
}
@media only screen and (max-width: 768px) {
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#form1 .btn {
  margin-left: auto;
  
}
/* Contact for on index page-break-after
=========================================================*/

.index #form1 label {
  margin-bottom: 9px;
}
.index #form1 input[type='text'], .index #form1 textarea {
  background: #fff;
  border: none;
  width: calc(100% - 10px);
  padding-top: 6px;
  padding-bottom: 7px;
}
.index #form1 textarea { width: calc(100% - 20px); }
.index #form1 textarea { height: 70px;}
.index #form1 label.name { margin-top: 7px; }
